@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.
- package/dist/cjs/api/resources/Echo.d.ts +8 -0
- package/dist/cjs/api/resources/Echo.d.ts.map +1 -0
- package/dist/cjs/api/resources/Echo.js +17 -0
- package/dist/cjs/api/resources/Echo.js.map +1 -0
- package/dist/cjs/api/resources/LegalNotice.d.ts +4 -2
- package/dist/cjs/api/resources/LegalNotice.d.ts.map +1 -1
- package/dist/cjs/api/resources/LegalNotice.js +6 -0
- package/dist/cjs/api/resources/LegalNotice.js.map +1 -1
- package/dist/cjs/api/resources/Synchronisation.d.ts +6 -0
- package/dist/cjs/api/resources/Synchronisation.d.ts.map +1 -0
- package/dist/cjs/api/resources/Synchronisation.js +11 -0
- package/dist/cjs/api/resources/Synchronisation.js.map +1 -0
- package/dist/cjs/api/resources/UpToDate.d.ts +6 -0
- package/dist/cjs/api/resources/UpToDate.d.ts.map +1 -0
- package/dist/cjs/api/resources/UpToDate.js +11 -0
- package/dist/cjs/api/resources/UpToDate.js.map +1 -0
- package/dist/cjs/api/resources.d.ts +6 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +6 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/ZoneCode.d.ts +653 -0
- package/dist/cjs/types/Enum/ZoneCode.d.ts.map +1 -0
- package/dist/cjs/types/Enum/ZoneCode.js +765 -0
- package/dist/cjs/types/Enum/ZoneCode.js.map +1 -0
- package/dist/cjs/types/Interface/api/cerfa/Utils.d.ts +5 -5
- package/dist/cjs/types/Interface/api/cerfa/Utils.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/Utils.js.map +1 -1
- package/dist/cjs/types/Interface/api/echo/CreateOrder.d.ts +22 -0
- package/dist/cjs/types/Interface/api/echo/CreateOrder.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/echo/CreateOrder.js +93 -0
- package/dist/cjs/types/Interface/api/echo/CreateOrder.js.map +1 -0
- package/dist/cjs/types/Interface/api/echo/Mission.d.ts +5 -0
- package/dist/cjs/types/Interface/api/echo/Mission.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/echo/Mission.js +3 -0
- package/dist/cjs/types/Interface/api/echo/Mission.js.map +1 -0
- package/dist/cjs/types/Interface/api/echo/NewsPaper.d.ts +18 -0
- package/dist/cjs/types/Interface/api/echo/NewsPaper.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/echo/NewsPaper.js +3 -0
- package/dist/cjs/types/Interface/api/echo/NewsPaper.js.map +1 -0
- package/dist/cjs/types/Interface/api/echo/Order.d.ts +9 -0
- package/dist/cjs/types/Interface/api/echo/Order.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/echo/Order.js +3 -0
- package/dist/cjs/types/Interface/api/echo/Order.js.map +1 -0
- package/dist/cjs/types/Interface/api/synchronisation/Query.d.ts +12 -0
- package/dist/cjs/types/Interface/api/synchronisation/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/synchronisation/Query.js +70 -0
- package/dist/cjs/types/Interface/api/synchronisation/Query.js.map +1 -0
- package/dist/cjs/types/Interface/models/IBankAccount.d.ts +2 -0
- package/dist/cjs/types/Interface/models/IBankAccount.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IBankAccount.js.map +1 -1
- package/dist/cjs/types/Interface/models/ILegalNotice.d.ts +3 -0
- package/dist/cjs/types/Interface/models/ILegalNotice.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ILegalNotice.js.map +1 -1
- package/dist/cjs/types/Interface/models/IUpToDateBankAccount.d.ts +34 -0
- package/dist/cjs/types/Interface/models/IUpToDateBankAccount.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IUpToDateBankAccount.js +3 -0
- package/dist/cjs/types/Interface/models/IUpToDateBankAccount.js.map +1 -0
- package/dist/cjs/types/index.d.ts +7 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +7 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/Echo.d.ts +8 -0
- package/dist/mjs/api/resources/Echo.d.ts.map +1 -0
- package/dist/mjs/api/resources/Echo.js +13 -0
- package/dist/mjs/api/resources/Echo.js.map +1 -0
- package/dist/mjs/api/resources/LegalNotice.d.ts +4 -2
- package/dist/mjs/api/resources/LegalNotice.d.ts.map +1 -1
- package/dist/mjs/api/resources/LegalNotice.js +6 -0
- package/dist/mjs/api/resources/LegalNotice.js.map +1 -1
- package/dist/mjs/api/resources/Synchronisation.d.ts +6 -0
- package/dist/mjs/api/resources/Synchronisation.d.ts.map +1 -0
- package/dist/mjs/api/resources/Synchronisation.js +10 -0
- package/dist/mjs/api/resources/Synchronisation.js.map +1 -0
- package/dist/mjs/api/resources/UpToDate.d.ts +6 -0
- package/dist/mjs/api/resources/UpToDate.d.ts.map +1 -0
- package/dist/mjs/api/resources/UpToDate.js +7 -0
- package/dist/mjs/api/resources/UpToDate.js.map +1 -0
- package/dist/mjs/api/resources.d.ts +6 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +6 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/ZoneCode.d.ts +653 -0
- package/dist/mjs/types/Enum/ZoneCode.d.ts.map +1 -0
- package/dist/mjs/types/Enum/ZoneCode.js +762 -0
- package/dist/mjs/types/Enum/ZoneCode.js.map +1 -0
- package/dist/mjs/types/Interface/api/cerfa/Utils.d.ts +5 -5
- package/dist/mjs/types/Interface/api/cerfa/Utils.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/Utils.js.map +1 -1
- package/dist/mjs/types/Interface/api/echo/CreateOrder.d.ts +22 -0
- package/dist/mjs/types/Interface/api/echo/CreateOrder.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/echo/CreateOrder.js +101 -0
- package/dist/mjs/types/Interface/api/echo/CreateOrder.js.map +1 -0
- package/dist/mjs/types/Interface/api/echo/Mission.d.ts +5 -0
- package/dist/mjs/types/Interface/api/echo/Mission.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/echo/Mission.js +2 -0
- package/dist/mjs/types/Interface/api/echo/Mission.js.map +1 -0
- package/dist/mjs/types/Interface/api/echo/NewsPaper.d.ts +18 -0
- package/dist/mjs/types/Interface/api/echo/NewsPaper.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/echo/NewsPaper.js +2 -0
- package/dist/mjs/types/Interface/api/echo/NewsPaper.js.map +1 -0
- package/dist/mjs/types/Interface/api/echo/Order.d.ts +9 -0
- package/dist/mjs/types/Interface/api/echo/Order.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/echo/Order.js +2 -0
- package/dist/mjs/types/Interface/api/echo/Order.js.map +1 -0
- package/dist/mjs/types/Interface/api/synchronisation/Query.d.ts +12 -0
- package/dist/mjs/types/Interface/api/synchronisation/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/synchronisation/Query.js +75 -0
- package/dist/mjs/types/Interface/api/synchronisation/Query.js.map +1 -0
- package/dist/mjs/types/Interface/models/IBankAccount.d.ts +2 -0
- package/dist/mjs/types/Interface/models/IBankAccount.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IBankAccount.js.map +1 -1
- package/dist/mjs/types/Interface/models/ILegalNotice.d.ts +3 -0
- package/dist/mjs/types/Interface/models/ILegalNotice.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ILegalNotice.js.map +1 -1
- package/dist/mjs/types/Interface/models/IUpToDateBankAccount.d.ts +34 -0
- package/dist/mjs/types/Interface/models/IUpToDateBankAccount.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IUpToDateBankAccount.js +2 -0
- package/dist/mjs/types/Interface/models/IUpToDateBankAccount.js.map +1 -0
- package/dist/mjs/types/index.d.ts +7 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +7 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Echo.ts +16 -0
- package/ts/api/resources/LegalNotice.ts +10 -2
- package/ts/api/resources/Synchronisation.ts +11 -0
- package/ts/api/resources/UpToDate.ts +8 -0
- package/ts/api/resources.ts +6 -0
- package/ts/types/Enum/ZoneCode.ts +764 -0
- package/ts/types/Interface/api/cerfa/Utils.ts +5 -5
- package/ts/types/Interface/api/echo/CreateOrder.ts +64 -0
- package/ts/types/Interface/api/echo/Mission.ts +4 -0
- package/ts/types/Interface/api/echo/NewsPaper.ts +18 -0
- package/ts/types/Interface/api/echo/Order.ts +8 -0
- package/ts/types/Interface/api/synchronisation/Query.ts +47 -0
- package/ts/types/Interface/models/IBankAccount.ts +2 -0
- package/ts/types/Interface/models/ILegalNotice.ts +3 -0
- package/ts/types/Interface/models/IUpToDateBankAccount.ts +37 -0
- package/ts/types/index.ts +7 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ZoneCode.js","sourceRoot":"","sources":["../../../../ts/types/Enum/ZoneCode.ts"],"names":[],"mappings":"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","sourcesContent":["export type DepartmentCode = typeof ZoneCode[keyof typeof ZoneCode]['zone_code'];\n\nexport const ZoneCode = {\n PARIS: {\n zone_code: '75',\n },\n AISNE: {\n zone_code: '02',\n },\n NORD: {\n zone_code: '59',\n },\n HAUTS_DE_SEINE: {\n zone_code: '92',\n },\n GIRONDE: {\n zone_code: '33',\n },\n RHONE: {\n zone_code: '69',\n },\n ALPES_MARITIMES: {\n zone_code: '06',\n },\n HAUTE_GARONNE: {\n zone_code: '31',\n },\n BOUCHES_DU_RHONE: {\n zone_code: '13',\n },\n OISE: {\n zone_code: '60',\n },\n CALVADOS: {\n zone_code: '14',\n },\n VAR: {\n zone_code: '83',\n },\n SAVOIE: {\n zone_code: '73',\n },\n LOIRE_ATLANTIQUE: {\n zone_code: '44',\n },\n FINISTERE: {\n zone_code: '29',\n },\n PYRENEES_ATLANTIQUES: {\n zone_code: '64',\n },\n ISERE: {\n zone_code: '38',\n },\n VAL_DE_MARNE: {\n zone_code: '94',\n },\n SEINE_ET_MARNE: {\n zone_code: '77',\n },\n LOIRE: {\n zone_code: '42',\n },\n HAUTE_SAVOIE: {\n zone_code: '74',\n },\n PAS_DE_CALAIS: {\n zone_code: '62',\n },\n YVELINES: {\n zone_code: '78',\n },\n SEINE_SAINT_DENIS: {\n zone_code: '93',\n },\n MORBIHAN: {\n zone_code: '56',\n },\n HERAULT: {\n zone_code: '34',\n },\n ILLE_ET_VILAINE: {\n zone_code: '35',\n },\n ALPES_HAUTE_PROVENCE: {\n zone_code: '04',\n },\n SEINE_MARITIME: {\n zone_code: '76',\n },\n VAUCLUSE: {\n zone_code: '84',\n },\n LOIRET: {\n zone_code: '45',\n },\n MEURTHE_ET_MOSELLE: {\n zone_code: '54',\n },\n ESSONNE: {\n zone_code: '91',\n },\n BAS_RHIN: {\n zone_code: '67',\n },\n HAUTE_VIENNE: {\n zone_code: '87',\n },\n COTE_D_OR: {\n zone_code: '21',\n },\n VALENCIENNES: {\n zone_code: '59',\n },\n GUADELOUPE: {\n zone_code: '971',\n },\n GUYANE: {\n zone_code: '973',\n },\n LA_REUNION: {\n zone_code: '974',\n },\n MAYOTTE: {\n zone_code: '976',\n },\n TERRITOIRE_DE_BELFORT: {\n zone_code: '90',\n },\n CREUSE: {\n zone_code: '23',\n },\n MANCHE: {\n zone_code: '50',\n },\n ARIEGE: {\n zone_code: '09',\n },\n MARTINIQUE: {\n zone_code: '972',\n },\n HAUTES_ALPES: {\n zone_code: '05',\n },\n SOMME: {\n zone_code: '80',\n },\n AUBE: {\n zone_code: '10',\n },\n TARN: {\n zone_code: '81',\n },\n CANTAL: {\n zone_code: '15',\n },\n VIENNE: {\n zone_code: '86',\n },\n AIN: {\n zone_code: '01',\n },\n CHARENTE: {\n zone_code: '16',\n },\n CHARENTE_MARITIME: {\n zone_code: '17',\n },\n CORSE_DU_SUD: {\n zone_code: '2A',\n },\n HAUTE_CORSE: {\n zone_code: '2B',\n },\n DOUBS: {\n zone_code: '25',\n },\n EURE: {\n zone_code: '27',\n },\n EURE_ET_LOIR: {\n zone_code: '28',\n },\n INDRE: {\n zone_code: '36',\n },\n HAUTE_MARNE: {\n zone_code: '52',\n },\n INDRE_ET_LOIRE: {\n zone_code: '37',\n },\n JURA: {\n zone_code: '39',\n },\n LANDES: {\n zone_code: '40',\n },\n LOIR_ET_CHER: {\n zone_code: '41',\n },\n LOT: {\n zone_code: '46',\n },\n LOT_ET_GARONNE: {\n zone_code: '47',\n },\n LOZERE: {\n zone_code: '48',\n },\n MEUSE: {\n zone_code: '55',\n },\n MOSELLE: {\n zone_code: '57',\n },\n NIEVRE: {\n zone_code: '58',\n },\n PYRENEES_ORIENTALES: {\n zone_code: '66',\n },\n TARN_ET_GARONNE: {\n zone_code: '82',\n },\n VENDEE: {\n zone_code: '85',\n },\n VOSGES: {\n zone_code: '88',\n },\n ALLIER: {\n zone_code: '03',\n },\n HAUTES_PYRENEES: {\n zone_code: '65',\n },\n SEVRES: {\n zone_code: '79',\n },\n YONNE: {\n zone_code: '89',\n },\n ARDECHE: {\n zone_code: '07',\n },\n ARDENNES: {\n zone_code: '08',\n },\n AUDE: {\n zone_code: '11',\n },\n AVEYRON: {\n zone_code: '12',\n },\n CHER: {\n zone_code: '18',\n },\n CORREZE: {\n zone_code: '19',\n },\n COTES_D_ARMOR: {\n zone_code: '22',\n },\n DORDOGNE: {\n zone_code: '24',\n },\n DROME: {\n zone_code: '26',\n },\n GARD: {\n zone_code: '30',\n },\n GERS: {\n zone_code: '32',\n },\n HAUTE_LOIRE: {\n zone_code: '43',\n },\n MAINE_ET_LOIRE: {\n zone_code: '49',\n },\n MARNE: {\n zone_code: '51',\n },\n MAYENNE: {\n zone_code: '53',\n },\n ORNE: {\n zone_code: '61',\n },\n PUY_DE_DOME: {\n zone_code: '63',\n },\n HAUT_RHIN: {\n zone_code: '68',\n },\n HAUTE_SOANE: {\n zone_code: '70',\n },\n SAONE_ET_LOIRE: {\n zone_code: '71',\n },\n SARTHE: {\n zone_code: '72',\n },\n SAINT_PIERRE_ET_MIQUELON: {\n zone_code: '975',\n },\n SAINT_BARTHELEMY: {\n zone_code: '977',\n },\n SAINT_MARTIN: {\n zone_code: '978',\n },\n WALLIS_ET_FUTUNA: {\n zone_code: '986',\n },\n POLYNESIE_FRANCAISE: {\n zone_code: '987',\n },\n NOUVELLE_CALEDONIE: {\n zone_code: '988',\n },\n} as const;\n\nexport const ZoneCodeList = [\n {\n id: ZoneCode.PARIS.zone_code,\n label: 'Paris',\n },\n {\n id: ZoneCode.AISNE.zone_code,\n label: 'Aisne',\n },\n {\n id: ZoneCode.NORD.zone_code,\n label: 'Nord',\n },\n {\n id: ZoneCode.HAUTS_DE_SEINE.zone_code,\n label: 'Hauts-de-Seine',\n },\n {\n id: ZoneCode.GIRONDE.zone_code,\n label: 'Gironde',\n },\n {\n id: ZoneCode.RHONE.zone_code,\n label: 'Rhône',\n },\n {\n id: ZoneCode.ALPES_MARITIMES.zone_code,\n label: 'Alpes-Maritimes',\n },\n {\n id: ZoneCode.HAUTE_GARONNE.zone_code,\n label: 'Haute-Garonne',\n },\n {\n id: ZoneCode.BOUCHES_DU_RHONE.zone_code,\n label: 'Bouches-du-Rhône',\n },\n {\n id: ZoneCode.OISE.zone_code,\n label: 'Oise',\n },\n {\n id: ZoneCode.CALVADOS.zone_code,\n label: 'Calvados',\n },\n {\n id: ZoneCode.VAR.zone_code,\n label: 'Var',\n },\n {\n id: ZoneCode.SAVOIE.zone_code,\n label: 'Savoie',\n },\n {\n id: ZoneCode.LOIRE_ATLANTIQUE.zone_code,\n label: 'Loire-Atlantique',\n },\n {\n id: ZoneCode.FINISTERE.zone_code,\n label: 'Finistère',\n },\n {\n id: ZoneCode.PYRENEES_ATLANTIQUES.zone_code,\n label: 'Pyrénées-Atlantiques',\n },\n {\n id: ZoneCode.ISERE.zone_code,\n label: 'Isère',\n },\n {\n id: ZoneCode.VAL_DE_MARNE.zone_code,\n label: 'Val-de-Marne',\n },\n {\n id: ZoneCode.SEINE_ET_MARNE.zone_code,\n label: 'Seine-et-Marne',\n },\n {\n id: ZoneCode.LOIRE.zone_code,\n label: 'Loire',\n },\n {\n id: ZoneCode.HAUTE_SAVOIE.zone_code,\n label: 'Haute-Savoie',\n },\n {\n id: ZoneCode.PAS_DE_CALAIS.zone_code,\n label: 'Pas-de-Calais',\n },\n {\n id: ZoneCode.YVELINES.zone_code,\n label: 'Yvelines',\n },\n {\n id: ZoneCode.SEINE_SAINT_DENIS.zone_code,\n label: 'Seine-Saint-Denis',\n },\n {\n id: ZoneCode.MORBIHAN.zone_code,\n label: 'Morbihan',\n },\n {\n id: ZoneCode.HERAULT.zone_code,\n label: 'Hérault',\n },\n {\n id: ZoneCode.ILLE_ET_VILAINE.zone_code,\n label: 'Ille-et-Vilaine',\n },\n {\n id: ZoneCode.ALPES_HAUTE_PROVENCE.zone_code,\n label: 'Alpes-Haute-Provence',\n },\n {\n id: ZoneCode.SEINE_MARITIME.zone_code,\n label: 'Seine-Maritime',\n },\n {\n id: ZoneCode.VAUCLUSE.zone_code,\n label: 'Vaucluse',\n },\n {\n id: ZoneCode.LOIRET.zone_code,\n label: 'Loiret',\n },\n {\n id: ZoneCode.MEURTHE_ET_MOSELLE.zone_code,\n label: 'Meurthe-et-Moselle',\n },\n {\n id: ZoneCode.ESSONNE.zone_code,\n label: 'Essonne',\n },\n {\n id: ZoneCode.BAS_RHIN.zone_code,\n label: 'Bas-Rhin',\n },\n {\n id: ZoneCode.HAUTE_VIENNE.zone_code,\n label: 'Haute-Vienne',\n },\n {\n id: ZoneCode.COTE_D_OR.zone_code,\n label: 'Côte-d\\'Or',\n },\n {\n id: ZoneCode.VALENCIENNES.zone_code,\n label: 'Valenciennes',\n },\n {\n id: ZoneCode.MARTINIQUE.zone_code,\n label: 'Martinique',\n },\n {\n id: ZoneCode.GUADELOUPE.zone_code,\n label: 'Guadeloupe',\n },\n {\n id: ZoneCode.GUYANE.zone_code,\n label: 'Guyane',\n },\n {\n id: ZoneCode.LA_REUNION.zone_code,\n label: 'La Réunion',\n },\n {\n id: ZoneCode.MAYOTTE.zone_code,\n label: 'Mayotte',\n },\n {\n id: ZoneCode.TERRITOIRE_DE_BELFORT.zone_code,\n label: 'Territoire de Belfort',\n },\n {\n id: ZoneCode.CREUSE.zone_code,\n label: 'Creuse',\n },\n {\n id: ZoneCode.MANCHE.zone_code,\n label: 'Manche',\n },\n {\n id: ZoneCode.ARIEGE.zone_code,\n label: 'Ariège',\n },\n {\n id: ZoneCode.MARTINIQUE.zone_code,\n label: 'Martinique',\n },\n {\n id: ZoneCode.HAUTES_ALPES.zone_code,\n label: 'Hautes-Alpes',\n },\n {\n id: ZoneCode.SOMME.zone_code,\n label: 'Somme',\n },\n {\n id: ZoneCode.AUBE.zone_code,\n label: 'Aube',\n },\n {\n id: ZoneCode.TARN.zone_code,\n label: 'Tarn',\n },\n {\n id: ZoneCode.CANTAL.zone_code,\n label: 'Cantal',\n },\n {\n id: ZoneCode.VIENNE.zone_code,\n label: 'Vienne',\n },\n {\n id: ZoneCode.YONNE.zone_code,\n label: 'Yonne',\n },\n {\n id: ZoneCode.AIN.zone_code,\n label: 'Ain',\n },\n {\n id: ZoneCode.CHARENTE.zone_code,\n label: 'Charente',\n },\n {\n id: ZoneCode.CHARENTE_MARITIME.zone_code,\n label: 'Charente-Maritime',\n },\n {\n id: ZoneCode.CORSE_DU_SUD.zone_code,\n label: 'Corse-du-Sud',\n },\n {\n id: ZoneCode.HAUTE_CORSE.zone_code,\n label: 'Haute-Corse',\n },\n {\n id: ZoneCode.DOUBS.zone_code,\n label: 'Doubs',\n },\n {\n id: ZoneCode.EURE.zone_code,\n label: 'Eure',\n },\n {\n id: ZoneCode.EURE_ET_LOIR.zone_code,\n label: 'Eure-et-Loir',\n },\n {\n id: ZoneCode.INDRE.zone_code,\n label: 'Indre',\n },\n {\n id: ZoneCode.HAUTE_MARNE.zone_code,\n label: 'Haute-Marne',\n },\n {\n id: ZoneCode.INDRE_ET_LOIRE.zone_code,\n label: 'Indre-et-Loire',\n },\n {\n id: ZoneCode.JURA.zone_code,\n label: 'Jura',\n },\n {\n id: ZoneCode.LANDES.zone_code,\n label: 'Landes',\n },\n {\n id: ZoneCode.LOIR_ET_CHER.zone_code,\n label: 'Loir-et-Cher',\n },\n {\n id: ZoneCode.LOT.zone_code,\n label: 'Lot',\n },\n {\n id: ZoneCode.LOT_ET_GARONNE.zone_code,\n label: 'Lot-et-Garonne',\n },\n {\n id: ZoneCode.LOZERE.zone_code,\n label: 'Lozère',\n },\n {\n id: ZoneCode.MEUSE.zone_code,\n label: 'Meuse',\n },\n {\n id: ZoneCode.MOSELLE.zone_code,\n label: 'Moselle',\n },\n {\n id: ZoneCode.NIEVRE.zone_code,\n label: 'Nièvre',\n },\n {\n id: ZoneCode.PYRENEES_ORIENTALES.zone_code,\n label: 'Pyrénées-Orientales',\n },\n {\n id: ZoneCode.TARN_ET_GARONNE.zone_code,\n label: 'Tarn-et-Garonne',\n },\n {\n id: ZoneCode.VENDEE.zone_code,\n label: 'Vendée',\n },\n {\n id: ZoneCode.VOSGES.zone_code,\n label: 'Vosges',\n },\n {\n id: ZoneCode.ALLIER.zone_code,\n label: 'Allier',\n },\n {\n id: ZoneCode.HAUTES_PYRENEES.zone_code,\n label: 'Hautes-Pyrénées',\n },\n {\n id: ZoneCode.SEVRES.zone_code,\n label: 'Deux-Sèvres',\n },\n {\n id: ZoneCode.YONNE.zone_code,\n label: 'Yonne',\n },\n {\n id: ZoneCode.ARDECHE.zone_code,\n label: 'Ardèche',\n },\n {\n id: ZoneCode.ARDENNES.zone_code,\n label: 'Ardennes',\n },\n {\n id: ZoneCode.AUDE.zone_code,\n label: 'Aude',\n },\n {\n id: ZoneCode.AVEYRON.zone_code,\n label: 'Aveyron',\n },\n {\n id: ZoneCode.CHER.zone_code,\n label: 'Cher',\n },\n {\n id: ZoneCode.CORREZE.zone_code,\n label: 'Corrèze',\n },\n {\n id: ZoneCode.COTES_D_ARMOR.zone_code,\n label: 'Côtes-d\\'Armor',\n },\n {\n id: ZoneCode.DORDOGNE.zone_code,\n label: 'Dordogne',\n },\n {\n id: ZoneCode.DROME.zone_code,\n label: 'Drôme',\n },\n {\n id: ZoneCode.GARD.zone_code,\n label: 'Gard',\n },\n {\n id: ZoneCode.GERS.zone_code,\n label: 'Gers',\n },\n {\n id: ZoneCode.HAUTE_LOIRE.zone_code,\n label: 'Haute-Loire',\n },\n {\n id: ZoneCode.MAINE_ET_LOIRE.zone_code,\n label: 'Maine-et-Loire',\n },\n {\n id: ZoneCode.MARNE.zone_code,\n label: 'Marne',\n },\n {\n id: ZoneCode.MAYENNE.zone_code,\n label: 'Mayenne',\n },\n {\n id: ZoneCode.ORNE.zone_code,\n label: 'Orne',\n },\n {\n id: ZoneCode.PUY_DE_DOME.zone_code,\n label: 'Puy-de-Dôme',\n },\n {\n id: ZoneCode.HAUT_RHIN.zone_code,\n label: 'Haut-Rhin',\n },\n {\n id: ZoneCode.HAUTE_SOANE.zone_code,\n label: 'Haute-Saône',\n },\n {\n id: ZoneCode.SAONE_ET_LOIRE.zone_code,\n label: 'Saône-et-Loire',\n },\n {\n id: ZoneCode.SARTHE.zone_code,\n label: 'Sarthe',\n },\n {\n id: ZoneCode.SAINT_PIERRE_ET_MIQUELON.zone_code,\n label: 'Saint-Pierre-et-Miquelon',\n },\n {\n id: ZoneCode.SAINT_BARTHELEMY.zone_code,\n label: 'Saint-Barthélemy',\n },\n {\n id: ZoneCode.SAINT_MARTIN.zone_code,\n label: 'Saint-Martin',\n },\n {\n id: ZoneCode.WALLIS_ET_FUTUNA.zone_code,\n label: 'Wallis-et-Futuna',\n },\n {\n id: ZoneCode.POLYNESIE_FRANCAISE.zone_code,\n label: 'Polynésie française',\n },\n {\n id: ZoneCode.NOUVELLE_CALEDONIE.zone_code,\n label: 'Nouvelle-Calédonie',\n },\n] as const;"]}
|
|
@@ -41,11 +41,11 @@ export interface CerfaPartners {
|
|
|
41
41
|
naturalPersons: PartnersNaturalPerson[];
|
|
42
42
|
}
|
|
43
43
|
export interface CerfaAddressFromQuestion {
|
|
44
|
-
city: string;
|
|
45
|
-
idCountry: number;
|
|
46
|
-
number: string;
|
|
47
|
-
street: string;
|
|
48
|
-
zipCode: string;
|
|
44
|
+
city: string | null;
|
|
45
|
+
idCountry: number | null;
|
|
46
|
+
number: string | null;
|
|
47
|
+
street: string | null;
|
|
48
|
+
zipCode: string | null;
|
|
49
49
|
}
|
|
50
50
|
export interface NameAndAddress {
|
|
51
51
|
city: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Utils.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/Utils.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,wBAAwB,CAAC;IAClC,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,4BAA4B;IAC3C,WAAW,EAAE,MAAM,CAAC;IACpB,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,wBAAwB,CAAC;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB,8BAA8B,EAAE,MAAM,CAAC;IACvC,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,4BAA4B,EAAE,CAAC;IAC1C,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,aAAa;IAC5B,aAAa,EAAE,mBAAmB,EAAE,CAAC;IACrC,cAAc,EAAE,qBAAqB,EAAE,CAAC;CACzC;AAED,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"Utils.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/Utils.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,wBAAwB,CAAC;IAClC,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,4BAA4B;IAC3C,WAAW,EAAE,MAAM,CAAC;IACpB,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,wBAAwB,CAAC;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB,8BAA8B,EAAE,MAAM,CAAC;IACvC,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,4BAA4B,EAAE,CAAC;IAC1C,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,aAAa;IAC5B,aAAa,EAAE,mBAAmB,EAAE,CAAC;IACrC,cAAc,EAAE,qBAAqB,EAAE,CAAC;CACzC;AAED,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,SAAS;IACxB,OAAO,EAAE,wBAAwB,CAAC;IAClC,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,aAAa;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,sBAAsB;IACrC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Utils.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/Utils.ts"],"names":[],"mappings":"","sourcesContent":["export interface PartnersLegalEntity {\n address: CerfaAddressFromQuestion;\n holdingPercent: number;\n legalForm: string;\n name: string;\n shareNumber: number;\n siret: string;\n isParentCompany?: boolean;\n}\n\nexport interface PartnersNaturalPersonPayment {\n paymentYear: number;\n emolumentsAndCompensations?: number;\n fixedCompensations?: number;\n reimbursements?: number;\n}\n\nexport interface PartnersNaturalPerson {\n address: CerfaAddressFromQuestion;\n birthDate: string;\n birthDepartment: string;\n birthPlace: string;\n firstname: string;\n holdingPercent: number;\n\n /**\n * Should be an id from the country list\n */\n idBirthCountry: number;\n\n /**\n * Should be an id from the civility list\n */\n idCivility: number;\n individualProfessionalExpenses: number;\n isOwner: boolean;\n lastname: string;\n marriedName: string;\n payments?: PartnersNaturalPersonPayment[];\n shareNumber: number;\n taxNumber: string;\n}\n\nexport interface CerfaPartners {\n legalEntities: PartnersLegalEntity[];\n naturalPersons: PartnersNaturalPerson[];\n}\n\nexport interface CerfaAddressFromQuestion {\n city: string;\n idCountry: number;\n number: string;\n street: string;\n zipCode: string;\n}\n\nexport interface NameAndAddress {\n city: string;\n idCountry: number;\n name: string;\n number: string;\n street: string;\n zipCode: string;\n}\n\nexport interface Affiliate {\n address: CerfaAddressFromQuestion;\n holdingPercent: number;\n legalForm: string;\n name: string;\n siret: string;\n}\n\nexport interface OtherActivity {\n legalForm: string;\n name: string;\n salary: number;\n}\n\nexport interface LabelAndAmount {\n amount: number;\n label: string;\n}\n\nexport interface OtherAllocation {\n amount: number;\n label: string;\n}\n\nexport interface ImmobilizationSelected {\n id: number;\n label: string;\n}"]}
|
|
1
|
+
{"version":3,"file":"Utils.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/Utils.ts"],"names":[],"mappings":"","sourcesContent":["export interface PartnersLegalEntity {\n address: CerfaAddressFromQuestion;\n holdingPercent: number;\n legalForm: string;\n name: string;\n shareNumber: number;\n siret: string;\n isParentCompany?: boolean;\n}\n\nexport interface PartnersNaturalPersonPayment {\n paymentYear: number;\n emolumentsAndCompensations?: number;\n fixedCompensations?: number;\n reimbursements?: number;\n}\n\nexport interface PartnersNaturalPerson {\n address: CerfaAddressFromQuestion;\n birthDate: string;\n birthDepartment: string;\n birthPlace: string;\n firstname: string;\n holdingPercent: number;\n\n /**\n * Should be an id from the country list\n */\n idBirthCountry: number;\n\n /**\n * Should be an id from the civility list\n */\n idCivility: number;\n individualProfessionalExpenses: number;\n isOwner: boolean;\n lastname: string;\n marriedName: string;\n payments?: PartnersNaturalPersonPayment[];\n shareNumber: number;\n taxNumber: string;\n}\n\nexport interface CerfaPartners {\n legalEntities: PartnersLegalEntity[];\n naturalPersons: PartnersNaturalPerson[];\n}\n\nexport interface CerfaAddressFromQuestion {\n city: string | null;\n idCountry: number | null;\n number: string | null;\n street: string | null;\n zipCode: string | null;\n}\n\nexport interface NameAndAddress {\n city: string;\n idCountry: number;\n name: string;\n number: string;\n street: string;\n zipCode: string;\n}\n\nexport interface Affiliate {\n address: CerfaAddressFromQuestion;\n holdingPercent: number;\n legalForm: string;\n name: string;\n siret: string;\n}\n\nexport interface OtherActivity {\n legalForm: string;\n name: string;\n salary: number;\n}\n\nexport interface LabelAndAmount {\n amount: number;\n label: string;\n}\n\nexport interface OtherAllocation {\n amount: number;\n label: string;\n}\n\nexport interface ImmobilizationSelected {\n id: number;\n label: string;\n}"]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { DepartmentCode } from '../../../Enum/ZoneCode';
|
|
2
|
+
export declare class PublicationContent {
|
|
3
|
+
text_html: string;
|
|
4
|
+
}
|
|
5
|
+
export declare class Publication {
|
|
6
|
+
ad_type_id: string;
|
|
7
|
+
content: PublicationContent;
|
|
8
|
+
header: string;
|
|
9
|
+
legal_name: string;
|
|
10
|
+
logo_base_64?: string | null;
|
|
11
|
+
}
|
|
12
|
+
export declare class CreateEchoOrder {
|
|
13
|
+
departement: DepartmentCode;
|
|
14
|
+
newspaper_id: string;
|
|
15
|
+
paper_proof_qty: number;
|
|
16
|
+
publication: Publication;
|
|
17
|
+
publishing_date_from: string;
|
|
18
|
+
publishing_date_to: string;
|
|
19
|
+
selection_mode: string;
|
|
20
|
+
type: string;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=CreateOrder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateOrder.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/CreateOrder.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD,qBAAa,kBAAkB;IAG3B,SAAS,EAAE,MAAM,CAAC;CACrB;AAED,qBAAa,WAAW;IAGpB,UAAU,EAAE,MAAM,CAAC;IAGnB,OAAO,EAAE,kBAAkB,CAAC;IAI5B,MAAM,EAAE,MAAM,CAAC;IAIf,UAAU,EAAE,MAAM,CAAC;IAKnB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAChC;AACD,qBAAa,eAAe;IAExB,WAAW,EAAE,cAAc,CAAC;IAI5B,YAAY,EAAE,MAAM,CAAC;IAIrB,eAAe,EAAE,MAAM,CAAC;IAGxB,WAAW,EAAE,WAAW,CAAC;IAIzB,oBAAoB,EAAE,MAAM,CAAC;IAI7B,kBAAkB,EAAE,MAAM,CAAC;IAI3B,cAAc,EAAE,MAAM,CAAC;IAKvB,IAAI,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
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;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CreateEchoOrder = exports.Publication = exports.PublicationContent = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const utils_1 = require("../../../../utils");
|
|
15
|
+
class PublicationContent {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, utils_1.ApiProperty)(),
|
|
19
|
+
(0, class_validator_1.IsString)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], PublicationContent.prototype, "text_html", void 0);
|
|
22
|
+
exports.PublicationContent = PublicationContent;
|
|
23
|
+
class Publication {
|
|
24
|
+
}
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, utils_1.ApiProperty)(),
|
|
27
|
+
(0, class_validator_1.IsString)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], Publication.prototype, "ad_type_id", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, utils_1.ApiProperty)(),
|
|
32
|
+
__metadata("design:type", PublicationContent)
|
|
33
|
+
], Publication.prototype, "content", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, utils_1.ApiProperty)(),
|
|
36
|
+
(0, class_validator_1.IsString)(),
|
|
37
|
+
__metadata("design:type", String)
|
|
38
|
+
], Publication.prototype, "header", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, utils_1.ApiProperty)(),
|
|
41
|
+
(0, class_validator_1.IsString)(),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], Publication.prototype, "legal_name", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
46
|
+
(0, class_validator_1.IsString)(),
|
|
47
|
+
(0, class_validator_1.IsOptional)(),
|
|
48
|
+
__metadata("design:type", Object)
|
|
49
|
+
], Publication.prototype, "logo_base_64", void 0);
|
|
50
|
+
exports.Publication = Publication;
|
|
51
|
+
class CreateEchoOrder {
|
|
52
|
+
}
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, utils_1.ApiProperty)(),
|
|
55
|
+
__metadata("design:type", String)
|
|
56
|
+
], CreateEchoOrder.prototype, "departement", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, utils_1.ApiProperty)(),
|
|
59
|
+
(0, class_validator_1.IsString)(),
|
|
60
|
+
__metadata("design:type", String)
|
|
61
|
+
], CreateEchoOrder.prototype, "newspaper_id", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, utils_1.ApiProperty)(),
|
|
64
|
+
(0, class_validator_1.IsInt)(),
|
|
65
|
+
__metadata("design:type", Number)
|
|
66
|
+
], CreateEchoOrder.prototype, "paper_proof_qty", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
(0, utils_1.ApiProperty)(),
|
|
69
|
+
__metadata("design:type", Publication)
|
|
70
|
+
], CreateEchoOrder.prototype, "publication", void 0);
|
|
71
|
+
__decorate([
|
|
72
|
+
(0, utils_1.ApiProperty)(),
|
|
73
|
+
(0, class_validator_1.IsString)(),
|
|
74
|
+
__metadata("design:type", String)
|
|
75
|
+
], CreateEchoOrder.prototype, "publishing_date_from", void 0);
|
|
76
|
+
__decorate([
|
|
77
|
+
(0, utils_1.ApiProperty)(),
|
|
78
|
+
(0, class_validator_1.IsString)(),
|
|
79
|
+
__metadata("design:type", String)
|
|
80
|
+
], CreateEchoOrder.prototype, "publishing_date_to", void 0);
|
|
81
|
+
__decorate([
|
|
82
|
+
(0, utils_1.ApiProperty)(),
|
|
83
|
+
(0, class_validator_1.IsString)(),
|
|
84
|
+
__metadata("design:type", String)
|
|
85
|
+
], CreateEchoOrder.prototype, "selection_mode", void 0);
|
|
86
|
+
__decorate([
|
|
87
|
+
(0, utils_1.ApiProperty)(),
|
|
88
|
+
(0, class_validator_1.IsString)(),
|
|
89
|
+
(0, class_validator_1.IsIn)(['simulation', 'order']),
|
|
90
|
+
__metadata("design:type", String)
|
|
91
|
+
], CreateEchoOrder.prototype, "type", void 0);
|
|
92
|
+
exports.CreateEchoOrder = CreateEchoOrder;
|
|
93
|
+
//# sourceMappingURL=CreateOrder.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateOrder.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/CreateOrder.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoE;AACpE,6CAAqE;AAGrE,MAAa,kBAAkB;CAI9B;AAHC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;qDACS;AAHtB,gDAIC;AAED,MAAa,WAAW;CAoBvB;AAnBC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;+CACU;AAErB;IAAC,IAAA,mBAAW,GAAE;8BACH,kBAAkB;4CAAC;AAE9B;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;2CACM;AAEjB;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;+CACU;AAErB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACkB;AAnBjC,kCAoBC;AACD,MAAa,eAAe;CA+B3B;AA9BC;IAAC,IAAA,mBAAW,GAAE;;oDACgB;AAE9B;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;qDACY;AAEvB;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;wDACkB;AAE1B;IAAC,IAAA,mBAAW,GAAE;8BACC,WAAW;oDAAC;AAE3B;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;6DACoB;AAE/B;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;2DACkB;AAE7B;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;uDACc;AAEzB;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;IACV,IAAA,sBAAI,EAAC,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;;6CACf;AA9BjB,0CA+BC","sourcesContent":["import { IsIn, IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { DepartmentCode } from '../../../Enum/ZoneCode';\n\nexport class PublicationContent {\n @ApiProperty()\n @IsString()\n text_html: string;\n}\n\nexport class Publication {\n @ApiProperty()\n @IsString()\n ad_type_id: string;\n\n @ApiProperty()\n content: PublicationContent;\n\n @ApiProperty()\n @IsString()\n header: string; \n \n @ApiProperty()\n @IsString()\n legal_name: string;\n \n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n logo_base_64?: string | null;\n}\nexport class CreateEchoOrder {\n @ApiProperty()\n departement: DepartmentCode;\n\n @ApiProperty()\n @IsString()\n newspaper_id: string;\n\n @ApiProperty()\n @IsInt()\n paper_proof_qty: number;\n\n @ApiProperty()\n publication: Publication;\n\n @ApiProperty()\n @IsString()\n publishing_date_from: string;\n\n @ApiProperty()\n @IsString()\n publishing_date_to: string;\n\n @ApiProperty()\n @IsString()\n selection_mode: string;\n\n @ApiProperty()\n @IsString()\n @IsIn(['simulation', 'order'])\n type: string;\n}\n\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Mission.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/Mission.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,OAAO,GAAG;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Mission.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/Mission.ts"],"names":[],"mappings":"","sourcesContent":["export type Mission = {\n id: number;\n name: string;\n};"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export type NewsPaper = {
|
|
2
|
+
newspaper_accept_logo_header: boolean;
|
|
3
|
+
newspaper_id: string;
|
|
4
|
+
newspaper_name: string;
|
|
5
|
+
newspaper_publication_info: {
|
|
6
|
+
next_publication_closing_datetime: string;
|
|
7
|
+
next_publication_date: string;
|
|
8
|
+
publishing_date_frequency: PublishingDateFrequency[];
|
|
9
|
+
};
|
|
10
|
+
newspaper_publishing_medium: string;
|
|
11
|
+
};
|
|
12
|
+
export type PublishingDateFrequency = {
|
|
13
|
+
closing_day: number;
|
|
14
|
+
closing_time: string;
|
|
15
|
+
plus_7: boolean;
|
|
16
|
+
publishing_day: number;
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=NewsPaper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NewsPaper.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/NewsPaper.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG;IACtB,4BAA4B,EAAE,OAAO,CAAC;IACtC,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,0BAA0B,EAAE;QAC1B,iCAAiC,EAAE,MAAM,CAAC;QAC1C,qBAAqB,EAAE,MAAM,CAAC;QAC9B,yBAAyB,EAAE,uBAAuB,EAAE,CAAA;KACrD,CAAC;IACF,2BAA2B,EAAE,MAAM,CAAA;CACpC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,OAAO,CAAC;IAChB,cAAc,EAAE,MAAM,CAAA;CACvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NewsPaper.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/NewsPaper.ts"],"names":[],"mappings":"","sourcesContent":["export type NewsPaper = {\n newspaper_accept_logo_header: boolean,\n newspaper_id: string,\n newspaper_name: string,\n newspaper_publication_info: {\n next_publication_closing_datetime: string,\n next_publication_date: string,\n publishing_date_frequency: PublishingDateFrequency[]\n },\n newspaper_publishing_medium: string\n};\n\nexport type PublishingDateFrequency = {\n closing_day: number,\n closing_time: string,\n plus_7: boolean,\n publishing_day: number\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Order.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/Order.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,EAAE,MAAM,CAAC;IACvB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,4BAA4B,EAAE,MAAM,CAAC;IACrC,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Order.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/Order.ts"],"names":[],"mappings":"","sourcesContent":["export type EchoOrder = {\n id: string;\n newspaper_name: string;\n price_total_excl_tax: string;\n publication_closing_datetime: string;\n publication_date: string;\n specimen_url: string;\n};"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class QuerySynchronisationPaginated {
|
|
2
|
+
limit: number;
|
|
3
|
+
page: number;
|
|
4
|
+
search?: string;
|
|
5
|
+
accountants?: number[];
|
|
6
|
+
customerSuccess?: number;
|
|
7
|
+
synchroStates?: number[];
|
|
8
|
+
banks?: number[];
|
|
9
|
+
jeDeclareState?: number;
|
|
10
|
+
connector?: number;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/synchronisation/Query.ts"],"names":[],"mappings":"AAGA,qBAAa,6BAA6B;IAGtC,KAAK,EAAE,MAAM,CAAC;IAId,IAAI,EAAE,MAAM,CAAC;IAKb,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IAKvB,eAAe,CAAC,EAAE,MAAM,CAAC;IAKzB,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IAKzB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IAKjB,cAAc,CAAC,EAAE,MAAM,CAAC;IAKxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
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;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.QuerySynchronisationPaginated = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const utils_1 = require("../../../../utils");
|
|
15
|
+
class QuerySynchronisationPaginated {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, utils_1.ApiProperty)(),
|
|
19
|
+
(0, class_validator_1.IsNumber)(),
|
|
20
|
+
__metadata("design:type", Number)
|
|
21
|
+
], QuerySynchronisationPaginated.prototype, "limit", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, utils_1.ApiProperty)(),
|
|
24
|
+
(0, class_validator_1.IsNumber)(),
|
|
25
|
+
__metadata("design:type", Number)
|
|
26
|
+
], QuerySynchronisationPaginated.prototype, "page", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
29
|
+
(0, class_validator_1.IsString)(),
|
|
30
|
+
(0, class_validator_1.IsOptional)(),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], QuerySynchronisationPaginated.prototype, "search", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
35
|
+
(0, class_validator_1.IsOptional)(),
|
|
36
|
+
(0, class_validator_1.IsArray)(),
|
|
37
|
+
__metadata("design:type", Array)
|
|
38
|
+
], QuerySynchronisationPaginated.prototype, "accountants", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
41
|
+
(0, class_validator_1.IsOptional)(),
|
|
42
|
+
(0, class_validator_1.IsNumber)(),
|
|
43
|
+
__metadata("design:type", Number)
|
|
44
|
+
], QuerySynchronisationPaginated.prototype, "customerSuccess", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
47
|
+
(0, class_validator_1.IsOptional)(),
|
|
48
|
+
(0, class_validator_1.IsArray)(),
|
|
49
|
+
__metadata("design:type", Array)
|
|
50
|
+
], QuerySynchronisationPaginated.prototype, "synchroStates", void 0);
|
|
51
|
+
__decorate([
|
|
52
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
53
|
+
(0, class_validator_1.IsOptional)(),
|
|
54
|
+
(0, class_validator_1.IsArray)(),
|
|
55
|
+
__metadata("design:type", Array)
|
|
56
|
+
], QuerySynchronisationPaginated.prototype, "banks", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
59
|
+
(0, class_validator_1.IsOptional)(),
|
|
60
|
+
(0, class_validator_1.IsNumber)(),
|
|
61
|
+
__metadata("design:type", Number)
|
|
62
|
+
], QuerySynchronisationPaginated.prototype, "jeDeclareState", void 0);
|
|
63
|
+
__decorate([
|
|
64
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
65
|
+
(0, class_validator_1.IsOptional)(),
|
|
66
|
+
(0, class_validator_1.IsNumber)(),
|
|
67
|
+
__metadata("design:type", Number)
|
|
68
|
+
], QuerySynchronisationPaginated.prototype, "connector", void 0);
|
|
69
|
+
exports.QuerySynchronisationPaginated = QuerySynchronisationPaginated;
|
|
70
|
+
//# sourceMappingURL=Query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/synchronisation/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA0E;AAC1E,6CAAqE;AAErE,MAAa,6BAA6B;CA2CzC;AA1CC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;4DACK;AAEhB;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;2DACI;AAEf;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACK;AAElB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;kEACe;AAEzB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;sEACgB;AAE3B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;oEACiB;AAE3B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;4DACS;AAEnB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qEACe;AAE1B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gEACU;AA1CvB,sEA2CC","sourcesContent":["import { IsArray, IsNumber, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QuerySynchronisationPaginated {\n @ApiProperty()\n @IsNumber()\n limit: number;\n\n @ApiProperty()\n @IsNumber()\n page: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n search?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n accountants?: number[];\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n customerSuccess?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n synchroStates?: number[];\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n banks?: number[];\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n jeDeclareState?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n connector?: number;\n}"]}
|
|
@@ -5,6 +5,7 @@ import { IAccount } from './IAccount';
|
|
|
5
5
|
import { IBankList } from './IBankList';
|
|
6
6
|
import { IBalanceBankAccount } from './IBalanceBankAccount';
|
|
7
7
|
import { ISimulation } from './ISimulation';
|
|
8
|
+
import { IUpToDateBankAccount } from './IUpToDateBankAccount';
|
|
8
9
|
export interface IBankAccount {
|
|
9
10
|
id?: number;
|
|
10
11
|
name: string | null;
|
|
@@ -41,5 +42,6 @@ export interface IBankAccount {
|
|
|
41
42
|
bankList?: IBankList;
|
|
42
43
|
balanceBankAccounts?: IBalanceBankAccount[];
|
|
43
44
|
simulations?: ISimulation[];
|
|
45
|
+
upToDateBankAccount?: IUpToDateBankAccount;
|
|
44
46
|
}
|
|
45
47
|
//# sourceMappingURL=IBankAccount.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IBankAccount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IBankAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"IBankAccount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IBankAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAG9D,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,eAAe,EAAE,MAAM,CAAC;IACxB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B,+BAA+B,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9C,yBAAyB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC3C,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,gBAAgB,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,cAAc,CAAC,EAAE,eAAe,CAAC;IACjC,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,mBAAmB,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC5C,WAAW,CAAC,EAAE,WAAW,EAAE,CAAC;IAC5B,mBAAmB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IBankAccount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IBankAccount.ts"],"names":[],"mappings":"","sourcesContent":["import { ICurrency } from './ICurrency';\nimport { ISociety } from './ISociety';\nimport { IBankConnection } from './IBankConnection';\nimport { IAccount } from './IAccount';\nimport { IBankList } from './IBankList';\nimport { IBalanceBankAccount } from './IBalanceBankAccount';\nimport { ISimulation } from './ISimulation';\n\n// bankAccounts\nexport interface IBankAccount {\n id?: number;\n name: string | null;\n typeBankAccount: number;\n iban: string | null;\n identifierOb: string | null;\n budgeaUserId: number | null;\n budgeaAccountId: number | null;\n startImport: Date | null;\n activated: boolean;\n pcgExtension: number | null;\n lastUpdate?: Date | null;\n lastTryImport?: Date | null;\n notSynchroModaleLastDisplayDate?: Date | null;\n firstSynchroModaleDisplay?: boolean | null;\n disabledAt?: Date | null;\n inProgressImport: Date | null;\n amountStart: number | null;\n isGlobalFetched: boolean;\n dateStart: Date | null;\n errorCode: string | null;\n idPartnerType: number | null;\n idAccount: number | null;\n idBankList: number | null;\n idCurrency: number | null;\n idSociety: number;\n idBankConnection: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n currency?: ICurrency;\n society?: ISociety;\n bankConnection?: IBankConnection;\n account?: IAccount;\n bankList?: IBankList;\n balanceBankAccounts?: IBalanceBankAccount[];\n simulations?: ISimulation[];\n}\n"]}
|
|
1
|
+
{"version":3,"file":"IBankAccount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IBankAccount.ts"],"names":[],"mappings":"","sourcesContent":["import { ICurrency } from './ICurrency';\nimport { ISociety } from './ISociety';\nimport { IBankConnection } from './IBankConnection';\nimport { IAccount } from './IAccount';\nimport { IBankList } from './IBankList';\nimport { IBalanceBankAccount } from './IBalanceBankAccount';\nimport { ISimulation } from './ISimulation';\nimport { IUpToDateBankAccount } from './IUpToDateBankAccount';\n\n// bankAccounts\nexport interface IBankAccount {\n id?: number;\n name: string | null;\n typeBankAccount: number;\n iban: string | null;\n identifierOb: string | null;\n budgeaUserId: number | null;\n budgeaAccountId: number | null;\n startImport: Date | null;\n activated: boolean;\n pcgExtension: number | null;\n lastUpdate?: Date | null;\n lastTryImport?: Date | null;\n notSynchroModaleLastDisplayDate?: Date | null;\n firstSynchroModaleDisplay?: boolean | null;\n disabledAt?: Date | null;\n inProgressImport: Date | null;\n amountStart: number | null;\n isGlobalFetched: boolean;\n dateStart: Date | null;\n errorCode: string | null;\n idPartnerType: number | null;\n idAccount: number | null;\n idBankList: number | null;\n idCurrency: number | null;\n idSociety: number;\n idBankConnection: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n currency?: ICurrency;\n society?: ISociety;\n bankConnection?: IBankConnection;\n account?: IAccount;\n bankList?: IBankList;\n balanceBankAccounts?: IBalanceBankAccount[];\n simulations?: ISimulation[];\n upToDateBankAccount?: IUpToDateBankAccount;\n}\n"]}
|
|
@@ -5,6 +5,7 @@ export interface ILegalNotice {
|
|
|
5
5
|
ref: string | null;
|
|
6
6
|
folderCode: string | null;
|
|
7
7
|
nameOfNewspaper: string | null;
|
|
8
|
+
department: string | null;
|
|
8
9
|
amountPurchaseHt: number | null;
|
|
9
10
|
amountSaleHt: number | null;
|
|
10
11
|
status: number;
|
|
@@ -15,6 +16,8 @@ export interface ILegalNotice {
|
|
|
15
16
|
isPaid: boolean;
|
|
16
17
|
processed: boolean;
|
|
17
18
|
societyWithoutRegister: string | null;
|
|
19
|
+
idMission?: string | null;
|
|
20
|
+
idNewsPaper?: string | null;
|
|
18
21
|
idSociety: number | null;
|
|
19
22
|
idOperationLegalNotice: number;
|
|
20
23
|
idPrestation: number | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ILegalNotice.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/ILegalNotice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,OAAO,CAAC;IACtB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;IACnB,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,sBAAsB,EAAE,qBAAqB,CAAC;IAC9C,qBAAqB,EAAE,QAAQ,CAAC;CACjC"}
|
|
1
|
+
{"version":3,"file":"ILegalNotice.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/ILegalNotice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,OAAO,CAAC;IACtB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;IACnB,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,sBAAsB,EAAE,qBAAqB,CAAC;IAC9C,qBAAqB,EAAE,QAAQ,CAAC;CACjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ILegalNotice.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/ILegalNotice.ts"],"names":[],"mappings":"","sourcesContent":["import { IOperationLegalNotice } from './IOperationLegalNotice';\nimport { ISociety } from './ISociety';\n\n// legalsNotice\nexport interface ILegalNotice {\n id?: number;\n ref: string | null;\n folderCode: string | null;\n nameOfNewspaper: string | null;\n amountPurchaseHt: number | null;\n amountSaleHt: number | null;\n status: number;\n pdfGenerated: boolean;\n comment: string | null;\n fulltextLegals: string | null;\n publishedDate: Date | null;\n isPaid: boolean;\n processed: boolean;\n societyWithoutRegister: string | null;\n idSociety: number | null;\n idOperationLegalNotice: number;\n idPrestation: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n legalsNoticeOperations: IOperationLegalNotice;\n societiesLegalNotices: ISociety;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"ILegalNotice.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/ILegalNotice.ts"],"names":[],"mappings":"","sourcesContent":["import { IOperationLegalNotice } from './IOperationLegalNotice';\nimport { ISociety } from './ISociety';\n\n// legalsNotice\nexport interface ILegalNotice {\n id?: number;\n ref: string | null;\n folderCode: string | null;\n nameOfNewspaper: string | null;\n department: string | null;\n amountPurchaseHt: number | null;\n amountSaleHt: number | null;\n status: number;\n pdfGenerated: boolean;\n comment: string | null;\n fulltextLegals: string | null;\n publishedDate: Date | null;\n isPaid: boolean;\n processed: boolean;\n societyWithoutRegister: string | null;\n idMission?: string | null;\n idNewsPaper?: string | null;\n idSociety: number | null;\n idOperationLegalNotice: number;\n idPrestation: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n legalsNoticeOperations: IOperationLegalNotice;\n societiesLegalNotices: ISociety;\n}\n"]}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ISociety } from './ISociety';
|
|
2
|
+
import { IBankAccount } from './IBankAccount';
|
|
3
|
+
import { IMonth } from './IMonth';
|
|
4
|
+
import { IWebMail } from './IWebMail';
|
|
5
|
+
import { IMail } from './IMail';
|
|
6
|
+
export interface IUpToDateBankAccount {
|
|
7
|
+
id?: number;
|
|
8
|
+
idBankAccount: number;
|
|
9
|
+
idSociety: number;
|
|
10
|
+
year?: number | null;
|
|
11
|
+
idMonth?: number | null;
|
|
12
|
+
upToDateBankAccount?: Date | null;
|
|
13
|
+
upToDateBalance?: Date | null;
|
|
14
|
+
currentMandate?: Date | null;
|
|
15
|
+
signedMandate?: Date | null;
|
|
16
|
+
idMailRelanceAnnotation?: number | null;
|
|
17
|
+
idMailAskCsv?: number | null;
|
|
18
|
+
idMailRelanceDesyncho?: number | null;
|
|
19
|
+
idNewMailRelanceAnnotation?: number | null;
|
|
20
|
+
idNewMailAskCsv?: number | null;
|
|
21
|
+
idNewMailRelanceDesyncho?: number | null;
|
|
22
|
+
createdAt?: Date | null;
|
|
23
|
+
updatedAt?: Date | null;
|
|
24
|
+
bankAccount?: IBankAccount;
|
|
25
|
+
society?: ISociety;
|
|
26
|
+
month?: IMonth;
|
|
27
|
+
mailAskCsv?: IWebMail;
|
|
28
|
+
mailRelanceAnnotation?: IWebMail;
|
|
29
|
+
mailRelanceDesynchro?: IWebMail;
|
|
30
|
+
newMailAskCsv?: IMail;
|
|
31
|
+
newMailRelanceAnnotation?: IMail;
|
|
32
|
+
newMailRelanceDesynchro?: IMail;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=IUpToDateBankAccount.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IUpToDateBankAccount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IUpToDateBankAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,oBAAoB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,mBAAmB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAClC,eAAe,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9B,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,0BAA0B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3C,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,wBAAwB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB,qBAAqB,CAAC,EAAE,QAAQ,CAAC;IACjC,oBAAoB,CAAC,EAAE,QAAQ,CAAC;IAChC,aAAa,CAAC,EAAE,KAAK,CAAC;IACtB,wBAAwB,CAAC,EAAE,KAAK,CAAC;IACjC,uBAAuB,CAAC,EAAE,KAAK,CAAC;CACjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IUpToDateBankAccount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IUpToDateBankAccount.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\nimport { IBankAccount } from './IBankAccount';\nimport { IMonth } from './IMonth';\nimport { IWebMail } from './IWebMail';\nimport { IMail } from './IMail';\n\n// bankAccounts\nexport interface IUpToDateBankAccount {\n id?: number;\n idBankAccount: number;\n idSociety: number;\n year?: number | null;\n idMonth?: number | null;\n upToDateBankAccount?: Date | null;\n upToDateBalance?: Date | null;\n currentMandate?: Date | null;\n signedMandate?: Date | null;\n idMailRelanceAnnotation?: number | null;\n idMailAskCsv?: number | null;\n idMailRelanceDesyncho?: number | null;\n idNewMailRelanceAnnotation?: number | null;\n idNewMailAskCsv?: number | null;\n idNewMailRelanceDesyncho?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n bankAccount?: IBankAccount;\n society?: ISociety;\n month?: IMonth;\n mailAskCsv?: IWebMail;\n mailRelanceAnnotation?: IWebMail;\n mailRelanceDesynchro?: IWebMail;\n newMailAskCsv?: IMail;\n newMailRelanceAnnotation?: IMail;\n newMailRelanceDesynchro?: IMail;\n}\n"]}
|
|
@@ -251,6 +251,7 @@ export * from './Interface/models/IStripeEventType';
|
|
|
251
251
|
export * from './Interface/models/ISubscriptionType';
|
|
252
252
|
export * from './Interface/models/IThirdPartyType';
|
|
253
253
|
export * from './Interface/models/IVehicleType';
|
|
254
|
+
export * from './Interface/models/IUpToDateBankAccount';
|
|
254
255
|
export * from './Interface/models/IUser';
|
|
255
256
|
export * from './Interface/models/IUserBrand';
|
|
256
257
|
export * from './Interface/models/IUserNotification';
|
|
@@ -519,6 +520,7 @@ export * from './Enum/EquipmentAvailability';
|
|
|
519
520
|
export * from './Enum/SpecialDayType';
|
|
520
521
|
export * from './Enum/Degree';
|
|
521
522
|
export * from './Enum/Brevo';
|
|
523
|
+
export * from './Enum/ZoneCode';
|
|
522
524
|
export * from './Interface/api/kilometricAllowance/ReadKilometricAllowance';
|
|
523
525
|
export * from './Interface/api/cashAndExpense/Query';
|
|
524
526
|
export * from './Interface/api/cerfa/das2';
|
|
@@ -910,6 +912,7 @@ export * from './Interface/api/mobile/UpdateMobile';
|
|
|
910
912
|
export * from './Interface/api/mobile/QueryMobileMigration';
|
|
911
913
|
export * from './Interface/api/societyEvent/QuerySocietyEvent';
|
|
912
914
|
export * from './Interface/api/societyEvent/CreateSocietyEvent';
|
|
915
|
+
export * from './Interface/api/synchronisation/Query';
|
|
913
916
|
export * from './Interface/api/task/QueryGetAllTask';
|
|
914
917
|
export * from './Interface/api/regulate/QueryGetAll';
|
|
915
918
|
export * from './Interface/api/regulate/RegulateWithStats';
|
|
@@ -1022,6 +1025,10 @@ export * from './Interface/api/paymentExpectation/CreatePaymentExpecation';
|
|
|
1022
1025
|
export * from './Interface/api/expertAnnuary/Query';
|
|
1023
1026
|
export * from './Interface/api/brevo/BrevoElement';
|
|
1024
1027
|
export * from './Interface/api/bankAccount/Create';
|
|
1028
|
+
export * from './Interface/api/echo/Mission';
|
|
1029
|
+
export * from './Interface/api/echo/CreateOrder';
|
|
1030
|
+
export * from './Interface/api/echo/NewsPaper';
|
|
1031
|
+
export * from './Interface/api/echo/Order';
|
|
1025
1032
|
export * from './Interface/enum/Util';
|
|
1026
1033
|
export * from './Interface/enum/Date';
|
|
1027
1034
|
export * from './Interface/api/connector/Sirene';
|