@n8n-dev/n8n-nodes-jumpseller 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/README.md +397 -0
  2. package/dist/banner.svg +81 -0
  3. package/dist/credentials/JumpsellerApi.credentials.d.ts +9 -0
  4. package/dist/credentials/JumpsellerApi.credentials.js +40 -0
  5. package/dist/credentials/JumpsellerApi.credentials.js.map +1 -0
  6. package/dist/icons/jumpseller.dark.png +0 -0
  7. package/dist/icons/jumpseller.png +0 -0
  8. package/dist/nodes/Jumpseller/Jumpseller.node.d.ts +4 -0
  9. package/dist/nodes/Jumpseller/Jumpseller.node.js +243 -0
  10. package/dist/nodes/Jumpseller/Jumpseller.node.js.map +1 -0
  11. package/dist/nodes/Jumpseller/Jumpseller.node.json +20 -0
  12. package/dist/nodes/Jumpseller/jumpseller.dark.png +0 -0
  13. package/dist/nodes/Jumpseller/jumpseller.png +0 -0
  14. package/dist/nodes/Jumpseller/resources/apps/index.d.ts +2 -0
  15. package/dist/nodes/Jumpseller/resources/apps/index.js +414 -0
  16. package/dist/nodes/Jumpseller/resources/apps/index.js.map +1 -0
  17. package/dist/nodes/Jumpseller/resources/categories/index.d.ts +2 -0
  18. package/dist/nodes/Jumpseller/resources/categories/index.js +622 -0
  19. package/dist/nodes/Jumpseller/resources/categories/index.js.map +1 -0
  20. package/dist/nodes/Jumpseller/resources/checkout-custom-fields/index.d.ts +2 -0
  21. package/dist/nodes/Jumpseller/resources/checkout-custom-fields/index.js +589 -0
  22. package/dist/nodes/Jumpseller/resources/checkout-custom-fields/index.js.map +1 -0
  23. package/dist/nodes/Jumpseller/resources/countries/index.d.ts +2 -0
  24. package/dist/nodes/Jumpseller/resources/countries/index.js +426 -0
  25. package/dist/nodes/Jumpseller/resources/countries/index.js.map +1 -0
  26. package/dist/nodes/Jumpseller/resources/custom-field-select-options/index.d.ts +2 -0
  27. package/dist/nodes/Jumpseller/resources/custom-field-select-options/index.js +510 -0
  28. package/dist/nodes/Jumpseller/resources/custom-field-select-options/index.js.map +1 -0
  29. package/dist/nodes/Jumpseller/resources/custom-fields/index.d.ts +2 -0
  30. package/dist/nodes/Jumpseller/resources/custom-fields/index.js +658 -0
  31. package/dist/nodes/Jumpseller/resources/custom-fields/index.js.map +1 -0
  32. package/dist/nodes/Jumpseller/resources/customer-additional-fields/index.d.ts +2 -0
  33. package/dist/nodes/Jumpseller/resources/customer-additional-fields/index.js +510 -0
  34. package/dist/nodes/Jumpseller/resources/customer-additional-fields/index.js.map +1 -0
  35. package/dist/nodes/Jumpseller/resources/customer-categories/index.d.ts +2 -0
  36. package/dist/nodes/Jumpseller/resources/customer-categories/index.js +940 -0
  37. package/dist/nodes/Jumpseller/resources/customer-categories/index.js.map +1 -0
  38. package/dist/nodes/Jumpseller/resources/customers/index.d.ts +2 -0
  39. package/dist/nodes/Jumpseller/resources/customers/index.js +773 -0
  40. package/dist/nodes/Jumpseller/resources/customers/index.js.map +1 -0
  41. package/dist/nodes/Jumpseller/resources/fulfillments/index.d.ts +2 -0
  42. package/dist/nodes/Jumpseller/resources/fulfillments/index.js +440 -0
  43. package/dist/nodes/Jumpseller/resources/fulfillments/index.js.map +1 -0
  44. package/dist/nodes/Jumpseller/resources/hooks/index.d.ts +2 -0
  45. package/dist/nodes/Jumpseller/resources/hooks/index.js +589 -0
  46. package/dist/nodes/Jumpseller/resources/hooks/index.js.map +1 -0
  47. package/dist/nodes/Jumpseller/resources/index.d.ts +28 -0
  48. package/dist/nodes/Jumpseller/resources/index.js +60 -0
  49. package/dist/nodes/Jumpseller/resources/index.js.map +1 -0
  50. package/dist/nodes/Jumpseller/resources/orders/index.d.ts +2 -0
  51. package/dist/nodes/Jumpseller/resources/orders/index.js +1029 -0
  52. package/dist/nodes/Jumpseller/resources/orders/index.js.map +1 -0
  53. package/dist/nodes/Jumpseller/resources/pages/index.d.ts +2 -0
  54. package/dist/nodes/Jumpseller/resources/pages/index.js +672 -0
  55. package/dist/nodes/Jumpseller/resources/pages/index.js.map +1 -0
  56. package/dist/nodes/Jumpseller/resources/partners/index.d.ts +2 -0
  57. package/dist/nodes/Jumpseller/resources/partners/index.js +588 -0
  58. package/dist/nodes/Jumpseller/resources/partners/index.js.map +1 -0
  59. package/dist/nodes/Jumpseller/resources/payment-methods/index.d.ts +2 -0
  60. package/dist/nodes/Jumpseller/resources/payment-methods/index.js +206 -0
  61. package/dist/nodes/Jumpseller/resources/payment-methods/index.js.map +1 -0
  62. package/dist/nodes/Jumpseller/resources/product-attachments/index.d.ts +2 -0
  63. package/dist/nodes/Jumpseller/resources/product-attachments/index.js +587 -0
  64. package/dist/nodes/Jumpseller/resources/product-attachments/index.js.map +1 -0
  65. package/dist/nodes/Jumpseller/resources/product-custom-fields/index.d.ts +2 -0
  66. package/dist/nodes/Jumpseller/resources/product-custom-fields/index.js +587 -0
  67. package/dist/nodes/Jumpseller/resources/product-custom-fields/index.js.map +1 -0
  68. package/dist/nodes/Jumpseller/resources/product-digital-products/index.d.ts +2 -0
  69. package/dist/nodes/Jumpseller/resources/product-digital-products/index.js +587 -0
  70. package/dist/nodes/Jumpseller/resources/product-digital-products/index.js.map +1 -0
  71. package/dist/nodes/Jumpseller/resources/product-images/index.d.ts +2 -0
  72. package/dist/nodes/Jumpseller/resources/product-images/index.js +587 -0
  73. package/dist/nodes/Jumpseller/resources/product-images/index.js.map +1 -0
  74. package/dist/nodes/Jumpseller/resources/product-option-values/index.d.ts +2 -0
  75. package/dist/nodes/Jumpseller/resources/product-option-values/index.js +838 -0
  76. package/dist/nodes/Jumpseller/resources/product-option-values/index.js.map +1 -0
  77. package/dist/nodes/Jumpseller/resources/product-options/index.d.ts +2 -0
  78. package/dist/nodes/Jumpseller/resources/product-options/index.js +730 -0
  79. package/dist/nodes/Jumpseller/resources/product-options/index.js.map +1 -0
  80. package/dist/nodes/Jumpseller/resources/product-variants/index.d.ts +2 -0
  81. package/dist/nodes/Jumpseller/resources/product-variants/index.js +611 -0
  82. package/dist/nodes/Jumpseller/resources/product-variants/index.js.map +1 -0
  83. package/dist/nodes/Jumpseller/resources/products/index.d.ts +2 -0
  84. package/dist/nodes/Jumpseller/resources/products/index.js +1627 -0
  85. package/dist/nodes/Jumpseller/resources/products/index.js.map +1 -0
  86. package/dist/nodes/Jumpseller/resources/promotions/index.d.ts +2 -0
  87. package/dist/nodes/Jumpseller/resources/promotions/index.js +589 -0
  88. package/dist/nodes/Jumpseller/resources/promotions/index.js.map +1 -0
  89. package/dist/nodes/Jumpseller/resources/regions/index.d.ts +2 -0
  90. package/dist/nodes/Jumpseller/resources/regions/index.js +242 -0
  91. package/dist/nodes/Jumpseller/resources/regions/index.js.map +1 -0
  92. package/dist/nodes/Jumpseller/resources/shipping-methods/index.d.ts +2 -0
  93. package/dist/nodes/Jumpseller/resources/shipping-methods/index.js +539 -0
  94. package/dist/nodes/Jumpseller/resources/shipping-methods/index.js.map +1 -0
  95. package/dist/nodes/Jumpseller/resources/stores/index.d.ts +2 -0
  96. package/dist/nodes/Jumpseller/resources/stores/index.js +188 -0
  97. package/dist/nodes/Jumpseller/resources/stores/index.js.map +1 -0
  98. package/dist/nodes/Jumpseller/resources/taxes/index.d.ts +2 -0
  99. package/dist/nodes/Jumpseller/resources/taxes/index.js +313 -0
  100. package/dist/nodes/Jumpseller/resources/taxes/index.js.map +1 -0
  101. package/dist/package.json +62 -0
  102. package/dist/tsconfig.tsbuildinfo +1 -0
  103. package/package.json +62 -0
@@ -0,0 +1,658 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.customFieldsDescription = void 0;
4
+ exports.customFieldsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Custom Fields"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "GET Custom Fields JSON",
20
+ "value": "GET Custom Fields JSON",
21
+ "action": "Retrieve all Store's Custom Fields.",
22
+ "description": "Retrieve all Store's Custom Fields.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/custom_fields.json"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "POST Custom Fields JSON",
32
+ "value": "POST Custom Fields JSON",
33
+ "action": "Create a new Custom Field.",
34
+ "description": "Create a new Custom Field.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/custom_fields.json"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "DELETE Custom Fields",
44
+ "value": "DELETE Custom Fields",
45
+ "action": "Delete an existing CustomField.",
46
+ "description": "Delete an existing CustomField.",
47
+ "routing": {
48
+ "request": {
49
+ "method": "DELETE",
50
+ "url": "=/custom_fields/{{$parameter[\"id\"]}}.json"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "GET Custom Fields",
56
+ "value": "GET Custom Fields",
57
+ "action": "Retrieve a single CustomField.",
58
+ "description": "Retrieve a single CustomField.",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/custom_fields/{{$parameter[\"id\"]}}.json"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "PUT Custom Fields",
68
+ "value": "PUT Custom Fields",
69
+ "action": "Update a CustomField.",
70
+ "description": "Update a CustomField.",
71
+ "routing": {
72
+ "request": {
73
+ "method": "PUT",
74
+ "url": "=/custom_fields/{{$parameter[\"id\"]}}.json"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "DELETE Custom Fields Select Options",
80
+ "value": "DELETE Custom Fields Select Options",
81
+ "action": "Delete an existing CustomFieldSelectOption.",
82
+ "description": "Delete an existing CustomFieldSelectOption.",
83
+ "routing": {
84
+ "request": {
85
+ "method": "DELETE",
86
+ "url": "=/custom_fields/{{$parameter[\"id\"]}}/select_options/{{$parameter[\"custom_field_select_option_id\"]}}.json"
87
+ }
88
+ }
89
+ }
90
+ ],
91
+ "default": ""
92
+ },
93
+ {
94
+ "displayName": "GET /custom_fields.json",
95
+ "name": "operation",
96
+ "type": "notice",
97
+ "typeOptions": {
98
+ "theme": "info"
99
+ },
100
+ "default": "",
101
+ "displayOptions": {
102
+ "show": {
103
+ "resource": [
104
+ "Custom Fields"
105
+ ],
106
+ "operation": [
107
+ "GET Custom Fields JSON"
108
+ ]
109
+ }
110
+ }
111
+ },
112
+ {
113
+ "displayName": "Login",
114
+ "name": "login",
115
+ "required": true,
116
+ "description": "API OAuth login.",
117
+ "default": "",
118
+ "type": "string",
119
+ "routing": {
120
+ "send": {
121
+ "type": "query",
122
+ "property": "login",
123
+ "value": "={{ $value }}",
124
+ "propertyInDotNotation": false
125
+ }
126
+ },
127
+ "displayOptions": {
128
+ "show": {
129
+ "resource": [
130
+ "Custom Fields"
131
+ ],
132
+ "operation": [
133
+ "GET Custom Fields JSON"
134
+ ]
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "displayName": "Authtoken",
140
+ "name": "authtoken",
141
+ "required": true,
142
+ "description": "API OAuth token.",
143
+ "default": "",
144
+ "type": "string",
145
+ "routing": {
146
+ "send": {
147
+ "type": "query",
148
+ "property": "authtoken",
149
+ "value": "={{ $value }}",
150
+ "propertyInDotNotation": false
151
+ }
152
+ },
153
+ "displayOptions": {
154
+ "show": {
155
+ "resource": [
156
+ "Custom Fields"
157
+ ],
158
+ "operation": [
159
+ "GET Custom Fields JSON"
160
+ ]
161
+ }
162
+ }
163
+ },
164
+ {
165
+ "displayName": "POST /custom_fields.json",
166
+ "name": "operation",
167
+ "type": "notice",
168
+ "typeOptions": {
169
+ "theme": "info"
170
+ },
171
+ "default": "",
172
+ "displayOptions": {
173
+ "show": {
174
+ "resource": [
175
+ "Custom Fields"
176
+ ],
177
+ "operation": [
178
+ "POST Custom Fields JSON"
179
+ ]
180
+ }
181
+ }
182
+ },
183
+ {
184
+ "displayName": "Login",
185
+ "name": "login",
186
+ "required": true,
187
+ "description": "API OAuth login.",
188
+ "default": "",
189
+ "type": "string",
190
+ "routing": {
191
+ "send": {
192
+ "type": "query",
193
+ "property": "login",
194
+ "value": "={{ $value }}",
195
+ "propertyInDotNotation": false
196
+ }
197
+ },
198
+ "displayOptions": {
199
+ "show": {
200
+ "resource": [
201
+ "Custom Fields"
202
+ ],
203
+ "operation": [
204
+ "POST Custom Fields JSON"
205
+ ]
206
+ }
207
+ }
208
+ },
209
+ {
210
+ "displayName": "Authtoken",
211
+ "name": "authtoken",
212
+ "required": true,
213
+ "description": "API OAuth token.",
214
+ "default": "",
215
+ "type": "string",
216
+ "routing": {
217
+ "send": {
218
+ "type": "query",
219
+ "property": "authtoken",
220
+ "value": "={{ $value }}",
221
+ "propertyInDotNotation": false
222
+ }
223
+ },
224
+ "displayOptions": {
225
+ "show": {
226
+ "resource": [
227
+ "Custom Fields"
228
+ ],
229
+ "operation": [
230
+ "POST Custom Fields JSON"
231
+ ]
232
+ }
233
+ }
234
+ },
235
+ {
236
+ "displayName": "Custom Field",
237
+ "name": "custom_field",
238
+ "type": "json",
239
+ "default": "{\n \"values\": [\n null\n ]\n}",
240
+ "routing": {
241
+ "send": {
242
+ "property": "custom_field",
243
+ "propertyInDotNotation": false,
244
+ "type": "body",
245
+ "value": "={{ JSON.parse($value) }}"
246
+ }
247
+ },
248
+ "displayOptions": {
249
+ "show": {
250
+ "resource": [
251
+ "Custom Fields"
252
+ ],
253
+ "operation": [
254
+ "POST Custom Fields JSON"
255
+ ]
256
+ }
257
+ }
258
+ },
259
+ {
260
+ "displayName": "DELETE /custom_fields/{id}.json",
261
+ "name": "operation",
262
+ "type": "notice",
263
+ "typeOptions": {
264
+ "theme": "info"
265
+ },
266
+ "default": "",
267
+ "displayOptions": {
268
+ "show": {
269
+ "resource": [
270
+ "Custom Fields"
271
+ ],
272
+ "operation": [
273
+ "DELETE Custom Fields"
274
+ ]
275
+ }
276
+ }
277
+ },
278
+ {
279
+ "displayName": "Login",
280
+ "name": "login",
281
+ "required": true,
282
+ "description": "API OAuth login.",
283
+ "default": "",
284
+ "type": "string",
285
+ "routing": {
286
+ "send": {
287
+ "type": "query",
288
+ "property": "login",
289
+ "value": "={{ $value }}",
290
+ "propertyInDotNotation": false
291
+ }
292
+ },
293
+ "displayOptions": {
294
+ "show": {
295
+ "resource": [
296
+ "Custom Fields"
297
+ ],
298
+ "operation": [
299
+ "DELETE Custom Fields"
300
+ ]
301
+ }
302
+ }
303
+ },
304
+ {
305
+ "displayName": "Authtoken",
306
+ "name": "authtoken",
307
+ "required": true,
308
+ "description": "API OAuth token.",
309
+ "default": "",
310
+ "type": "string",
311
+ "routing": {
312
+ "send": {
313
+ "type": "query",
314
+ "property": "authtoken",
315
+ "value": "={{ $value }}",
316
+ "propertyInDotNotation": false
317
+ }
318
+ },
319
+ "displayOptions": {
320
+ "show": {
321
+ "resource": [
322
+ "Custom Fields"
323
+ ],
324
+ "operation": [
325
+ "DELETE Custom Fields"
326
+ ]
327
+ }
328
+ }
329
+ },
330
+ {
331
+ "displayName": "ID",
332
+ "name": "id",
333
+ "required": true,
334
+ "description": "Id of the CustomField",
335
+ "default": 0,
336
+ "type": "number",
337
+ "displayOptions": {
338
+ "show": {
339
+ "resource": [
340
+ "Custom Fields"
341
+ ],
342
+ "operation": [
343
+ "DELETE Custom Fields"
344
+ ]
345
+ }
346
+ }
347
+ },
348
+ {
349
+ "displayName": "GET /custom_fields/{id}.json",
350
+ "name": "operation",
351
+ "type": "notice",
352
+ "typeOptions": {
353
+ "theme": "info"
354
+ },
355
+ "default": "",
356
+ "displayOptions": {
357
+ "show": {
358
+ "resource": [
359
+ "Custom Fields"
360
+ ],
361
+ "operation": [
362
+ "GET Custom Fields"
363
+ ]
364
+ }
365
+ }
366
+ },
367
+ {
368
+ "displayName": "Login",
369
+ "name": "login",
370
+ "required": true,
371
+ "description": "API OAuth login.",
372
+ "default": "",
373
+ "type": "string",
374
+ "routing": {
375
+ "send": {
376
+ "type": "query",
377
+ "property": "login",
378
+ "value": "={{ $value }}",
379
+ "propertyInDotNotation": false
380
+ }
381
+ },
382
+ "displayOptions": {
383
+ "show": {
384
+ "resource": [
385
+ "Custom Fields"
386
+ ],
387
+ "operation": [
388
+ "GET Custom Fields"
389
+ ]
390
+ }
391
+ }
392
+ },
393
+ {
394
+ "displayName": "Authtoken",
395
+ "name": "authtoken",
396
+ "required": true,
397
+ "description": "API OAuth token.",
398
+ "default": "",
399
+ "type": "string",
400
+ "routing": {
401
+ "send": {
402
+ "type": "query",
403
+ "property": "authtoken",
404
+ "value": "={{ $value }}",
405
+ "propertyInDotNotation": false
406
+ }
407
+ },
408
+ "displayOptions": {
409
+ "show": {
410
+ "resource": [
411
+ "Custom Fields"
412
+ ],
413
+ "operation": [
414
+ "GET Custom Fields"
415
+ ]
416
+ }
417
+ }
418
+ },
419
+ {
420
+ "displayName": "ID",
421
+ "name": "id",
422
+ "required": true,
423
+ "description": "Id of the CustomField",
424
+ "default": 0,
425
+ "type": "number",
426
+ "displayOptions": {
427
+ "show": {
428
+ "resource": [
429
+ "Custom Fields"
430
+ ],
431
+ "operation": [
432
+ "GET Custom Fields"
433
+ ]
434
+ }
435
+ }
436
+ },
437
+ {
438
+ "displayName": "PUT /custom_fields/{id}.json",
439
+ "name": "operation",
440
+ "type": "notice",
441
+ "typeOptions": {
442
+ "theme": "info"
443
+ },
444
+ "default": "",
445
+ "displayOptions": {
446
+ "show": {
447
+ "resource": [
448
+ "Custom Fields"
449
+ ],
450
+ "operation": [
451
+ "PUT Custom Fields"
452
+ ]
453
+ }
454
+ }
455
+ },
456
+ {
457
+ "displayName": "Login",
458
+ "name": "login",
459
+ "required": true,
460
+ "description": "API OAuth login.",
461
+ "default": "",
462
+ "type": "string",
463
+ "routing": {
464
+ "send": {
465
+ "type": "query",
466
+ "property": "login",
467
+ "value": "={{ $value }}",
468
+ "propertyInDotNotation": false
469
+ }
470
+ },
471
+ "displayOptions": {
472
+ "show": {
473
+ "resource": [
474
+ "Custom Fields"
475
+ ],
476
+ "operation": [
477
+ "PUT Custom Fields"
478
+ ]
479
+ }
480
+ }
481
+ },
482
+ {
483
+ "displayName": "Authtoken",
484
+ "name": "authtoken",
485
+ "required": true,
486
+ "description": "API OAuth token.",
487
+ "default": "",
488
+ "type": "string",
489
+ "routing": {
490
+ "send": {
491
+ "type": "query",
492
+ "property": "authtoken",
493
+ "value": "={{ $value }}",
494
+ "propertyInDotNotation": false
495
+ }
496
+ },
497
+ "displayOptions": {
498
+ "show": {
499
+ "resource": [
500
+ "Custom Fields"
501
+ ],
502
+ "operation": [
503
+ "PUT Custom Fields"
504
+ ]
505
+ }
506
+ }
507
+ },
508
+ {
509
+ "displayName": "ID",
510
+ "name": "id",
511
+ "required": true,
512
+ "description": "Id of the CustomField",
513
+ "default": 0,
514
+ "type": "number",
515
+ "displayOptions": {
516
+ "show": {
517
+ "resource": [
518
+ "Custom Fields"
519
+ ],
520
+ "operation": [
521
+ "PUT Custom Fields"
522
+ ]
523
+ }
524
+ }
525
+ },
526
+ {
527
+ "displayName": "Custom Field",
528
+ "name": "custom_field",
529
+ "type": "json",
530
+ "default": "{\n \"values\": [\n null\n ]\n}",
531
+ "routing": {
532
+ "send": {
533
+ "property": "custom_field",
534
+ "propertyInDotNotation": false,
535
+ "type": "body",
536
+ "value": "={{ JSON.parse($value) }}"
537
+ }
538
+ },
539
+ "displayOptions": {
540
+ "show": {
541
+ "resource": [
542
+ "Custom Fields"
543
+ ],
544
+ "operation": [
545
+ "PUT Custom Fields"
546
+ ]
547
+ }
548
+ }
549
+ },
550
+ {
551
+ "displayName": "DELETE /custom_fields/{id}/select_options/{custom_field_select_option_id}.json",
552
+ "name": "operation",
553
+ "type": "notice",
554
+ "typeOptions": {
555
+ "theme": "info"
556
+ },
557
+ "default": "",
558
+ "displayOptions": {
559
+ "show": {
560
+ "resource": [
561
+ "Custom Fields"
562
+ ],
563
+ "operation": [
564
+ "DELETE Custom Fields Select Options"
565
+ ]
566
+ }
567
+ }
568
+ },
569
+ {
570
+ "displayName": "Login",
571
+ "name": "login",
572
+ "required": true,
573
+ "description": "API OAuth login.",
574
+ "default": "",
575
+ "type": "string",
576
+ "routing": {
577
+ "send": {
578
+ "type": "query",
579
+ "property": "login",
580
+ "value": "={{ $value }}",
581
+ "propertyInDotNotation": false
582
+ }
583
+ },
584
+ "displayOptions": {
585
+ "show": {
586
+ "resource": [
587
+ "Custom Fields"
588
+ ],
589
+ "operation": [
590
+ "DELETE Custom Fields Select Options"
591
+ ]
592
+ }
593
+ }
594
+ },
595
+ {
596
+ "displayName": "Authtoken",
597
+ "name": "authtoken",
598
+ "required": true,
599
+ "description": "API OAuth token.",
600
+ "default": "",
601
+ "type": "string",
602
+ "routing": {
603
+ "send": {
604
+ "type": "query",
605
+ "property": "authtoken",
606
+ "value": "={{ $value }}",
607
+ "propertyInDotNotation": false
608
+ }
609
+ },
610
+ "displayOptions": {
611
+ "show": {
612
+ "resource": [
613
+ "Custom Fields"
614
+ ],
615
+ "operation": [
616
+ "DELETE Custom Fields Select Options"
617
+ ]
618
+ }
619
+ }
620
+ },
621
+ {
622
+ "displayName": "ID",
623
+ "name": "id",
624
+ "required": true,
625
+ "description": "Id of the CustomField",
626
+ "default": 0,
627
+ "type": "number",
628
+ "displayOptions": {
629
+ "show": {
630
+ "resource": [
631
+ "Custom Fields"
632
+ ],
633
+ "operation": [
634
+ "DELETE Custom Fields Select Options"
635
+ ]
636
+ }
637
+ }
638
+ },
639
+ {
640
+ "displayName": "Custom Field Select Option ID",
641
+ "name": "custom_field_select_option_id",
642
+ "required": true,
643
+ "description": "Id of the CustomFieldSelectOption",
644
+ "default": 0,
645
+ "type": "number",
646
+ "displayOptions": {
647
+ "show": {
648
+ "resource": [
649
+ "Custom Fields"
650
+ ],
651
+ "operation": [
652
+ "DELETE Custom Fields Select Options"
653
+ ]
654
+ }
655
+ }
656
+ },
657
+ ];
658
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Jumpseller/resources/custom-fields/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const customerAdditionalFieldsDescription: INodeProperties[];