@silexpert/core 1.1.240 → 1.1.242

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 (139) hide show
  1. package/dist/cjs/api/resources/Echo.d.ts +8 -0
  2. package/dist/cjs/api/resources/Echo.d.ts.map +1 -0
  3. package/dist/cjs/api/resources/Echo.js +17 -0
  4. package/dist/cjs/api/resources/Echo.js.map +1 -0
  5. package/dist/cjs/api/resources/LegalNotice.d.ts +4 -2
  6. package/dist/cjs/api/resources/LegalNotice.d.ts.map +1 -1
  7. package/dist/cjs/api/resources/LegalNotice.js +6 -0
  8. package/dist/cjs/api/resources/LegalNotice.js.map +1 -1
  9. package/dist/cjs/api/resources/Synchronisation.d.ts +6 -0
  10. package/dist/cjs/api/resources/Synchronisation.d.ts.map +1 -0
  11. package/dist/cjs/api/resources/Synchronisation.js +11 -0
  12. package/dist/cjs/api/resources/Synchronisation.js.map +1 -0
  13. package/dist/cjs/api/resources/UpToDate.d.ts +6 -0
  14. package/dist/cjs/api/resources/UpToDate.d.ts.map +1 -0
  15. package/dist/cjs/api/resources/UpToDate.js +11 -0
  16. package/dist/cjs/api/resources/UpToDate.js.map +1 -0
  17. package/dist/cjs/api/resources.d.ts +6 -0
  18. package/dist/cjs/api/resources.d.ts.map +1 -1
  19. package/dist/cjs/api/resources.js +6 -0
  20. package/dist/cjs/api/resources.js.map +1 -1
  21. package/dist/cjs/types/Enum/ZoneCode.d.ts +653 -0
  22. package/dist/cjs/types/Enum/ZoneCode.d.ts.map +1 -0
  23. package/dist/cjs/types/Enum/ZoneCode.js +765 -0
  24. package/dist/cjs/types/Enum/ZoneCode.js.map +1 -0
  25. package/dist/cjs/types/Interface/api/cerfa/Utils.d.ts +5 -5
  26. package/dist/cjs/types/Interface/api/cerfa/Utils.d.ts.map +1 -1
  27. package/dist/cjs/types/Interface/api/cerfa/Utils.js.map +1 -1
  28. package/dist/cjs/types/Interface/api/echo/CreateOrder.d.ts +22 -0
  29. package/dist/cjs/types/Interface/api/echo/CreateOrder.d.ts.map +1 -0
  30. package/dist/cjs/types/Interface/api/echo/CreateOrder.js +93 -0
  31. package/dist/cjs/types/Interface/api/echo/CreateOrder.js.map +1 -0
  32. package/dist/cjs/types/Interface/api/echo/Mission.d.ts +5 -0
  33. package/dist/cjs/types/Interface/api/echo/Mission.d.ts.map +1 -0
  34. package/dist/cjs/types/Interface/api/echo/Mission.js +3 -0
  35. package/dist/cjs/types/Interface/api/echo/Mission.js.map +1 -0
  36. package/dist/cjs/types/Interface/api/echo/NewsPaper.d.ts +18 -0
  37. package/dist/cjs/types/Interface/api/echo/NewsPaper.d.ts.map +1 -0
  38. package/dist/cjs/types/Interface/api/echo/NewsPaper.js +3 -0
  39. package/dist/cjs/types/Interface/api/echo/NewsPaper.js.map +1 -0
  40. package/dist/cjs/types/Interface/api/echo/Order.d.ts +9 -0
  41. package/dist/cjs/types/Interface/api/echo/Order.d.ts.map +1 -0
  42. package/dist/cjs/types/Interface/api/echo/Order.js +3 -0
  43. package/dist/cjs/types/Interface/api/echo/Order.js.map +1 -0
  44. package/dist/cjs/types/Interface/api/synchronisation/Query.d.ts +12 -0
  45. package/dist/cjs/types/Interface/api/synchronisation/Query.d.ts.map +1 -0
  46. package/dist/cjs/types/Interface/api/synchronisation/Query.js +70 -0
  47. package/dist/cjs/types/Interface/api/synchronisation/Query.js.map +1 -0
  48. package/dist/cjs/types/Interface/models/IBankAccount.d.ts +2 -0
  49. package/dist/cjs/types/Interface/models/IBankAccount.d.ts.map +1 -1
  50. package/dist/cjs/types/Interface/models/IBankAccount.js.map +1 -1
  51. package/dist/cjs/types/Interface/models/ILegalNotice.d.ts +3 -0
  52. package/dist/cjs/types/Interface/models/ILegalNotice.d.ts.map +1 -1
  53. package/dist/cjs/types/Interface/models/ILegalNotice.js.map +1 -1
  54. package/dist/cjs/types/Interface/models/IUpToDateBankAccount.d.ts +34 -0
  55. package/dist/cjs/types/Interface/models/IUpToDateBankAccount.d.ts.map +1 -0
  56. package/dist/cjs/types/Interface/models/IUpToDateBankAccount.js +3 -0
  57. package/dist/cjs/types/Interface/models/IUpToDateBankAccount.js.map +1 -0
  58. package/dist/cjs/types/index.d.ts +7 -0
  59. package/dist/cjs/types/index.d.ts.map +1 -1
  60. package/dist/cjs/types/index.js +7 -0
  61. package/dist/cjs/types/index.js.map +1 -1
  62. package/dist/mjs/api/resources/Echo.d.ts +8 -0
  63. package/dist/mjs/api/resources/Echo.d.ts.map +1 -0
  64. package/dist/mjs/api/resources/Echo.js +13 -0
  65. package/dist/mjs/api/resources/Echo.js.map +1 -0
  66. package/dist/mjs/api/resources/LegalNotice.d.ts +4 -2
  67. package/dist/mjs/api/resources/LegalNotice.d.ts.map +1 -1
  68. package/dist/mjs/api/resources/LegalNotice.js +6 -0
  69. package/dist/mjs/api/resources/LegalNotice.js.map +1 -1
  70. package/dist/mjs/api/resources/Synchronisation.d.ts +6 -0
  71. package/dist/mjs/api/resources/Synchronisation.d.ts.map +1 -0
  72. package/dist/mjs/api/resources/Synchronisation.js +10 -0
  73. package/dist/mjs/api/resources/Synchronisation.js.map +1 -0
  74. package/dist/mjs/api/resources/UpToDate.d.ts +6 -0
  75. package/dist/mjs/api/resources/UpToDate.d.ts.map +1 -0
  76. package/dist/mjs/api/resources/UpToDate.js +7 -0
  77. package/dist/mjs/api/resources/UpToDate.js.map +1 -0
  78. package/dist/mjs/api/resources.d.ts +6 -0
  79. package/dist/mjs/api/resources.d.ts.map +1 -1
  80. package/dist/mjs/api/resources.js +6 -0
  81. package/dist/mjs/api/resources.js.map +1 -1
  82. package/dist/mjs/types/Enum/ZoneCode.d.ts +653 -0
  83. package/dist/mjs/types/Enum/ZoneCode.d.ts.map +1 -0
  84. package/dist/mjs/types/Enum/ZoneCode.js +762 -0
  85. package/dist/mjs/types/Enum/ZoneCode.js.map +1 -0
  86. package/dist/mjs/types/Interface/api/cerfa/Utils.d.ts +5 -5
  87. package/dist/mjs/types/Interface/api/cerfa/Utils.d.ts.map +1 -1
  88. package/dist/mjs/types/Interface/api/cerfa/Utils.js.map +1 -1
  89. package/dist/mjs/types/Interface/api/echo/CreateOrder.d.ts +22 -0
  90. package/dist/mjs/types/Interface/api/echo/CreateOrder.d.ts.map +1 -0
  91. package/dist/mjs/types/Interface/api/echo/CreateOrder.js +101 -0
  92. package/dist/mjs/types/Interface/api/echo/CreateOrder.js.map +1 -0
  93. package/dist/mjs/types/Interface/api/echo/Mission.d.ts +5 -0
  94. package/dist/mjs/types/Interface/api/echo/Mission.d.ts.map +1 -0
  95. package/dist/mjs/types/Interface/api/echo/Mission.js +2 -0
  96. package/dist/mjs/types/Interface/api/echo/Mission.js.map +1 -0
  97. package/dist/mjs/types/Interface/api/echo/NewsPaper.d.ts +18 -0
  98. package/dist/mjs/types/Interface/api/echo/NewsPaper.d.ts.map +1 -0
  99. package/dist/mjs/types/Interface/api/echo/NewsPaper.js +2 -0
  100. package/dist/mjs/types/Interface/api/echo/NewsPaper.js.map +1 -0
  101. package/dist/mjs/types/Interface/api/echo/Order.d.ts +9 -0
  102. package/dist/mjs/types/Interface/api/echo/Order.d.ts.map +1 -0
  103. package/dist/mjs/types/Interface/api/echo/Order.js +2 -0
  104. package/dist/mjs/types/Interface/api/echo/Order.js.map +1 -0
  105. package/dist/mjs/types/Interface/api/synchronisation/Query.d.ts +12 -0
  106. package/dist/mjs/types/Interface/api/synchronisation/Query.d.ts.map +1 -0
  107. package/dist/mjs/types/Interface/api/synchronisation/Query.js +75 -0
  108. package/dist/mjs/types/Interface/api/synchronisation/Query.js.map +1 -0
  109. package/dist/mjs/types/Interface/models/IBankAccount.d.ts +2 -0
  110. package/dist/mjs/types/Interface/models/IBankAccount.d.ts.map +1 -1
  111. package/dist/mjs/types/Interface/models/IBankAccount.js.map +1 -1
  112. package/dist/mjs/types/Interface/models/ILegalNotice.d.ts +3 -0
  113. package/dist/mjs/types/Interface/models/ILegalNotice.d.ts.map +1 -1
  114. package/dist/mjs/types/Interface/models/ILegalNotice.js.map +1 -1
  115. package/dist/mjs/types/Interface/models/IUpToDateBankAccount.d.ts +34 -0
  116. package/dist/mjs/types/Interface/models/IUpToDateBankAccount.d.ts.map +1 -0
  117. package/dist/mjs/types/Interface/models/IUpToDateBankAccount.js +2 -0
  118. package/dist/mjs/types/Interface/models/IUpToDateBankAccount.js.map +1 -0
  119. package/dist/mjs/types/index.d.ts +7 -0
  120. package/dist/mjs/types/index.d.ts.map +1 -1
  121. package/dist/mjs/types/index.js +7 -0
  122. package/dist/mjs/types/index.js.map +1 -1
  123. package/package.json +1 -1
  124. package/ts/api/resources/Echo.ts +16 -0
  125. package/ts/api/resources/LegalNotice.ts +10 -2
  126. package/ts/api/resources/Synchronisation.ts +11 -0
  127. package/ts/api/resources/UpToDate.ts +8 -0
  128. package/ts/api/resources.ts +6 -0
  129. package/ts/types/Enum/ZoneCode.ts +764 -0
  130. package/ts/types/Interface/api/cerfa/Utils.ts +5 -5
  131. package/ts/types/Interface/api/echo/CreateOrder.ts +64 -0
  132. package/ts/types/Interface/api/echo/Mission.ts +4 -0
  133. package/ts/types/Interface/api/echo/NewsPaper.ts +18 -0
  134. package/ts/types/Interface/api/echo/Order.ts +8 -0
  135. package/ts/types/Interface/api/synchronisation/Query.ts +47 -0
  136. package/ts/types/Interface/models/IBankAccount.ts +2 -0
  137. package/ts/types/Interface/models/ILegalNotice.ts +3 -0
  138. package/ts/types/Interface/models/IUpToDateBankAccount.ts +37 -0
  139. package/ts/types/index.ts +7 -0
@@ -0,0 +1,765 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ZoneCodeList = exports.ZoneCode = void 0;
4
+ exports.ZoneCode = {
5
+ PARIS: {
6
+ zone_code: '75',
7
+ },
8
+ AISNE: {
9
+ zone_code: '02',
10
+ },
11
+ NORD: {
12
+ zone_code: '59',
13
+ },
14
+ HAUTS_DE_SEINE: {
15
+ zone_code: '92',
16
+ },
17
+ GIRONDE: {
18
+ zone_code: '33',
19
+ },
20
+ RHONE: {
21
+ zone_code: '69',
22
+ },
23
+ ALPES_MARITIMES: {
24
+ zone_code: '06',
25
+ },
26
+ HAUTE_GARONNE: {
27
+ zone_code: '31',
28
+ },
29
+ BOUCHES_DU_RHONE: {
30
+ zone_code: '13',
31
+ },
32
+ OISE: {
33
+ zone_code: '60',
34
+ },
35
+ CALVADOS: {
36
+ zone_code: '14',
37
+ },
38
+ VAR: {
39
+ zone_code: '83',
40
+ },
41
+ SAVOIE: {
42
+ zone_code: '73',
43
+ },
44
+ LOIRE_ATLANTIQUE: {
45
+ zone_code: '44',
46
+ },
47
+ FINISTERE: {
48
+ zone_code: '29',
49
+ },
50
+ PYRENEES_ATLANTIQUES: {
51
+ zone_code: '64',
52
+ },
53
+ ISERE: {
54
+ zone_code: '38',
55
+ },
56
+ VAL_DE_MARNE: {
57
+ zone_code: '94',
58
+ },
59
+ SEINE_ET_MARNE: {
60
+ zone_code: '77',
61
+ },
62
+ LOIRE: {
63
+ zone_code: '42',
64
+ },
65
+ HAUTE_SAVOIE: {
66
+ zone_code: '74',
67
+ },
68
+ PAS_DE_CALAIS: {
69
+ zone_code: '62',
70
+ },
71
+ YVELINES: {
72
+ zone_code: '78',
73
+ },
74
+ SEINE_SAINT_DENIS: {
75
+ zone_code: '93',
76
+ },
77
+ MORBIHAN: {
78
+ zone_code: '56',
79
+ },
80
+ HERAULT: {
81
+ zone_code: '34',
82
+ },
83
+ ILLE_ET_VILAINE: {
84
+ zone_code: '35',
85
+ },
86
+ ALPES_HAUTE_PROVENCE: {
87
+ zone_code: '04',
88
+ },
89
+ SEINE_MARITIME: {
90
+ zone_code: '76',
91
+ },
92
+ VAUCLUSE: {
93
+ zone_code: '84',
94
+ },
95
+ LOIRET: {
96
+ zone_code: '45',
97
+ },
98
+ MEURTHE_ET_MOSELLE: {
99
+ zone_code: '54',
100
+ },
101
+ ESSONNE: {
102
+ zone_code: '91',
103
+ },
104
+ BAS_RHIN: {
105
+ zone_code: '67',
106
+ },
107
+ HAUTE_VIENNE: {
108
+ zone_code: '87',
109
+ },
110
+ COTE_D_OR: {
111
+ zone_code: '21',
112
+ },
113
+ VALENCIENNES: {
114
+ zone_code: '59',
115
+ },
116
+ GUADELOUPE: {
117
+ zone_code: '971',
118
+ },
119
+ GUYANE: {
120
+ zone_code: '973',
121
+ },
122
+ LA_REUNION: {
123
+ zone_code: '974',
124
+ },
125
+ MAYOTTE: {
126
+ zone_code: '976',
127
+ },
128
+ TERRITOIRE_DE_BELFORT: {
129
+ zone_code: '90',
130
+ },
131
+ CREUSE: {
132
+ zone_code: '23',
133
+ },
134
+ MANCHE: {
135
+ zone_code: '50',
136
+ },
137
+ ARIEGE: {
138
+ zone_code: '09',
139
+ },
140
+ MARTINIQUE: {
141
+ zone_code: '972',
142
+ },
143
+ HAUTES_ALPES: {
144
+ zone_code: '05',
145
+ },
146
+ SOMME: {
147
+ zone_code: '80',
148
+ },
149
+ AUBE: {
150
+ zone_code: '10',
151
+ },
152
+ TARN: {
153
+ zone_code: '81',
154
+ },
155
+ CANTAL: {
156
+ zone_code: '15',
157
+ },
158
+ VIENNE: {
159
+ zone_code: '86',
160
+ },
161
+ AIN: {
162
+ zone_code: '01',
163
+ },
164
+ CHARENTE: {
165
+ zone_code: '16',
166
+ },
167
+ CHARENTE_MARITIME: {
168
+ zone_code: '17',
169
+ },
170
+ CORSE_DU_SUD: {
171
+ zone_code: '2A',
172
+ },
173
+ HAUTE_CORSE: {
174
+ zone_code: '2B',
175
+ },
176
+ DOUBS: {
177
+ zone_code: '25',
178
+ },
179
+ EURE: {
180
+ zone_code: '27',
181
+ },
182
+ EURE_ET_LOIR: {
183
+ zone_code: '28',
184
+ },
185
+ INDRE: {
186
+ zone_code: '36',
187
+ },
188
+ HAUTE_MARNE: {
189
+ zone_code: '52',
190
+ },
191
+ INDRE_ET_LOIRE: {
192
+ zone_code: '37',
193
+ },
194
+ JURA: {
195
+ zone_code: '39',
196
+ },
197
+ LANDES: {
198
+ zone_code: '40',
199
+ },
200
+ LOIR_ET_CHER: {
201
+ zone_code: '41',
202
+ },
203
+ LOT: {
204
+ zone_code: '46',
205
+ },
206
+ LOT_ET_GARONNE: {
207
+ zone_code: '47',
208
+ },
209
+ LOZERE: {
210
+ zone_code: '48',
211
+ },
212
+ MEUSE: {
213
+ zone_code: '55',
214
+ },
215
+ MOSELLE: {
216
+ zone_code: '57',
217
+ },
218
+ NIEVRE: {
219
+ zone_code: '58',
220
+ },
221
+ PYRENEES_ORIENTALES: {
222
+ zone_code: '66',
223
+ },
224
+ TARN_ET_GARONNE: {
225
+ zone_code: '82',
226
+ },
227
+ VENDEE: {
228
+ zone_code: '85',
229
+ },
230
+ VOSGES: {
231
+ zone_code: '88',
232
+ },
233
+ ALLIER: {
234
+ zone_code: '03',
235
+ },
236
+ HAUTES_PYRENEES: {
237
+ zone_code: '65',
238
+ },
239
+ SEVRES: {
240
+ zone_code: '79',
241
+ },
242
+ YONNE: {
243
+ zone_code: '89',
244
+ },
245
+ ARDECHE: {
246
+ zone_code: '07',
247
+ },
248
+ ARDENNES: {
249
+ zone_code: '08',
250
+ },
251
+ AUDE: {
252
+ zone_code: '11',
253
+ },
254
+ AVEYRON: {
255
+ zone_code: '12',
256
+ },
257
+ CHER: {
258
+ zone_code: '18',
259
+ },
260
+ CORREZE: {
261
+ zone_code: '19',
262
+ },
263
+ COTES_D_ARMOR: {
264
+ zone_code: '22',
265
+ },
266
+ DORDOGNE: {
267
+ zone_code: '24',
268
+ },
269
+ DROME: {
270
+ zone_code: '26',
271
+ },
272
+ GARD: {
273
+ zone_code: '30',
274
+ },
275
+ GERS: {
276
+ zone_code: '32',
277
+ },
278
+ HAUTE_LOIRE: {
279
+ zone_code: '43',
280
+ },
281
+ MAINE_ET_LOIRE: {
282
+ zone_code: '49',
283
+ },
284
+ MARNE: {
285
+ zone_code: '51',
286
+ },
287
+ MAYENNE: {
288
+ zone_code: '53',
289
+ },
290
+ ORNE: {
291
+ zone_code: '61',
292
+ },
293
+ PUY_DE_DOME: {
294
+ zone_code: '63',
295
+ },
296
+ HAUT_RHIN: {
297
+ zone_code: '68',
298
+ },
299
+ HAUTE_SOANE: {
300
+ zone_code: '70',
301
+ },
302
+ SAONE_ET_LOIRE: {
303
+ zone_code: '71',
304
+ },
305
+ SARTHE: {
306
+ zone_code: '72',
307
+ },
308
+ SAINT_PIERRE_ET_MIQUELON: {
309
+ zone_code: '975',
310
+ },
311
+ SAINT_BARTHELEMY: {
312
+ zone_code: '977',
313
+ },
314
+ SAINT_MARTIN: {
315
+ zone_code: '978',
316
+ },
317
+ WALLIS_ET_FUTUNA: {
318
+ zone_code: '986',
319
+ },
320
+ POLYNESIE_FRANCAISE: {
321
+ zone_code: '987',
322
+ },
323
+ NOUVELLE_CALEDONIE: {
324
+ zone_code: '988',
325
+ },
326
+ };
327
+ exports.ZoneCodeList = [
328
+ {
329
+ id: exports.ZoneCode.PARIS.zone_code,
330
+ label: 'Paris',
331
+ },
332
+ {
333
+ id: exports.ZoneCode.AISNE.zone_code,
334
+ label: 'Aisne',
335
+ },
336
+ {
337
+ id: exports.ZoneCode.NORD.zone_code,
338
+ label: 'Nord',
339
+ },
340
+ {
341
+ id: exports.ZoneCode.HAUTS_DE_SEINE.zone_code,
342
+ label: 'Hauts-de-Seine',
343
+ },
344
+ {
345
+ id: exports.ZoneCode.GIRONDE.zone_code,
346
+ label: 'Gironde',
347
+ },
348
+ {
349
+ id: exports.ZoneCode.RHONE.zone_code,
350
+ label: 'Rhône',
351
+ },
352
+ {
353
+ id: exports.ZoneCode.ALPES_MARITIMES.zone_code,
354
+ label: 'Alpes-Maritimes',
355
+ },
356
+ {
357
+ id: exports.ZoneCode.HAUTE_GARONNE.zone_code,
358
+ label: 'Haute-Garonne',
359
+ },
360
+ {
361
+ id: exports.ZoneCode.BOUCHES_DU_RHONE.zone_code,
362
+ label: 'Bouches-du-Rhône',
363
+ },
364
+ {
365
+ id: exports.ZoneCode.OISE.zone_code,
366
+ label: 'Oise',
367
+ },
368
+ {
369
+ id: exports.ZoneCode.CALVADOS.zone_code,
370
+ label: 'Calvados',
371
+ },
372
+ {
373
+ id: exports.ZoneCode.VAR.zone_code,
374
+ label: 'Var',
375
+ },
376
+ {
377
+ id: exports.ZoneCode.SAVOIE.zone_code,
378
+ label: 'Savoie',
379
+ },
380
+ {
381
+ id: exports.ZoneCode.LOIRE_ATLANTIQUE.zone_code,
382
+ label: 'Loire-Atlantique',
383
+ },
384
+ {
385
+ id: exports.ZoneCode.FINISTERE.zone_code,
386
+ label: 'Finistère',
387
+ },
388
+ {
389
+ id: exports.ZoneCode.PYRENEES_ATLANTIQUES.zone_code,
390
+ label: 'Pyrénées-Atlantiques',
391
+ },
392
+ {
393
+ id: exports.ZoneCode.ISERE.zone_code,
394
+ label: 'Isère',
395
+ },
396
+ {
397
+ id: exports.ZoneCode.VAL_DE_MARNE.zone_code,
398
+ label: 'Val-de-Marne',
399
+ },
400
+ {
401
+ id: exports.ZoneCode.SEINE_ET_MARNE.zone_code,
402
+ label: 'Seine-et-Marne',
403
+ },
404
+ {
405
+ id: exports.ZoneCode.LOIRE.zone_code,
406
+ label: 'Loire',
407
+ },
408
+ {
409
+ id: exports.ZoneCode.HAUTE_SAVOIE.zone_code,
410
+ label: 'Haute-Savoie',
411
+ },
412
+ {
413
+ id: exports.ZoneCode.PAS_DE_CALAIS.zone_code,
414
+ label: 'Pas-de-Calais',
415
+ },
416
+ {
417
+ id: exports.ZoneCode.YVELINES.zone_code,
418
+ label: 'Yvelines',
419
+ },
420
+ {
421
+ id: exports.ZoneCode.SEINE_SAINT_DENIS.zone_code,
422
+ label: 'Seine-Saint-Denis',
423
+ },
424
+ {
425
+ id: exports.ZoneCode.MORBIHAN.zone_code,
426
+ label: 'Morbihan',
427
+ },
428
+ {
429
+ id: exports.ZoneCode.HERAULT.zone_code,
430
+ label: 'Hérault',
431
+ },
432
+ {
433
+ id: exports.ZoneCode.ILLE_ET_VILAINE.zone_code,
434
+ label: 'Ille-et-Vilaine',
435
+ },
436
+ {
437
+ id: exports.ZoneCode.ALPES_HAUTE_PROVENCE.zone_code,
438
+ label: 'Alpes-Haute-Provence',
439
+ },
440
+ {
441
+ id: exports.ZoneCode.SEINE_MARITIME.zone_code,
442
+ label: 'Seine-Maritime',
443
+ },
444
+ {
445
+ id: exports.ZoneCode.VAUCLUSE.zone_code,
446
+ label: 'Vaucluse',
447
+ },
448
+ {
449
+ id: exports.ZoneCode.LOIRET.zone_code,
450
+ label: 'Loiret',
451
+ },
452
+ {
453
+ id: exports.ZoneCode.MEURTHE_ET_MOSELLE.zone_code,
454
+ label: 'Meurthe-et-Moselle',
455
+ },
456
+ {
457
+ id: exports.ZoneCode.ESSONNE.zone_code,
458
+ label: 'Essonne',
459
+ },
460
+ {
461
+ id: exports.ZoneCode.BAS_RHIN.zone_code,
462
+ label: 'Bas-Rhin',
463
+ },
464
+ {
465
+ id: exports.ZoneCode.HAUTE_VIENNE.zone_code,
466
+ label: 'Haute-Vienne',
467
+ },
468
+ {
469
+ id: exports.ZoneCode.COTE_D_OR.zone_code,
470
+ label: 'Côte-d\'Or',
471
+ },
472
+ {
473
+ id: exports.ZoneCode.VALENCIENNES.zone_code,
474
+ label: 'Valenciennes',
475
+ },
476
+ {
477
+ id: exports.ZoneCode.MARTINIQUE.zone_code,
478
+ label: 'Martinique',
479
+ },
480
+ {
481
+ id: exports.ZoneCode.GUADELOUPE.zone_code,
482
+ label: 'Guadeloupe',
483
+ },
484
+ {
485
+ id: exports.ZoneCode.GUYANE.zone_code,
486
+ label: 'Guyane',
487
+ },
488
+ {
489
+ id: exports.ZoneCode.LA_REUNION.zone_code,
490
+ label: 'La Réunion',
491
+ },
492
+ {
493
+ id: exports.ZoneCode.MAYOTTE.zone_code,
494
+ label: 'Mayotte',
495
+ },
496
+ {
497
+ id: exports.ZoneCode.TERRITOIRE_DE_BELFORT.zone_code,
498
+ label: 'Territoire de Belfort',
499
+ },
500
+ {
501
+ id: exports.ZoneCode.CREUSE.zone_code,
502
+ label: 'Creuse',
503
+ },
504
+ {
505
+ id: exports.ZoneCode.MANCHE.zone_code,
506
+ label: 'Manche',
507
+ },
508
+ {
509
+ id: exports.ZoneCode.ARIEGE.zone_code,
510
+ label: 'Ariège',
511
+ },
512
+ {
513
+ id: exports.ZoneCode.MARTINIQUE.zone_code,
514
+ label: 'Martinique',
515
+ },
516
+ {
517
+ id: exports.ZoneCode.HAUTES_ALPES.zone_code,
518
+ label: 'Hautes-Alpes',
519
+ },
520
+ {
521
+ id: exports.ZoneCode.SOMME.zone_code,
522
+ label: 'Somme',
523
+ },
524
+ {
525
+ id: exports.ZoneCode.AUBE.zone_code,
526
+ label: 'Aube',
527
+ },
528
+ {
529
+ id: exports.ZoneCode.TARN.zone_code,
530
+ label: 'Tarn',
531
+ },
532
+ {
533
+ id: exports.ZoneCode.CANTAL.zone_code,
534
+ label: 'Cantal',
535
+ },
536
+ {
537
+ id: exports.ZoneCode.VIENNE.zone_code,
538
+ label: 'Vienne',
539
+ },
540
+ {
541
+ id: exports.ZoneCode.YONNE.zone_code,
542
+ label: 'Yonne',
543
+ },
544
+ {
545
+ id: exports.ZoneCode.AIN.zone_code,
546
+ label: 'Ain',
547
+ },
548
+ {
549
+ id: exports.ZoneCode.CHARENTE.zone_code,
550
+ label: 'Charente',
551
+ },
552
+ {
553
+ id: exports.ZoneCode.CHARENTE_MARITIME.zone_code,
554
+ label: 'Charente-Maritime',
555
+ },
556
+ {
557
+ id: exports.ZoneCode.CORSE_DU_SUD.zone_code,
558
+ label: 'Corse-du-Sud',
559
+ },
560
+ {
561
+ id: exports.ZoneCode.HAUTE_CORSE.zone_code,
562
+ label: 'Haute-Corse',
563
+ },
564
+ {
565
+ id: exports.ZoneCode.DOUBS.zone_code,
566
+ label: 'Doubs',
567
+ },
568
+ {
569
+ id: exports.ZoneCode.EURE.zone_code,
570
+ label: 'Eure',
571
+ },
572
+ {
573
+ id: exports.ZoneCode.EURE_ET_LOIR.zone_code,
574
+ label: 'Eure-et-Loir',
575
+ },
576
+ {
577
+ id: exports.ZoneCode.INDRE.zone_code,
578
+ label: 'Indre',
579
+ },
580
+ {
581
+ id: exports.ZoneCode.HAUTE_MARNE.zone_code,
582
+ label: 'Haute-Marne',
583
+ },
584
+ {
585
+ id: exports.ZoneCode.INDRE_ET_LOIRE.zone_code,
586
+ label: 'Indre-et-Loire',
587
+ },
588
+ {
589
+ id: exports.ZoneCode.JURA.zone_code,
590
+ label: 'Jura',
591
+ },
592
+ {
593
+ id: exports.ZoneCode.LANDES.zone_code,
594
+ label: 'Landes',
595
+ },
596
+ {
597
+ id: exports.ZoneCode.LOIR_ET_CHER.zone_code,
598
+ label: 'Loir-et-Cher',
599
+ },
600
+ {
601
+ id: exports.ZoneCode.LOT.zone_code,
602
+ label: 'Lot',
603
+ },
604
+ {
605
+ id: exports.ZoneCode.LOT_ET_GARONNE.zone_code,
606
+ label: 'Lot-et-Garonne',
607
+ },
608
+ {
609
+ id: exports.ZoneCode.LOZERE.zone_code,
610
+ label: 'Lozère',
611
+ },
612
+ {
613
+ id: exports.ZoneCode.MEUSE.zone_code,
614
+ label: 'Meuse',
615
+ },
616
+ {
617
+ id: exports.ZoneCode.MOSELLE.zone_code,
618
+ label: 'Moselle',
619
+ },
620
+ {
621
+ id: exports.ZoneCode.NIEVRE.zone_code,
622
+ label: 'Nièvre',
623
+ },
624
+ {
625
+ id: exports.ZoneCode.PYRENEES_ORIENTALES.zone_code,
626
+ label: 'Pyrénées-Orientales',
627
+ },
628
+ {
629
+ id: exports.ZoneCode.TARN_ET_GARONNE.zone_code,
630
+ label: 'Tarn-et-Garonne',
631
+ },
632
+ {
633
+ id: exports.ZoneCode.VENDEE.zone_code,
634
+ label: 'Vendée',
635
+ },
636
+ {
637
+ id: exports.ZoneCode.VOSGES.zone_code,
638
+ label: 'Vosges',
639
+ },
640
+ {
641
+ id: exports.ZoneCode.ALLIER.zone_code,
642
+ label: 'Allier',
643
+ },
644
+ {
645
+ id: exports.ZoneCode.HAUTES_PYRENEES.zone_code,
646
+ label: 'Hautes-Pyrénées',
647
+ },
648
+ {
649
+ id: exports.ZoneCode.SEVRES.zone_code,
650
+ label: 'Deux-Sèvres',
651
+ },
652
+ {
653
+ id: exports.ZoneCode.YONNE.zone_code,
654
+ label: 'Yonne',
655
+ },
656
+ {
657
+ id: exports.ZoneCode.ARDECHE.zone_code,
658
+ label: 'Ardèche',
659
+ },
660
+ {
661
+ id: exports.ZoneCode.ARDENNES.zone_code,
662
+ label: 'Ardennes',
663
+ },
664
+ {
665
+ id: exports.ZoneCode.AUDE.zone_code,
666
+ label: 'Aude',
667
+ },
668
+ {
669
+ id: exports.ZoneCode.AVEYRON.zone_code,
670
+ label: 'Aveyron',
671
+ },
672
+ {
673
+ id: exports.ZoneCode.CHER.zone_code,
674
+ label: 'Cher',
675
+ },
676
+ {
677
+ id: exports.ZoneCode.CORREZE.zone_code,
678
+ label: 'Corrèze',
679
+ },
680
+ {
681
+ id: exports.ZoneCode.COTES_D_ARMOR.zone_code,
682
+ label: 'Côtes-d\'Armor',
683
+ },
684
+ {
685
+ id: exports.ZoneCode.DORDOGNE.zone_code,
686
+ label: 'Dordogne',
687
+ },
688
+ {
689
+ id: exports.ZoneCode.DROME.zone_code,
690
+ label: 'Drôme',
691
+ },
692
+ {
693
+ id: exports.ZoneCode.GARD.zone_code,
694
+ label: 'Gard',
695
+ },
696
+ {
697
+ id: exports.ZoneCode.GERS.zone_code,
698
+ label: 'Gers',
699
+ },
700
+ {
701
+ id: exports.ZoneCode.HAUTE_LOIRE.zone_code,
702
+ label: 'Haute-Loire',
703
+ },
704
+ {
705
+ id: exports.ZoneCode.MAINE_ET_LOIRE.zone_code,
706
+ label: 'Maine-et-Loire',
707
+ },
708
+ {
709
+ id: exports.ZoneCode.MARNE.zone_code,
710
+ label: 'Marne',
711
+ },
712
+ {
713
+ id: exports.ZoneCode.MAYENNE.zone_code,
714
+ label: 'Mayenne',
715
+ },
716
+ {
717
+ id: exports.ZoneCode.ORNE.zone_code,
718
+ label: 'Orne',
719
+ },
720
+ {
721
+ id: exports.ZoneCode.PUY_DE_DOME.zone_code,
722
+ label: 'Puy-de-Dôme',
723
+ },
724
+ {
725
+ id: exports.ZoneCode.HAUT_RHIN.zone_code,
726
+ label: 'Haut-Rhin',
727
+ },
728
+ {
729
+ id: exports.ZoneCode.HAUTE_SOANE.zone_code,
730
+ label: 'Haute-Saône',
731
+ },
732
+ {
733
+ id: exports.ZoneCode.SAONE_ET_LOIRE.zone_code,
734
+ label: 'Saône-et-Loire',
735
+ },
736
+ {
737
+ id: exports.ZoneCode.SARTHE.zone_code,
738
+ label: 'Sarthe',
739
+ },
740
+ {
741
+ id: exports.ZoneCode.SAINT_PIERRE_ET_MIQUELON.zone_code,
742
+ label: 'Saint-Pierre-et-Miquelon',
743
+ },
744
+ {
745
+ id: exports.ZoneCode.SAINT_BARTHELEMY.zone_code,
746
+ label: 'Saint-Barthélemy',
747
+ },
748
+ {
749
+ id: exports.ZoneCode.SAINT_MARTIN.zone_code,
750
+ label: 'Saint-Martin',
751
+ },
752
+ {
753
+ id: exports.ZoneCode.WALLIS_ET_FUTUNA.zone_code,
754
+ label: 'Wallis-et-Futuna',
755
+ },
756
+ {
757
+ id: exports.ZoneCode.POLYNESIE_FRANCAISE.zone_code,
758
+ label: 'Polynésie française',
759
+ },
760
+ {
761
+ id: exports.ZoneCode.NOUVELLE_CALEDONIE.zone_code,
762
+ label: 'Nouvelle-Calédonie',
763
+ },
764
+ ];
765
+ //# sourceMappingURL=ZoneCode.js.map