@silexpert/core 1.1.48 → 1.1.50

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 (106) 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/Archive.d.ts +6 -0
  6. package/es/api/resources/Archive.d.ts.map +1 -0
  7. package/es/api/resources/Archive.js +23 -0
  8. package/es/api/resources/Archive.js.map +1 -0
  9. package/es/api/resources/BusinessSector.d.ts +8 -0
  10. package/es/api/resources/BusinessSector.d.ts.map +1 -0
  11. package/es/api/resources/BusinessSector.js +13 -0
  12. package/es/api/resources/BusinessSector.js.map +1 -0
  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 +4 -0
  18. package/es/api/resources.d.ts.map +1 -1
  19. package/es/api/resources.js +4 -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/archive/ImportSocietyArchive.d.ts +2 -0
  34. package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts.map +1 -1
  35. package/es/types/Interface/api/archive/ImportSocietyArchive.js +5 -1
  36. package/es/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -1
  37. package/es/types/Interface/api/businessSector/Create.d.ts +4 -0
  38. package/es/types/Interface/api/businessSector/Create.d.ts.map +1 -0
  39. package/es/types/Interface/api/businessSector/Create.js +17 -0
  40. package/es/types/Interface/api/businessSector/Create.js.map +1 -0
  41. package/es/types/Interface/api/businessSector/Delete.d.ts +4 -0
  42. package/es/types/Interface/api/businessSector/Delete.d.ts.map +1 -0
  43. package/es/types/Interface/api/businessSector/Delete.js +17 -0
  44. package/es/types/Interface/api/businessSector/Delete.js.map +1 -0
  45. package/es/types/Interface/api/businessSector/Query.d.ts +4 -0
  46. package/es/types/Interface/api/businessSector/Query.d.ts.map +1 -0
  47. package/es/types/Interface/api/businessSector/Query.js +17 -0
  48. package/es/types/Interface/api/businessSector/Query.js.map +1 -0
  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/IBusinessSector.d.ts +10 -0
  54. package/es/types/Interface/models/IBusinessSector.d.ts.map +1 -0
  55. package/es/types/Interface/models/IBusinessSector.js +2 -0
  56. package/es/types/Interface/models/IBusinessSector.js.map +1 -0
  57. package/es/types/index.d.ts +6 -0
  58. package/es/types/index.d.ts.map +1 -1
  59. package/es/types/index.js +6 -0
  60. package/es/types/index.js.map +1 -1
  61. package/js/api/resources/AccountsSectors.js +5 -0
  62. package/js/api/resources/AccountsSectors.js.map +1 -1
  63. package/js/api/resources/Archive.js +52 -0
  64. package/js/api/resources/Archive.js.map +1 -0
  65. package/js/api/resources/BusinessSector.js +24 -0
  66. package/js/api/resources/BusinessSector.js.map +1 -0
  67. package/js/api/resources/Payment.js +9 -0
  68. package/js/api/resources/Payment.js.map +1 -1
  69. package/js/api/resources.js +5 -1
  70. package/js/api/resources.js.map +1 -1
  71. package/js/types/Enum/Sector.js +244 -3
  72. package/js/types/Enum/Sector.js.map +1 -1
  73. package/js/types/Interface/api/account/QueryAccounts.js +3 -0
  74. package/js/types/Interface/api/account/QueryAccounts.js.map +1 -1
  75. package/js/types/Interface/api/accountsSectors/Query.js +22 -0
  76. package/js/types/Interface/api/accountsSectors/Query.js.map +1 -0
  77. package/js/types/Interface/api/archive/ImportSocietyArchive.js +1 -0
  78. package/js/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -1
  79. package/js/types/Interface/api/businessSector/Create.js +21 -0
  80. package/js/types/Interface/api/businessSector/Create.js.map +1 -0
  81. package/js/types/Interface/api/businessSector/Delete.js +21 -0
  82. package/js/types/Interface/api/businessSector/Delete.js.map +1 -0
  83. package/js/types/Interface/api/businessSector/Query.js +21 -0
  84. package/js/types/Interface/api/businessSector/Query.js.map +1 -0
  85. package/js/types/Interface/api/payment/QueryPayment.js +33 -0
  86. package/js/types/Interface/api/payment/QueryPayment.js.map +1 -0
  87. package/js/types/Interface/models/IBusinessSector.js +6 -0
  88. package/js/types/Interface/models/IBusinessSector.js.map +1 -0
  89. package/js/types/index.js +60 -0
  90. package/js/types/index.js.map +1 -1
  91. package/package.json +1 -1
  92. package/ts/api/resources/AccountsSectors.ts +7 -1
  93. package/ts/api/resources/Archive.ts +11 -0
  94. package/ts/api/resources/BusinessSector.ts +17 -0
  95. package/ts/api/resources/Payment.ts +11 -1
  96. package/ts/api/resources.ts +4 -0
  97. package/ts/types/Enum/Sector.ts +308 -4
  98. package/ts/types/Interface/api/account/QueryAccounts.ts +9 -0
  99. package/ts/types/Interface/api/accountsSectors/Query.ts +8 -0
  100. package/ts/types/Interface/api/archive/ImportSocietyArchive.ts +5 -1
  101. package/ts/types/Interface/api/businessSector/Create.ts +6 -0
  102. package/ts/types/Interface/api/businessSector/Delete.ts +6 -0
  103. package/ts/types/Interface/api/businessSector/Query.ts +6 -0
  104. package/ts/types/Interface/api/payment/QueryPayment.ts +22 -0
  105. package/ts/types/Interface/models/IBusinessSector.ts +12 -0
  106. 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}"]}
@@ -1,4 +1,6 @@
1
+ import { TFile } from '../file/TFile';
1
2
  export declare class ImportSocietyArchive {
3
+ file: TFile;
2
4
  idSocietyAlreadyExist: number | null;
3
5
  }
4
6
  //# sourceMappingURL=ImportSocietyArchive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ImportSocietyArchive.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/archive/ImportSocietyArchive.ts"],"names":[],"mappings":"AAGA,qBAAa,oBAAoB;IAG/B,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;CACtC"}
1
+ {"version":3,"file":"ImportSocietyArchive.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/archive/ImportSocietyArchive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,oBAAoB;IAE/B,IAAI,EAAE,KAAK,CAAC;IAIZ,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;CACtC"}
@@ -8,9 +8,13 @@ var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
10
  import { IsOptional } from 'class-validator';
11
- import { ApiPropertyOptional } from '../../../../utils';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
12
  export class ImportSocietyArchive {
13
13
  }
14
+ __decorate([
15
+ ApiProperty(),
16
+ __metadata("design:type", Object)
17
+ ], ImportSocietyArchive.prototype, "file", void 0);
14
18
  __decorate([
15
19
  ApiPropertyOptional(),
16
20
  IsOptional(),
@@ -1 +1 @@
1
- {"version":3,"file":"ImportSocietyArchive.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/archive/ImportSocietyArchive.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,oBAAoB;CAIhC;AAHC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;mEACwB","sourcesContent":["import { IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class ImportSocietyArchive {\n @ApiPropertyOptional()\n @IsOptional()\n idSocietyAlreadyExist: number | null;\n}"]}
1
+ {"version":3,"file":"ImportSocietyArchive.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/archive/ImportSocietyArchive.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGrE,MAAM,OAAO,oBAAoB;CAOhC;AANC;IAAC,WAAW,EAAE;;kDACF;AAEZ;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;mEACwB","sourcesContent":["import { IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class ImportSocietyArchive {\n @ApiProperty()\n file: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n idSocietyAlreadyExist: number | null;\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}"]}
@@ -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}"]}
@@ -0,0 +1,10 @@
1
+ import { ISociety } from './ISociety';
2
+ export interface IBusinessSector {
3
+ id?: number;
4
+ idSector: number;
5
+ idSociety: number;
6
+ createdAt?: Date | null;
7
+ updatedAt?: Date | null;
8
+ society: ISociety;
9
+ }
10
+ //# sourceMappingURL=IBusinessSector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IBusinessSector.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBusinessSector.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAA;CAClB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IBusinessSector.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IBusinessSector.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBusinessSector.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\n\nexport interface IBusinessSector {\n id?: number;\n idSector: number;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety\n}"]}
@@ -303,6 +303,7 @@ export * from './Interface/models/IVatRegimeHistory';
303
303
  export * from './Interface/models/ICustomerAcceptance';
304
304
  export * from './Interface/models/IUnpaidCallHistory';
305
305
  export * from './Interface/models/IAppNotification';
306
+ export * from './Interface/models/IBusinessSector';
306
307
  export * from './Interface/schemas/IRegistrationDetail';
307
308
  export * from './Interface/schemas/ITransactionHistory';
308
309
  export * from './Form/FormAuthenticate';
@@ -481,6 +482,7 @@ export * from './Interface/api/accountingEntry/CreateManualEntry';
481
482
  export * from './Interface/api/immobilization/ReadFormattedImmobilization';
482
483
  export * from './Interface/api/immobilization/CreateImmobilization';
483
484
  export * from './Interface/api/payment/QueryMonthlyPayment';
485
+ export * from './Interface/api/payment/QueryPayment';
484
486
  export * from './Interface/api/firstStep/Create';
485
487
  export * from './Interface/api/registration/QueryRegistration';
486
488
  export * from './Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer';
@@ -902,6 +904,10 @@ export * from './Interface/api/commercialImport/Query';
902
904
  export * from './Interface/api/commercialImport/Create';
903
905
  export * from './Interface/api/cashAndExpense/Create';
904
906
  export * from './Interface/api/accountsSectors/Create';
907
+ export * from './Interface/api/businessSector/Create';
908
+ export * from './Interface/api/businessSector/Query';
909
+ export * from './Interface/api/businessSector/Delete';
910
+ export * from './Interface/api/accountsSectors/Query';
905
911
  export * from './Interface/enum/Util';
906
912
  export * from './Interface/enum/Date';
907
913
  export * from '../utils/cerfa';