UNPKG

n8n-nodes-allure-testops

Version:
76 lines 1.73 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.commonFields = void 0; exports.commonFields = [ { displayName: 'Project ID', name: 'projectId', type: 'number', typeOptions: { minValue: 0, numberPrecision: 0, }, required: true, default: 0, displayOptions: { show: { operation: [ 'deleteProject', 'getProject', 'updateProject', 'getTestCaseList', ] } }, }, { displayName: 'Page', name: 'page', type: 'number', typeOptions: { minValue: 0, numberPrecision: 0, }, default: 0, displayOptions: { show: { operation: [ 'getProjectList', 'getTestCaseList', ] } }, }, { displayName: 'Size', name: 'size', type: 'number', typeOptions: { minValue: 1, numberPrecision: 0, }, default: 10, displayOptions: { show: { operation: [ 'getProjectList', 'getTestCaseList', ] } }, }, { displayName: 'Query', name: 'query', type: 'string', default: '', displayOptions: { show: { operation: [ 'getProjectList', ] } }, }, ]; //# sourceMappingURL=Common.js.map