@silexpert/core 2.0.1 → 2.0.3
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/api/resources/CustomerActivity.d.ts +1 -0
- package/dist/api/resources/CustomerActivity.d.ts.map +1 -1
- package/dist/api/resources/CustomerActivity.js +5 -0
- package/dist/api/resources/CustomerActivity.js.map +1 -1
- package/dist/types/Enum/BrandPourcentage.js +4 -4
- package/dist/types/Enum/BrandPourcentage.js.map +1 -1
- package/dist/types/Enum/Feature.d.ts +10 -1
- package/dist/types/Enum/Feature.d.ts.map +1 -1
- package/dist/types/Enum/Feature.js +10 -1
- package/dist/types/Enum/Feature.js.map +1 -1
- package/dist/types/Interface/api/customerActivity/Query.d.ts +0 -5
- package/dist/types/Interface/api/customerActivity/Query.d.ts.map +1 -1
- package/dist/types/Interface/api/customerActivity/Query.js +1 -26
- package/dist/types/Interface/api/customerActivity/Query.js.map +1 -1
- package/dist/types/Interface/api/societyFollow/Query.d.ts +1 -1
- package/dist/types/Interface/api/societyFollow/Query.d.ts.map +1 -1
- package/dist/types/Interface/api/societyFollow/Query.js +2 -2
- package/dist/types/Interface/api/societyFollow/Query.js.map +1 -1
- package/dist/types/Interface/api/user/RegisterProspect.d.ts +2 -0
- package/dist/types/Interface/api/user/RegisterProspect.d.ts.map +1 -1
- package/dist/types/Interface/api/user/RegisterProspect.js.map +1 -1
- package/dist/types/Interface/api/user/RegisterWebhook.d.ts +8 -0
- package/dist/types/Interface/api/user/RegisterWebhook.d.ts.map +1 -1
- package/dist/types/Interface/api/user/RegisterWebhook.js +43 -1
- package/dist/types/Interface/api/user/RegisterWebhook.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/CustomerActivity.ts +6 -0
- package/ts/types/Enum/BrandPourcentage.ts +4 -4
- package/ts/types/Enum/Feature.ts +10 -1
- package/ts/types/Interface/api/customerActivity/Query.ts +1 -20
- package/ts/types/Interface/api/societyFollow/Query.ts +3 -3
- package/ts/types/Interface/api/user/RegisterProspect.ts +2 -0
- package/ts/types/Interface/api/user/RegisterWebhook.ts +31 -2
|
@@ -5,5 +5,6 @@ export declare class CustomerActivity extends Resource {
|
|
|
5
5
|
getAllContactRequests(idUser: number, query: QueryContactRequest): Promise<IRecontactHistory[]>;
|
|
6
6
|
createContactRequests(idUser: number, params: CreateContactRequest): Promise<IRecontactHistory>;
|
|
7
7
|
createAcceptance(params: CreateCustomerAcceptance): Promise<ICustomerAcceptance>;
|
|
8
|
+
annualReporting(idSociety: number, idExercice: number): Promise<void>;
|
|
8
9
|
}
|
|
9
10
|
//# sourceMappingURL=CustomerActivity.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomerActivity.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/CustomerActivity.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,wBAAwB,EACxB,mBAAmB,EACnB,iBAAiB,EACjB,mBAAmB,EACpB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,qBAAa,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAIpD,qBAAqB,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,mBAAmB,GAAG,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAI/F,qBAAqB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,oBAAoB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAI/F,gBAAgB,CAAC,MAAM,EAAE,wBAAwB,GAAG,OAAO,CAAC,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"CustomerActivity.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/CustomerActivity.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,wBAAwB,EACxB,mBAAmB,EACnB,iBAAiB,EACjB,mBAAmB,EACpB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,qBAAa,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAIpD,qBAAqB,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,mBAAmB,GAAG,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAI/F,qBAAqB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,oBAAoB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAI/F,gBAAgB,CAAC,MAAM,EAAE,wBAAwB,GAAG,OAAO,CAAC,mBAAmB,CAAC;IAIhF,eAAe,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;CAKtE"}
|
|
@@ -12,5 +12,10 @@ export class CustomerActivity extends Resource {
|
|
|
12
12
|
createAcceptance(params) {
|
|
13
13
|
return this.axios.$post('/customers-acceptances', params);
|
|
14
14
|
}
|
|
15
|
+
annualReporting(idSociety, idExercice) {
|
|
16
|
+
return this.axios.$get(`/customer-activities/societies/${idSociety}/exercices/${idExercice}/annual-report`, {
|
|
17
|
+
responseType: 'arraybuffer',
|
|
18
|
+
});
|
|
19
|
+
}
|
|
15
20
|
}
|
|
16
21
|
//# sourceMappingURL=CustomerActivity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomerActivity.js","sourceRoot":"","sources":["../../../ts/api/resources/CustomerActivity.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,OAAO,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,SAAiB;QAChC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,kCAAkC,SAAS,kBAAkB,CAAC,CAAC;IACxF,CAAC;IAED,qBAAqB,CAAC,MAAc,EAAE,KAA0B;QAC9D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,MAAM,mBAAmB,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IACjF,CAAC;IAED,qBAAqB,CAAC,MAAc,EAAE,MAA4B;QAChE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,MAAM,mBAAmB,EAAE,MAAM,CAAC,CAAC;IACvE,CAAC;IAED,gBAAgB,CAAC,MAAgC;QAC/C,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,wBAAwB,EAAE,MAAM,CAAC,CAAC;IAC5D,CAAC;CACF","sourcesContent":["import {\n CreateContactRequest,\n CreateCustomerAcceptance,\n ICustomerAcceptance,\n IRecontactHistory,\n QueryContactRequest,\n} from '../../types/index.js';\nimport { Resource } from '../Resource.js';\n\nexport class CustomerActivity extends Resource {\n previewReporting(idSociety: number): Promise<string> {\n return this.axios.$get(`/customer-activities/societies/${idSociety}/reports/preview`);\n }\n\n getAllContactRequests(idUser: number, query: QueryContactRequest): Promise<IRecontactHistory[]> {\n return this.axios.$get(`/users/${idUser}/contact-requests`, { params: query });\n }\n\n createContactRequests(idUser: number, params: CreateContactRequest): Promise<IRecontactHistory> {\n return this.axios.$post(`/users/${idUser}/contact-requests`, params);\n }\n\n createAcceptance(params: CreateCustomerAcceptance): Promise<ICustomerAcceptance> {\n return this.axios.$post('/customers-acceptances', params);\n }\n}\n"]}
|
|
1
|
+
{"version":3,"file":"CustomerActivity.js","sourceRoot":"","sources":["../../../ts/api/resources/CustomerActivity.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,OAAO,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,SAAiB;QAChC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,kCAAkC,SAAS,kBAAkB,CAAC,CAAC;IACxF,CAAC;IAED,qBAAqB,CAAC,MAAc,EAAE,KAA0B;QAC9D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,MAAM,mBAAmB,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IACjF,CAAC;IAED,qBAAqB,CAAC,MAAc,EAAE,MAA4B;QAChE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,MAAM,mBAAmB,EAAE,MAAM,CAAC,CAAC;IACvE,CAAC;IAED,gBAAgB,CAAC,MAAgC;QAC/C,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,wBAAwB,EAAE,MAAM,CAAC,CAAC;IAC5D,CAAC;IAED,eAAe,CAAC,SAAiB,EAAE,UAAkB;QACnD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,kCAAkC,SAAS,cAAc,UAAU,gBAAgB,EAAE;YAC1G,YAAY,EAAE,aAAa;SAC5B,CAAC,CAAC;IACL,CAAC;CACF","sourcesContent":["import {\n CreateContactRequest,\n CreateCustomerAcceptance,\n ICustomerAcceptance,\n IRecontactHistory,\n QueryContactRequest,\n} from '../../types/index.js';\nimport { Resource } from '../Resource.js';\n\nexport class CustomerActivity extends Resource {\n previewReporting(idSociety: number): Promise<string> {\n return this.axios.$get(`/customer-activities/societies/${idSociety}/reports/preview`);\n }\n\n getAllContactRequests(idUser: number, query: QueryContactRequest): Promise<IRecontactHistory[]> {\n return this.axios.$get(`/users/${idUser}/contact-requests`, { params: query });\n }\n\n createContactRequests(idUser: number, params: CreateContactRequest): Promise<IRecontactHistory> {\n return this.axios.$post(`/users/${idUser}/contact-requests`, params);\n }\n\n createAcceptance(params: CreateCustomerAcceptance): Promise<ICustomerAcceptance> {\n return this.axios.$post('/customers-acceptances', params);\n }\n\n annualReporting(idSociety: number, idExercice: number): Promise<void> {\n return this.axios.$get(`/customer-activities/societies/${idSociety}/exercices/${idExercice}/annual-report`, {\n responseType: 'arraybuffer',\n });\n }\n}\n"]}
|
|
@@ -59,7 +59,7 @@ export const BrandPourcentage = [
|
|
|
59
59
|
statut: 'SAS',
|
|
60
60
|
zipCode: '54 520',
|
|
61
61
|
},
|
|
62
|
-
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
62
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189, 44],
|
|
63
63
|
logoUrl: 'logo-pourcentage.svg',
|
|
64
64
|
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
65
65
|
hiddenPages: [],
|
|
@@ -186,7 +186,7 @@ export const BrandPourcentage = [
|
|
|
186
186
|
statut: 'SAS',
|
|
187
187
|
zipCode: '93 100',
|
|
188
188
|
},
|
|
189
|
-
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
189
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189, 44],
|
|
190
190
|
logoUrl: 'logo-pourcentage.svg',
|
|
191
191
|
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
192
192
|
hiddenPages: [],
|
|
@@ -283,7 +283,7 @@ export const BrandPourcentage = [
|
|
|
283
283
|
statut: 'SAS',
|
|
284
284
|
zipCode: '06 300',
|
|
285
285
|
},
|
|
286
|
-
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
286
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189, 44],
|
|
287
287
|
logoUrl: 'logo-pourcentage.svg',
|
|
288
288
|
miniLogoUrl: 'logo-pourcentage-mini-ece.svg',
|
|
289
289
|
hiddenPages: [],
|
|
@@ -382,7 +382,7 @@ export const BrandPourcentage = [
|
|
|
382
382
|
statut: 'SAS',
|
|
383
383
|
zipCode: '06 300',
|
|
384
384
|
},
|
|
385
|
-
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
385
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189, 44],
|
|
386
386
|
logoUrl: 'logo-pourcentage.svg',
|
|
387
387
|
miniLogoUrl: 'logo-pourcentage-mini-ecf.svg',
|
|
388
388
|
hiddenPages: [],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandPourcentage.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"names":[],"mappings":"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","sourcesContent":["import { Brand } from '../../utils/brands.js';\nimport {\n SalesContractBrandPourcentageOnline,\n SalesContractBrandPourcentageECE,\n SalesContractBrandPourcentageECF,\n} from './SalesContractBrandPourcentage.js';\n\nexport const BrandPourcentage: Brand[] = [\n {\n idTypeBrand: 1,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage Online',\n commercialName: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n footerColor: '#2e5449',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n gestion: 'gestion@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n resiliation: 'resiliation@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n satisfaction: 'satisfaction-client@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'EXPERTISE CHOIX C',\n ECName: 'M. Maximilien SAINTDIZIER',\n ECOrderCity: 'Nancy',\n ECDepartment: 'Lorraine',\n ECPosition: 'Président',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n // IBAN: 'FR7611899002030002005614580',\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n // BIC: 'CMCIFR2A',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n codeEtablissement: '16106',\n codeGuichet: '01001',\n numeroCompte: '96018269527',\n cleRib: '65',\n // codeEtablissement: '11899',\n // codeGuichet: '00203',\n // numeroCompte: '00020056145',\n // cleRib: '80',\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: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domains: ['@pourcentage.fr', '@rlexpertise.fr', '@cabinetamex.com'],\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 NICE: {\n id: 6,\n name: 'Nice',\n },\n },\n salesContractConfig: SalesContractBrandPourcentageOnline,\n },\n {\n idTypeBrand: 2,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage Paris - ECD Sofrageco', // Sofrageco\n commercialName: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n footerColor: '#2e5449',\n },\n listPhones: {\n contact: '01 48 58 29 45',\n qualite: '01 48 58 29 45',\n social: '01 48 58 29 45',\n juridique: '01 48 58 29 45',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n gestion: 'gestion@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'MONTREUIL SOUS BOIS',\n montantCapital: '153 000',\n nomRaisonSociale: 'SOFRAGECO',\n ECName: 'M. Maximilien SAINTDIZIER',\n ECOrderCity: 'Nancy',\n ECPosition: 'Président',\n phone: '01 48 58 29 45',\n postalAddress: '72 AVENUE PASTEUR',\n rcs: '345 081 996 R.C.S. Bobigny',\n statut: 'SAS',\n zipCode: '93 100',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601703611154',\n BIC: 'AGRIFRPP861',\n Name: 'SOFRAGECO',\n Id: 'FR08ZZZ892C4F',\n codeEtablissement: '16106',\n codeGuichet: '01001',\n numeroCompte: '96017036111',\n cleRib: '54',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'SOFRAGECO',\n address: '72 AVENUE PASTEUR',\n zipCode: '93100',\n city: 'MONTREUIL SOUS BOIS',\n country: 'FRANCE',\n montantCapital: '153 000',\n siret: '34508199600026',\n ape: '6920Z',\n rcs: '345 081 996 R.C.S. Bobigny',\n phone: '01 48 58 29 45',\n vatIntracom: 'FR17345081996',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domains: ['@pourcentage.fr', '@rlexpertise.fr', '@cabinetamex.com'],\n },\n },\n {\n idTypeBrand: 5,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage ECE - AMEX', // AMEX\n commercialName: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n footerColor: '#2e5449',\n },\n listPhones: {\n contact: '04 93 87 03 03',\n qualite: '04 93 87 03 03',\n social: '04 93 87 03 03',\n juridique: '04 93 87 03 03',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n gestion: 'gestion@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n resiliation: 'resiliation@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n satisfaction: 'satisfaction-client@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'NICE',\n montantCapital: '466 800',\n nomRaisonSociale: 'EXPERTISE CHOIX E',\n ECName: 'M. Maximilien SAINTDIZIER',\n ECOrderCity: 'Nice',\n ECDepartment: 'PACA',\n ECPosition: 'Président',\n phone: '04 93 87 03 03',\n postalAddress: '9 route de Turin',\n rcs: 'Nice B 882 255 094',\n statut: 'SAS',\n zipCode: '06 300',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini-ece.svg',\n hiddenPages: [],\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019602693423889',\n BIC: 'AGRIFRPP861',\n Name: 'AMEX',\n Id: 'FR57ZZZ86ECE0',\n codeEtablissement: '16106',\n codeGuichet: '01001',\n numeroCompte: '96026934238',\n cleRib: '89',\n },\n internalInvoicing: {\n lastUsedNumber: 1685,\n statut: 'SAS',\n name: 'AMEX',\n address: '9 route de Turin',\n zipCode: '06 300',\n city: 'NICE',\n country: 'FRANCE',\n montantCapital: '466 800',\n siret: '88225509400014',\n ape: '6920Z',\n rcs: 'Nice B 882 255 094',\n phone: '04 93 87 03 03',\n vatIntracom: 'FR14882255094',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domains: ['@pourcentage.fr', '@rlexpertise.fr', '@cabinetamex.com'],\n },\n salesContractConfig: SalesContractBrandPourcentageECE,\n },\n {\n idTypeBrand: 7,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage ECF', // Pourcentage Nice 2 / LANDRA\n commercialName: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n footerColor: '#2e5449',\n },\n listPhones: {\n contact: '04 93 54 29 09',\n qualite: '04 93 54 29 09',\n social: '04 93 54 29 09',\n juridique: '04 93 54 29 09',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n gestion: 'gestion@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n resiliation: 'resiliation@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n satisfaction: 'satisfaction-client@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'NICE',\n montantCapital: '466 800',\n nomRaisonSociale: 'EXPERTISE CHOIX E',\n ECName: 'M. Maximilien SAINTDIZIER',\n ECOrderCity: 'Nice',\n ECPosition: 'Salarié',\n ECDepartment: 'PACA',\n phone: '04 93 54 29 09',\n postalAddress: '9 route de Turin',\n rcs: 'Nice B 882 255 094',\n statut: 'SAS',\n zipCode: '06 300',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini-ecf.svg',\n hiddenPages: [],\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019602693423889',\n BIC: 'AGRIFRPP861',\n Name: 'AMEX',\n Id: 'FR57ZZZ86ECE0',\n codeEtablissement: '16106',\n codeGuichet: '01001',\n numeroCompte: '96026934238',\n cleRib: '89',\n },\n internalInvoicing: {\n lastUsedNumber: 1685,\n statut: 'SAS',\n name: 'AMEX',\n address: '9 route de Turin',\n zipCode: '06 300',\n city: 'NICE',\n country: 'FRANCE',\n montantCapital: '466 800',\n siret: '88225509400014',\n ape: '6920Z',\n rcs: 'Nice B 882 255 094',\n phone: '04 93 54 29 09',\n vatIntracom: 'FR14882255094',\n email: 'facturation@pourcentage.fr',\n },\n // internalInvoicing: {\n // lastUsedNumber: 64201,\n // statut: 'SAS',\n // name: 'CABINET RONCHIERI LANDRA',\n // address: '2 rue du Comte Vert',\n // zipCode: '06 300',\n // city: 'NICE',\n // country: 'FRANCE',\n // montantCapital: '281 000',\n // siret: '432 002 640 00014',\n // ape: '6920Z',\n // rcs: '432 002 640',\n // phone: '04 93 54 29 09',\n // vatIntracom: 'FR50432002640',\n // email: 'facturation@pourcentage.fr',\n // },\n webmail: {\n domains: ['@pourcentage.fr', '@rlexpertise.fr', '@cabinetamex.com'],\n },\n salesContractConfig: SalesContractBrandPourcentageECF,\n },\n] as const;\n"]}
|
|
1
|
+
{"version":3,"file":"BrandPourcentage.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"names":[],"mappings":"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","sourcesContent":["import { Brand } from '../../utils/brands.js';\nimport {\n SalesContractBrandPourcentageOnline,\n SalesContractBrandPourcentageECE,\n SalesContractBrandPourcentageECF,\n} from './SalesContractBrandPourcentage.js';\n\nexport const BrandPourcentage: Brand[] = [\n {\n idTypeBrand: 1,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage Online',\n commercialName: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n footerColor: '#2e5449',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n gestion: 'gestion@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n resiliation: 'resiliation@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n satisfaction: 'satisfaction-client@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'EXPERTISE CHOIX C',\n ECName: 'M. Maximilien SAINTDIZIER',\n ECOrderCity: 'Nancy',\n ECDepartment: 'Lorraine',\n ECPosition: 'Président',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189, 44],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n // IBAN: 'FR7611899002030002005614580',\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n // BIC: 'CMCIFR2A',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n codeEtablissement: '16106',\n codeGuichet: '01001',\n numeroCompte: '96018269527',\n cleRib: '65',\n // codeEtablissement: '11899',\n // codeGuichet: '00203',\n // numeroCompte: '00020056145',\n // cleRib: '80',\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: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domains: ['@pourcentage.fr', '@rlexpertise.fr', '@cabinetamex.com'],\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 NICE: {\n id: 6,\n name: 'Nice',\n },\n },\n salesContractConfig: SalesContractBrandPourcentageOnline,\n },\n {\n idTypeBrand: 2,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage Paris - ECD Sofrageco', // Sofrageco\n commercialName: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n footerColor: '#2e5449',\n },\n listPhones: {\n contact: '01 48 58 29 45',\n qualite: '01 48 58 29 45',\n social: '01 48 58 29 45',\n juridique: '01 48 58 29 45',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n gestion: 'gestion@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'MONTREUIL SOUS BOIS',\n montantCapital: '153 000',\n nomRaisonSociale: 'SOFRAGECO',\n ECName: 'M. Maximilien SAINTDIZIER',\n ECOrderCity: 'Nancy',\n ECPosition: 'Président',\n phone: '01 48 58 29 45',\n postalAddress: '72 AVENUE PASTEUR',\n rcs: '345 081 996 R.C.S. Bobigny',\n statut: 'SAS',\n zipCode: '93 100',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189, 44],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601703611154',\n BIC: 'AGRIFRPP861',\n Name: 'SOFRAGECO',\n Id: 'FR08ZZZ892C4F',\n codeEtablissement: '16106',\n codeGuichet: '01001',\n numeroCompte: '96017036111',\n cleRib: '54',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'SOFRAGECO',\n address: '72 AVENUE PASTEUR',\n zipCode: '93100',\n city: 'MONTREUIL SOUS BOIS',\n country: 'FRANCE',\n montantCapital: '153 000',\n siret: '34508199600026',\n ape: '6920Z',\n rcs: '345 081 996 R.C.S. Bobigny',\n phone: '01 48 58 29 45',\n vatIntracom: 'FR17345081996',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domains: ['@pourcentage.fr', '@rlexpertise.fr', '@cabinetamex.com'],\n },\n },\n {\n idTypeBrand: 5,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage ECE - AMEX', // AMEX\n commercialName: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n footerColor: '#2e5449',\n },\n listPhones: {\n contact: '04 93 87 03 03',\n qualite: '04 93 87 03 03',\n social: '04 93 87 03 03',\n juridique: '04 93 87 03 03',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n gestion: 'gestion@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n resiliation: 'resiliation@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n satisfaction: 'satisfaction-client@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'NICE',\n montantCapital: '466 800',\n nomRaisonSociale: 'EXPERTISE CHOIX E',\n ECName: 'M. Maximilien SAINTDIZIER',\n ECOrderCity: 'Nice',\n ECDepartment: 'PACA',\n ECPosition: 'Président',\n phone: '04 93 87 03 03',\n postalAddress: '9 route de Turin',\n rcs: 'Nice B 882 255 094',\n statut: 'SAS',\n zipCode: '06 300',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189, 44],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini-ece.svg',\n hiddenPages: [],\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019602693423889',\n BIC: 'AGRIFRPP861',\n Name: 'AMEX',\n Id: 'FR57ZZZ86ECE0',\n codeEtablissement: '16106',\n codeGuichet: '01001',\n numeroCompte: '96026934238',\n cleRib: '89',\n },\n internalInvoicing: {\n lastUsedNumber: 1685,\n statut: 'SAS',\n name: 'AMEX',\n address: '9 route de Turin',\n zipCode: '06 300',\n city: 'NICE',\n country: 'FRANCE',\n montantCapital: '466 800',\n siret: '88225509400014',\n ape: '6920Z',\n rcs: 'Nice B 882 255 094',\n phone: '04 93 87 03 03',\n vatIntracom: 'FR14882255094',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domains: ['@pourcentage.fr', '@rlexpertise.fr', '@cabinetamex.com'],\n },\n salesContractConfig: SalesContractBrandPourcentageECE,\n },\n {\n idTypeBrand: 7,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage ECF', // Pourcentage Nice 2 / LANDRA\n commercialName: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n footerColor: '#2e5449',\n },\n listPhones: {\n contact: '04 93 54 29 09',\n qualite: '04 93 54 29 09',\n social: '04 93 54 29 09',\n juridique: '04 93 54 29 09',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n gestion: 'gestion@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n resiliation: 'resiliation@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n satisfaction: 'satisfaction-client@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'NICE',\n montantCapital: '466 800',\n nomRaisonSociale: 'EXPERTISE CHOIX E',\n ECName: 'M. Maximilien SAINTDIZIER',\n ECOrderCity: 'Nice',\n ECPosition: 'Salarié',\n ECDepartment: 'PACA',\n phone: '04 93 54 29 09',\n postalAddress: '9 route de Turin',\n rcs: 'Nice B 882 255 094',\n statut: 'SAS',\n zipCode: '06 300',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189, 44],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini-ecf.svg',\n hiddenPages: [],\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019602693423889',\n BIC: 'AGRIFRPP861',\n Name: 'AMEX',\n Id: 'FR57ZZZ86ECE0',\n codeEtablissement: '16106',\n codeGuichet: '01001',\n numeroCompte: '96026934238',\n cleRib: '89',\n },\n internalInvoicing: {\n lastUsedNumber: 1685,\n statut: 'SAS',\n name: 'AMEX',\n address: '9 route de Turin',\n zipCode: '06 300',\n city: 'NICE',\n country: 'FRANCE',\n montantCapital: '466 800',\n siret: '88225509400014',\n ape: '6920Z',\n rcs: 'Nice B 882 255 094',\n phone: '04 93 54 29 09',\n vatIntracom: 'FR14882255094',\n email: 'facturation@pourcentage.fr',\n },\n // internalInvoicing: {\n // lastUsedNumber: 64201,\n // statut: 'SAS',\n // name: 'CABINET RONCHIERI LANDRA',\n // address: '2 rue du Comte Vert',\n // zipCode: '06 300',\n // city: 'NICE',\n // country: 'FRANCE',\n // montantCapital: '281 000',\n // siret: '432 002 640 00014',\n // ape: '6920Z',\n // rcs: '432 002 640',\n // phone: '04 93 54 29 09',\n // vatIntracom: 'FR50432002640',\n // email: 'facturation@pourcentage.fr',\n // },\n webmail: {\n domains: ['@pourcentage.fr', '@rlexpertise.fr', '@cabinetamex.com'],\n },\n salesContractConfig: SalesContractBrandPourcentageECF,\n },\n] as const;\n"]}
|
|
@@ -1,14 +1,22 @@
|
|
|
1
1
|
export declare enum Feature {
|
|
2
2
|
DASHBOARD = "dashboard",
|
|
3
3
|
BANK = "bank",
|
|
4
|
+
SYNCHRONIZE_BANK_ACCOUNT = "synchronize_bank_account",
|
|
5
|
+
BANK_RECONCILIATION = "bank_reconciliation",
|
|
6
|
+
AUTO_CATEGORIZATION = "auto_categorization",
|
|
4
7
|
PAYMENT_LINK = "payment_link",
|
|
5
8
|
PAYMENT_RECOVERY = "payment_recovery",
|
|
6
9
|
JURIDIC = "juridic",
|
|
7
10
|
/** ACHATS */
|
|
8
11
|
PURCHASE = "purchase_invoice",
|
|
12
|
+
NEW_EXPENSE = "new_expense",
|
|
9
13
|
PURCHASE_GENERAL_LEDGER = "purchase_general_ledger",
|
|
10
14
|
/** Facturation */
|
|
11
15
|
SALE = "sale",
|
|
16
|
+
SALE_RECURRENCE = "sale_recurrence",
|
|
17
|
+
SALE_NEW_INVOICE = "sale_new_invoice",
|
|
18
|
+
SALE_NEW_ESTIMATE = "sale_new_estimate",
|
|
19
|
+
SALE_REMINDER = "sale_reminder",
|
|
12
20
|
SALE_GENERAL_LEDGER = "sale_general_ledger",
|
|
13
21
|
/** Comptabilité */
|
|
14
22
|
VAT = "vat",
|
|
@@ -30,13 +38,14 @@ export declare enum Feature {
|
|
|
30
38
|
SETTING_ANNOTATION = "setting_annotation",
|
|
31
39
|
SETTING_PURCHASE = "setting_purchase",
|
|
32
40
|
SETTING_SALE = "setting_sale",
|
|
41
|
+
SETTING_SALE_STRIPE = "setting_sale_stripe",
|
|
33
42
|
SETTING_CONNECTOR = "setting_connector",
|
|
34
43
|
SETTING_ACCOUNTANCY_ACCOUNT = "setting_accountancy_account",
|
|
35
44
|
SETTING_SUBSCRIPTION = "setting_subscription",
|
|
36
45
|
SETTING_ACCESS = "setting_access",
|
|
37
46
|
CUSTOMISATION = "customisation",
|
|
47
|
+
EXPORT_ACCOUNTANCY_DATA = "export_accountancy_data",
|
|
38
48
|
LOG_TO_MOBILE_APP = "log_to_mobile_app",
|
|
39
|
-
SALE_RECURRENCE = "sale_recurrence",
|
|
40
49
|
DECLARE_REGISTRATION = "declare_registration"
|
|
41
50
|
}
|
|
42
51
|
//# sourceMappingURL=Feature.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Feature.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Feature.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IAEjB,SAAS,cAAc;IAEvB,IAAI,SAAS;
|
|
1
|
+
{"version":3,"file":"Feature.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Feature.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IAEjB,SAAS,cAAc;IAEvB,IAAI,SAAS;IACb,wBAAwB,6BAA6B;IACrD,mBAAmB,wBAAwB;IAC3C,mBAAmB,wBAAwB;IAE3C,YAAY,iBAAiB;IAE7B,gBAAgB,qBAAqB;IAErC,OAAO,YAAY;IAEnB,aAAa;IAEb,QAAQ,qBAAqB;IAC7B,WAAW,gBAAgB;IAE3B,uBAAuB,4BAA4B;IAEnD,kBAAkB;IAElB,IAAI,SAAS;IACb,eAAe,oBAAoB;IACnC,gBAAgB,qBAAqB;IACrC,iBAAiB,sBAAsB;IACvC,aAAa,kBAAkB;IAE/B,mBAAmB,wBAAwB;IAE3C,mBAAmB;IAEnB,GAAG,QAAQ;IAEX,IAAI,SAAS;IAEb,4BAA4B,iCAAiC;IAE7D,uBAAuB,4BAA4B;IAEnD,qBAAqB,0BAA0B;IAE/C,qBAAqB,0BAA0B;IAE/C,eAAe;IAEf,eAAe,oBAAoB;IAEnC,MAAM,WAAW;IAGjB,OAAO,YAAY;IAEnB,iBAAiB,sBAAsB;IAGvC,IAAI,SAAS;IAEb,oBAAoB;IACpB,OAAO,YAAY;IACnB,mBAAmB,gBAAgB;IACnC,YAAY,iBAAiB;IAC7B,kBAAkB,uBAAuB;IACzC,gBAAgB,qBAAqB;IACrC,YAAY,iBAAiB;IAC7B,mBAAmB,wBAAwB;IAC3C,iBAAiB,sBAAsB;IACvC,2BAA2B,gCAAgC;IAC3D,oBAAoB,yBAAyB;IAC7C,cAAc,mBAAmB;IACjC,aAAa,kBAAkB;IAE/B,uBAAuB,4BAA4B;IACnD,iBAAiB,sBAAsB;IACvC,oBAAoB,yBAAyB;CAC9C"}
|
|
@@ -4,6 +4,9 @@ export var Feature;
|
|
|
4
4
|
Feature["DASHBOARD"] = "dashboard";
|
|
5
5
|
// Relevés bancaires / Espèces
|
|
6
6
|
Feature["BANK"] = "bank";
|
|
7
|
+
Feature["SYNCHRONIZE_BANK_ACCOUNT"] = "synchronize_bank_account";
|
|
8
|
+
Feature["BANK_RECONCILIATION"] = "bank_reconciliation";
|
|
9
|
+
Feature["AUTO_CATEGORIZATION"] = "auto_categorization";
|
|
7
10
|
// Liens de paiement
|
|
8
11
|
Feature["PAYMENT_LINK"] = "payment_link";
|
|
9
12
|
// Recouvrement
|
|
@@ -13,11 +16,16 @@ export var Feature;
|
|
|
13
16
|
/** ACHATS */
|
|
14
17
|
// Factures d'achat / Notes de frais / Fournisseurs
|
|
15
18
|
Feature["PURCHASE"] = "purchase_invoice";
|
|
19
|
+
Feature["NEW_EXPENSE"] = "new_expense";
|
|
16
20
|
// Grand-Livre d'achat
|
|
17
21
|
Feature["PURCHASE_GENERAL_LEDGER"] = "purchase_general_ledger";
|
|
18
22
|
/** Facturation */
|
|
19
23
|
// Factures, devis, brouillons, articles, clients, ticketsZ
|
|
20
24
|
Feature["SALE"] = "sale";
|
|
25
|
+
Feature["SALE_RECURRENCE"] = "sale_recurrence";
|
|
26
|
+
Feature["SALE_NEW_INVOICE"] = "sale_new_invoice";
|
|
27
|
+
Feature["SALE_NEW_ESTIMATE"] = "sale_new_estimate";
|
|
28
|
+
Feature["SALE_REMINDER"] = "sale_reminder";
|
|
21
29
|
// Grand-Livre de vente
|
|
22
30
|
Feature["SALE_GENERAL_LEDGER"] = "sale_general_ledger";
|
|
23
31
|
/** Comptabilité */
|
|
@@ -51,13 +59,14 @@ export var Feature;
|
|
|
51
59
|
Feature["SETTING_ANNOTATION"] = "setting_annotation";
|
|
52
60
|
Feature["SETTING_PURCHASE"] = "setting_purchase";
|
|
53
61
|
Feature["SETTING_SALE"] = "setting_sale";
|
|
62
|
+
Feature["SETTING_SALE_STRIPE"] = "setting_sale_stripe";
|
|
54
63
|
Feature["SETTING_CONNECTOR"] = "setting_connector";
|
|
55
64
|
Feature["SETTING_ACCOUNTANCY_ACCOUNT"] = "setting_accountancy_account";
|
|
56
65
|
Feature["SETTING_SUBSCRIPTION"] = "setting_subscription";
|
|
57
66
|
Feature["SETTING_ACCESS"] = "setting_access";
|
|
58
67
|
Feature["CUSTOMISATION"] = "customisation";
|
|
68
|
+
Feature["EXPORT_ACCOUNTANCY_DATA"] = "export_accountancy_data";
|
|
59
69
|
Feature["LOG_TO_MOBILE_APP"] = "log_to_mobile_app";
|
|
60
|
-
Feature["SALE_RECURRENCE"] = "sale_recurrence";
|
|
61
70
|
Feature["DECLARE_REGISTRATION"] = "declare_registration";
|
|
62
71
|
})(Feature || (Feature = {}));
|
|
63
72
|
//# sourceMappingURL=Feature.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Feature.js","sourceRoot":"","sources":["../../../ts/types/Enum/Feature.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"Feature.js","sourceRoot":"","sources":["../../../ts/types/Enum/Feature.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,OA6EX;AA7ED,WAAY,OAAO;IACjB,kBAAkB;IAClB,kCAAuB,CAAA;IACvB,8BAA8B;IAC9B,wBAAa,CAAA;IACb,gEAAqD,CAAA;IACrD,sDAA2C,CAAA;IAC3C,sDAA2C,CAAA;IAC3C,oBAAoB;IACpB,wCAA6B,CAAA;IAC7B,eAAe;IACf,gDAAqC,CAAA;IACrC,YAAY;IACZ,8BAAmB,CAAA;IAEnB,aAAa;IACb,mDAAmD;IACnD,wCAA6B,CAAA;IAC7B,sCAA2B,CAAA;IAC3B,sBAAsB;IACtB,8DAAmD,CAAA;IAEnD,kBAAkB;IAClB,2DAA2D;IAC3D,wBAAa,CAAA;IACb,8CAAmC,CAAA;IACnC,gDAAqC,CAAA;IACrC,kDAAuC,CAAA;IACvC,0CAA+B,CAAA;IAC/B,uBAAuB;IACvB,sDAA2C,CAAA;IAE3C,mBAAmB;IACnB,MAAM;IACN,sBAAW,CAAA;IACX,OAAO;IACP,wBAAa,CAAA;IACb,oBAAoB;IACpB,wEAA6D,CAAA;IAC7D,oCAAoC;IACpC,8DAAmD,CAAA;IACnD,4DAA4D;IAC5D,0DAA+C,CAAA;IAC/C,mBAAmB;IACnB,0DAA+C,CAAA;IAE/C,eAAe;IACf,oBAAoB;IACpB,8CAAmC,CAAA;IACnC,8BAA8B;IAC9B,4BAAiB,CAAA;IAEjB,eAAe;IACf,8BAAmB,CAAA;IACnB,mBAAmB;IACnB,kDAAuC,CAAA;IAEvC,aAAa;IACb,wBAAa,CAAA;IAEb,oBAAoB;IACpB,8BAAmB,CAAA;IACnB,8CAAmC,CAAA;IACnC,wCAA6B,CAAA;IAC7B,oDAAyC,CAAA;IACzC,gDAAqC,CAAA;IACrC,wCAA6B,CAAA;IAC7B,sDAA2C,CAAA;IAC3C,kDAAuC,CAAA;IACvC,sEAA2D,CAAA;IAC3D,wDAA6C,CAAA;IAC7C,4CAAiC,CAAA;IACjC,0CAA+B,CAAA;IAE/B,8DAAmD,CAAA;IACnD,kDAAuC,CAAA;IACvC,wDAA6C,CAAA;AAC/C,CAAC,EA7EW,OAAO,KAAP,OAAO,QA6ElB","sourcesContent":["export enum Feature {\n // Tableau de bord\n DASHBOARD = 'dashboard',\n // Relevés bancaires / Espèces\n BANK = 'bank',\n SYNCHRONIZE_BANK_ACCOUNT = 'synchronize_bank_account',\n BANK_RECONCILIATION = 'bank_reconciliation',\n AUTO_CATEGORIZATION = 'auto_categorization',\n // Liens de paiement\n PAYMENT_LINK = 'payment_link',\n // Recouvrement\n PAYMENT_RECOVERY = 'payment_recovery',\n // Juridique\n JURIDIC = 'juridic',\n\n /** ACHATS */\n // Factures d'achat / Notes de frais / Fournisseurs\n PURCHASE = 'purchase_invoice',\n NEW_EXPENSE = 'new_expense',\n // Grand-Livre d'achat\n PURCHASE_GENERAL_LEDGER = 'purchase_general_ledger',\n\n /** Facturation */\n // Factures, devis, brouillons, articles, clients, ticketsZ\n SALE = 'sale',\n SALE_RECURRENCE = 'sale_recurrence',\n SALE_NEW_INVOICE = 'sale_new_invoice',\n SALE_NEW_ESTIMATE = 'sale_new_estimate',\n SALE_REMINDER = 'sale_reminder',\n // Grand-Livre de vente\n SALE_GENERAL_LEDGER = 'sale_general_ledger',\n\n /** Comptabilité */\n // TVA\n VAT = 'vat',\n // DAS2\n DAS2 = 'das2',\n // Documents annexes\n OTHER_REGISTRATION_DOCUMENTS = 'other_registration_documents',\n // Bilan comptable - comptalib - ORI\n BALANCESHEET_ACCOUNTANT = 'balancesheet_accountant',\n // Bilan (version client - certifié par un Expert-Comptable)\n BALANCESHEET_CUSTOMER = 'balancesheet_customer',\n // Bilan (freemium)\n BALANCESHEET_FREEMIUM = 'balancesheet_freemium',\n\n /** Salariés */\n // Salariés Freemium\n SOCIAL_FREEMIUM = 'social_freemium',\n // Salariés / Elements de paie\n SOCIAL = 'social',\n\n // Bibliothèque\n LIBRARY = 'library',\n // Expert-Comptable\n EXPERT_ACCOUNTANT = 'expert_accountant',\n\n // Chat Crisp\n CHAT = 'chat',\n\n /** Configuration */\n SETTING = 'setting',\n SETTING_INFORMATION = 'information',\n SETTING_BANK = 'setting_bank',\n SETTING_ANNOTATION = 'setting_annotation',\n SETTING_PURCHASE = 'setting_purchase',\n SETTING_SALE = 'setting_sale',\n SETTING_SALE_STRIPE = 'setting_sale_stripe',\n SETTING_CONNECTOR = 'setting_connector',\n SETTING_ACCOUNTANCY_ACCOUNT = 'setting_accountancy_account',\n SETTING_SUBSCRIPTION = 'setting_subscription',\n SETTING_ACCESS = 'setting_access',\n CUSTOMISATION = 'customisation',\n\n EXPORT_ACCOUNTANCY_DATA = 'export_accountancy_data',\n LOG_TO_MOBILE_APP = 'log_to_mobile_app',\n DECLARE_REGISTRATION = 'declare_registration',\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/customerActivity/Query.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/customerActivity/Query.ts"],"names":[],"mappings":"AAGA,qBAAa,mBAAmB;IAI9B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -7,9 +7,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
|
-
import {
|
|
10
|
+
import { IsNumber, IsOptional } from 'class-validator';
|
|
11
11
|
import { ApiPropertyOptional } from '@nestjs/swagger';
|
|
12
|
-
import { ToBoolean } from '../../../../utils/transforms/boolean.transform.js';
|
|
13
12
|
export class QueryContactRequest {
|
|
14
13
|
idSource;
|
|
15
14
|
}
|
|
@@ -19,28 +18,4 @@ __decorate([
|
|
|
19
18
|
IsNumber(),
|
|
20
19
|
__metadata("design:type", Number)
|
|
21
20
|
], QueryContactRequest.prototype, "idSource", void 0);
|
|
22
|
-
export class QueryReporting {
|
|
23
|
-
startDate;
|
|
24
|
-
endDate;
|
|
25
|
-
isExercicePeriod;
|
|
26
|
-
}
|
|
27
|
-
__decorate([
|
|
28
|
-
ApiPropertyOptional(),
|
|
29
|
-
IsDateString(),
|
|
30
|
-
IsOptional(),
|
|
31
|
-
__metadata("design:type", String)
|
|
32
|
-
], QueryReporting.prototype, "startDate", void 0);
|
|
33
|
-
__decorate([
|
|
34
|
-
ApiPropertyOptional(),
|
|
35
|
-
IsDateString(),
|
|
36
|
-
IsOptional(),
|
|
37
|
-
__metadata("design:type", String)
|
|
38
|
-
], QueryReporting.prototype, "endDate", void 0);
|
|
39
|
-
__decorate([
|
|
40
|
-
ApiPropertyOptional(),
|
|
41
|
-
IsOptional(),
|
|
42
|
-
IsBoolean(),
|
|
43
|
-
ToBoolean(),
|
|
44
|
-
__metadata("design:type", Boolean)
|
|
45
|
-
], QueryReporting.prototype, "isExercicePeriod", void 0);
|
|
46
21
|
//# sourceMappingURL=Query.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/customerActivity/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/customerActivity/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAEtD,MAAM,OAAO,mBAAmB;IAI9B,QAAQ,CAAU;CACnB;AADC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;qDACO","sourcesContent":["import { IsNumber, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '@nestjs/swagger';\n\nexport class QueryContactRequest {\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idSource?: number;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/societyFollow/Query.ts"],"names":[],"mappings":"AAIA,qBAAa,wBAAwB;IAGnC,SAAS,EAAE,MAAM,CAAC;IAIlB,YAAY,EAAE,MAAM,CAAC;IAKrB,WAAW,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/societyFollow/Query.ts"],"names":[],"mappings":"AAIA,qBAAa,wBAAwB;IAGnC,SAAS,EAAE,MAAM,CAAC;IAIlB,YAAY,EAAE,MAAM,CAAC;IAKrB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK5B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,QAAQ,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAK1B,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B"}
|
|
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
|
-
import { IsBoolean,
|
|
10
|
+
import { IsBoolean, IsDateString, IsNumber, IsOptional, IsString } from 'class-validator';
|
|
11
11
|
import { ApiProperty, ApiPropertyOptional } from '@nestjs/swagger';
|
|
12
12
|
import { ToBoolean } from '../../../../utils/transforms/boolean.transform.js';
|
|
13
13
|
export class QueryCreateSocietyFollow {
|
|
@@ -32,7 +32,7 @@ __decorate([
|
|
|
32
32
|
__decorate([
|
|
33
33
|
ApiPropertyOptional(),
|
|
34
34
|
IsOptional(),
|
|
35
|
-
|
|
35
|
+
IsDateString(),
|
|
36
36
|
__metadata("design:type", Object)
|
|
37
37
|
], QueryCreateSocietyFollow.prototype, "relanceDate", void 0);
|
|
38
38
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/societyFollow/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/societyFollow/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC1F,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,SAAS,EAAE,MAAM,mDAAmD,CAAC;AAE9E,MAAM,OAAO,wBAAwB;IAGnC,SAAS,CAAS;IAIlB,YAAY,CAAS;IAKrB,WAAW,CAAiB;IAK5B,OAAO,CAAiB;IAKxB,MAAM,CAAU;IAMhB,QAAQ,CAAkB;IAK1B,mBAAmB,CAAU;CAC9B;AA/BC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;2DACO;AAIlB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;8DACU;AAKrB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;6DACa;AAK5B;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;yDACa;AAKxB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;wDACK;AAMhB;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;0DACc;AAK1B;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;qEACkB","sourcesContent":["import { IsBoolean, IsDateString, IsNumber, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '@nestjs/swagger';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform.js';\n\nexport class QueryCreateSocietyFollow {\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiProperty()\n @IsNumber()\n idFollowList: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n relanceDate?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n reason?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n toRecall?: boolean | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idQualificationLead?: number;\n}\n"]}
|
|
@@ -4,6 +4,7 @@ import { IAnalyticsUtm } from '../../models/IAnalyticsUtm.js';
|
|
|
4
4
|
import { LegalFormTypeEnum } from '../../../Enum/LegalForm.js';
|
|
5
5
|
import { UpdateOrCreateVisualizedInformation } from '../visualizedInformation/Update.js';
|
|
6
6
|
import { IPermission } from '../../models/IPermission.js';
|
|
7
|
+
import { SubscriptionType } from '../../../../index.js';
|
|
7
8
|
/**
|
|
8
9
|
* Response of the register prospect endpoint
|
|
9
10
|
*/
|
|
@@ -29,6 +30,7 @@ export interface ProspectSocietyInfo {
|
|
|
29
30
|
name?: string;
|
|
30
31
|
idActivity?: Activity;
|
|
31
32
|
idLegalForm?: LegalFormTypeEnum;
|
|
33
|
+
idSubscriptionType?: SubscriptionType;
|
|
32
34
|
zipCode?: string;
|
|
33
35
|
turnover?: number;
|
|
34
36
|
siret?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RegisterProspect.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/RegisterProspect.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,mCAAmC,EAAE,MAAM,oCAAoC,CAAC;AACzF,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"RegisterProspect.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/RegisterProspect.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RegisterProspect.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/RegisterProspect.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,OAAO,EACP,OAAO,EACP,MAAM,EACN,UAAU,EACV,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,gBAAgB,EAChB,cAAc,GACf,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAErD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"RegisterProspect.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/RegisterProspect.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n IsArray,\n IsEmail,\n IsEnum,\n IsNotEmpty,\n IsNumber,\n IsOptional,\n IsString,\n IsStrongPassword,\n ValidateNested,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '@nestjs/swagger';\nimport { Activity } from '../../../Enum/Activity.js';\nimport { Civility } from '../../../Enum/Civility.js';\nimport { IAnalyticsUtm } from '../../models/IAnalyticsUtm.js';\nimport { LegalFormTypeEnum } from '../../../Enum/LegalForm.js';\nimport { UpdateOrCreateVisualizedInformation } from '../visualizedInformation/Update.js';\nimport { IPermission } from '../../models/IPermission.js';\nimport { SubscriptionType } from '../../../../index.js';\n\n/**\n * Response of the register prospect endpoint\n */\nexport interface RegisterProspectResponse {\n externalId?: string;\n token?: string;\n idUser?: number;\n idSociety?: number;\n}\n\n/**\n * Body of the register prospect endpoint\n */\nexport interface ProspectInfo {\n idCivility?: Civility;\n firstname?: string;\n lastname?: string;\n password?: string;\n email: string;\n phone?: string;\n prefix?: string;\n}\n\nexport interface ProspectSocietyInfo {\n name?: string;\n idActivity?: Activity;\n idLegalForm?: LegalFormTypeEnum;\n idSubscriptionType?: SubscriptionType;\n zipCode?: string;\n turnover?: number;\n siret?: string;\n idNafCode?: number;\n}\n\nexport interface ReferalProgram {\n email: string;\n lastname: string;\n}\n\nexport interface RegisterProspect {\n user: ProspectInfo;\n society?: ProspectSocietyInfo;\n referralProgram?: ReferalProgram;\n recaptcha?: string;\n token?: string;\n // @deprecated use sourceAlias instead\n idSource?: number;\n sourceAlias?: string;\n idTypeBrand: number;\n permissions?: IPermission;\n analyticsUtm?: Omit<Partial<IAnalyticsUtm>, 'idSociety'>;\n comment?: string;\n}\n\nclass ProspectInfoBody implements ProspectInfo {\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(Civility)\n idCivility?: Civility;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n firstname?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n lastname?: string;\n\n @ApiProperty()\n @IsString()\n @IsEmail()\n email: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n phone?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n prefix?: string;\n\n @ApiPropertyOptional()\n @IsStrongPassword(\n {\n minLength: 8,\n minLowercase: 0,\n minNumbers: 0,\n minSymbols: 0,\n minUppercase: 0,\n },\n { message: 'Le mot de passe doit comporter 8 caractères minimum' },\n )\n @IsOptional()\n password?: string;\n}\n\nclass ProspectSocietyInfoBody implements ProspectSocietyInfo {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n name?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(Activity)\n idActivity?: Activity;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(LegalFormTypeEnum)\n idLegalForm?: LegalFormTypeEnum;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n zipCode?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n turnover?: number;\n}\n\nclass ReferalProgramBody implements ReferalProgram {\n @ApiProperty()\n @IsString()\n @IsEmail()\n email: string;\n\n @ApiProperty()\n @IsString()\n lastname: string;\n}\n\nclass AnalyticsUtmBody implements Omit<Partial<IAnalyticsUtm>, 'idSociety'> {\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n id?: number;\n\n @ApiProperty()\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n source?: string | null;\n\n @ApiProperty()\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n medium?: string | null;\n\n @ApiProperty()\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n campaign?: string | null;\n\n @ApiProperty()\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n term?: string | null;\n\n @ApiProperty()\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n content?: string | null;\n\n @ApiProperty()\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n situation?: number | null;\n\n @ApiProperty()\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n serviceSought?: number[] | null;\n}\n\nexport class RegisterProspectBody implements RegisterProspect {\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idSource?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n @IsNotEmpty()\n sourceAlias?: string;\n\n @ApiProperty()\n @IsNumber()\n idTypeBrand: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n @IsNotEmpty()\n recaptcha?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n @IsNotEmpty()\n token?: string;\n\n @ApiProperty()\n @ValidateNested()\n user: ProspectInfoBody;\n\n @ApiPropertyOptional()\n @IsOptional()\n @ValidateNested()\n society?: ProspectSocietyInfoBody;\n\n @ApiPropertyOptional()\n @IsOptional()\n @ValidateNested()\n referralProgram?: ReferalProgramBody;\n\n @ApiPropertyOptional()\n @IsOptional()\n @ValidateNested()\n analyticsUtm?: AnalyticsUtmBody;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n visualizedInformations?: UpdateOrCreateVisualizedInformation[];\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n responseType?: 'token';\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n ebookTag?: string;\n}\n"]}
|
|
@@ -13,5 +13,13 @@ export declare class RegisterWebhookBody {
|
|
|
13
13
|
nafCode?: string;
|
|
14
14
|
permissions?: RegisterReadablePermission;
|
|
15
15
|
}
|
|
16
|
+
export declare class RegisterSocietyWebhookBody {
|
|
17
|
+
companyName?: string;
|
|
18
|
+
legalForm?: string;
|
|
19
|
+
siret?: string;
|
|
20
|
+
nafCode?: string;
|
|
21
|
+
permissions?: RegisterReadablePermission;
|
|
22
|
+
idUser: number;
|
|
23
|
+
}
|
|
16
24
|
export {};
|
|
17
25
|
//# sourceMappingURL=RegisterWebhook.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RegisterWebhook.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/RegisterWebhook.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RegisterWebhook.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/RegisterWebhook.ts"],"names":[],"mappings":"AAGA,cAAM,0BAA0B;IAK9B,MAAM,CAAC,EAAE,OAAO,CAAC;IAMjB,GAAG,CAAC,EAAE,OAAO,CAAC;CACf;AACD,qBAAa,mBAAmB;IAG9B,KAAK,EAAE,MAAM,CAAC;IAId,SAAS,EAAE,MAAM,CAAC;IAIlB,QAAQ,EAAE,MAAM,CAAC;IAIjB,KAAK,EAAE,MAAM,CAAC;IAKd,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,OAAO,CAAC,EAAE,MAAM,CAAC;IAIjB,WAAW,CAAC,EAAE,0BAA0B,CAAC;CAC1C;AAED,qBAAa,0BAA0B;IAIrC,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,OAAO,CAAC,EAAE,MAAM,CAAC;IAIjB,WAAW,CAAC,EAAE,0BAA0B,CAAC;IAIzC,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
|
-
import { IsBoolean, IsEmail, IsOptional, IsPhoneNumber, IsString, ValidateNested } from 'class-validator';
|
|
10
|
+
import { IsBoolean, IsEmail, IsInt, IsOptional, IsPhoneNumber, IsString, ValidateNested } from 'class-validator';
|
|
11
11
|
import { ApiProperty, ApiPropertyOptional } from '@nestjs/swagger';
|
|
12
12
|
import { ToBoolean } from '../../../../utils/transforms/boolean.transform.js';
|
|
13
13
|
class RegisterReadablePermission {
|
|
@@ -88,4 +88,46 @@ __decorate([
|
|
|
88
88
|
ValidateNested(),
|
|
89
89
|
__metadata("design:type", RegisterReadablePermission)
|
|
90
90
|
], RegisterWebhookBody.prototype, "permissions", void 0);
|
|
91
|
+
export class RegisterSocietyWebhookBody {
|
|
92
|
+
companyName;
|
|
93
|
+
legalForm;
|
|
94
|
+
siret;
|
|
95
|
+
nafCode;
|
|
96
|
+
permissions;
|
|
97
|
+
idUser;
|
|
98
|
+
}
|
|
99
|
+
__decorate([
|
|
100
|
+
ApiPropertyOptional(),
|
|
101
|
+
IsOptional(),
|
|
102
|
+
IsString(),
|
|
103
|
+
__metadata("design:type", String)
|
|
104
|
+
], RegisterSocietyWebhookBody.prototype, "companyName", void 0);
|
|
105
|
+
__decorate([
|
|
106
|
+
ApiPropertyOptional(),
|
|
107
|
+
IsOptional(),
|
|
108
|
+
IsString(),
|
|
109
|
+
__metadata("design:type", String)
|
|
110
|
+
], RegisterSocietyWebhookBody.prototype, "legalForm", void 0);
|
|
111
|
+
__decorate([
|
|
112
|
+
ApiPropertyOptional(),
|
|
113
|
+
IsOptional(),
|
|
114
|
+
IsString(),
|
|
115
|
+
__metadata("design:type", String)
|
|
116
|
+
], RegisterSocietyWebhookBody.prototype, "siret", void 0);
|
|
117
|
+
__decorate([
|
|
118
|
+
ApiPropertyOptional(),
|
|
119
|
+
IsOptional(),
|
|
120
|
+
IsString(),
|
|
121
|
+
__metadata("design:type", String)
|
|
122
|
+
], RegisterSocietyWebhookBody.prototype, "nafCode", void 0);
|
|
123
|
+
__decorate([
|
|
124
|
+
ApiPropertyOptional(),
|
|
125
|
+
ValidateNested(),
|
|
126
|
+
__metadata("design:type", RegisterReadablePermission)
|
|
127
|
+
], RegisterSocietyWebhookBody.prototype, "permissions", void 0);
|
|
128
|
+
__decorate([
|
|
129
|
+
ApiProperty(),
|
|
130
|
+
IsInt(),
|
|
131
|
+
__metadata("design:type", Number)
|
|
132
|
+
], RegisterSocietyWebhookBody.prototype, "idUser", void 0);
|
|
91
133
|
//# sourceMappingURL=RegisterWebhook.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RegisterWebhook.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/RegisterWebhook.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"RegisterWebhook.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/RegisterWebhook.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjH,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,SAAS,EAAE,MAAM,mDAAmD,CAAC;AAC9E,MAAM,0BAA0B;IAK9B,MAAM,CAAW;IAMjB,GAAG,CAAW;CACf;AAPC;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;0DACK;AAMjB;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;uDACE;AAEhB,MAAM,OAAO,mBAAmB;IAG9B,KAAK,CAAS;IAId,SAAS,CAAS;IAIlB,QAAQ,CAAS;IAIjB,KAAK,CAAS;IAKd,WAAW,CAAU;IAKrB,SAAS,CAAU;IAKnB,KAAK,CAAU;IAKf,OAAO,CAAU;IAIjB,WAAW,CAA8B;CAC1C;AArCC;IAFC,WAAW,EAAE;IACb,OAAO,EAAE;;kDACI;AAId;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;sDACO;AAIlB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;qDACM;AAIjB;IAFC,WAAW,EAAE;IACb,aAAa,EAAE;;kDACF;AAKd;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;wDACU;AAKrB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;sDACQ;AAKnB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;kDACI;AAKf;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;oDACM;AAIjB;IAFC,mBAAmB,EAAE;IACrB,cAAc,EAAE;8BACH,0BAA0B;wDAAC;AAG3C,MAAM,OAAO,0BAA0B;IAIrC,WAAW,CAAU;IAKrB,SAAS,CAAU;IAKnB,KAAK,CAAU;IAKf,OAAO,CAAU;IAIjB,WAAW,CAA8B;IAIzC,MAAM,CAAS;CAChB;AAxBC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;+DACU;AAKrB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;6DACQ;AAKnB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;yDACI;AAKf;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;2DACM;AAIjB;IAFC,mBAAmB,EAAE;IACrB,cAAc,EAAE;8BACH,0BAA0B;+DAAC;AAIzC;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;0DACO","sourcesContent":["import { IsBoolean, IsEmail, IsInt, IsOptional, IsPhoneNumber, IsString, ValidateNested } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '@nestjs/swagger';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform.js';\nclass RegisterReadablePermission {\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n social?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n vat?: boolean;\n}\nexport class RegisterWebhookBody {\n @ApiProperty()\n @IsEmail()\n email: string;\n\n @ApiProperty()\n @IsString()\n firstName: string;\n\n @ApiProperty()\n @IsString()\n lastName: string;\n\n @ApiProperty()\n @IsPhoneNumber()\n phone: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n companyName?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n legalForm?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n siret?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n nafCode?: string;\n\n @ApiPropertyOptional()\n @ValidateNested()\n permissions?: RegisterReadablePermission;\n}\n\nexport class RegisterSocietyWebhookBody {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n companyName?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n legalForm?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n siret?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n nafCode?: string;\n\n @ApiPropertyOptional()\n @ValidateNested()\n permissions?: RegisterReadablePermission;\n\n @ApiProperty()\n @IsInt()\n idUser: number;\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@silexpert/core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
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
|
"type": "module",
|
|
@@ -23,4 +23,10 @@ export class CustomerActivity extends Resource {
|
|
|
23
23
|
createAcceptance(params: CreateCustomerAcceptance): Promise<ICustomerAcceptance> {
|
|
24
24
|
return this.axios.$post('/customers-acceptances', params);
|
|
25
25
|
}
|
|
26
|
+
|
|
27
|
+
annualReporting(idSociety: number, idExercice: number): Promise<void> {
|
|
28
|
+
return this.axios.$get(`/customer-activities/societies/${idSociety}/exercices/${idExercice}/annual-report`, {
|
|
29
|
+
responseType: 'arraybuffer',
|
|
30
|
+
});
|
|
31
|
+
}
|
|
26
32
|
}
|
|
@@ -65,7 +65,7 @@ export const BrandPourcentage: Brand[] = [
|
|
|
65
65
|
statut: 'SAS',
|
|
66
66
|
zipCode: '54 520',
|
|
67
67
|
},
|
|
68
|
-
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
68
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189, 44],
|
|
69
69
|
logoUrl: 'logo-pourcentage.svg',
|
|
70
70
|
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
71
71
|
hiddenPages: [],
|
|
@@ -192,7 +192,7 @@ export const BrandPourcentage: Brand[] = [
|
|
|
192
192
|
statut: 'SAS',
|
|
193
193
|
zipCode: '93 100',
|
|
194
194
|
},
|
|
195
|
-
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
195
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189, 44],
|
|
196
196
|
logoUrl: 'logo-pourcentage.svg',
|
|
197
197
|
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
198
198
|
hiddenPages: [],
|
|
@@ -289,7 +289,7 @@ export const BrandPourcentage: Brand[] = [
|
|
|
289
289
|
statut: 'SAS',
|
|
290
290
|
zipCode: '06 300',
|
|
291
291
|
},
|
|
292
|
-
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
292
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189, 44],
|
|
293
293
|
logoUrl: 'logo-pourcentage.svg',
|
|
294
294
|
miniLogoUrl: 'logo-pourcentage-mini-ece.svg',
|
|
295
295
|
hiddenPages: [],
|
|
@@ -388,7 +388,7 @@ export const BrandPourcentage: Brand[] = [
|
|
|
388
388
|
statut: 'SAS',
|
|
389
389
|
zipCode: '06 300',
|
|
390
390
|
},
|
|
391
|
-
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
391
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189, 44],
|
|
392
392
|
logoUrl: 'logo-pourcentage.svg',
|
|
393
393
|
miniLogoUrl: 'logo-pourcentage-mini-ecf.svg',
|
|
394
394
|
hiddenPages: [],
|
package/ts/types/Enum/Feature.ts
CHANGED
|
@@ -3,6 +3,9 @@ export enum Feature {
|
|
|
3
3
|
DASHBOARD = 'dashboard',
|
|
4
4
|
// Relevés bancaires / Espèces
|
|
5
5
|
BANK = 'bank',
|
|
6
|
+
SYNCHRONIZE_BANK_ACCOUNT = 'synchronize_bank_account',
|
|
7
|
+
BANK_RECONCILIATION = 'bank_reconciliation',
|
|
8
|
+
AUTO_CATEGORIZATION = 'auto_categorization',
|
|
6
9
|
// Liens de paiement
|
|
7
10
|
PAYMENT_LINK = 'payment_link',
|
|
8
11
|
// Recouvrement
|
|
@@ -13,12 +16,17 @@ export enum Feature {
|
|
|
13
16
|
/** ACHATS */
|
|
14
17
|
// Factures d'achat / Notes de frais / Fournisseurs
|
|
15
18
|
PURCHASE = 'purchase_invoice',
|
|
19
|
+
NEW_EXPENSE = 'new_expense',
|
|
16
20
|
// Grand-Livre d'achat
|
|
17
21
|
PURCHASE_GENERAL_LEDGER = 'purchase_general_ledger',
|
|
18
22
|
|
|
19
23
|
/** Facturation */
|
|
20
24
|
// Factures, devis, brouillons, articles, clients, ticketsZ
|
|
21
25
|
SALE = 'sale',
|
|
26
|
+
SALE_RECURRENCE = 'sale_recurrence',
|
|
27
|
+
SALE_NEW_INVOICE = 'sale_new_invoice',
|
|
28
|
+
SALE_NEW_ESTIMATE = 'sale_new_estimate',
|
|
29
|
+
SALE_REMINDER = 'sale_reminder',
|
|
22
30
|
// Grand-Livre de vente
|
|
23
31
|
SALE_GENERAL_LEDGER = 'sale_general_ledger',
|
|
24
32
|
|
|
@@ -57,13 +65,14 @@ export enum Feature {
|
|
|
57
65
|
SETTING_ANNOTATION = 'setting_annotation',
|
|
58
66
|
SETTING_PURCHASE = 'setting_purchase',
|
|
59
67
|
SETTING_SALE = 'setting_sale',
|
|
68
|
+
SETTING_SALE_STRIPE = 'setting_sale_stripe',
|
|
60
69
|
SETTING_CONNECTOR = 'setting_connector',
|
|
61
70
|
SETTING_ACCOUNTANCY_ACCOUNT = 'setting_accountancy_account',
|
|
62
71
|
SETTING_SUBSCRIPTION = 'setting_subscription',
|
|
63
72
|
SETTING_ACCESS = 'setting_access',
|
|
64
73
|
CUSTOMISATION = 'customisation',
|
|
65
74
|
|
|
75
|
+
EXPORT_ACCOUNTANCY_DATA = 'export_accountancy_data',
|
|
66
76
|
LOG_TO_MOBILE_APP = 'log_to_mobile_app',
|
|
67
|
-
SALE_RECURRENCE = 'sale_recurrence',
|
|
68
77
|
DECLARE_REGISTRATION = 'declare_registration',
|
|
69
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IsNumber, IsOptional } from 'class-validator';
|
|
2
2
|
import { ApiPropertyOptional } from '@nestjs/swagger';
|
|
3
|
-
import { ToBoolean } from '../../../../utils/transforms/boolean.transform.js';
|
|
4
3
|
|
|
5
4
|
export class QueryContactRequest {
|
|
6
5
|
@ApiPropertyOptional()
|
|
@@ -8,21 +7,3 @@ export class QueryContactRequest {
|
|
|
8
7
|
@IsNumber()
|
|
9
8
|
idSource?: number;
|
|
10
9
|
}
|
|
11
|
-
|
|
12
|
-
export class QueryReporting {
|
|
13
|
-
@ApiPropertyOptional()
|
|
14
|
-
@IsDateString()
|
|
15
|
-
@IsOptional()
|
|
16
|
-
startDate?: string;
|
|
17
|
-
|
|
18
|
-
@ApiPropertyOptional()
|
|
19
|
-
@IsDateString()
|
|
20
|
-
@IsOptional()
|
|
21
|
-
endDate?: string;
|
|
22
|
-
|
|
23
|
-
@ApiPropertyOptional()
|
|
24
|
-
@IsOptional()
|
|
25
|
-
@IsBoolean()
|
|
26
|
-
@ToBoolean()
|
|
27
|
-
isExercicePeriod?: boolean;
|
|
28
|
-
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IsBoolean,
|
|
1
|
+
import { IsBoolean, IsDateString, IsNumber, IsOptional, IsString } from 'class-validator';
|
|
2
2
|
import { ApiProperty, ApiPropertyOptional } from '@nestjs/swagger';
|
|
3
3
|
import { ToBoolean } from '../../../../utils/transforms/boolean.transform.js';
|
|
4
4
|
|
|
@@ -13,8 +13,8 @@ export class QueryCreateSocietyFollow {
|
|
|
13
13
|
|
|
14
14
|
@ApiPropertyOptional()
|
|
15
15
|
@IsOptional()
|
|
16
|
-
@
|
|
17
|
-
relanceDate?:
|
|
16
|
+
@IsDateString()
|
|
17
|
+
relanceDate?: string | null;
|
|
18
18
|
|
|
19
19
|
@ApiPropertyOptional()
|
|
20
20
|
@IsOptional()
|
|
@@ -16,6 +16,7 @@ import { IAnalyticsUtm } from '../../models/IAnalyticsUtm.js';
|
|
|
16
16
|
import { LegalFormTypeEnum } from '../../../Enum/LegalForm.js';
|
|
17
17
|
import { UpdateOrCreateVisualizedInformation } from '../visualizedInformation/Update.js';
|
|
18
18
|
import { IPermission } from '../../models/IPermission.js';
|
|
19
|
+
import { SubscriptionType } from '../../../../index.js';
|
|
19
20
|
|
|
20
21
|
/**
|
|
21
22
|
* Response of the register prospect endpoint
|
|
@@ -44,6 +45,7 @@ export interface ProspectSocietyInfo {
|
|
|
44
45
|
name?: string;
|
|
45
46
|
idActivity?: Activity;
|
|
46
47
|
idLegalForm?: LegalFormTypeEnum;
|
|
48
|
+
idSubscriptionType?: SubscriptionType;
|
|
47
49
|
zipCode?: string;
|
|
48
50
|
turnover?: number;
|
|
49
51
|
siret?: string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { IsBoolean, IsEmail, IsOptional, IsPhoneNumber, IsString, ValidateNested } from 'class-validator';
|
|
1
|
+
import { IsBoolean, IsEmail, IsInt, IsOptional, IsPhoneNumber, IsString, ValidateNested } from 'class-validator';
|
|
2
2
|
import { ApiProperty, ApiPropertyOptional } from '@nestjs/swagger';
|
|
3
3
|
import { ToBoolean } from '../../../../utils/transforms/boolean.transform.js';
|
|
4
|
-
|
|
5
4
|
class RegisterReadablePermission {
|
|
6
5
|
@ApiPropertyOptional()
|
|
7
6
|
@IsOptional()
|
|
@@ -56,3 +55,33 @@ export class RegisterWebhookBody {
|
|
|
56
55
|
@ValidateNested()
|
|
57
56
|
permissions?: RegisterReadablePermission;
|
|
58
57
|
}
|
|
58
|
+
|
|
59
|
+
export class RegisterSocietyWebhookBody {
|
|
60
|
+
@ApiPropertyOptional()
|
|
61
|
+
@IsOptional()
|
|
62
|
+
@IsString()
|
|
63
|
+
companyName?: string;
|
|
64
|
+
|
|
65
|
+
@ApiPropertyOptional()
|
|
66
|
+
@IsOptional()
|
|
67
|
+
@IsString()
|
|
68
|
+
legalForm?: string;
|
|
69
|
+
|
|
70
|
+
@ApiPropertyOptional()
|
|
71
|
+
@IsOptional()
|
|
72
|
+
@IsString()
|
|
73
|
+
siret?: string;
|
|
74
|
+
|
|
75
|
+
@ApiPropertyOptional()
|
|
76
|
+
@IsOptional()
|
|
77
|
+
@IsString()
|
|
78
|
+
nafCode?: string;
|
|
79
|
+
|
|
80
|
+
@ApiPropertyOptional()
|
|
81
|
+
@ValidateNested()
|
|
82
|
+
permissions?: RegisterReadablePermission;
|
|
83
|
+
|
|
84
|
+
@ApiProperty()
|
|
85
|
+
@IsInt()
|
|
86
|
+
idUser: number;
|
|
87
|
+
}
|