@silexpert/core 0.4.172 → 0.4.174
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/api/resources/GeneralLedger.d.ts +3 -1
- package/es/api/resources/GeneralLedger.d.ts.map +1 -1
- package/es/api/resources/GeneralLedger.js +5 -0
- package/es/api/resources/GeneralLedger.js.map +1 -1
- package/es/api/resources/Tax.js.map +1 -1
- package/es/api/resources/Transaction.d.ts +1 -0
- package/es/api/resources/Transaction.d.ts.map +1 -1
- package/es/api/resources/Transaction.js +3 -0
- package/es/api/resources/Transaction.js.map +1 -1
- package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheet.js +9 -5
- package/es/types/Enum/BalanceSheet.js.map +1 -1
- package/es/types/Enum/BrandClementine.js +1 -1
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/BrandComptalib.js +2 -2
- package/es/types/Enum/BrandComptalib.js.map +1 -1
- package/es/types/Interface/api/BasePaginate.d.ts +6 -0
- package/es/types/Interface/api/BasePaginate.d.ts.map +1 -1
- package/es/types/Interface/api/BasePaginate.js.map +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts +2 -0
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/es/types/Interface/api/generalLedger/QueryGeneralLedger.d.ts +4 -0
- package/es/types/Interface/api/generalLedger/QueryGeneralLedger.d.ts.map +1 -1
- package/es/types/Interface/api/generalLedger/QueryGeneralLedger.js +28 -1
- package/es/types/Interface/api/generalLedger/QueryGeneralLedger.js.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +2 -0
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +5 -0
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/es/types/Interface/api/transactions/QueryUnexport.d.ts +2 -2
- package/es/types/Interface/api/transactions/QueryUnexport.d.ts.map +1 -1
- package/es/types/Interface/api/transactions/QueryUnexport.js.map +1 -1
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts.map +1 -1
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +2 -0
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +2 -2
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
- package/js/api/resources/GeneralLedger.js +6 -0
- package/js/api/resources/GeneralLedger.js.map +1 -1
- package/js/api/resources/Tax.js.map +1 -1
- package/js/api/resources/Transaction.js +4 -0
- package/js/api/resources/Transaction.js.map +1 -1
- package/js/types/Enum/BalanceSheet.js +9 -5
- package/js/types/Enum/BalanceSheet.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +1 -1
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/BrandComptalib.js +2 -2
- package/js/types/Enum/BrandComptalib.js.map +1 -1
- package/js/types/Interface/api/BasePaginate.js.map +1 -1
- package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/js/types/Interface/api/generalLedger/QueryGeneralLedger.js +14 -0
- package/js/types/Interface/api/generalLedger/QueryGeneralLedger.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +7 -0
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/js/types/Interface/api/transactions/QueryUnexport.js.map +1 -1
- package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +3 -1
- package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
- package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +1 -1
- package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/GeneralLedger.ts +8 -1
- package/ts/api/resources/Tax.ts +1 -1
- package/ts/api/resources/Transaction.ts +4 -0
- package/ts/types/Enum/BalanceSheet.ts +9 -5
- package/ts/types/Enum/BrandClementine.ts +1 -1
- package/ts/types/Enum/BrandComptalib.ts +2 -2
- package/ts/types/Interface/api/BasePaginate.ts +7 -0
- package/ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts +2 -0
- package/ts/types/Interface/api/generalLedger/QueryGeneralLedger.ts +26 -1
- package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +4 -0
- package/ts/types/Interface/api/transactions/QueryUnexport.ts +2 -2
- package/ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts +2 -0
- package/ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandClementine.js","mappings":"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","names":["BrandClementine","idTypeBrand","name","colors","primary","listPhones","contact","qualite","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","social","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECName","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListHidden","logoUrl","miniLogoUrl","hiddenPages","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","recaptchaSecretKey","idPrestationsListAuthorized","internalInvoicing","address","country","siret","vatIntracom","email"],"sourceRoot":"","sources":["../../../ts/types/Enum/BrandClementine.ts"],"sourcesContent":["export const BrandClementine = [\n {\n idTypeBrand: 1,\n name: 'Clementine',\n colors: {\n primary: '#ff7e3c',\n },\n listPhones: {\n contact: '03 83 93 14 14',\n qualite: '03 83 93 30 44',\n juridique: '03 83 93 16 22',\n },\n listMails: {\n administratif: 'administratif@compta-clementine.fr',\n app: 'app@compta-clementine.fr',\n bonjour: 'bonjour@compta-clementine.fr',\n contact: 'contact@compta-clementine.fr',\n facturation: 'facturation@compta-clementine.fr',\n feedback: 'feedback@compta-clementine.fr',\n juridique: 'juridique@compta-clementine.fr',\n informatique: 'informatique@compta-clementine.fr',\n msd: 'msd@compta-clementine.fr',\n noreply: 'noreply@compta-clementine.fr',\n qualite: 'qualite@compta-clementine.fr',\n paiement: 'paiement@compta-clementine.fr',\n social: 'social@compta-clementine.fr',\n support: 'support@compta-clementine.fr',\n tva: 'tva@compta-clementine.fr',\n wb: 'wb@compta-clementine.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197], // TODO:\n logoUrl: 'logo-dark.svg',\n miniLogoUrl: 'logo.svg',\n hiddenPages: [],\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n urlExpert: 'https://expert.compta-clementine.fr',\n urlClient: 'https://www.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n {\n idTypeBrand: 2,\n name: 'Legalstart',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '01 76 39 00 60',\n qualite: '01 76 39 00 60',\n juridique: '01 76 39 00 60',\n },\n listMails: {\n contact: 'comptastart@legalstart.fr',\n },\n // companyInformation: {\n // ape: '5829C',\n // bp: '',\n // city: 'Paris',\n // montantCapital: '11 051,85',\n // nomRaisonSociale: 'Yolaw',\n // ECOrderCity: 'Nancy',\n // phone: '01 76 39 00 60',\n // postalAddress: '50, rue d\\'Hauteville',\n // rcs: '753 892 926',\n // statut: 'SAS',\n // zipCode: '75 010',\n // },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197],\n logoUrl: 'logo-legalstart.svg',\n miniLogoUrl: 'logo-legalstart.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://gestion.legalstart.fr',\n urlApi1: 'https://api-legalstart.compta-clementine.fr',\n urlApi2: 'https://api-next-legalstart.compta-clementine.fr',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n {\n idTypeBrand: 3,\n name: 'BRED',\n colors: {\n primary: '#24315e',\n },\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n {\n idTypeBrand: 4,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'administratif@pourcentage.fr',\n app: 'app@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'feedback@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'informatique@pourcentage.fr',\n msd: 'msd@pourcentage.fr',\n noreply: 'noreply@pourcentage.fr',\n qualite: 'qualite@pourcentage.fr',\n paiement: 'paiement@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'support@pourcentage.fr',\n tva: 'tva@pourcentage.fr',\n wb: 'wb@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG', // TODO:\n urlApp: 'https://app.comptalib.com/',\n urlApi1: 'https://api.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 5,\n name: 'Kandbaz',\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n];"]}
|
|
1
|
+
{"version":3,"file":"BrandClementine.js","mappings":"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","names":["BrandClementine","idTypeBrand","name","colors","primary","listPhones","contact","qualite","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","social","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECName","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListHidden","logoUrl","miniLogoUrl","hiddenPages","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","recaptchaSecretKey","idPrestationsListAuthorized","internalInvoicing","address","country","siret","vatIntracom","email"],"sourceRoot":"","sources":["../../../ts/types/Enum/BrandClementine.ts"],"sourcesContent":["export const BrandClementine = [\n {\n idTypeBrand: 1,\n name: 'Clementine',\n colors: {\n primary: '#ff7e3c',\n },\n listPhones: {\n contact: '03 83 93 14 14',\n qualite: '03 83 93 30 44',\n juridique: '03 83 93 16 22',\n },\n listMails: {\n administratif: 'administratif@compta-clementine.fr',\n app: 'app@compta-clementine.fr',\n bonjour: 'bonjour@compta-clementine.fr',\n contact: 'contact@compta-clementine.fr',\n facturation: 'facturation@compta-clementine.fr',\n feedback: 'feedback@compta-clementine.fr',\n juridique: 'juridique@compta-clementine.fr',\n informatique: 'informatique@compta-clementine.fr',\n msd: 'msd@compta-clementine.fr',\n noreply: 'noreply@compta-clementine.fr',\n qualite: 'qualite@compta-clementine.fr',\n paiement: 'paiement@compta-clementine.fr',\n social: 'social@compta-clementine.fr',\n support: 'support@compta-clementine.fr',\n tva: 'tva@compta-clementine.fr',\n wb: 'wb@compta-clementine.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197], // TODO:\n logoUrl: 'logo-dark.svg',\n miniLogoUrl: 'logo.svg',\n hiddenPages: [],\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n urlExpert: 'https://expert.compta-clementine.fr',\n urlClient: 'https://www.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n {\n idTypeBrand: 2,\n name: 'Legalstart',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '01 76 39 00 60',\n qualite: '01 76 39 00 60',\n juridique: '01 76 39 00 60',\n },\n listMails: {\n contact: 'comptastart@legalstart.fr',\n },\n // companyInformation: {\n // ape: '5829C',\n // bp: '',\n // city: 'Paris',\n // montantCapital: '11 051,85',\n // nomRaisonSociale: 'Yolaw',\n // ECOrderCity: 'Nancy',\n // phone: '01 76 39 00 60',\n // postalAddress: '50, rue d\\'Hauteville',\n // rcs: '753 892 926',\n // statut: 'SAS',\n // zipCode: '75 010',\n // },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197],\n logoUrl: 'logo-legalstart.svg',\n miniLogoUrl: 'logo-legalstart.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://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 },\n {\n idTypeBrand: 3,\n name: 'BRED',\n colors: {\n primary: '#24315e',\n },\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n {\n idTypeBrand: 4,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'administratif@pourcentage.fr',\n app: 'app@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'feedback@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'informatique@pourcentage.fr',\n msd: 'msd@pourcentage.fr',\n noreply: 'noreply@pourcentage.fr',\n qualite: 'qualite@pourcentage.fr',\n paiement: 'paiement@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'support@pourcentage.fr',\n tva: 'tva@pourcentage.fr',\n wb: 'wb@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG', // TODO:\n urlApp: 'https://app.comptalib.com/',\n urlApi1: 'https://api.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 5,\n name: 'Kandbaz',\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n];"]}
|
|
@@ -101,7 +101,7 @@ const BrandComptalib = exports.BrandComptalib = [{
|
|
|
101
101
|
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
102
102
|
hiddenPages: [],
|
|
103
103
|
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
104
|
-
urlApp: 'https://app.
|
|
104
|
+
urlApp: 'https://app.pourcentage.fr/',
|
|
105
105
|
urlApi1: 'https://api.comptalib.com',
|
|
106
106
|
urlApi2: 'https://api-next.comptalib.com',
|
|
107
107
|
urlExpert: 'https://pro.comptalib.com',
|
|
@@ -174,7 +174,7 @@ const BrandComptalib = exports.BrandComptalib = [{
|
|
|
174
174
|
miniLogoUrl: 'logo-lcf.svg',
|
|
175
175
|
hiddenPages: [],
|
|
176
176
|
recaptchaSecretKey: '6LdZneUUAAAAAKfiwC_JFWOlzc_0YYKHQJgSveRP',
|
|
177
|
-
urlApp: 'https://app.
|
|
177
|
+
urlApp: 'https://app.lecomptablefrancais.fr/',
|
|
178
178
|
urlExpert: 'https://pro.comptalib.com',
|
|
179
179
|
urlClient: '',
|
|
180
180
|
bank: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandComptalib.js","mappings":";;;;;AAAO,MAAMA,cAAc,WAAdA,cAAc,GAAG,CAC5B;AACEC,aAAW,EAAE,CADf;AAEEC,MAAI,EAAE,WAFR;AAGEC,QAAM,EAAE;AACNC,WAAO,EAAE;AADH,GAHV;AAMEC,YAAU,EAAE;AACVC,WAAO,EAAE,gBADC;AAEVC,WAAO,EAAE,gBAFC;AAGVC,aAAS,EAAE;AAHD,GANd;AAWEC,WAAS,EAAE;AACTC,iBAAa,EAAE,uBADN;AAETC,OAAG,EAAE,uBAFI;AAGTC,WAAO,EAAE,uBAHA;AAITN,WAAO,EAAE,uBAJA;AAKTO,eAAW,EAAE,uBALJ;AAMTC,YAAQ,EAAE,uBAND;AAOTN,aAAS,EAAE,uBAPF;AAQTO,gBAAY,EAAE,uBARL;AASTC,OAAG,EAAE,uBATI;AAUTC,WAAO,EAAE,uBAVA;AAWTV,WAAO,EAAE,uBAXA;AAYTW,YAAQ,EAAE,uBAZD;AAaTC,UAAM,EAAE,uBAbC;AAcTC,WAAO,EAAE,uBAdA;AAeTC,OAAG,EAAE,uBAfI;AAgBTC,MAAE,EAAE;AAhBK,GAXb;AA6BEC,oBAAkB,EAAE;AAClBC,OAAG,EAAE,OADa;AAElBC,MAAE,EAAE,EAFc;AAGlBC,QAAI,EAAE,OAHY;AAIlBC,kBAAc,EAAE,QAJE;AAKlBC,oBAAgB,EAAE,WALA;AAMlBC,eAAW,EAAE,OANK;AAOlBC,SAAK,EAAE,gBAPW;AAQlBC,iBAAa,EAAE,uBARG;AASlBC,OAAG,EAAE,aATa;AAUlBC,UAAM,EAAE,KAVU;AAWlBC,WAAO,EAAE;AAXS,GA7BtB;AA0CEC,6BAA2B,EAAE,CAAC,GAAD,CA1C/B;AA2CEC,SAAO,EAAE,oBA3CX;AA4CEC,aAAW,EAAE,oBA5Cf;AA6CEC,aAAW,EAAE,EA7Cf;AA8CEC,oBAAkB,EAAE,0CA9CtB;AA+CEC,QAAM,EAAE,4BA/CV;AAgDEC,WAAS,EAAE,2BAhDb;AAiDEC,WAAS,EAAE;AAjDb,CAD4B,EAoD5B;AACEzC,aAAW,EAAE,CADf;AAEEC,MAAI,EAAE,aAFR;AAGEC,QAAM,EAAE;AACNC,WAAO,EAAE;AADH,GAHV;AAMEC,YAAU,EAAE;AACVC,WAAO,EAAE,gBADC;AAEVC,WAAO,EAAE,gBAFC;AAGVC,aAAS,EAAE;AAHD,GANd;AAWEC,WAAS,EAAE;AACTC,iBAAa,EAAE,wBADN;AAETC,OAAG,EAAE,wBAFI;AAGTC,WAAO,EAAE,wBAHA;AAITN,WAAO,EAAE,wBAJA;AAKTO,eAAW,EAAE,4BALJ;AAMTC,YAAQ,EAAE,wBAND;AAOTN,aAAS,EAAE,wBAPF;AAQTO,gBAAY,EAAE,wBARL;AASTC,OAAG,EAAE,wBATI;AAUTC,WAAO,EAAE,wBAVA;AAWTV,WAAO,EAAE,wBAXA;AAYTW,YAAQ,EAAE,wBAZD;AAaTC,UAAM,EAAE,wBAbC;AAcTC,WAAO,EAAE,wBAdA;AAeTC,OAAG,EAAE,wBAfI;AAgBTC,MAAE,EAAE;AAhBK,GAXb;AA6BEC,oBAAkB,EAAE;AAClBC,OAAG,EAAE,OADa;AAElBC,MAAE,EAAE,EAFc;AAGlBC,QAAI,EAAE,OAHY;AAIlBC,kBAAc,EAAE,QAJE;AAKlBC,oBAAgB,EAAE,aALA;AAMlBe,UAAM,EAAE,sBANU;AAOlBd,eAAW,EAAE,OAPK;AAQlBC,SAAK,EAAE,gBARW;AASlBC,iBAAa,EAAE,uBATG;AAUlBC,OAAG,EAAE,aAVa;AAWlBC,UAAM,EAAE,KAXU;AAYlBC,WAAO,EAAE;AAZS,GA7BtB;AA2CEC,6BAA2B,EAAE,CAAC,GAAD,CA3C/B;AA4CEC,SAAO,EAAE,sBA5CX;AA6CEC,aAAW,EAAE,2BA7Cf;AA8CEC,aAAW,EAAE,EA9Cf;AA+CEC,oBAAkB,EAAE,0CA/CtB;AAgDEC,QAAM,EAAE,4BAhDV;AAiDEI,SAAO,EAAE,2BAjDX;AAkDEC,SAAO,EAAE,gCAlDX;AAmDEJ,WAAS,EAAE,2BAnDb;AAoDEC,WAAS,EAAE,4BApDb;AAqDEI,MAAI,EAAE;AACJC,QAAI,EAAE,6BADF;AAEJC,OAAG,EAAE,aAFD;AAGJC,QAAI,EAAE,aAHF;AAIJC,MAAE,EAAE;AAJA,GArDR;AA2DEC,mBAAiB,EAAE;AACjBlB,UAAM,EAAE,MADS;AAEjB/B,QAAI,EAAE,aAFW;AAGjBkD,WAAO,EAAE,mBAHQ;AAIjBlB,WAAO,EAAE,OAJQ;AAKjBR,QAAI,EAAE,OALW;AAMjB2B,WAAO,EAAE,QANQ;AAOjB1B,kBAAc,EAAE,QAPC;AAQjB2B,SAAK,EAAE,gBARU;AASjB9B,OAAG,EAAE,OATY;AAUjBQ,OAAG,EAAE,aAVY;AAWjBF,SAAK,EAAE,gBAXU;AAYjByB,eAAW,EAAE,eAZI;AAajBC,SAAK,EAAE;AAbU;AA3DrB,CApD4B,EA+H5B;AACEvD,aAAW,EAAE,CADf;AAEEC,MAAI,EAAE,uBAFR;AAGEC,QAAM,EAAE;AACNC,WAAO,EAAE;AADH,GAHV;AAMEC,YAAU,EAAE;AACVC,WAAO,EAAE,gBADC;AAEVC,WAAO,EAAE,gBAFC;AAGVC,aAAS,EAAE;AAHD,GANd;AAWEC,WAAS,EAAE;AACTC,iBAAa,EAAE,uBADN;AAETC,OAAG,EAAE,uBAFI;AAGTC,WAAO,EAAE,uBAHA;AAITN,WAAO,EAAE,uBAJA;AAKTO,eAAW,EAAE,uBALJ;AAMTC,YAAQ,EAAE,uBAND;AAOTN,aAAS,EAAE,uBAPF;AAQTO,gBAAY,EAAE,uBARL;AASTC,OAAG,EAAE,uBATI;AAUTC,WAAO,EAAE,uBAVA;AAWTV,WAAO,EAAE,uBAXA;AAYTW,YAAQ,EAAE,uBAZD;AAaTC,UAAM,EAAE,uBAbC;AAcTC,WAAO,EAAE,uBAdA;AAeTC,OAAG,EAAE,uBAfI;AAgBTC,MAAE,EAAE;AAhBK,GAXb;AA6BEC,oBAAkB,EAAE;AAClBC,OAAG,EAAE,OADa;AAElBC,MAAE,EAAE,EAFc;AAGlBC,QAAI,EAAE,OAHY;AAIlBC,kBAAc,EAAE,QAJE;AAKlBC,oBAAgB,EAAE,uBALA;AAMlBC,eAAW,EAAE,OANK;AAOlBC,SAAK,EAAE,gBAPW;AAQlBC,iBAAa,EAAE,uBARG;AASlBC,OAAG,EAAE,aATa;AAUlBC,UAAM,EAAE,KAVU;AAWlBC,WAAO,EAAE;AAXS,GA7BtB;AA0CEC,6BAA2B,EAAE,CAAC,GAAD,EAAM,GAAN,EAAW,GAAX,CA1C/B;AA2CEC,SAAO,EAAE,cA3CX;AA4CEC,aAAW,EAAE,cA5Cf;AA6CEC,aAAW,EAAE,EA7Cf;AA8CEC,oBAAkB,EAAE,0CA9CtB;AA+CEC,QAAM,EAAE,4BA/CV;AAgDEC,WAAS,EAAE,2BAhDb;AAiDEC,WAAS,EAAE,EAjDb;AAkDEI,MAAI,EAAE;AACJC,QAAI,EAAE,6BADF;AAEJC,OAAG,EAAE,aAFD;AAGJC,QAAI,EAAE,aAHF;AAIJC,MAAE,EAAE;AAJA,GAlDR;AAwDEC,mBAAiB,EAAE;AACjBlB,UAAM,EAAE,MADS;AAEjB/B,QAAI,EAAE,aAFW;AAGjBkD,WAAO,EAAE,mBAHQ;AAIjBlB,WAAO,EAAE,OAJQ;AAKjBR,QAAI,EAAE,OALW;AAMjB2B,WAAO,EAAE,QANQ;AAOjB1B,kBAAc,EAAE,QAPC;AAQjB2B,SAAK,EAAE,gBARU;AASjB9B,OAAG,EAAE,OATY;AAUjBQ,OAAG,EAAE,aAVY;AAWjBF,SAAK,EAAE,gBAXU;AAYjByB,eAAW,EAAE,eAZI;AAajBC,SAAK,EAAE;AAbU;AAxDrB,CA/H4B,CAAvB","names":["BrandComptalib","idTypeBrand","name","colors","primary","listPhones","contact","qualite","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","social","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlExpert","urlClient","ECName","urlApi1","urlApi2","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email"],"sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Comptalib',\n colors: {\n primary: '#1656ff',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'COMPTALIB',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-comptalib.svg',\n miniLogoUrl: 'logo-comptalib.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.comptalib.com/',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\n },\n {\n idTypeBrand: 2,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'contact@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'contact@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n social: 'contact@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.comptalib.com/',\n urlApi1: 'https://api.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 3,\n name: 'Le Comptable Français',\n colors: {\n primary: '#1656ff',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'Le Comptable Français',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [201, 202, 203],\n logoUrl: 'logo-lcf.svg',\n miniLogoUrl: 'logo-lcf.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6LdZneUUAAAAAKfiwC_JFWOlzc_0YYKHQJgSveRP',\n urlApp: 'https://app.comptalib.com/',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'contact@comptalib.com',\n },\n },\n];"]}
|
|
1
|
+
{"version":3,"file":"BrandComptalib.js","mappings":"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","names":["BrandComptalib","idTypeBrand","name","colors","primary","listPhones","contact","qualite","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","social","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlExpert","urlClient","ECName","urlApi1","urlApi2","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email"],"sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Comptalib',\n colors: {\n primary: '#1656ff',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'COMPTALIB',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-comptalib.svg',\n miniLogoUrl: 'logo-comptalib.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.comptalib.com/',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\n },\n {\n idTypeBrand: 2,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'contact@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'contact@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n social: 'contact@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr/',\n urlApi1: 'https://api.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 3,\n name: 'Le Comptable Français',\n colors: {\n primary: '#1656ff',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'Le Comptable Français',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [201, 202, 203],\n logoUrl: 'logo-lcf.svg',\n miniLogoUrl: 'logo-lcf.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6LdZneUUAAAAAKfiwC_JFWOlzc_0YYKHQJgSveRP',\n urlApp: 'https://app.lecomptablefrancais.fr/',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'contact@comptalib.com',\n },\n },\n];"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasePaginate.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"BasePaginate.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAqBM,MAAOA,qBAAP,CAA4B;;QAArBA,qB,GAAAA,qB;;AAKXC,YAJC,4BAID,EAHC,4BAGD,EAFC,yBAAI,CAAJ,CAED,EADC,iCACD;;AAMAA,YAJC,4BAID,EAHC,4BAGD,EAFC,yBAAI,CAAJ,CAED,EADC,iCACD","names":["OptionalQueryPaginate","__decorate"],"sourceRoot":"","sources":["../../../../ts/types/Interface/api/BasePaginate.ts"],"sourcesContent":["import { IsInt, IsOptional, Min } from 'class-validator';\nimport { ApiPropertyOptional } from '../../..';\n\nexport interface BasePaginate<T> {\n maxPages: number;\n currentPage: number;\n totalItems: number;\n data: T[];\n}\n\nexport interface BasePaginateInterface<T> {\n maxPages: number;\n currentPage: number;\n totalItems: number;\n data: T;\n}\n\nexport interface QueryPaginate {\n page: number,\n limit: number,\n}\n\nexport class OptionalQueryPaginate implements QueryPaginate {\n @ApiPropertyOptional()\n @IsInt()\n @Min(1)\n @IsOptional()\n page: number;\n\n @ApiPropertyOptional()\n @IsInt()\n @Min(1)\n @IsOptional()\n limit: number;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnnotateAccountingTransaction.js","mappings":";;;;;;;AAAA;;
|
|
1
|
+
{"version":3,"file":"AnnotateAccountingTransaction.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAIM,MAAOA,SAAP,CAAgB;;QAATA,S,GAAAA,S;;AAmBP,MAAOC,2BAAP,CAAkC;;QAA3BA,2B,GAAAA,2B;;AAGXC,YAFC,iCAED;;AAEAA,YADC,iCACD;;AAEAA,YADC,iCACD;;AAEAA,YADC,iCACD;;AAKAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAEAA,YADC,iCACD,4BAAYC,KAAZ;;AAEAD,YADC,iCACD;;AAEAA,YADC,iCACD;;AAEAA,YADC,iCACD","names":["FormEntry","UpdateAccountingTransaction","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts"],"sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { IAccountingTransaction, IImmobilization } from '../../..';\nimport { IThirdParty } from '../../models/IThirdParty';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport type FormImmobilization = IImmobilization;\n\nexport class FormEntry {\n vat? : number | {\n idVat: number;\n amount: number;\n }[];\n isVatIntracom?: boolean;\n isVatImportation?: boolean;\n idAccount?: number;\n idThirdParty?: number;\n amountAllTaxIncludedPurchase?: number;\n designation?: string;\n amountAllTaxIncluded?: number;\n immobilization?: FormImmobilization; // pour la création d'une immo\n idImmobilization?: number; //\n}\n\n// Permet d'annoté une transaction bancaire Split, Marge, Intracom, Immo etc...\nexport type AnnotateAccountingTransaction = FormEntry[];\n\nexport class UpdateAccountingTransaction {\n @ApiPropertyOptional()\n // @Type(() => FormEntry)\n entries?: FormEntry[];\n @ApiPropertyOptional()\n comment?: string;\n @ApiPropertyOptional()\n idSocietyPartner?: number;\n @ApiPropertyOptional()\n exported?: Date | null;\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isAsset?: boolean;\n @ApiPropertyOptional()\n dateValue?: Date;\n @ApiPropertyOptional()\n invoiceNumber?: string;\n @ApiPropertyOptional()\n name?: string;\n @ApiPropertyOptional()\n amountAllTaxIncluded?: number;\n}\n\n// Permet d'afficher une transaction bancaire avec les informations de base ainsi que les informations d'annotations\nexport interface ReadFormattedAccountingTransaction extends IAccountingTransaction {\n amount: number;\n comment: string | null;\n designation: string | null;\n debit: number;\n credit: number;\n autoAnnotateWithML: boolean;\n entries?: AnnotateAccountingTransaction;\n thirdPartySuggestions?: IThirdParty[];\n}\n"]}
|
|
@@ -5,8 +5,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.QueryGeneralLedger = undefined;
|
|
7
7
|
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
8
10
|
var _utils = require("../../../../utils");
|
|
9
11
|
|
|
12
|
+
var _boolean = require("../../../../utils/transforms/boolean.transform");
|
|
13
|
+
|
|
10
14
|
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
15
|
var c = arguments.length,
|
|
12
16
|
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
@@ -26,4 +30,14 @@ exports.QueryGeneralLedger = QueryGeneralLedger;
|
|
|
26
30
|
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], QueryGeneralLedger.prototype, "dateStart", void 0);
|
|
27
31
|
|
|
28
32
|
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], QueryGeneralLedger.prototype, "dateEnd", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsInt)(), (0, _classValidator.Min)(1), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], QueryGeneralLedger.prototype, "limit", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsInt)(), (0, _classValidator.Min)(1), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], QueryGeneralLedger.prototype, "page", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
39
|
+
default: true
|
|
40
|
+
}), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], QueryGeneralLedger.prototype, "descending", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], QueryGeneralLedger.prototype, "search", void 0);
|
|
29
43
|
//# sourceMappingURL=QueryGeneralLedger.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGeneralLedger.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD","names":["QueryGeneralLedger","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/QueryGeneralLedger.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryGeneralLedger {\n @ApiProperty()\n dateStart: string;\n\n @ApiProperty()\n dateEnd: string;\n}"]}
|
|
1
|
+
{"version":3,"file":"QueryGeneralLedger.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,4BAGD,EAFC,yBAAI,CAAJ,CAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,4BAGD,EAFC,yBAAI,CAAJ,CAED,EADC,iCACD;;AAMAA,YAJC,gCAAoB;AAAEC,SAAO,EAAE;AAAX,CAApB,CAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAGAD,YADC,iCACD","names":["QueryGeneralLedger","__decorate","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/QueryGeneralLedger.ts"],"sourcesContent":["import {\n IsBoolean, IsInt, IsOptional, Min,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryGeneralLedger {\n @ApiProperty()\n dateStart: string;\n\n @ApiProperty()\n dateEnd: string;\n\n @ApiPropertyOptional()\n @IsInt()\n @Min(1)\n @IsOptional()\n limit?: number;\n\n @ApiPropertyOptional()\n @IsInt()\n @Min(1)\n @IsOptional()\n page?: number;\n\n @ApiPropertyOptional({ default: true })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n descending?: boolean;\n\n @ApiPropertyOptional()\n search?: string;\n}"]}
|
|
@@ -15,6 +15,8 @@ var _ComptaType = require("../../../Enum/ComptaType");
|
|
|
15
15
|
|
|
16
16
|
var _TaxSystem = require("../../../Enum/TaxSystem");
|
|
17
17
|
|
|
18
|
+
var _Supervision = require("../../../Enum/Supervision");
|
|
19
|
+
|
|
18
20
|
var _BalanceSheet = require("../../../Enum/BalanceSheet");
|
|
19
21
|
|
|
20
22
|
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
@@ -89,6 +91,11 @@ __decorate([(0, _utils.ApiPropertyOptional)({
|
|
|
89
91
|
description: 'Date de clôture inférieure ou égale à (format YYYY-MM-DD)'
|
|
90
92
|
}), __metadata("design:type", String)], QueryTaxDeadline.prototype, "maximalEndDate", void 0);
|
|
91
93
|
|
|
94
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
95
|
+
description: 'État de la supervision',
|
|
96
|
+
enum: _Supervision.Supervision
|
|
97
|
+
}), __metadata("design:type", Number)], QueryTaxDeadline.prototype, "idSupervisionState", void 0);
|
|
98
|
+
|
|
92
99
|
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
93
100
|
description: 'Statuts de l\'IS/IR'
|
|
94
101
|
}), (0, _classValidator.IsOptional)(), (0, _classValidator.IsEnum)(_.ToDoOrDone), __metadata("design:type", String)], QueryTaxDeadline.prototype, "idTaxStatus", void 0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryTaxDeadline.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAEXC,YADC,wBAAY;AAAEC,aAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE,eAAf;AAAgCC,MAAI,EAAEC;AAAtC,CAApB,CACD;;AAGAH,YADC,gCAAoB;AAAEC,aAAW,EAAE,sBAAf;AAAuCC,MAAI,EAAEE;AAA7C,CAApB,CACD;;AAGAJ,YADC,gCAAoB;AAAEC,aAAW,EAAE,mBAAf;AAAoCC,MAAI,EAAEG;AAA1C,CAApB,CACD;;AAGAL,YADC,gCAAoB;AAAEC,aAAW,EAAE,eAAf;AAAgCC,MAAI,EAAEI;AAAtC,CAApB,CACD;;AAGAN,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;
|
|
1
|
+
{"version":3,"file":"QueryTaxDeadline.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAEXC,YADC,wBAAY;AAAEC,aAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE,eAAf;AAAgCC,MAAI,EAAEC;AAAtC,CAApB,CACD;;AAGAH,YADC,gCAAoB;AAAEC,aAAW,EAAE,sBAAf;AAAuCC,MAAI,EAAEE;AAA7C,CAApB,CACD;;AAGAJ,YADC,gCAAoB;AAAEC,aAAW,EAAE,mBAAf;AAAoCC,MAAI,EAAEG;AAA1C,CAApB,CACD;;AAGAL,YADC,gCAAoB;AAAEC,aAAW,EAAE,eAAf;AAAgCC,MAAI,EAAEI;AAAtC,CAApB,CACD;;AAGAN,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE,wBAAf;AAAyCC,MAAI,EAAEK;AAA/C,CAApB,CACD;;AAKAP,YAHC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CAGD,EAFC,iCAED,EADC,4BAAOO,YAAP,CACD;;AAGI,MAAOC,0BAAP,CAAiC;;QAA1BA,0B,GAAAA,0B;;AAEXT,YADC,wBAAY;AAAEC,aAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE,eAAf;AAAgCC,MAAI,EAAEC;AAAtC,CAApB,CACD;;AAGAH,YADC,gCAAoB;AAAEC,aAAW,EAAE,sBAAf;AAAuCC,MAAI,EAAEE;AAA7C,CAApB,CACD;;AAGAJ,YADC,gCAAoB;AAAEC,aAAW,EAAE,mBAAf;AAAoCC,MAAI,EAAEG;AAA1C,CAApB,CACD;;AAGAL,YADC,gCAAoB;AAAEC,aAAW,EAAE,eAAf;AAAgCC,MAAI,EAAEI;AAAtC,CAApB,CACD;;AAGAN,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD","names":["QueryTaxDeadline","__decorate","description","enum","VatRegime","ComptaType","TaxSystem","BalanceSheetState","Supervision","ToDoOrDone","QueryTaxDeadlineStatistics"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"sourcesContent":["import { IsOptional, IsEnum } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { VatRegime, ToDoOrDone } from '../../..';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { Supervision } from '../../../Enum/Supervision';\nimport { BalanceSheetState } from '../../../Enum/BalanceSheet';\n\nexport class QueryTaxDeadline {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM)' })\n closingDate?: string | string[];\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: number;\n\n @ApiPropertyOptional({ description: 'Date de clôture supérieure ou égale à (format YYYY-MM-DD)' })\n minimalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'Date de clôture inférieure ou égale à (format YYYY-MM-DD)' })\n maximalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'État de la supervision', enum: Supervision })\n idSupervisionState?: Supervision;\n\n @ApiPropertyOptional({ description: 'Statuts de l\\'IS/IR' })\n @IsOptional()\n @IsEnum(ToDoOrDone)\n idTaxStatus?: ToDoOrDone;\n}\n\nexport class QueryTaxDeadlineStatistics {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' })\n closingDate?: string;\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: string;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryUnexport.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAGXC,YAFC,yBAED,EADC,iDACD;;AAIAA,YAFC,yBAED,EADC,iDACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,8BACD,
|
|
1
|
+
{"version":3,"file":"QueryUnexport.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAGXC,YAFC,yBAED,EADC,iDACD;;AAIAA,YAFC,yBAED,EADC,iDACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,8BACD,4BAAgBC,MAAhB;;AAMAD,YAJC,iCAID,EAHC,iCAGD,EAFC,+BAED,EADC,0BAAK,CAACE,oBAAkBC,EAAnB,EAAuBD,oBAAkBE,EAAzC,CAAL,CACD","names":["QueryUnexport","__decorate","Array","AccountingJournal","AC","VE"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/transactions/QueryUnexport.ts"],"sourcesContent":["import {\n IsArray, IsIn, IsNumber, IsOptional,\n} from 'class-validator';\nimport { AccountingJournal } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { IsFormattedDateString } from '../../../../utils/validators/formattedDateString.validator';\n\nexport class QueryUnexport {\n @ApiProperty()\n @IsFormattedDateString()\n startDate: string;\n\n @ApiProperty()\n @IsFormattedDateString()\n endDate: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idBankAccount?: Array<number>;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n @IsIn([AccountingJournal.AC, AccountingJournal.VE])\n idAccountingJournal?: number;\n}\n"]}
|
|
@@ -9,6 +9,8 @@ var _classValidator = require("class-validator");
|
|
|
9
9
|
|
|
10
10
|
var _ = require("../../../..");
|
|
11
11
|
|
|
12
|
+
var _boolean = require("../../../../utils/transforms/boolean.transform");
|
|
13
|
+
|
|
12
14
|
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
15
|
var c = arguments.length,
|
|
14
16
|
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
@@ -31,7 +33,7 @@ __decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.IsInt)(), (0, _cla
|
|
|
31
33
|
|
|
32
34
|
__decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], QueryVatDeclaration.prototype, "idSociety", void 0);
|
|
33
35
|
|
|
34
|
-
__decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], QueryVatDeclaration.prototype, "isComplete", void 0);
|
|
36
|
+
__decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _classValidator.IsOptional)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryVatDeclaration.prototype, "isComplete", void 0);
|
|
35
37
|
|
|
36
38
|
__decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], QueryVatDeclaration.prototype, "idUser", void 0);
|
|
37
39
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryVatDeclaration.js","mappings":";;;;;;;AAAA;;AAIA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAIXC,YAHC,4BAGD,EAFC,6BAED,EADC,iCACD,4BAAkBC,KAAlB;;AAKAD,YAHC,4BAGD,EAFC,4BAED,EADC,iCACD;;AAKAA,YAHC,4BAGD,EAFC,4BAED,EADC,iCACD;;
|
|
1
|
+
{"version":3,"file":"QueryVatDeclaration.js","mappings":";;;;;;;AAAA;;AAIA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAIXC,YAHC,4BAGD,EAFC,6BAED,EADC,iCACD,4BAAkBC,KAAlB;;AAKAD,YAHC,4BAGD,EAFC,4BAED,EADC,iCACD;;AAKAA,YAHC,4BAGD,EAFC,4BAED,EADC,iCACD;;AAMAA,YAJC,4BAID,EAHC,gCAGD,EAFC,iCAED,EADC,yBACD;;AAKAA,YAHC,4BAGD,EAFC,4BAED,EADC,iCACD;;AAKAA,YAHC,4BAGD,EAFC,+BAED,EADC,iCACD;;AAIAA,YAFC,4BAED,EADC,iCACD","names":["QueryVatDeclaration","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts"],"sourcesContent":["import {\n IsBoolean,\n IsDate, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryVatDeclaration {\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n declarationDate?: Date;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @IsOptional()\n @ToBoolean()\n isComplete?: boolean;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n idDeposit?: string | null ;\n\n @ApiPropertyOptional()\n @IsOptional()\n payload?: string | null ;\n}"]}
|
|
@@ -27,7 +27,7 @@ exports.PostAttachmentEmailFromLambdaParams = PostAttachmentEmailFromLambdaParam
|
|
|
27
27
|
|
|
28
28
|
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], PostAttachmentEmailFromLambdaParams.prototype, "token", void 0);
|
|
29
29
|
|
|
30
|
-
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(),
|
|
30
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], PostAttachmentEmailFromLambdaParams.prototype, "mime", void 0);
|
|
31
31
|
|
|
32
32
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], PostAttachmentEmailFromLambdaParams.prototype, "idSociety", void 0);
|
|
33
33
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PostAttachmentEmailFromLambdaParams.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,mCAAP,CAA0C;;QAAnCA,mC,GAAAA,mC;;AAGXC,YAFC,yBAED,EADC,+BACD;;AAKAA,YAHC,yBAGD,EAFC,+BAED
|
|
1
|
+
{"version":3,"file":"PostAttachmentEmailFromLambdaParams.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,mCAAP,CAA0C;;QAAnCA,mC,GAAAA,mC;;AAGXC,YAFC,yBAED,EADC,+BACD;;AAKAA,YAHC,yBAGD,EAFC,+BAED;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD;;AAGI,MAAOC,0BAAP,SAA0CF,mCAA1C,CAA6E;;QAAtEE,0B,GAAAA,0B;;AAGXD,YAFC,yBAED,EADC,+BACD","names":["PostAttachmentEmailFromLambdaParams","__decorate","CreateAttachmentOldWebmail"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts"],"sourcesContent":["import {\n /* IsMimeType, */IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class PostAttachmentEmailFromLambdaParams {\n @ApiProperty()\n @IsString()\n token: string;\n\n @ApiProperty()\n @IsString()\n // @IsMimeType() -> désactivé car pose pb avec certaines PJ ayant un mimetype comme 'image/*'\n mime: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idSociety?: number;\n\n @ApiProperty()\n @IsString()\n filename: string;\n}\n\nexport class CreateAttachmentOldWebmail extends PostAttachmentEmailFromLambdaParams {\n @ApiProperty()\n @IsNumber()\n idMail: number;\n}"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@silexpert/core",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.174",
|
|
4
4
|
"description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
|
|
5
5
|
"homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
|
|
6
6
|
"main": "js/index.js",
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
+
import { BasePaginateInterface, IGeneralLedgerAccount } from '../../types';
|
|
1
2
|
import { QueryGeneralLedger } from '../../types/Interface/api/generalLedger/QueryGeneralLedger';
|
|
2
3
|
import { Resource } from '../Resource';
|
|
3
4
|
|
|
4
5
|
export class GeneralLedger extends Resource {
|
|
5
|
-
getBySociety(params: QueryGeneralLedger): Promise<
|
|
6
|
+
getBySociety(params: QueryGeneralLedger): Promise<BasePaginateInterface<IGeneralLedgerAccount[]>> {
|
|
6
7
|
return this.axios.$get('/generalLedger', {
|
|
7
8
|
params,
|
|
8
9
|
});
|
|
9
10
|
}
|
|
10
11
|
|
|
12
|
+
getBalanceBySociety(params: QueryGeneralLedger): Promise<BasePaginateInterface<IGeneralLedgerAccount[]>> {
|
|
13
|
+
return this.axios.$get('/generalLedger/balance', {
|
|
14
|
+
params,
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
|
|
11
18
|
getCsv(params: QueryGeneralLedger):Promise<Buffer> {
|
|
12
19
|
return this.axios.$get('/generalLedger/csv', {
|
|
13
20
|
params,
|
package/ts/api/resources/Tax.ts
CHANGED
|
@@ -62,4 +62,8 @@ export class Transaction extends Resource {
|
|
|
62
62
|
getBankAccountSum(query: QueryBankAccountSum): Promise<ReadBankAccountSum> {
|
|
63
63
|
return this.axios.$get('/society/transactions/bank-account-sum', { params: query });
|
|
64
64
|
}
|
|
65
|
+
|
|
66
|
+
get(id: number): Promise<ReadFormattedAccountingTransaction> {
|
|
67
|
+
return this.axios.$get(`/transactions/${id}`);
|
|
68
|
+
}
|
|
65
69
|
}
|
|
@@ -184,7 +184,7 @@ export const BALANCE_SHEET_LIST_ACTIVE: BalanceSheetList = [
|
|
|
184
184
|
total: 0,
|
|
185
185
|
totalDeducted: 0,
|
|
186
186
|
calculation: true,
|
|
187
|
-
calculationAdd: ['fixedAsset'
|
|
187
|
+
calculationAdd: ['fixedAsset'],
|
|
188
188
|
isTotal: true,
|
|
189
189
|
},
|
|
190
190
|
{
|
|
@@ -231,12 +231,14 @@ export const BALANCE_SHEET_LIST_ACTIVE: BalanceSheetList = [
|
|
|
231
231
|
isSubcategory: true,
|
|
232
232
|
fields: [
|
|
233
233
|
{
|
|
234
|
+
// créance client = lorsque les clients te doivent de l'argent = somme débit > crédit
|
|
234
235
|
name: 'Créances clients et comptes rattachés',
|
|
235
236
|
accounts: ['411', '413', '416', '418'],
|
|
236
237
|
idThirdPartyTypeToAdd: [ThirdPartyType.CUSTOMER, MathematicalSign.PLUS],
|
|
237
238
|
accountsDeducted: ['491'],
|
|
238
239
|
},
|
|
239
240
|
{
|
|
241
|
+
// autres = lorsque les fournisseurs te doivent de l'argent = somme débit > crédit
|
|
240
242
|
name: 'Autres',
|
|
241
243
|
accounts: ['401', '4096', '4097', '4098', '42', '43', '44', '45', '46', '48'],
|
|
242
244
|
idThirdPartyTypeToAdd: [ThirdPartyType.PROVIDER, MathematicalSign.PLUS],
|
|
@@ -275,7 +277,7 @@ export const BALANCE_SHEET_LIST_ACTIVE: BalanceSheetList = [
|
|
|
275
277
|
{
|
|
276
278
|
name: 'Disponibilités',
|
|
277
279
|
key: 'availabilities',
|
|
278
|
-
accounts: ['511', '512', '514', '515', '516', '517', '5187', '53', '54'],
|
|
280
|
+
accounts: ['511', '512', '514', '515', '516', '517', '5187', '53', '54', '58'],
|
|
279
281
|
type: 'active',
|
|
280
282
|
},
|
|
281
283
|
{
|
|
@@ -387,7 +389,7 @@ export const BALANCE_SHEET_LIST_PASSIVE: BalanceSheetList = [
|
|
|
387
389
|
{
|
|
388
390
|
name: 'Report à nouveau',
|
|
389
391
|
key: 'postponement',
|
|
390
|
-
accounts: ['11'],
|
|
392
|
+
accounts: ['11', '120'],
|
|
391
393
|
isSubcategory: true,
|
|
392
394
|
total: 0,
|
|
393
395
|
},
|
|
@@ -469,7 +471,7 @@ export const BALANCE_SHEET_LIST_PASSIVE: BalanceSheetList = [
|
|
|
469
471
|
{
|
|
470
472
|
name: 'Emprunts et dettes auprès établissements de crédits (1)',
|
|
471
473
|
key: 'loansCredits',
|
|
472
|
-
accounts: ['164', '16884', '512', '514', '517', '5186', '519'],
|
|
474
|
+
accounts: ['164', '16884', '512', '514', '517', '5186', '519', '53'],
|
|
473
475
|
isSubcategory: true,
|
|
474
476
|
total: 0,
|
|
475
477
|
type: 'passive',
|
|
@@ -494,6 +496,7 @@ export const BALANCE_SHEET_LIST_PASSIVE: BalanceSheetList = [
|
|
|
494
496
|
name: 'Dettes Fournisseurs et Comptes rattachés',
|
|
495
497
|
key: 'payables',
|
|
496
498
|
accounts: ['401', '403', '4081', '4088'],
|
|
499
|
+
// PASSIF dette fournisseurs = lorsque l'entreprise doit de l'argent au fournisseurs = somme crédit > débit
|
|
497
500
|
idThirdPartyTypeToAdd: [ThirdPartyType.PROVIDER, MathematicalSign.LESS],
|
|
498
501
|
isSubcategory: true,
|
|
499
502
|
total: 0,
|
|
@@ -518,7 +521,8 @@ export const BALANCE_SHEET_LIST_PASSIVE: BalanceSheetList = [
|
|
|
518
521
|
{
|
|
519
522
|
name: 'Autres dettes',
|
|
520
523
|
key: 'OtherDebts',
|
|
521
|
-
accounts: ['411', '4196', '4197', '4198', '464', '467', '4686', '478', '509'],
|
|
524
|
+
accounts: ['411', '4196', '4197', '4198', '464', '467', '4686', '471', '478', '509'],
|
|
525
|
+
// PASSIF Autres = lorsque l'entreprise doit de l'argent au client = somme débit > crédit (modifié)
|
|
522
526
|
idThirdPartyTypeToAdd: [ThirdPartyType.CUSTOMER, MathematicalSign.LESS],
|
|
523
527
|
isSubcategory: true,
|
|
524
528
|
total: 0,
|
|
@@ -104,7 +104,7 @@ export const BrandClementine = [
|
|
|
104
104
|
miniLogoUrl: 'logo-legalstart.svg',
|
|
105
105
|
hiddenPages: [],
|
|
106
106
|
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
107
|
-
urlApp: 'https://
|
|
107
|
+
urlApp: 'https://app.compta-clementine.fr',
|
|
108
108
|
urlApi1: 'https://api-legalstart.compta-clementine.fr',
|
|
109
109
|
urlApi2: 'https://api-next-legalstart.compta-clementine.fr',
|
|
110
110
|
urlExpert: 'https://pro.comptalib.com',
|
|
@@ -98,7 +98,7 @@ export const BrandComptalib = [
|
|
|
98
98
|
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
99
99
|
hiddenPages: [],
|
|
100
100
|
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
101
|
-
urlApp: 'https://app.
|
|
101
|
+
urlApp: 'https://app.pourcentage.fr/',
|
|
102
102
|
urlApi1: 'https://api.comptalib.com',
|
|
103
103
|
urlApi2: 'https://api-next.comptalib.com',
|
|
104
104
|
urlExpert: 'https://pro.comptalib.com',
|
|
@@ -172,7 +172,7 @@ export const BrandComptalib = [
|
|
|
172
172
|
miniLogoUrl: 'logo-lcf.svg',
|
|
173
173
|
hiddenPages: [],
|
|
174
174
|
recaptchaSecretKey: '6LdZneUUAAAAAKfiwC_JFWOlzc_0YYKHQJgSveRP',
|
|
175
|
-
urlApp: 'https://app.
|
|
175
|
+
urlApp: 'https://app.lecomptablefrancais.fr/',
|
|
176
176
|
urlExpert: 'https://pro.comptalib.com',
|
|
177
177
|
urlClient: '',
|
|
178
178
|
bank: {
|
|
@@ -8,6 +8,13 @@ export interface BasePaginate<T> {
|
|
|
8
8
|
data: T[];
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
+
export interface BasePaginateInterface<T> {
|
|
12
|
+
maxPages: number;
|
|
13
|
+
currentPage: number;
|
|
14
|
+
totalItems: number;
|
|
15
|
+
data: T;
|
|
16
|
+
}
|
|
17
|
+
|
|
11
18
|
export interface QueryPaginate {
|
|
12
19
|
page: number,
|
|
13
20
|
limit: number,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { IsBoolean, IsOptional } from 'class-validator';
|
|
2
2
|
import { IAccountingTransaction, IImmobilization } from '../../..';
|
|
3
|
+
import { IThirdParty } from '../../models/IThirdParty';
|
|
3
4
|
import { ApiPropertyOptional } from '../../../../utils';
|
|
4
5
|
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
5
6
|
|
|
@@ -58,4 +59,5 @@ export interface ReadFormattedAccountingTransaction extends IAccountingTransacti
|
|
|
58
59
|
credit: number;
|
|
59
60
|
autoAnnotateWithML: boolean;
|
|
60
61
|
entries?: AnnotateAccountingTransaction;
|
|
62
|
+
thirdPartySuggestions?: IThirdParty[];
|
|
61
63
|
}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
IsBoolean, IsInt, IsOptional, Min,
|
|
3
|
+
} from 'class-validator';
|
|
4
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
5
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
2
6
|
|
|
3
7
|
export class QueryGeneralLedger {
|
|
4
8
|
@ApiProperty()
|
|
@@ -6,4 +10,25 @@ export class QueryGeneralLedger {
|
|
|
6
10
|
|
|
7
11
|
@ApiProperty()
|
|
8
12
|
dateEnd: string;
|
|
13
|
+
|
|
14
|
+
@ApiPropertyOptional()
|
|
15
|
+
@IsInt()
|
|
16
|
+
@Min(1)
|
|
17
|
+
@IsOptional()
|
|
18
|
+
limit?: number;
|
|
19
|
+
|
|
20
|
+
@ApiPropertyOptional()
|
|
21
|
+
@IsInt()
|
|
22
|
+
@Min(1)
|
|
23
|
+
@IsOptional()
|
|
24
|
+
page?: number;
|
|
25
|
+
|
|
26
|
+
@ApiPropertyOptional({ default: true })
|
|
27
|
+
@IsBoolean()
|
|
28
|
+
@ToBoolean()
|
|
29
|
+
@IsOptional()
|
|
30
|
+
descending?: boolean;
|
|
31
|
+
|
|
32
|
+
@ApiPropertyOptional()
|
|
33
|
+
search?: string;
|
|
9
34
|
}
|
|
@@ -3,6 +3,7 @@ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
|
3
3
|
import { VatRegime, ToDoOrDone } from '../../..';
|
|
4
4
|
import { ComptaType } from '../../../Enum/ComptaType';
|
|
5
5
|
import { TaxSystem } from '../../../Enum/TaxSystem';
|
|
6
|
+
import { Supervision } from '../../../Enum/Supervision';
|
|
6
7
|
import { BalanceSheetState } from '../../../Enum/BalanceSheet';
|
|
7
8
|
|
|
8
9
|
export class QueryTaxDeadline {
|
|
@@ -45,6 +46,9 @@ export class QueryTaxDeadline {
|
|
|
45
46
|
@ApiPropertyOptional({ description: 'Date de clôture inférieure ou égale à (format YYYY-MM-DD)' })
|
|
46
47
|
maximalEndDate?: string;
|
|
47
48
|
|
|
49
|
+
@ApiPropertyOptional({ description: 'État de la supervision', enum: Supervision })
|
|
50
|
+
idSupervisionState?: Supervision;
|
|
51
|
+
|
|
48
52
|
@ApiPropertyOptional({ description: 'Statuts de l\'IS/IR' })
|
|
49
53
|
@IsOptional()
|
|
50
54
|
@IsEnum(ToDoOrDone)
|
|
@@ -17,11 +17,11 @@ export class QueryUnexport {
|
|
|
17
17
|
@ApiPropertyOptional()
|
|
18
18
|
@IsOptional()
|
|
19
19
|
@IsArray()
|
|
20
|
-
idBankAccount
|
|
20
|
+
idBankAccount?: Array<number>;
|
|
21
21
|
|
|
22
22
|
@ApiPropertyOptional()
|
|
23
23
|
@IsOptional()
|
|
24
24
|
@IsNumber()
|
|
25
25
|
@IsIn([AccountingJournal.AC, AccountingJournal.VE])
|
|
26
|
-
idAccountingJournal
|
|
26
|
+
idAccountingJournal?: number;
|
|
27
27
|
}
|
|
@@ -3,6 +3,7 @@ import {
|
|
|
3
3
|
IsDate, IsInt, IsOptional, IsString,
|
|
4
4
|
} from 'class-validator';
|
|
5
5
|
import { ApiPropertyOptional } from '../../../..';
|
|
6
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
6
7
|
|
|
7
8
|
export class QueryVatDeclaration {
|
|
8
9
|
@ApiPropertyOptional()
|
|
@@ -23,6 +24,7 @@ export class QueryVatDeclaration {
|
|
|
23
24
|
@ApiPropertyOptional()
|
|
24
25
|
@IsBoolean()
|
|
25
26
|
@IsOptional()
|
|
27
|
+
@ToBoolean()
|
|
26
28
|
isComplete?: boolean;
|
|
27
29
|
|
|
28
30
|
@ApiPropertyOptional()
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
-
IsMimeType,
|
|
2
|
+
/* IsMimeType, */IsNumber, IsOptional, IsString,
|
|
3
3
|
} from 'class-validator';
|
|
4
4
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
5
5
|
|
|
@@ -10,7 +10,7 @@ export class PostAttachmentEmailFromLambdaParams {
|
|
|
10
10
|
|
|
11
11
|
@ApiProperty()
|
|
12
12
|
@IsString()
|
|
13
|
-
@IsMimeType()
|
|
13
|
+
// @IsMimeType() -> désactivé car pose pb avec certaines PJ ayant un mimetype comme 'image/*'
|
|
14
14
|
mime: string;
|
|
15
15
|
|
|
16
16
|
@ApiPropertyOptional()
|