@silexpert/core 1.0.146 → 1.0.148
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/Acceptance.d.ts +6 -0
- package/es/api/resources/Acceptance.d.ts.map +1 -0
- package/es/api/resources/Acceptance.js +7 -0
- package/es/api/resources/Acceptance.js.map +1 -0
- package/es/api/resources/CustomerActivity.d.ts +2 -1
- package/es/api/resources/CustomerActivity.d.ts.map +1 -1
- package/es/api/resources/CustomerActivity.js +3 -0
- package/es/api/resources/CustomerActivity.js.map +1 -1
- package/es/api/resources/Partner.d.ts +3 -1
- package/es/api/resources/Partner.d.ts.map +1 -1
- package/es/api/resources/Partner.js +6 -0
- package/es/api/resources/Partner.js.map +1 -1
- package/es/api/resources/Registration.d.ts +3 -1
- package/es/api/resources/Registration.d.ts.map +1 -1
- package/es/api/resources/Registration.js +6 -0
- package/es/api/resources/Registration.js.map +1 -1
- package/es/api/resources/Wallet.d.ts +2 -1
- package/es/api/resources/Wallet.d.ts.map +1 -1
- package/es/api/resources/Wallet.js +3 -0
- package/es/api/resources/Wallet.js.map +1 -1
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Acceptance.d.ts +5 -0
- package/es/types/Enum/Acceptance.d.ts.map +1 -0
- package/es/types/Enum/Acceptance.js +6 -0
- package/es/types/Enum/Acceptance.js.map +1 -0
- package/es/types/Enum/CerfaType.d.ts +5 -1
- package/es/types/Enum/CerfaType.d.ts.map +1 -1
- package/es/types/Enum/CerfaType.js +4 -0
- package/es/types/Enum/CerfaType.js.map +1 -1
- package/es/types/Enum/MailAuto.d.ts +2 -1
- package/es/types/Enum/MailAuto.d.ts.map +1 -1
- package/es/types/Enum/MailAuto.js +1 -0
- package/es/types/Enum/MailAuto.js.map +1 -1
- package/es/types/Enum/Notification.d.ts +5 -1
- package/es/types/Enum/Notification.d.ts.map +1 -1
- package/es/types/Enum/Notification.js +5 -0
- package/es/types/Enum/Notification.js.map +1 -1
- package/es/types/Enum/PaymentReason.d.ts +17 -0
- package/es/types/Enum/PaymentReason.d.ts.map +1 -0
- package/es/types/Enum/PaymentReason.js +56 -0
- package/es/types/Enum/PaymentReason.js.map +1 -0
- package/es/types/Enum/TaskResponseType.js +1 -1
- package/es/types/Enum/TaskResponseType.js.map +1 -1
- package/es/types/Interface/api/BasePaginate.d.ts +4 -0
- package/es/types/Interface/api/BasePaginate.d.ts.map +1 -1
- package/es/types/Interface/api/BasePaginate.js +15 -1
- package/es/types/Interface/api/BasePaginate.js.map +1 -1
- package/es/types/Interface/api/acceptance/CreateAcceptance.d.ts +7 -0
- package/es/types/Interface/api/acceptance/CreateAcceptance.d.ts.map +1 -0
- package/es/types/Interface/api/acceptance/CreateAcceptance.js +29 -0
- package/es/types/Interface/api/acceptance/CreateAcceptance.js.map +1 -0
- package/es/types/Interface/api/cerfa/2571.d.ts +92 -0
- package/es/types/Interface/api/cerfa/2571.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2571.js +3 -0
- package/es/types/Interface/api/cerfa/2571.js.map +1 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +1 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.js +1 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/es/types/Interface/api/mail/CreateMailParams.d.ts +1 -0
- package/es/types/Interface/api/mail/CreateMailParams.d.ts.map +1 -1
- package/es/types/Interface/api/mail/CreateMailParams.js.map +1 -1
- package/es/types/Interface/api/partner/CreatePartner.d.ts +1 -0
- package/es/types/Interface/api/partner/CreatePartner.d.ts.map +1 -1
- package/es/types/Interface/api/partner/CreatePartner.js +4 -0
- package/es/types/Interface/api/partner/CreatePartner.js.map +1 -1
- package/es/types/Interface/api/partner/Query.d.ts +13 -0
- package/es/types/Interface/api/partner/Query.d.ts.map +1 -0
- package/es/types/Interface/api/partner/{GetPartners.js → Query.js} +26 -2
- package/es/types/Interface/api/partner/Query.js.map +1 -0
- package/es/types/Interface/api/partner/Read.d.ts +29 -0
- package/es/types/Interface/api/partner/Read.d.ts.map +1 -0
- package/es/types/Interface/api/partner/Read.js +7 -0
- package/es/types/Interface/api/partner/Read.js.map +1 -0
- package/es/types/Interface/api/partner/UpdatePartner.d.ts +1 -0
- package/es/types/Interface/api/partner/UpdatePartner.d.ts.map +1 -1
- package/es/types/Interface/api/partner/UpdatePartner.js +4 -0
- package/es/types/Interface/api/partner/UpdatePartner.js.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.d.ts +24 -0
- package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.js +62 -1
- package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/es/types/Interface/api/tax/CreateTax.d.ts +1 -0
- package/es/types/Interface/api/tax/CreateTax.d.ts.map +1 -1
- package/es/types/Interface/api/tax/CreateTax.js +7 -1
- package/es/types/Interface/api/tax/CreateTax.js.map +1 -1
- package/es/types/Interface/api/tax/ReadTax.d.ts +6 -0
- package/es/types/Interface/api/tax/ReadTax.d.ts.map +1 -1
- package/es/types/Interface/api/tax/ReadTax.js.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +6 -0
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +24 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/es/types/Interface/models/IAccountingStatementHistory.d.ts +18 -0
- package/es/types/Interface/models/IAccountingStatementHistory.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountingStatementHistory.js +2 -0
- package/es/types/Interface/models/IAccountingStatementHistory.js.map +1 -0
- package/es/types/Interface/models/ICustomerAcceptance.d.ts +13 -0
- package/es/types/Interface/models/ICustomerAcceptance.d.ts.map +1 -0
- package/es/types/Interface/models/ICustomerAcceptance.js +2 -0
- package/es/types/Interface/models/ICustomerAcceptance.js.map +1 -0
- package/es/types/Interface/models/ICustomerIsRegime.d.ts +6 -1
- package/es/types/Interface/models/ICustomerIsRegime.d.ts.map +1 -1
- package/es/types/Interface/models/ICustomerIsRegime.js.map +1 -1
- package/es/types/Interface/models/IExercice.d.ts +1 -0
- package/es/types/Interface/models/IExercice.d.ts.map +1 -1
- package/es/types/Interface/models/IExercice.js.map +1 -1
- package/es/types/Interface/models/IRegistration.d.ts +3 -0
- package/es/types/Interface/models/IRegistration.d.ts.map +1 -1
- package/es/types/Interface/models/IRegistration.js.map +1 -1
- package/es/types/Interface/models/ISocietyPartner.d.ts +1 -0
- package/es/types/Interface/models/ISocietyPartner.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyPartner.js.map +1 -1
- package/es/types/Interface/models/IVatDeclarationSocietyDetail.d.ts +3 -1
- package/es/types/Interface/models/IVatDeclarationSocietyDetail.d.ts.map +1 -1
- package/es/types/Interface/models/IVatDeclarationSocietyDetail.js.map +1 -1
- package/es/types/index.d.ts +7 -3
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +7 -3
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Acceptance.js +14 -0
- package/js/api/resources/Acceptance.js.map +1 -0
- package/js/api/resources/CustomerActivity.js +3 -0
- package/js/api/resources/CustomerActivity.js.map +1 -1
- package/js/api/resources/Partner.js +10 -0
- package/js/api/resources/Partner.js.map +1 -1
- package/js/api/resources/Registration.js +6 -0
- package/js/api/resources/Registration.js.map +1 -1
- package/js/api/resources/Wallet.js +7 -0
- package/js/api/resources/Wallet.js.map +1 -1
- package/js/api/resources.js +3 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Acceptance.js +11 -0
- package/js/types/Enum/Acceptance.js.map +1 -0
- package/js/types/Enum/CerfaType.js +4 -0
- package/js/types/Enum/CerfaType.js.map +1 -1
- package/js/types/Enum/MailAuto.js +1 -0
- package/js/types/Enum/MailAuto.js.map +1 -1
- package/js/types/Enum/Notification.js +5 -0
- package/js/types/Enum/Notification.js.map +1 -1
- package/js/types/Enum/PaymentReason.js +50 -0
- package/js/types/Enum/PaymentReason.js.map +1 -0
- package/js/types/Enum/TaskResponseType.js +1 -1
- package/js/types/Enum/TaskResponseType.js.map +1 -1
- package/js/types/Interface/api/BasePaginate.js +5 -1
- package/js/types/Interface/api/BasePaginate.js.map +1 -1
- package/js/types/Interface/api/acceptance/CreateAcceptance.js +25 -0
- package/js/types/Interface/api/acceptance/CreateAcceptance.js.map +1 -0
- package/js/types/Interface/api/cerfa/2571.js +8 -0
- package/js/types/Interface/api/cerfa/2571.js.map +1 -0
- package/js/types/Interface/api/cerfa/CreateCerfa.js +11 -1
- package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/js/types/Interface/api/mail/CreateMailParams.js.map +1 -1
- package/js/types/Interface/api/partner/CreatePartner.js +1 -0
- package/js/types/Interface/api/partner/CreatePartner.js.map +1 -1
- package/js/types/Interface/api/partner/{GetPartners.js → Query.js} +11 -2
- package/js/types/Interface/api/partner/Query.js.map +1 -0
- package/js/types/Interface/api/partner/Read.js +12 -0
- package/js/types/Interface/api/partner/Read.js.map +1 -0
- package/js/types/Interface/api/partner/UpdatePartner.js +1 -0
- package/js/types/Interface/api/partner/UpdatePartner.js.map +1 -1
- package/js/types/Interface/api/registration/CreateRegistration.js +19 -1
- package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/js/types/Interface/api/tax/CreateTax.js +3 -0
- package/js/types/Interface/api/tax/CreateTax.js.map +1 -1
- package/js/types/Interface/api/tax/ReadTax.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +11 -1
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/js/types/Interface/models/IAccountingStatementHistory.js +6 -0
- package/js/types/Interface/models/IAccountingStatementHistory.js.map +1 -0
- package/js/types/Interface/models/{IBalanceSheetHistory.js → ICustomerAcceptance.js} +1 -1
- package/js/types/Interface/models/ICustomerAcceptance.js.map +1 -0
- package/js/types/Interface/models/ICustomerIsRegime.js.map +1 -1
- package/js/types/Interface/models/IExercice.js.map +1 -1
- package/js/types/Interface/models/IRegistration.js.map +1 -1
- package/js/types/Interface/models/ISocietyPartner.js.map +1 -1
- package/js/types/Interface/models/IVatDeclarationSocietyDetail.js.map +1 -1
- package/js/types/index.js +79 -39
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Acceptance.ts +8 -0
- package/ts/api/resources/CustomerActivity.ts +7 -1
- package/ts/api/resources/Partner.ts +13 -0
- package/ts/api/resources/Registration.ts +9 -0
- package/ts/api/resources/Wallet.ts +10 -1
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/Acceptance.ts +4 -0
- package/ts/types/Enum/CerfaType.ts +4 -0
- package/ts/types/Enum/MailAuto.ts +1 -0
- package/ts/types/Enum/Notification.ts +5 -0
- package/ts/types/Enum/PaymentReason.ts +56 -0
- package/ts/types/Enum/TaskResponseType.ts +1 -1
- package/ts/types/Interface/api/BasePaginate.ts +13 -1
- package/ts/types/Interface/api/acceptance/CreateAcceptance.ts +16 -0
- package/ts/types/Interface/api/cerfa/2571.ts +97 -0
- package/ts/types/Interface/api/cerfa/CreateCerfa.ts +1 -0
- package/ts/types/Interface/api/mail/CreateMailParams.ts +1 -0
- package/ts/types/Interface/api/partner/CreatePartner.ts +2 -0
- package/ts/types/Interface/api/partner/Query.ts +30 -0
- package/ts/types/Interface/api/partner/Read.ts +31 -0
- package/ts/types/Interface/api/partner/UpdatePartner.ts +2 -0
- package/ts/types/Interface/api/registration/CreateRegistration.ts +58 -1
- package/ts/types/Interface/api/tax/CreateTax.ts +6 -1
- package/ts/types/Interface/api/tax/ReadTax.ts +8 -1
- package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +22 -1
- package/ts/types/Interface/models/IAccountingStatementHistory.ts +20 -0
- package/ts/types/Interface/models/ICustomerAcceptance.ts +14 -0
- package/ts/types/Interface/models/ICustomerIsRegime.ts +8 -1
- package/ts/types/Interface/models/IExercice.ts +1 -0
- package/ts/types/Interface/models/IRegistration.ts +3 -0
- package/ts/types/Interface/models/ISocietyPartner.ts +1 -0
- package/ts/types/Interface/models/IVatDeclarationSocietyDetail.ts +3 -1
- package/ts/types/index.ts +7 -3
- package/es/types/Enum/Reason.d.ts +0 -4
- package/es/types/Enum/Reason.d.ts.map +0 -1
- package/es/types/Enum/Reason.js +0 -5
- package/es/types/Enum/Reason.js.map +0 -1
- package/es/types/Interface/api/partner/GetPartners.d.ts +0 -4
- package/es/types/Interface/api/partner/GetPartners.d.ts.map +0 -1
- package/es/types/Interface/api/partner/GetPartners.js.map +0 -1
- package/es/types/Interface/models/IBalanceSheetHistory.d.ts +0 -10
- package/es/types/Interface/models/IBalanceSheetHistory.d.ts.map +0 -1
- package/es/types/Interface/models/IBalanceSheetHistory.js +0 -2
- package/es/types/Interface/models/IBalanceSheetHistory.js.map +0 -1
- package/js/types/Enum/Reason.js +0 -10
- package/js/types/Enum/Reason.js.map +0 -1
- package/js/types/Interface/api/partner/GetPartners.js.map +0 -1
- package/js/types/Interface/models/IBalanceSheetHistory.js.map +0 -1
- package/ts/types/Enum/Reason.ts +0 -3
- package/ts/types/Interface/api/partner/GetPartners.ts +0 -11
- package/ts/types/Interface/models/IBalanceSheetHistory.ts +0 -13
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { IExercice } from './IExercice';
|
|
2
2
|
import { ISociety } from './ISociety';
|
|
3
3
|
import { IFile } from './IFile';
|
|
4
|
+
import { ICustomerIsRegime } from './ICustomerIsRegime';
|
|
4
5
|
|
|
5
6
|
export interface IRegistration {
|
|
6
7
|
id?: number;
|
|
@@ -13,12 +14,14 @@ export interface IRegistration {
|
|
|
13
14
|
idDeposit: string | null;
|
|
14
15
|
idExercice: number;
|
|
15
16
|
idFile?: number | null;
|
|
17
|
+
idCustomerIsRegime?: number | null;
|
|
16
18
|
idSociety: number;
|
|
17
19
|
updatedAt?: Date | null;
|
|
18
20
|
createdAt?: Date | null;
|
|
19
21
|
|
|
20
22
|
// Associations
|
|
21
23
|
exercice?: IExercice;
|
|
24
|
+
customerIsRegime?: ICustomerIsRegime;
|
|
22
25
|
society?: ISociety;
|
|
23
26
|
file?: IFile;
|
|
24
27
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { Rof } from '../../Enum/Aspone';
|
|
1
2
|
import { ISociety } from './ISociety';
|
|
2
3
|
|
|
3
4
|
// vatDeclarationSocietyDetail
|
|
4
5
|
export interface IVatDeclarationSocietyDetail {
|
|
5
6
|
id?: number;
|
|
6
|
-
|
|
7
|
+
companyTaxRof: Rof | null;
|
|
8
|
+
rof: Rof | null;
|
|
7
9
|
ogaName: string | null;
|
|
8
10
|
ogaId: string | null;
|
|
9
11
|
ogaAddressNumero: string | null;
|
package/ts/types/index.ts
CHANGED
|
@@ -28,7 +28,7 @@ export * from './Interface/models/IAttributionHistory';
|
|
|
28
28
|
export * from './Interface/models/IAutoLoginToken';
|
|
29
29
|
export * from './Interface/models/IBalanceBankAccount';
|
|
30
30
|
export * from './Interface/models/IBalanceSheet';
|
|
31
|
-
export * from './Interface/models/
|
|
31
|
+
export * from './Interface/models/IAccountingStatementHistory';
|
|
32
32
|
export * from './Interface/models/IBankAccountSynchroHistory';
|
|
33
33
|
export * from './Interface/models/IBankAccount';
|
|
34
34
|
export * from './Interface/models/IBankConnection';
|
|
@@ -324,12 +324,14 @@ export * from './Interface/models/ILoanFile';
|
|
|
324
324
|
export * from './Interface/models/ICommercialMail';
|
|
325
325
|
export * from './Interface/models/IRegistration';
|
|
326
326
|
export * from './Interface/models/IVatRegimeHistory';
|
|
327
|
+
export * from './Interface/models/ICustomerAcceptance';
|
|
327
328
|
|
|
328
329
|
// Forms
|
|
329
330
|
export * from './Form/FormAuthenticate';
|
|
330
331
|
export * from './Form/FormConnector';
|
|
331
332
|
|
|
332
333
|
// Enums
|
|
334
|
+
export * from './Enum/Acceptance';
|
|
333
335
|
export * from './Enum/FolderFile';
|
|
334
336
|
export * from './Enum/CommercialGrade';
|
|
335
337
|
export * from './Enum/CommercialManagement';
|
|
@@ -459,7 +461,7 @@ export * from './Enum/RecurrenceType';
|
|
|
459
461
|
export * from './Enum/Rules';
|
|
460
462
|
export * from './Enum/CustomerVat';
|
|
461
463
|
export * from './Enum/Constitution';
|
|
462
|
-
export * from './Enum/
|
|
464
|
+
export * from './Enum/PaymentReason';
|
|
463
465
|
export * from './Enum/OperationLegalNotice';
|
|
464
466
|
export * from './Enum/OrderStatus';
|
|
465
467
|
export * from './Enum/ReportService';
|
|
@@ -658,8 +660,9 @@ export * from './Interface/api/letter/CreateLetter';
|
|
|
658
660
|
export * from './Interface/api/mailInvoice/CreateInvoiceMail';
|
|
659
661
|
export * from './Interface/api/mailInvoice/UpdateInvoiceMail';
|
|
660
662
|
export * from './Interface/api/partner/CreatePartner';
|
|
661
|
-
export * from './Interface/api/partner/
|
|
663
|
+
export * from './Interface/api/partner/Query';
|
|
662
664
|
export * from './Interface/api/partner/UpdatePartner';
|
|
665
|
+
export * from './Interface/api/partner/Read';
|
|
663
666
|
// export * from './Interface/api/generalLedger/GeneralLedgerQuery';
|
|
664
667
|
export * from './Interface/api/fecFile/CreateFecFile';
|
|
665
668
|
export * from './Interface/api/fecFile/DeleteFecFile';
|
|
@@ -874,6 +877,7 @@ export * from './Interface/api/pdf/ReadPdftkizer';
|
|
|
874
877
|
export * from './Interface/api/signFile/CreateFileToSign';
|
|
875
878
|
export * from './Interface/api/rule/Query';
|
|
876
879
|
export * from './Interface/api/revive/PostRevive';
|
|
880
|
+
export * from './Interface/api/acceptance/CreateAcceptance';
|
|
877
881
|
|
|
878
882
|
// Enums types
|
|
879
883
|
export * from './Interface/enum/Util';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Reason.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Reason.ts"],"names":[],"mappings":"AAAA,oBAAY,MAAM;IAChB,cAAc,IAAI;CACnB"}
|
package/es/types/Enum/Reason.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Reason.js","sourceRoot":"","sources":["../../../ts/types/Enum/Reason.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,MAEX;AAFD,WAAY,MAAM;IAChB,uDAAkB,CAAA;AACpB,CAAC,EAFW,MAAM,KAAN,MAAM,QAEjB","sourcesContent":["export enum Reason {\n ANNONCE_LEGALE = 3,\n}"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetPartners.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partner/GetPartners.ts"],"names":[],"mappings":"AAIA,qBAAa,WAAW;IAKtB,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetPartners.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partner/GetPartners.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,WAAW;CAMvB;AALC;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;0DACmB","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}"]}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { IBalanceSheet } from './IBalanceSheet';
|
|
2
|
-
export interface IBalanceSheetHistory {
|
|
3
|
-
id?: number;
|
|
4
|
-
idState: number;
|
|
5
|
-
idBalanceSheet: number | null;
|
|
6
|
-
createdAt?: Date | null;
|
|
7
|
-
updatedAt?: Date | null;
|
|
8
|
-
balanceSheet: IBalanceSheet;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=IBalanceSheetHistory.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IBalanceSheetHistory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,oBAAoB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,YAAY,EAAE,aAAa,CAAC;CAC7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IBalanceSheetHistory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetHistory.ts"],"names":[],"mappings":"","sourcesContent":["import { IBalanceSheet } from './IBalanceSheet';\n\n// balanceSheetHistory\nexport interface IBalanceSheetHistory {\n id?: number;\n idState: number;\n idBalanceSheet: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n balanceSheet: IBalanceSheet;\n}\n"]}
|
package/js/types/Enum/Reason.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
var Reason = exports.Reason = undefined;
|
|
7
|
-
(function (Reason) {
|
|
8
|
-
Reason[Reason["ANNONCE_LEGALE"] = 3] = "ANNONCE_LEGALE";
|
|
9
|
-
})(Reason || (exports.Reason = Reason = {}));
|
|
10
|
-
//# sourceMappingURL=Reason.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Reason.js","names":["Reason","exports","undefined"],"sources":["../../../ts/types/Enum/Reason.ts"],"sourcesContent":["export enum Reason {\n ANNONCE_LEGALE = 3,\n}"],"mappings":";;;;;AAAA,IAAYA,MAEX,GAAAC,OAAA,CAFWD,MAEX,GAAAE,SAAA;AAFD,WAAYF,MAAM;EAChBA,MAAA,CAAAA,MAAA,0CAAkB;AACpB,CAAC,EAFWA,MAAM,KAAAC,OAAA,CAAND,MAEX,GAFWA,MAAM"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetPartners.js","names":["_classValidator","require","_utils","_boolean","GetPartners","exports","__decorate","ApiPropertyOptional","IsBoolean","ToBoolean","IsOptional"],"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}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,WAAW;AAMvBC,OAAA,CANYD,WAAW,GAAXA,WAAW;AACtBE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAC,0BAAU,GAAE,E,4FACmB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IBalanceSheetHistory.js","names":[],"sources":["../../../../ts/types/Interface/models/IBalanceSheetHistory.ts"],"sourcesContent":["import { IBalanceSheet } from './IBalanceSheet';\n\n// balanceSheetHistory\nexport interface IBalanceSheetHistory {\n id?: number;\n idState: number;\n idBalanceSheet: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n balanceSheet: IBalanceSheet;\n}\n"],"mappings":""}
|
package/ts/types/Enum/Reason.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IsBoolean, IsOptional } from 'class-validator';
|
|
2
|
-
import { ApiPropertyOptional } from '../../../../utils';
|
|
3
|
-
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
4
|
-
|
|
5
|
-
export class GetPartners {
|
|
6
|
-
@ApiPropertyOptional()
|
|
7
|
-
@IsBoolean()
|
|
8
|
-
@ToBoolean()
|
|
9
|
-
@IsOptional()
|
|
10
|
-
includeDeletedPartner?: boolean;
|
|
11
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IBalanceSheet } from './IBalanceSheet';
|
|
2
|
-
|
|
3
|
-
// balanceSheetHistory
|
|
4
|
-
export interface IBalanceSheetHistory {
|
|
5
|
-
id?: number;
|
|
6
|
-
idState: number;
|
|
7
|
-
idBalanceSheet: number | null;
|
|
8
|
-
createdAt?: Date | null;
|
|
9
|
-
updatedAt?: Date | null;
|
|
10
|
-
|
|
11
|
-
// Associations
|
|
12
|
-
balanceSheet: IBalanceSheet;
|
|
13
|
-
}
|