@silexpert/core 0.4.167 → 0.4.170
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/BankAccount.js +1 -1
- package/es/api/resources/BankAccount.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 +33 -3
- 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/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/user/CreateCoworker.js +1 -1
- package/es/types/Interface/api/user/CreateCoworker.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/BankAccount.js +1 -3
- package/js/api/resources/BankAccount.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 +33 -3
- 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/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/user/CreateCoworker.js +1 -1
- package/js/types/Interface/api/user/CreateCoworker.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/BankAccount.ts +1 -1
- package/ts/types/Enum/BrandClementine.ts +38 -9
- package/ts/types/Enum/BrandComptalib.ts +33 -3
- package/ts/types/Enum/BrandLegalstart.ts +10 -9
- 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/user/CreateCoworker.ts +1 -1
- package/ts/types/index.ts +1 -0
|
@@ -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,
|
|
@@ -146,7 +161,7 @@ const BrandComptalib = exports.BrandComptalib = [{
|
|
|
146
161
|
bp: '',
|
|
147
162
|
city: 'Paris',
|
|
148
163
|
montantCapital: '10 000',
|
|
149
|
-
nomRaisonSociale: '
|
|
164
|
+
nomRaisonSociale: 'Le Comptable Français',
|
|
150
165
|
ECOrderCity: 'Nancy',
|
|
151
166
|
phone: '01 86 90 92 80',
|
|
152
167
|
postalAddress: '30, rue des Mathurins',
|
|
@@ -155,8 +170,8 @@ const BrandComptalib = exports.BrandComptalib = [{
|
|
|
155
170
|
zipCode: '75 008'
|
|
156
171
|
},
|
|
157
172
|
idPrestationsListAuthorized: [201, 202, 203],
|
|
158
|
-
logoUrl: 'logo-
|
|
159
|
-
miniLogoUrl: 'logo-
|
|
173
|
+
logoUrl: 'logo-lcf.svg',
|
|
174
|
+
miniLogoUrl: 'logo-lcf.svg',
|
|
160
175
|
hiddenPages: [],
|
|
161
176
|
recaptchaSecretKey: '6LdZneUUAAAAAKfiwC_JFWOlzc_0YYKHQJgSveRP',
|
|
162
177
|
urlApp: 'https://app.comptalib.com/',
|
|
@@ -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: 'LE COMPTABLE FRANCAIS',
|
|
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: '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: [201, 202, 203],\n logoUrl: 'logo-comptalib.svg',\n miniLogoUrl: 'logo-comptalib.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: 'LE COMPTABLE FRANCAIS',\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];"]}
|
|
@@ -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, _decorators.ApiProperty)(), (0, _classValidator.IsDefined)(), (0
|
|
|
35
35
|
|
|
36
36
|
__decorate([(0, _decorators.ApiProperty)(), (0, _classValidator.IsDefined)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], CreateCoworker.prototype, "password", void 0);
|
|
37
37
|
|
|
38
|
-
__decorate([(0, _decorators.ApiProperty)(), (0, _classValidator.IsDefined)(), (0, _classValidator.IsPhoneNumber)(), __metadata("design:type", String)], CreateCoworker.prototype, "phone", void 0);
|
|
38
|
+
__decorate([(0, _decorators.ApiProperty)(), (0, _classValidator.IsDefined)(), (0, _classValidator.IsPhoneNumber)('FR'), __metadata("design:type", String)], CreateCoworker.prototype, "phone", void 0);
|
|
39
39
|
|
|
40
40
|
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], CreateCoworker.prototype, "idCivility", void 0);
|
|
41
41
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateCoworker.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAIXC,YAHC,8BAGD,EAFC,gCAED,EADC,+BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,+BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,8BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,+BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,+BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,
|
|
1
|
+
{"version":3,"file":"CreateCoworker.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAIXC,YAHC,8BAGD,EAFC,gCAED,EADC,+BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,+BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,8BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,+BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,+BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,mCAAc,IAAd,CACD;;AAKAA,YAHC,sCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,6BAAY;AAAEC,SAAO,EAAE;AAAX,CAAZ,CAGD,EAFC,gCAED,EADC,gCACD;;AAKAD,YAHC,sCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,sCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,sCAGD,EAFC,iCAED,EADC,gCACD;;AAKAA,YAHC,sCAGD,EAFC,iCAED,EADC,6BACD,4BAAYE,KAAZ;;AAKAF,YAHC,sCAGD,EAFC,iCAED,EADC,6BACD,4BAAcE,KAAd;;AAKAF,YAHC,sCAGD,EAFC,iCAED,EADC,6BACD,4BAAcE,KAAd","names":["CreateCoworker","__decorate","default","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/CreateCoworker.ts"],"sourcesContent":["import {\n IsBoolean, IsDate, IsDefined, IsEmail, IsNumber, IsOptional, IsPhoneNumber, IsString, IsUrl,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class CreateCoworker {\n @ApiProperty()\n @IsDefined()\n @IsString()\n firstname: string;\n\n @ApiProperty()\n @IsDefined()\n @IsString()\n lastname: string;\n\n @ApiProperty()\n @IsDefined()\n @IsEmail()\n email: string;\n\n @ApiProperty()\n @IsDefined()\n @IsString()\n username: string;\n\n @ApiProperty()\n @IsDefined()\n @IsString()\n password: string;\n\n @ApiProperty()\n @IsDefined()\n @IsPhoneNumber('FR')\n phone: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idCivility?: number;\n\n @ApiProperty({ default: true })\n @IsDefined()\n @IsBoolean()\n active: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsUrl()\n calendlyUrl?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n positionLabel?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n apprentice?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n birthdate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n arrivalDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n confirmedAt?: Date;\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) {
|