@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,6 +1,11 @@
|
|
|
1
|
+
import { IsBoolean, IsOptional } from 'class-validator';
|
|
1
2
|
import { ApiPropertyOptional } from '../../../../utils';
|
|
3
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
2
4
|
|
|
3
5
|
export class GetPartners {
|
|
4
6
|
@ApiPropertyOptional()
|
|
7
|
+
@IsBoolean()
|
|
8
|
+
@ToBoolean()
|
|
9
|
+
@IsOptional()
|
|
5
10
|
includeDeletedPartner?: boolean;
|
|
6
11
|
}
|
|
@@ -20,6 +20,8 @@ export interface IBankAccount {
|
|
|
20
20
|
pcgExtension: number | null;
|
|
21
21
|
lastUpdate?: Date | null;
|
|
22
22
|
lastTryImport?: Date | null;
|
|
23
|
+
notSynchroModaleLastDisplayDate?: Date | null;
|
|
24
|
+
firstSynchroModaleDisplay?: boolean | null;
|
|
23
25
|
disabledAt?: Date | null;
|
|
24
26
|
inProgressImport: Date | null;
|
|
25
27
|
amountStart: number | null;
|
package/ts/types/index.ts
CHANGED
|
@@ -653,6 +653,7 @@ export * from './Interface/api/thirdParty/UpdateThirdPartyForm';
|
|
|
653
653
|
export * from './Interface/api/thirdParty/QueryThirdParty';
|
|
654
654
|
export * from './Interface/api/balanceSheetModule/PrepareModulesAndCompletions';
|
|
655
655
|
export * from './Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions';
|
|
656
|
+
export * from './Interface/api/bankAccount/ReadExpiredBankAccount';
|
|
656
657
|
|
|
657
658
|
// Enums types
|
|
658
659
|
export * from './Interface/enum/Util';
|