n8n-nodes-exact-online 0.1.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 (34) hide show
  1. package/LICENSE.md +64 -0
  2. package/dist/credentials/ExactOnline.credentials.d.ts +8 -0
  3. package/dist/credentials/ExactOnline.credentials.js +95 -0
  4. package/dist/credentials/ExactOnline.credentials.js.map +1 -0
  5. package/dist/credentials/ExactOnlineApiOAuth2Api.credentials.d.ts +8 -0
  6. package/dist/credentials/ExactOnlineApiOAuth2Api.credentials.js +95 -0
  7. package/dist/credentials/ExactOnlineApiOAuth2Api.credentials.js.map +1 -0
  8. package/dist/credentials/ExactOnlineDE.credentials.d.ts +8 -0
  9. package/dist/credentials/ExactOnlineDE.credentials.js +53 -0
  10. package/dist/credentials/ExactOnlineDE.credentials.js.map +1 -0
  11. package/dist/credentials/exactOnline.svg +1080 -0
  12. package/dist/nodes/ExactOnline/ExactOnline.node.d.ts +38 -0
  13. package/dist/nodes/ExactOnline/ExactOnline.node.js +524 -0
  14. package/dist/nodes/ExactOnline/ExactOnline.node.js.map +1 -0
  15. package/dist/nodes/ExactOnline/FieldDescription.d.ts +15 -0
  16. package/dist/nodes/ExactOnline/FieldDescription.js +1182 -0
  17. package/dist/nodes/ExactOnline/FieldDescription.js.map +1 -0
  18. package/dist/nodes/ExactOnline/GenericFunctions.d.ts +84 -0
  19. package/dist/nodes/ExactOnline/GenericFunctions.js +120 -0
  20. package/dist/nodes/ExactOnline/GenericFunctions.js.map +1 -0
  21. package/dist/nodes/ExactOnline/endpointDescription.d.ts +16 -0
  22. package/dist/nodes/ExactOnline/endpointDescription.js +188 -0
  23. package/dist/nodes/ExactOnline/endpointDescription.js.map +1 -0
  24. package/dist/nodes/ExactOnline/endpointFieldsDescriptions/FinancialTransactionDescription.d.ts +14 -0
  25. package/dist/nodes/ExactOnline/endpointFieldsDescriptions/FinancialTransactionDescription.js +1181 -0
  26. package/dist/nodes/ExactOnline/endpointFieldsDescriptions/FinancialTransactionDescription.js.map +1 -0
  27. package/dist/nodes/ExactOnline/endpointFieldsDescriptions/transactionLinesDescription.d.ts +9 -0
  28. package/dist/nodes/ExactOnline/endpointFieldsDescriptions/transactionLinesDescription.js +70 -0
  29. package/dist/nodes/ExactOnline/endpointFieldsDescriptions/transactionLinesDescription.js.map +1 -0
  30. package/dist/nodes/ExactOnline/exactOnline.svg +1080 -0
  31. package/dist/nodes/ExactOnline/fieldConfigArray.json +65123 -0
  32. package/dist/package.json +52 -0
  33. package/index.js +0 -0
  34. package/package.json +52 -0
@@ -0,0 +1,1181 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.fieldsFinancialTransaction = void 0;
4
+ exports.fieldsFinancialTransaction = [
5
+ {
6
+ "endpoint": 'TransactionLines',
7
+ "fields": [
8
+ {
9
+ "displayName": "ID",
10
+ "name": "ID",
11
+ "type": "string",
12
+ "description": ""
13
+ },
14
+ {
15
+ "displayName": "Account",
16
+ "name": "Account",
17
+ "type": "string",
18
+ "description": ""
19
+ },
20
+ {
21
+ "displayName": "AccountCode",
22
+ "name": "AccountCode",
23
+ "type": "string",
24
+ "description": ""
25
+ },
26
+ {
27
+ "displayName": "AccountName",
28
+ "name": "AccountName",
29
+ "type": "string",
30
+ "description": ""
31
+ },
32
+ {
33
+ "displayName": "AmountDC",
34
+ "name": "AmountDC",
35
+ "type": "number",
36
+ "description": ""
37
+ },
38
+ {
39
+ "displayName": "AmountFC",
40
+ "name": "AmountFC",
41
+ "type": "number",
42
+ "description": ""
43
+ },
44
+ {
45
+ "displayName": "AmountVATBaseFC",
46
+ "name": "AmountVATBaseFC",
47
+ "type": "number",
48
+ "description": ""
49
+ },
50
+ {
51
+ "displayName": "AmountVATFC",
52
+ "name": "AmountVATFC",
53
+ "type": "number",
54
+ "description": ""
55
+ },
56
+ {
57
+ "displayName": "Asset",
58
+ "name": "Asset",
59
+ "type": "string",
60
+ "description": ""
61
+ },
62
+ {
63
+ "displayName": "AssetCode",
64
+ "name": "AssetCode",
65
+ "type": "string",
66
+ "description": ""
67
+ },
68
+ {
69
+ "displayName": "AssetDescription",
70
+ "name": "AssetDescription",
71
+ "type": "string",
72
+ "description": ""
73
+ },
74
+ {
75
+ "displayName": "CostCenter",
76
+ "name": "CostCenter",
77
+ "type": "string",
78
+ "description": ""
79
+ },
80
+ {
81
+ "displayName": "CostCenterDescription",
82
+ "name": "CostCenterDescription",
83
+ "type": "string",
84
+ "description": ""
85
+ },
86
+ {
87
+ "displayName": "CostUnit",
88
+ "name": "CostUnit",
89
+ "type": "string",
90
+ "description": ""
91
+ },
92
+ {
93
+ "displayName": "CostUnitDescription",
94
+ "name": "CostUnitDescription",
95
+ "type": "string",
96
+ "description": ""
97
+ },
98
+ {
99
+ "displayName": "Created",
100
+ "name": "Created",
101
+ "type": "string",
102
+ "description": ""
103
+ },
104
+ {
105
+ "displayName": "Creator",
106
+ "name": "Creator",
107
+ "type": "string",
108
+ "description": ""
109
+ },
110
+ {
111
+ "displayName": "CreatorFullName",
112
+ "name": "CreatorFullName",
113
+ "type": "string",
114
+ "description": ""
115
+ },
116
+ {
117
+ "displayName": "Currency",
118
+ "name": "Currency",
119
+ "type": "string",
120
+ "description": ""
121
+ },
122
+ {
123
+ "displayName": "Date",
124
+ "name": "Date",
125
+ "type": "string",
126
+ "description": ""
127
+ },
128
+ {
129
+ "displayName": "Description",
130
+ "name": "Description",
131
+ "type": "string",
132
+ "description": ""
133
+ },
134
+ {
135
+ "displayName": "Division",
136
+ "name": "Division",
137
+ "type": "number",
138
+ "description": ""
139
+ },
140
+ {
141
+ "displayName": "Document",
142
+ "name": "Document",
143
+ "type": "string",
144
+ "description": ""
145
+ },
146
+ {
147
+ "displayName": "DocumentNumber",
148
+ "name": "DocumentNumber",
149
+ "type": "number",
150
+ "description": ""
151
+ },
152
+ {
153
+ "displayName": "DocumentSubject",
154
+ "name": "DocumentSubject",
155
+ "type": "string",
156
+ "description": ""
157
+ },
158
+ {
159
+ "displayName": "DueDate",
160
+ "name": "DueDate",
161
+ "type": "string",
162
+ "description": ""
163
+ },
164
+ {
165
+ "displayName": "EntryID",
166
+ "name": "EntryID",
167
+ "type": "string",
168
+ "description": ""
169
+ },
170
+ {
171
+ "displayName": "EntryNumber",
172
+ "name": "EntryNumber",
173
+ "type": "number",
174
+ "description": ""
175
+ },
176
+ {
177
+ "displayName": "ExchangeRate",
178
+ "name": "ExchangeRate",
179
+ "type": "number",
180
+ "description": ""
181
+ },
182
+ {
183
+ "displayName": "ExternalLinkDescription",
184
+ "name": "ExternalLinkDescription",
185
+ "type": "string",
186
+ "description": ""
187
+ },
188
+ {
189
+ "displayName": "ExternalLinkReference",
190
+ "name": "ExternalLinkReference",
191
+ "type": "string",
192
+ "description": ""
193
+ },
194
+ {
195
+ "displayName": "ExtraDutyAmountFC",
196
+ "name": "ExtraDutyAmountFC",
197
+ "type": "number",
198
+ "description": ""
199
+ },
200
+ {
201
+ "displayName": "ExtraDutyPercentage",
202
+ "name": "ExtraDutyPercentage",
203
+ "type": "number",
204
+ "description": ""
205
+ },
206
+ {
207
+ "displayName": "FinancialPeriod",
208
+ "name": "FinancialPeriod",
209
+ "type": "number",
210
+ "description": ""
211
+ },
212
+ {
213
+ "displayName": "FinancialYear",
214
+ "name": "FinancialYear",
215
+ "type": "number",
216
+ "description": ""
217
+ },
218
+ {
219
+ "displayName": "GLAccount",
220
+ "name": "GLAccount",
221
+ "type": "string",
222
+ "description": ""
223
+ },
224
+ {
225
+ "displayName": "GLAccountCode",
226
+ "name": "GLAccountCode",
227
+ "type": "string",
228
+ "description": ""
229
+ },
230
+ {
231
+ "displayName": "GLAccountDescription",
232
+ "name": "GLAccountDescription",
233
+ "type": "string",
234
+ "description": ""
235
+ },
236
+ {
237
+ "displayName": "InvoiceNumber",
238
+ "name": "InvoiceNumber",
239
+ "type": "number",
240
+ "description": ""
241
+ },
242
+ {
243
+ "displayName": "Item",
244
+ "name": "Item",
245
+ "type": "string",
246
+ "description": ""
247
+ },
248
+ {
249
+ "displayName": "ItemCode",
250
+ "name": "ItemCode",
251
+ "type": "string",
252
+ "description": ""
253
+ },
254
+ {
255
+ "displayName": "ItemDescription",
256
+ "name": "ItemDescription",
257
+ "type": "string",
258
+ "description": ""
259
+ },
260
+ {
261
+ "displayName": "JournalCode",
262
+ "name": "JournalCode",
263
+ "type": "string",
264
+ "description": ""
265
+ },
266
+ {
267
+ "displayName": "JournalDescription",
268
+ "name": "JournalDescription",
269
+ "type": "string",
270
+ "description": ""
271
+ },
272
+ {
273
+ "displayName": "LineNumber",
274
+ "name": "LineNumber",
275
+ "type": "number",
276
+ "description": ""
277
+ },
278
+ {
279
+ "displayName": "LineType",
280
+ "name": "LineType",
281
+ "type": "number",
282
+ "description": ""
283
+ },
284
+ {
285
+ "displayName": "Modified",
286
+ "name": "Modified",
287
+ "type": "string",
288
+ "description": ""
289
+ },
290
+ {
291
+ "displayName": "Modifier",
292
+ "name": "Modifier",
293
+ "type": "string",
294
+ "description": ""
295
+ },
296
+ {
297
+ "displayName": "ModifierFullName",
298
+ "name": "ModifierFullName",
299
+ "type": "string",
300
+ "description": ""
301
+ },
302
+ {
303
+ "displayName": "Notes",
304
+ "name": "Notes",
305
+ "type": "string",
306
+ "description": ""
307
+ },
308
+ {
309
+ "displayName": "OffsetID",
310
+ "name": "OffsetID",
311
+ "type": "string",
312
+ "description": ""
313
+ },
314
+ {
315
+ "displayName": "OrderNumber",
316
+ "name": "OrderNumber",
317
+ "type": "number",
318
+ "description": ""
319
+ },
320
+ {
321
+ "displayName": "PaymentDiscountAmount",
322
+ "name": "PaymentDiscountAmount",
323
+ "type": "number",
324
+ "description": ""
325
+ },
326
+ {
327
+ "displayName": "PaymentReference",
328
+ "name": "PaymentReference",
329
+ "type": "string",
330
+ "description": ""
331
+ },
332
+ {
333
+ "displayName": "Project",
334
+ "name": "Project",
335
+ "type": "string",
336
+ "description": ""
337
+ },
338
+ {
339
+ "displayName": "ProjectCode",
340
+ "name": "ProjectCode",
341
+ "type": "string",
342
+ "description": ""
343
+ },
344
+ {
345
+ "displayName": "ProjectDescription",
346
+ "name": "ProjectDescription",
347
+ "type": "string",
348
+ "description": ""
349
+ },
350
+ {
351
+ "displayName": "Quantity",
352
+ "name": "Quantity",
353
+ "type": "number",
354
+ "description": ""
355
+ },
356
+ {
357
+ "displayName": "SerialNumber",
358
+ "name": "SerialNumber",
359
+ "type": "string",
360
+ "description": ""
361
+ },
362
+ {
363
+ "displayName": "ShopOrder",
364
+ "name": "ShopOrder",
365
+ "type": "string",
366
+ "description": ""
367
+ },
368
+ {
369
+ "displayName": "Status",
370
+ "name": "Status",
371
+ "type": "number",
372
+ "description": ""
373
+ },
374
+ {
375
+ "displayName": "Subscription",
376
+ "name": "Subscription",
377
+ "type": "string",
378
+ "description": ""
379
+ },
380
+ {
381
+ "displayName": "SubscriptionDescription",
382
+ "name": "SubscriptionDescription",
383
+ "type": "string",
384
+ "description": ""
385
+ },
386
+ {
387
+ "displayName": "TrackingNumber",
388
+ "name": "TrackingNumber",
389
+ "type": "string",
390
+ "description": ""
391
+ },
392
+ {
393
+ "displayName": "TrackingNumberDescription",
394
+ "name": "TrackingNumberDescription",
395
+ "type": "string",
396
+ "description": ""
397
+ },
398
+ {
399
+ "displayName": "Type",
400
+ "name": "Type",
401
+ "type": "number",
402
+ "description": ""
403
+ },
404
+ {
405
+ "displayName": "VATCode",
406
+ "name": "VATCode",
407
+ "type": "string",
408
+ "description": ""
409
+ },
410
+ {
411
+ "displayName": "VATCodeDescription",
412
+ "name": "VATCodeDescription",
413
+ "type": "string",
414
+ "description": ""
415
+ },
416
+ {
417
+ "displayName": "VATPercentage",
418
+ "name": "VATPercentage",
419
+ "type": "number",
420
+ "description": ""
421
+ },
422
+ {
423
+ "displayName": "VATType",
424
+ "name": "VATType",
425
+ "type": "string",
426
+ "description": ""
427
+ },
428
+ {
429
+ "displayName": "YourRef",
430
+ "name": "YourRef",
431
+ "type": "string",
432
+ "description": ""
433
+ }
434
+ ]
435
+ },
436
+ {
437
+ "endpoint": "CashEntryLines",
438
+ "fields": [
439
+ {
440
+ "displayName": "ID",
441
+ "name": "ID",
442
+ "type": "string",
443
+ "description": ""
444
+ },
445
+ {
446
+ "displayName": "Account",
447
+ "name": "Account",
448
+ "type": "string",
449
+ "description": ""
450
+ },
451
+ {
452
+ "displayName": "AccountCode",
453
+ "name": "AccountCode",
454
+ "type": "string",
455
+ "description": ""
456
+ },
457
+ {
458
+ "displayName": "AccountName",
459
+ "name": "AccountName",
460
+ "type": "string",
461
+ "description": ""
462
+ },
463
+ {
464
+ "displayName": "AmountDC",
465
+ "name": "AmountDC",
466
+ "type": "number",
467
+ "description": ""
468
+ },
469
+ {
470
+ "displayName": "AmountFC",
471
+ "name": "AmountFC",
472
+ "type": "number",
473
+ "description": ""
474
+ },
475
+ {
476
+ "displayName": "AmountVATFC",
477
+ "name": "AmountVATFC",
478
+ "type": "number",
479
+ "description": ""
480
+ },
481
+ {
482
+ "displayName": "Asset",
483
+ "name": "Asset",
484
+ "type": "string",
485
+ "description": ""
486
+ },
487
+ {
488
+ "displayName": "AssetCode",
489
+ "name": "AssetCode",
490
+ "type": "string",
491
+ "description": ""
492
+ },
493
+ {
494
+ "displayName": "AssetDescription",
495
+ "name": "AssetDescription",
496
+ "type": "string",
497
+ "description": ""
498
+ },
499
+ {
500
+ "displayName": "CostCenter",
501
+ "name": "CostCenter",
502
+ "type": "string",
503
+ "description": ""
504
+ },
505
+ {
506
+ "displayName": "CostCenterDescription",
507
+ "name": "CostCenterDescription",
508
+ "type": "string",
509
+ "description": ""
510
+ },
511
+ {
512
+ "displayName": "CostUnit",
513
+ "name": "CostUnit",
514
+ "type": "string",
515
+ "description": ""
516
+ },
517
+ {
518
+ "displayName": "CostUnitDescription",
519
+ "name": "CostUnitDescription",
520
+ "type": "string",
521
+ "description": ""
522
+ },
523
+ {
524
+ "displayName": "Created",
525
+ "name": "Created",
526
+ "type": "string",
527
+ "description": ""
528
+ },
529
+ {
530
+ "displayName": "Creator",
531
+ "name": "Creator",
532
+ "type": "string",
533
+ "description": ""
534
+ },
535
+ {
536
+ "displayName": "CreatorFullName",
537
+ "name": "CreatorFullName",
538
+ "type": "string",
539
+ "description": ""
540
+ },
541
+ {
542
+ "displayName": "Date",
543
+ "name": "Date",
544
+ "type": "string",
545
+ "description": ""
546
+ },
547
+ {
548
+ "displayName": "Description",
549
+ "name": "Description",
550
+ "type": "string",
551
+ "description": ""
552
+ },
553
+ {
554
+ "displayName": "Division",
555
+ "name": "Division",
556
+ "type": "number",
557
+ "description": ""
558
+ },
559
+ {
560
+ "displayName": "Document",
561
+ "name": "Document",
562
+ "type": "string",
563
+ "description": ""
564
+ },
565
+ {
566
+ "displayName": "DocumentNumber",
567
+ "name": "DocumentNumber",
568
+ "type": "number",
569
+ "description": ""
570
+ },
571
+ {
572
+ "displayName": "DocumentSubject",
573
+ "name": "DocumentSubject",
574
+ "type": "string",
575
+ "description": ""
576
+ },
577
+ {
578
+ "displayName": "EntryID",
579
+ "name": "EntryID",
580
+ "type": "string",
581
+ "description": ""
582
+ },
583
+ {
584
+ "displayName": "EntryNumber",
585
+ "name": "EntryNumber",
586
+ "type": "number",
587
+ "description": ""
588
+ },
589
+ {
590
+ "displayName": "ExchangeRate",
591
+ "name": "ExchangeRate",
592
+ "type": "number",
593
+ "description": ""
594
+ },
595
+ {
596
+ "displayName": "GLAccount",
597
+ "name": "GLAccount",
598
+ "type": "string",
599
+ "description": ""
600
+ },
601
+ {
602
+ "displayName": "GLAccountCode",
603
+ "name": "GLAccountCode",
604
+ "type": "string",
605
+ "description": ""
606
+ },
607
+ {
608
+ "displayName": "GLAccountDescription",
609
+ "name": "GLAccountDescription",
610
+ "type": "string",
611
+ "description": ""
612
+ },
613
+ {
614
+ "displayName": "LineNumber",
615
+ "name": "LineNumber",
616
+ "type": "number",
617
+ "description": ""
618
+ },
619
+ {
620
+ "displayName": "Modified",
621
+ "name": "Modified",
622
+ "type": "string",
623
+ "description": ""
624
+ },
625
+ {
626
+ "displayName": "Modifier",
627
+ "name": "Modifier",
628
+ "type": "string",
629
+ "description": ""
630
+ },
631
+ {
632
+ "displayName": "ModifierFullName",
633
+ "name": "ModifierFullName",
634
+ "type": "string",
635
+ "description": ""
636
+ },
637
+ {
638
+ "displayName": "Notes",
639
+ "name": "Notes",
640
+ "type": "string",
641
+ "description": ""
642
+ },
643
+ {
644
+ "displayName": "OffsetID",
645
+ "name": "OffsetID",
646
+ "type": "string",
647
+ "description": ""
648
+ },
649
+ {
650
+ "displayName": "OurRef",
651
+ "name": "OurRef",
652
+ "type": "number",
653
+ "description": ""
654
+ },
655
+ {
656
+ "displayName": "Project",
657
+ "name": "Project",
658
+ "type": "string",
659
+ "description": ""
660
+ },
661
+ {
662
+ "displayName": "ProjectCode",
663
+ "name": "ProjectCode",
664
+ "type": "string",
665
+ "description": ""
666
+ },
667
+ {
668
+ "displayName": "ProjectDescription",
669
+ "name": "ProjectDescription",
670
+ "type": "string",
671
+ "description": ""
672
+ },
673
+ {
674
+ "displayName": "Quantity",
675
+ "name": "Quantity",
676
+ "type": "number",
677
+ "description": ""
678
+ },
679
+ {
680
+ "displayName": "VATCode",
681
+ "name": "VATCode",
682
+ "type": "string",
683
+ "description": ""
684
+ },
685
+ {
686
+ "displayName": "VATCodeDescription",
687
+ "name": "VATCodeDescription",
688
+ "type": "string",
689
+ "description": ""
690
+ },
691
+ {
692
+ "displayName": "VATPercentage",
693
+ "name": "VATPercentage",
694
+ "type": "number",
695
+ "description": ""
696
+ },
697
+ {
698
+ "displayName": "VATType",
699
+ "name": "VATType",
700
+ "type": "string",
701
+ "description": ""
702
+ }
703
+ ]
704
+ },
705
+ {
706
+ "endpoint": "CashEntries",
707
+ "fields": [
708
+ {
709
+ "displayName": "EntryID",
710
+ "name": "EntryID",
711
+ "type": "string",
712
+ "description": ""
713
+ },
714
+ {
715
+ "displayName": "CashEntryLines",
716
+ "name": "CashEntryLines",
717
+ "description": ""
718
+ },
719
+ {
720
+ "displayName": "ClosingBalanceFC",
721
+ "name": "ClosingBalanceFC",
722
+ "type": "number",
723
+ "description": ""
724
+ },
725
+ {
726
+ "displayName": "Created",
727
+ "name": "Created",
728
+ "type": "string",
729
+ "description": ""
730
+ },
731
+ {
732
+ "displayName": "Currency",
733
+ "name": "Currency",
734
+ "type": "string",
735
+ "description": ""
736
+ },
737
+ {
738
+ "displayName": "Division",
739
+ "name": "Division",
740
+ "type": "number",
741
+ "description": ""
742
+ },
743
+ {
744
+ "displayName": "EntryNumber",
745
+ "name": "EntryNumber",
746
+ "type": "number",
747
+ "description": ""
748
+ },
749
+ {
750
+ "displayName": "FinancialPeriod",
751
+ "name": "FinancialPeriod",
752
+ "type": "number",
753
+ "description": ""
754
+ },
755
+ {
756
+ "displayName": "FinancialYear",
757
+ "name": "FinancialYear",
758
+ "type": "number",
759
+ "description": ""
760
+ },
761
+ {
762
+ "displayName": "JournalCode",
763
+ "name": "JournalCode",
764
+ "type": "string",
765
+ "description": ""
766
+ },
767
+ {
768
+ "displayName": "JournalDescription",
769
+ "name": "JournalDescription",
770
+ "type": "string",
771
+ "description": ""
772
+ },
773
+ {
774
+ "displayName": "Modified",
775
+ "name": "Modified",
776
+ "type": "string",
777
+ "description": ""
778
+ },
779
+ {
780
+ "displayName": "OpeningBalanceFC",
781
+ "name": "OpeningBalanceFC",
782
+ "type": "number",
783
+ "description": ""
784
+ },
785
+ {
786
+ "displayName": "Status",
787
+ "name": "Status",
788
+ "type": "number",
789
+ "description": ""
790
+ },
791
+ {
792
+ "displayName": "StatusDescription",
793
+ "name": "StatusDescription",
794
+ "type": "string",
795
+ "description": ""
796
+ }
797
+ ]
798
+ },
799
+ {
800
+ "endpoint": "BankEntryLines",
801
+ "fields": [
802
+ {
803
+ "displayName": "ID",
804
+ "name": "ID",
805
+ "type": "string",
806
+ "description": ""
807
+ },
808
+ {
809
+ "displayName": "Account",
810
+ "name": "Account",
811
+ "type": "string",
812
+ "description": ""
813
+ },
814
+ {
815
+ "displayName": "AccountCode",
816
+ "name": "AccountCode",
817
+ "type": "string",
818
+ "description": ""
819
+ },
820
+ {
821
+ "displayName": "AccountName",
822
+ "name": "AccountName",
823
+ "type": "string",
824
+ "description": ""
825
+ },
826
+ {
827
+ "displayName": "AmountDC",
828
+ "name": "AmountDC",
829
+ "type": "number",
830
+ "description": ""
831
+ },
832
+ {
833
+ "displayName": "AmountFC",
834
+ "name": "AmountFC",
835
+ "type": "number",
836
+ "description": ""
837
+ },
838
+ {
839
+ "displayName": "AmountVATFC",
840
+ "name": "AmountVATFC",
841
+ "type": "number",
842
+ "description": ""
843
+ },
844
+ {
845
+ "displayName": "Asset",
846
+ "name": "Asset",
847
+ "type": "string",
848
+ "description": ""
849
+ },
850
+ {
851
+ "displayName": "AssetCode",
852
+ "name": "AssetCode",
853
+ "type": "string",
854
+ "description": ""
855
+ },
856
+ {
857
+ "displayName": "AssetDescription",
858
+ "name": "AssetDescription",
859
+ "type": "string",
860
+ "description": ""
861
+ },
862
+ {
863
+ "displayName": "CostCenter",
864
+ "name": "CostCenter",
865
+ "type": "string",
866
+ "description": ""
867
+ },
868
+ {
869
+ "displayName": "CostCenterDescription",
870
+ "name": "CostCenterDescription",
871
+ "type": "string",
872
+ "description": ""
873
+ },
874
+ {
875
+ "displayName": "CostUnit",
876
+ "name": "CostUnit",
877
+ "type": "string",
878
+ "description": ""
879
+ },
880
+ {
881
+ "displayName": "CostUnitDescription",
882
+ "name": "CostUnitDescription",
883
+ "type": "string",
884
+ "description": ""
885
+ },
886
+ {
887
+ "displayName": "Created",
888
+ "name": "Created",
889
+ "type": "string",
890
+ "description": ""
891
+ },
892
+ {
893
+ "displayName": "Creator",
894
+ "name": "Creator",
895
+ "type": "string",
896
+ "description": ""
897
+ },
898
+ {
899
+ "displayName": "CreatorFullName",
900
+ "name": "CreatorFullName",
901
+ "type": "string",
902
+ "description": ""
903
+ },
904
+ {
905
+ "displayName": "Date",
906
+ "name": "Date",
907
+ "type": "string",
908
+ "description": ""
909
+ },
910
+ {
911
+ "displayName": "Description",
912
+ "name": "Description",
913
+ "type": "string",
914
+ "description": ""
915
+ },
916
+ {
917
+ "displayName": "Division",
918
+ "name": "Division",
919
+ "type": "number",
920
+ "description": ""
921
+ },
922
+ {
923
+ "displayName": "Document",
924
+ "name": "Document",
925
+ "type": "string",
926
+ "description": ""
927
+ },
928
+ {
929
+ "displayName": "DocumentNumber",
930
+ "name": "DocumentNumber",
931
+ "type": "number",
932
+ "description": ""
933
+ },
934
+ {
935
+ "displayName": "DocumentSubject",
936
+ "name": "DocumentSubject",
937
+ "type": "string",
938
+ "description": ""
939
+ },
940
+ {
941
+ "displayName": "EntryID",
942
+ "name": "EntryID",
943
+ "type": "string",
944
+ "description": ""
945
+ },
946
+ {
947
+ "displayName": "EntryNumber",
948
+ "name": "EntryNumber",
949
+ "type": "number",
950
+ "description": ""
951
+ },
952
+ {
953
+ "displayName": "ExchangeRate",
954
+ "name": "ExchangeRate",
955
+ "type": "number",
956
+ "description": ""
957
+ },
958
+ {
959
+ "displayName": "GLAccount",
960
+ "name": "GLAccount",
961
+ "type": "string",
962
+ "description": ""
963
+ },
964
+ {
965
+ "displayName": "GLAccountCode",
966
+ "name": "GLAccountCode",
967
+ "type": "string",
968
+ "description": ""
969
+ },
970
+ {
971
+ "displayName": "GLAccountDescription",
972
+ "name": "GLAccountDescription",
973
+ "type": "string",
974
+ "description": ""
975
+ },
976
+ {
977
+ "displayName": "LineNumber",
978
+ "name": "LineNumber",
979
+ "type": "number",
980
+ "description": ""
981
+ },
982
+ {
983
+ "displayName": "Modified",
984
+ "name": "Modified",
985
+ "type": "string",
986
+ "description": ""
987
+ },
988
+ {
989
+ "displayName": "Modifier",
990
+ "name": "Modifier",
991
+ "type": "string",
992
+ "description": ""
993
+ },
994
+ {
995
+ "displayName": "ModifierFullName",
996
+ "name": "ModifierFullName",
997
+ "type": "string",
998
+ "description": ""
999
+ },
1000
+ {
1001
+ "displayName": "Notes",
1002
+ "name": "Notes",
1003
+ "type": "string",
1004
+ "description": ""
1005
+ },
1006
+ {
1007
+ "displayName": "OffsetID",
1008
+ "name": "OffsetID",
1009
+ "type": "string",
1010
+ "description": ""
1011
+ },
1012
+ {
1013
+ "displayName": "OurRef",
1014
+ "name": "OurRef",
1015
+ "type": "number",
1016
+ "description": ""
1017
+ },
1018
+ {
1019
+ "displayName": "Project",
1020
+ "name": "Project",
1021
+ "type": "string",
1022
+ "description": ""
1023
+ },
1024
+ {
1025
+ "displayName": "ProjectCode",
1026
+ "name": "ProjectCode",
1027
+ "type": "string",
1028
+ "description": ""
1029
+ },
1030
+ {
1031
+ "displayName": "ProjectDescription",
1032
+ "name": "ProjectDescription",
1033
+ "type": "string",
1034
+ "description": ""
1035
+ },
1036
+ {
1037
+ "displayName": "Quantity",
1038
+ "name": "Quantity",
1039
+ "type": "number",
1040
+ "description": ""
1041
+ },
1042
+ {
1043
+ "displayName": "VATCode",
1044
+ "name": "VATCode",
1045
+ "type": "string",
1046
+ "description": ""
1047
+ },
1048
+ {
1049
+ "displayName": "VATCodeDescription",
1050
+ "name": "VATCodeDescription",
1051
+ "type": "string",
1052
+ "description": ""
1053
+ },
1054
+ {
1055
+ "displayName": "VATPercentage",
1056
+ "name": "VATPercentage",
1057
+ "type": "number",
1058
+ "description": ""
1059
+ },
1060
+ {
1061
+ "displayName": "VATType",
1062
+ "name": "VATType",
1063
+ "type": "string",
1064
+ "description": ""
1065
+ }
1066
+ ]
1067
+ },
1068
+ {
1069
+ "endpoint": "BankEntries",
1070
+ "fields": [
1071
+ {
1072
+ "displayName": "EntryID",
1073
+ "name": "EntryID",
1074
+ "type": "string",
1075
+ "description": ""
1076
+ },
1077
+ {
1078
+ "displayName": "BankEntryLines",
1079
+ "name": "BankEntryLines",
1080
+ "description": ""
1081
+ },
1082
+ {
1083
+ "displayName": "BankStatementDocument",
1084
+ "name": "BankStatementDocument",
1085
+ "type": "string",
1086
+ "description": ""
1087
+ },
1088
+ {
1089
+ "displayName": "BankStatementDocumentNumber",
1090
+ "name": "BankStatementDocumentNumber",
1091
+ "type": "number",
1092
+ "description": ""
1093
+ },
1094
+ {
1095
+ "displayName": "BankStatementDocumentSubject",
1096
+ "name": "BankStatementDocumentSubject",
1097
+ "type": "string",
1098
+ "description": ""
1099
+ },
1100
+ {
1101
+ "displayName": "ClosingBalanceFC",
1102
+ "name": "ClosingBalanceFC",
1103
+ "type": "number",
1104
+ "description": ""
1105
+ },
1106
+ {
1107
+ "displayName": "Created",
1108
+ "name": "Created",
1109
+ "type": "string",
1110
+ "description": ""
1111
+ },
1112
+ {
1113
+ "displayName": "Currency",
1114
+ "name": "Currency",
1115
+ "type": "string",
1116
+ "description": ""
1117
+ },
1118
+ {
1119
+ "displayName": "Division",
1120
+ "name": "Division",
1121
+ "type": "number",
1122
+ "description": ""
1123
+ },
1124
+ {
1125
+ "displayName": "EntryNumber",
1126
+ "name": "EntryNumber",
1127
+ "type": "number",
1128
+ "description": ""
1129
+ },
1130
+ {
1131
+ "displayName": "FinancialPeriod",
1132
+ "name": "FinancialPeriod",
1133
+ "type": "number",
1134
+ "description": ""
1135
+ },
1136
+ {
1137
+ "displayName": "FinancialYear",
1138
+ "name": "FinancialYear",
1139
+ "type": "number",
1140
+ "description": ""
1141
+ },
1142
+ {
1143
+ "displayName": "JournalCode",
1144
+ "name": "JournalCode",
1145
+ "type": "string",
1146
+ "description": ""
1147
+ },
1148
+ {
1149
+ "displayName": "JournalDescription",
1150
+ "name": "JournalDescription",
1151
+ "type": "string",
1152
+ "description": ""
1153
+ },
1154
+ {
1155
+ "displayName": "Modified",
1156
+ "name": "Modified",
1157
+ "type": "string",
1158
+ "description": ""
1159
+ },
1160
+ {
1161
+ "displayName": "OpeningBalanceFC",
1162
+ "name": "OpeningBalanceFC",
1163
+ "type": "number",
1164
+ "description": ""
1165
+ },
1166
+ {
1167
+ "displayName": "Status",
1168
+ "name": "Status",
1169
+ "type": "number",
1170
+ "description": ""
1171
+ },
1172
+ {
1173
+ "displayName": "StatusDescription",
1174
+ "name": "StatusDescription",
1175
+ "type": "string",
1176
+ "description": ""
1177
+ }
1178
+ ]
1179
+ },
1180
+ ];
1181
+ //# sourceMappingURL=FinancialTransactionDescription.js.map