@silexpert/core 1.1.170 → 1.1.171
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/types/Enum/BrandClementine.d.ts +1 -1
- package/dist/cjs/types/Enum/BrandClementine.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BrandClementine.js +9 -0
- package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
- package/dist/cjs/types/Enum/BrandStatutsExpress.js +2 -2
- package/dist/cjs/types/Enum/BrandStatutsExpress.js.map +1 -1
- package/dist/cjs/types/Enum/CommercialOfferType.d.ts +1 -1
- package/dist/cjs/types/Enum/CommercialOfferType.js +1 -1
- package/dist/cjs/types/Enum/CommercialOfferType.js.map +1 -1
- package/dist/cjs/types/Enum/PaymentMethod.d.ts +1 -1
- package/dist/cjs/types/Enum/PaymentMethod.js +2 -2
- package/dist/cjs/types/Enum/PaymentMethod.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationOption.js +8 -8
- package/dist/cjs/types/Enum/PrestationOption.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts +2 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +19 -0
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts +9 -0
- package/dist/cjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js +44 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js.map +1 -1
- package/dist/cjs/types/Interface/models/IRegulation.d.ts +6 -6
- package/dist/cjs/types/Interface/models/IRegulation.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IRegulation.js.map +1 -1
- package/dist/cjs/types/index.d.ts +0 -1
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +0 -1
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/brands.d.ts +1 -1
- package/dist/cjs/utils/brands.d.ts.map +1 -1
- package/dist/cjs/utils/brands.js +4 -8
- package/dist/cjs/utils/brands.js.map +1 -1
- package/dist/mjs/types/Enum/BrandClementine.d.ts +1 -1
- package/dist/mjs/types/Enum/BrandClementine.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BrandClementine.js +9 -0
- package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
- package/dist/mjs/types/Enum/BrandStatutsExpress.js +2 -2
- package/dist/mjs/types/Enum/BrandStatutsExpress.js.map +1 -1
- package/dist/mjs/types/Enum/CommercialOfferType.d.ts +1 -1
- package/dist/mjs/types/Enum/CommercialOfferType.js +1 -1
- package/dist/mjs/types/Enum/CommercialOfferType.js.map +1 -1
- package/dist/mjs/types/Enum/PaymentMethod.d.ts +1 -1
- package/dist/mjs/types/Enum/PaymentMethod.js +2 -2
- package/dist/mjs/types/Enum/PaymentMethod.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationOption.js +8 -8
- package/dist/mjs/types/Enum/PrestationOption.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts +2 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +19 -0
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts +9 -0
- package/dist/mjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js +49 -0
- package/dist/mjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js.map +1 -1
- package/dist/mjs/types/Interface/models/IRegulation.d.ts +6 -6
- package/dist/mjs/types/Interface/models/IRegulation.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IRegulation.js.map +1 -1
- package/dist/mjs/types/index.d.ts +0 -1
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +0 -1
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/brands.d.ts +1 -1
- package/dist/mjs/utils/brands.d.ts.map +1 -1
- package/dist/mjs/utils/brands.js +4 -8
- package/dist/mjs/utils/brands.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/BrandClementine.ts +9 -0
- package/ts/types/Enum/BrandStatutsExpress.ts +2 -2
- package/ts/types/Enum/CommercialOfferType.ts +1 -1
- package/ts/types/Enum/PaymentMethod.ts +2 -2
- package/ts/types/Enum/PrestationOption.ts +8 -8
- package/ts/types/Enum/PrestationType.ts +19 -0
- package/ts/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.ts +35 -0
- package/ts/types/Interface/models/IRegulation.ts +6 -6
- package/ts/types/index.ts +0 -1
- package/ts/utils/brands.ts +4 -8
- package/dist/cjs/types/Enum/BrandClems.d.ts +0 -74
- package/dist/cjs/types/Enum/BrandClems.d.ts.map +0 -1
- package/dist/cjs/types/Enum/BrandClems.js +0 -79
- package/dist/cjs/types/Enum/BrandClems.js.map +0 -1
- package/dist/mjs/types/Enum/BrandClems.d.ts +0 -74
- package/dist/mjs/types/Enum/BrandClems.d.ts.map +0 -1
- package/dist/mjs/types/Enum/BrandClems.js +0 -76
- package/dist/mjs/types/Enum/BrandClems.js.map +0 -1
- package/ts/types/Enum/BrandClems.ts +0 -75
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"brands.js","sourceRoot":"","sources":["../../../ts/utils/brands.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,IAAI,SAAS,EAAE,MAAM,QAAQ,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"brands.js","sourceRoot":"","sources":["../../../ts/utils/brands.ts"],"names":[],"mappings":"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","sourcesContent":["import { get as getLodash } from 'lodash';\nimport { BrandClementine } from '../types/Enum/BrandClementine';\nimport { BrandLegalstart } from '../types/Enum/BrandLegalstart';\nimport { BrandComptalib } from '../types/Enum/BrandComptalib';\nimport { BrandPourcentage } from '../types/Enum/BrandPourcentage';\nimport { BrandStatutsExpress } from '../types/Enum/BrandStatutsExpress';\n\ntype brand = {\n idTypeBrand: number,\n colors: {\n primary: string,\n },\n listMails: {\n bonjour: string,\n },\n listPhones: {\n contact: string,\n },\n name: string,\n urlApi1?: string,\n urlClient?: string,\n urlApp?: string,\n offices?: {\n LAXOU: {\n id : number,\n },\n HOME_OFFICE: {\n id : number,\n }\n },\n};\n\nconst allBrands = ['Legalstart', 'Comptalib', 'Clementine', 'Pourcentage', 'StatutsExpress'] as const;\ntype BrandList = typeof allBrands[number];\n\ntype getBrandConfigParams = {\n idTypeBrand?: number,\n objectWaited?: string,\n nodeEnv?: string\n};\n\nconst getBrandNameByNodeEnv = (nodeEnv?: string): BrandList => {\n const env = nodeEnv ?? process.env.NODE_ENV ?? process.env.API_HOST;\n if (env) {\n if (env.indexOf('legalstart') > -1 || env.indexOf('Legalstart') > -1) {\n return 'Legalstart';\n }\n if (env.indexOf('comptalib') > -1 || env.indexOf('Comptalib') > -1) {\n return 'Comptalib';\n }\n if (env.indexOf('pourcentage') > -1 || env.indexOf('Pourcentage') > -1) {\n return 'Pourcentage';\n }\n if (env.indexOf('statuts') > -1 || env.indexOf('Statuts') > -1) {\n return 'StatutsExpress';\n }\n }\n return 'Clementine';\n};\n\nconst isItThisEnv = (brandList: BrandList, nodeEnv?: string): boolean => {\n const env = nodeEnv ?? process.env.NODE_ENV ?? process.env.API_HOST;\n return getBrandNameByNodeEnv(env) === brandList;\n};\n\nconst getAllBrandByNodeEnv = (nodeEnv?: string): Array<brand> => {\n const nodeEnvUsed = nodeEnv ?? process.env.NODE_ENV;\n const currentEnvName = getBrandNameByNodeEnv(nodeEnvUsed);\n const listEnvEnum = {\n BrandClementine, BrandLegalstart, BrandComptalib, BrandPourcentage, BrandStatutsExpress,\n };\n // @ts-ignore\n const currentConfigFile:brand[] = listEnvEnum[`Brand${currentEnvName}`];\n\n const brand = currentConfigFile;\n\n return brand;\n};\n\nconst getBrandConfig = (params: getBrandConfigParams): brand => {\n const {\n idTypeBrand = null, objectWaited = null, nodeEnv,\n } = params;\n let brand;\n const nodeEnvUsed = nodeEnv ?? process.env.NODE_ENV;\n const currentEnvName = getBrandNameByNodeEnv(nodeEnvUsed);\n const listEnvEnum = {\n BrandClementine, BrandLegalstart, BrandComptalib, BrandPourcentage, BrandStatutsExpress,\n };\n // @ts-ignore\n const currentConfigFile:brand[] = listEnvEnum[`Brand${currentEnvName}`];\n\n if (idTypeBrand) {\n // Récupération de la brand via idTypeBrand\n brand = currentConfigFile.find((b: brand) => b.idTypeBrand === idTypeBrand);\n }\n // else if (idSociety) {\n // Récupération de la brand via l'idSociety -> impossible directement depuis le core (pas d'accès au resources, ni au token pour l'appel via fetch)\n\n if (!brand) {\n // Si aucune brand trouvée, on passe par défaut la première brand de la liste\n [brand] = currentConfigFile.sort((a: brand, b: brand) => a.idTypeBrand - b.idTypeBrand);\n }\n\n if (objectWaited) {\n // Si on attend un attribut particulier de la brand, on le parcourt\n let objectToReturn = getLodash(brand, objectWaited);\n // Si aucun attribut trouvé, on renvoit celui de Clementine par défaut\n if (!objectToReturn) {\n const brandDefault = currentConfigFile.find((b: brand) => b.name === currentEnvName);\n objectToReturn = getLodash(brandDefault, objectWaited);\n }\n return objectToReturn;\n }\n\n return brand;\n};\n\nconst getBrandByEmail = (email: string): 'Legalstart' | 'Comptalib' | 'Clementine' | 'Pourcentage' | 'Lecomptablefrancais' | null => {\n if (email.indexOf('legalstart.fr') > -1 || email.indexOf('comptastartbyclementine.fr') > -1) return 'Legalstart';\n if (email.indexOf('comptalib.com') > -1) return 'Comptalib';\n if (email.indexOf('pourcentage.fr') > -1) return 'Pourcentage';\n if (email.indexOf('compta-clementine.fr') > -1) return 'Clementine';\n if (email.indexOf('clementine.fr') > -1) return 'Clementine';\n if (email.indexOf('lecomptablefrancais.fr') > -1) return 'Lecomptablefrancais';\n return null;\n};\n\nconst getSubBrandList = (nodeEnv?: string): Array<object> => {\n const nodeEnvUsed = nodeEnv ?? process.env.NODE_ENV;\n const currentEnvName = getBrandNameByNodeEnv(nodeEnvUsed);\n const listEnvEnum = {\n BrandClementine, BrandLegalstart, BrandComptalib, BrandPourcentage, BrandStatutsExpress,\n };\n // @ts-ignore\n const currentConfigFile: brand[] = listEnvEnum[`Brand${currentEnvName}`];\n\n return currentConfigFile;\n};\n\nexport {\n getBrandConfig, isItThisEnv, getAllBrandByNodeEnv, getBrandNameByNodeEnv, getBrandByEmail, getSubBrandList,\n};"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@silexpert/core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.171",
|
|
4
4
|
"description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
|
|
5
5
|
"homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -439,6 +439,7 @@ export const BrandClementine = [
|
|
|
439
439
|
urlApi2: 'https://api-next.compta-clementine.fr',
|
|
440
440
|
urlExpert: 'https://expert.compta-clementine.fr',
|
|
441
441
|
urlClient: 'https://www.clementine.fr',
|
|
442
|
+
miniLogoUrl: 'logo-klems.svg',
|
|
442
443
|
listPhones: {
|
|
443
444
|
contact: '03 83 93 14 14',
|
|
444
445
|
qualite: '03 83 93 30 44',
|
|
@@ -611,6 +612,14 @@ export const BrandClementine = [
|
|
|
611
612
|
versionable: true,
|
|
612
613
|
keyName: 'idPrestationControleFiscal',
|
|
613
614
|
},
|
|
615
|
+
{
|
|
616
|
+
label: 'Bilan Prévisionnel Klems',
|
|
617
|
+
name: 'bloc_bilan_previsionnel_klems',
|
|
618
|
+
needBgImage: false,
|
|
619
|
+
idPrestationType: [PrestationType.BILAN_PREVISIONNEL_KLEMS],
|
|
620
|
+
versionable: true,
|
|
621
|
+
keyName: 'prestationOptions',
|
|
622
|
+
},
|
|
614
623
|
{
|
|
615
624
|
label: 'Signature',
|
|
616
625
|
name: 'bloc_sign',
|
|
@@ -52,8 +52,8 @@ export const BrandStatutsExpress = [
|
|
|
52
52
|
zipCode: '54 520',
|
|
53
53
|
},
|
|
54
54
|
idPrestationsListAuthorized: [197],
|
|
55
|
-
logoUrl: 'logo-
|
|
56
|
-
miniLogoUrl: 'logo-
|
|
55
|
+
logoUrl: 'logo-statutsexpress.svg',
|
|
56
|
+
miniLogoUrl: 'logo-statutsexpress.svg',
|
|
57
57
|
hiddenPages: [],
|
|
58
58
|
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
59
59
|
urlApp: 'https://app.statuts-express.fr',
|
|
@@ -15,32 +15,32 @@ export const PrestationOption = {
|
|
|
15
15
|
name: 'Option 1',
|
|
16
16
|
description: 'Version supplémentaire établie demandée suite à des modifications du questionnaire',
|
|
17
17
|
price: 99,
|
|
18
|
-
brand: ['Clementine'],
|
|
19
|
-
prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE],
|
|
18
|
+
brand: ['Clementine', 'Klems'],
|
|
19
|
+
prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE, PrestationType.BILAN_PREVISIONNEL_KLEMS],
|
|
20
20
|
},
|
|
21
21
|
BUSINESS_PLAN_OPTION_2: {
|
|
22
22
|
id: 2,
|
|
23
23
|
name: 'Option 2',
|
|
24
24
|
description: 'Prévisionnel sur 60 mois',
|
|
25
25
|
price: 139,
|
|
26
|
-
brand: ['Clementine'],
|
|
27
|
-
prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE],
|
|
26
|
+
brand: ['Clementine', 'Klems'],
|
|
27
|
+
prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE, PrestationType.BILAN_PREVISIONNEL_KLEMS],
|
|
28
28
|
},
|
|
29
29
|
BUSINESS_PLAN_OPTION_3: {
|
|
30
30
|
id: 3,
|
|
31
31
|
name: 'Option 3',
|
|
32
32
|
description: 'Aide au choix du statut juridique, fiscal et social',
|
|
33
33
|
price: 99,
|
|
34
|
-
brand: ['Clementine'],
|
|
35
|
-
prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE],
|
|
34
|
+
brand: ['Clementine', 'Klems'],
|
|
35
|
+
prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE, PrestationType.BILAN_PREVISIONNEL_KLEMS],
|
|
36
36
|
},
|
|
37
37
|
BUSINESS_PLAN_OPTION_4: {
|
|
38
38
|
id: 4,
|
|
39
39
|
name: 'Option 4',
|
|
40
40
|
description: 'Prévisionnel express en 8 jours ouvrables après retour questionnaire rempli de 35 questions simples',
|
|
41
41
|
price: 99,
|
|
42
|
-
brand: ['Clementine'],
|
|
43
|
-
prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE],
|
|
42
|
+
brand: ['Clementine', 'Klems'],
|
|
43
|
+
prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE, PrestationType.BILAN_PREVISIONNEL_KLEMS],
|
|
44
44
|
},
|
|
45
45
|
BUSINESS_PLAN_OPTION_1_POURCENTAGE: {
|
|
46
46
|
id: 5,
|
|
@@ -176,6 +176,7 @@ export enum PrestationType {
|
|
|
176
176
|
COMPTA_MICRO_KLEMS_EXPRESS = 219,
|
|
177
177
|
COMPTA_EI_KLEMS_EXPRESS = 220,
|
|
178
178
|
COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS = 221,
|
|
179
|
+
BILAN_PREVISIONNEL_KLEMS = 222,
|
|
179
180
|
}
|
|
180
181
|
|
|
181
182
|
// Liste des prestations avec une lettre de mission à signer
|
|
@@ -3349,4 +3350,22 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3349
3350
|
signaturePage: null,
|
|
3350
3351
|
point: 200,
|
|
3351
3352
|
},
|
|
3353
|
+
BILAN_PREVISIONNEL_KLEMS: {
|
|
3354
|
+
id: PrestationType.BILAN_PREVISIONNEL_KLEMS,
|
|
3355
|
+
name: 'Bilan prévisionnel Klems',
|
|
3356
|
+
isComptable: true,
|
|
3357
|
+
isJuridique: false,
|
|
3358
|
+
isSocial: false,
|
|
3359
|
+
isAttestation: false,
|
|
3360
|
+
inAverageCart: true,
|
|
3361
|
+
isBack: false,
|
|
3362
|
+
minimumPrice: null,
|
|
3363
|
+
price: 239,
|
|
3364
|
+
isCatalog: true,
|
|
3365
|
+
hidden: false,
|
|
3366
|
+
isComplementary: false,
|
|
3367
|
+
signaturePosition: '400,54,569,90',
|
|
3368
|
+
signaturePage: 5,
|
|
3369
|
+
point: 0,
|
|
3370
|
+
},
|
|
3352
3371
|
};
|
|
@@ -5,6 +5,38 @@ import { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';
|
|
|
5
5
|
import { CountryId } from '../../../Enum/Country';
|
|
6
6
|
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
7
7
|
|
|
8
|
+
export class CreateBusinessPartnersAndUsersParamsSociety {
|
|
9
|
+
@ApiPropertyOptional()
|
|
10
|
+
@IsOptional()
|
|
11
|
+
@IsString()
|
|
12
|
+
idSociety?: number;
|
|
13
|
+
|
|
14
|
+
@ApiPropertyOptional()
|
|
15
|
+
@IsOptional()
|
|
16
|
+
@IsInt()
|
|
17
|
+
idLegalForm?: number;
|
|
18
|
+
|
|
19
|
+
@ApiPropertyOptional()
|
|
20
|
+
@IsOptional()
|
|
21
|
+
@IsString()
|
|
22
|
+
name?: string;
|
|
23
|
+
|
|
24
|
+
@ApiPropertyOptional()
|
|
25
|
+
@IsOptional()
|
|
26
|
+
@IsString()
|
|
27
|
+
zipCode?: string;
|
|
28
|
+
|
|
29
|
+
@ApiPropertyOptional()
|
|
30
|
+
@IsOptional()
|
|
31
|
+
@IsString()
|
|
32
|
+
address?: string;
|
|
33
|
+
|
|
34
|
+
@ApiPropertyOptional()
|
|
35
|
+
@IsOptional()
|
|
36
|
+
@IsInt()
|
|
37
|
+
idCountry?: number;
|
|
38
|
+
}
|
|
39
|
+
|
|
8
40
|
export class CreateBusinessPartnersAndUsersParamsUser {
|
|
9
41
|
@ApiPropertyOptional()
|
|
10
42
|
@IsOptional()
|
|
@@ -57,4 +89,7 @@ export class CreateBusinessPartnersAndUsersParams {
|
|
|
57
89
|
|
|
58
90
|
@ApiProperty()
|
|
59
91
|
user?: CreateBusinessPartnersAndUsersParamsUser;
|
|
92
|
+
|
|
93
|
+
@ApiProperty()
|
|
94
|
+
society?: CreateBusinessPartnersAndUsersParamsSociety;
|
|
60
95
|
}
|
|
@@ -10,16 +10,16 @@ export interface IRegulation {
|
|
|
10
10
|
amountUsed: number;
|
|
11
11
|
date: Date;
|
|
12
12
|
processed: boolean;
|
|
13
|
-
stripePaymentIntentId
|
|
13
|
+
stripePaymentIntentId?: string | null;
|
|
14
14
|
idPaymentMethod: number;
|
|
15
15
|
idSociety: number;
|
|
16
|
-
idComment
|
|
16
|
+
idComment?: number | null;
|
|
17
17
|
createdAt?: Date | null;
|
|
18
18
|
updatedAt?: Date | null;
|
|
19
19
|
|
|
20
20
|
// Associations
|
|
21
|
-
regulationsSocieties
|
|
22
|
-
paymentsMethod
|
|
23
|
-
comment
|
|
24
|
-
paymentsExpectation
|
|
21
|
+
regulationsSocieties?: ISociety;
|
|
22
|
+
paymentsMethod?: IPaymentMethod;
|
|
23
|
+
comment?: IComment;
|
|
24
|
+
paymentsExpectation?: IPaymentExpectation;
|
|
25
25
|
}
|
package/ts/types/index.ts
CHANGED
|
@@ -428,7 +428,6 @@ export * from './Enum/BrandClementine';
|
|
|
428
428
|
export * from './Enum/BrandLegalstart';
|
|
429
429
|
export * from './Enum/BrandComptalib';
|
|
430
430
|
export * from './Enum/BrandPourcentage';
|
|
431
|
-
export * from './Enum/BrandClems';
|
|
432
431
|
export * from './Enum/BrandStatutsExpress';
|
|
433
432
|
export * from './Enum/PartneredAccountantServiceState';
|
|
434
433
|
export * from './Enum/AccountsSectors';
|
package/ts/utils/brands.ts
CHANGED
|
@@ -3,7 +3,6 @@ import { BrandClementine } from '../types/Enum/BrandClementine';
|
|
|
3
3
|
import { BrandLegalstart } from '../types/Enum/BrandLegalstart';
|
|
4
4
|
import { BrandComptalib } from '../types/Enum/BrandComptalib';
|
|
5
5
|
import { BrandPourcentage } from '../types/Enum/BrandPourcentage';
|
|
6
|
-
import { BrandClems } from '../types/Enum/BrandClems';
|
|
7
6
|
import { BrandStatutsExpress } from '../types/Enum/BrandStatutsExpress';
|
|
8
7
|
|
|
9
8
|
type brand = {
|
|
@@ -31,7 +30,7 @@ type brand = {
|
|
|
31
30
|
},
|
|
32
31
|
};
|
|
33
32
|
|
|
34
|
-
const allBrands = ['Legalstart', 'Comptalib', 'Clementine', 'Pourcentage', '
|
|
33
|
+
const allBrands = ['Legalstart', 'Comptalib', 'Clementine', 'Pourcentage', 'StatutsExpress'] as const;
|
|
35
34
|
type BrandList = typeof allBrands[number];
|
|
36
35
|
|
|
37
36
|
type getBrandConfigParams = {
|
|
@@ -52,9 +51,6 @@ const getBrandNameByNodeEnv = (nodeEnv?: string): BrandList => {
|
|
|
52
51
|
if (env.indexOf('pourcentage') > -1 || env.indexOf('Pourcentage') > -1) {
|
|
53
52
|
return 'Pourcentage';
|
|
54
53
|
}
|
|
55
|
-
if (env.indexOf('klems') > -1 || env.indexOf('Klems') > -1) {
|
|
56
|
-
return 'Klems';
|
|
57
|
-
}
|
|
58
54
|
if (env.indexOf('statuts') > -1 || env.indexOf('Statuts') > -1) {
|
|
59
55
|
return 'StatutsExpress';
|
|
60
56
|
}
|
|
@@ -71,7 +67,7 @@ const getAllBrandByNodeEnv = (nodeEnv?: string): Array<brand> => {
|
|
|
71
67
|
const nodeEnvUsed = nodeEnv ?? process.env.NODE_ENV;
|
|
72
68
|
const currentEnvName = getBrandNameByNodeEnv(nodeEnvUsed);
|
|
73
69
|
const listEnvEnum = {
|
|
74
|
-
BrandClementine, BrandLegalstart, BrandComptalib, BrandPourcentage,
|
|
70
|
+
BrandClementine, BrandLegalstart, BrandComptalib, BrandPourcentage, BrandStatutsExpress,
|
|
75
71
|
};
|
|
76
72
|
// @ts-ignore
|
|
77
73
|
const currentConfigFile:brand[] = listEnvEnum[`Brand${currentEnvName}`];
|
|
@@ -89,7 +85,7 @@ const getBrandConfig = (params: getBrandConfigParams): brand => {
|
|
|
89
85
|
const nodeEnvUsed = nodeEnv ?? process.env.NODE_ENV;
|
|
90
86
|
const currentEnvName = getBrandNameByNodeEnv(nodeEnvUsed);
|
|
91
87
|
const listEnvEnum = {
|
|
92
|
-
BrandClementine, BrandLegalstart, BrandComptalib, BrandPourcentage,
|
|
88
|
+
BrandClementine, BrandLegalstart, BrandComptalib, BrandPourcentage, BrandStatutsExpress,
|
|
93
89
|
};
|
|
94
90
|
// @ts-ignore
|
|
95
91
|
const currentConfigFile:brand[] = listEnvEnum[`Brand${currentEnvName}`];
|
|
@@ -134,7 +130,7 @@ const getSubBrandList = (nodeEnv?: string): Array<object> => {
|
|
|
134
130
|
const nodeEnvUsed = nodeEnv ?? process.env.NODE_ENV;
|
|
135
131
|
const currentEnvName = getBrandNameByNodeEnv(nodeEnvUsed);
|
|
136
132
|
const listEnvEnum = {
|
|
137
|
-
BrandClementine, BrandLegalstart, BrandComptalib, BrandPourcentage,
|
|
133
|
+
BrandClementine, BrandLegalstart, BrandComptalib, BrandPourcentage, BrandStatutsExpress,
|
|
138
134
|
};
|
|
139
135
|
// @ts-ignore
|
|
140
136
|
const currentConfigFile: brand[] = listEnvEnum[`Brand${currentEnvName}`];
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
export declare const BrandClems: {
|
|
2
|
-
idTypeBrand: number;
|
|
3
|
-
name: string;
|
|
4
|
-
commercialName: string;
|
|
5
|
-
urlS3: string;
|
|
6
|
-
logoS3: string;
|
|
7
|
-
colors: {
|
|
8
|
-
primary: string;
|
|
9
|
-
primary50: string;
|
|
10
|
-
primary100: string;
|
|
11
|
-
primary300: string;
|
|
12
|
-
primary500: string;
|
|
13
|
-
primary700: string;
|
|
14
|
-
};
|
|
15
|
-
listPhones: {
|
|
16
|
-
contact: string;
|
|
17
|
-
qualite: string;
|
|
18
|
-
juridique: string;
|
|
19
|
-
};
|
|
20
|
-
listMails: {
|
|
21
|
-
administratif: string;
|
|
22
|
-
app: string;
|
|
23
|
-
bonjour: string;
|
|
24
|
-
contact: string;
|
|
25
|
-
facturation: string;
|
|
26
|
-
feedback: string;
|
|
27
|
-
juridique: string;
|
|
28
|
-
informatique: string;
|
|
29
|
-
msd: string;
|
|
30
|
-
noreply: string;
|
|
31
|
-
qualite: string;
|
|
32
|
-
paiement: string;
|
|
33
|
-
rh: string;
|
|
34
|
-
social: string;
|
|
35
|
-
support: string;
|
|
36
|
-
tva: string;
|
|
37
|
-
wb: string;
|
|
38
|
-
};
|
|
39
|
-
companyInformation: {
|
|
40
|
-
ape: string;
|
|
41
|
-
bp: string;
|
|
42
|
-
city: string;
|
|
43
|
-
montantCapital: string;
|
|
44
|
-
nomRaisonSociale: string;
|
|
45
|
-
ECOrderCity: string;
|
|
46
|
-
phone: string;
|
|
47
|
-
postalAddress: string;
|
|
48
|
-
rcs: string;
|
|
49
|
-
statut: string;
|
|
50
|
-
zipCode: string;
|
|
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
|
-
}[];
|
|
74
|
-
//# sourceMappingURL=BrandClems.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BrandClems.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/BrandClems.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0EtB,CAAC"}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BrandClems = void 0;
|
|
4
|
-
exports.BrandClems = [
|
|
5
|
-
{
|
|
6
|
-
idTypeBrand: 1,
|
|
7
|
-
name: 'Clems',
|
|
8
|
-
commercialName: 'Clems',
|
|
9
|
-
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clems/',
|
|
10
|
-
logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',
|
|
11
|
-
colors: {
|
|
12
|
-
primary: '#45A1FF',
|
|
13
|
-
primary50: '#EDF2FF',
|
|
14
|
-
primary100: '#D0DDFF',
|
|
15
|
-
primary300: '#739AFF',
|
|
16
|
-
primary500: '#45A1FF',
|
|
17
|
-
primary700: '#0B2B80',
|
|
18
|
-
},
|
|
19
|
-
listPhones: {
|
|
20
|
-
contact: '01 86 90 92 80',
|
|
21
|
-
qualite: '01 86 90 92 80',
|
|
22
|
-
juridique: '01 86 90 92 80',
|
|
23
|
-
},
|
|
24
|
-
listMails: {
|
|
25
|
-
administratif: 'contact@klems.fr',
|
|
26
|
-
app: 'contact@klems.fr',
|
|
27
|
-
bonjour: 'contact@klems.fr',
|
|
28
|
-
contact: 'contact@klems.fr',
|
|
29
|
-
facturation: 'contact@klems.fr',
|
|
30
|
-
feedback: 'contact@klems.fr',
|
|
31
|
-
juridique: 'contact@klems.fr',
|
|
32
|
-
informatique: 'contact@klems.fr',
|
|
33
|
-
msd: 'contact@klems.fr',
|
|
34
|
-
noreply: 'noreply@klems.fr',
|
|
35
|
-
qualite: 'contact@klems.fr',
|
|
36
|
-
paiement: 'contact@klems.fr',
|
|
37
|
-
rh: 'contact@klems.fr',
|
|
38
|
-
social: 'contact@klems.fr',
|
|
39
|
-
support: 'support@klems.fr',
|
|
40
|
-
tva: 'contact@klems.fr',
|
|
41
|
-
wb: 'contact@klems.fr',
|
|
42
|
-
},
|
|
43
|
-
companyInformation: {
|
|
44
|
-
ape: '6201Z',
|
|
45
|
-
bp: '',
|
|
46
|
-
city: 'Paris',
|
|
47
|
-
montantCapital: '10 000',
|
|
48
|
-
nomRaisonSociale: 'COMPTALIB',
|
|
49
|
-
ECOrderCity: 'Nancy',
|
|
50
|
-
phone: '01 86 90 92 80',
|
|
51
|
-
postalAddress: '30, rue des Mathurins',
|
|
52
|
-
rcs: '808 070 726',
|
|
53
|
-
statut: 'SAS',
|
|
54
|
-
zipCode: '75 008',
|
|
55
|
-
},
|
|
56
|
-
idPrestationsListAuthorized: [197],
|
|
57
|
-
logoUrl: 'logo-clems.svg',
|
|
58
|
-
miniLogoUrl: 'logo-clems.svg',
|
|
59
|
-
hiddenPages: [],
|
|
60
|
-
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
61
|
-
urlApp: 'https://app.klems.fr',
|
|
62
|
-
urlExpert: 'https://pro.klems.fr',
|
|
63
|
-
urlClient: 'https://www.klems.fr',
|
|
64
|
-
webmail: {
|
|
65
|
-
domain: '@klems.fr',
|
|
66
|
-
},
|
|
67
|
-
offices: {
|
|
68
|
-
LAXOU: {
|
|
69
|
-
id: 1,
|
|
70
|
-
name: 'Laxou',
|
|
71
|
-
},
|
|
72
|
-
HOME_OFFICE: {
|
|
73
|
-
id: 5,
|
|
74
|
-
name: 'Télétravail',
|
|
75
|
-
},
|
|
76
|
-
},
|
|
77
|
-
},
|
|
78
|
-
];
|
|
79
|
-
//# sourceMappingURL=BrandClems.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BrandClems.js","sourceRoot":"","sources":["../../../../ts/types/Enum/BrandClems.ts"],"names":[],"mappings":";;;AAAa,QAAA,UAAU,GAAG;IACxB;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,OAAO;QACb,cAAc,EAAE,OAAO;QACvB,KAAK,EAAE,qDAAqD;QAC5D,MAAM,EAAE,iDAAiD;QACzD,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,SAAS;YACpB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;SACtB;QACD,UAAU,EAAE;YACV,OAAO,EAAE,gBAAgB;YACzB,OAAO,EAAE,gBAAgB;YACzB,SAAS,EAAE,gBAAgB;SAC5B;QACD,SAAS,EAAE;YACT,aAAa,EAAE,kBAAkB;YACjC,GAAG,EAAE,kBAAkB;YACvB,OAAO,EAAE,kBAAkB;YAC3B,OAAO,EAAE,kBAAkB;YAC3B,WAAW,EAAE,kBAAkB;YAC/B,QAAQ,EAAE,kBAAkB;YAC5B,SAAS,EAAE,kBAAkB;YAC7B,YAAY,EAAE,kBAAkB;YAChC,GAAG,EAAE,kBAAkB;YACvB,OAAO,EAAE,kBAAkB;YAC3B,OAAO,EAAE,kBAAkB;YAC3B,QAAQ,EAAE,kBAAkB;YAC5B,EAAE,EAAE,kBAAkB;YACtB,MAAM,EAAE,kBAAkB;YAC1B,OAAO,EAAE,kBAAkB;YAC3B,GAAG,EAAE,kBAAkB;YACvB,EAAE,EAAE,kBAAkB;SACvB;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,gBAAgB;QACzB,WAAW,EAAE,gBAAgB;QAC7B,WAAW,EAAE,EAAE;QACf,kBAAkB,EAAE,0CAA0C;QAC9D,MAAM,EAAE,sBAAsB;QAC9B,SAAS,EAAE,sBAAsB;QACjC,SAAS,EAAE,sBAAsB;QACjC,OAAO,EAAE;YACP,MAAM,EAAE,WAAW;SACpB;QACD,OAAO,EAAE;YACP,KAAK,EAAE;gBACL,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,OAAO;aACd;YACD,WAAW,EAAE;gBACX,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,aAAa;aACpB;SACF;KACF;CACF,CAAC","sourcesContent":["export const BrandClems = [\n {\n idTypeBrand: 1,\n name: 'Clems',\n commercialName: '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];"]}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
export declare const BrandClems: {
|
|
2
|
-
idTypeBrand: number;
|
|
3
|
-
name: string;
|
|
4
|
-
commercialName: string;
|
|
5
|
-
urlS3: string;
|
|
6
|
-
logoS3: string;
|
|
7
|
-
colors: {
|
|
8
|
-
primary: string;
|
|
9
|
-
primary50: string;
|
|
10
|
-
primary100: string;
|
|
11
|
-
primary300: string;
|
|
12
|
-
primary500: string;
|
|
13
|
-
primary700: string;
|
|
14
|
-
};
|
|
15
|
-
listPhones: {
|
|
16
|
-
contact: string;
|
|
17
|
-
qualite: string;
|
|
18
|
-
juridique: string;
|
|
19
|
-
};
|
|
20
|
-
listMails: {
|
|
21
|
-
administratif: string;
|
|
22
|
-
app: string;
|
|
23
|
-
bonjour: string;
|
|
24
|
-
contact: string;
|
|
25
|
-
facturation: string;
|
|
26
|
-
feedback: string;
|
|
27
|
-
juridique: string;
|
|
28
|
-
informatique: string;
|
|
29
|
-
msd: string;
|
|
30
|
-
noreply: string;
|
|
31
|
-
qualite: string;
|
|
32
|
-
paiement: string;
|
|
33
|
-
rh: string;
|
|
34
|
-
social: string;
|
|
35
|
-
support: string;
|
|
36
|
-
tva: string;
|
|
37
|
-
wb: string;
|
|
38
|
-
};
|
|
39
|
-
companyInformation: {
|
|
40
|
-
ape: string;
|
|
41
|
-
bp: string;
|
|
42
|
-
city: string;
|
|
43
|
-
montantCapital: string;
|
|
44
|
-
nomRaisonSociale: string;
|
|
45
|
-
ECOrderCity: string;
|
|
46
|
-
phone: string;
|
|
47
|
-
postalAddress: string;
|
|
48
|
-
rcs: string;
|
|
49
|
-
statut: string;
|
|
50
|
-
zipCode: string;
|
|
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
|
-
}[];
|
|
74
|
-
//# sourceMappingURL=BrandClems.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BrandClems.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/BrandClems.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0EtB,CAAC"}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
export const BrandClems = [
|
|
2
|
-
{
|
|
3
|
-
idTypeBrand: 1,
|
|
4
|
-
name: 'Clems',
|
|
5
|
-
commercialName: 'Clems',
|
|
6
|
-
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clems/',
|
|
7
|
-
logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',
|
|
8
|
-
colors: {
|
|
9
|
-
primary: '#45A1FF',
|
|
10
|
-
primary50: '#EDF2FF',
|
|
11
|
-
primary100: '#D0DDFF',
|
|
12
|
-
primary300: '#739AFF',
|
|
13
|
-
primary500: '#45A1FF',
|
|
14
|
-
primary700: '#0B2B80',
|
|
15
|
-
},
|
|
16
|
-
listPhones: {
|
|
17
|
-
contact: '01 86 90 92 80',
|
|
18
|
-
qualite: '01 86 90 92 80',
|
|
19
|
-
juridique: '01 86 90 92 80',
|
|
20
|
-
},
|
|
21
|
-
listMails: {
|
|
22
|
-
administratif: 'contact@klems.fr',
|
|
23
|
-
app: 'contact@klems.fr',
|
|
24
|
-
bonjour: 'contact@klems.fr',
|
|
25
|
-
contact: 'contact@klems.fr',
|
|
26
|
-
facturation: 'contact@klems.fr',
|
|
27
|
-
feedback: 'contact@klems.fr',
|
|
28
|
-
juridique: 'contact@klems.fr',
|
|
29
|
-
informatique: 'contact@klems.fr',
|
|
30
|
-
msd: 'contact@klems.fr',
|
|
31
|
-
noreply: 'noreply@klems.fr',
|
|
32
|
-
qualite: 'contact@klems.fr',
|
|
33
|
-
paiement: 'contact@klems.fr',
|
|
34
|
-
rh: 'contact@klems.fr',
|
|
35
|
-
social: 'contact@klems.fr',
|
|
36
|
-
support: 'support@klems.fr',
|
|
37
|
-
tva: 'contact@klems.fr',
|
|
38
|
-
wb: 'contact@klems.fr',
|
|
39
|
-
},
|
|
40
|
-
companyInformation: {
|
|
41
|
-
ape: '6201Z',
|
|
42
|
-
bp: '',
|
|
43
|
-
city: 'Paris',
|
|
44
|
-
montantCapital: '10 000',
|
|
45
|
-
nomRaisonSociale: 'COMPTALIB',
|
|
46
|
-
ECOrderCity: 'Nancy',
|
|
47
|
-
phone: '01 86 90 92 80',
|
|
48
|
-
postalAddress: '30, rue des Mathurins',
|
|
49
|
-
rcs: '808 070 726',
|
|
50
|
-
statut: 'SAS',
|
|
51
|
-
zipCode: '75 008',
|
|
52
|
-
},
|
|
53
|
-
idPrestationsListAuthorized: [197],
|
|
54
|
-
logoUrl: 'logo-clems.svg',
|
|
55
|
-
miniLogoUrl: 'logo-clems.svg',
|
|
56
|
-
hiddenPages: [],
|
|
57
|
-
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
58
|
-
urlApp: 'https://app.klems.fr',
|
|
59
|
-
urlExpert: 'https://pro.klems.fr',
|
|
60
|
-
urlClient: 'https://www.klems.fr',
|
|
61
|
-
webmail: {
|
|
62
|
-
domain: '@klems.fr',
|
|
63
|
-
},
|
|
64
|
-
offices: {
|
|
65
|
-
LAXOU: {
|
|
66
|
-
id: 1,
|
|
67
|
-
name: 'Laxou',
|
|
68
|
-
},
|
|
69
|
-
HOME_OFFICE: {
|
|
70
|
-
id: 5,
|
|
71
|
-
name: 'Télétravail',
|
|
72
|
-
},
|
|
73
|
-
},
|
|
74
|
-
},
|
|
75
|
-
];
|
|
76
|
-
//# sourceMappingURL=BrandClems.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BrandClems.js","sourceRoot":"","sources":["../../../../ts/types/Enum/BrandClems.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,OAAO;QACb,cAAc,EAAE,OAAO;QACvB,KAAK,EAAE,qDAAqD;QAC5D,MAAM,EAAE,iDAAiD;QACzD,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,SAAS;YACpB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;SACtB;QACD,UAAU,EAAE;YACV,OAAO,EAAE,gBAAgB;YACzB,OAAO,EAAE,gBAAgB;YACzB,SAAS,EAAE,gBAAgB;SAC5B;QACD,SAAS,EAAE;YACT,aAAa,EAAE,kBAAkB;YACjC,GAAG,EAAE,kBAAkB;YACvB,OAAO,EAAE,kBAAkB;YAC3B,OAAO,EAAE,kBAAkB;YAC3B,WAAW,EAAE,kBAAkB;YAC/B,QAAQ,EAAE,kBAAkB;YAC5B,SAAS,EAAE,kBAAkB;YAC7B,YAAY,EAAE,kBAAkB;YAChC,GAAG,EAAE,kBAAkB;YACvB,OAAO,EAAE,kBAAkB;YAC3B,OAAO,EAAE,kBAAkB;YAC3B,QAAQ,EAAE,kBAAkB;YAC5B,EAAE,EAAE,kBAAkB;YACtB,MAAM,EAAE,kBAAkB;YAC1B,OAAO,EAAE,kBAAkB;YAC3B,GAAG,EAAE,kBAAkB;YACvB,EAAE,EAAE,kBAAkB;SACvB;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,gBAAgB;QACzB,WAAW,EAAE,gBAAgB;QAC7B,WAAW,EAAE,EAAE;QACf,kBAAkB,EAAE,0CAA0C;QAC9D,MAAM,EAAE,sBAAsB;QAC9B,SAAS,EAAE,sBAAsB;QACjC,SAAS,EAAE,sBAAsB;QACjC,OAAO,EAAE;YACP,MAAM,EAAE,WAAW;SACpB;QACD,OAAO,EAAE;YACP,KAAK,EAAE;gBACL,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,OAAO;aACd;YACD,WAAW,EAAE;gBACX,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,aAAa;aACpB;SACF;KACF;CACF,CAAC","sourcesContent":["export const BrandClems = [\n {\n idTypeBrand: 1,\n name: 'Clems',\n commercialName: '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];"]}
|