@silexpert/core 0.4.168 → 0.4.172
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/es/api/resources/MachineLearning.js +1 -1
- package/es/api/resources/MachineLearning.js.map +1 -1
- package/es/api/resources/VatDeclaration.js +1 -1
- package/es/api/resources/VatDeclaration.js.map +1 -1
- package/es/types/Enum/BrandClementine.d.ts +20 -1
- package/es/types/Enum/BrandClementine.d.ts.map +1 -1
- package/es/types/Enum/BrandClementine.js +38 -9
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/BrandComptalib.d.ts +31 -0
- package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
- package/es/types/Enum/BrandComptalib.js +30 -0
- package/es/types/Enum/BrandComptalib.js.map +1 -1
- package/es/types/Enum/BrandLegalstart.d.ts +1 -0
- package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
- package/es/types/Enum/BrandLegalstart.js +10 -9
- package/es/types/Enum/BrandLegalstart.js.map +1 -1
- package/es/types/Enum/Prestation.d.ts +2 -1
- package/es/types/Enum/Prestation.d.ts.map +1 -1
- package/es/types/Enum/Prestation.js +1 -0
- package/es/types/Enum/Prestation.js.map +1 -1
- package/es/types/Enum/VatRegime.js +1 -1
- package/es/types/Enum/VatRegime.js.map +1 -1
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts +1 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts.map +1 -1
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +5 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -1
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.d.ts +1 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.d.ts.map +1 -1
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js +8 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js.map +1 -1
- package/es/types/Interface/api/internalInvoicing/GetLastRef.d.ts +6 -0
- package/es/types/Interface/api/internalInvoicing/GetLastRef.d.ts.map +1 -0
- package/es/types/Interface/api/internalInvoicing/GetLastRef.js +29 -0
- package/es/types/Interface/api/internalInvoicing/GetLastRef.js.map +1 -0
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts +1 -1
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +2 -2
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
- package/es/types/Interface/models/IVatDeclaration.d.ts +1 -1
- package/es/types/Interface/models/IVatDeclaration.js.map +1 -1
- package/es/types/index.d.ts +1 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +1 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/MachineLearning.js +1 -1
- package/js/api/resources/MachineLearning.js.map +1 -1
- package/js/api/resources/VatDeclaration.js +1 -3
- package/js/api/resources/VatDeclaration.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +38 -9
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/BrandComptalib.js +30 -0
- package/js/types/Enum/BrandComptalib.js.map +1 -1
- package/js/types/Enum/BrandLegalstart.js +10 -9
- package/js/types/Enum/BrandLegalstart.js.map +1 -1
- package/js/types/Enum/Prestation.js +1 -0
- package/js/types/Enum/Prestation.js.map +1 -1
- package/js/types/Enum/VatRegime.js +1 -1
- package/js/types/Enum/VatRegime.js.map +1 -1
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +2 -0
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -1
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js +6 -2
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js.map +1 -1
- package/js/types/Interface/api/internalInvoicing/GetLastRef.js +33 -0
- package/js/types/Interface/api/internalInvoicing/GetLastRef.js.map +1 -0
- package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +1 -1
- package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
- package/js/types/index.js +12 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/MachineLearning.ts +1 -1
- package/ts/api/resources/VatDeclaration.ts +1 -1
- package/ts/types/Enum/BrandClementine.ts +38 -9
- package/ts/types/Enum/BrandComptalib.ts +30 -0
- package/ts/types/Enum/BrandLegalstart.ts +10 -9
- package/ts/types/Enum/Prestation.ts +1 -0
- package/ts/types/Enum/VatRegime.ts +2 -2
- package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts +4 -0
- package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.ts +7 -0
- package/ts/types/Interface/api/internalInvoicing/GetLastRef.ts +16 -0
- package/ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts +3 -3
- package/ts/types/Interface/models/IVatDeclaration.ts +1 -1
- package/ts/types/index.ts +1 -0
|
@@ -75,18 +75,32 @@ const BrandClementine = exports.BrandClementine = [{
|
|
|
75
75
|
listMails: {
|
|
76
76
|
contact: 'comptastart@legalstart.fr'
|
|
77
77
|
},
|
|
78
|
+
// companyInformation: {
|
|
79
|
+
// ape: '5829C',
|
|
80
|
+
// bp: '',
|
|
81
|
+
// city: 'Paris',
|
|
82
|
+
// montantCapital: '11 051,85',
|
|
83
|
+
// nomRaisonSociale: 'Yolaw',
|
|
84
|
+
// ECOrderCity: 'Nancy',
|
|
85
|
+
// phone: '01 76 39 00 60',
|
|
86
|
+
// postalAddress: '50, rue d\'Hauteville',
|
|
87
|
+
// rcs: '753 892 926',
|
|
88
|
+
// statut: 'SAS',
|
|
89
|
+
// zipCode: '75 010',
|
|
90
|
+
// },
|
|
78
91
|
companyInformation: {
|
|
79
|
-
ape: '
|
|
80
|
-
bp: '',
|
|
81
|
-
city: '
|
|
82
|
-
montantCapital: '
|
|
83
|
-
nomRaisonSociale: '
|
|
92
|
+
ape: '6920Z',
|
|
93
|
+
bp: 'BP 31029',
|
|
94
|
+
city: 'Laxou',
|
|
95
|
+
montantCapital: '500 000',
|
|
96
|
+
nomRaisonSociale: 'EXPERTISE CHOIX B',
|
|
97
|
+
ECName: 'M. Jean-Louis BOICHÉ',
|
|
84
98
|
ECOrderCity: 'Nancy',
|
|
85
|
-
phone: '
|
|
86
|
-
postalAddress: '
|
|
87
|
-
rcs: '
|
|
99
|
+
phone: '03 83 93 14 14',
|
|
100
|
+
postalAddress: '9, avenue du Rhin',
|
|
101
|
+
rcs: '752 566 687',
|
|
88
102
|
statut: 'SAS',
|
|
89
|
-
zipCode: '
|
|
103
|
+
zipCode: '54 520'
|
|
90
104
|
},
|
|
91
105
|
idPrestationsListHidden: [197],
|
|
92
106
|
logoUrl: 'logo-legalstart.svg',
|
|
@@ -177,6 +191,21 @@ const BrandClementine = exports.BrandClementine = [{
|
|
|
177
191
|
BIC: 'AGRIFRPP861',
|
|
178
192
|
Name: 'Expertise Choix B',
|
|
179
193
|
Id: 'FR91ZZZ617135'
|
|
194
|
+
},
|
|
195
|
+
internalInvoicing: {
|
|
196
|
+
statut: 'SASU',
|
|
197
|
+
name: 'POURCENTAGE',
|
|
198
|
+
address: '9, avenue du Rhin',
|
|
199
|
+
zipCode: '54520',
|
|
200
|
+
city: 'LAXOU',
|
|
201
|
+
country: 'FRANCE',
|
|
202
|
+
montantCapital: '10 000',
|
|
203
|
+
siret: '89150118100020',
|
|
204
|
+
ape: '6920Z',
|
|
205
|
+
rcs: '891 501 181',
|
|
206
|
+
phone: '03 83 93 14 14',
|
|
207
|
+
vatIntracom: 'FR58891501181',
|
|
208
|
+
email: 'facturation@pourcentage.fr'
|
|
180
209
|
}
|
|
181
210
|
}, {
|
|
182
211
|
idTypeBrand: 5,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandClementine.js","mappings":"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","names":["BrandClementine","idTypeBrand","name","colors","primary","listPhones","contact","qualite","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","social","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECName","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListHidden","logoUrl","miniLogoUrl","hiddenPages","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","recaptchaSecretKey","idPrestationsListAuthorized"],"sourceRoot":"","sources":["../../../ts/types/Enum/BrandClementine.ts"],"sourcesContent":["export const BrandClementine = [\n {\n idTypeBrand: 1,\n name: 'Clementine',\n colors: {\n primary: '#ff7e3c',\n },\n listPhones: {\n contact: '03 83 93 14 14',\n qualite: '03 83 93 30 44',\n juridique: '03 83 93 16 22',\n },\n listMails: {\n administratif: 'administratif@compta-clementine.fr',\n app: 'app@compta-clementine.fr',\n bonjour: 'bonjour@compta-clementine.fr',\n contact: 'contact@compta-clementine.fr',\n facturation: 'facturation@compta-clementine.fr',\n feedback: 'feedback@compta-clementine.fr',\n juridique: 'juridique@compta-clementine.fr',\n informatique: 'informatique@compta-clementine.fr',\n msd: 'msd@compta-clementine.fr',\n noreply: 'noreply@compta-clementine.fr',\n qualite: 'qualite@compta-clementine.fr',\n paiement: 'paiement@compta-clementine.fr',\n social: 'social@compta-clementine.fr',\n support: 'support@compta-clementine.fr',\n tva: 'tva@compta-clementine.fr',\n wb: 'wb@compta-clementine.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197], // TODO:\n logoUrl: 'logo-dark.svg',\n miniLogoUrl: 'logo.svg',\n hiddenPages: [],\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n urlExpert: 'https://expert.compta-clementine.fr',\n urlClient: 'https://www.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n {\n idTypeBrand: 2,\n name: 'Legalstart',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '01 76 39 00 60',\n qualite: '01 76 39 00 60',\n juridique: '01 76 39 00 60',\n },\n listMails: {\n contact: 'comptastart@legalstart.fr',\n },\n companyInformation: {\n ape: '5829C',\n bp: '',\n city: 'Paris',\n montantCapital: '11 051,85',\n nomRaisonSociale: 'Yolaw',\n ECOrderCity: 'Nancy',\n phone: '01 76 39 00 60',\n postalAddress: '50, rue d\\'Hauteville',\n rcs: '753 892 926',\n statut: 'SAS',\n zipCode: '75 010',\n },\n idPrestationsListHidden: [197],\n logoUrl: 'logo-legalstart.svg',\n miniLogoUrl: 'logo-legalstart.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://gestion.legalstart.fr',\n urlApi1: 'https://api-legalstart.compta-clementine.fr',\n urlApi2: 'https://api-next-legalstart.compta-clementine.fr',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n {\n idTypeBrand: 3,\n name: 'BRED',\n colors: {\n primary: '#24315e',\n },\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n {\n idTypeBrand: 4,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'administratif@pourcentage.fr',\n app: 'app@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'feedback@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'informatique@pourcentage.fr',\n msd: 'msd@pourcentage.fr',\n noreply: 'noreply@pourcentage.fr',\n qualite: 'qualite@pourcentage.fr',\n paiement: 'paiement@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'support@pourcentage.fr',\n tva: 'tva@pourcentage.fr',\n wb: 'wb@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG', // TODO:\n urlApp: 'https://app.comptalib.com/',\n urlApi1: 'https://api.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n {\n idTypeBrand: 5,\n name: 'Kandbaz',\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n];"]}
|
|
1
|
+
{"version":3,"file":"BrandClementine.js","mappings":"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","names":["BrandClementine","idTypeBrand","name","colors","primary","listPhones","contact","qualite","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","social","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECName","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListHidden","logoUrl","miniLogoUrl","hiddenPages","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","recaptchaSecretKey","idPrestationsListAuthorized","internalInvoicing","address","country","siret","vatIntracom","email"],"sourceRoot":"","sources":["../../../ts/types/Enum/BrandClementine.ts"],"sourcesContent":["export const BrandClementine = [\n {\n idTypeBrand: 1,\n name: 'Clementine',\n colors: {\n primary: '#ff7e3c',\n },\n listPhones: {\n contact: '03 83 93 14 14',\n qualite: '03 83 93 30 44',\n juridique: '03 83 93 16 22',\n },\n listMails: {\n administratif: 'administratif@compta-clementine.fr',\n app: 'app@compta-clementine.fr',\n bonjour: 'bonjour@compta-clementine.fr',\n contact: 'contact@compta-clementine.fr',\n facturation: 'facturation@compta-clementine.fr',\n feedback: 'feedback@compta-clementine.fr',\n juridique: 'juridique@compta-clementine.fr',\n informatique: 'informatique@compta-clementine.fr',\n msd: 'msd@compta-clementine.fr',\n noreply: 'noreply@compta-clementine.fr',\n qualite: 'qualite@compta-clementine.fr',\n paiement: 'paiement@compta-clementine.fr',\n social: 'social@compta-clementine.fr',\n support: 'support@compta-clementine.fr',\n tva: 'tva@compta-clementine.fr',\n wb: 'wb@compta-clementine.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197], // TODO:\n logoUrl: 'logo-dark.svg',\n miniLogoUrl: 'logo.svg',\n hiddenPages: [],\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n urlExpert: 'https://expert.compta-clementine.fr',\n urlClient: 'https://www.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n {\n idTypeBrand: 2,\n name: 'Legalstart',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '01 76 39 00 60',\n qualite: '01 76 39 00 60',\n juridique: '01 76 39 00 60',\n },\n listMails: {\n contact: 'comptastart@legalstart.fr',\n },\n // companyInformation: {\n // ape: '5829C',\n // bp: '',\n // city: 'Paris',\n // montantCapital: '11 051,85',\n // nomRaisonSociale: 'Yolaw',\n // ECOrderCity: 'Nancy',\n // phone: '01 76 39 00 60',\n // postalAddress: '50, rue d\\'Hauteville',\n // rcs: '753 892 926',\n // statut: 'SAS',\n // zipCode: '75 010',\n // },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197],\n logoUrl: 'logo-legalstart.svg',\n miniLogoUrl: 'logo-legalstart.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://gestion.legalstart.fr',\n urlApi1: 'https://api-legalstart.compta-clementine.fr',\n urlApi2: 'https://api-next-legalstart.compta-clementine.fr',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n {\n idTypeBrand: 3,\n name: 'BRED',\n colors: {\n primary: '#24315e',\n },\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n {\n idTypeBrand: 4,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'administratif@pourcentage.fr',\n app: 'app@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'feedback@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'informatique@pourcentage.fr',\n msd: 'msd@pourcentage.fr',\n noreply: 'noreply@pourcentage.fr',\n qualite: 'qualite@pourcentage.fr',\n paiement: 'paiement@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'support@pourcentage.fr',\n tva: 'tva@pourcentage.fr',\n wb: 'wb@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG', // TODO:\n urlApp: 'https://app.comptalib.com/',\n urlApi1: 'https://api.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 5,\n name: 'Kandbaz',\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n];"]}
|
|
@@ -111,6 +111,21 @@ const BrandComptalib = exports.BrandComptalib = [{
|
|
|
111
111
|
BIC: 'AGRIFRPP861',
|
|
112
112
|
Name: 'POURCENTAGE',
|
|
113
113
|
Id: 'FR57ZZZ878E61'
|
|
114
|
+
},
|
|
115
|
+
internalInvoicing: {
|
|
116
|
+
statut: 'SASU',
|
|
117
|
+
name: 'POURCENTAGE',
|
|
118
|
+
address: '9, avenue du Rhin',
|
|
119
|
+
zipCode: '54520',
|
|
120
|
+
city: 'LAXOU',
|
|
121
|
+
country: 'FRANCE',
|
|
122
|
+
montantCapital: '10 000',
|
|
123
|
+
siret: '89150118100020',
|
|
124
|
+
ape: '6920Z',
|
|
125
|
+
rcs: '891 501 181',
|
|
126
|
+
phone: '03 83 93 14 14',
|
|
127
|
+
vatIntracom: 'FR58891501181',
|
|
128
|
+
email: 'facturation@pourcentage.fr'
|
|
114
129
|
}
|
|
115
130
|
}, {
|
|
116
131
|
idTypeBrand: 3,
|
|
@@ -167,6 +182,21 @@ const BrandComptalib = exports.BrandComptalib = [{
|
|
|
167
182
|
BIC: 'AGRIFRPP861',
|
|
168
183
|
Name: 'POURCENTAGE',
|
|
169
184
|
Id: 'FR57ZZZ878E61'
|
|
185
|
+
},
|
|
186
|
+
internalInvoicing: {
|
|
187
|
+
statut: 'SASU',
|
|
188
|
+
name: 'POURCENTAGE',
|
|
189
|
+
address: '9, avenue du Rhin',
|
|
190
|
+
zipCode: '54520',
|
|
191
|
+
city: 'LAXOU',
|
|
192
|
+
country: 'FRANCE',
|
|
193
|
+
montantCapital: '10 000',
|
|
194
|
+
siret: '89150118100020',
|
|
195
|
+
ape: '6920Z',
|
|
196
|
+
rcs: '891 501 181',
|
|
197
|
+
phone: '03 83 93 14 14',
|
|
198
|
+
vatIntracom: 'FR58891501181',
|
|
199
|
+
email: 'contact@comptalib.com'
|
|
170
200
|
}
|
|
171
201
|
}];
|
|
172
202
|
//# sourceMappingURL=BrandComptalib.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandComptalib.js","mappings":"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","names":["BrandComptalib","idTypeBrand","name","colors","primary","listPhones","contact","qualite","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","social","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlExpert","urlClient","ECName","urlApi1","urlApi2","bank","IBAN","BIC","Name","Id"],"sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Comptalib',\n colors: {\n primary: '#1656ff',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'COMPTALIB',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-comptalib.svg',\n miniLogoUrl: 'logo-comptalib.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.comptalib.com/',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\n },\n {\n idTypeBrand: 2,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'contact@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'contact@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n social: 'contact@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.comptalib.com/',\n urlApi1: 'https://api.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n },\n {\n idTypeBrand: 3,\n name: 'Le Comptable Français',\n colors: {\n primary: '#1656ff',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'Le Comptable Français',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [201, 202, 203],\n logoUrl: 'logo-lcf.svg',\n miniLogoUrl: 'logo-lcf.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6LdZneUUAAAAAKfiwC_JFWOlzc_0YYKHQJgSveRP',\n urlApp: 'https://app.comptalib.com/',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n },\n];"]}
|
|
1
|
+
{"version":3,"file":"BrandComptalib.js","mappings":"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","names":["BrandComptalib","idTypeBrand","name","colors","primary","listPhones","contact","qualite","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","social","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlExpert","urlClient","ECName","urlApi1","urlApi2","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email"],"sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Comptalib',\n colors: {\n primary: '#1656ff',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'COMPTALIB',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-comptalib.svg',\n miniLogoUrl: 'logo-comptalib.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.comptalib.com/',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\n },\n {\n idTypeBrand: 2,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'contact@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'contact@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n social: 'contact@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.comptalib.com/',\n urlApi1: 'https://api.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 3,\n name: 'Le Comptable Français',\n colors: {\n primary: '#1656ff',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'Le Comptable Français',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [201, 202, 203],\n logoUrl: 'logo-lcf.svg',\n miniLogoUrl: 'logo-lcf.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6LdZneUUAAAAAKfiwC_JFWOlzc_0YYKHQJgSveRP',\n urlApp: 'https://app.comptalib.com/',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'contact@comptalib.com',\n },\n },\n];"]}
|
|
@@ -33,17 +33,18 @@ const BrandLegalstart = exports.BrandLegalstart = [{
|
|
|
33
33
|
wb: 'comptastart@legalstart.fr'
|
|
34
34
|
},
|
|
35
35
|
companyInformation: {
|
|
36
|
-
ape: '
|
|
37
|
-
bp: '',
|
|
38
|
-
city: '
|
|
39
|
-
montantCapital: '
|
|
40
|
-
nomRaisonSociale: '
|
|
36
|
+
ape: '6920Z',
|
|
37
|
+
bp: 'BP 31029',
|
|
38
|
+
city: 'Laxou',
|
|
39
|
+
montantCapital: '500 000',
|
|
40
|
+
nomRaisonSociale: 'EXPERTISE CHOIX B',
|
|
41
|
+
ECName: 'M. Jean-Louis BOICHÉ',
|
|
41
42
|
ECOrderCity: 'Nancy',
|
|
42
|
-
phone: '
|
|
43
|
-
postalAddress: '
|
|
44
|
-
rcs: '
|
|
43
|
+
phone: '03 83 93 14 14',
|
|
44
|
+
postalAddress: '9, avenue du Rhin',
|
|
45
|
+
rcs: '752 566 687',
|
|
45
46
|
statut: 'SAS',
|
|
46
|
-
zipCode: '
|
|
47
|
+
zipCode: '54 520'
|
|
47
48
|
},
|
|
48
49
|
idPrestationsListHidden: [197],
|
|
49
50
|
logoUrl: 'logo-legalstart.svg',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandLegalstart.js","mappings":";;;;;AAAO,MAAMA,eAAe,WAAfA,eAAe,GAAG,CAC7B;AACEC,aAAW,EAAE,CADf;AAEEC,MAAI,EAAE,YAFR;AAGEC,QAAM,EAAE;AACNC,WAAO,EAAE;AADH,GAHV;AAMEC,YAAU,EAAE;AACVC,WAAO,EAAE,gBADC;AAEVC,WAAO,EAAE,gBAFC;AAGVC,aAAS,EAAE;AAHD,GANd;AAWEC,WAAS,EAAE;AACTC,iBAAa,EAAE,2BADN;AAETC,OAAG,EAAE,2BAFI;AAGTC,WAAO,EAAE,2BAHA;AAITN,WAAO,EAAE,2BAJA;AAKTO,eAAW,EAAE,2BALJ;AAMTC,YAAQ,EAAE,2BAND;AAOTN,aAAS,EAAE,2BAPF;AAQTO,gBAAY,EAAE,2BARL;AASTC,OAAG,EAAE,2BATI;AAUTC,WAAO,EAAE,2BAVA;AAWTV,WAAO,EAAE,2BAXA;AAYTW,YAAQ,EAAE,2BAZD;AAaTC,UAAM,EAAE,2BAbC;AAcTC,WAAO,EAAE,2BAdA;AAeTC,OAAG,EAAE,2BAfI;AAgBTC,MAAE,EAAE;AAhBK,GAXb;AA6BEC,oBAAkB,EAAE;AAClBC,OAAG,EAAE,OADa;AAElBC,MAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"BrandLegalstart.js","mappings":";;;;;AAAO,MAAMA,eAAe,WAAfA,eAAe,GAAG,CAC7B;AACEC,aAAW,EAAE,CADf;AAEEC,MAAI,EAAE,YAFR;AAGEC,QAAM,EAAE;AACNC,WAAO,EAAE;AADH,GAHV;AAMEC,YAAU,EAAE;AACVC,WAAO,EAAE,gBADC;AAEVC,WAAO,EAAE,gBAFC;AAGVC,aAAS,EAAE;AAHD,GANd;AAWEC,WAAS,EAAE;AACTC,iBAAa,EAAE,2BADN;AAETC,OAAG,EAAE,2BAFI;AAGTC,WAAO,EAAE,2BAHA;AAITN,WAAO,EAAE,2BAJA;AAKTO,eAAW,EAAE,2BALJ;AAMTC,YAAQ,EAAE,2BAND;AAOTN,aAAS,EAAE,2BAPF;AAQTO,gBAAY,EAAE,2BARL;AASTC,OAAG,EAAE,2BATI;AAUTC,WAAO,EAAE,2BAVA;AAWTV,WAAO,EAAE,2BAXA;AAYTW,YAAQ,EAAE,2BAZD;AAaTC,UAAM,EAAE,2BAbC;AAcTC,WAAO,EAAE,2BAdA;AAeTC,OAAG,EAAE,2BAfI;AAgBTC,MAAE,EAAE;AAhBK,GAXb;AA6BEC,oBAAkB,EAAE;AAClBC,OAAG,EAAE,OADa;AAElBC,MAAE,EAAE,UAFc;AAGlBC,QAAI,EAAE,OAHY;AAIlBC,kBAAc,EAAE,SAJE;AAKlBC,oBAAgB,EAAE,mBALA;AAMlBC,UAAM,EAAE,sBANU;AAOlBC,eAAW,EAAE,OAPK;AAQlBC,SAAK,EAAE,gBARW;AASlBC,iBAAa,EAAE,mBATG;AAUlBC,OAAG,EAAE,aAVa;AAWlBC,UAAM,EAAE,KAXU;AAYlBC,WAAO,EAAE;AAZS,GA7BtB;AA2CEC,yBAAuB,EAAE,CAAC,GAAD,CA3C3B;AA4CEC,SAAO,EAAE,qBA5CX;AA6CEC,aAAW,EAAE,qBA7Cf;AA8CEC,aAAW,EAAE,EA9Cf;AA+CEC,oBAAkB,EAAE,0CA/CtB;AAgDEC,QAAM,EAAE,+BAhDV;AAiDEC,SAAO,EAAE,6CAjDX;AAkDEC,SAAO,EAAE,kDAlDX;AAmDEC,WAAS,EAAE,2BAnDb;AAoDEC,WAAS,EAAE,4BApDb;AAqDEC,MAAI,EAAE;AACJC,QAAI,EAAE,6BADF;AAEJC,OAAG,EAAE,aAFD;AAGJC,QAAI,EAAE,mBAHF;AAIJC,MAAE,EAAE;AAJA;AArDR,CAD6B,CAAxB","names":["BrandLegalstart","idTypeBrand","name","colors","primary","listPhones","contact","qualite","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","social","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECName","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListHidden","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id"],"sourceRoot":"","sources":["../../../ts/types/Enum/BrandLegalstart.ts"],"sourcesContent":["export const BrandLegalstart = [\n {\n idTypeBrand: 1,\n name: 'LegalStart',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '01 76 39 00 60',\n qualite: '01 76 39 00 60',\n juridique: '01 76 39 00 60',\n },\n listMails: {\n administratif: 'comptastart@legalstart.fr',\n app: 'comptastart@legalstart.fr',\n bonjour: 'comptastart@legalstart.fr',\n contact: 'comptastart@legalstart.fr',\n facturation: 'comptastart@legalstart.fr',\n feedback: 'comptastart@legalstart.fr',\n juridique: 'comptastart@legalstart.fr',\n informatique: 'comptastart@legalstart.fr',\n msd: 'comptastart@legalstart.fr',\n noreply: 'comptastart@legalstart.fr',\n qualite: 'comptastart@legalstart.fr',\n paiement: 'comptastart@legalstart.fr',\n social: 'comptastart@legalstart.fr',\n support: 'comptastart@legalstart.fr',\n tva: 'comptastart@legalstart.fr',\n wb: 'comptastart@legalstart.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197],\n logoUrl: 'logo-legalstart.svg',\n miniLogoUrl: 'logo-legalstart.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://gestion.legalstart.fr',\n urlApi1: 'https://api-legalstart.compta-clementine.fr',\n urlApi2: 'https://api-next-legalstart.compta-clementine.fr',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n];"]}
|
|
@@ -16,5 +16,6 @@ var Prestation = exports.Prestation = undefined;
|
|
|
16
16
|
Prestation[Prestation["ATTESTATION_NON_REMUNERATION"] = 91] = "ATTESTATION_NON_REMUNERATION";
|
|
17
17
|
Prestation[Prestation["COMPTA_MICRO"] = 185] = "COMPTA_MICRO";
|
|
18
18
|
Prestation[Prestation["BILAN_PREVISIONNEL"] = 189] = "BILAN_PREVISIONNEL";
|
|
19
|
+
Prestation[Prestation["ABO_STRIPE"] = 196] = "ABO_STRIPE";
|
|
19
20
|
})(Prestation || (exports.Prestation = Prestation = {}));
|
|
20
21
|
//# sourceMappingURL=Prestation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Prestation.js","mappings":";;;;;AAAA,IAAYA,
|
|
1
|
+
{"version":3,"file":"Prestation.js","mappings":";;;;;AAAA,IAAYA,UAYX,WAZWA,UAYX,YAZD;;AAAA,WAAYA,UAAZ,EAAsB;AACpBA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACD,CAZD,EAAYA,UAAU,aAAVA,UAAU,GAAVA,UAAU,MAAtB","names":["Prestation"],"sourceRoot":"","sources":["../../../ts/types/Enum/Prestation.ts"],"sourcesContent":["export enum Prestation {\n PREVISIONNEL = 6, // à remplacer par 189\n BILAN_INTERMEDIAIRE = 9,\n TELEDECLARATION = 13,\n BILAN_LIQUIDATION = 22,\n CESSION_ACTIONS = 51,\n DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE = 61,\n DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE = 85,\n ATTESTATION_NON_REMUNERATION = 91,\n COMPTA_MICRO = 185,\n BILAN_PREVISIONNEL = 189,\n ABO_STRIPE = 196,\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VatRegime.js","mappings":";;;;;AAEA,IAAYA,SAKX,WALWA,SAKX,YALD;;AAAA,WAAYA,SAAZ,EAAqB;AACnBA;AACAA;AACAA;AACAA;AACD,CALD,EAAYA,SAAS,aAATA,SAAS,GAATA,SAAS,MAArB;;AAOO,MAAMC,aAAa,WAAbA,aAAa,GAAS,CACjC;AACEC,IAAE,EAAEF,SAAS,CAACG,OADhB;AAEEC,OAAK,EAAE;AAFT,CADiC,EAKjC;AACEF,IAAE,EAAEF,SAAS,CAACK,SADhB;AAEED,OAAK,EAAE;AAFT,CALiC,EASjC;AACEF,IAAE,EAAEF,SAAS,CAACM,UADhB;AAEEF,OAAK,EAAE;AAFT,CATiC,EAajC;AACEF,IAAE,EAAEF,SAAS,CAACO,cADhB;AAEEH,OAAK,EAAE;AAFT,CAbiC,CAA5B","names":["VatRegime","VatRegimeList","id","MONTHLY","label","QUARTERLY","SIMPLIFIED","NOT_ATTRIBUTED"],"sourceRoot":"","sources":["../../../ts/types/Enum/VatRegime.ts"],"sourcesContent":["import { List } from '../Interface/enum/Util';\n\nexport enum VatRegime {\n MONTHLY = 1,\n QUARTERLY = 2,\n SIMPLIFIED = 3,\n NOT_ATTRIBUTED = 4,\n}\n\nexport const VatRegimeList: List = [\n {\n id: VatRegime.MONTHLY,\n label: 'Mensuel',\n },\n {\n id: VatRegime.QUARTERLY,\n label: 'Trimestriel',\n },\n {\n id: VatRegime.SIMPLIFIED,\n label: 'Simplifié',\n },\n {\n id: VatRegime.NOT_ATTRIBUTED,\n label: '
|
|
1
|
+
{"version":3,"file":"VatRegime.js","mappings":";;;;;AAEA,IAAYA,SAKX,WALWA,SAKX,YALD;;AAAA,WAAYA,SAAZ,EAAqB;AACnBA;AACAA;AACAA;AACAA;AACD,CALD,EAAYA,SAAS,aAATA,SAAS,GAATA,SAAS,MAArB;;AAOO,MAAMC,aAAa,WAAbA,aAAa,GAAS,CACjC;AACEC,IAAE,EAAEF,SAAS,CAACG,OADhB;AAEEC,OAAK,EAAE;AAFT,CADiC,EAKjC;AACEF,IAAE,EAAEF,SAAS,CAACK,SADhB;AAEED,OAAK,EAAE;AAFT,CALiC,EASjC;AACEF,IAAE,EAAEF,SAAS,CAACM,UADhB;AAEEF,OAAK,EAAE;AAFT,CATiC,EAajC;AACEF,IAAE,EAAEF,SAAS,CAACO,cADhB;AAEEH,OAAK,EAAE;AAFT,CAbiC,CAA5B","names":["VatRegime","VatRegimeList","id","MONTHLY","label","QUARTERLY","SIMPLIFIED","NOT_ATTRIBUTED"],"sourceRoot":"","sources":["../../../ts/types/Enum/VatRegime.ts"],"sourcesContent":["import { List } from '../Interface/enum/Util';\n\nexport enum VatRegime {\n MONTHLY = 1,\n QUARTERLY = 2,\n SIMPLIFIED = 3,\n NOT_ATTRIBUTED = 4,\n}\n\nexport const VatRegimeList: List = [\n {\n id: VatRegime.MONTHLY,\n label: 'Mensuel',\n },\n {\n id: VatRegime.QUARTERLY,\n label: 'Trimestriel',\n },\n {\n id: VatRegime.SIMPLIFIED,\n label: 'Simplifié',\n },\n {\n id: VatRegime.NOT_ATTRIBUTED,\n label: 'Pas de TVA',\n },\n];\n"]}
|
|
@@ -27,6 +27,8 @@ exports.CreateInternalInvoicing = CreateInternalInvoicing;
|
|
|
27
27
|
|
|
28
28
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], CreateInternalInvoicing.prototype, "idSociety", void 0);
|
|
29
29
|
|
|
30
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], CreateInternalInvoicing.prototype, "idTypeBrand", void 0);
|
|
31
|
+
|
|
30
32
|
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsArray)(), (0, _classValidator.ArrayNotEmpty)(), __metadata("design:type", Array)], CreateInternalInvoicing.prototype, "types", void 0);
|
|
31
33
|
|
|
32
34
|
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], CreateInternalInvoicing.prototype, "month", void 0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateInternalInvoicing.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,uBAAP,CAA8B;;QAAvBA,uB,GAAAA,uB;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,8BACD,4BAAWC,MAAX;;AAKAD,YAHC,yBAGD,EAFC,8BAED,EADC,oCACD,4BAAOC,MAAP;;AAIAD,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD","names":["CreateInternalInvoicing","__decorate","Array"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts"],"sourcesContent":["import {\n ArrayNotEmpty, IsArray, IsNumber, IsOptional,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateInternalInvoicing {\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idSociety: Array<number>;\n\n @ApiProperty()\n @IsArray()\n @ArrayNotEmpty()\n types: Array<string>;\n\n @ApiProperty()\n @IsNumber()\n month: number;\n\n @ApiProperty()\n @IsNumber()\n year: number;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"CreateInternalInvoicing.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,uBAAP,CAA8B;;QAAvBA,uB,GAAAA,uB;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,8BACD,4BAAWC,MAAX;;AAIAD,YAFC,yBAED,EADC,8BACD,4BAAaC,MAAb;;AAKAD,YAHC,yBAGD,EAFC,8BAED,EADC,oCACD,4BAAOC,MAAP;;AAIAD,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD","names":["CreateInternalInvoicing","__decorate","Array"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts"],"sourcesContent":["import {\n ArrayNotEmpty, IsArray, IsNumber, IsOptional,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateInternalInvoicing {\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idSociety: Array<number>;\n\n @ApiProperty()\n @IsArray()\n idTypeBrand: Array<number>;\n\n @ApiProperty()\n @IsArray()\n @ArrayNotEmpty()\n types: Array<string>;\n\n @ApiProperty()\n @IsNumber()\n month: number;\n\n @ApiProperty()\n @IsNumber()\n year: number;\n}\n"]}
|
|
@@ -5,6 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.CreateInternalInvoicing2in = undefined;
|
|
7
7
|
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
8
10
|
var _utils = require("../../../../utils");
|
|
9
11
|
|
|
10
12
|
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
@@ -23,7 +25,9 @@ class CreateInternalInvoicing2in {}
|
|
|
23
25
|
|
|
24
26
|
exports.CreateInternalInvoicing2in = CreateInternalInvoicing2in;
|
|
25
27
|
|
|
26
|
-
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateInternalInvoicing2in.prototype, "month", void 0);
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], CreateInternalInvoicing2in.prototype, "month", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], CreateInternalInvoicing2in.prototype, "year", void 0);
|
|
27
31
|
|
|
28
|
-
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type",
|
|
32
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], CreateInternalInvoicing2in.prototype, "idTypeBrand", void 0);
|
|
29
33
|
//# sourceMappingURL=CreateInternalInvoicing2in.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateInternalInvoicing2in.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,0BAAP,CAAiC;;QAA1BA,0B,GAAAA,0B;;
|
|
1
|
+
{"version":3,"file":"CreateInternalInvoicing2in.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,0BAAP,CAAiC;;QAA1BA,0B,GAAAA,0B;;AAGXC,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,8BACD,4BAAaC,MAAb","names":["CreateInternalInvoicing2in","__decorate","Array"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.ts"],"sourcesContent":["import { IsArray, IsNumber } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class CreateInternalInvoicing2in {\n @ApiProperty()\n @IsNumber()\n month: number;\n\n @ApiProperty()\n @IsNumber()\n year: number;\n\n @ApiProperty()\n @IsArray()\n idTypeBrand: Array<number>;\n}\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.GetLastRef = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class GetLastRef {}
|
|
25
|
+
|
|
26
|
+
exports.GetLastRef = GetLastRef;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], GetLastRef.prototype, "login", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], GetLastRef.prototype, "password", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], GetLastRef.prototype, "idTypeBrand", void 0);
|
|
33
|
+
//# sourceMappingURL=GetLastRef.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetLastRef.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,UAAP,CAAiB;;QAAVA,U,GAAAA,U;;AAGXC,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,8BACD,4BAAaC,MAAb","names":["GetLastRef","__decorate","Array"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/GetLastRef.ts"],"sourcesContent":["import { IsArray, IsString } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class GetLastRef {\n @ApiProperty()\n @IsString()\n login: string;\n\n @ApiProperty()\n @IsString()\n password: string;\n\n @ApiProperty()\n @IsArray()\n idTypeBrand: Array<number>;\n}"]}
|
|
@@ -35,7 +35,7 @@ __decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0,
|
|
|
35
35
|
|
|
36
36
|
__decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], QueryVatDeclaration.prototype, "idUser", void 0);
|
|
37
37
|
|
|
38
|
-
__decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.
|
|
38
|
+
__decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.IsString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], QueryVatDeclaration.prototype, "idDeposit", void 0);
|
|
39
39
|
|
|
40
40
|
__decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], QueryVatDeclaration.prototype, "payload", void 0);
|
|
41
41
|
//# sourceMappingURL=QueryVatDeclaration.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryVatDeclaration.js","mappings":";;;;;;;AAAA;;AAIA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAIXC,YAHC,4BAGD,EAFC,6BAED,EADC,iCACD,4BAAkBC,KAAlB;;AAKAD,YAHC,4BAGD,EAFC,4BAED,EADC,iCACD;;AAKAA,YAHC,4BAGD,EAFC,4BAED,EADC,iCACD;;AAKAA,YAHC,4BAGD,EAFC,gCAED,EADC,iCACD;;AAKAA,YAHC,4BAGD,EAFC,4BAED,EADC,iCACD;;AAKAA,YAHC,4BAGD,EAFC,
|
|
1
|
+
{"version":3,"file":"QueryVatDeclaration.js","mappings":";;;;;;;AAAA;;AAIA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAIXC,YAHC,4BAGD,EAFC,6BAED,EADC,iCACD,4BAAkBC,KAAlB;;AAKAD,YAHC,4BAGD,EAFC,4BAED,EADC,iCACD;;AAKAA,YAHC,4BAGD,EAFC,4BAED,EADC,iCACD;;AAKAA,YAHC,4BAGD,EAFC,gCAED,EADC,iCACD;;AAKAA,YAHC,4BAGD,EAFC,4BAED,EADC,iCACD;;AAKAA,YAHC,4BAGD,EAFC,+BAED,EADC,iCACD;;AAIAA,YAFC,4BAED,EADC,iCACD","names":["QueryVatDeclaration","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts"],"sourcesContent":["import {\n IsBoolean,\n IsDate, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../..';\n\nexport class QueryVatDeclaration {\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n declarationDate?: Date;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @IsOptional()\n isComplete?: boolean;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n idDeposit?: string | null ;\n\n @ApiPropertyOptional()\n @IsOptional()\n payload?: string | null ;\n}"]}
|
package/js/types/index.js
CHANGED
|
@@ -5680,6 +5680,18 @@ Object.keys(_RegenerateInternalInvoicing).forEach(function (key) {
|
|
|
5680
5680
|
});
|
|
5681
5681
|
});
|
|
5682
5682
|
|
|
5683
|
+
var _GetLastRef = require("./Interface/api/internalInvoicing/GetLastRef");
|
|
5684
|
+
|
|
5685
|
+
Object.keys(_GetLastRef).forEach(function (key) {
|
|
5686
|
+
if (key === "default" || key === "__esModule") return;
|
|
5687
|
+
Object.defineProperty(exports, key, {
|
|
5688
|
+
enumerable: true,
|
|
5689
|
+
get: function () {
|
|
5690
|
+
return _GetLastRef[key];
|
|
5691
|
+
}
|
|
5692
|
+
});
|
|
5693
|
+
});
|
|
5694
|
+
|
|
5683
5695
|
var _QueryExercice = require("./Interface/api/exercice/QueryExercice");
|
|
5684
5696
|
|
|
5685
5697
|
Object.keys(_QueryExercice).forEach(function (key) {
|