@silexpert/core 1.0.203 → 1.0.205
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/types/Enum/Activity.d.ts +50 -0
- package/es/types/Enum/Activity.d.ts.map +1 -1
- package/es/types/Enum/Activity.js +50 -0
- package/es/types/Enum/Activity.js.map +1 -1
- package/es/types/Enum/BrandClems.d.ts +164 -0
- package/es/types/Enum/BrandClems.d.ts.map +1 -0
- package/es/types/Enum/BrandClems.js +155 -0
- package/es/types/Enum/BrandClems.js.map +1 -0
- package/es/types/Enum/BrandLegalstart.js +3 -3
- package/es/types/Enum/BrandLegalstart.js.map +1 -1
- package/es/types/Enum/BrandPourcentage.js +2 -2
- package/es/types/Enum/BrandPourcentage.js.map +1 -1
- package/es/types/Enum/Country.d.ts +200 -0
- package/es/types/Enum/Country.d.ts.map +1 -1
- package/es/types/Enum/Country.js +393 -0
- package/es/types/Enum/Country.js.map +1 -1
- package/es/types/Enum/PaymentExpectation.d.ts +18 -0
- package/es/types/Enum/PaymentExpectation.d.ts.map +1 -0
- package/es/types/Enum/PaymentExpectation.js +66 -0
- package/es/types/Enum/PaymentExpectation.js.map +1 -0
- package/es/types/Enum/PrestationType.d.ts +4 -1
- package/es/types/Enum/PrestationType.d.ts.map +1 -1
- package/es/types/Enum/PrestationType.js +54 -0
- package/es/types/Enum/PrestationType.js.map +1 -1
- package/es/types/Interface/api/exercice/QueryExercice.d.ts +1 -0
- package/es/types/Interface/api/exercice/QueryExercice.d.ts.map +1 -1
- package/es/types/Interface/api/exercice/QueryExercice.js +7 -0
- package/es/types/Interface/api/exercice/QueryExercice.js.map +1 -1
- package/es/types/Interface/api/society/CreateSocietyDetail.d.ts +6 -0
- package/es/types/Interface/api/society/CreateSocietyDetail.d.ts.map +1 -0
- package/es/types/Interface/api/society/CreateSocietyDetail.js +32 -0
- package/es/types/Interface/api/society/CreateSocietyDetail.js.map +1 -0
- package/es/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts +15 -0
- package/es/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts.map +1 -0
- package/es/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js +71 -0
- package/es/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js.map +1 -0
- package/es/types/Interface/api/statutsGeneration/SendInviteMailParams.d.ts +4 -0
- package/es/types/Interface/api/statutsGeneration/SendInviteMailParams.d.ts.map +1 -0
- package/es/types/Interface/api/statutsGeneration/SendInviteMailParams.js +19 -0
- package/es/types/Interface/api/statutsGeneration/SendInviteMailParams.js.map +1 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExercice.d.ts +5 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExercice.d.ts.map +1 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExercice.js +26 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExercice.js.map +1 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExerciceParams.d.ts +5 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExerciceParams.d.ts.map +1 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExerciceParams.js +26 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExerciceParams.js.map +1 -0
- package/es/types/Interface/models/ISocietyDetail.d.ts +97 -97
- package/es/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyDetail.js.map +1 -1
- package/es/types/index.d.ts +5 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +5 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/amount.d.ts +1 -0
- package/es/utils/amount.d.ts.map +1 -1
- package/es/utils/amount.js +300 -0
- package/es/utils/amount.js.map +1 -1
- package/js/types/Enum/Activity.js +50 -0
- package/js/types/Enum/Activity.js.map +1 -1
- package/js/types/Enum/BrandClems.js +157 -0
- package/js/types/Enum/BrandClems.js.map +1 -0
- package/js/types/Enum/BrandLegalstart.js +3 -3
- package/js/types/Enum/BrandLegalstart.js.map +1 -1
- package/js/types/Enum/BrandPourcentage.js +2 -2
- package/js/types/Enum/BrandPourcentage.js.map +1 -1
- package/js/types/Enum/Country.js +780 -0
- package/js/types/Enum/Country.js.map +1 -1
- package/js/types/Enum/PaymentExpectation.js +60 -0
- package/js/types/Enum/PaymentExpectation.js.map +1 -0
- package/js/types/Enum/PrestationType.js +54 -0
- package/js/types/Enum/PrestationType.js.map +1 -1
- package/js/types/Interface/api/exercice/QueryExercice.js +1 -0
- package/js/types/Interface/api/exercice/QueryExercice.js.map +1 -1
- package/js/types/Interface/api/society/CreateSocietyDetail.js +24 -0
- package/js/types/Interface/api/society/CreateSocietyDetail.js.map +1 -0
- package/js/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js +34 -0
- package/js/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js.map +1 -0
- package/js/types/Interface/api/statutsGeneration/SendInviteMailParams.js +22 -0
- package/js/types/Interface/api/statutsGeneration/SendInviteMailParams.js.map +1 -0
- package/js/types/Interface/api/statutsGeneration/UpdateExercice.js +23 -0
- package/js/types/Interface/api/statutsGeneration/UpdateExercice.js.map +1 -0
- package/js/types/Interface/api/statutsGeneration/UpdateExerciceParams.js +23 -0
- package/js/types/Interface/api/statutsGeneration/UpdateExerciceParams.js.map +1 -0
- package/js/types/Interface/models/ISocietyDetail.js.map +1 -1
- package/js/types/index.js +50 -0
- package/js/types/index.js.map +1 -1
- package/js/utils/amount.js +238 -0
- package/js/utils/amount.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/Activity.ts +52 -1
- package/ts/types/Enum/BrandClems.ts +154 -0
- package/ts/types/Enum/BrandLegalstart.ts +3 -3
- package/ts/types/Enum/BrandPourcentage.ts +2 -2
- package/ts/types/Enum/Country.ts +394 -0
- package/ts/types/Enum/PaymentExpectation.ts +65 -0
- package/ts/types/Enum/PrestationType.ts +54 -0
- package/ts/types/Interface/api/exercice/QueryExercice.ts +6 -0
- package/ts/types/Interface/api/society/CreateSocietyDetail.ts +19 -0
- package/ts/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.ts +54 -0
- package/ts/types/Interface/api/statutsGeneration/SendInviteMailParams.ts +10 -0
- package/ts/types/Interface/api/statutsGeneration/UpdateExercice.ts +16 -0
- package/ts/types/Interface/api/statutsGeneration/UpdateExerciceParams.ts +16 -0
- package/ts/types/Interface/models/ISocietyDetail.ts +97 -97
- package/ts/types/index.ts +5 -0
- package/ts/utils/amount.ts +171 -0
|
@@ -12,4 +12,54 @@ export declare enum Activity {
|
|
|
12
12
|
BTP = 11,
|
|
13
13
|
MEDICAL = 12
|
|
14
14
|
}
|
|
15
|
+
export declare const ActivityDetail: {
|
|
16
|
+
PRESTA_SERVICE: {
|
|
17
|
+
id: Activity;
|
|
18
|
+
name: string;
|
|
19
|
+
};
|
|
20
|
+
COMMERCANT: {
|
|
21
|
+
id: Activity;
|
|
22
|
+
name: string;
|
|
23
|
+
};
|
|
24
|
+
PROF_LIB: {
|
|
25
|
+
id: Activity;
|
|
26
|
+
name: string;
|
|
27
|
+
};
|
|
28
|
+
AUTRES: {
|
|
29
|
+
id: Activity;
|
|
30
|
+
name: string;
|
|
31
|
+
};
|
|
32
|
+
AGRICOLE: {
|
|
33
|
+
id: Activity;
|
|
34
|
+
name: string;
|
|
35
|
+
};
|
|
36
|
+
INFORMATIQUE: {
|
|
37
|
+
id: Activity;
|
|
38
|
+
name: string;
|
|
39
|
+
};
|
|
40
|
+
CONSEIL: {
|
|
41
|
+
id: Activity;
|
|
42
|
+
name: string;
|
|
43
|
+
};
|
|
44
|
+
ART: {
|
|
45
|
+
id: Activity;
|
|
46
|
+
name: string;
|
|
47
|
+
};
|
|
48
|
+
RESTAURATION: {
|
|
49
|
+
id: Activity;
|
|
50
|
+
name: string;
|
|
51
|
+
};
|
|
52
|
+
TRANSPORT: {
|
|
53
|
+
id: Activity;
|
|
54
|
+
name: string;
|
|
55
|
+
};
|
|
56
|
+
BTP: {
|
|
57
|
+
id: Activity;
|
|
58
|
+
name: string;
|
|
59
|
+
};
|
|
60
|
+
MEDICAL: {
|
|
61
|
+
id: Activity;
|
|
62
|
+
name: string;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
15
65
|
//# sourceMappingURL=Activity.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Activity.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Activity.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAClB,cAAc,IAAI;IAClB,UAAU,IAAI;IACd,QAAQ,IAAI;IACZ,MAAM,IAAI;IACV,QAAQ,IAAI;IACZ,YAAY,IAAI;IAChB,OAAO,IAAI;IACX,GAAG,IAAI;IACP,YAAY,IAAI;IAChB,SAAS,KAAK;IACd,GAAG,KAAK;IACR,OAAO,KAAK;CACb"}
|
|
1
|
+
{"version":3,"file":"Activity.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Activity.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAClB,cAAc,IAAI;IAClB,UAAU,IAAI;IACd,QAAQ,IAAI;IACZ,MAAM,IAAI;IACV,QAAQ,IAAI;IACZ,YAAY,IAAI;IAChB,OAAO,IAAI;IACX,GAAG,IAAI;IACP,YAAY,IAAI;IAChB,SAAS,KAAK;IACd,GAAG,KAAK;IACR,OAAO,KAAK;CACb;AAED,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiD1B,CAAC"}
|
|
@@ -13,4 +13,54 @@ export var Activity;
|
|
|
13
13
|
Activity[Activity["BTP"] = 11] = "BTP";
|
|
14
14
|
Activity[Activity["MEDICAL"] = 12] = "MEDICAL";
|
|
15
15
|
})(Activity || (Activity = {}));
|
|
16
|
+
export const ActivityDetail = {
|
|
17
|
+
PRESTA_SERVICE: {
|
|
18
|
+
id: Activity.PRESTA_SERVICE,
|
|
19
|
+
name: 'Prestations de service',
|
|
20
|
+
},
|
|
21
|
+
COMMERCANT: {
|
|
22
|
+
id: Activity.COMMERCANT,
|
|
23
|
+
name: 'Commerce',
|
|
24
|
+
},
|
|
25
|
+
PROF_LIB: {
|
|
26
|
+
id: Activity.PROF_LIB,
|
|
27
|
+
name: 'Service à la personne',
|
|
28
|
+
},
|
|
29
|
+
AUTRES: {
|
|
30
|
+
id: Activity.AUTRES,
|
|
31
|
+
name: 'Autre',
|
|
32
|
+
},
|
|
33
|
+
AGRICOLE: {
|
|
34
|
+
id: Activity.AGRICOLE,
|
|
35
|
+
name: 'Agriculture',
|
|
36
|
+
},
|
|
37
|
+
INFORMATIQUE: {
|
|
38
|
+
id: Activity.INFORMATIQUE,
|
|
39
|
+
name: 'Informatique',
|
|
40
|
+
},
|
|
41
|
+
CONSEIL: {
|
|
42
|
+
id: Activity.CONSEIL,
|
|
43
|
+
name: 'Conseils',
|
|
44
|
+
},
|
|
45
|
+
ART: {
|
|
46
|
+
id: Activity.ART,
|
|
47
|
+
name: 'Arts',
|
|
48
|
+
},
|
|
49
|
+
RESTAURATION: {
|
|
50
|
+
id: Activity.RESTAURATION,
|
|
51
|
+
name: 'Restauration',
|
|
52
|
+
},
|
|
53
|
+
TRANSPORT: {
|
|
54
|
+
id: Activity.TRANSPORT,
|
|
55
|
+
name: 'Transports',
|
|
56
|
+
},
|
|
57
|
+
BTP: {
|
|
58
|
+
id: Activity.BTP,
|
|
59
|
+
name: 'BTP & Artisans',
|
|
60
|
+
},
|
|
61
|
+
MEDICAL: {
|
|
62
|
+
id: Activity.MEDICAL,
|
|
63
|
+
name: 'Médical',
|
|
64
|
+
},
|
|
65
|
+
};
|
|
16
66
|
//# sourceMappingURL=Activity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Activity.js","sourceRoot":"","sources":["../../../ts/types/Enum/Activity.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,QAaX;AAbD,WAAY,QAAQ;IAClB,2DAAkB,CAAA;IAClB,mDAAc,CAAA;IACd,+CAAY,CAAA;IACZ,2CAAU,CAAA;IACV,+CAAY,CAAA;IACZ,uDAAgB,CAAA;IAChB,6CAAW,CAAA;IACX,qCAAO,CAAA;IACP,uDAAgB,CAAA;IAChB,kDAAc,CAAA;IACd,sCAAQ,CAAA;IACR,8CAAY,CAAA;AACd,CAAC,EAbW,QAAQ,KAAR,QAAQ,QAanB","sourcesContent":["export enum Activity {\n PRESTA_SERVICE = 1,\n COMMERCANT = 2,\n PROF_LIB = 3,\n AUTRES = 4,\n AGRICOLE = 5,\n INFORMATIQUE = 6,\n CONSEIL = 7,\n ART = 8,\n RESTAURATION = 9,\n TRANSPORT = 10,\n BTP = 11,\n MEDICAL = 12,\n}"]}
|
|
1
|
+
{"version":3,"file":"Activity.js","sourceRoot":"","sources":["../../../ts/types/Enum/Activity.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,QAaX;AAbD,WAAY,QAAQ;IAClB,2DAAkB,CAAA;IAClB,mDAAc,CAAA;IACd,+CAAY,CAAA;IACZ,2CAAU,CAAA;IACV,+CAAY,CAAA;IACZ,uDAAgB,CAAA;IAChB,6CAAW,CAAA;IACX,qCAAO,CAAA;IACP,uDAAgB,CAAA;IAChB,kDAAc,CAAA;IACd,sCAAQ,CAAA;IACR,8CAAY,CAAA;AACd,CAAC,EAbW,QAAQ,KAAR,QAAQ,QAanB;AAED,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,cAAc,EAAE;QACd,EAAE,EAAE,QAAQ,CAAC,cAAc;QAC3B,IAAI,EAAE,wBAAwB;KAC/B;IACD,UAAU,EAAE;QACV,EAAE,EAAE,QAAQ,CAAC,UAAU;QACvB,IAAI,EAAE,UAAU;KACjB;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,QAAQ,CAAC,QAAQ;QACrB,IAAI,EAAE,uBAAuB;KAC9B;IACD,MAAM,EAAE;QACN,EAAE,EAAE,QAAQ,CAAC,MAAM;QACnB,IAAI,EAAE,OAAO;KACd;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,QAAQ,CAAC,QAAQ;QACrB,IAAI,EAAE,aAAa;KACpB;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,QAAQ,CAAC,YAAY;QACzB,IAAI,EAAE,cAAc;KACrB;IACD,OAAO,EAAE;QACP,EAAE,EAAE,QAAQ,CAAC,OAAO;QACpB,IAAI,EAAE,UAAU;KACjB;IACD,GAAG,EAAE;QACH,EAAE,EAAE,QAAQ,CAAC,GAAG;QAChB,IAAI,EAAE,MAAM;KACb;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,QAAQ,CAAC,YAAY;QACzB,IAAI,EAAE,cAAc;KACrB;IACD,SAAS,EAAE;QACT,EAAE,EAAE,QAAQ,CAAC,SAAS;QACtB,IAAI,EAAE,YAAY;KACnB;IACD,GAAG,EAAE;QACH,EAAE,EAAE,QAAQ,CAAC,GAAG;QAChB,IAAI,EAAE,gBAAgB;KACvB;IACD,OAAO,EAAE;QACP,EAAE,EAAE,QAAQ,CAAC,OAAO;QACpB,IAAI,EAAE,SAAS;KAChB;CACF,CAAC","sourcesContent":["export enum Activity {\n PRESTA_SERVICE = 1,\n COMMERCANT = 2,\n PROF_LIB = 3,\n AUTRES = 4,\n AGRICOLE = 5,\n INFORMATIQUE = 6,\n CONSEIL = 7,\n ART = 8,\n RESTAURATION = 9,\n TRANSPORT = 10,\n BTP = 11,\n MEDICAL = 12,\n}\n\nexport const ActivityDetail = {\n PRESTA_SERVICE: {\n id: Activity.PRESTA_SERVICE,\n name: 'Prestations de service',\n },\n COMMERCANT: {\n id: Activity.COMMERCANT,\n name: 'Commerce',\n },\n PROF_LIB: {\n id: Activity.PROF_LIB,\n name: 'Service à la personne',\n },\n AUTRES: {\n id: Activity.AUTRES,\n name: 'Autre',\n },\n AGRICOLE: {\n id: Activity.AGRICOLE,\n name: 'Agriculture',\n },\n INFORMATIQUE: {\n id: Activity.INFORMATIQUE,\n name: 'Informatique',\n },\n CONSEIL: {\n id: Activity.CONSEIL,\n name: 'Conseils',\n },\n ART: {\n id: Activity.ART,\n name: 'Arts',\n },\n RESTAURATION: {\n id: Activity.RESTAURATION,\n name: 'Restauration',\n },\n TRANSPORT: {\n id: Activity.TRANSPORT,\n name: 'Transports',\n },\n BTP: {\n id: Activity.BTP,\n name: 'BTP & Artisans',\n },\n MEDICAL: {\n id: Activity.MEDICAL,\n name: 'Médical',\n },\n};"]}
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
export declare const BrandComptalib: ({
|
|
2
|
+
idTypeBrand: number;
|
|
3
|
+
name: string;
|
|
4
|
+
urlS3: string;
|
|
5
|
+
logoS3: string;
|
|
6
|
+
colors: {
|
|
7
|
+
primary: string;
|
|
8
|
+
primary50: string;
|
|
9
|
+
primary100: string;
|
|
10
|
+
primary300: string;
|
|
11
|
+
primary500: string;
|
|
12
|
+
primary700: string;
|
|
13
|
+
};
|
|
14
|
+
listPhones: {
|
|
15
|
+
contact: string;
|
|
16
|
+
qualite: string;
|
|
17
|
+
juridique: string;
|
|
18
|
+
};
|
|
19
|
+
listMails: {
|
|
20
|
+
administratif: string;
|
|
21
|
+
app: string;
|
|
22
|
+
bonjour: string;
|
|
23
|
+
contact: string;
|
|
24
|
+
facturation: string;
|
|
25
|
+
feedback: string;
|
|
26
|
+
juridique: string;
|
|
27
|
+
informatique: string;
|
|
28
|
+
msd: string;
|
|
29
|
+
noreply: string;
|
|
30
|
+
qualite: string;
|
|
31
|
+
paiement: string;
|
|
32
|
+
rh: string;
|
|
33
|
+
social: string;
|
|
34
|
+
support: string;
|
|
35
|
+
tva: string;
|
|
36
|
+
wb: string;
|
|
37
|
+
};
|
|
38
|
+
companyInformation: {
|
|
39
|
+
ape: string;
|
|
40
|
+
bp: string;
|
|
41
|
+
city: string;
|
|
42
|
+
montantCapital: string;
|
|
43
|
+
nomRaisonSociale: string;
|
|
44
|
+
ECOrderCity: string;
|
|
45
|
+
phone: string;
|
|
46
|
+
postalAddress: string;
|
|
47
|
+
rcs: string;
|
|
48
|
+
statut: string;
|
|
49
|
+
zipCode: string;
|
|
50
|
+
ECName?: undefined;
|
|
51
|
+
};
|
|
52
|
+
idPrestationsListAuthorized: number[];
|
|
53
|
+
logoUrl: string;
|
|
54
|
+
miniLogoUrl: string;
|
|
55
|
+
hiddenPages: never[];
|
|
56
|
+
recaptchaSecretKey: string;
|
|
57
|
+
urlApp: string;
|
|
58
|
+
urlExpert: string;
|
|
59
|
+
urlClient: string;
|
|
60
|
+
webmail: {
|
|
61
|
+
domain: string;
|
|
62
|
+
};
|
|
63
|
+
offices: {
|
|
64
|
+
LAXOU: {
|
|
65
|
+
id: number;
|
|
66
|
+
name: string;
|
|
67
|
+
};
|
|
68
|
+
HOME_OFFICE: {
|
|
69
|
+
id: number;
|
|
70
|
+
name: string;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
urlApi1?: undefined;
|
|
74
|
+
urlApi2?: undefined;
|
|
75
|
+
bank?: undefined;
|
|
76
|
+
internalInvoicing?: undefined;
|
|
77
|
+
} | {
|
|
78
|
+
idTypeBrand: number;
|
|
79
|
+
urlS3: string;
|
|
80
|
+
logoS3: string;
|
|
81
|
+
name: string;
|
|
82
|
+
colors: {
|
|
83
|
+
primary: string;
|
|
84
|
+
primary50?: undefined;
|
|
85
|
+
primary100?: undefined;
|
|
86
|
+
primary300?: undefined;
|
|
87
|
+
primary500?: undefined;
|
|
88
|
+
primary700?: undefined;
|
|
89
|
+
};
|
|
90
|
+
listPhones: {
|
|
91
|
+
contact: string;
|
|
92
|
+
qualite: string;
|
|
93
|
+
juridique: string;
|
|
94
|
+
};
|
|
95
|
+
listMails: {
|
|
96
|
+
administratif: string;
|
|
97
|
+
app: string;
|
|
98
|
+
bonjour: string;
|
|
99
|
+
contact: string;
|
|
100
|
+
facturation: string;
|
|
101
|
+
feedback: string;
|
|
102
|
+
juridique: string;
|
|
103
|
+
informatique: string;
|
|
104
|
+
msd: string;
|
|
105
|
+
noreply: string;
|
|
106
|
+
qualite: string;
|
|
107
|
+
paiement: string;
|
|
108
|
+
social: string;
|
|
109
|
+
support: string;
|
|
110
|
+
tva: string;
|
|
111
|
+
wb: string;
|
|
112
|
+
rh?: undefined;
|
|
113
|
+
};
|
|
114
|
+
companyInformation: {
|
|
115
|
+
ape: string;
|
|
116
|
+
bp: string;
|
|
117
|
+
city: string;
|
|
118
|
+
montantCapital: string;
|
|
119
|
+
nomRaisonSociale: string;
|
|
120
|
+
ECName: string;
|
|
121
|
+
ECOrderCity: string;
|
|
122
|
+
phone: string;
|
|
123
|
+
postalAddress: string;
|
|
124
|
+
rcs: string;
|
|
125
|
+
statut: string;
|
|
126
|
+
zipCode: string;
|
|
127
|
+
};
|
|
128
|
+
idPrestationsListAuthorized: number[];
|
|
129
|
+
logoUrl: string;
|
|
130
|
+
miniLogoUrl: string;
|
|
131
|
+
hiddenPages: never[];
|
|
132
|
+
recaptchaSecretKey: string;
|
|
133
|
+
urlApp: string;
|
|
134
|
+
urlApi1: string;
|
|
135
|
+
urlApi2: string;
|
|
136
|
+
urlExpert: string;
|
|
137
|
+
urlClient: string;
|
|
138
|
+
bank: {
|
|
139
|
+
IBAN: string;
|
|
140
|
+
BIC: string;
|
|
141
|
+
Name: string;
|
|
142
|
+
Id: string;
|
|
143
|
+
};
|
|
144
|
+
internalInvoicing: {
|
|
145
|
+
statut: string;
|
|
146
|
+
name: string;
|
|
147
|
+
address: string;
|
|
148
|
+
zipCode: string;
|
|
149
|
+
city: string;
|
|
150
|
+
country: string;
|
|
151
|
+
montantCapital: string;
|
|
152
|
+
siret: string;
|
|
153
|
+
ape: string;
|
|
154
|
+
rcs: string;
|
|
155
|
+
phone: string;
|
|
156
|
+
vatIntracom: string;
|
|
157
|
+
email: string;
|
|
158
|
+
};
|
|
159
|
+
webmail: {
|
|
160
|
+
domain: string;
|
|
161
|
+
};
|
|
162
|
+
offices?: undefined;
|
|
163
|
+
})[];
|
|
164
|
+
//# sourceMappingURL=BrandClems.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BrandClems.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandClems.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyJ1B,CAAC"}
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
export const BrandComptalib = [
|
|
2
|
+
{
|
|
3
|
+
idTypeBrand: 1,
|
|
4
|
+
name: 'Clems',
|
|
5
|
+
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clems/',
|
|
6
|
+
logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',
|
|
7
|
+
colors: {
|
|
8
|
+
primary: '#45A1FF',
|
|
9
|
+
primary50: '#EDF2FF',
|
|
10
|
+
primary100: '#D0DDFF',
|
|
11
|
+
primary300: '#739AFF',
|
|
12
|
+
primary500: '#45A1FF',
|
|
13
|
+
primary700: '#0B2B80',
|
|
14
|
+
},
|
|
15
|
+
listPhones: {
|
|
16
|
+
contact: '01 86 90 92 80',
|
|
17
|
+
qualite: '01 86 90 92 80',
|
|
18
|
+
juridique: '01 86 90 92 80',
|
|
19
|
+
},
|
|
20
|
+
listMails: {
|
|
21
|
+
administratif: 'contact@klems.fr',
|
|
22
|
+
app: 'contact@klems.fr',
|
|
23
|
+
bonjour: 'contact@klems.fr',
|
|
24
|
+
contact: 'contact@klems.fr',
|
|
25
|
+
facturation: 'contact@klems.fr',
|
|
26
|
+
feedback: 'contact@klems.fr',
|
|
27
|
+
juridique: 'contact@klems.fr',
|
|
28
|
+
informatique: 'contact@klems.fr',
|
|
29
|
+
msd: 'contact@klems.fr',
|
|
30
|
+
noreply: 'noreply@klems.fr',
|
|
31
|
+
qualite: 'contact@klems.fr',
|
|
32
|
+
paiement: 'contact@klems.fr',
|
|
33
|
+
rh: 'contact@klems.fr',
|
|
34
|
+
social: 'contact@klems.fr',
|
|
35
|
+
support: 'support@klems.fr',
|
|
36
|
+
tva: 'contact@klems.fr',
|
|
37
|
+
wb: 'contact@klems.fr',
|
|
38
|
+
},
|
|
39
|
+
companyInformation: {
|
|
40
|
+
ape: '6201Z',
|
|
41
|
+
bp: '',
|
|
42
|
+
city: 'Paris',
|
|
43
|
+
montantCapital: '10 000',
|
|
44
|
+
nomRaisonSociale: 'COMPTALIB',
|
|
45
|
+
ECOrderCity: 'Nancy',
|
|
46
|
+
phone: '01 86 90 92 80',
|
|
47
|
+
postalAddress: '30, rue des Mathurins',
|
|
48
|
+
rcs: '808 070 726',
|
|
49
|
+
statut: 'SAS',
|
|
50
|
+
zipCode: '75 008',
|
|
51
|
+
},
|
|
52
|
+
idPrestationsListAuthorized: [197],
|
|
53
|
+
logoUrl: 'logo-clems.svg',
|
|
54
|
+
miniLogoUrl: 'logo-clems.svg',
|
|
55
|
+
hiddenPages: [],
|
|
56
|
+
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
57
|
+
urlApp: 'https://app.klems.fr',
|
|
58
|
+
urlExpert: 'https://pro.klems.fr',
|
|
59
|
+
urlClient: 'https://www.klems.fr',
|
|
60
|
+
webmail: {
|
|
61
|
+
domain: '@klems.fr',
|
|
62
|
+
},
|
|
63
|
+
offices: {
|
|
64
|
+
LAXOU: {
|
|
65
|
+
id: 1,
|
|
66
|
+
name: 'Laxou',
|
|
67
|
+
},
|
|
68
|
+
HOME_OFFICE: {
|
|
69
|
+
id: 5,
|
|
70
|
+
name: 'Télétravail',
|
|
71
|
+
},
|
|
72
|
+
},
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
idTypeBrand: 2,
|
|
76
|
+
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clems/',
|
|
77
|
+
logoS3: 'config/clems.png',
|
|
78
|
+
name: 'StatutsExpress',
|
|
79
|
+
colors: {
|
|
80
|
+
primary: '#1e6f5c',
|
|
81
|
+
},
|
|
82
|
+
listPhones: {
|
|
83
|
+
contact: '01 86 90 82 15',
|
|
84
|
+
qualite: '01 86 90 82 15',
|
|
85
|
+
juridique: '01 86 90 82 15',
|
|
86
|
+
},
|
|
87
|
+
listMails: {
|
|
88
|
+
administratif: 'contact@statuts-express.fr',
|
|
89
|
+
app: 'contact@statuts-express.fr',
|
|
90
|
+
bonjour: 'contact@statuts-express.fr',
|
|
91
|
+
contact: 'contact@statuts-express.fr',
|
|
92
|
+
facturation: 'facturation@statuts-express.fr',
|
|
93
|
+
feedback: 'contact@statuts-express.fr',
|
|
94
|
+
juridique: 'contact@statuts-express.fr',
|
|
95
|
+
informatique: 'contact@statuts-express.fr',
|
|
96
|
+
msd: 'contact@statuts-express.fr',
|
|
97
|
+
noreply: 'contact@statuts-express.fr',
|
|
98
|
+
qualite: 'contact@statuts-express.fr',
|
|
99
|
+
paiement: 'contact@statuts-express.fr',
|
|
100
|
+
social: 'contact@statuts-express.fr',
|
|
101
|
+
support: 'contact@statuts-express.fr',
|
|
102
|
+
tva: 'contact@statuts-express.fr',
|
|
103
|
+
wb: 'contact@statuts-express.fr',
|
|
104
|
+
},
|
|
105
|
+
companyInformation: {
|
|
106
|
+
ape: '6312Z',
|
|
107
|
+
bp: '',
|
|
108
|
+
city: 'LAXOU',
|
|
109
|
+
montantCapital: '1 000',
|
|
110
|
+
nomRaisonSociale: 'TOKAMAK',
|
|
111
|
+
ECName: 'M. William BOICHÉ',
|
|
112
|
+
ECOrderCity: 'LAXOU',
|
|
113
|
+
phone: '01 86 90 82 15',
|
|
114
|
+
postalAddress: '9, avenue du Rhin',
|
|
115
|
+
rcs: '949 227 599',
|
|
116
|
+
statut: 'SASU',
|
|
117
|
+
zipCode: '54 520',
|
|
118
|
+
},
|
|
119
|
+
idPrestationsListAuthorized: [197],
|
|
120
|
+
logoUrl: 'logo-statuts-express.svg',
|
|
121
|
+
miniLogoUrl: 'logo-statuts-express-mini.svg',
|
|
122
|
+
hiddenPages: [],
|
|
123
|
+
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
124
|
+
urlApp: 'https://app.klems.fr',
|
|
125
|
+
urlApi1: 'https://api.klems.fr',
|
|
126
|
+
urlApi2: 'https://api-next.klems.fr',
|
|
127
|
+
urlExpert: 'https://pro.klems.fr',
|
|
128
|
+
urlClient: 'https://www.statuts-express.fr',
|
|
129
|
+
bank: {
|
|
130
|
+
IBAN: '***',
|
|
131
|
+
BIC: '****',
|
|
132
|
+
Name: 'TOKAMAK',
|
|
133
|
+
Id: '****',
|
|
134
|
+
},
|
|
135
|
+
internalInvoicing: {
|
|
136
|
+
statut: 'SASU',
|
|
137
|
+
name: 'TOKAMAK',
|
|
138
|
+
address: '9, avenue du Rhin',
|
|
139
|
+
zipCode: '54520',
|
|
140
|
+
city: 'LAXOU',
|
|
141
|
+
country: 'FRANCE',
|
|
142
|
+
montantCapital: '10 000',
|
|
143
|
+
siret: '94922759900014',
|
|
144
|
+
ape: '6312Z',
|
|
145
|
+
rcs: '891 501 181',
|
|
146
|
+
phone: '03 83 93 14 14',
|
|
147
|
+
vatIntracom: 'FR71949227599',
|
|
148
|
+
email: 'facturation@statuts-express.fr',
|
|
149
|
+
},
|
|
150
|
+
webmail: {
|
|
151
|
+
domain: '@statuts-express.fr',
|
|
152
|
+
},
|
|
153
|
+
},
|
|
154
|
+
];
|
|
155
|
+
//# sourceMappingURL=BrandClems.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BrandClems.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandClems.ts"],"names":[],"mappings":"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","sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Clems',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clems/',\n logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',\n colors: {\n primary: '#45A1FF',\n primary50: '#EDF2FF',\n primary100: '#D0DDFF',\n primary300: '#739AFF',\n primary500: '#45A1FF',\n primary700: '#0B2B80',\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@klems.fr',\n app: 'contact@klems.fr',\n bonjour: 'contact@klems.fr',\n contact: 'contact@klems.fr',\n facturation: 'contact@klems.fr',\n feedback: 'contact@klems.fr',\n juridique: 'contact@klems.fr',\n informatique: 'contact@klems.fr',\n msd: 'contact@klems.fr',\n noreply: 'noreply@klems.fr',\n qualite: 'contact@klems.fr',\n paiement: 'contact@klems.fr',\n rh: 'contact@klems.fr',\n social: 'contact@klems.fr',\n support: 'support@klems.fr',\n tva: 'contact@klems.fr',\n wb: 'contact@klems.fr',\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-clems.svg',\n miniLogoUrl: 'logo-clems.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.klems.fr',\n urlExpert: 'https://pro.klems.fr',\n urlClient: 'https://www.klems.fr',\n webmail: {\n domain: '@klems.fr',\n },\n offices: {\n LAXOU: {\n id: 1,\n name: 'Laxou',\n },\n HOME_OFFICE: {\n id: 5,\n name: 'Télétravail',\n },\n },\n },\n {\n idTypeBrand: 2,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clems/',\n logoS3: 'config/clems.png',\n name: 'StatutsExpress',\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@statuts-express.fr',\n app: 'contact@statuts-express.fr',\n bonjour: 'contact@statuts-express.fr',\n contact: 'contact@statuts-express.fr',\n facturation: 'facturation@statuts-express.fr',\n feedback: 'contact@statuts-express.fr',\n juridique: 'contact@statuts-express.fr',\n informatique: 'contact@statuts-express.fr',\n msd: 'contact@statuts-express.fr',\n noreply: 'contact@statuts-express.fr',\n qualite: 'contact@statuts-express.fr',\n paiement: 'contact@statuts-express.fr',\n social: 'contact@statuts-express.fr',\n support: 'contact@statuts-express.fr',\n tva: 'contact@statuts-express.fr',\n wb: 'contact@statuts-express.fr',\n },\n companyInformation: {\n ape: '6312Z',\n bp: '',\n city: 'LAXOU',\n montantCapital: '1 000',\n nomRaisonSociale: 'TOKAMAK',\n ECName: 'M. William BOICHÉ',\n ECOrderCity: 'LAXOU',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '949 227 599',\n statut: 'SASU',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-statuts-express.svg',\n miniLogoUrl: 'logo-statuts-express-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.klems.fr',\n urlApi1: 'https://api.klems.fr',\n urlApi2: 'https://api-next.klems.fr',\n urlExpert: 'https://pro.klems.fr',\n urlClient: 'https://www.statuts-express.fr',\n bank: {\n IBAN: '***',\n BIC: '****',\n Name: 'TOKAMAK',\n Id: '****',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'TOKAMAK',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '10 000',\n siret: '94922759900014',\n ape: '6312Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR71949227599',\n email: 'facturation@statuts-express.fr',\n },\n webmail: {\n domain: '@statuts-express.fr',\n },\n },\n];"]}
|
|
@@ -8,9 +8,9 @@ export const BrandLegalstart = [
|
|
|
8
8
|
primary: '#16a974',
|
|
9
9
|
},
|
|
10
10
|
listPhones: {
|
|
11
|
-
contact: '
|
|
12
|
-
qualite: '
|
|
13
|
-
juridique: '
|
|
11
|
+
contact: '03 83 93 14 14',
|
|
12
|
+
qualite: '03 83 93 14 14',
|
|
13
|
+
juridique: '03 83 93 14 14',
|
|
14
14
|
},
|
|
15
15
|
listMails: {
|
|
16
16
|
administratif: 'comptastart@comptastartbyclementine.fr',
|
|
@@ -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,KAAK,EAAE,0DAA0D;QACjE,MAAM,EAAE,iDAAiD;QACzD,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,wCAAwC;YACvD,GAAG,EAAE,wCAAwC;YAC7C,OAAO,EAAE,oCAAoC;YAC7C,OAAO,EAAE,oCAAoC;YAC7C,WAAW,EAAE,wCAAwC;YACrD,QAAQ,EAAE,wCAAwC;YAClD,SAAS,EAAE,sCAAsC;YACjD,YAAY,EAAE,yCAAyC;YACvD,GAAG,EAAE,wCAAwC;YAC7C,OAAO,EAAE,oCAAoC;YAC7C,OAAO,EAAE,wCAAwC;YACjD,QAAQ,EAAE,wCAAwC;YAClD,EAAE,EAAE,wCAAwC;YAC5C,MAAM,EAAE,mCAAmC;YAC3C,OAAO,EAAE,wCAAwC;YACjD,GAAG,EAAE,wCAAwC;YAC7C,EAAE,EAAE,wCAAwC;SAC7C;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,uBAAuB;QAClC,IAAI,EAAE;YACJ,IAAI,EAAE,6BAA6B;YACnC,GAAG,EAAE,aAAa;YAClB,IAAI,EAAE,mBAAmB;YACzB,EAAE,EAAE,eAAe;SACpB;QACD,iBAAiB,EAAE;YACjB,MAAM,EAAE,KAAK;YACb,IAAI,EAAE,mBAAmB;YACzB,OAAO,EAAE,mBAAmB;YAC5B,OAAO,EAAE,OAAO;YAChB,IAAI,EAAE,OAAO;YACb,OAAO,EAAE,QAAQ;YACjB,cAAc,EAAE,SAAS;YACzB,KAAK,EAAE,WAAW;YAClB,GAAG,EAAE,OAAO;YACZ,GAAG,EAAE,aAAa;YAClB,KAAK,EAAE,gBAAgB;YACvB,WAAW,EAAE,eAAe;YAC5B,KAAK,EAAE,wCAAwC;SAChD;QACD,OAAO,EAAE;YACP,MAAM,EAAE,6BAA6B;SACtC;QACD,OAAO,EAAE;YACP,KAAK,EAAE;gBACL,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,OAAO;aACd;YACD,KAAK,EAAE;gBACL,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,OAAO;aACd;YACD,SAAS,EAAE;gBACT,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,WAAW;aAClB;YACD,MAAM,EAAE;gBACN,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,QAAQ;aACf;YACD,WAAW,EAAE;gBACX,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,aAAa;aACpB;SACF;KACF;CACF,CAAC","sourcesContent":["export const BrandLegalstart = [\n {\n idTypeBrand: 1,\n name: 'LegalStart',\n urlS3: 'https://resources-legalstart.s3.eu-west-3.amazonaws.com/',\n logoS3: 'config/55624137-0c29-5f16-a079-b2904a6f9e7b.svg',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '
|
|
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,KAAK,EAAE,0DAA0D;QACjE,MAAM,EAAE,iDAAiD;QACzD,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,wCAAwC;YACvD,GAAG,EAAE,wCAAwC;YAC7C,OAAO,EAAE,oCAAoC;YAC7C,OAAO,EAAE,oCAAoC;YAC7C,WAAW,EAAE,wCAAwC;YACrD,QAAQ,EAAE,wCAAwC;YAClD,SAAS,EAAE,sCAAsC;YACjD,YAAY,EAAE,yCAAyC;YACvD,GAAG,EAAE,wCAAwC;YAC7C,OAAO,EAAE,oCAAoC;YAC7C,OAAO,EAAE,wCAAwC;YACjD,QAAQ,EAAE,wCAAwC;YAClD,EAAE,EAAE,wCAAwC;YAC5C,MAAM,EAAE,mCAAmC;YAC3C,OAAO,EAAE,wCAAwC;YACjD,GAAG,EAAE,wCAAwC;YAC7C,EAAE,EAAE,wCAAwC;SAC7C;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,uBAAuB;QAClC,IAAI,EAAE;YACJ,IAAI,EAAE,6BAA6B;YACnC,GAAG,EAAE,aAAa;YAClB,IAAI,EAAE,mBAAmB;YACzB,EAAE,EAAE,eAAe;SACpB;QACD,iBAAiB,EAAE;YACjB,MAAM,EAAE,KAAK;YACb,IAAI,EAAE,mBAAmB;YACzB,OAAO,EAAE,mBAAmB;YAC5B,OAAO,EAAE,OAAO;YAChB,IAAI,EAAE,OAAO;YACb,OAAO,EAAE,QAAQ;YACjB,cAAc,EAAE,SAAS;YACzB,KAAK,EAAE,WAAW;YAClB,GAAG,EAAE,OAAO;YACZ,GAAG,EAAE,aAAa;YAClB,KAAK,EAAE,gBAAgB;YACvB,WAAW,EAAE,eAAe;YAC5B,KAAK,EAAE,wCAAwC;SAChD;QACD,OAAO,EAAE;YACP,MAAM,EAAE,6BAA6B;SACtC;QACD,OAAO,EAAE;YACP,KAAK,EAAE;gBACL,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,OAAO;aACd;YACD,KAAK,EAAE;gBACL,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,OAAO;aACd;YACD,SAAS,EAAE;gBACT,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,WAAW;aAClB;YACD,MAAM,EAAE;gBACN,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,QAAQ;aACf;YACD,WAAW,EAAE;gBACX,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,aAAa;aACpB;SACF;KACF;CACF,CAAC","sourcesContent":["export const BrandLegalstart = [\n {\n idTypeBrand: 1,\n name: 'LegalStart',\n urlS3: 'https://resources-legalstart.s3.eu-west-3.amazonaws.com/',\n logoS3: 'config/55624137-0c29-5f16-a079-b2904a6f9e7b.svg',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '03 83 93 14 14',\n qualite: '03 83 93 14 14',\n juridique: '03 83 93 14 14',\n },\n listMails: {\n administratif: 'comptastart@comptastartbyclementine.fr',\n app: 'comptastart@comptastartbyclementine.fr',\n bonjour: 'bonjour@comptastartbyclementine.fr',\n contact: 'contact@comptastartbyclementine.fr',\n facturation: 'facturation@comptastartbyclementine.fr',\n feedback: 'comptastart@comptastartbyclementine.fr',\n juridique: 'juridique@comptastartbyclementine.fr',\n informatique: 'informatique@comptastartbyclementine.fr',\n msd: 'comptastart@comptastartbyclementine.fr',\n noreply: 'noreply@comptastartbyclementine.fr',\n qualite: 'comptastart@comptastartbyclementine.fr',\n paiement: 'comptastart@comptastartbyclementine.fr',\n rh: 'comptastart@comptastartbyclementine.fr',\n social: 'social@comptastartbyclementine.fr',\n support: 'comptastart@comptastartbyclementine.fr',\n tva: 'comptastart@comptastartbyclementine.fr',\n wb: 'comptastart@comptastartbyclementine.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://clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'EXPERTISE CHOIX B',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '500 000',\n siret: '752566687',\n ape: '6920Z',\n rcs: '752 566 687',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR47752566687',\n email: 'facturation@comptastartbyclementine.fr',\n },\n webmail: {\n domain: '@comptastartbyclementine.fr',\n },\n offices: {\n LAXOU: {\n id: 1,\n name: 'Laxou',\n },\n PARIS: {\n id: 2,\n name: 'Paris',\n },\n MARSEILLE: {\n id: 3,\n name: 'Marseille',\n },\n EPINAL: {\n id: 4,\n name: 'Epinal',\n },\n HOME_OFFICE: {\n id: 5,\n name: 'Télétravail',\n },\n },\n },\n];"]}
|
|
@@ -178,7 +178,7 @@ export const BrandPourcentage = [
|
|
|
178
178
|
IBAN: 'FR7616106010019601703611154',
|
|
179
179
|
BIC: 'AGRIFRPP861',
|
|
180
180
|
Name: 'SOFRAGECO',
|
|
181
|
-
Id: '
|
|
181
|
+
Id: 'FR08ZZZ892C4F',
|
|
182
182
|
},
|
|
183
183
|
internalInvoicing: {
|
|
184
184
|
statut: 'SAS',
|
|
@@ -439,7 +439,7 @@ export const BrandPourcentage = [
|
|
|
439
439
|
IBAN: '***',
|
|
440
440
|
BIC: '***',
|
|
441
441
|
Name: 'AMEX',
|
|
442
|
-
Id: '
|
|
442
|
+
Id: 'FR57ZZZ86ECE0',
|
|
443
443
|
},
|
|
444
444
|
internalInvoicing: {
|
|
445
445
|
statut: 'SARL',
|