n8n-nodes-qonto-api 1.0.6 → 1.0.8

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 (72) hide show
  1. package/dist/credentials/QontoApi.credentials.js +1 -1
  2. package/dist/credentials/QontoApi.credentials.js.map +1 -1
  3. package/dist/credentials/QontoOAuth2Api.credentials.js +1 -1
  4. package/dist/credentials/QontoOAuth2Api.credentials.js.map +1 -1
  5. package/dist/nodes/Qonto/Qonto.node.js +999 -92
  6. package/dist/nodes/Qonto/Qonto.node.js.map +1 -1
  7. package/dist/nodes/Qonto/descriptions/AttachmentDescriptions.js +5 -15
  8. package/dist/nodes/Qonto/descriptions/AttachmentDescriptions.js.map +1 -1
  9. package/dist/nodes/Qonto/descriptions/AttachmentsInATransactionDescriptions.js +11 -33
  10. package/dist/nodes/Qonto/descriptions/AttachmentsInATransactionDescriptions.js.map +1 -1
  11. package/dist/nodes/Qonto/descriptions/BankAccountsDescriptions.d.ts +2 -0
  12. package/dist/nodes/Qonto/descriptions/BankAccountsDescriptions.js +88 -0
  13. package/dist/nodes/Qonto/descriptions/BankAccountsDescriptions.js.map +1 -0
  14. package/dist/nodes/Qonto/descriptions/BeneficiariesDescriptions.js +169 -48
  15. package/dist/nodes/Qonto/descriptions/BeneficiariesDescriptions.js.map +1 -1
  16. package/dist/nodes/Qonto/descriptions/CardsDescriptions.js +421 -74
  17. package/dist/nodes/Qonto/descriptions/CardsDescriptions.js.map +1 -1
  18. package/dist/nodes/Qonto/descriptions/ClientsDescriptions.js +315 -87
  19. package/dist/nodes/Qonto/descriptions/ClientsDescriptions.js.map +1 -1
  20. package/dist/nodes/Qonto/descriptions/ClientsInvoicesDescriptions.js +785 -120
  21. package/dist/nodes/Qonto/descriptions/ClientsInvoicesDescriptions.js.map +1 -1
  22. package/dist/nodes/Qonto/descriptions/CreditNotesDescriptions.js +10 -30
  23. package/dist/nodes/Qonto/descriptions/CreditNotesDescriptions.js.map +1 -1
  24. package/dist/nodes/Qonto/descriptions/EinvoicingDescriptions.d.ts +2 -0
  25. package/dist/nodes/Qonto/descriptions/EinvoicingDescriptions.js +25 -0
  26. package/dist/nodes/Qonto/descriptions/EinvoicingDescriptions.js.map +1 -0
  27. package/dist/nodes/Qonto/descriptions/ExternalTransfersDescriptions.js +50 -150
  28. package/dist/nodes/Qonto/descriptions/ExternalTransfersDescriptions.js.map +1 -1
  29. package/dist/nodes/Qonto/descriptions/InsuranceContractsDescriptions.js +295 -121
  30. package/dist/nodes/Qonto/descriptions/InsuranceContractsDescriptions.js.map +1 -1
  31. package/dist/nodes/Qonto/descriptions/InternalTransactionsDescriptions.js +13 -39
  32. package/dist/nodes/Qonto/descriptions/InternalTransactionsDescriptions.js.map +1 -1
  33. package/dist/nodes/Qonto/descriptions/InternationalTransfersDescriptions.d.ts +2 -0
  34. package/dist/nodes/Qonto/descriptions/InternationalTransfersDescriptions.js +154 -0
  35. package/dist/nodes/Qonto/descriptions/InternationalTransfersDescriptions.js.map +1 -0
  36. package/dist/nodes/Qonto/descriptions/LabelsDescriptions.js +8 -24
  37. package/dist/nodes/Qonto/descriptions/LabelsDescriptions.js.map +1 -1
  38. package/dist/nodes/Qonto/descriptions/MembershipsDescriptions.js +35 -74
  39. package/dist/nodes/Qonto/descriptions/MembershipsDescriptions.js.map +1 -1
  40. package/dist/nodes/Qonto/descriptions/OrganizationsDescriptions.js +3 -9
  41. package/dist/nodes/Qonto/descriptions/OrganizationsDescriptions.js.map +1 -1
  42. package/dist/nodes/Qonto/descriptions/PaymentLinksDescriptions.d.ts +2 -0
  43. package/dist/nodes/Qonto/descriptions/PaymentLinksDescriptions.js +112 -0
  44. package/dist/nodes/Qonto/descriptions/PaymentLinksDescriptions.js.map +1 -0
  45. package/dist/nodes/Qonto/descriptions/QuotesDescriptions.d.ts +2 -0
  46. package/dist/nodes/Qonto/descriptions/QuotesDescriptions.js +94 -0
  47. package/dist/nodes/Qonto/descriptions/QuotesDescriptions.js.map +1 -0
  48. package/dist/nodes/Qonto/descriptions/RequestsDescriptions.js +160 -56
  49. package/dist/nodes/Qonto/descriptions/RequestsDescriptions.js.map +1 -1
  50. package/dist/nodes/Qonto/descriptions/SepaTransfersDescriptions.d.ts +2 -0
  51. package/dist/nodes/Qonto/descriptions/SepaTransfersDescriptions.js +233 -0
  52. package/dist/nodes/Qonto/descriptions/SepaTransfersDescriptions.js.map +1 -0
  53. package/dist/nodes/Qonto/descriptions/StatementsDescriptions.js +10 -30
  54. package/dist/nodes/Qonto/descriptions/StatementsDescriptions.js.map +1 -1
  55. package/dist/nodes/Qonto/descriptions/SupplierInvoicesDescriptions.js +31 -36
  56. package/dist/nodes/Qonto/descriptions/SupplierInvoicesDescriptions.js.map +1 -1
  57. package/dist/nodes/Qonto/descriptions/TeamsDescriptions.js +21 -50
  58. package/dist/nodes/Qonto/descriptions/TeamsDescriptions.js.map +1 -1
  59. package/dist/nodes/Qonto/descriptions/TransactionsDescriptions.js +12 -36
  60. package/dist/nodes/Qonto/descriptions/TransactionsDescriptions.js.map +1 -1
  61. package/dist/nodes/Qonto/descriptions/WebhookSubscriptionsDescriptions.d.ts +2 -0
  62. package/dist/nodes/Qonto/descriptions/WebhookSubscriptionsDescriptions.js +100 -0
  63. package/dist/nodes/Qonto/descriptions/WebhookSubscriptionsDescriptions.js.map +1 -0
  64. package/dist/nodes/Qonto/descriptions/index.d.ts +7 -0
  65. package/dist/nodes/Qonto/descriptions/index.js +7 -0
  66. package/dist/nodes/Qonto/descriptions/index.js.map +1 -1
  67. package/dist/nodes/Qonto/helpers.d.ts +1 -0
  68. package/dist/nodes/Qonto/helpers.js +6 -1
  69. package/dist/nodes/Qonto/helpers.js.map +1 -1
  70. package/dist/package.json +1 -1
  71. package/dist/tsconfig.tsbuildinfo +1 -1
  72. package/package.json +1 -1
@@ -9,9 +9,7 @@ exports.insuranceContractsOperations = [
9
9
  noDataExpression: true,
10
10
  displayOptions: {
11
11
  show: {
12
- resource: [
13
- 'insuranceContracts',
14
- ],
12
+ resource: ['insuranceContracts'],
15
13
  },
16
14
  },
17
15
  options: [
@@ -20,198 +18,382 @@ exports.insuranceContractsOperations = [
20
18
  value: 'createInsuranceContract',
21
19
  action: 'Create a new insurance contract',
22
20
  },
21
+ {
22
+ name: 'Delete Uploaded Document',
23
+ value: 'deleteInsuranceDocument',
24
+ action: 'Delete uploaded document',
25
+ },
23
26
  {
24
27
  name: 'Get Insurance Contract',
25
28
  value: 'getInsuranceContract',
26
29
  action: 'Get insurance contract',
27
30
  },
31
+ {
32
+ name: 'Update an Insurance Contract',
33
+ value: 'updateInsuranceContract',
34
+ action: 'Update an insurance contract',
35
+ },
28
36
  {
29
37
  name: 'Upload a PDF Document for a Specific Insurance Contract',
30
38
  value: 'uploadInsuranceDocument',
31
39
  action: 'Upload a PDF document for a specific insurance contract',
32
40
  },
33
- {
34
- name: 'Delete Uploaded Document',
35
- value: 'deleteInsuranceDocument',
36
- action: 'Delete uploaded document',
37
- },
38
41
  ],
39
- default: 'createInsuranceContract',
42
+ default: 'getInsuranceContract',
40
43
  },
41
44
  {
42
- displayName: 'Organization ID',
43
- name: 'organizationId',
45
+ displayName: 'Name',
46
+ name: 'contractName',
44
47
  type: 'string',
45
48
  displayOptions: {
46
49
  show: {
47
- resource: [
48
- 'insuranceContracts',
49
- ],
50
- operation: [
51
- 'listTransactions',
52
- ],
50
+ resource: ['insuranceContracts'],
51
+ operation: ['createInsuranceContract'],
53
52
  },
54
53
  },
55
54
  default: '',
56
55
  required: true,
57
- description: 'The unique identifier of the organization creating the insurance contract',
56
+ description: 'The name of the insurance contract',
58
57
  },
59
58
  {
60
- displayName: 'Contract Name',
61
- name: 'contractName',
59
+ displayName: 'Contract ID',
60
+ name: 'contractId',
62
61
  type: 'string',
63
62
  displayOptions: {
64
63
  show: {
65
- resource: [
66
- 'insuranceContracts',
67
- ],
68
- operation: [
69
- 'listTransactions',
70
- ],
64
+ resource: ['insuranceContracts'],
65
+ operation: ['createInsuranceContract'],
71
66
  },
72
67
  },
73
68
  default: '',
74
69
  required: true,
75
- description: 'The name of the insurance contract',
70
+ description: 'The external contract ID from the insurance provider',
76
71
  },
77
72
  {
78
- displayName: 'Start Date',
79
- name: 'startDate',
80
- type: 'dateTime',
73
+ displayName: 'Origin',
74
+ name: 'origin',
75
+ type: 'options',
81
76
  displayOptions: {
82
77
  show: {
83
- resource: [
84
- 'insuranceContracts',
85
- ],
86
- operation: [
87
- 'listTransactions',
88
- ],
78
+ resource: ['insuranceContracts'],
79
+ operation: ['createInsuranceContract'],
89
80
  },
90
81
  },
91
- default: '',
82
+ options: [
83
+ { name: 'Insurance Hub', value: 'insurance_hub' },
84
+ { name: 'External', value: 'external' },
85
+ ],
86
+ default: 'insurance_hub',
92
87
  required: true,
93
- description: 'The start date of the insurance contract',
88
+ description: 'The origin of the insurance contract',
94
89
  },
95
90
  {
96
- displayName: 'End Date',
97
- name: 'endDate',
98
- type: 'dateTime',
91
+ displayName: 'Provider Slug',
92
+ name: 'providerSlug',
93
+ type: 'string',
99
94
  displayOptions: {
100
95
  show: {
101
- resource: [
102
- 'insuranceContracts',
103
- ],
104
- operation: [
105
- 'listTransactions',
106
- ],
96
+ resource: ['insuranceContracts'],
97
+ operation: ['createInsuranceContract'],
107
98
  },
108
99
  },
109
100
  default: '',
110
- description: 'The end date of the insurance contract',
101
+ required: true,
102
+ description: 'The slug identifier of the insurance provider',
111
103
  },
112
104
  {
113
- displayName: 'Coverage Details',
114
- name: 'coverageDetails',
105
+ displayName: 'Type',
106
+ name: 'contractType',
115
107
  type: 'string',
116
108
  displayOptions: {
117
109
  show: {
118
- resource: [
119
- 'insuranceContracts',
120
- ],
121
- operation: [
122
- 'listTransactions',
123
- ],
110
+ resource: ['insuranceContracts'],
111
+ operation: ['createInsuranceContract'],
124
112
  },
125
113
  },
126
114
  default: '',
127
- description: 'Details about the coverage provided by the insurance contract',
115
+ required: true,
116
+ description: 'The type of insurance contract',
128
117
  },
129
118
  {
130
- displayName: 'Contract ID',
131
- name: 'contractId',
132
- type: 'string',
119
+ displayName: 'Status',
120
+ name: 'status',
121
+ type: 'options',
133
122
  displayOptions: {
134
123
  show: {
135
- resource: [
136
- 'insuranceContracts',
137
- ],
138
- operation: [
139
- 'getInsuranceContract',
140
- ],
124
+ resource: ['insuranceContracts'],
125
+ operation: ['createInsuranceContract'],
141
126
  },
142
127
  },
143
- default: '',
128
+ options: [
129
+ { name: 'Active', value: 'active' },
130
+ { name: 'Inactive', value: 'inactive' },
131
+ { name: 'Pending', value: 'pending' },
132
+ ],
133
+ default: 'active',
144
134
  required: true,
145
- description: 'The unique identifier of the insurance contract to be fetched',
135
+ description: 'The status of the insurance contract',
146
136
  },
147
137
  {
148
- displayName: 'Contract ID',
149
- name: 'contractId',
150
- type: 'string',
138
+ displayName: 'Additional Options',
139
+ name: 'additionalOptions',
140
+ type: 'collection',
141
+ placeholder: 'Add Option',
142
+ default: {},
151
143
  displayOptions: {
152
144
  show: {
153
- resource: [
154
- 'insuranceContracts',
155
- ],
156
- operation: [
157
- 'listTransactions',
145
+ resource: ['insuranceContracts'],
146
+ operation: ['createInsuranceContract'],
147
+ },
148
+ },
149
+ options: [
150
+ {
151
+ displayName: 'Expiration Date',
152
+ name: 'expirationDate',
153
+ type: 'dateTime',
154
+ default: '',
155
+ description: 'The expiration date of the contract',
156
+ },
157
+ {
158
+ displayName: 'Payment Frequency',
159
+ name: 'paymentFrequency',
160
+ type: 'options',
161
+ options: [
162
+ { name: 'Monthly', value: 'monthly' },
163
+ { name: 'Quarterly', value: 'quarterly' },
164
+ { name: 'Semester', value: 'semester' },
165
+ { name: 'Yearly', value: 'yearly' },
158
166
  ],
167
+ default: 'monthly',
168
+ description: 'The payment frequency of the contract',
169
+ },
170
+ {
171
+ displayName: 'Price Currency',
172
+ name: 'priceCurrency',
173
+ type: 'string',
174
+ default: 'EUR',
175
+ description: 'The currency of the price',
176
+ },
177
+ {
178
+ displayName: 'Price Value',
179
+ name: 'priceValue',
180
+ type: 'string',
181
+ default: '',
182
+ description: 'The price value of the contract',
183
+ },
184
+ {
185
+ displayName: 'Renewal Date',
186
+ name: 'renewalDate',
187
+ type: 'dateTime',
188
+ default: '',
189
+ description: 'The renewal date of the contract',
190
+ },
191
+ {
192
+ displayName: 'Service URL',
193
+ name: 'serviceUrl',
194
+ type: 'string',
195
+ default: '',
196
+ description: 'URL for the insurance service',
197
+ },
198
+ {
199
+ displayName: 'Start Date',
200
+ name: 'startDate',
201
+ type: 'dateTime',
202
+ default: '',
203
+ description: 'The start date of the contract',
204
+ },
205
+ {
206
+ displayName: 'Troubleshooting URL',
207
+ name: 'troubleshootingUrl',
208
+ type: 'string',
209
+ default: '',
210
+ description: 'URL for troubleshooting the insurance',
211
+ },
212
+ ],
213
+ },
214
+ {
215
+ displayName: 'Contract ID (To Update)',
216
+ name: 'contractIdToUpdate',
217
+ type: 'string',
218
+ displayOptions: {
219
+ show: {
220
+ resource: ['insuranceContracts'],
221
+ operation: ['updateInsuranceContract'],
159
222
  },
160
223
  },
161
224
  default: '',
162
225
  required: true,
163
- description: 'The unique identifier of the insurance contract to be updated',
226
+ description: 'The unique identifier of the insurance contract to update',
164
227
  },
165
228
  {
166
- displayName: 'Contract Name',
167
- name: 'contractName',
168
- type: 'string',
229
+ displayName: 'Update Fields',
230
+ name: 'updateFields',
231
+ type: 'collection',
232
+ placeholder: 'Add Field',
233
+ default: {},
169
234
  displayOptions: {
170
235
  show: {
171
- resource: [
172
- 'insuranceContracts',
236
+ resource: ['insuranceContracts'],
237
+ operation: ['updateInsuranceContract'],
238
+ },
239
+ },
240
+ options: [
241
+ {
242
+ displayName: 'Contract ID',
243
+ name: 'contractId',
244
+ type: 'string',
245
+ default: '',
246
+ description: 'The external contract ID',
247
+ },
248
+ {
249
+ displayName: 'Expiration Date',
250
+ name: 'expirationDate',
251
+ type: 'dateTime',
252
+ default: '',
253
+ description: 'The expiration date of the contract',
254
+ },
255
+ {
256
+ displayName: 'Name',
257
+ name: 'name',
258
+ type: 'string',
259
+ default: '',
260
+ description: 'The name of the insurance contract',
261
+ },
262
+ {
263
+ displayName: 'Origin',
264
+ name: 'origin',
265
+ type: 'options',
266
+ options: [
267
+ { name: 'Insurance Hub', value: 'insurance_hub' },
268
+ { name: 'External', value: 'external' },
173
269
  ],
174
- operation: [
175
- 'listTransactions',
270
+ default: 'insurance_hub',
271
+ description: 'The origin of the insurance contract',
272
+ },
273
+ {
274
+ displayName: 'Payment Frequency',
275
+ name: 'paymentFrequency',
276
+ type: 'options',
277
+ options: [
278
+ { name: 'Monthly', value: 'monthly' },
279
+ { name: 'Quarterly', value: 'quarterly' },
280
+ { name: 'Semester', value: 'semester' },
281
+ { name: 'Yearly', value: 'yearly' },
176
282
  ],
283
+ default: 'monthly',
284
+ description: 'The payment frequency of the contract',
285
+ },
286
+ {
287
+ displayName: 'Price Currency',
288
+ name: 'priceCurrency',
289
+ type: 'string',
290
+ default: 'EUR',
291
+ description: 'The currency of the price',
292
+ },
293
+ {
294
+ displayName: 'Price Value',
295
+ name: 'priceValue',
296
+ type: 'string',
297
+ default: '',
298
+ description: 'The price value of the contract',
299
+ },
300
+ {
301
+ displayName: 'Provider Slug',
302
+ name: 'providerSlug',
303
+ type: 'string',
304
+ default: '',
305
+ description: 'The slug identifier of the insurance provider',
306
+ },
307
+ {
308
+ displayName: 'Renewal Date',
309
+ name: 'renewalDate',
310
+ type: 'dateTime',
311
+ default: '',
312
+ description: 'The renewal date of the contract',
313
+ },
314
+ {
315
+ displayName: 'Service URL',
316
+ name: 'serviceUrl',
317
+ type: 'string',
318
+ default: '',
319
+ description: 'URL for the insurance service',
320
+ },
321
+ {
322
+ displayName: 'Start Date',
323
+ name: 'startDate',
324
+ type: 'dateTime',
325
+ default: '',
326
+ description: 'The start date of the contract',
327
+ },
328
+ {
329
+ displayName: 'Status',
330
+ name: 'status',
331
+ type: 'options',
332
+ options: [
333
+ { name: 'Active', value: 'active' },
334
+ { name: 'Inactive', value: 'inactive' },
335
+ { name: 'Pending', value: 'pending' },
336
+ ],
337
+ default: 'active',
338
+ description: 'The status of the insurance contract',
339
+ },
340
+ {
341
+ displayName: 'Troubleshooting URL',
342
+ name: 'troubleshootingUrl',
343
+ type: 'string',
344
+ default: '',
345
+ description: 'URL for troubleshooting the insurance',
346
+ },
347
+ {
348
+ displayName: 'Type',
349
+ name: 'type',
350
+ type: 'string',
351
+ default: '',
352
+ description: 'The type of insurance contract',
353
+ },
354
+ ],
355
+ },
356
+ {
357
+ displayName: 'Contract ID',
358
+ name: 'contractId',
359
+ type: 'string',
360
+ displayOptions: {
361
+ show: {
362
+ resource: ['insuranceContracts'],
363
+ operation: ['getInsuranceContract'],
177
364
  },
178
365
  },
179
366
  default: '',
180
- description: 'The updated name of the insurance contract',
367
+ required: true,
368
+ description: 'The unique identifier of the insurance contract to fetch',
181
369
  },
182
370
  {
183
- displayName: 'End Date',
184
- name: 'endDate',
185
- type: 'dateTime',
371
+ displayName: 'Contract ID',
372
+ name: 'contractId',
373
+ type: 'string',
186
374
  displayOptions: {
187
375
  show: {
188
- resource: [
189
- 'insuranceContracts',
190
- ],
191
- operation: [
192
- 'listTransactions',
193
- ],
376
+ resource: ['insuranceContracts'],
377
+ operation: ['uploadInsuranceDocument'],
194
378
  },
195
379
  },
196
380
  default: '',
197
- description: 'The updated end date of the insurance contract',
381
+ required: true,
382
+ description: 'The unique identifier of the insurance contract to upload the PDF for',
198
383
  },
199
384
  {
200
- displayName: 'Coverage Details',
201
- name: 'coverageDetails',
385
+ displayName: 'Binary Property',
386
+ name: 'binaryProperty',
202
387
  type: 'string',
203
388
  displayOptions: {
204
389
  show: {
205
- resource: [
206
- 'insuranceContracts',
207
- ],
208
- operation: [
209
- 'listTransactions',
210
- ],
390
+ resource: ['insuranceContracts'],
391
+ operation: ['uploadInsuranceDocument'],
211
392
  },
212
393
  },
213
- default: '',
214
- description: 'Updated details about the coverage provided by the insurance contract',
394
+ default: 'data',
395
+ required: true,
396
+ description: 'Name of the binary property containing the PDF file to upload',
215
397
  },
216
398
  {
217
399
  displayName: 'Contract ID',
@@ -219,35 +401,27 @@ exports.insuranceContractsOperations = [
219
401
  type: 'string',
220
402
  displayOptions: {
221
403
  show: {
222
- resource: [
223
- 'insuranceContracts',
224
- ],
225
- operation: [
226
- 'uploadInsuranceDocument',
227
- ],
404
+ resource: ['insuranceContracts'],
405
+ operation: ['deleteInsuranceDocument'],
228
406
  },
229
407
  },
230
408
  default: '',
231
409
  required: true,
232
- description: 'The unique identifier of the insurance contract to which the PDF will be uploaded',
410
+ description: 'The unique identifier of the insurance contract',
233
411
  },
234
412
  {
235
- displayName: 'PDF File',
236
- name: 'pdfFile',
413
+ displayName: 'Attachment ID',
414
+ name: 'attachmentId',
237
415
  type: 'string',
238
416
  displayOptions: {
239
417
  show: {
240
- resource: [
241
- 'insuranceContracts',
242
- ],
243
- operation: [
244
- 'uploadInsuranceDocument',
245
- ],
418
+ resource: ['insuranceContracts'],
419
+ operation: ['deleteInsuranceDocument'],
246
420
  },
247
421
  },
248
422
  default: '',
249
423
  required: true,
250
- description: 'Path to the PDF file to be uploaded',
424
+ description: 'The unique identifier of the attachment to delete',
251
425
  },
252
426
  ];
253
427
  //# sourceMappingURL=InsuranceContractsDescriptions.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"InsuranceContractsDescriptions.js","sourceRoot":"","sources":["../../../../nodes/Qonto/descriptions/InsuranceContractsDescriptions.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"InsuranceContractsDescriptions.js","sourceRoot":"","sources":["../../../../nodes/Qonto/descriptions/InsuranceContractsDescriptions.ts"],"names":[],"mappings":"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"}
@@ -9,9 +9,7 @@ exports.internalTransactionsOperations = [
9
9
  noDataExpression: true,
10
10
  displayOptions: {
11
11
  show: {
12
- resource: [
13
- 'internalTransactions',
14
- ],
12
+ resource: ['internalTransactions'],
15
13
  },
16
14
  },
17
15
  options: [
@@ -30,12 +28,8 @@ exports.internalTransactionsOperations = [
30
28
  required: true,
31
29
  displayOptions: {
32
30
  show: {
33
- resource: [
34
- 'internalTransactions',
35
- ],
36
- operation: [
37
- 'createInternalTransfer',
38
- ],
31
+ resource: ['internalTransactions'],
32
+ operation: ['createInternalTransfer'],
39
33
  },
40
34
  },
41
35
  default: '',
@@ -48,12 +42,8 @@ exports.internalTransactionsOperations = [
48
42
  required: true,
49
43
  displayOptions: {
50
44
  show: {
51
- resource: [
52
- 'internalTransactions',
53
- ],
54
- operation: [
55
- 'createInternalTransfer',
56
- ],
45
+ resource: ['internalTransactions'],
46
+ operation: ['createInternalTransfer'],
57
47
  },
58
48
  },
59
49
  default: '',
@@ -65,12 +55,8 @@ exports.internalTransactionsOperations = [
65
55
  required: true,
66
56
  displayOptions: {
67
57
  show: {
68
- resource: [
69
- 'internalTransactions',
70
- ],
71
- operation: [
72
- 'createInternalTransfer',
73
- ],
58
+ resource: ['internalTransactions'],
59
+ operation: ['createInternalTransfer'],
74
60
  },
75
61
  },
76
62
  default: '',
@@ -82,12 +68,8 @@ exports.internalTransactionsOperations = [
82
68
  required: true,
83
69
  displayOptions: {
84
70
  show: {
85
- resource: [
86
- 'internalTransactions',
87
- ],
88
- operation: [
89
- 'createInternalTransfer',
90
- ],
71
+ resource: ['internalTransactions'],
72
+ operation: ['createInternalTransfer'],
91
73
  },
92
74
  },
93
75
  default: '',
@@ -100,12 +82,8 @@ exports.internalTransactionsOperations = [
100
82
  required: true,
101
83
  displayOptions: {
102
84
  show: {
103
- resource: [
104
- 'internalTransactions',
105
- ],
106
- operation: [
107
- 'createInternalTransfer',
108
- ],
85
+ resource: ['internalTransactions'],
86
+ operation: ['createInternalTransfer'],
109
87
  },
110
88
  },
111
89
  default: '',
@@ -118,12 +96,8 @@ exports.internalTransactionsOperations = [
118
96
  required: true,
119
97
  displayOptions: {
120
98
  show: {
121
- resource: [
122
- 'internalTransactions',
123
- ],
124
- operation: [
125
- 'createInternalTransfer',
126
- ],
99
+ resource: ['internalTransactions'],
100
+ operation: ['createInternalTransfer'],
127
101
  },
128
102
  },
129
103
  default: 'EUR',