@silexpert/core 0.4.106 → 0.4.109

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 (175) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/es/api/resources/InternalInvoicing.d.ts +6 -0
  3. package/es/api/resources/InternalInvoicing.d.ts.map +1 -0
  4. package/es/api/resources/InternalInvoicing.js +7 -0
  5. package/es/api/resources/InternalInvoicing.js.map +1 -0
  6. package/es/api/resources/Journal.d.ts +7 -0
  7. package/es/api/resources/Journal.d.ts.map +1 -0
  8. package/es/api/resources/Journal.js +10 -0
  9. package/es/api/resources/Journal.js.map +1 -0
  10. package/es/api/resources/Product.d.ts +3 -0
  11. package/es/api/resources/Product.d.ts.map +1 -1
  12. package/es/api/resources/Product.js +10 -0
  13. package/es/api/resources/Product.js.map +1 -1
  14. package/es/api/resources/Registration.d.ts +6 -0
  15. package/es/api/resources/Registration.d.ts.map +1 -0
  16. package/es/api/resources/Registration.js +7 -0
  17. package/es/api/resources/Registration.js.map +1 -0
  18. package/es/api/resources.d.ts +6 -0
  19. package/es/api/resources.d.ts.map +1 -1
  20. package/es/api/resources.js +6 -0
  21. package/es/api/resources.js.map +1 -1
  22. package/es/types/Enum/CerfaType.d.ts +14 -14
  23. package/es/types/Enum/CerfaType.d.ts.map +1 -1
  24. package/es/types/Enum/CerfaType.js +15 -14
  25. package/es/types/Enum/CerfaType.js.map +1 -1
  26. package/es/types/Enum/Ged.d.ts +1 -0
  27. package/es/types/Enum/Ged.d.ts.map +1 -1
  28. package/es/types/Enum/Ged.js +1 -1
  29. package/es/types/Enum/Ged.js.map +1 -1
  30. package/es/types/Enum/GlobalRegime.js +61 -61
  31. package/es/types/Enum/GlobalRegime.js.map +1 -1
  32. package/es/types/Enum/PaymentMethod.d.ts +63 -0
  33. package/es/types/Enum/PaymentMethod.d.ts.map +1 -0
  34. package/es/types/Enum/PaymentMethod.js +63 -0
  35. package/es/types/Enum/PaymentMethod.js.map +1 -0
  36. package/es/types/Enum/ProductType.d.ts +6 -4
  37. package/es/types/Enum/ProductType.d.ts.map +1 -1
  38. package/es/types/Enum/ProductType.js +14 -6
  39. package/es/types/Enum/ProductType.js.map +1 -1
  40. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +1 -0
  41. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  42. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -0
  43. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  44. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +1 -0
  45. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  46. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +7 -0
  47. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  48. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts +5 -0
  49. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts.map +1 -0
  50. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +21 -0
  51. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -0
  52. package/es/types/Interface/api/journal/Journals.d.ts +44 -0
  53. package/es/types/Interface/api/journal/Journals.d.ts.map +1 -0
  54. package/es/types/Interface/api/journal/Journals.js +13 -0
  55. package/es/types/Interface/api/journal/Journals.js.map +1 -0
  56. package/es/types/Interface/api/journal/QueryJournal.d.ts +6 -0
  57. package/es/types/Interface/api/journal/QueryJournal.d.ts.map +1 -0
  58. package/es/types/Interface/api/journal/QueryJournal.js +28 -0
  59. package/es/types/Interface/api/journal/QueryJournal.js.map +1 -0
  60. package/es/types/Interface/api/product/CreateProduct.d.ts.map +1 -1
  61. package/es/types/Interface/api/product/CreateProduct.js +3 -2
  62. package/es/types/Interface/api/product/CreateProduct.js.map +1 -1
  63. package/es/types/Interface/api/product/QueryProduct.d.ts.map +1 -1
  64. package/es/types/Interface/api/product/QueryProduct.js +4 -2
  65. package/es/types/Interface/api/product/QueryProduct.js.map +1 -1
  66. package/es/types/Interface/api/registration/CreateRegistration.d.ts +6 -0
  67. package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -0
  68. package/es/types/Interface/api/registration/CreateRegistration.js +25 -0
  69. package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -0
  70. package/es/types/Interface/api/registration/ReadRegistration.d.ts +3 -0
  71. package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -0
  72. package/es/types/Interface/api/registration/ReadRegistration.js +2 -0
  73. package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -0
  74. package/es/types/Interface/models/IBalanceSheetModule.d.ts +1 -0
  75. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  76. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  77. package/es/types/Interface/models/IGedFile.d.ts +10 -10
  78. package/es/types/Interface/models/IGedFile.d.ts.map +1 -1
  79. package/es/types/Interface/models/IGedFile.js.map +1 -1
  80. package/es/types/Interface/models/IPayment.d.ts +20 -15
  81. package/es/types/Interface/models/IPayment.d.ts.map +1 -1
  82. package/es/types/Interface/models/IPayment.js.map +1 -1
  83. package/es/types/Interface/models/IRegistration.d.ts +21 -0
  84. package/es/types/Interface/models/IRegistration.d.ts.map +1 -0
  85. package/es/types/Interface/models/IRegistration.js +2 -0
  86. package/es/types/Interface/models/IRegistration.js.map +1 -0
  87. package/es/types/Interface/models/ISociety.d.ts +1 -2
  88. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  89. package/es/types/Interface/models/ISociety.js.map +1 -1
  90. package/es/types/index.d.ts +6 -1
  91. package/es/types/index.d.ts.map +1 -1
  92. package/es/types/index.js +6 -1
  93. package/es/types/index.js.map +1 -1
  94. package/es/utils/validators/formattedDateString.validator.d.ts +3 -0
  95. package/es/utils/validators/formattedDateString.validator.d.ts.map +1 -0
  96. package/es/utils/validators/formattedDateString.validator.js +19 -0
  97. package/es/utils/validators/formattedDateString.validator.js.map +1 -0
  98. package/export-models.json +0 -191
  99. package/js/api/resources/InternalInvoicing.js +18 -0
  100. package/js/api/resources/InternalInvoicing.js.map +1 -0
  101. package/js/api/resources/Journal.js +21 -0
  102. package/js/api/resources/Journal.js.map +1 -0
  103. package/js/api/resources/Product.js +12 -0
  104. package/js/api/resources/Product.js.map +1 -1
  105. package/js/api/resources/Registration.js +18 -0
  106. package/js/api/resources/Registration.js.map +1 -0
  107. package/js/api/resources.js +10 -1
  108. package/js/api/resources.js.map +1 -1
  109. package/js/types/Enum/CerfaType.js +16 -14
  110. package/js/types/Enum/CerfaType.js.map +1 -1
  111. package/js/types/Enum/Ged.js +2 -2
  112. package/js/types/Enum/Ged.js.map +1 -1
  113. package/js/types/Enum/GlobalRegime.js +61 -61
  114. package/js/types/Enum/GlobalRegime.js.map +1 -1
  115. package/js/types/Enum/PaymentMethod.js +68 -0
  116. package/js/types/Enum/PaymentMethod.js.map +1 -0
  117. package/js/types/Enum/ProductType.js +14 -7
  118. package/js/types/Enum/ProductType.js.map +1 -1
  119. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +2 -0
  120. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  121. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +2 -0
  122. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  123. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +29 -0
  124. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -0
  125. package/js/types/Interface/api/journal/Journals.js +30 -0
  126. package/js/types/Interface/api/journal/Journals.js.map +1 -0
  127. package/js/types/Interface/api/journal/QueryJournal.js +33 -0
  128. package/js/types/Interface/api/journal/QueryJournal.js.map +1 -0
  129. package/js/types/Interface/api/product/CreateProduct.js +1 -1
  130. package/js/types/Interface/api/product/CreateProduct.js.map +1 -1
  131. package/js/types/Interface/api/product/QueryProduct.js +3 -1
  132. package/js/types/Interface/api/product/QueryProduct.js.map +1 -1
  133. package/js/types/Interface/api/registration/CreateRegistration.js +35 -0
  134. package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -0
  135. package/js/types/Interface/api/registration/ReadRegistration.js +6 -0
  136. package/js/types/Interface/api/registration/ReadRegistration.js.map +1 -0
  137. package/js/types/Interface/models/{ISocietyAction.js → IRegistration.js} +1 -1
  138. package/js/types/Interface/models/{ISocietyAction.js.map → IRegistration.js.map} +1 -1
  139. package/js/types/index.js +72 -12
  140. package/js/types/index.js.map +1 -1
  141. package/js/utils/validators/formattedDateString.validator.js +29 -0
  142. package/js/utils/validators/formattedDateString.validator.js.map +1 -0
  143. package/package.json +1 -1
  144. package/table.json +0 -1
  145. package/ts/api/resources/InternalInvoicing.ts +10 -0
  146. package/ts/api/resources/Journal.ts +11 -0
  147. package/ts/api/resources/Product.ts +12 -0
  148. package/ts/api/resources/Registration.ts +8 -0
  149. package/ts/api/resources.ts +6 -0
  150. package/ts/types/Enum/CerfaType.ts +14 -14
  151. package/ts/types/Enum/Ged.ts +1 -1
  152. package/ts/types/Enum/GlobalRegime.ts +61 -61
  153. package/ts/types/Enum/PaymentMethod.ts +62 -0
  154. package/ts/types/Enum/ProductType.ts +21 -5
  155. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
  156. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +6 -0
  157. package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts +9 -0
  158. package/ts/types/Interface/api/journal/Journals.ts +48 -0
  159. package/ts/types/Interface/api/journal/QueryJournal.ts +15 -0
  160. package/ts/types/Interface/api/product/CreateProduct.ts +2 -2
  161. package/ts/types/Interface/api/product/QueryProduct.ts +6 -2
  162. package/ts/types/Interface/api/registration/CreateRegistration.ts +13 -0
  163. package/ts/types/Interface/api/registration/ReadRegistration.ts +3 -0
  164. package/ts/types/Interface/models/IBalanceSheetModule.ts +1 -0
  165. package/ts/types/Interface/models/IGedFile.ts +10 -10
  166. package/ts/types/Interface/models/IPayment.ts +20 -15
  167. package/ts/types/Interface/models/IRegistration.ts +23 -0
  168. package/ts/types/Interface/models/ISociety.ts +1 -2
  169. package/ts/types/index.ts +7 -2
  170. package/ts/utils/validators/formattedDateString.validator.ts +24 -0
  171. package/es/types/Interface/models/ISocietyAction.d.ts +0 -24
  172. package/es/types/Interface/models/ISocietyAction.d.ts.map +0 -1
  173. package/es/types/Interface/models/ISocietyAction.js +0 -2
  174. package/es/types/Interface/models/ISocietyAction.js.map +0 -1
  175. package/ts/types/Interface/models/ISocietyAction.ts +0 -27
@@ -19349,12 +19349,6 @@
19349
19349
  "association": "HasMany",
19350
19350
  "target": "societyProcedings"
19351
19351
  },
19352
- "societyActions": {
19353
- "as": "societyActions",
19354
- "foreignKey": "idSociety",
19355
- "association": "HasMany",
19356
- "target": "societyActions"
19357
- },
19358
19352
  "societyStats": {
19359
19353
  "as": "societyStats",
19360
19354
  "foreignKey": "idSociety",
@@ -19383,191 +19377,6 @@
19383
19377
  }
19384
19378
  }
19385
19379
  },
19386
- "societyActions": {
19387
- "paranoid": false,
19388
- "timestamps": true,
19389
- "indexes": [],
19390
- "fields": {
19391
- "idSocietyAction": {
19392
- "primaryKey": true,
19393
- "autoIncrement": true,
19394
- "isForeignKey": false,
19395
- "hasDefaultValue": false,
19396
- "allowNull": false,
19397
- "type": "INTEGER"
19398
- },
19399
- "month": {
19400
- "primaryKey": false,
19401
- "autoIncrement": false,
19402
- "isForeignKey": false,
19403
- "hasDefaultValue": false,
19404
- "allowNull": false,
19405
- "type": "STRING"
19406
- },
19407
- "year": {
19408
- "primaryKey": false,
19409
- "autoIncrement": false,
19410
- "isForeignKey": false,
19411
- "hasDefaultValue": false,
19412
- "allowNull": false,
19413
- "type": "STRING"
19414
- },
19415
- "invoice": {
19416
- "primaryKey": false,
19417
- "autoIncrement": false,
19418
- "isForeignKey": false,
19419
- "hasDefaultValue": true,
19420
- "defaultValue": null,
19421
- "allowNull": true,
19422
- "type": "INTEGER"
19423
- },
19424
- "active": {
19425
- "primaryKey": false,
19426
- "autoIncrement": false,
19427
- "isForeignKey": false,
19428
- "hasDefaultValue": true,
19429
- "defaultValue": null,
19430
- "allowNull": true,
19431
- "type": "INTEGER"
19432
- },
19433
- "documentsState": {
19434
- "primaryKey": false,
19435
- "autoIncrement": false,
19436
- "isForeignKey": false,
19437
- "hasDefaultValue": true,
19438
- "defaultValue": null,
19439
- "allowNull": true,
19440
- "type": "INTEGER"
19441
- },
19442
- "annotationState": {
19443
- "primaryKey": false,
19444
- "autoIncrement": false,
19445
- "isForeignKey": false,
19446
- "hasDefaultValue": true,
19447
- "defaultValue": null,
19448
- "allowNull": true,
19449
- "type": "INTEGER"
19450
- },
19451
- "FSMailAutoDate": {
19452
- "primaryKey": false,
19453
- "autoIncrement": false,
19454
- "isForeignKey": false,
19455
- "hasDefaultValue": true,
19456
- "defaultValue": null,
19457
- "allowNull": true,
19458
- "type": "DATE"
19459
- },
19460
- "annotationMailAutoDate": {
19461
- "primaryKey": false,
19462
- "autoIncrement": false,
19463
- "isForeignKey": false,
19464
- "hasDefaultValue": true,
19465
- "defaultValue": null,
19466
- "allowNull": true,
19467
- "type": "DATE"
19468
- },
19469
- "FAMailAutoDate": {
19470
- "primaryKey": false,
19471
- "autoIncrement": false,
19472
- "isForeignKey": false,
19473
- "hasDefaultValue": true,
19474
- "defaultValue": null,
19475
- "allowNull": true,
19476
- "type": "DATE"
19477
- },
19478
- "updatedMailAutoDate": {
19479
- "primaryKey": false,
19480
- "autoIncrement": false,
19481
- "isForeignKey": false,
19482
- "hasDefaultValue": true,
19483
- "defaultValue": null,
19484
- "allowNull": true,
19485
- "type": "DATE"
19486
- },
19487
- "stampedMailDate": {
19488
- "primaryKey": false,
19489
- "autoIncrement": false,
19490
- "isForeignKey": false,
19491
- "hasDefaultValue": true,
19492
- "defaultValue": null,
19493
- "allowNull": true,
19494
- "type": "DATE"
19495
- },
19496
- "documentsMailAutoDate": {
19497
- "primaryKey": false,
19498
- "autoIncrement": false,
19499
- "isForeignKey": false,
19500
- "hasDefaultValue": true,
19501
- "defaultValue": null,
19502
- "allowNull": true,
19503
- "type": "DATE"
19504
- },
19505
- "synchronizeMailAutoDate": {
19506
- "primaryKey": false,
19507
- "autoIncrement": false,
19508
- "isForeignKey": false,
19509
- "hasDefaultValue": true,
19510
- "defaultValue": null,
19511
- "allowNull": true,
19512
- "type": "DATE"
19513
- },
19514
- "paymentMailAutoDate": {
19515
- "primaryKey": false,
19516
- "autoIncrement": false,
19517
- "isForeignKey": false,
19518
- "hasDefaultValue": true,
19519
- "defaultValue": null,
19520
- "allowNull": true,
19521
- "type": "DATE"
19522
- },
19523
- "stamped": {
19524
- "primaryKey": false,
19525
- "autoIncrement": false,
19526
- "isForeignKey": false,
19527
- "hasDefaultValue": true,
19528
- "defaultValue": false,
19529
- "allowNull": false,
19530
- "type": "BOOLEAN"
19531
- },
19532
- "idSociety": {
19533
- "primaryKey": false,
19534
- "autoIncrement": false,
19535
- "isForeignKey": true,
19536
- "hasDefaultValue": false,
19537
- "references": {
19538
- "model": "societies",
19539
- "key": "idSociety"
19540
- },
19541
- "allowNull": false,
19542
- "type": "INTEGER"
19543
- },
19544
- "createdAt": {
19545
- "primaryKey": false,
19546
- "autoIncrement": false,
19547
- "isForeignKey": false,
19548
- "hasDefaultValue": false,
19549
- "allowNull": false,
19550
- "type": "DATE"
19551
- },
19552
- "updatedAt": {
19553
- "primaryKey": false,
19554
- "autoIncrement": false,
19555
- "isForeignKey": false,
19556
- "hasDefaultValue": false,
19557
- "allowNull": false,
19558
- "type": "DATE"
19559
- }
19560
- },
19561
- "associations": {
19562
- "society": {
19563
- "as": "society",
19564
- "foreignKey": "idSociety",
19565
- "identifier": "idSociety",
19566
- "association": "BelongsTo",
19567
- "target": "societies"
19568
- }
19569
- }
19570
- },
19571
19380
  "societyApprovals": {
19572
19381
  "paranoid": false,
19573
19382
  "timestamps": true,
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.InternalInvoicing = undefined;
7
+
8
+ var _Resource = require("../Resource");
9
+
10
+ class InternalInvoicing extends _Resource.Resource {
11
+ create(params) {
12
+ return this.axios.$post('/internalInvoicing', params);
13
+ }
14
+
15
+ }
16
+
17
+ exports.InternalInvoicing = InternalInvoicing;
18
+ //# sourceMappingURL=InternalInvoicing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../ts/api/resources/InternalInvoicing.ts"],"names":[],"mappings":";;;;;;;AAGA;;AAEM,MAAO,iBAAP,SAAiC,kBAAjC,CAAyC;AAC7C,EAAA,MAAM,CAAC,MAAD,EAAgC;AACpC,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,oBAAjB,EAAuC,MAAvC,CAAP;AACD;;AAH4C;;QAAlC,iB,GAAA,iB","sourcesContent":["import {\n CreateInternalInvoicing,\n} from '../../types';\nimport { Resource } from '../Resource';\n\nexport class InternalInvoicing extends Resource {\n create(params: CreateInternalInvoicing): Promise<number> {\n return this.axios.$post('/internalInvoicing', params);\n }\n}"],"sourceRoot":"","file":"InternalInvoicing.js"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Journal = undefined;
7
+
8
+ var _Resource = require("../Resource");
9
+
10
+ class Journal extends _Resource.Resource {
11
+ getExport(exportType, params) {
12
+ return this.axios.$get(`/balance-sheets/journals/export/${exportType}`, {
13
+ params,
14
+ responseType: 'arraybuffer'
15
+ });
16
+ }
17
+
18
+ }
19
+
20
+ exports.Journal = Journal;
21
+ //# sourceMappingURL=Journal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../ts/api/resources/Journal.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAGM,MAAO,OAAP,SAAuB,kBAAvB,CAA+B;AACnC,EAAA,SAAS,CAAC,UAAD,EAA6B,MAA7B,EAAiD;AACxD,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,mCAAmC,UAAU,EAA7D,EAAiE;AACtE,MAAA,MADsE;AAEtE,MAAA,YAAY,EAAE;AAFwD,KAAjE,CAAP;AAID;;AANkC;;QAAxB,O,GAAA,O","sourcesContent":["import { Resource } from '../Resource';\nimport { Journals, QueryJournal } from '../../types';\n\nexport class Journal extends Resource {\n getExport(exportType: 'pdf' | 'json', params: QueryJournal): Promise<Journals | Buffer> {\n return this.axios.$get(`/balance-sheets/journals/export/${exportType}`, {\n params,\n responseType: 'arraybuffer',\n });\n }\n}\n"],"sourceRoot":"","file":"Journal.js"}
@@ -30,6 +30,18 @@ class Product extends _Resource.Resource {
30
30
  return this.axios.$delete(`/commercial-management/products/${id}`);
31
31
  }
32
32
 
33
+ import(file) {
34
+ const formData = new FormData();
35
+ formData.append('file', file);
36
+ return this.axios.$post('/commercial-management/products/import', formData);
37
+ }
38
+
39
+ export() {
40
+ return this.axios.$get('/commercial-management/products/export', {
41
+ responseType: 'arraybuffer'
42
+ });
43
+ }
44
+
33
45
  }
34
46
 
35
47
  exports.Product = Product;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/api/resources/Product.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAKM,MAAO,OAAP,SAAuB,kBAAvB,CAA+B;AACnC,EAAA,MAAM,GAAA;AACJ,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,iCAAhB,CAAP;AACD;;AAED,EAAA,YAAY,CAAC,UAAD,EAA4B,KAA5B,EAAgD;AAC1D,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,iCAAhB,EAAmD;AACxD,MAAA,MAAM,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACD,UADC,CAAA,EAED,KAFC;AADkD,KAAnD,CAAP;AAMD;;AAED,EAAA,MAAM,CAAC,OAAD,EAAuB;AAC3B,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,iCAAjB,EAAoD,OAApD,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,EAAD,EAAa,OAAb,EAAmC;AACvC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,mCAAmC,EAAE,EAArD,EAAyD,OAAzD,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,EAAD,EAAW;AACf,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,mCAAmC,EAAE,EAAxD,CAAP;AACD;;AAxBkC;;QAAxB,O,GAAA,O","sourcesContent":["import { Resource } from '../Resource';\nimport {\n IProduct, QueryPaginate, QueryProduct, BasePaginate, CreateProduct, UpdateProduct,\n} from '../../types';\n\nexport class Product extends Resource {\n getAll(): Promise<Array<IProduct>> {\n return this.axios.$get('/commercial-management/products');\n }\n\n getPaginated(pagination: QueryPaginate, query?: QueryProduct): Promise<BasePaginate<IProduct>> {\n return this.axios.$get('/commercial-management/products', {\n params: {\n ...pagination,\n ...query,\n },\n });\n }\n\n create(payload: CreateProduct): Promise<IProduct> {\n return this.axios.$post('/commercial-management/products', payload);\n }\n\n update(id: number, payload: UpdateProduct): Promise<IProduct> {\n return this.axios.$put(`/commercial-management/products/${id}`, payload);\n }\n\n delete(id: number): Promise<boolean> {\n return this.axios.$delete(`/commercial-management/products/${id}`);\n }\n}"],"sourceRoot":"","file":"Product.js"}
1
+ {"version":3,"sources":["../../../ts/api/resources/Product.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAKM,MAAO,OAAP,SAAuB,kBAAvB,CAA+B;AACnC,EAAA,MAAM,GAAA;AACJ,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,iCAAhB,CAAP;AACD;;AAED,EAAA,YAAY,CAAC,UAAD,EAA4B,KAA5B,EAAgD;AAC1D,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,iCAAhB,EAAmD;AACxD,MAAA,MAAM,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACD,UADC,CAAA,EAED,KAFC;AADkD,KAAnD,CAAP;AAMD;;AAED,EAAA,MAAM,CAAC,OAAD,EAAuB;AAC3B,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,iCAAjB,EAAoD,OAApD,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,EAAD,EAAa,OAAb,EAAmC;AACvC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,mCAAmC,EAAE,EAArD,EAAyD,OAAzD,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,EAAD,EAAW;AACf,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,mCAAmC,EAAE,EAAxD,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,IAAD,EAAW;AACf,UAAM,QAAQ,GAAG,IAAI,QAAJ,EAAjB;AACA,IAAA,QAAQ,CAAC,MAAT,CAAgB,MAAhB,EAAwB,IAAxB;AACA,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,wCAAjB,EAA2D,QAA3D,CAAP;AACD;;AAED,EAAA,MAAM,GAAA;AACJ,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,wCAAhB,EAA0D;AAC/D,MAAA,YAAY,EAAE;AADiD,KAA1D,CAAP;AAGD;;AApCkC;;QAAxB,O,GAAA,O","sourcesContent":["import { Resource } from '../Resource';\nimport {\n IProduct, QueryPaginate, QueryProduct, BasePaginate, CreateProduct, UpdateProduct,\n} from '../../types';\n\nexport class Product extends Resource {\n getAll(): Promise<Array<IProduct>> {\n return this.axios.$get('/commercial-management/products');\n }\n\n getPaginated(pagination: QueryPaginate, query?: QueryProduct): Promise<BasePaginate<IProduct>> {\n return this.axios.$get('/commercial-management/products', {\n params: {\n ...pagination,\n ...query,\n },\n });\n }\n\n create(payload: CreateProduct): Promise<IProduct> {\n return this.axios.$post('/commercial-management/products', payload);\n }\n\n update(id: number, payload: UpdateProduct): Promise<IProduct> {\n return this.axios.$put(`/commercial-management/products/${id}`, payload);\n }\n\n delete(id: number): Promise<boolean> {\n return this.axios.$delete(`/commercial-management/products/${id}`);\n }\n\n import(file: File): Promise<void> {\n const formData = new FormData();\n formData.append('file', file);\n return this.axios.$post('/commercial-management/products/import', formData);\n }\n\n export(): Promise<Buffer> {\n return this.axios.$get('/commercial-management/products/export', {\n responseType: 'arraybuffer',\n });\n }\n}"],"sourceRoot":"","file":"Product.js"}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Registration = undefined;
7
+
8
+ var _Resource = require("../Resource");
9
+
10
+ class Registration extends _Resource.Resource {
11
+ updateOrCreate(idExercice, params) {
12
+ return this.axios.$post(`/exercices/${idExercice}/registrations`, params);
13
+ }
14
+
15
+ }
16
+
17
+ exports.Registration = Registration;
18
+ //# sourceMappingURL=Registration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../ts/api/resources/Registration.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAGM,MAAO,YAAP,SAA4B,kBAA5B,CAAoC;AACxC,EAAA,cAAc,CAAC,UAAD,EAAqB,MAArB,EAA+C;AAC3D,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,cAAc,UAAU,gBAAzC,EAA2D,MAA3D,CAAP;AACD;;AAHuC;;QAA7B,Y,GAAA,Y","sourcesContent":["import { Resource } from '../Resource';\nimport { CreateRegistration, ReadRegistration } from '../../types';\n\nexport class Registration extends Resource {\n updateOrCreate(idExercice: number, params: CreateRegistration): Promise<ReadRegistration> {\n return this.axios.$post(`/exercices/${idExercice}/registrations`, params);\n }\n}"],"sourceRoot":"","file":"Registration.js"}
@@ -93,6 +93,12 @@ var _Tax = require("./resources/Tax");
93
93
 
94
94
  var _QuotesAccount = require("./resources/QuotesAccount");
95
95
 
96
+ var _Registration = require("./resources/Registration");
97
+
98
+ var _Journal = require("./resources/Journal");
99
+
100
+ var _Product = require("./resources/Product");
101
+
96
102
  const resources = exports.resources = {
97
103
  simulation: _Simulation.Simulation,
98
104
  country: _Country.Country,
@@ -137,6 +143,9 @@ const resources = exports.resources = {
137
143
  connector: _Connector.Connector,
138
144
  partneredAccountant: _PartneredAccountant.PartneredAccountant,
139
145
  tax: _Tax.Tax,
140
- quotesAccount: _QuotesAccount.QuotesAccount
146
+ quotesAccount: _QuotesAccount.QuotesAccount,
147
+ registration: _Registration.Registration,
148
+ journal: _Journal.Journal,
149
+ product: _Product.Product
141
150
  };
142
151
  //# sourceMappingURL=resources.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../ts/api/resources.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEO,MAAM,SAAS,WAAT,SAAS,GAAG;AACvB,EAAA,UAAU,EAAE,sBADW;AAEvB,EAAA,OAAO,EAAE,gBAFc;AAGvB,EAAA,0BAA0B,EAAE,sDAHL;AAIvB,EAAA,cAAc,EAAE,8BAJO;AAKvB,EAAA,WAAW,EAAE,wBALU;AAMvB,EAAA,WAAW,EAAE,wBANU;AAOvB,EAAA,OAAO,EAAE,gBAPc;AAQvB,EAAA,WAAW,EAAE,wBARU;AASvB,EAAA,IAAI,EAAE,UATiB;AAUvB,EAAA,MAAM,EAAE,cAVe;AAWvB,EAAA,MAAM,EAAE,cAXe;AAYvB,EAAA,MAAM,EAAE,cAZe;AAavB,EAAA,SAAS,EAAE,oBAbY;AAcvB,EAAA,OAAO,EAAE,gBAdc;AAevB,EAAA,OAAO,EAAE,gBAfc;AAgBvB,EAAA,aAAa,EAAE,4BAhBQ;AAiBvB,EAAA,OAAO,EAAE,gBAjBc;AAkBvB,EAAA,eAAe,EAAE,gCAlBM;AAmBvB,EAAA,YAAY,EAAE,0BAnBS;AAoBvB,EAAA,kBAAkB,EAAE,sCApBG;AAqBvB,EAAA,KAAK,EAAE,YArBgB;AAsBvB,EAAA,SAAS,EAAE,oBAtBY;AAuBvB,EAAA,YAAY,EAAE,0BAvBS;AAwBvB,EAAA,MAAM,EAAE,cAxBe;AAyBvB,EAAA,YAAY,EAAE,0BAzBS;AA0BvB,EAAA,YAAY,EAAE,0BA1BS;AA2BvB,EAAA,KAAK,EAAE,YA3BgB;AA4BvB,EAAA,SAAS,EAAE,oBA5BY;AA6BvB,EAAA,MAAM,EAAE,cA7Be;AA8BvB,EAAA,IAAI,EAAE,UA9BiB;AA+BvB,EAAA,gBAAgB,EAAE,kCA/BK;AAgCvB,EAAA,SAAS,EAAE,oBAhCY;AAiCvB,EAAA,OAAO,EAAE,gBAjCc;AAkCvB,EAAA,gBAAgB,EAAE,kCAlCK;AAmCvB,EAAA,yBAAyB,EAAE,oDAnCJ;AAoCvB,EAAA,KAAK,EAAE,WApCgB;AAqCvB,EAAA,aAAa,EAAE,4BArCQ;AAsCvB,EAAA,OAAO,EAAE,gBAtCc;AAuCvB,EAAA,WAAW,EAAE,wBAvCU;AAwCvB,EAAA,YAAY,EAAE,0BAxCS;AAyCvB,EAAA,SAAS,EAAE,oBAzCY;AA0CvB,EAAA,mBAAmB,EAAE,wCA1CE;AA2CvB,EAAA,GAAG,EAAE,QA3CkB;AA4CvB,EAAA,aAAa,EAAE;AA5CQ,CAAlB","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n};\n"],"sourceRoot":"","file":"resources.js"}
1
+ {"version":3,"sources":["../../ts/api/resources.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEO,MAAM,SAAS,WAAT,SAAS,GAAG;AACvB,EAAA,UAAU,EAAE,sBADW;AAEvB,EAAA,OAAO,EAAE,gBAFc;AAGvB,EAAA,0BAA0B,EAAE,sDAHL;AAIvB,EAAA,cAAc,EAAE,8BAJO;AAKvB,EAAA,WAAW,EAAE,wBALU;AAMvB,EAAA,WAAW,EAAE,wBANU;AAOvB,EAAA,OAAO,EAAE,gBAPc;AAQvB,EAAA,WAAW,EAAE,wBARU;AASvB,EAAA,IAAI,EAAE,UATiB;AAUvB,EAAA,MAAM,EAAE,cAVe;AAWvB,EAAA,MAAM,EAAE,cAXe;AAYvB,EAAA,MAAM,EAAE,cAZe;AAavB,EAAA,SAAS,EAAE,oBAbY;AAcvB,EAAA,OAAO,EAAE,gBAdc;AAevB,EAAA,OAAO,EAAE,gBAfc;AAgBvB,EAAA,aAAa,EAAE,4BAhBQ;AAiBvB,EAAA,OAAO,EAAE,gBAjBc;AAkBvB,EAAA,eAAe,EAAE,gCAlBM;AAmBvB,EAAA,YAAY,EAAE,0BAnBS;AAoBvB,EAAA,kBAAkB,EAAE,sCApBG;AAqBvB,EAAA,KAAK,EAAE,YArBgB;AAsBvB,EAAA,SAAS,EAAE,oBAtBY;AAuBvB,EAAA,YAAY,EAAE,0BAvBS;AAwBvB,EAAA,MAAM,EAAE,cAxBe;AAyBvB,EAAA,YAAY,EAAE,0BAzBS;AA0BvB,EAAA,YAAY,EAAE,0BA1BS;AA2BvB,EAAA,KAAK,EAAE,YA3BgB;AA4BvB,EAAA,SAAS,EAAE,oBA5BY;AA6BvB,EAAA,MAAM,EAAE,cA7Be;AA8BvB,EAAA,IAAI,EAAE,UA9BiB;AA+BvB,EAAA,gBAAgB,EAAE,kCA/BK;AAgCvB,EAAA,SAAS,EAAE,oBAhCY;AAiCvB,EAAA,OAAO,EAAE,gBAjCc;AAkCvB,EAAA,gBAAgB,EAAE,kCAlCK;AAmCvB,EAAA,yBAAyB,EAAE,oDAnCJ;AAoCvB,EAAA,KAAK,EAAE,WApCgB;AAqCvB,EAAA,aAAa,EAAE,4BArCQ;AAsCvB,EAAA,OAAO,EAAE,gBAtCc;AAuCvB,EAAA,WAAW,EAAE,wBAvCU;AAwCvB,EAAA,YAAY,EAAE,0BAxCS;AAyCvB,EAAA,SAAS,EAAE,oBAzCY;AA0CvB,EAAA,mBAAmB,EAAE,wCA1CE;AA2CvB,EAAA,GAAG,EAAE,QA3CkB;AA4CvB,EAAA,aAAa,EAAE,4BA5CQ;AA6CvB,EAAA,YAAY,EAAE,0BA7CS;AA8CvB,EAAA,OAAO,EAAE,gBA9Cc;AA+CvB,EAAA,OAAO,EAAE;AA/Cc,CAAlB","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n};\n"],"sourceRoot":"","file":"resources.js"}
@@ -3,18 +3,20 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- const CerfaType = exports.CerfaType = {
7
- 3310: 1,
8
- 3514: 2,
9
- 3517: 3,
10
- 2031: 4,
11
- 2033: 5,
12
- 2035: 6,
13
- '2042_C_Pro': 7,
14
- 2044: 8,
15
- 2050: 9,
16
- 2065: 10,
17
- 2070: 11,
18
- 2072: 12
19
- };
6
+ var CerfaType = exports.CerfaType = undefined;
7
+
8
+ (function (CerfaType) {
9
+ CerfaType[CerfaType["CERFA_3310"] = 1] = "CERFA_3310";
10
+ CerfaType[CerfaType["CERFA_3514"] = 2] = "CERFA_3514";
11
+ CerfaType[CerfaType["CERFA_3517"] = 3] = "CERFA_3517";
12
+ CerfaType[CerfaType["CERFA_2031"] = 4] = "CERFA_2031";
13
+ CerfaType[CerfaType["CERFA_2033"] = 5] = "CERFA_2033";
14
+ CerfaType[CerfaType["CERFA_2035"] = 6] = "CERFA_2035";
15
+ CerfaType[CerfaType["CERFA_2042_C_Pro"] = 7] = "CERFA_2042_C_Pro";
16
+ CerfaType[CerfaType["CERFA_2044"] = 8] = "CERFA_2044";
17
+ CerfaType[CerfaType["CERFA_2050"] = 9] = "CERFA_2050";
18
+ CerfaType[CerfaType["CERFA_2065"] = 10] = "CERFA_2065";
19
+ CerfaType[CerfaType["CERFA_2070"] = 11] = "CERFA_2070";
20
+ CerfaType[CerfaType["CERFA_2072"] = 12] = "CERFA_2072";
21
+ })(CerfaType || (exports.CerfaType = CerfaType = {}));
20
22
  //# sourceMappingURL=CerfaType.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/CerfaType.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,SAAS,WAAT,SAAS,GAAG;AACvB,QAAM,CADiB;AAEvB,QAAM,CAFiB;AAGvB,QAAM,CAHiB;AAIvB,QAAM,CAJiB;AAKvB,QAAM,CALiB;AAMvB,QAAM,CANiB;AAOvB,gBAAc,CAPS;AAQvB,QAAM,CARiB;AASvB,QAAM,CATiB;AAUvB,QAAM,EAViB;AAWvB,QAAM,EAXiB;AAYvB,QAAM;AAZiB,CAAlB","sourcesContent":["export const CerfaType = {\n 3310: 1,\n 3514: 2,\n 3517: 3,\n 2031: 4,\n 2033: 5,\n 2035: 6,\n '2042_C_Pro': 7,\n 2044: 8,\n 2050: 9,\n 2065: 10,\n 2070: 11,\n 2072: 12,\n};"],"sourceRoot":"","file":"CerfaType.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/CerfaType.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,SAaX,WAbW,SAaX,YAbD;;AAAA,CAAA,UAAY,SAAZ,EAAqB;AACnB,EAAA,SAAA,CAAA,SAAA,CAAA,YAAA,CAAA,GAAA,CAAA,CAAA,GAAA,YAAA;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,YAAA,CAAA,GAAA,CAAA,CAAA,GAAA,YAAA;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,YAAA,CAAA,GAAA,CAAA,CAAA,GAAA,YAAA;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,YAAA,CAAA,GAAA,CAAA,CAAA,GAAA,YAAA;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,YAAA,CAAA,GAAA,CAAA,CAAA,GAAA,YAAA;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,YAAA,CAAA,GAAA,CAAA,CAAA,GAAA,YAAA;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,kBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,kBAAA;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,YAAA,CAAA,GAAA,CAAA,CAAA,GAAA,YAAA;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,YAAA,CAAA,GAAA,CAAA,CAAA,GAAA,YAAA;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,YAAA,CAAA,GAAA,EAAA,CAAA,GAAA,YAAA;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,YAAA,CAAA,GAAA,EAAA,CAAA,GAAA,YAAA;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,YAAA,CAAA,GAAA,EAAA,CAAA,GAAA,YAAA;AACD,CAbD,EAAY,SAAS,aAAT,SAAS,GAAT,SAAS,GAAA,EAAA,CAArB","sourcesContent":["export enum CerfaType {\n CERFA_3310 = 1,\n CERFA_3514 = 2,\n CERFA_3517 = 3,\n CERFA_2031 = 4,\n CERFA_2033 = 5,\n CERFA_2035 = 6,\n CERFA_2042_C_Pro = 7,\n CERFA_2044 = 8,\n CERFA_2050 = 9,\n CERFA_2065 = 10,\n CERFA_2070 = 11,\n CERFA_2072 = 12,\n}"],"sourceRoot":"","file":"CerfaType.js"}
@@ -34,8 +34,8 @@ var GedFolder = exports.GedFolder = undefined;
34
34
 
35
35
  GedFolder[GedFolder["AGM"] = 19] = "AGM"; // Contracts & Leases = 20,
36
36
  // Insurance = 22,
37
- // Cabinet invoices = 23,
38
- // Others = 24,
37
+
38
+ GedFolder[GedFolder["CABINET_INVOICES"] = 23] = "CABINET_INVOICES"; // Others = 24,
39
39
  // Vehicles = 25,
40
40
  // Borrowing tables = 26,
41
41
  // RSI & URSSAF = 27,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,WASX,WATW,WASX,YATD;;AAAA,CAAA,UAAY,WAAZ,EAAuB;AACrB,EAAA,WAAA,CAAA,WAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,oBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,oBAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,QAAA,CAAA,GAAA,CAAA,CAAA,GAAA,QAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,YAAA,CAAA,GAAA,CAAA,CAAA,GAAA,YAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,MAAA,CAAA,GAAA,CAAA,CAAA,GAAA,MAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,gBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,gBAAA;AACD,CATD,EAAY,WAAW,aAAX,WAAW,GAAX,WAAW,GAAA,EAAA,CAAvB;;AAWA,IAAY,SAmCX,WAnCW,SAmCX,YAnCD;;AAAA,CAAA,UAAY,SAAZ,EAAqB;AACnB,EAAA,SAAA,CAAA,SAAA,CAAA,MAAA,CAAA,GAAA,CAAA,CAAA,GAAA,MAAA,CADmB,CAEnB;AACA;AACA;AACA;AACA;AACA;;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,UAAA,CAAA,GAAA,EAAA,CAAA,GAAA,UAAA,CARmB,CASnB;AACA;AACA;AACA;AACA;;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,KAAA,CAAA,GAAA,EAAA,CAAA,GAAA,KAAA,CAdmB,CAenB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,UAAA,CAAA,GAAA,EAAA,CAAA,GAAA,UAAA,CA5BmB,CA6BnB;;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,eAAA,CAAA,GAAA,EAAA,CAAA,GAAA,eAAA,CA9BmB,CA+BnB;AACA;;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,gBAAA,CAAA,GAAA,EAAA,CAAA,GAAA,gBAAA,CAjCmB,CAkCnB;AACD,CAnCD,EAAY,SAAS,aAAT,SAAS,GAAT,SAAS,GAAA,EAAA,CAArB;;AAqCA,IAAY,WAqBX,WArBW,WAqBX,YArBD;;AAAA,CAAA,UAAY,WAAZ,EAAuB;AACrB,EAAA,WAAA,CAAA,WAAA,CAAA,UAAA,CAAA,GAAA,CAAA,CAAA,GAAA,UAAA,CADqB,CAErB;;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,MAAA,CAAA,GAAA,CAAA,CAAA,GAAA,MAAA,CAHqB,CAIrB;AACA;AACA;AACA;AACA;AACA;;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,OAAA,CAAA,GAAA,EAAA,CAAA,GAAA,OAAA,CAVqB,CAWrB;AACA;AACA;AACA;AACA;AACA;AACA;;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,gBAAA,CAAA,GAAA,EAAA,CAAA,GAAA,gBAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,cAAA,CAAA,GAAA,EAAA,CAAA,GAAA,cAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,mBAAA,CAAA,GAAA,EAAA,CAAA,GAAA,mBAAA;AACD,CArBD,EAAY,WAAW,aAAX,WAAW,GAAX,WAAW,GAAA,EAAA,CAAvB","sourcesContent":["export enum GedCategory {\n COMPANY = 1,\n ACCOUNTING_AND_TAX = 2,\n SOCIAL = 3,\n JURIDIC = 4,\n GENERALITY = 5,\n BILLING = 6,\n MAIL = 7,\n BANK_STATEMENT = 8,\n}\n\nexport enum GedFolder {\n KBIS = 1,\n // Mission letters = 2,\n // Mandates & RIB = 3,\n // Balance-GL Journals = 5,\n // Closes & Balance Sheets = 7,\n // VAT declarations = 10,\n // IS declarations = 11,\n STATUTES = 13,\n // Training and professional tax = 14,\n // DADS-U & DUE = 15,\n // URSSAF & Pôle-Emploi = 16,\n // Pay slips = 17,\n // TNS = 18,\n AGM = 19, // Annual General Meeting, PV d'AG\n // Contracts & Leases = 20,\n // Insurance = 22,\n // Cabinet invoices = 23,\n // Others = 24,\n // Vehicles = 25,\n // Borrowing tables = 26,\n // RSI & URSSAF = 27,\n // Previous GA balance & PV = 28,\n // Slips for the CFE = 29,\n // Suppliers / customers appendices = 30,\n // Miscellaneous = 31,\n // Legal Announcements = 32,\n // Certificates = 33,\n PARTNERS = 34,\n // Incoming mails = 35,\n OUTGOING_MAIL = 36,\n // Bank Statements = 37,\n // Formalism = 38,\n PENDING_POINTS = 39,\n // Balance-GL Journals Year N-1 = 40\n}\n\nexport enum GedFileType {\n STATUTES = 1,\n // 2,'Carte d\\'identité'\n KBIS = 3,\n // 4,'RIB'\n // 5,'Mémento Fiscal'\n // 6,'SEPA'\n // 7,'Plaquette'\n // 8,'M0'\n // 9,'Dbe'\n OTHER = 10,\n // 11,'Inscription au répertoire SIRENE / Répertoire des métiers'\n // 12,'Déclaration du patrimoine affectée'\n // 13,'Déclaration des bénéficiaires effectifs'\n // 14,'Liste des souscripteurs pour connaître la répartition des actions'\n // 15,'Récépissé d’inscription de l’association en préfecture'\n // 16,'Liste des représentants de l’association'\n // 17,'Règlement intérieur',\n REVISION_GUIDE = 18,\n SUMMARY_NOTE = 19,\n BALANCESHEET_NOTE = 20,\n}\n"],"sourceRoot":"","file":"Ged.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"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","sourcesContent":["export enum GedCategory {\n COMPANY = 1,\n ACCOUNTING_AND_TAX = 2,\n SOCIAL = 3,\n JURIDIC = 4,\n GENERALITY = 5,\n BILLING = 6,\n MAIL = 7,\n BANK_STATEMENT = 8,\n}\n\nexport enum GedFolder {\n KBIS = 1,\n // Mission letters = 2,\n // Mandates & RIB = 3,\n // Balance-GL Journals = 5,\n // Closes & Balance Sheets = 7,\n // VAT declarations = 10,\n // IS declarations = 11,\n STATUTES = 13,\n // Training and professional tax = 14,\n // DADS-U & DUE = 15,\n // URSSAF & Pôle-Emploi = 16,\n // Pay slips = 17,\n // TNS = 18,\n AGM = 19, // Annual General Meeting, PV d'AG\n // Contracts & Leases = 20,\n // Insurance = 22,\n CABINET_INVOICES = 23,\n // Others = 24,\n // Vehicles = 25,\n // Borrowing tables = 26,\n // RSI & URSSAF = 27,\n // Previous GA balance & PV = 28,\n // Slips for the CFE = 29,\n // Suppliers / customers appendices = 30,\n // Miscellaneous = 31,\n // Legal Announcements = 32,\n // Certificates = 33,\n PARTNERS = 34,\n // Incoming mails = 35,\n OUTGOING_MAIL = 36,\n // Bank Statements = 37,\n // Formalism = 38,\n PENDING_POINTS = 39,\n // Balance-GL Journals Year N-1 = 40\n}\n\nexport enum GedFileType {\n STATUTES = 1,\n // 2,'Carte d\\'identité'\n KBIS = 3,\n // 4,'RIB'\n // 5,'Mémento Fiscal'\n // 6,'SEPA'\n // 7,'Plaquette'\n // 8,'M0'\n // 9,'Dbe'\n OTHER = 10,\n // 11,'Inscription au répertoire SIRENE / Répertoire des métiers'\n // 12,'Déclaration du patrimoine affectée'\n // 13,'Déclaration des bénéficiaires effectifs'\n // 14,'Liste des souscripteurs pour connaître la répartition des actions'\n // 15,'Récépissé d’inscription de l’association en préfecture'\n // 16,'Liste des représentants de l’association'\n // 17,'Règlement intérieur',\n REVISION_GUIDE = 18,\n SUMMARY_NOTE = 19,\n BALANCESHEET_NOTE = 20,\n}\n"],"sourceRoot":"","file":"Ged.js"}