@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
|
@@ -4,7 +4,7 @@ export class MachineLearning extends Resource {
|
|
|
4
4
|
return this.axios.$post('/transactions/machine-learning');
|
|
5
5
|
}
|
|
6
6
|
annotateBankAccountWithMachineLearning(idBankAccount, params) {
|
|
7
|
-
return this.axios.$post(`/transactions/
|
|
7
|
+
return this.axios.$post(`/transactions/machine-learning/bankAccounts/${idBankAccount}`, {
|
|
8
8
|
startDate: params.startDate,
|
|
9
9
|
endDate: params.endDate,
|
|
10
10
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MachineLearning.js","sourceRoot":"","sources":["../../../ts/api/resources/MachineLearning.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,eAAgB,SAAQ,QAAQ;IAC3C,yBAAyB;QACvB,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,gCAAgC,CAAC,CAAC;IAC5D,CAAC;IACD,sCAAsC,CAAC,aAAqB,EAAE,MAAmC;QAC/F,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"MachineLearning.js","sourceRoot":"","sources":["../../../ts/api/resources/MachineLearning.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,eAAgB,SAAQ,QAAQ;IAC3C,yBAAyB;QACvB,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,gCAAgC,CAAC,CAAC;IAC5D,CAAC;IACD,sCAAsC,CAAC,aAAqB,EAAE,MAAmC;QAC/F,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,+CAA+C,aAAa,EAAE,EAAE;YACtF,SAAS,EAAE,MAAM,CAAC,SAAS;YAC3B,OAAO,EAAE,MAAM,CAAC,OAAO;SACxB,CAAC,CAAC;IACL,CAAC;CACF","sourcesContent":["import {\n GetTransactionsBetweenDates,\n ResultCreateMachineLearningAnnotation,\n} from '../..';\nimport { Resource } from '../Resource';\n\nexport class MachineLearning extends Resource {\n machineLearningAnnotation(): Promise<ResultCreateMachineLearningAnnotation> {\n return this.axios.$post('/transactions/machine-learning');\n }\n annotateBankAccountWithMachineLearning(idBankAccount: number, params: GetTransactionsBetweenDates): Promise<ResultCreateMachineLearningAnnotation> {\n return this.axios.$post(`/transactions/machine-learning/bankAccounts/${idBankAccount}`, {\n startDate: params.startDate,\n endDate: params.endDate,\n });\n }\n}"]}
|
|
@@ -4,7 +4,7 @@ export class VatDeclaration extends Resource {
|
|
|
4
4
|
const params = {
|
|
5
5
|
idUser, isComplete: true, declarationDate: new Date(), payload: null, idDeposit: null,
|
|
6
6
|
};
|
|
7
|
-
return this.axios.$put(`/vat-declarations/${id}`,
|
|
7
|
+
return this.axios.$put(`/vat-declarations/${id}`, params);
|
|
8
8
|
}
|
|
9
9
|
getVariousOperations(id) {
|
|
10
10
|
return this.axios.$get(`/vat-declarations/${id}/various-operations`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VatDeclaration.js","sourceRoot":"","sources":["../../../ts/api/resources/VatDeclaration.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,cAAe,SAAQ,QAAQ;IAC1C,0BAA0B,CAAC,EAAU,EAAE,MAAc;QACnD,MAAM,MAAM,GAAwB;YAClC,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,IAAI,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI;SACtF,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,qBAAqB,EAAE,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"VatDeclaration.js","sourceRoot":"","sources":["../../../ts/api/resources/VatDeclaration.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,cAAe,SAAQ,QAAQ;IAC1C,0BAA0B,CAAC,EAAU,EAAE,MAAc;QACnD,MAAM,MAAM,GAAwB;YAClC,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,IAAI,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI;SACtF,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,qBAAqB,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;IAC5D,CAAC;IAED,oBAAoB,CAAC,EAAU;QAC7B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,qBAAqB,EAAE,qBAAqB,CAAC,CAAC;IACvE,CAAC;IAED,uBAAuB,CAAC,EAAU;QAChC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,qBAAqB,EAAE,qBAAqB,CAAC,CAAC;IACxE,CAAC;CACF","sourcesContent":["import { IAccountingTransaction, QueryVatDeclaration, ReadVatVariousOperations } from '../..';\nimport { Resource } from '../Resource';\n\nexport class VatDeclaration extends Resource {\n updateToRegisteredManually(id: number, idUser: number): Promise<boolean> {\n const params: QueryVatDeclaration = {\n idUser, isComplete: true, declarationDate: new Date(), payload: null, idDeposit: null,\n };\n return this.axios.$put(`/vat-declarations/${id}`, params);\n }\n\n getVariousOperations(id: number): Promise<ReadVatVariousOperations[]> {\n return this.axios.$get(`/vat-declarations/${id}/various-operations`);\n }\n\n createVariousOperations(id: number): Promise<IAccountingTransaction[]> {\n return this.axios.$post(`/vat-declarations/${id}/various-operations`);\n }\n}\n"]}
|
|
@@ -58,6 +58,7 @@ export declare const BrandClementine: ({
|
|
|
58
58
|
};
|
|
59
59
|
recaptchaSecretKey?: undefined;
|
|
60
60
|
idPrestationsListAuthorized?: undefined;
|
|
61
|
+
internalInvoicing?: undefined;
|
|
61
62
|
} | {
|
|
62
63
|
idTypeBrand: number;
|
|
63
64
|
name: string;
|
|
@@ -93,13 +94,13 @@ export declare const BrandClementine: ({
|
|
|
93
94
|
city: string;
|
|
94
95
|
montantCapital: string;
|
|
95
96
|
nomRaisonSociale: string;
|
|
97
|
+
ECName: string;
|
|
96
98
|
ECOrderCity: string;
|
|
97
99
|
phone: string;
|
|
98
100
|
postalAddress: string;
|
|
99
101
|
rcs: string;
|
|
100
102
|
statut: string;
|
|
101
103
|
zipCode: string;
|
|
102
|
-
ECName?: undefined;
|
|
103
104
|
};
|
|
104
105
|
idPrestationsListHidden: number[];
|
|
105
106
|
logoUrl: string;
|
|
@@ -118,6 +119,7 @@ export declare const BrandClementine: ({
|
|
|
118
119
|
Id: string;
|
|
119
120
|
};
|
|
120
121
|
idPrestationsListAuthorized?: undefined;
|
|
122
|
+
internalInvoicing?: undefined;
|
|
121
123
|
} | {
|
|
122
124
|
idTypeBrand: number;
|
|
123
125
|
name: string;
|
|
@@ -144,6 +146,7 @@ export declare const BrandClementine: ({
|
|
|
144
146
|
urlClient?: undefined;
|
|
145
147
|
recaptchaSecretKey?: undefined;
|
|
146
148
|
idPrestationsListAuthorized?: undefined;
|
|
149
|
+
internalInvoicing?: undefined;
|
|
147
150
|
} | {
|
|
148
151
|
idTypeBrand: number;
|
|
149
152
|
name: string;
|
|
@@ -203,6 +206,21 @@ export declare const BrandClementine: ({
|
|
|
203
206
|
Name: string;
|
|
204
207
|
Id: string;
|
|
205
208
|
};
|
|
209
|
+
internalInvoicing: {
|
|
210
|
+
statut: string;
|
|
211
|
+
name: string;
|
|
212
|
+
address: string;
|
|
213
|
+
zipCode: string;
|
|
214
|
+
city: string;
|
|
215
|
+
country: string;
|
|
216
|
+
montantCapital: string;
|
|
217
|
+
siret: string;
|
|
218
|
+
ape: string;
|
|
219
|
+
rcs: string;
|
|
220
|
+
phone: string;
|
|
221
|
+
vatIntracom: string;
|
|
222
|
+
email: string;
|
|
223
|
+
};
|
|
206
224
|
idPrestationsListHidden?: undefined;
|
|
207
225
|
} | {
|
|
208
226
|
idTypeBrand: number;
|
|
@@ -228,5 +246,6 @@ export declare const BrandClementine: ({
|
|
|
228
246
|
urlClient?: undefined;
|
|
229
247
|
recaptchaSecretKey?: undefined;
|
|
230
248
|
idPrestationsListAuthorized?: undefined;
|
|
249
|
+
internalInvoicing?: undefined;
|
|
231
250
|
})[];
|
|
232
251
|
//# sourceMappingURL=BrandClementine.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandClementine.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandClementine.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"BrandClementine.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandClementine.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8N3B,CAAC"}
|
|
@@ -72,18 +72,32 @@ export const BrandClementine = [
|
|
|
72
72
|
listMails: {
|
|
73
73
|
contact: 'comptastart@legalstart.fr',
|
|
74
74
|
},
|
|
75
|
+
// companyInformation: {
|
|
76
|
+
// ape: '5829C',
|
|
77
|
+
// bp: '',
|
|
78
|
+
// city: 'Paris',
|
|
79
|
+
// montantCapital: '11 051,85',
|
|
80
|
+
// nomRaisonSociale: 'Yolaw',
|
|
81
|
+
// ECOrderCity: 'Nancy',
|
|
82
|
+
// phone: '01 76 39 00 60',
|
|
83
|
+
// postalAddress: '50, rue d\'Hauteville',
|
|
84
|
+
// rcs: '753 892 926',
|
|
85
|
+
// statut: 'SAS',
|
|
86
|
+
// zipCode: '75 010',
|
|
87
|
+
// },
|
|
75
88
|
companyInformation: {
|
|
76
|
-
ape: '
|
|
77
|
-
bp: '',
|
|
78
|
-
city: '
|
|
79
|
-
montantCapital: '
|
|
80
|
-
nomRaisonSociale: '
|
|
89
|
+
ape: '6920Z',
|
|
90
|
+
bp: 'BP 31029',
|
|
91
|
+
city: 'Laxou',
|
|
92
|
+
montantCapital: '500 000',
|
|
93
|
+
nomRaisonSociale: 'EXPERTISE CHOIX B',
|
|
94
|
+
ECName: 'M. Jean-Louis BOICHÉ',
|
|
81
95
|
ECOrderCity: 'Nancy',
|
|
82
|
-
phone: '
|
|
83
|
-
postalAddress: '
|
|
84
|
-
rcs: '
|
|
96
|
+
phone: '03 83 93 14 14',
|
|
97
|
+
postalAddress: '9, avenue du Rhin',
|
|
98
|
+
rcs: '752 566 687',
|
|
85
99
|
statut: 'SAS',
|
|
86
|
-
zipCode: '
|
|
100
|
+
zipCode: '54 520',
|
|
87
101
|
},
|
|
88
102
|
idPrestationsListHidden: [197],
|
|
89
103
|
logoUrl: 'logo-legalstart.svg',
|
|
@@ -177,6 +191,21 @@ export const BrandClementine = [
|
|
|
177
191
|
Name: 'Expertise Choix B',
|
|
178
192
|
Id: 'FR91ZZZ617135',
|
|
179
193
|
},
|
|
194
|
+
internalInvoicing: {
|
|
195
|
+
statut: 'SASU',
|
|
196
|
+
name: 'POURCENTAGE',
|
|
197
|
+
address: '9, avenue du Rhin',
|
|
198
|
+
zipCode: '54520',
|
|
199
|
+
city: 'LAXOU',
|
|
200
|
+
country: 'FRANCE',
|
|
201
|
+
montantCapital: '10 000',
|
|
202
|
+
siret: '89150118100020',
|
|
203
|
+
ape: '6920Z',
|
|
204
|
+
rcs: '891 501 181',
|
|
205
|
+
phone: '03 83 93 14 14',
|
|
206
|
+
vatIntracom: 'FR58891501181',
|
|
207
|
+
email: 'facturation@pourcentage.fr',
|
|
208
|
+
},
|
|
180
209
|
},
|
|
181
210
|
{
|
|
182
211
|
idTypeBrand: 5,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandClementine.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandClementine.ts"],"names":[],"mappings":"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","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","sourceRoot":"","sources":["../../../ts/types/Enum/BrandClementine.ts"],"names":[],"mappings":"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","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];"]}
|
|
@@ -52,6 +52,7 @@ export declare const BrandComptalib: ({
|
|
|
52
52
|
urlApi1?: undefined;
|
|
53
53
|
urlApi2?: undefined;
|
|
54
54
|
bank?: undefined;
|
|
55
|
+
internalInvoicing?: undefined;
|
|
55
56
|
} | {
|
|
56
57
|
idTypeBrand: number;
|
|
57
58
|
name: string;
|
|
@@ -111,6 +112,21 @@ export declare const BrandComptalib: ({
|
|
|
111
112
|
Name: string;
|
|
112
113
|
Id: string;
|
|
113
114
|
};
|
|
115
|
+
internalInvoicing: {
|
|
116
|
+
statut: string;
|
|
117
|
+
name: string;
|
|
118
|
+
address: string;
|
|
119
|
+
zipCode: string;
|
|
120
|
+
city: string;
|
|
121
|
+
country: string;
|
|
122
|
+
montantCapital: string;
|
|
123
|
+
siret: string;
|
|
124
|
+
ape: string;
|
|
125
|
+
rcs: string;
|
|
126
|
+
phone: string;
|
|
127
|
+
vatIntracom: string;
|
|
128
|
+
email: string;
|
|
129
|
+
};
|
|
114
130
|
} | {
|
|
115
131
|
idTypeBrand: number;
|
|
116
132
|
name: string;
|
|
@@ -168,6 +184,21 @@ export declare const BrandComptalib: ({
|
|
|
168
184
|
Name: string;
|
|
169
185
|
Id: string;
|
|
170
186
|
};
|
|
187
|
+
internalInvoicing: {
|
|
188
|
+
statut: string;
|
|
189
|
+
name: string;
|
|
190
|
+
address: string;
|
|
191
|
+
zipCode: string;
|
|
192
|
+
city: string;
|
|
193
|
+
country: string;
|
|
194
|
+
montantCapital: string;
|
|
195
|
+
siret: string;
|
|
196
|
+
ape: string;
|
|
197
|
+
rcs: string;
|
|
198
|
+
phone: string;
|
|
199
|
+
vatIntracom: string;
|
|
200
|
+
email: string;
|
|
201
|
+
};
|
|
171
202
|
urlApi1?: undefined;
|
|
172
203
|
urlApi2?: undefined;
|
|
173
204
|
})[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandComptalib.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"BrandComptalib.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuM1B,CAAC"}
|
|
@@ -109,6 +109,21 @@ export const BrandComptalib = [
|
|
|
109
109
|
Name: 'POURCENTAGE',
|
|
110
110
|
Id: 'FR57ZZZ878E61',
|
|
111
111
|
},
|
|
112
|
+
internalInvoicing: {
|
|
113
|
+
statut: 'SASU',
|
|
114
|
+
name: 'POURCENTAGE',
|
|
115
|
+
address: '9, avenue du Rhin',
|
|
116
|
+
zipCode: '54520',
|
|
117
|
+
city: 'LAXOU',
|
|
118
|
+
country: 'FRANCE',
|
|
119
|
+
montantCapital: '10 000',
|
|
120
|
+
siret: '89150118100020',
|
|
121
|
+
ape: '6920Z',
|
|
122
|
+
rcs: '891 501 181',
|
|
123
|
+
phone: '03 83 93 14 14',
|
|
124
|
+
vatIntracom: 'FR58891501181',
|
|
125
|
+
email: 'facturation@pourcentage.fr',
|
|
126
|
+
},
|
|
112
127
|
},
|
|
113
128
|
{
|
|
114
129
|
idTypeBrand: 3,
|
|
@@ -166,6 +181,21 @@ export const BrandComptalib = [
|
|
|
166
181
|
Name: 'POURCENTAGE',
|
|
167
182
|
Id: 'FR57ZZZ878E61',
|
|
168
183
|
},
|
|
184
|
+
internalInvoicing: {
|
|
185
|
+
statut: 'SASU',
|
|
186
|
+
name: 'POURCENTAGE',
|
|
187
|
+
address: '9, avenue du Rhin',
|
|
188
|
+
zipCode: '54520',
|
|
189
|
+
city: 'LAXOU',
|
|
190
|
+
country: 'FRANCE',
|
|
191
|
+
montantCapital: '10 000',
|
|
192
|
+
siret: '89150118100020',
|
|
193
|
+
ape: '6920Z',
|
|
194
|
+
rcs: '891 501 181',
|
|
195
|
+
phone: '03 83 93 14 14',
|
|
196
|
+
vatIntracom: 'FR58891501181',
|
|
197
|
+
email: 'contact@comptalib.com',
|
|
198
|
+
},
|
|
169
199
|
},
|
|
170
200
|
];
|
|
171
201
|
//# sourceMappingURL=BrandComptalib.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandComptalib.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,WAAW;QACjB,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;SACnB;QACD,UAAU,EAAE;YACV,OAAO,EAAE,gBAAgB;YACzB,OAAO,EAAE,gBAAgB;YACzB,SAAS,EAAE,gBAAgB;SAC5B;QACD,SAAS,EAAE;YACT,aAAa,EAAE,uBAAuB;YACtC,GAAG,EAAE,uBAAuB;YAC5B,OAAO,EAAE,uBAAuB;YAChC,OAAO,EAAE,uBAAuB;YAChC,WAAW,EAAE,uBAAuB;YACpC,QAAQ,EAAE,uBAAuB;YACjC,SAAS,EAAE,uBAAuB;YAClC,YAAY,EAAE,uBAAuB;YACrC,GAAG,EAAE,uBAAuB;YAC5B,OAAO,EAAE,uBAAuB;YAChC,OAAO,EAAE,uBAAuB;YAChC,QAAQ,EAAE,uBAAuB;YACjC,MAAM,EAAE,uBAAuB;YAC/B,OAAO,EAAE,uBAAuB;YAChC,GAAG,EAAE,uBAAuB;YAC5B,EAAE,EAAE,uBAAuB;SAC5B;QACD,kBAAkB,EAAE;YAClB,GAAG,EAAE,OAAO;YACZ,EAAE,EAAE,EAAE;YACN,IAAI,EAAE,OAAO;YACb,cAAc,EAAE,QAAQ;YACxB,gBAAgB,EAAE,WAAW;YAC7B,WAAW,EAAE,OAAO;YACpB,KAAK,EAAE,gBAAgB;YACvB,aAAa,EAAE,uBAAuB;YACtC,GAAG,EAAE,aAAa;YAClB,MAAM,EAAE,KAAK;YACb,OAAO,EAAE,QAAQ;SAClB;QACD,2BAA2B,EAAE,CAAC,GAAG,CAAC;QAClC,OAAO,EAAE,oBAAoB;QAC7B,WAAW,EAAE,oBAAoB;QACjC,WAAW,EAAE,EAAE;QACf,kBAAkB,EAAE,0CAA0C;QAC9D,MAAM,EAAE,4BAA4B;QACpC,SAAS,EAAE,2BAA2B;QACtC,SAAS,EAAE,EAAE;KACd;IACD;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,aAAa;QACnB,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;SACnB;QACD,UAAU,EAAE;YACV,OAAO,EAAE,gBAAgB;YACzB,OAAO,EAAE,gBAAgB;YACzB,SAAS,EAAE,gBAAgB;SAC5B;QACD,SAAS,EAAE;YACT,aAAa,EAAE,wBAAwB;YACvC,GAAG,EAAE,wBAAwB;YAC7B,OAAO,EAAE,wBAAwB;YACjC,OAAO,EAAE,wBAAwB;YACjC,WAAW,EAAE,4BAA4B;YACzC,QAAQ,EAAE,wBAAwB;YAClC,SAAS,EAAE,wBAAwB;YACnC,YAAY,EAAE,wBAAwB;YACtC,GAAG,EAAE,wBAAwB;YAC7B,OAAO,EAAE,wBAAwB;YACjC,OAAO,EAAE,wBAAwB;YACjC,QAAQ,EAAE,wBAAwB;YAClC,MAAM,EAAE,wBAAwB;YAChC,OAAO,EAAE,wBAAwB;YACjC,GAAG,EAAE,wBAAwB;YAC7B,EAAE,EAAE,wBAAwB;SAC7B;QACD,kBAAkB,EAAE;YAClB,GAAG,EAAE,OAAO;YACZ,EAAE,EAAE,EAAE;YACN,IAAI,EAAE,OAAO;YACb,cAAc,EAAE,QAAQ;YACxB,gBAAgB,EAAE,aAAa;YAC/B,MAAM,EAAE,sBAAsB;YAC9B,WAAW,EAAE,OAAO;YACpB,KAAK,EAAE,gBAAgB;YACvB,aAAa,EAAE,uBAAuB;YACtC,GAAG,EAAE,aAAa;YAClB,MAAM,EAAE,KAAK;YACb,OAAO,EAAE,QAAQ;SAClB;QACD,2BAA2B,EAAE,CAAC,GAAG,CAAC;QAClC,OAAO,EAAE,sBAAsB;QAC/B,WAAW,EAAE,2BAA2B;QACxC,WAAW,EAAE,EAAE;QACf,kBAAkB,EAAE,0CAA0C;QAC9D,MAAM,EAAE,4BAA4B;QACpC,OAAO,EAAE,2BAA2B;QACpC,OAAO,EAAE,gCAAgC;QACzC,SAAS,EAAE,2BAA2B;QACtC,SAAS,EAAE,4BAA4B;QACvC,IAAI,EAAE;YACJ,IAAI,EAAE,6BAA6B;YACnC,GAAG,EAAE,aAAa;YAClB,IAAI,EAAE,aAAa;YACnB,EAAE,EAAE,eAAe;SACpB;KACF;IACD;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,uBAAuB;QAC7B,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;SACnB;QACD,UAAU,EAAE;YACV,OAAO,EAAE,gBAAgB;YACzB,OAAO,EAAE,gBAAgB;YACzB,SAAS,EAAE,gBAAgB;SAC5B;QACD,SAAS,EAAE;YACT,aAAa,EAAE,uBAAuB;YACtC,GAAG,EAAE,uBAAuB;YAC5B,OAAO,EAAE,uBAAuB;YAChC,OAAO,EAAE,uBAAuB;YAChC,WAAW,EAAE,uBAAuB;YACpC,QAAQ,EAAE,uBAAuB;YACjC,SAAS,EAAE,uBAAuB;YAClC,YAAY,EAAE,uBAAuB;YACrC,GAAG,EAAE,uBAAuB;YAC5B,OAAO,EAAE,uBAAuB;YAChC,OAAO,EAAE,uBAAuB;YAChC,QAAQ,EAAE,uBAAuB;YACjC,MAAM,EAAE,uBAAuB;YAC/B,OAAO,EAAE,uBAAuB;YAChC,GAAG,EAAE,uBAAuB;YAC5B,EAAE,EAAE,uBAAuB;SAC5B;QACD,kBAAkB,EAAE;YAClB,GAAG,EAAE,OAAO;YACZ,EAAE,EAAE,EAAE;YACN,IAAI,EAAE,OAAO;YACb,cAAc,EAAE,QAAQ;YACxB,gBAAgB,EAAE,uBAAuB;YACzC,WAAW,EAAE,OAAO;YACpB,KAAK,EAAE,gBAAgB;YACvB,aAAa,EAAE,uBAAuB;YACtC,GAAG,EAAE,aAAa;YAClB,MAAM,EAAE,KAAK;YACb,OAAO,EAAE,QAAQ;SAClB;QACD,2BAA2B,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;QAC5C,OAAO,EAAE,cAAc;QACvB,WAAW,EAAE,cAAc;QAC3B,WAAW,EAAE,EAAE;QACf,kBAAkB,EAAE,0CAA0C;QAC9D,MAAM,EAAE,4BAA4B;QACpC,SAAS,EAAE,2BAA2B;QACtC,SAAS,EAAE,EAAE;QACb,IAAI,EAAE;YACJ,IAAI,EAAE,6BAA6B;YACnC,GAAG,EAAE,aAAa;YAClB,IAAI,EAAE,aAAa;YACnB,EAAE,EAAE,eAAe;SACpB;KACF;CACF,CAAC","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","sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":"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","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];"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandLegalstart.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandLegalstart.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"BrandLegalstart.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandLegalstart.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6D3B,CAAC"}
|
|
@@ -29,17 +29,18 @@ export const BrandLegalstart = [
|
|
|
29
29
|
wb: 'comptastart@legalstart.fr',
|
|
30
30
|
},
|
|
31
31
|
companyInformation: {
|
|
32
|
-
ape: '
|
|
33
|
-
bp: '',
|
|
34
|
-
city: '
|
|
35
|
-
montantCapital: '
|
|
36
|
-
nomRaisonSociale: '
|
|
32
|
+
ape: '6920Z',
|
|
33
|
+
bp: 'BP 31029',
|
|
34
|
+
city: 'Laxou',
|
|
35
|
+
montantCapital: '500 000',
|
|
36
|
+
nomRaisonSociale: 'EXPERTISE CHOIX B',
|
|
37
|
+
ECName: 'M. Jean-Louis BOICHÉ',
|
|
37
38
|
ECOrderCity: 'Nancy',
|
|
38
|
-
phone: '
|
|
39
|
-
postalAddress: '
|
|
40
|
-
rcs: '
|
|
39
|
+
phone: '03 83 93 14 14',
|
|
40
|
+
postalAddress: '9, avenue du Rhin',
|
|
41
|
+
rcs: '752 566 687',
|
|
41
42
|
statut: 'SAS',
|
|
42
|
-
zipCode: '
|
|
43
|
+
zipCode: '54 520',
|
|
43
44
|
},
|
|
44
45
|
idPrestationsListHidden: [197],
|
|
45
46
|
logoUrl: 'logo-legalstart.svg',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandLegalstart.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandLegalstart.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,YAAY;QAClB,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;SACnB;QACD,UAAU,EAAE;YACV,OAAO,EAAE,gBAAgB;YACzB,OAAO,EAAE,gBAAgB;YACzB,SAAS,EAAE,gBAAgB;SAC5B;QACD,SAAS,EAAE;YACT,aAAa,EAAE,2BAA2B;YAC1C,GAAG,EAAE,2BAA2B;YAChC,OAAO,EAAE,2BAA2B;YACpC,OAAO,EAAE,2BAA2B;YACpC,WAAW,EAAE,2BAA2B;YACxC,QAAQ,EAAE,2BAA2B;YACrC,SAAS,EAAE,2BAA2B;YACtC,YAAY,EAAE,2BAA2B;YACzC,GAAG,EAAE,2BAA2B;YAChC,OAAO,EAAE,2BAA2B;YACpC,OAAO,EAAE,2BAA2B;YACpC,QAAQ,EAAE,2BAA2B;YACrC,MAAM,EAAE,2BAA2B;YACnC,OAAO,EAAE,2BAA2B;YACpC,GAAG,EAAE,2BAA2B;YAChC,EAAE,EAAE,2BAA2B;SAChC;QACD,kBAAkB,EAAE;YAClB,GAAG,EAAE,OAAO;YACZ,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"BrandLegalstart.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandLegalstart.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,YAAY;QAClB,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;SACnB;QACD,UAAU,EAAE;YACV,OAAO,EAAE,gBAAgB;YACzB,OAAO,EAAE,gBAAgB;YACzB,SAAS,EAAE,gBAAgB;SAC5B;QACD,SAAS,EAAE;YACT,aAAa,EAAE,2BAA2B;YAC1C,GAAG,EAAE,2BAA2B;YAChC,OAAO,EAAE,2BAA2B;YACpC,OAAO,EAAE,2BAA2B;YACpC,WAAW,EAAE,2BAA2B;YACxC,QAAQ,EAAE,2BAA2B;YACrC,SAAS,EAAE,2BAA2B;YACtC,YAAY,EAAE,2BAA2B;YACzC,GAAG,EAAE,2BAA2B;YAChC,OAAO,EAAE,2BAA2B;YACpC,OAAO,EAAE,2BAA2B;YACpC,QAAQ,EAAE,2BAA2B;YACrC,MAAM,EAAE,2BAA2B;YACnC,OAAO,EAAE,2BAA2B;YACpC,GAAG,EAAE,2BAA2B;YAChC,EAAE,EAAE,2BAA2B;SAChC;QACD,kBAAkB,EAAE;YAClB,GAAG,EAAE,OAAO;YACZ,EAAE,EAAE,UAAU;YACd,IAAI,EAAE,OAAO;YACb,cAAc,EAAE,SAAS;YACzB,gBAAgB,EAAE,mBAAmB;YACrC,MAAM,EAAE,sBAAsB;YAC9B,WAAW,EAAE,OAAO;YACpB,KAAK,EAAE,gBAAgB;YACvB,aAAa,EAAE,mBAAmB;YAClC,GAAG,EAAE,aAAa;YAClB,MAAM,EAAE,KAAK;YACb,OAAO,EAAE,QAAQ;SAClB;QACD,uBAAuB,EAAE,CAAC,GAAG,CAAC;QAC9B,OAAO,EAAE,qBAAqB;QAC9B,WAAW,EAAE,qBAAqB;QAClC,WAAW,EAAE,EAAE;QACf,kBAAkB,EAAE,0CAA0C;QAC9D,MAAM,EAAE,+BAA+B;QACvC,OAAO,EAAE,6CAA6C;QACtD,OAAO,EAAE,kDAAkD;QAC3D,SAAS,EAAE,2BAA2B;QACtC,SAAS,EAAE,4BAA4B;QACvC,IAAI,EAAE;YACJ,IAAI,EAAE,6BAA6B;YACnC,GAAG,EAAE,aAAa;YAClB,IAAI,EAAE,mBAAmB;YACzB,EAAE,EAAE,eAAe;SACpB;KACF;CACF,CAAC","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];"]}
|
|
@@ -8,6 +8,7 @@ export declare enum Prestation {
|
|
|
8
8
|
DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE = 85,
|
|
9
9
|
ATTESTATION_NON_REMUNERATION = 91,
|
|
10
10
|
COMPTA_MICRO = 185,
|
|
11
|
-
BILAN_PREVISIONNEL = 189
|
|
11
|
+
BILAN_PREVISIONNEL = 189,
|
|
12
|
+
ABO_STRIPE = 196
|
|
12
13
|
}
|
|
13
14
|
//# sourceMappingURL=Prestation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Prestation.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Prestation.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,YAAY,IAAI;IAChB,mBAAmB,IAAI;IACvB,eAAe,KAAK;IACpB,iBAAiB,KAAK;IACtB,eAAe,KAAK;IACpB,sCAAsC,KAAK;IAC3C,yCAAyC,KAAK;IAC9C,4BAA4B,KAAK;IACjC,YAAY,MAAM;IAClB,kBAAkB,MAAM;
|
|
1
|
+
{"version":3,"file":"Prestation.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Prestation.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,YAAY,IAAI;IAChB,mBAAmB,IAAI;IACvB,eAAe,KAAK;IACpB,iBAAiB,KAAK;IACtB,eAAe,KAAK;IACpB,sCAAsC,KAAK;IAC3C,yCAAyC,KAAK;IAC9C,4BAA4B,KAAK;IACjC,YAAY,MAAM;IAClB,kBAAkB,MAAM;IACxB,UAAU,MAAM;CACjB"}
|
|
@@ -10,5 +10,6 @@ export var Prestation;
|
|
|
10
10
|
Prestation[Prestation["ATTESTATION_NON_REMUNERATION"] = 91] = "ATTESTATION_NON_REMUNERATION";
|
|
11
11
|
Prestation[Prestation["COMPTA_MICRO"] = 185] = "COMPTA_MICRO";
|
|
12
12
|
Prestation[Prestation["BILAN_PREVISIONNEL"] = 189] = "BILAN_PREVISIONNEL";
|
|
13
|
+
Prestation[Prestation["ABO_STRIPE"] = 196] = "ABO_STRIPE";
|
|
13
14
|
})(Prestation || (Prestation = {}));
|
|
14
15
|
//# sourceMappingURL=Prestation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Prestation.js","sourceRoot":"","sources":["../../../ts/types/Enum/Prestation.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"Prestation.js","sourceRoot":"","sources":["../../../ts/types/Enum/Prestation.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAYX;AAZD,WAAY,UAAU;IACpB,2DAAgB,CAAA;IAChB,yEAAuB,CAAA;IACvB,kEAAoB,CAAA;IACpB,sEAAsB,CAAA;IACtB,kEAAoB,CAAA;IACpB,gHAA2C,CAAA;IAC3C,sHAA8C,CAAA;IAC9C,4FAAiC,CAAA;IACjC,6DAAkB,CAAA;IAClB,yEAAwB,CAAA;IACxB,yDAAgB,CAAA;AAClB,CAAC,EAZW,UAAU,KAAV,UAAU,QAYrB","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","sourceRoot":"","sources":["../../../ts/types/Enum/VatRegime.ts"],"names":[],"mappings":"AAEA,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+CAAW,CAAA;IACX,mDAAa,CAAA;IACb,qDAAc,CAAA;IACd,6DAAkB,CAAA;AACpB,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAED,MAAM,CAAC,MAAM,aAAa,GAAS;IACjC;QACE,EAAE,EAAE,SAAS,CAAC,OAAO;QACrB,KAAK,EAAE,SAAS;KACjB;IACD;QACE,EAAE,EAAE,SAAS,CAAC,SAAS;QACvB,KAAK,EAAE,aAAa;KACrB;IACD;QACE,EAAE,EAAE,SAAS,CAAC,UAAU;QACxB,KAAK,EAAE,WAAW;KACnB;IACD;QACE,EAAE,EAAE,SAAS,CAAC,cAAc;QAC5B,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"VatRegime.js","sourceRoot":"","sources":["../../../ts/types/Enum/VatRegime.ts"],"names":[],"mappings":"AAEA,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+CAAW,CAAA;IACX,mDAAa,CAAA;IACb,qDAAc,CAAA;IACd,6DAAkB,CAAA;AACpB,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAED,MAAM,CAAC,MAAM,aAAa,GAAS;IACjC;QACE,EAAE,EAAE,SAAS,CAAC,OAAO;QACrB,KAAK,EAAE,SAAS;KACjB;IACD;QACE,EAAE,EAAE,SAAS,CAAC,SAAS;QACvB,KAAK,EAAE,aAAa;KACrB;IACD;QACE,EAAE,EAAE,SAAS,CAAC,UAAU;QACxB,KAAK,EAAE,WAAW;KACnB;IACD;QACE,EAAE,EAAE,SAAS,CAAC,cAAc;QAC5B,KAAK,EAAE,YAAY;KACpB;CACF,CAAC","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"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateInternalInvoicing.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts"],"names":[],"mappings":"AAKA,qBAAa,uBAAuB;IAIlC,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateInternalInvoicing.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts"],"names":[],"mappings":"AAKA,qBAAa,uBAAuB;IAIlC,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAIzB,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAK3B,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAIrB,KAAK,EAAE,MAAM,CAAC;IAId,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -17,6 +17,11 @@ __decorate([
|
|
|
17
17
|
IsArray(),
|
|
18
18
|
__metadata("design:type", Array)
|
|
19
19
|
], CreateInternalInvoicing.prototype, "idSociety", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
ApiProperty(),
|
|
22
|
+
IsArray(),
|
|
23
|
+
__metadata("design:type", Array)
|
|
24
|
+
], CreateInternalInvoicing.prototype, "idTypeBrand", void 0);
|
|
20
25
|
__decorate([
|
|
21
26
|
ApiProperty(),
|
|
22
27
|
IsArray(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateInternalInvoicing.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,aAAa,EAAE,OAAO,EAAE,QAAQ,EAAE,UAAU,GAC7C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,uBAAuB;
|
|
1
|
+
{"version":3,"file":"CreateInternalInvoicing.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,aAAa,EAAE,OAAO,EAAE,QAAQ,EAAE,UAAU,GAC7C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,uBAAuB;CAsBnC;AAlBC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,OAAO,EAAE;8BACC,KAAK;0DAAS;AAIzB;IAFC,WAAW,EAAE;IACb,OAAO,EAAE;8BACG,KAAK;4DAAS;AAK3B;IAHC,WAAW,EAAE;IACb,OAAO,EAAE;IACT,aAAa,EAAE;8BACT,KAAK;sDAAS;AAIrB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;sDACG;AAId;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;qDACE","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"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateInternalInvoicing2in.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CreateInternalInvoicing2in.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.ts"],"names":[],"mappings":"AAGA,qBAAa,0BAA0B;IAGrC,KAAK,EAAE,MAAM,CAAC;IAId,IAAI,EAAE,MAAM,CAAC;IAIb,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B"}
|
|
@@ -7,15 +7,23 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
|
+
import { IsArray, IsNumber } from 'class-validator';
|
|
10
11
|
import { ApiProperty } from '../../../../utils';
|
|
11
12
|
export class CreateInternalInvoicing2in {
|
|
12
13
|
}
|
|
13
14
|
__decorate([
|
|
14
15
|
ApiProperty(),
|
|
16
|
+
IsNumber(),
|
|
15
17
|
__metadata("design:type", Number)
|
|
16
18
|
], CreateInternalInvoicing2in.prototype, "month", void 0);
|
|
17
19
|
__decorate([
|
|
18
20
|
ApiProperty(),
|
|
21
|
+
IsNumber(),
|
|
19
22
|
__metadata("design:type", Number)
|
|
20
23
|
], CreateInternalInvoicing2in.prototype, "year", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
ApiProperty(),
|
|
26
|
+
IsArray(),
|
|
27
|
+
__metadata("design:type", Array)
|
|
28
|
+
], CreateInternalInvoicing2in.prototype, "idTypeBrand", void 0);
|
|
21
29
|
//# sourceMappingURL=CreateInternalInvoicing2in.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateInternalInvoicing2in.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,0BAA0B;
|
|
1
|
+
{"version":3,"file":"CreateInternalInvoicing2in.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,0BAA0B;CAYtC;AATC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;yDACG;AAId;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;wDACE;AAIb;IAFC,WAAW,EAAE;IACb,OAAO,EAAE;8BACG,KAAK;+DAAS","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 @@
|
|
|
1
|
+
{"version":3,"file":"GetLastRef.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/GetLastRef.ts"],"names":[],"mappings":"AAGA,qBAAa,UAAU;IAGrB,KAAK,EAAE,MAAM,CAAC;IAId,QAAQ,EAAE,MAAM,CAAC;IAIjB,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B"}
|