@silexpert/core 0.4.258 → 0.4.261
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/BrandClementine.d.ts +3 -0
- package/es/types/Enum/BrandClementine.d.ts.map +1 -1
- package/es/types/Enum/BrandClementine.js +1 -0
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/InternalService.d.ts +6 -5
- package/es/types/Enum/InternalService.d.ts.map +1 -1
- package/es/types/Enum/InternalService.js +6 -5
- package/es/types/Enum/InternalService.js.map +1 -1
- package/es/types/Enum/TaskResponseType.d.ts +77 -228
- package/es/types/Enum/TaskResponseType.d.ts.map +1 -1
- package/es/types/Enum/TaskResponseType.js +245 -279
- package/es/types/Enum/TaskResponseType.js.map +1 -1
- package/es/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +1 -0
- package/es/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -1
- package/es/types/Interface/api/calendarEvent/updateCalendarEvent.js +4 -0
- package/es/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -1
- package/es/types/Interface/api/task/QueryCreateTask.d.ts +1 -0
- package/es/types/Interface/api/task/QueryCreateTask.d.ts.map +1 -1
- package/es/types/Interface/api/task/QueryCreateTask.js +5 -1
- package/es/types/Interface/api/task/QueryCreateTask.js.map +1 -1
- package/es/types/Interface/api/task/QueryPaginatedTask.js +1 -1
- package/es/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts +4 -0
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts.map +1 -1
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +13 -0
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
- package/es/types/Interface/models/ITask.d.ts +5 -0
- package/es/types/Interface/models/ITask.d.ts.map +1 -1
- package/es/types/Interface/models/ITask.js.map +1 -1
- package/es/types/Interface/models/ITaskAttachment.d.ts +12 -0
- package/es/types/Interface/models/ITaskAttachment.d.ts.map +1 -0
- package/es/types/Interface/models/ITaskAttachment.js +2 -0
- package/es/types/Interface/models/ITaskAttachment.js.map +1 -0
- 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/types/Enum/BrandClementine.js +1 -0
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/InternalService.js +9 -5
- package/js/types/Enum/InternalService.js.map +1 -1
- package/js/types/Enum/TaskResponseType.js +225 -279
- package/js/types/Enum/TaskResponseType.js.map +1 -1
- package/js/types/Interface/api/calendarEvent/updateCalendarEvent.js +2 -0
- package/js/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -1
- package/js/types/Interface/api/task/QueryCreateTask.js +2 -0
- package/js/types/Interface/api/task/QueryCreateTask.js.map +1 -1
- package/js/types/Interface/api/task/QueryPaginatedTask.js +1 -1
- package/js/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
- package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +9 -1
- package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
- package/js/types/Interface/models/ITaskAttachment.js +6 -0
- package/js/types/Interface/models/ITaskAttachment.js.map +1 -0
- package/js/types/index.js +12 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/BrandClementine.ts +1 -0
- package/ts/types/Enum/InternalService.ts +7 -5
- package/ts/types/Enum/TaskResponseType.ts +248 -279
- package/ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts +3 -0
- package/ts/types/Interface/api/task/QueryCreateTask.ts +4 -1
- package/ts/types/Interface/api/task/QueryPaginatedTask.ts +1 -1
- package/ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts +10 -0
- package/ts/types/Interface/models/ITask.ts +5 -0
- package/ts/types/Interface/models/ITaskAttachment.ts +15 -0
- package/ts/types/index.ts +1 -0
|
@@ -9,6 +9,7 @@ export declare const BrandClementine: ({
|
|
|
9
9
|
listPhones: {
|
|
10
10
|
contact: string;
|
|
11
11
|
qualite: string;
|
|
12
|
+
social: string;
|
|
12
13
|
juridique: string;
|
|
13
14
|
};
|
|
14
15
|
listMails: {
|
|
@@ -87,6 +88,7 @@ export declare const BrandClementine: ({
|
|
|
87
88
|
contact: string;
|
|
88
89
|
qualite: string;
|
|
89
90
|
juridique: string;
|
|
91
|
+
social?: undefined;
|
|
90
92
|
};
|
|
91
93
|
listMails: {
|
|
92
94
|
contact: string;
|
|
@@ -195,6 +197,7 @@ export declare const BrandClementine: ({
|
|
|
195
197
|
contact: string;
|
|
196
198
|
qualite: string;
|
|
197
199
|
juridique: string;
|
|
200
|
+
social?: undefined;
|
|
198
201
|
};
|
|
199
202
|
listMails: {
|
|
200
203
|
administratif: string;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkR3B,CAAC"}
|
|
@@ -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 urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',\n logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',\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 rh: 'rh@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 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@compta-clementine.fr',\n },\n },\n {\n idTypeBrand: 2,\n name: 'Legalstart',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',\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://app.compta-clementine.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 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@compta-clementine.fr',\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 urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',\n logoS3: 'config/pourcentage-logo.png',\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 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@compta-clementine.fr',\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 urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',\n logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',\n colors: {\n primary: '#ff7e3c',\n },\n listPhones: {\n contact: '03 83 93 14 14',\n qualite: '03 83 93 30 44',\n social: '03 83 93 16 20',\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 rh: 'rh@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 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@compta-clementine.fr',\n },\n },\n {\n idTypeBrand: 2,\n name: 'Legalstart',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',\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://app.compta-clementine.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 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@compta-clementine.fr',\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 urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',\n logoS3: 'config/pourcentage-logo.png',\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 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@compta-clementine.fr',\n },\n },\n];"]}
|
|
@@ -1,22 +1,23 @@
|
|
|
1
|
+
import { Role } from './Role';
|
|
1
2
|
export declare const InternalService: {
|
|
2
3
|
COMMERCIAL: {
|
|
3
|
-
idRole:
|
|
4
|
+
idRole: Role;
|
|
4
5
|
name: string;
|
|
5
6
|
};
|
|
6
7
|
CUSTOMER_SUCCESS: {
|
|
7
|
-
idRole:
|
|
8
|
+
idRole: Role;
|
|
8
9
|
name: string;
|
|
9
10
|
};
|
|
10
11
|
SOCIAL: {
|
|
11
|
-
idRole:
|
|
12
|
+
idRole: Role;
|
|
12
13
|
name: string;
|
|
13
14
|
};
|
|
14
15
|
JURIDIQUE: {
|
|
15
|
-
idRole:
|
|
16
|
+
idRole: Role;
|
|
16
17
|
name: string;
|
|
17
18
|
};
|
|
18
19
|
FACTURATION: {
|
|
19
|
-
idRole:
|
|
20
|
+
idRole: Role;
|
|
20
21
|
name: string;
|
|
21
22
|
};
|
|
22
23
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InternalService.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/InternalService.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;CAqB3B,CAAC"}
|
|
1
|
+
{"version":3,"file":"InternalService.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/InternalService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;CAqB3B,CAAC"}
|
|
@@ -1,22 +1,23 @@
|
|
|
1
|
+
import { Role } from './Role';
|
|
1
2
|
export const InternalService = {
|
|
2
3
|
COMMERCIAL: {
|
|
3
|
-
idRole:
|
|
4
|
+
idRole: Role.COMMERCIAL,
|
|
4
5
|
name: 'Commercial',
|
|
5
6
|
},
|
|
6
7
|
CUSTOMER_SUCCESS: {
|
|
7
|
-
idRole:
|
|
8
|
+
idRole: Role.CUSTOMER_SUCCESS,
|
|
8
9
|
name: 'Customer success',
|
|
9
10
|
},
|
|
10
11
|
SOCIAL: {
|
|
11
|
-
idRole:
|
|
12
|
+
idRole: Role.SOCIAL,
|
|
12
13
|
name: 'Social',
|
|
13
14
|
},
|
|
14
15
|
JURIDIQUE: {
|
|
15
|
-
idRole:
|
|
16
|
+
idRole: Role.JURIDIC,
|
|
16
17
|
name: 'Juridique',
|
|
17
18
|
},
|
|
18
19
|
FACTURATION: {
|
|
19
|
-
idRole:
|
|
20
|
+
idRole: Role.FACTURATION,
|
|
20
21
|
name: 'Facturation',
|
|
21
22
|
},
|
|
22
23
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InternalService.js","sourceRoot":"","sources":["../../../ts/types/Enum/InternalService.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,UAAU,EAAE;QACV,MAAM,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"InternalService.js","sourceRoot":"","sources":["../../../ts/types/Enum/InternalService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,UAAU,EAAE;QACV,MAAM,EAAE,IAAI,CAAC,UAAU;QACvB,IAAI,EAAE,YAAY;KACnB;IACD,gBAAgB,EAAE;QAChB,MAAM,EAAE,IAAI,CAAC,gBAAgB;QAC7B,IAAI,EAAE,kBAAkB;KACzB;IACD,MAAM,EAAE;QACN,MAAM,EAAE,IAAI,CAAC,MAAM;QACnB,IAAI,EAAE,QAAQ;KACf;IACD,SAAS,EAAE;QACT,MAAM,EAAE,IAAI,CAAC,OAAO;QACpB,IAAI,EAAE,WAAW;KAClB;IACD,WAAW,EAAE;QACX,MAAM,EAAE,IAAI,CAAC,WAAW;QACxB,IAAI,EAAE,aAAa;KACpB;CACF,CAAC","sourcesContent":["import { Role } from './Role';\n\nexport const InternalService = {\n COMMERCIAL: {\n idRole: Role.COMMERCIAL,\n name: 'Commercial',\n },\n CUSTOMER_SUCCESS: {\n idRole: Role.CUSTOMER_SUCCESS,\n name: 'Customer success',\n },\n SOCIAL: {\n idRole: Role.SOCIAL,\n name: 'Social',\n },\n JURIDIQUE: {\n idRole: Role.JURIDIC,\n name: 'Juridique',\n },\n FACTURATION: {\n idRole: Role.FACTURATION,\n name: 'Facturation',\n },\n};"]}
|
|
@@ -1,26 +1,19 @@
|
|
|
1
|
+
import { Role } from './Role';
|
|
1
2
|
export declare const ResponseType: {
|
|
2
3
|
MAIL: {
|
|
3
4
|
id: number;
|
|
4
|
-
min: number;
|
|
5
|
-
max: number;
|
|
6
|
-
default: number;
|
|
7
5
|
label: string;
|
|
8
6
|
};
|
|
9
7
|
CALL: {
|
|
10
8
|
id: number;
|
|
11
|
-
min: number;
|
|
12
|
-
max: number;
|
|
13
|
-
default: number;
|
|
14
|
-
label: string;
|
|
15
|
-
};
|
|
16
|
-
INTERN_ACTIVITY: {
|
|
17
|
-
id: number;
|
|
18
|
-
min: number;
|
|
19
|
-
max: number;
|
|
20
|
-
default: number;
|
|
21
9
|
label: string;
|
|
22
10
|
};
|
|
23
11
|
};
|
|
12
|
+
export declare const Deadline: {
|
|
13
|
+
min: number;
|
|
14
|
+
default: number;
|
|
15
|
+
max: number;
|
|
16
|
+
};
|
|
24
17
|
export declare enum StateTask {
|
|
25
18
|
TODO = 1,
|
|
26
19
|
DO = 2,
|
|
@@ -28,221 +21,77 @@ export declare enum StateTask {
|
|
|
28
21
|
REFUSED = 4
|
|
29
22
|
}
|
|
30
23
|
export declare const TaskResponseType: {
|
|
31
|
-
|
|
32
|
-
id: number;
|
|
33
|
-
label: string;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
};
|
|
67
|
-
|
|
68
|
-
id: number;
|
|
69
|
-
label: string;
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
};
|
|
103
|
-
QUESTIONS_JURIDIQUES: {
|
|
104
|
-
id: number;
|
|
105
|
-
label: string;
|
|
106
|
-
responseType: number;
|
|
107
|
-
weight: number;
|
|
108
|
-
isExterne: boolean;
|
|
109
|
-
idMailAuto: null;
|
|
110
|
-
schedule: number;
|
|
111
|
-
};
|
|
112
|
-
QUESTIONS_SOCIALES: {
|
|
113
|
-
id: number;
|
|
114
|
-
label: string;
|
|
115
|
-
responseType: number;
|
|
116
|
-
weight: number;
|
|
117
|
-
isExterne: boolean;
|
|
118
|
-
idMailAuto: null;
|
|
119
|
-
schedule: number;
|
|
120
|
-
};
|
|
121
|
-
REFACTURATION: {
|
|
122
|
-
id: number;
|
|
123
|
-
label: string;
|
|
124
|
-
responseType: number;
|
|
125
|
-
weight: number;
|
|
126
|
-
isExterne: boolean;
|
|
127
|
-
idMailAuto: null;
|
|
128
|
-
schedule: number;
|
|
129
|
-
};
|
|
130
|
-
MAJ_INFO_FACTURATION: {
|
|
131
|
-
id: number;
|
|
132
|
-
label: string;
|
|
133
|
-
responseType: number;
|
|
134
|
-
weight: number;
|
|
135
|
-
isExterne: boolean;
|
|
136
|
-
idMailAuto: null;
|
|
137
|
-
schedule: number;
|
|
138
|
-
};
|
|
139
|
-
FACTURES_MANQUANTES: {
|
|
140
|
-
id: number;
|
|
141
|
-
label: string;
|
|
142
|
-
responseType: number;
|
|
143
|
-
weight: number;
|
|
144
|
-
isExterne: boolean;
|
|
145
|
-
idMailAuto: null;
|
|
146
|
-
schedule: number;
|
|
147
|
-
};
|
|
148
|
-
QUESTIONS_FACTURATIONS: {
|
|
149
|
-
id: number;
|
|
150
|
-
label: string;
|
|
151
|
-
responseType: number;
|
|
152
|
-
weight: number;
|
|
153
|
-
isExterne: boolean;
|
|
154
|
-
idMailAuto: null;
|
|
155
|
-
schedule: number;
|
|
156
|
-
};
|
|
157
|
-
SUIVI_PROSPECT: {
|
|
158
|
-
id: number;
|
|
159
|
-
label: string;
|
|
160
|
-
responseType: number;
|
|
161
|
-
weight: number;
|
|
162
|
-
isExterne: boolean;
|
|
163
|
-
idMailAuto: null;
|
|
164
|
-
schedule: number;
|
|
165
|
-
};
|
|
166
|
-
DOC_MANQUANT_CREA_DOSSIER: {
|
|
167
|
-
id: number;
|
|
168
|
-
label: string;
|
|
169
|
-
responseType: number;
|
|
170
|
-
weight: number;
|
|
171
|
-
isExterne: boolean;
|
|
172
|
-
idMailAuto: null;
|
|
173
|
-
schedule: number;
|
|
174
|
-
};
|
|
175
|
-
IMPORT_CSV: {
|
|
176
|
-
id: number;
|
|
177
|
-
label: string;
|
|
178
|
-
responseType: number;
|
|
179
|
-
weight: number;
|
|
180
|
-
isExterne: boolean;
|
|
181
|
-
idMailAuto: null;
|
|
182
|
-
schedule: number;
|
|
183
|
-
};
|
|
184
|
-
ARCHIVER_CLIENT: {
|
|
185
|
-
id: number;
|
|
186
|
-
label: string;
|
|
187
|
-
responseType: number;
|
|
188
|
-
weight: number;
|
|
189
|
-
isExterne: boolean;
|
|
190
|
-
idMailAuto: null;
|
|
191
|
-
schedule: number;
|
|
192
|
-
};
|
|
193
|
-
OD_SALAIRE: {
|
|
194
|
-
id: number;
|
|
195
|
-
label: string;
|
|
196
|
-
responseType: number;
|
|
197
|
-
weight: number;
|
|
198
|
-
isExterne: boolean;
|
|
199
|
-
idMailAuto: null;
|
|
200
|
-
schedule: number;
|
|
201
|
-
};
|
|
202
|
-
VERIFICATION_IMPAYE: {
|
|
203
|
-
id: number;
|
|
204
|
-
label: string;
|
|
205
|
-
responseType: number;
|
|
206
|
-
weight: number;
|
|
207
|
-
isExterne: boolean;
|
|
208
|
-
idMailAuto: null;
|
|
209
|
-
schedule: number;
|
|
210
|
-
};
|
|
211
|
-
MODIFICATION_DIA_CLEMENTINIER: {
|
|
212
|
-
id: number;
|
|
213
|
-
label: string;
|
|
214
|
-
responseType: number;
|
|
215
|
-
weight: number;
|
|
216
|
-
isExterne: boolean;
|
|
217
|
-
idMailAuto: null;
|
|
218
|
-
schedule: number;
|
|
219
|
-
};
|
|
220
|
-
RESILIATION: {
|
|
221
|
-
id: number;
|
|
222
|
-
label: string;
|
|
223
|
-
responseType: number;
|
|
224
|
-
weight: number;
|
|
225
|
-
isExterne: boolean;
|
|
226
|
-
idMailAuto: null;
|
|
227
|
-
schedule: number;
|
|
228
|
-
};
|
|
229
|
-
QUESTIONS_COMPTABLES: {
|
|
230
|
-
id: number;
|
|
231
|
-
label: string;
|
|
232
|
-
responseType: number;
|
|
233
|
-
weight: number;
|
|
234
|
-
isExterne: boolean;
|
|
235
|
-
idMailAuto: null;
|
|
236
|
-
schedule: number;
|
|
237
|
-
};
|
|
238
|
-
RELATION_CLIENT: {
|
|
239
|
-
id: number;
|
|
240
|
-
label: string;
|
|
241
|
-
responseType: number;
|
|
242
|
-
weight: number;
|
|
243
|
-
isExterne: boolean;
|
|
244
|
-
idMailAuto: null;
|
|
245
|
-
schedule: number;
|
|
24
|
+
INTERN: {
|
|
25
|
+
id: number;
|
|
26
|
+
label: string;
|
|
27
|
+
types: ({
|
|
28
|
+
id: number;
|
|
29
|
+
label: string;
|
|
30
|
+
role: Role;
|
|
31
|
+
deadline: {
|
|
32
|
+
min: number;
|
|
33
|
+
default: number;
|
|
34
|
+
max: number;
|
|
35
|
+
};
|
|
36
|
+
isForWholeRole: boolean;
|
|
37
|
+
backToClient: boolean;
|
|
38
|
+
goToCalendar: boolean;
|
|
39
|
+
responseType: null;
|
|
40
|
+
description: string;
|
|
41
|
+
} | {
|
|
42
|
+
id: number;
|
|
43
|
+
label: string;
|
|
44
|
+
role: Role;
|
|
45
|
+
deadline: {
|
|
46
|
+
min: number;
|
|
47
|
+
default: number;
|
|
48
|
+
max: number;
|
|
49
|
+
};
|
|
50
|
+
isForWholeRole: boolean;
|
|
51
|
+
backToClient: boolean;
|
|
52
|
+
goToCalendar: boolean;
|
|
53
|
+
responseType: {
|
|
54
|
+
id: number;
|
|
55
|
+
label: string;
|
|
56
|
+
};
|
|
57
|
+
description: string;
|
|
58
|
+
})[];
|
|
59
|
+
};
|
|
60
|
+
EXTERN: {
|
|
61
|
+
id: number;
|
|
62
|
+
label: string;
|
|
63
|
+
types: ({
|
|
64
|
+
id: number;
|
|
65
|
+
label: string;
|
|
66
|
+
role: Role;
|
|
67
|
+
deadline: {
|
|
68
|
+
min: number;
|
|
69
|
+
default: number;
|
|
70
|
+
max: number;
|
|
71
|
+
};
|
|
72
|
+
isForWholeRole: boolean;
|
|
73
|
+
backToClient: boolean;
|
|
74
|
+
goToCalendar: boolean;
|
|
75
|
+
responseType: {
|
|
76
|
+
id: number;
|
|
77
|
+
label: string;
|
|
78
|
+
};
|
|
79
|
+
description: string;
|
|
80
|
+
} | {
|
|
81
|
+
id: number;
|
|
82
|
+
label: string;
|
|
83
|
+
role: Role;
|
|
84
|
+
deadline: {
|
|
85
|
+
min: number;
|
|
86
|
+
default: number;
|
|
87
|
+
max: number;
|
|
88
|
+
};
|
|
89
|
+
isForWholeRole: boolean;
|
|
90
|
+
backToClient: boolean;
|
|
91
|
+
goToCalendar: boolean;
|
|
92
|
+
responseType: null;
|
|
93
|
+
description: string;
|
|
94
|
+
})[];
|
|
246
95
|
};
|
|
247
96
|
};
|
|
248
97
|
//# sourceMappingURL=TaskResponseType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TaskResponseType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/TaskResponseType.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"TaskResponseType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/TaskResponseType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,eAAO,MAAM,YAAY;;;;;;;;;CASxB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;CAIpB,CAAC;AAEF,oBAAY,SAAS;IACnB,IAAI,IAAI;IACR,EAAE,IAAI;IACN,KAAK,IAAI;IACT,OAAO,IAAI;CACZ;AAED,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqP5B,CAAC"}
|