@silexpert/core 1.1.49 → 1.1.51

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 (116) hide show
  1. package/es/api/resources/AccountsSectors.d.ts +2 -1
  2. package/es/api/resources/AccountsSectors.d.ts.map +1 -1
  3. package/es/api/resources/AccountsSectors.js +3 -0
  4. package/es/api/resources/AccountsSectors.js.map +1 -1
  5. package/es/api/resources/BusinessSector.d.ts +8 -0
  6. package/es/api/resources/BusinessSector.d.ts.map +1 -0
  7. package/es/api/resources/BusinessSector.js +13 -0
  8. package/es/api/resources/BusinessSector.js.map +1 -0
  9. package/es/api/resources/Library.d.ts +4 -1
  10. package/es/api/resources/Library.d.ts.map +1 -1
  11. package/es/api/resources/Library.js +9 -0
  12. package/es/api/resources/Library.js.map +1 -1
  13. package/es/api/resources/Payment.d.ts +2 -1
  14. package/es/api/resources/Payment.d.ts.map +1 -1
  15. package/es/api/resources/Payment.js +9 -0
  16. package/es/api/resources/Payment.js.map +1 -1
  17. package/es/api/resources.d.ts +2 -0
  18. package/es/api/resources.d.ts.map +1 -1
  19. package/es/api/resources.js +2 -0
  20. package/es/api/resources.js.map +1 -1
  21. package/es/types/Enum/Sector.d.ts +33 -3
  22. package/es/types/Enum/Sector.d.ts.map +1 -1
  23. package/es/types/Enum/Sector.js +288 -3
  24. package/es/types/Enum/Sector.js.map +1 -1
  25. package/es/types/Interface/api/account/QueryAccounts.d.ts +3 -0
  26. package/es/types/Interface/api/account/QueryAccounts.d.ts.map +1 -1
  27. package/es/types/Interface/api/account/QueryAccounts.js +12 -0
  28. package/es/types/Interface/api/account/QueryAccounts.js.map +1 -1
  29. package/es/types/Interface/api/accountsSectors/Query.d.ts +4 -0
  30. package/es/types/Interface/api/accountsSectors/Query.d.ts.map +1 -0
  31. package/es/types/Interface/api/accountsSectors/Query.js +19 -0
  32. package/es/types/Interface/api/accountsSectors/Query.js.map +1 -0
  33. package/es/types/Interface/api/businessSector/Create.d.ts +4 -0
  34. package/es/types/Interface/api/businessSector/Create.d.ts.map +1 -0
  35. package/es/types/Interface/api/businessSector/Create.js +17 -0
  36. package/es/types/Interface/api/businessSector/Create.js.map +1 -0
  37. package/es/types/Interface/api/businessSector/Delete.d.ts +4 -0
  38. package/es/types/Interface/api/businessSector/Delete.d.ts.map +1 -0
  39. package/es/types/Interface/api/businessSector/Delete.js +17 -0
  40. package/es/types/Interface/api/businessSector/Delete.js.map +1 -0
  41. package/es/types/Interface/api/businessSector/Query.d.ts +4 -0
  42. package/es/types/Interface/api/businessSector/Query.d.ts.map +1 -0
  43. package/es/types/Interface/api/businessSector/Query.js +17 -0
  44. package/es/types/Interface/api/businessSector/Query.js.map +1 -0
  45. package/es/types/Interface/api/library/QueryLibrary.d.ts +2 -0
  46. package/es/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
  47. package/es/types/Interface/api/library/QueryLibrary.js +12 -0
  48. package/es/types/Interface/api/library/QueryLibrary.js.map +1 -1
  49. package/es/types/Interface/api/payment/QueryPayment.d.ts +5 -0
  50. package/es/types/Interface/api/payment/QueryPayment.d.ts.map +1 -0
  51. package/es/types/Interface/api/payment/QueryPayment.js +34 -0
  52. package/es/types/Interface/api/payment/QueryPayment.js.map +1 -0
  53. package/es/types/Interface/models/IBusinessPartner.d.ts +2 -0
  54. package/es/types/Interface/models/IBusinessPartner.d.ts.map +1 -1
  55. package/es/types/Interface/models/IBusinessPartner.js.map +1 -1
  56. package/es/types/Interface/models/IBusinessSector.d.ts +10 -0
  57. package/es/types/Interface/models/IBusinessSector.d.ts.map +1 -0
  58. package/es/types/Interface/models/IBusinessSector.js +2 -0
  59. package/es/types/Interface/models/IBusinessSector.js.map +1 -0
  60. package/es/types/Interface/models/ISocietyDetail.d.ts +4 -0
  61. package/es/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
  62. package/es/types/Interface/models/ISocietyDetail.js.map +1 -1
  63. package/es/types/index.d.ts +6 -0
  64. package/es/types/index.d.ts.map +1 -1
  65. package/es/types/index.js +6 -0
  66. package/es/types/index.js.map +1 -1
  67. package/js/api/resources/AccountsSectors.js +5 -0
  68. package/js/api/resources/AccountsSectors.js.map +1 -1
  69. package/js/api/resources/BusinessSector.js +24 -0
  70. package/js/api/resources/BusinessSector.js.map +1 -0
  71. package/js/api/resources/Library.js +13 -0
  72. package/js/api/resources/Library.js.map +1 -1
  73. package/js/api/resources/Payment.js +9 -0
  74. package/js/api/resources/Payment.js.map +1 -1
  75. package/js/api/resources.js +3 -1
  76. package/js/api/resources.js.map +1 -1
  77. package/js/types/Enum/Sector.js +244 -3
  78. package/js/types/Enum/Sector.js.map +1 -1
  79. package/js/types/Interface/api/account/QueryAccounts.js +3 -0
  80. package/js/types/Interface/api/account/QueryAccounts.js.map +1 -1
  81. package/js/types/Interface/api/accountsSectors/Query.js +22 -0
  82. package/js/types/Interface/api/accountsSectors/Query.js.map +1 -0
  83. package/js/types/Interface/api/businessSector/Create.js +21 -0
  84. package/js/types/Interface/api/businessSector/Create.js.map +1 -0
  85. package/js/types/Interface/api/businessSector/Delete.js +21 -0
  86. package/js/types/Interface/api/businessSector/Delete.js.map +1 -0
  87. package/js/types/Interface/api/businessSector/Query.js +21 -0
  88. package/js/types/Interface/api/businessSector/Query.js.map +1 -0
  89. package/js/types/Interface/api/library/QueryLibrary.js +2 -0
  90. package/js/types/Interface/api/library/QueryLibrary.js.map +1 -1
  91. package/js/types/Interface/api/payment/QueryPayment.js +33 -0
  92. package/js/types/Interface/api/payment/QueryPayment.js.map +1 -0
  93. package/js/types/Interface/models/IBusinessPartner.js.map +1 -1
  94. package/js/types/Interface/models/IBusinessSector.js +6 -0
  95. package/js/types/Interface/models/IBusinessSector.js.map +1 -0
  96. package/js/types/Interface/models/ISocietyDetail.js.map +1 -1
  97. package/js/types/index.js +60 -0
  98. package/js/types/index.js.map +1 -1
  99. package/package.json +1 -1
  100. package/ts/api/resources/AccountsSectors.ts +7 -1
  101. package/ts/api/resources/BusinessSector.ts +17 -0
  102. package/ts/api/resources/Library.ts +13 -1
  103. package/ts/api/resources/Payment.ts +11 -1
  104. package/ts/api/resources.ts +2 -0
  105. package/ts/types/Enum/Sector.ts +308 -4
  106. package/ts/types/Interface/api/account/QueryAccounts.ts +9 -0
  107. package/ts/types/Interface/api/accountsSectors/Query.ts +8 -0
  108. package/ts/types/Interface/api/businessSector/Create.ts +6 -0
  109. package/ts/types/Interface/api/businessSector/Delete.ts +6 -0
  110. package/ts/types/Interface/api/businessSector/Query.ts +6 -0
  111. package/ts/types/Interface/api/library/QueryLibrary.ts +10 -0
  112. package/ts/types/Interface/api/payment/QueryPayment.ts +22 -0
  113. package/ts/types/Interface/models/IBusinessPartner.ts +3 -0
  114. package/ts/types/Interface/models/IBusinessSector.ts +12 -0
  115. package/ts/types/Interface/models/ISocietyDetail.ts +4 -0
  116. package/ts/types/index.ts +6 -0
@@ -1,8 +1,293 @@
1
1
  export var Sector;
2
2
  (function (Sector) {
3
3
  Sector[Sector["DEFAULT"] = 1] = "DEFAULT";
4
- Sector[Sector["AUTO_ENTREPRENEUR_SERVICE"] = 2] = "AUTO_ENTREPRENEUR_SERVICE";
5
- Sector[Sector["AUTO_ENTREPRENEUR_MERCHANDISE"] = 3] = "AUTO_ENTREPRENEUR_MERCHANDISE";
6
- Sector[Sector["AUTO_ENTREPRENEUR_SERVICE_MERCHANDISE"] = 4] = "AUTO_ENTREPRENEUR_SERVICE_MERCHANDISE";
4
+ Sector[Sector["ECOMMERCE"] = 2] = "ECOMMERCE";
5
+ Sector[Sector["BNC_LIBERAL"] = 3] = "BNC_LIBERAL";
6
+ Sector[Sector["SCI"] = 4] = "SCI";
7
+ Sector[Sector["BTP"] = 5] = "BTP";
8
+ Sector[Sector["CHR"] = 6] = "CHR";
9
+ Sector[Sector["AGRICOLE"] = 7] = "AGRICOLE";
10
+ Sector[Sector["ASSOCATION"] = 8] = "ASSOCATION";
11
+ Sector[Sector["TAXI_VTC"] = 9] = "TAXI_VTC";
12
+ Sector[Sector["ESPECES"] = 10] = "ESPECES";
13
+ Sector[Sector["VAT"] = 11] = "VAT";
14
+ Sector[Sector["SERVICE"] = 12] = "SERVICE";
15
+ Sector[Sector["PRODUITS"] = 13] = "PRODUITS";
16
+ Sector[Sector["MARCHANDISES"] = 14] = "MARCHANDISES";
17
+ Sector[Sector["VEHICULE"] = 15] = "VEHICULE";
18
+ Sector[Sector["IS"] = 16] = "IS";
19
+ Sector[Sector["GERANCE_MAJORITAIRE"] = 17] = "GERANCE_MAJORITAIRE";
7
20
  })(Sector || (Sector = {}));
21
+ export const businessSectors = {
22
+ DEFAULT: {
23
+ id: Sector.DEFAULT,
24
+ name: 'Autre',
25
+ tag: 'AUT',
26
+ type: 'add',
27
+ module: false,
28
+ icon: 'work',
29
+ description: [
30
+ {
31
+ activated: true,
32
+ label: 'Base plan comptable : Autre',
33
+ },
34
+ ],
35
+ },
36
+ ECOMMERCE: {
37
+ id: Sector.ECOMMERCE,
38
+ name: 'E-commerce',
39
+ type: 'add',
40
+ tag: 'ECO',
41
+ icon: 'language',
42
+ module: false,
43
+ description: [
44
+ {
45
+ activated: true,
46
+ label: 'Base plan comptable : E-commerce',
47
+ },
48
+ ],
49
+ },
50
+ BNC_LIBERAL: {
51
+ id: Sector.BNC_LIBERAL,
52
+ name: 'Profession libéral',
53
+ type: 'add',
54
+ tag: 'BNC',
55
+ icon: 'person',
56
+ module: false,
57
+ description: [
58
+ {
59
+ activated: true,
60
+ label: 'Base plan comptable : BNC et libéral',
61
+ },
62
+ ],
63
+ },
64
+ SCI: {
65
+ id: Sector.SCI,
66
+ name: 'SCI',
67
+ type: 'add',
68
+ tag: 'SCI',
69
+ icon: 'home',
70
+ module: false,
71
+ description: [
72
+ {
73
+ activated: true,
74
+ label: 'Base plan comptable : SCI',
75
+ },
76
+ ],
77
+ },
78
+ BTP: {
79
+ id: Sector.BTP,
80
+ name: 'BTP',
81
+ type: 'add',
82
+ tag: 'BTP',
83
+ icon: 'construction',
84
+ module: false,
85
+ description: [
86
+ {
87
+ activated: true,
88
+ label: 'Base plan comptable : BTP',
89
+ },
90
+ ],
91
+ },
92
+ CHR: {
93
+ id: Sector.CHR,
94
+ name: 'Café, hôtel ou restaurant',
95
+ type: 'add',
96
+ tag: 'CHR',
97
+ icon: 'coffee',
98
+ module: false,
99
+ description: [
100
+ {
101
+ activated: true,
102
+ label: 'Base plan comptable : Café, hôtel ou restaurant',
103
+ },
104
+ ],
105
+ },
106
+ AGRICOLE: {
107
+ id: Sector.AGRICOLE,
108
+ name: 'Agricole',
109
+ type: 'add',
110
+ tag: 'AGR',
111
+ icon: 'florist',
112
+ module: false,
113
+ description: [
114
+ {
115
+ activated: true,
116
+ label: 'Base plan comptable : Agricole',
117
+ },
118
+ ],
119
+ },
120
+ ASSOCATION: {
121
+ id: Sector.ASSOCATION,
122
+ name: 'Association',
123
+ type: 'add',
124
+ tag: 'ASS',
125
+ icon: 'favorite',
126
+ module: false,
127
+ description: [
128
+ {
129
+ activated: true,
130
+ label: 'Base plan comptable : Association',
131
+ },
132
+ ],
133
+ },
134
+ TAXI_VTC: {
135
+ id: Sector.TAXI_VTC,
136
+ name: 'Taxis ou VTC',
137
+ type: 'add',
138
+ tag: 'VTC',
139
+ icon: 'taxi',
140
+ module: false,
141
+ description: [
142
+ {
143
+ activated: true,
144
+ label: 'Base plan comptable : Taxi ou VTC',
145
+ },
146
+ ],
147
+ },
148
+ ESPECES: {
149
+ id: Sector.ESPECES,
150
+ name: 'Espèces',
151
+ type: 'add',
152
+ tag: 'ESP',
153
+ module: true,
154
+ description: [
155
+ {
156
+ activated: false,
157
+ label: 'Désactivation de la catégorie de dépôt de liquidités',
158
+ },
159
+ {
160
+ activated: false,
161
+ label: 'Désactivation de la catégorie de dépôt de liquidités',
162
+ },
163
+ {
164
+ activated: true,
165
+ label: 'Ajout de la catégorie de dépôt de liquidités',
166
+ },
167
+ {
168
+ activated: true,
169
+ label: 'Ajout de la catégorie Dons et pourboires',
170
+ },
171
+ ],
172
+ },
173
+ TVA: {
174
+ id: Sector.VAT,
175
+ name: 'Sans TVA',
176
+ type: 'subtract',
177
+ tag: 'TVA',
178
+ description: [
179
+ {
180
+ activated: false,
181
+ label: 'Désactivation des catégories liées à la TVA',
182
+ },
183
+ {
184
+ activated: true,
185
+ label: 'Ajout des catégories liées à la TVA',
186
+ },
187
+ ],
188
+ module: true,
189
+ },
190
+ SERVICE: {
191
+ id: Sector.SERVICE,
192
+ name: 'Prestation de services',
193
+ type: 'add',
194
+ tag: 'SER',
195
+ description: [
196
+ {
197
+ activated: false,
198
+ label: 'Désactivation des catégories liées à la prestation de services',
199
+ },
200
+ {
201
+ activated: true,
202
+ label: 'Ajout de la catégorie Vente de prestation de services',
203
+ },
204
+ ],
205
+ module: true,
206
+ },
207
+ PRODUITS: {
208
+ id: Sector.PRODUITS,
209
+ name: 'Produits',
210
+ type: 'add',
211
+ tag: 'PRO',
212
+ module: true,
213
+ description: [
214
+ {
215
+ activated: false,
216
+ label: 'Désactivation des catégories liées à la vente de produits',
217
+ },
218
+ {
219
+ activated: true,
220
+ label: 'Ajout des catégories liées à la vente de produits',
221
+ },
222
+ ],
223
+ },
224
+ MARCHANDISES: {
225
+ id: Sector.MARCHANDISES,
226
+ name: 'Marchandises',
227
+ type: 'add',
228
+ module: true,
229
+ tag: 'MAR',
230
+ description: [
231
+ {
232
+ activated: false,
233
+ label: 'Désactivation des catégories liées à la vente de marchandises',
234
+ },
235
+ {
236
+ activated: true,
237
+ label: 'Ajout des catégories liées à la vente de marchandises',
238
+ },
239
+ ],
240
+ },
241
+ VEHICULE: {
242
+ id: Sector.VEHICULE,
243
+ name: 'Véhicule',
244
+ type: 'add',
245
+ tag: 'VEH',
246
+ module: true,
247
+ description: [
248
+ {
249
+ activated: false,
250
+ label: 'Désactivation des catégories véhicule',
251
+ },
252
+ {
253
+ activated: true,
254
+ label: 'Ajout des catégories véhicule',
255
+ },
256
+ ],
257
+ },
258
+ IS: {
259
+ id: Sector.IS,
260
+ name: 'Impôt sur les sociétés (IS)',
261
+ type: 'add',
262
+ tag: 'IS',
263
+ module: true,
264
+ description: [
265
+ {
266
+ activated: false,
267
+ label: 'Désactivationde la catégorie Impôt sur les sociétés (IS)',
268
+ },
269
+ {
270
+ activated: true,
271
+ label: 'Ajout de la catégorie Impôt sur les sociétés (IS)',
272
+ },
273
+ ],
274
+ },
275
+ GERANCE_MAJORITAIRE: {
276
+ id: Sector.GERANCE_MAJORITAIRE,
277
+ name: 'Gérance majoritaire',
278
+ type: 'add',
279
+ tag: 'GEM',
280
+ module: true,
281
+ description: [
282
+ {
283
+ activated: false,
284
+ label: 'Désactivation des catégories liées à la gérance majoritaire',
285
+ },
286
+ {
287
+ activated: true,
288
+ label: 'Ajout des catégories liées à la gérance majoritaire',
289
+ },
290
+ ],
291
+ },
292
+ };
8
293
  //# sourceMappingURL=Sector.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Sector.js","sourceRoot":"","sources":["../../../ts/types/Enum/Sector.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,MAKX;AALD,WAAY,MAAM;IAChB,yCAAW,CAAA;IACX,6EAA6B,CAAA;IAC7B,qFAAiC,CAAA;IACjC,qGAAyC,CAAA;AAC3C,CAAC,EALW,MAAM,KAAN,MAAM,QAKjB","sourcesContent":["export enum Sector {\n DEFAULT = 1,\n AUTO_ENTREPRENEUR_SERVICE = 2,\n AUTO_ENTREPRENEUR_MERCHANDISE = 3,\n AUTO_ENTREPRENEUR_SERVICE_MERCHANDISE = 4,\n}"]}
1
+ {"version":3,"file":"Sector.js","sourceRoot":"","sources":["../../../ts/types/Enum/Sector.ts"],"names":[],"mappings":"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","sourcesContent":["export enum Sector {\n DEFAULT = 1,\n ECOMMERCE = 2,\n BNC_LIBERAL = 3,\n SCI = 4,\n BTP = 5,\n CHR = 6,\n AGRICOLE = 7,\n ASSOCATION = 8,\n TAXI_VTC = 9,\n ESPECES = 10,\n VAT = 11,\n SERVICE = 12,\n PRODUITS = 13,\n MARCHANDISES = 14,\n VEHICULE = 15,\n IS = 16,\n GERANCE_MAJORITAIRE = 17,\n}\n\nexport type BusinessSectorDescription = {\n activated: boolean;\n label: string;\n};\n\nexport type BusinessSectorTypeContent = {\n name: string;\n id: number;\n type: 'add' | 'subtract';\n tag: string;\n module: boolean,\n description?: BusinessSectorDescription[],\n icon?: string;\n};\nexport type BusinessSectorType = {\n [key: string]: BusinessSectorTypeContent\n};\n\nexport const businessSectors: BusinessSectorType = {\n DEFAULT: {\n id: Sector.DEFAULT,\n name: 'Autre',\n tag: 'AUT',\n type: 'add',\n module: false,\n icon: 'work',\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Autre',\n },\n ],\n },\n ECOMMERCE: {\n id: Sector.ECOMMERCE,\n name: 'E-commerce',\n type: 'add',\n tag: 'ECO',\n icon: 'language',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : E-commerce',\n },\n ],\n },\n BNC_LIBERAL: {\n id: Sector.BNC_LIBERAL,\n name: 'Profession libéral',\n type: 'add',\n tag: 'BNC',\n icon: 'person',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : BNC et libéral',\n },\n ],\n },\n SCI: {\n id: Sector.SCI,\n name: 'SCI',\n type: 'add',\n tag: 'SCI',\n icon: 'home',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : SCI',\n },\n ],\n },\n BTP: {\n id: Sector.BTP,\n name: 'BTP',\n type: 'add',\n tag: 'BTP',\n icon: 'construction',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : BTP',\n },\n ],\n },\n CHR: {\n id: Sector.CHR,\n name: 'Café, hôtel ou restaurant',\n type: 'add',\n tag: 'CHR',\n icon: 'coffee',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Café, hôtel ou restaurant',\n },\n ],\n },\n AGRICOLE: {\n id: Sector.AGRICOLE,\n name: 'Agricole',\n type: 'add',\n tag: 'AGR',\n icon: 'florist',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Agricole',\n },\n ],\n },\n ASSOCATION: {\n id: Sector.ASSOCATION,\n name: 'Association',\n type: 'add',\n tag: 'ASS',\n icon: 'favorite',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Association',\n },\n ],\n },\n TAXI_VTC: {\n id: Sector.TAXI_VTC,\n name: 'Taxis ou VTC',\n type: 'add',\n tag: 'VTC',\n icon: 'taxi',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Taxi ou VTC',\n },\n ],\n },\n ESPECES: {\n id: Sector.ESPECES,\n name: 'Espèces',\n type: 'add',\n tag: 'ESP',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation de la catégorie de dépôt de liquidités',\n },\n {\n activated: false,\n label: 'Désactivation de la catégorie de dépôt de liquidités',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie de dépôt de liquidités',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Dons et pourboires',\n },\n ],\n },\n TVA: {\n id: Sector.VAT,\n name: 'Sans TVA',\n type: 'subtract',\n tag: 'TVA',\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la TVA',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la TVA',\n },\n ],\n module: true,\n },\n SERVICE: {\n id: Sector.SERVICE,\n name: 'Prestation de services',\n type: 'add',\n tag: 'SER',\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la prestation de services',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Vente de prestation de services',\n },\n ],\n module: true,\n },\n PRODUITS: {\n id: Sector.PRODUITS,\n name: 'Produits',\n type: 'add',\n tag: 'PRO',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la vente de produits',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la vente de produits',\n },\n ],\n },\n MARCHANDISES: {\n id: Sector.MARCHANDISES,\n name: 'Marchandises',\n type: 'add',\n module: true,\n tag: 'MAR',\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la vente de marchandises',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la vente de marchandises',\n },\n ],\n },\n VEHICULE: {\n id: Sector.VEHICULE,\n name: 'Véhicule',\n type: 'add',\n tag: 'VEH',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories véhicule',\n },\n {\n activated: true,\n label: 'Ajout des catégories véhicule',\n },\n ],\n },\n IS: {\n id: Sector.IS,\n name: 'Impôt sur les sociétés (IS)',\n type: 'add',\n tag: 'IS',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivationde la catégorie Impôt sur les sociétés (IS)',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Impôt sur les sociétés (IS)',\n },\n ],\n },\n GERANCE_MAJORITAIRE: {\n id: Sector.GERANCE_MAJORITAIRE,\n name: 'Gérance majoritaire',\n type: 'add',\n tag: 'GEM',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la gérance majoritaire',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la gérance majoritaire',\n },\n ],\n },\n};"]}
@@ -6,5 +6,8 @@ export declare class QueryAccounts {
6
6
  onlySpecific?: boolean;
7
7
  groupByAccountType?: boolean;
8
8
  includeDeletedAccount?: boolean;
9
+ onlyGeneric?: boolean;
10
+ filteredByPersonilizedBusiness?: boolean;
11
+ newVersion?: boolean;
9
12
  }
10
13
  //# sourceMappingURL=QueryAccounts.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryAccounts.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/QueryAccounts.ts"],"names":[],"mappings":"AAEA,qBAAa,aAAa;IACxB,EAAE,EAAE,MAAM,CAAC;IAGX,cAAc,CAAC,EAAE,OAAO,CAAC;IAGzB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,YAAY,CAAC,EAAE,OAAO,CAAC;IAGvB,YAAY,CAAC,EAAE,OAAO,CAAC;IAGvB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAG7B,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC"}
1
+ {"version":3,"file":"QueryAccounts.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/QueryAccounts.ts"],"names":[],"mappings":"AAEA,qBAAa,aAAa;IACxB,EAAE,EAAE,MAAM,CAAC;IAGX,cAAc,CAAC,EAAE,OAAO,CAAC;IAGzB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,YAAY,CAAC,EAAE,OAAO,CAAC;IAGvB,YAAY,CAAC,EAAE,OAAO,CAAC;IAGvB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAG7B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAGhC,WAAW,CAAC,EAAE,OAAO,CAAC;IAGtB,8BAA8B,CAAC,EAAE,OAAO,CAAC;IAGzC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
@@ -34,4 +34,16 @@ __decorate([
34
34
  ApiPropertyOptional(),
35
35
  __metadata("design:type", Boolean)
36
36
  ], QueryAccounts.prototype, "includeDeletedAccount", void 0);
37
+ __decorate([
38
+ ApiPropertyOptional(),
39
+ __metadata("design:type", Boolean)
40
+ ], QueryAccounts.prototype, "onlyGeneric", void 0);
41
+ __decorate([
42
+ ApiPropertyOptional(),
43
+ __metadata("design:type", Boolean)
44
+ ], QueryAccounts.prototype, "filteredByPersonilizedBusiness", void 0);
45
+ __decorate([
46
+ ApiPropertyOptional(),
47
+ __metadata("design:type", Boolean)
48
+ ], QueryAccounts.prototype, "newVersion", void 0);
37
49
  //# sourceMappingURL=QueryAccounts.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryAccounts.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/QueryAccounts.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,aAAa;CAoBzB;AAjBC;IAAC,mBAAmB,EAAE;;qDACG;AAEzB;IAAC,mBAAmB,EAAE;;oDACC;AAEvB;IAAC,mBAAmB,EAAE;;mDACC;AAEvB;IAAC,mBAAmB,EAAE;;mDACC;AAEvB;IAAC,mBAAmB,EAAE;;yDACO;AAE7B;IAAC,mBAAmB,EAAE;;4DACU","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryAccounts {\n id: number;\n\n @ApiPropertyOptional()\n includeGeneric?: boolean;\n\n @ApiPropertyOptional()\n idAccountType?: number;\n\n @ApiPropertyOptional()\n isCollection?: boolean;\n\n @ApiPropertyOptional()\n onlySpecific?: boolean;\n\n @ApiPropertyOptional()\n groupByAccountType?: boolean;\n\n @ApiPropertyOptional()\n includeDeletedAccount?: boolean;\n}\n"]}
1
+ {"version":3,"file":"QueryAccounts.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/QueryAccounts.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,aAAa;CA6BzB;AA1BC;IAAC,mBAAmB,EAAE;;qDACG;AAEzB;IAAC,mBAAmB,EAAE;;oDACC;AAEvB;IAAC,mBAAmB,EAAE;;mDACC;AAEvB;IAAC,mBAAmB,EAAE;;mDACC;AAEvB;IAAC,mBAAmB,EAAE;;yDACO;AAE7B;IAAC,mBAAmB,EAAE;;4DACU;AAEhC;IAAC,mBAAmB,EAAE;;kDACA;AAEtB;IAAC,mBAAmB,EAAE;;qEACmB;AAEzC;IAAC,mBAAmB,EAAE;;iDACD","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryAccounts {\n id: number;\n\n @ApiPropertyOptional()\n includeGeneric?: boolean;\n\n @ApiPropertyOptional()\n idAccountType?: number;\n\n @ApiPropertyOptional()\n isCollection?: boolean;\n\n @ApiPropertyOptional()\n onlySpecific?: boolean;\n\n @ApiPropertyOptional()\n groupByAccountType?: boolean;\n\n @ApiPropertyOptional()\n includeDeletedAccount?: boolean;\n\n @ApiPropertyOptional()\n onlyGeneric?: boolean;\n\n @ApiPropertyOptional()\n filteredByPersonilizedBusiness?: boolean;\n\n @ApiPropertyOptional()\n newVersion?: boolean;\n}\n"]}
@@ -0,0 +1,4 @@
1
+ export declare class QueryAccountsSectors {
2
+ idSectors: number[];
3
+ }
4
+ //# sourceMappingURL=Query.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountsSectors/Query.ts"],"names":[],"mappings":"AAGA,qBAAa,oBAAoB;IAG/B,SAAS,EAAE,MAAM,EAAE,CAAC;CACrB"}
@@ -0,0 +1,19 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsArray } from 'class-validator';
11
+ import { ApiProperty } from '../../../../utils';
12
+ export class QueryAccountsSectors {
13
+ }
14
+ __decorate([
15
+ ApiProperty(),
16
+ IsArray(),
17
+ __metadata("design:type", Array)
18
+ ], QueryAccountsSectors.prototype, "idSectors", void 0);
19
+ //# sourceMappingURL=Query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountsSectors/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,oBAAoB;CAIhC;AAHC;IAAC,WAAW,EAAE;IACb,OAAO,EAAE;;uDACU","sourcesContent":["import { IsArray } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryAccountsSectors {\n @ApiProperty()\n @IsArray()\n idSectors: number[];\n}"]}
@@ -0,0 +1,4 @@
1
+ export declare class CreateBusinessSector {
2
+ idSector: number[];
3
+ }
4
+ //# sourceMappingURL=Create.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Create.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/businessSector/Create.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAE/B,QAAQ,EAAE,MAAM,EAAE,CAAC;CACpB"}
@@ -0,0 +1,17 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiProperty } from '../../../../utils';
11
+ export class CreateBusinessSector {
12
+ }
13
+ __decorate([
14
+ ApiProperty(),
15
+ __metadata("design:type", Array)
16
+ ], CreateBusinessSector.prototype, "idSector", void 0);
17
+ //# sourceMappingURL=Create.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/businessSector/Create.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,oBAAoB;CAGhC;AAFC;IAAC,WAAW,EAAE;;sDACK","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class CreateBusinessSector {\n @ApiProperty()\n idSector: number[];\n}"]}
@@ -0,0 +1,4 @@
1
+ export declare class DeleteBusinessSector {
2
+ idSector: number[];
3
+ }
4
+ //# sourceMappingURL=Delete.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Delete.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/businessSector/Delete.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAE/B,QAAQ,EAAE,MAAM,EAAE,CAAC;CACpB"}
@@ -0,0 +1,17 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiProperty } from '../../../../utils';
11
+ export class DeleteBusinessSector {
12
+ }
13
+ __decorate([
14
+ ApiProperty(),
15
+ __metadata("design:type", Array)
16
+ ], DeleteBusinessSector.prototype, "idSector", void 0);
17
+ //# sourceMappingURL=Delete.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Delete.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/businessSector/Delete.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,oBAAoB;CAGhC;AAFC;IAAC,WAAW,EAAE;;sDACK","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class DeleteBusinessSector {\n @ApiProperty()\n idSector: number[];\n}"]}
@@ -0,0 +1,4 @@
1
+ export declare class QueryGetAllForSociety {
2
+ idSector?: number[];
3
+ }
4
+ //# sourceMappingURL=Query.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/businessSector/Query.ts"],"names":[],"mappings":"AAEA,qBAAa,qBAAqB;IAEhC,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB"}
@@ -0,0 +1,17 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiPropertyOptional } from '../../../../utils';
11
+ export class QueryGetAllForSociety {
12
+ }
13
+ __decorate([
14
+ ApiPropertyOptional(),
15
+ __metadata("design:type", Array)
16
+ ], QueryGetAllForSociety.prototype, "idSector", void 0);
17
+ //# sourceMappingURL=Query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/businessSector/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,qBAAqB;CAGjC;AAFC;IAAC,mBAAmB,EAAE;;uDACF","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetAllForSociety {\n @ApiPropertyOptional()\n idSector?: number[];\n}"]}
@@ -10,6 +10,8 @@ export declare class QueryLibraryFile {
10
10
  typeFile?: number;
11
11
  findSign?: boolean;
12
12
  attributes?: string[];
13
+ page?: number;
14
+ limit?: number;
13
15
  include?: string[];
14
16
  }
15
17
  export declare class QueryDownloadFile {
@@ -1 +1 @@
1
- {"version":3,"file":"QueryLibrary.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/library/QueryLibrary.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE3D,qBAAa,gBAAgB;IAE3B,SAAS,EAAE,MAAM,CAAC;IAGlB,WAAW,CAAC,EAAE,SAAS,CAAC;IAGxB,aAAa,CAAC,EAAE,WAAW,CAAC;IAG5B,aAAa,CAAC,EAAE,SAAS,EAAE,CAAC;IAG5B,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,QAAQ,CAAC,EAAE,OAAO,CAAS;IAO3B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAQtB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,qBAAa,iBAAiB;IAE5B,UAAU,EAAE,MAAM,CAAC;IAGnB,KAAK,EAAE,MAAM,CAAC;IAGd,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,qBAAqB;IAEhC,MAAM,EAAE,MAAM,CAAC;IAGf,YAAY,CAAC,EAAE,IAAI,CAAC;IAGpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,WAAW,EAAE,MAAM,CAAC;IAGpB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
1
+ {"version":3,"file":"QueryLibrary.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/library/QueryLibrary.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE3D,qBAAa,gBAAgB;IAE3B,SAAS,EAAE,MAAM,CAAC;IAGlB,WAAW,CAAC,EAAE,SAAS,CAAC;IAGxB,aAAa,CAAC,EAAE,WAAW,CAAC;IAG5B,aAAa,CAAC,EAAE,SAAS,EAAE,CAAC;IAG5B,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,QAAQ,CAAC,EAAE,OAAO,CAAS;IAO3B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAKtB,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,KAAK,CAAC,EAAE,MAAM,CAAC;IAQf,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,qBAAa,iBAAiB;IAE5B,UAAU,EAAE,MAAM,CAAC;IAGnB,KAAK,EAAE,MAAM,CAAC;IAGd,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,qBAAqB;IAEhC,MAAM,EAAE,MAAM,CAAC;IAGf,YAAY,CAAC,EAAE,IAAI,CAAC;IAGpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,WAAW,EAAE,MAAM,CAAC;IAGpB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
@@ -63,6 +63,18 @@ __decorate([
63
63
  }),
64
64
  __metadata("design:type", Array)
65
65
  ], QueryLibraryFile.prototype, "attributes", void 0);
66
+ __decorate([
67
+ ApiPropertyOptional(),
68
+ IsNumber(),
69
+ IsOptional(),
70
+ __metadata("design:type", Number)
71
+ ], QueryLibraryFile.prototype, "page", void 0);
72
+ __decorate([
73
+ ApiPropertyOptional(),
74
+ IsNumber(),
75
+ IsOptional(),
76
+ __metadata("design:type", Number)
77
+ ], QueryLibraryFile.prototype, "limit", void 0);
66
78
  __decorate([
67
79
  ApiPropertyOptional(),
68
80
  IsOptional(),
@@ -1 +1 @@
1
- {"version":3,"file":"QueryLibrary.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/library/QueryLibrary.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,GAChD,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE3D,MAAM,OAAO,gBAAgB;IAA7B;QA8BE,aAAQ,GAAa,KAAK,CAAC;IAgB7B,CAAC;CAAA;AA7CC;IAAC,WAAW,EAAE;;mDACI;AAElB;IAAC,mBAAmB,EAAE;;qDACE;AAExB;IAAC,mBAAmB,EAAE;;uDACM;AAE5B;IAAC,mBAAmB,EAAE;;uDACM;AAE5B;IAAC,mBAAmB,EAAE;;oDACF;AAEpB;IAAC,mBAAmB,EAAE;;wDACE;AAExB;IAAC,mBAAmB,EAAE;;gDACN;AAEhB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;kDACK;AAElB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,UAAU,EAAE;;kDACc;AAE3B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;oDACoB;AAEtB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAI,CAAC,CAAC,WAAW,EAAE,cAAc,EAAE,mBAAmB,EAAE,aAAa,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;iDACrE;AAGrB,MAAM,OAAO,iBAAiB;CAY7B;AAXC;IAAC,WAAW,EAAE;;qDACK;AAEnB;IAAC,WAAW,EAAE;;gDACA;AAEd;IAAC,mBAAmB,EAAE;;iDACN;AAEhB;IAAC,mBAAmB,EAAE;;iDACN;AAGlB,MAAM,OAAO,qBAAqB;CAqBjC;AApBC;IAAC,WAAW,EAAE;;qDACC;AAEf;IAAC,mBAAmB,EAAE;8BACP,IAAI;2DAAC;AAEpB;IAAC,mBAAmB,EAAE;;qDACN;AAEhB;IAAC,WAAW,EAAE;;0DACM;AAEpB;IAAC,mBAAmB,EAAE;;wDACH;AAEnB;IAAC,mBAAmB,EAAE;;yDACF;AAEpB;IAAC,mBAAmB,EAAE;;4DACC","sourcesContent":["import {\n IsIn, IsOptional, IsString, IsNumber, IsBoolean,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { GedFolder, GedFileType } from '../../../Enum/Ged';\n\nexport class QueryLibraryFile {\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idGedFolder?: GedFolder;\n\n @ApiPropertyOptional()\n idTypeGedFile?: GedFileType;\n\n @ApiPropertyOptional()\n typeGedFolder?: GedFolder[];\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idBalanceSheet?: number;\n\n @ApiPropertyOptional()\n idFile?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n typeFile?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @IsOptional()\n findSign?: boolean = false;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['gedFolder', 'balanceSheet', 'customerSignature', 'fileFromGed'], { each: true })\n include?: string[];\n}\n\nexport class QueryDownloadFile {\n @ApiProperty()\n folderName: string;\n\n @ApiProperty()\n token: string;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n idMail?: number;\n}\n\nexport class UpdateOrCreateGedFile {\n @ApiProperty()\n idFile: number;\n\n @ApiPropertyOptional()\n emissionDate?: Date;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiProperty()\n idGedFolder: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idTypeGedFile?: number;\n}"]}
1
+ {"version":3,"file":"QueryLibrary.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/library/QueryLibrary.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,GAChD,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE3D,MAAM,OAAO,gBAAgB;IAA7B;QA8BE,aAAQ,GAAa,KAAK,CAAC;IA0B7B,CAAC;CAAA;AAvDC;IAAC,WAAW,EAAE;;mDACI;AAElB;IAAC,mBAAmB,EAAE;;qDACE;AAExB;IAAC,mBAAmB,EAAE;;uDACM;AAE5B;IAAC,mBAAmB,EAAE;;uDACM;AAE5B;IAAC,mBAAmB,EAAE;;oDACF;AAEpB;IAAC,mBAAmB,EAAE;;wDACE;AAExB;IAAC,mBAAmB,EAAE;;gDACN;AAEhB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;kDACK;AAElB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,UAAU,EAAE;;kDACc;AAE3B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;oDACoB;AAEtB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;8CACC;AAEd;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;+CACE;AAEf;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAI,CAAC,CAAC,WAAW,EAAE,cAAc,EAAE,mBAAmB,EAAE,aAAa,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;iDACrE;AAGrB,MAAM,OAAO,iBAAiB;CAY7B;AAXC;IAAC,WAAW,EAAE;;qDACK;AAEnB;IAAC,WAAW,EAAE;;gDACA;AAEd;IAAC,mBAAmB,EAAE;;iDACN;AAEhB;IAAC,mBAAmB,EAAE;;iDACN;AAGlB,MAAM,OAAO,qBAAqB;CAqBjC;AApBC;IAAC,WAAW,EAAE;;qDACC;AAEf;IAAC,mBAAmB,EAAE;8BACP,IAAI;2DAAC;AAEpB;IAAC,mBAAmB,EAAE;;qDACN;AAEhB;IAAC,WAAW,EAAE;;0DACM;AAEpB;IAAC,mBAAmB,EAAE;;wDACH;AAEnB;IAAC,mBAAmB,EAAE;;yDACF;AAEpB;IAAC,mBAAmB,EAAE;;4DACC","sourcesContent":["import {\n IsIn, IsOptional, IsString, IsNumber, IsBoolean,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { GedFolder, GedFileType } from '../../../Enum/Ged';\n\nexport class QueryLibraryFile {\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idGedFolder?: GedFolder;\n\n @ApiPropertyOptional()\n idTypeGedFile?: GedFileType;\n\n @ApiPropertyOptional()\n typeGedFolder?: GedFolder[];\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idBalanceSheet?: number;\n\n @ApiPropertyOptional()\n idFile?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n typeFile?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @IsOptional()\n findSign?: boolean = false;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n page?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n limit?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['gedFolder', 'balanceSheet', 'customerSignature', 'fileFromGed'], { each: true })\n include?: string[];\n}\n\nexport class QueryDownloadFile {\n @ApiProperty()\n folderName: string;\n\n @ApiProperty()\n token: string;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n idMail?: number;\n}\n\nexport class UpdateOrCreateGedFile {\n @ApiProperty()\n idFile: number;\n\n @ApiPropertyOptional()\n emissionDate?: Date;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiProperty()\n idGedFolder: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idTypeGedFile?: number;\n}"]}
@@ -0,0 +1,5 @@
1
+ export declare class QueryPaymentCsv {
2
+ startDate: Date;
3
+ endDate: Date;
4
+ }
5
+ //# sourceMappingURL=QueryPayment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPayment.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/payment/QueryPayment.ts"],"names":[],"mappings":"AAGA,qBAAa,eAAe;IAQ1B,SAAS,EAAE,IAAI,CAAC;IAShB,OAAO,EAAE,IAAI,CAAC;CACf"}
@@ -0,0 +1,34 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsDefined } from 'class-validator';
11
+ import { ApiProperty } from '../../../../utils';
12
+ export class QueryPaymentCsv {
13
+ }
14
+ __decorate([
15
+ IsDefined(),
16
+ ApiProperty({
17
+ description: 'start date',
18
+ required: true,
19
+ type: Date,
20
+ example: '2022-03-01',
21
+ }),
22
+ __metadata("design:type", Date)
23
+ ], QueryPaymentCsv.prototype, "startDate", void 0);
24
+ __decorate([
25
+ IsDefined(),
26
+ ApiProperty({
27
+ description: 'end date',
28
+ required: true,
29
+ type: Date,
30
+ example: '2022-03-31',
31
+ }),
32
+ __metadata("design:type", Date)
33
+ ], QueryPaymentCsv.prototype, "endDate", void 0);
34
+ //# sourceMappingURL=QueryPayment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPayment.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/payment/QueryPayment.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,eAAe;CAkB3B;AAjBC;IAAC,SAAS,EAAE;IACX,WAAW,CAAC;QACX,WAAW,EAAE,YAAY;QACzB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,IAAI;QACV,OAAO,EAAE,YAAY;KACtB,CAAC;8BACS,IAAI;kDAAC;AAEhB;IAAC,SAAS,EAAE;IACX,WAAW,CAAC;QACX,WAAW,EAAE,UAAU;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,IAAI;QACV,OAAO,EAAE,YAAY;KACtB,CAAC;8BACO,IAAI;gDAAC","sourcesContent":["import { IsDefined } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryPaymentCsv {\n @IsDefined()\n @ApiProperty({\n description: 'start date',\n required: true,\n type: Date,\n example: '2022-03-01',\n })\n startDate: Date;\n\n @IsDefined()\n @ApiProperty({\n description: 'end date',\n required: true,\n type: Date,\n example: '2022-03-31',\n })\n endDate: Date;\n}"]}
@@ -21,12 +21,14 @@ export interface IBusinessPartner {
21
21
  identityDocument: string | null;
22
22
  otherActivities: string | null;
23
23
  activityBefore: string | null;
24
+ maritalStatus: string | null;
24
25
  idGedFileKbis: number | null;
25
26
  idGedFileIC: number | null;
26
27
  idGedFileStatus: number | null;
27
28
  idSociety: number | null;
28
29
  idUser: number | null;
29
30
  idSocietyParent: number;
31
+ idMaritalStatus: number;
30
32
  createdAt?: Date | null;
31
33
  updatedAt?: Date | null;
32
34
  country?: ICountry;
@@ -1 +1 @@
1
- {"version":3,"file":"IBusinessPartner.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBusinessPartner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,aAAa,CAAC,EAAE,QAAQ,CAAC;IACzB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,MAAM,CAAC,EAAE,QAAQ,CAAC;IAClB,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,aAAa,CAAC,EAAE,QAAQ,CAAC;CAC1B"}
1
+ {"version":3,"file":"IBusinessPartner.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBusinessPartner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,aAAa,CAAC,EAAE,QAAQ,CAAC;IACzB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,MAAM,CAAC,EAAE,QAAQ,CAAC;IAClB,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,aAAa,CAAC,EAAE,QAAQ,CAAC;CAC1B"}