UNPKG

n8n-nodes-placid

Version:

n8n node to interact with Placid API for creative generation

14 lines 460 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ratingProperties = void 0; exports.ratingProperties = [ { name: 'Rating Value', value: 'value', description: 'The rating value (0-5 or 0-10 depending on layer settings, including decimals like 3.64)', restrictedTo: [], fieldType: 'string', placeholder: 'e.g., 4.5, 3', }, ]; //# sourceMappingURL=ratingProperties.js.map