@silexpert/core 0.4.164 → 0.4.167
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/BankAccount.d.ts +3 -1
- package/es/api/resources/BankAccount.d.ts.map +1 -1
- package/es/api/resources/BankAccount.js +6 -0
- package/es/api/resources/BankAccount.js.map +1 -1
- package/es/api/resources/Log.js +1 -1
- package/es/api/resources/Log.js.map +1 -1
- package/es/api/resources/Transaction.d.ts +2 -0
- package/es/api/resources/Transaction.d.ts.map +1 -1
- package/es/api/resources/Transaction.js.map +1 -1
- package/es/types/Enum/BalanceSheetQuestion.d.ts +24 -0
- package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheetQuestion.js +24 -0
- package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/es/types/Enum/BalanceSheetQuestionWording.d.ts +16 -10
- package/es/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheetQuestionWording.js +16 -10
- package/es/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
- package/es/types/Enum/BrandComptalib.js +1 -1
- package/es/types/Enum/BrandComptalib.js.map +1 -1
- package/es/types/Interface/api/accountingTransaction/QueryBankAccountSum.d.ts +7 -0
- package/es/types/Interface/api/accountingTransaction/QueryBankAccountSum.d.ts.map +1 -1
- package/es/types/Interface/api/accountingTransaction/QueryBankAccountSum.js +30 -1
- package/es/types/Interface/api/accountingTransaction/QueryBankAccountSum.js.map +1 -1
- package/es/types/Interface/api/accountingTransaction/QueryTransaction.d.ts +2 -0
- package/es/types/Interface/api/accountingTransaction/QueryTransaction.d.ts.map +1 -1
- package/es/types/Interface/api/accountingTransaction/QueryTransaction.js +8 -0
- package/es/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.d.ts +1 -0
- package/es/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.js +7 -1
- package/es/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.js.map +1 -1
- package/es/types/Interface/api/bankAccount/ReadExpiredBankAccount.d.ts +5 -0
- package/es/types/Interface/api/bankAccount/ReadExpiredBankAccount.d.ts.map +1 -0
- package/es/types/Interface/api/bankAccount/ReadExpiredBankAccount.js +2 -0
- package/es/types/Interface/api/bankAccount/ReadExpiredBankAccount.js.map +1 -0
- package/es/types/Interface/api/partner/GetPartners.d.ts.map +1 -1
- package/es/types/Interface/api/partner/GetPartners.js +5 -0
- package/es/types/Interface/api/partner/GetPartners.js.map +1 -1
- package/es/types/Interface/api/provision/CreateProvisionForm.d.ts +1 -0
- package/es/types/Interface/api/provision/CreateProvisionForm.d.ts.map +1 -1
- package/es/types/Interface/api/provision/CreateProvisionForm.js +6 -0
- package/es/types/Interface/api/provision/CreateProvisionForm.js.map +1 -1
- package/es/types/Interface/models/IBankAccount.d.ts +2 -0
- package/es/types/Interface/models/IBankAccount.d.ts.map +1 -1
- package/es/types/Interface/models/IBankAccount.js.map +1 -1
- package/es/types/index.d.ts +1 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +1 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/BankAccount.js +10 -0
- package/js/api/resources/BankAccount.js.map +1 -1
- package/js/api/resources/Log.js +2 -1
- package/js/api/resources/Log.js.map +1 -1
- package/js/api/resources/Transaction.js.map +1 -1
- package/js/types/Enum/BalanceSheetQuestion.js +26 -0
- package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/js/types/Enum/BalanceSheetQuestionWording.js +17 -10
- package/js/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
- package/js/types/Enum/BrandComptalib.js +1 -1
- package/js/types/Enum/BrandComptalib.js.map +1 -1
- package/js/types/Interface/api/accountingTransaction/QueryBankAccountSum.js +14 -0
- package/js/types/Interface/api/accountingTransaction/QueryBankAccountSum.js.map +1 -1
- package/js/types/Interface/api/accountingTransaction/QueryTransaction.js +4 -0
- package/js/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.js +4 -0
- package/js/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.js.map +1 -1
- package/js/types/Interface/api/bankAccount/ReadExpiredBankAccount.js +6 -0
- package/js/types/Interface/api/bankAccount/ReadExpiredBankAccount.js.map +1 -0
- package/js/types/Interface/api/partner/GetPartners.js +5 -1
- package/js/types/Interface/api/partner/GetPartners.js.map +1 -1
- package/js/types/Interface/api/provision/CreateProvisionForm.js +2 -0
- package/js/types/Interface/api/provision/CreateProvisionForm.js.map +1 -1
- package/js/types/index.js +12 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/BankAccount.ts +9 -1
- package/ts/api/resources/Log.ts +1 -1
- package/ts/api/resources/Transaction.ts +3 -1
- package/ts/types/Enum/BalanceSheetQuestion.ts +26 -0
- package/ts/types/Enum/BalanceSheetQuestionWording.ts +17 -10
- package/ts/types/Enum/BrandComptalib.ts +1 -1
- package/ts/types/Interface/api/accountingTransaction/QueryBankAccountSum.ts +23 -1
- package/ts/types/Interface/api/accountingTransaction/QueryTransaction.ts +6 -0
- package/ts/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.ts +6 -1
- package/ts/types/Interface/api/bankAccount/ReadExpiredBankAccount.ts +5 -0
- package/ts/types/Interface/api/partner/GetPartners.ts +5 -0
- package/ts/types/Interface/api/provision/CreateProvisionForm.ts +5 -0
- package/ts/types/Interface/models/IBankAccount.ts +2 -0
- package/ts/types/index.ts +1 -0
|
@@ -1 +1 @@
|
|
|
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"],"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 },\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: '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: [
|
|
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"],"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 },\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: '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: [201, 202, 203],\n logoUrl: 'logo-comptalib.svg',\n miniLogoUrl: 'logo-comptalib.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 },\n];"]}
|
|
@@ -25,9 +25,23 @@ class QueryBankAccountSum {}
|
|
|
25
25
|
|
|
26
26
|
exports.QueryBankAccountSum = QueryBankAccountSum;
|
|
27
27
|
|
|
28
|
+
__decorate([(0, _.ApiProperty)(), __metadata("design:type", Number)], QueryBankAccountSum.prototype, "idComptaType", void 0);
|
|
29
|
+
|
|
28
30
|
__decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.IsDate)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Date)], QueryBankAccountSum.prototype, "startDate", void 0);
|
|
29
31
|
|
|
30
32
|
__decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.IsDate)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Date)], QueryBankAccountSum.prototype, "endDate", void 0);
|
|
31
33
|
|
|
32
34
|
__decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Array)], QueryBankAccountSum.prototype, "idBankAccount", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], QueryBankAccountSum.prototype, "idAccountType", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryBankAccountSum.prototype, "onlyCredit", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryBankAccountSum.prototype, "onlyDebit", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryBankAccountSum.prototype, "withoutReceipt", void 0);
|
|
43
|
+
|
|
44
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryBankAccountSum.prototype, "invoiceRequested", void 0);
|
|
45
|
+
|
|
46
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryBankAccountSum.prototype, "toAnnotate", void 0);
|
|
33
47
|
//# sourceMappingURL=QueryBankAccountSum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryBankAccountSum.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;
|
|
1
|
+
{"version":3,"file":"QueryBankAccountSum.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAEXC,YADC,oBACD;;AAKAA,YAHC,4BAGD,EAFC,6BAED,EADC,iCACD,4BAAYC,KAAZ;;AAKAD,YAHC,4BAGD,EAFC,6BAED,EADC,iCACD,4BAAUC,KAAV;;AAIAD,YAFC,4BAED,EADC,iCACD;;AAIAA,YAFC,4BAED,EADC,iCACD;;AAGAA,YADC,4BACD;;AAGAA,YADC,4BACD;;AAGAA,YADC,4BACD;;AAGAA,YADC,4BACD;;AAGAA,YADC,4BACD","names":["QueryBankAccountSum","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingTransaction/QueryBankAccountSum.ts"],"sourcesContent":["import {\n IsDate, IsOptional,\n} from 'class-validator';\nimport { ApiPropertyOptional, ApiProperty } from '../../../..';\n\nexport class QueryBankAccountSum {\n @ApiProperty()\n idComptaType: number;\n\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n startDate?: Date;\n\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n endDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n idBankAccount?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n idAccountType?: number;\n\n @ApiPropertyOptional()\n onlyCredit?: boolean;\n\n @ApiPropertyOptional()\n onlyDebit?: boolean;\n\n @ApiPropertyOptional()\n withoutReceipt?: boolean;\n\n @ApiPropertyOptional()\n invoiceRequested?: boolean;\n\n @ApiPropertyOptional()\n toAnnotate?: boolean;\n}\n\nexport interface ReadBankAccountSum {\n credit: number;\n debit: number;\n}\n"]}
|
|
@@ -51,6 +51,10 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean
|
|
|
51
51
|
|
|
52
52
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryTransaction.prototype, "invoiceRequested", void 0);
|
|
53
53
|
|
|
54
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryTransaction.prototype, "onlyCredit", void 0);
|
|
55
|
+
|
|
56
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryTransaction.prototype, "onlyDebit", void 0);
|
|
57
|
+
|
|
54
58
|
class QueryGetAllTransactions {}
|
|
55
59
|
|
|
56
60
|
exports.QueryGetAllTransactions = QueryGetAllTransactions;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryTransaction.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAIXC,YADC,yBACD;;AAGAA,YADC,yBACD;;AAIAA,YAFC,yBAED;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGI,MAAOC,uBAAP,CAA8B;;QAAvBA,uB,GAAAA,uB;;AAEXD,YADC,iCACD;;AAGAA,YADC,iCACD","names":["QueryTransaction","__decorate","QueryGetAllTransactions"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingTransaction/QueryTransaction.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TypeCustomerProviderOperation } from '../../../Enum/TypeCustomerProviderOperation';\n\nexport class QueryTransaction {\n id: number;\n\n @ApiProperty()\n page: number;\n\n @ApiProperty()\n limit: number;\n\n @ApiProperty()\n // @Type(() => Number)\n idAccountingJournal: number[];\n\n @ApiPropertyOptional()\n idBankAccount?: number[];\n\n @ApiPropertyOptional()\n idAccountType?: number;\n\n @ApiPropertyOptional()\n orderBy?: string;\n\n @ApiPropertyOptional()\n search?: string;\n\n @ApiPropertyOptional()\n descending?: boolean;\n\n @ApiPropertyOptional()\n toAnnotate?: boolean;\n\n @ApiPropertyOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n endDate?: string;\n\n @ApiPropertyOptional()\n withoutReceipt?: boolean;\n\n @ApiPropertyOptional()\n invoiceRequested?: boolean;\n}\n\nexport class QueryGetAllTransactions {\n @ApiPropertyOptional()\n typeOperation?: TypeCustomerProviderOperation;\n\n @ApiPropertyOptional()\n dateValue?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"QueryTransaction.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAIXC,YADC,yBACD;;AAGAA,YADC,yBACD;;AAIAA,YAFC,yBAED;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGI,MAAOC,uBAAP,CAA8B;;QAAvBA,uB,GAAAA,uB;;AAEXD,YADC,iCACD;;AAGAA,YADC,iCACD","names":["QueryTransaction","__decorate","QueryGetAllTransactions"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingTransaction/QueryTransaction.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TypeCustomerProviderOperation } from '../../../Enum/TypeCustomerProviderOperation';\n\nexport class QueryTransaction {\n id: number;\n\n @ApiProperty()\n page: number;\n\n @ApiProperty()\n limit: number;\n\n @ApiProperty()\n // @Type(() => Number)\n idAccountingJournal: number[];\n\n @ApiPropertyOptional()\n idBankAccount?: number[];\n\n @ApiPropertyOptional()\n idAccountType?: number;\n\n @ApiPropertyOptional()\n orderBy?: string;\n\n @ApiPropertyOptional()\n search?: string;\n\n @ApiPropertyOptional()\n descending?: boolean;\n\n @ApiPropertyOptional()\n toAnnotate?: boolean;\n\n @ApiPropertyOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n endDate?: string;\n\n @ApiPropertyOptional()\n withoutReceipt?: boolean;\n\n @ApiPropertyOptional()\n invoiceRequested?: boolean;\n\n @ApiPropertyOptional()\n onlyCredit?: boolean;\n\n @ApiPropertyOptional()\n onlyDebit?: boolean;\n}\n\nexport class QueryGetAllTransactions {\n @ApiPropertyOptional()\n typeOperation?: TypeCustomerProviderOperation;\n\n @ApiPropertyOptional()\n dateValue?: string;\n}\n"]}
|
|
@@ -5,6 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.PrepareModulesAndCompletions = undefined;
|
|
7
7
|
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
8
10
|
var _utils = require("../../../../utils");
|
|
9
11
|
|
|
10
12
|
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
@@ -26,4 +28,6 @@ exports.PrepareModulesAndCompletions = PrepareModulesAndCompletions;
|
|
|
26
28
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], PrepareModulesAndCompletions.prototype, "lastIdSociety", void 0);
|
|
27
29
|
|
|
28
30
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], PrepareModulesAndCompletions.prototype, "firstIdSociety", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsBoolean)(), __metadata("design:type", Boolean)], PrepareModulesAndCompletions.prototype, "onlyClient", void 0);
|
|
29
33
|
//# sourceMappingURL=PrepareModulesAndCompletions.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrepareModulesAndCompletions.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,4BAAP,CAAmC;;QAA5BA,4B,GAAAA,4B;;AAEXC,YADC,iCACD;;AAGAA,YADC,iCACD","names":["PrepareModulesAndCompletions","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class PrepareModulesAndCompletions {\n @ApiPropertyOptional()\n lastIdSociety: number;\n\n @ApiPropertyOptional()\n firstIdSociety: number;\n}"]}
|
|
1
|
+
{"version":3,"file":"PrepareModulesAndCompletions.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,4BAAP,CAAmC;;QAA5BA,4B,GAAAA,4B;;AAEXC,YADC,iCACD;;AAGAA,YADC,iCACD;;AAIAA,YAFC,yBAED,EADC,gCACD","names":["PrepareModulesAndCompletions","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.ts"],"sourcesContent":["import { IsBoolean } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class PrepareModulesAndCompletions {\n @ApiPropertyOptional()\n lastIdSociety: number;\n\n @ApiPropertyOptional()\n firstIdSociety: number;\n\n @ApiProperty()\n @IsBoolean()\n onlyClient: boolean;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadExpiredBankAccount.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -5,8 +5,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.GetPartners = 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,
|
|
@@ -23,5 +27,5 @@ class GetPartners {}
|
|
|
23
27
|
|
|
24
28
|
exports.GetPartners = GetPartners;
|
|
25
29
|
|
|
26
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], GetPartners.prototype, "includeDeletedPartner", void 0);
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], GetPartners.prototype, "includeDeletedPartner", void 0);
|
|
27
31
|
//# sourceMappingURL=GetPartners.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetPartners.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,WAAP,CAAkB;;QAAXA,W,GAAAA,W;;
|
|
1
|
+
{"version":3,"file":"GetPartners.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,WAAP,CAAkB;;QAAXA,W,GAAAA,W;;AAKXC,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD","names":["GetPartners","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partner/GetPartners.ts"],"sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class GetPartners {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n includeDeletedPartner?: boolean;\n}"]}
|
|
@@ -35,5 +35,7 @@ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), (0, _cla
|
|
|
35
35
|
|
|
36
36
|
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", Object)], CreateProvisionForm.prototype, "type", void 0);
|
|
37
37
|
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], CreateProvisionForm.prototype, "IdExercice", void 0);
|
|
39
|
+
|
|
38
40
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], CreateProvisionForm.prototype, "idPreviousProvision", void 0);
|
|
39
41
|
//# sourceMappingURL=CreateProvisionForm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateProvisionForm.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAGM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAGXC,YAFC,wBAAY;AAAEC,aAAW,EAAE;AAAf,CAAZ,CAED,EADC,+BACD;;AAOAD,YALC,yBAKD,EAJC,+BAID,EAHC,yBAAI,CAAJ,EAAO;AACNE,SAAO,EAAE;AADH,CAAP,CAGD;;AAIAF,YAFC,yBAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD","names":["CreateProvisionForm","__decorate","description","message"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/provision/CreateProvisionForm.ts"],"sourcesContent":["import {\n IsNumber, IsOptional, IsString, Min,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ProvisionType } from '../../../Enum/ProvisionType';\n\nexport class CreateProvisionForm {\n @ApiProperty({ description: 'Désignation' })\n @IsString()\n designation: string;\n\n @ApiProperty()\n @IsNumber()\n @Min(0, {\n message: 'Amount should be positive',\n })\n amount: number;\n\n @ApiProperty()\n @IsString()\n type: keyof typeof ProvisionType;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idPreviousProvision?: number;\n}"]}
|
|
1
|
+
{"version":3,"file":"CreateProvisionForm.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAGM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAGXC,YAFC,wBAAY;AAAEC,aAAW,EAAE;AAAf,CAAZ,CAED,EADC,+BACD;;AAOAD,YALC,yBAKD,EAJC,+BAID,EAHC,yBAAI,CAAJ,EAAO;AACNE,SAAO,EAAE;AADH,CAAP,CAGD;;AAIAF,YAFC,yBAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD","names":["CreateProvisionForm","__decorate","description","message"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/provision/CreateProvisionForm.ts"],"sourcesContent":["import {\n IsNumber, IsOptional, IsString, Min,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ProvisionType } from '../../../Enum/ProvisionType';\n\nexport class CreateProvisionForm {\n @ApiProperty({ description: 'Désignation' })\n @IsString()\n designation: string;\n\n @ApiProperty()\n @IsNumber()\n @Min(0, {\n message: 'Amount should be positive',\n })\n amount: number;\n\n @ApiProperty()\n @IsString()\n type: keyof typeof ProvisionType;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n IdExercice: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idPreviousProvision?: number;\n}"]}
|
package/js/types/index.js
CHANGED
|
@@ -7732,6 +7732,18 @@ Object.keys(_ReadPrepareModulesAndCompletions).forEach(function (key) {
|
|
|
7732
7732
|
});
|
|
7733
7733
|
});
|
|
7734
7734
|
|
|
7735
|
+
var _ReadExpiredBankAccount = require("./Interface/api/bankAccount/ReadExpiredBankAccount");
|
|
7736
|
+
|
|
7737
|
+
Object.keys(_ReadExpiredBankAccount).forEach(function (key) {
|
|
7738
|
+
if (key === "default" || key === "__esModule") return;
|
|
7739
|
+
Object.defineProperty(exports, key, {
|
|
7740
|
+
enumerable: true,
|
|
7741
|
+
get: function () {
|
|
7742
|
+
return _ReadExpiredBankAccount[key];
|
|
7743
|
+
}
|
|
7744
|
+
});
|
|
7745
|
+
});
|
|
7746
|
+
|
|
7735
7747
|
var _Util4 = require("./Interface/enum/Util");
|
|
7736
7748
|
|
|
7737
7749
|
Object.keys(_Util4).forEach(function (key) {
|