@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
|
@@ -31,6 +31,10 @@ __decorate([
|
|
|
31
31
|
ApiProperty(),
|
|
32
32
|
__metadata("design:type", String)
|
|
33
33
|
], UpdatePartner.prototype, "fonction", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
ApiProperty(),
|
|
36
|
+
__metadata("design:type", Number)
|
|
37
|
+
], UpdatePartner.prototype, "soldeInit", void 0);
|
|
34
38
|
__decorate([
|
|
35
39
|
ApiProperty({
|
|
36
40
|
default: PartnerType.PHYSICAL_PARTNER,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdatePartner.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partner/UpdatePartner.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAc,MAAM,mBAAmB,CAAC;AACjF,OAAO,EAAmB,WAAW,EAAE,MAAM,UAAU,CAAC;AAExD,MAAM,OAAO,aAAa;
|
|
1
|
+
{"version":3,"file":"UpdatePartner.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partner/UpdatePartner.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAc,MAAM,mBAAmB,CAAC;AACjF,OAAO,EAAmB,WAAW,EAAE,MAAM,UAAU,CAAC;AAExD,MAAM,OAAO,aAAa;CAkBzB;AAjBC;IAAC,mBAAmB,EAAE;;gDACH;AACnB;IAAC,mBAAmB,EAAE;;+CACJ;AAClB;IAAC,mBAAmB,EAAE;;8CACL;AACjB;IAAC,mBAAmB,EAAE;;4CACP;AACf;IAAC,WAAW,EAAE;;+CACG;AACjB;IAAC,WAAW,EAAE;;gDACI;AAClB;IAAC,WAAW,CAAC;QACX,OAAO,EAAE,WAAW,CAAC,gBAAgB;QACrC,WAAW,EAAE,iDAAiD;KAC/D,CAAC;;oDACyB","sourcesContent":["import { ApiProperty, ApiPropertyOptional, BaseEntity } from '../../../../utils';\nimport { ISocietyPartner, PartnerType } from '../../..';\n\nexport class UpdatePartner implements Omit<BaseEntity<ISocietyPartner>, 'idAccount' | 'idSociety' | 'account'> {\n @ApiPropertyOptional()\n firstname?: string;\n @ApiPropertyOptional()\n lastname?: string;\n @ApiPropertyOptional()\n company?: string;\n @ApiPropertyOptional()\n siret?: string;\n @ApiProperty()\n fonction: string;\n @ApiProperty()\n soldeInit: number;\n @ApiProperty({\n default: PartnerType.PHYSICAL_PARTNER,\n description: 'You can retrieve the enum Partner Type in @core',\n })\n idPartnerType: PartnerType;\n}"]}
|
|
@@ -1,11 +1,35 @@
|
|
|
1
|
+
import { Rof } from '../../../Enum/Aspone';
|
|
1
2
|
export declare class CreateRegistrationSetting {
|
|
2
3
|
iban?: string | null;
|
|
3
4
|
bic?: string | null;
|
|
4
5
|
}
|
|
6
|
+
export declare class CreateRegistrationSettingFromSociety {
|
|
7
|
+
rof: Rof | null;
|
|
8
|
+
companyTaxRof: Rof | null;
|
|
9
|
+
ogaName: string | null;
|
|
10
|
+
ogaId: string | null;
|
|
11
|
+
ogaAddressNumero: string | null;
|
|
12
|
+
ogaAddressType: string | null;
|
|
13
|
+
ogaAddressVoie: string | null;
|
|
14
|
+
ogaAddressZipCode: string | null;
|
|
15
|
+
ogaAddressCity: string | null;
|
|
16
|
+
ogaReference: string | null;
|
|
17
|
+
iban: string | null;
|
|
18
|
+
bic: string | null;
|
|
19
|
+
}
|
|
20
|
+
export type ForcedValues_2571 = {
|
|
21
|
+
base?: number;
|
|
22
|
+
regularisation?: number;
|
|
23
|
+
};
|
|
24
|
+
export type ForcedValues = {
|
|
25
|
+
cerfa2571?: ForcedValues_2571;
|
|
26
|
+
};
|
|
5
27
|
export declare class CreateRegistration {
|
|
6
28
|
idCerfaType: number;
|
|
7
29
|
amountToPay?: number;
|
|
30
|
+
date?: string;
|
|
8
31
|
isTest?: boolean;
|
|
32
|
+
forcedValues?: ForcedValues;
|
|
9
33
|
}
|
|
10
34
|
export declare class CreateRegistrationSynchronization {
|
|
11
35
|
forceTestMode?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateRegistration.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/CreateRegistration.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CreateRegistration.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/CreateRegistration.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,qBAAa,yBAAyB;IAEpC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB;AAED,qBAAa,oCAAoC;IAE/C,GAAG,EAAE,GAAG,GAAG,IAAI,CAAC;IAGhB,aAAa,EAAE,GAAG,GAAG,IAAI,CAAC;IAG1B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAGhC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAG9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAG9B,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IAGjC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAG9B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAG5B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;CACpB;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,SAAS,CAAC,EAAE,iBAAiB,CAAC;CAC/B,CAAC;AAEF,qBAAa,kBAAkB;IAG7B,WAAW,EAAE,MAAM,CAAC;IAMpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAMd,MAAM,CAAC,EAAE,OAAO,CAAC;IAIjB,YAAY,CAAC,EAAE,YAAY,CAAC;CAC7B;AAED,qBAAa,iCAAiC;IAK5C,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB"}
|
|
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
|
-
import { IsEnum, IsOptional, IsBoolean, IsNumber, Min, } from 'class-validator';
|
|
10
|
+
import { IsEnum, IsOptional, IsBoolean, IsNumber, Min, IsDateString, } from 'class-validator';
|
|
11
11
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
12
12
|
import { CerfaType } from '../../../Enum/CerfaType';
|
|
13
13
|
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
@@ -21,6 +21,56 @@ __decorate([
|
|
|
21
21
|
ApiPropertyOptional(),
|
|
22
22
|
__metadata("design:type", Object)
|
|
23
23
|
], CreateRegistrationSetting.prototype, "bic", void 0);
|
|
24
|
+
export class CreateRegistrationSettingFromSociety {
|
|
25
|
+
}
|
|
26
|
+
__decorate([
|
|
27
|
+
ApiPropertyOptional(),
|
|
28
|
+
__metadata("design:type", Object)
|
|
29
|
+
], CreateRegistrationSettingFromSociety.prototype, "rof", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
ApiPropertyOptional(),
|
|
32
|
+
__metadata("design:type", Object)
|
|
33
|
+
], CreateRegistrationSettingFromSociety.prototype, "companyTaxRof", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
ApiPropertyOptional(),
|
|
36
|
+
__metadata("design:type", Object)
|
|
37
|
+
], CreateRegistrationSettingFromSociety.prototype, "ogaName", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
ApiPropertyOptional(),
|
|
40
|
+
__metadata("design:type", Object)
|
|
41
|
+
], CreateRegistrationSettingFromSociety.prototype, "ogaId", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
ApiPropertyOptional(),
|
|
44
|
+
__metadata("design:type", Object)
|
|
45
|
+
], CreateRegistrationSettingFromSociety.prototype, "ogaAddressNumero", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
ApiPropertyOptional(),
|
|
48
|
+
__metadata("design:type", Object)
|
|
49
|
+
], CreateRegistrationSettingFromSociety.prototype, "ogaAddressType", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
ApiPropertyOptional(),
|
|
52
|
+
__metadata("design:type", Object)
|
|
53
|
+
], CreateRegistrationSettingFromSociety.prototype, "ogaAddressVoie", void 0);
|
|
54
|
+
__decorate([
|
|
55
|
+
ApiPropertyOptional(),
|
|
56
|
+
__metadata("design:type", Object)
|
|
57
|
+
], CreateRegistrationSettingFromSociety.prototype, "ogaAddressZipCode", void 0);
|
|
58
|
+
__decorate([
|
|
59
|
+
ApiPropertyOptional(),
|
|
60
|
+
__metadata("design:type", Object)
|
|
61
|
+
], CreateRegistrationSettingFromSociety.prototype, "ogaAddressCity", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
ApiPropertyOptional(),
|
|
64
|
+
__metadata("design:type", Object)
|
|
65
|
+
], CreateRegistrationSettingFromSociety.prototype, "ogaReference", void 0);
|
|
66
|
+
__decorate([
|
|
67
|
+
ApiPropertyOptional(),
|
|
68
|
+
__metadata("design:type", Object)
|
|
69
|
+
], CreateRegistrationSettingFromSociety.prototype, "iban", void 0);
|
|
70
|
+
__decorate([
|
|
71
|
+
ApiPropertyOptional(),
|
|
72
|
+
__metadata("design:type", Object)
|
|
73
|
+
], CreateRegistrationSettingFromSociety.prototype, "bic", void 0);
|
|
24
74
|
export class CreateRegistration {
|
|
25
75
|
}
|
|
26
76
|
__decorate([
|
|
@@ -35,6 +85,12 @@ __decorate([
|
|
|
35
85
|
IsOptional(),
|
|
36
86
|
__metadata("design:type", Number)
|
|
37
87
|
], CreateRegistration.prototype, "amountToPay", void 0);
|
|
88
|
+
__decorate([
|
|
89
|
+
ApiPropertyOptional(),
|
|
90
|
+
IsDateString(),
|
|
91
|
+
IsOptional(),
|
|
92
|
+
__metadata("design:type", String)
|
|
93
|
+
], CreateRegistration.prototype, "date", void 0);
|
|
38
94
|
__decorate([
|
|
39
95
|
ApiPropertyOptional(),
|
|
40
96
|
IsBoolean(),
|
|
@@ -42,6 +98,11 @@ __decorate([
|
|
|
42
98
|
IsOptional(),
|
|
43
99
|
__metadata("design:type", Boolean)
|
|
44
100
|
], CreateRegistration.prototype, "isTest", void 0);
|
|
101
|
+
__decorate([
|
|
102
|
+
ApiPropertyOptional({ description: 'Set values manually (not available for all cerfa)' }),
|
|
103
|
+
IsOptional(),
|
|
104
|
+
__metadata("design:type", Object)
|
|
105
|
+
], CreateRegistration.prototype, "forcedValues", void 0);
|
|
45
106
|
export class CreateRegistrationSynchronization {
|
|
46
107
|
}
|
|
47
108
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateRegistration.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/CreateRegistration.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"CreateRegistration.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/CreateRegistration.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,EAAE,YAAY,GAC3D,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAG3E,MAAM,OAAO,yBAAyB;CAMrC;AALC;IAAC,mBAAmB,EAAE;;uDACD;AAErB;IAAC,mBAAmB,EAAE;;sDACF;AAGtB,MAAM,OAAO,oCAAoC;CAoChD;AAnCC;IAAC,mBAAmB,EAAE;;iEACN;AAEhB;IAAC,mBAAmB,EAAE;;2EACI;AAE1B;IAAC,mBAAmB,EAAE;;qEACC;AAEvB;IAAC,mBAAmB,EAAE;;mEACD;AAErB;IAAC,mBAAmB,EAAE;;8EACU;AAEhC;IAAC,mBAAmB,EAAE;;4EACQ;AAE9B;IAAC,mBAAmB,EAAE;;4EACQ;AAE9B;IAAC,mBAAmB,EAAE;;+EACW;AAEjC;IAAC,mBAAmB,EAAE;;4EACQ;AAE9B;IAAC,mBAAmB,EAAE;;0EACM;AAE5B;IAAC,mBAAmB,EAAE;;kEACF;AAEpB;IAAC,mBAAmB,EAAE;;iEACH;AAYrB,MAAM,OAAO,kBAAkB;CAyB9B;AAxBC;IAAC,WAAW,EAAE;IACb,MAAM,CAAC,SAAS,CAAC;;uDACE;AAEpB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,GAAG,CAAC,CAAC,CAAC;IACN,UAAU,EAAE;;uDACQ;AAErB;IAAC,mBAAmB,EAAE;IACrB,YAAY,EAAE;IACd,UAAU,EAAE;;gDACC;AAEd;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;kDACI;AAEjB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,mDAAmD,EAAE,CAAC;IACzF,UAAU,EAAE;;wDACe;AAG9B,MAAM,OAAO,iCAAiC;CAM7C;AALC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;wEACY","sourcesContent":["import {\n IsEnum, IsOptional, IsBoolean, IsNumber, Min, IsDateString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { CerfaType } from '../../../Enum/CerfaType';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { Rof } from '../../../Enum/Aspone';\n\nexport class CreateRegistrationSetting {\n @ApiPropertyOptional()\n iban?: string | null;\n\n @ApiPropertyOptional()\n bic?: string | null;\n}\n\nexport class CreateRegistrationSettingFromSociety {\n @ApiPropertyOptional()\n rof: Rof | null;\n\n @ApiPropertyOptional()\n companyTaxRof: Rof | null;\n\n @ApiPropertyOptional()\n ogaName: string | null;\n\n @ApiPropertyOptional()\n ogaId: string | null;\n\n @ApiPropertyOptional()\n ogaAddressNumero: string | null;\n\n @ApiPropertyOptional()\n ogaAddressType: string | null;\n\n @ApiPropertyOptional()\n ogaAddressVoie: string | null;\n\n @ApiPropertyOptional()\n ogaAddressZipCode: string | null;\n\n @ApiPropertyOptional()\n ogaAddressCity: string | null;\n\n @ApiPropertyOptional()\n ogaReference: string | null;\n\n @ApiPropertyOptional()\n iban: string | null;\n\n @ApiPropertyOptional()\n bic: string | null;\n}\n\nexport type ForcedValues_2571 = {\n base?: number;\n regularisation?: number;\n};\n\nexport type ForcedValues = {\n cerfa2571?: ForcedValues_2571;\n};\n\nexport class CreateRegistration {\n @ApiProperty()\n @IsEnum(CerfaType)\n idCerfaType: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @Min(0)\n @IsOptional()\n amountToPay?: number;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n date?: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isTest?: boolean;\n\n @ApiPropertyOptional({ description: 'Set values manually (not available for all cerfa)' })\n @IsOptional()\n forcedValues?: ForcedValues;\n}\n\nexport class CreateRegistrationSynchronization {\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n forceTestMode?: boolean;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateTax.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/CreateTax.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAGjE,qBAAa,SAAS;IAEpB,MAAM,EAAE,MAAM,CAAC;IAGf,MAAM,EAAE,MAAM,CAAC;IAGf,IAAI,EAAE,OAAO,CAAC;IAGd,KAAK,EAAE,QAAQ,CAAC;IAKhB,KAAK,EAAE,OAAO,CAAC;IAGf,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,cAAc,EAAE,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateTax.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/CreateTax.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAGjE,qBAAa,SAAS;IAEpB,MAAM,EAAE,MAAM,CAAC;IAGf,MAAM,EAAE,MAAM,CAAC;IAGf,IAAI,EAAE,OAAO,CAAC;IAGd,KAAK,EAAE,QAAQ,CAAC;IAKhB,KAAK,EAAE,OAAO,CAAC;IAGf,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,cAAc,EAAE,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IAKnB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
|
|
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
|
-
import { IsBoolean } from 'class-validator';
|
|
10
|
+
import { IsBoolean, IsNumber, IsOptional } from 'class-validator';
|
|
11
11
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
12
12
|
import { TaxType, TaxState, TaxCredit } from '../../../Enum/Tax';
|
|
13
13
|
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
@@ -49,4 +49,10 @@ __decorate([
|
|
|
49
49
|
ToBoolean(),
|
|
50
50
|
__metadata("design:type", Boolean)
|
|
51
51
|
], CreateTax.prototype, "isOrphan", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
ApiPropertyOptional({ description: 'Acceptance id mail' }),
|
|
54
|
+
IsNumber(),
|
|
55
|
+
IsOptional(),
|
|
56
|
+
__metadata("design:type", Object)
|
|
57
|
+
], CreateTax.prototype, "idMail", void 0);
|
|
52
58
|
//# sourceMappingURL=CreateTax.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateTax.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/CreateTax.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateTax.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/CreateTax.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,SAAS;CAiCrB;AAhCC;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,qBAAqB,EAAE,CAAC;;yCACrC;AAEf;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,kBAAkB,EAAE,CAAC;;yCAClC;AAEf;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;uCAC/C;AAEd;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;;wCACrC;AAEhB;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,kCAAkC,EAAE,CAAC;IAChE,SAAS,EAAE;IACX,SAAS,EAAE;;wCACG;AAEf;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,4BAA4B,EAAE,CAAC;;0CACpC;AAEvB;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,yBAAyB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;iDAC/C;AAE1B;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,wCAAwC,EAAE,CAAC;IAC9E,SAAS,EAAE;IACX,SAAS,EAAE;;2CACO;AAEnB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,oBAAoB,EAAE,CAAC;IAC1D,QAAQ,EAAE;IACV,UAAU,EAAE;;yCACU","sourcesContent":["import { IsBoolean, IsNumber, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TaxType, TaxState, TaxCredit } from '../../../Enum/Tax';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateTax {\n @ApiProperty({ description: 'Montant de l\\'impôt' })\n amount: number;\n\n @ApiProperty({ description: 'Date de l\\'impôt' })\n dateIs: string;\n\n @ApiProperty({ description: 'Type d\\'impôt', enum: TaxType })\n type: TaxType;\n\n @ApiProperty({ description: 'État', enum: TaxState })\n state: TaxState;\n\n @ApiProperty({ description: 'Défini l\\'acompte comme un solde' })\n @IsBoolean()\n @ToBoolean()\n solde: boolean;\n\n @ApiProperty({ description: 'Montant du crédit d\\'impôt' })\n balance: number | null;\n\n @ApiProperty({ description: 'État du crédit d\\'impôt', enum: TaxCredit })\n creditRefunded: TaxCredit;\n\n @ApiPropertyOptional({ description: 'Défini l\\'acompte en tant qu\\'orphelin' })\n @IsBoolean()\n @ToBoolean()\n isOrphan?: boolean;\n\n @ApiPropertyOptional({ description: 'Acceptance id mail' })\n @IsNumber()\n @IsOptional()\n idMail?: number | null;\n}"]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BasePaginate, IExercice, ISociety } from '../../..';
|
|
1
2
|
import { ICustomerIsRegime } from '../../models/ICustomerIsRegime';
|
|
2
3
|
export interface ReadAmountBase {
|
|
3
4
|
amount: number;
|
|
@@ -30,5 +31,10 @@ export type ReadVatAmount = {
|
|
|
30
31
|
isBalanced: boolean;
|
|
31
32
|
details: ReadVatAmountDetail[];
|
|
32
33
|
};
|
|
34
|
+
export type ReadCompanyTaxWallet = BasePaginate<IExercice & {
|
|
35
|
+
society: ISociety;
|
|
36
|
+
taxes: ReadTaxAndData[];
|
|
37
|
+
amountBase: ReadAmountBase;
|
|
38
|
+
}>;
|
|
33
39
|
export {};
|
|
34
40
|
//# sourceMappingURL=ReadTax.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadTax.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/ReadTax.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAEnE,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,OAAO,CAAC;CAC1B;AAED,UAAU,GAAI,SAAQ,OAAO;IAC3B,GAAG,EAAE,iBAAiB,GAAG,IAAI,CAAC;CAC/B;AAED,MAAM,MAAM,OAAO,GAAG,cAAc,GAAG;IACrC,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;CACnC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GAAG,cAAc,CAAC;AAE7E,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,MAAM,EAAE,iBAAiB,EAAE,CAAA;CAC5B;AAED,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,MAAM,mBAAmB,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;CAAE,CAAC;AAEtF,MAAM,MAAM,aAAa,GAAG;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,mBAAmB,EAAE,CAAC;CAChC,CAAC"}
|
|
1
|
+
{"version":3,"file":"ReadTax.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/ReadTax.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAC7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAEnE,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,OAAO,CAAC;CAC1B;AAED,UAAU,GAAI,SAAQ,OAAO;IAC3B,GAAG,EAAE,iBAAiB,GAAG,IAAI,CAAC;CAC/B;AAED,MAAM,MAAM,OAAO,GAAG,cAAc,GAAG;IACrC,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;CACnC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GAAG,cAAc,CAAC;AAE7E,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,MAAM,EAAE,iBAAiB,EAAE,CAAA;CAC5B;AAED,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,MAAM,mBAAmB,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;CAAE,CAAC;AAEtF,MAAM,MAAM,aAAa,GAAG;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,mBAAmB,EAAE,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,SAAS,GAAG;IAC1D,OAAO,EAAE,QAAQ,CAAC;IAClB,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,UAAU,EAAE,cAAc,CAAC;CAC5B,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadTax.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/ReadTax.ts"],"names":[],"mappings":"","sourcesContent":["import { ICustomerIsRegime } from '../../models/ICustomerIsRegime';\n\nexport interface ReadAmountBase {\n amount: number;\n isFirstExercice: boolean;\n}\n\ninterface Tax extends TaxDate {\n tax: ICustomerIsRegime | null;\n}\n\nexport type ReadTax = ReadTaxAndData & {\n amountBase: ReadAmountBase | null;\n};\n\nexport type TaxAndDataWithExercise = { idExercice: number } & ReadTaxAndData;\n\nexport interface ReadTaxAndData {\n taxes: Tax[],\n others: ICustomerIsRegime[]\n}\n\nexport interface TaxDate {\n date: string;\n required: boolean;\n isBalance: boolean;\n}\n\nexport type ReadVatAmountDetail = { idVat: number; real: number; collected: number; };\n\nexport type ReadVatAmount = {\n isBalanced: boolean;\n details: ReadVatAmountDetail[];\n}
|
|
1
|
+
{"version":3,"file":"ReadTax.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/ReadTax.ts"],"names":[],"mappings":"","sourcesContent":["import { BasePaginate, IExercice, ISociety } from '../../..';\nimport { ICustomerIsRegime } from '../../models/ICustomerIsRegime';\n\nexport interface ReadAmountBase {\n amount: number;\n isFirstExercice: boolean;\n}\n\ninterface Tax extends TaxDate {\n tax: ICustomerIsRegime | null;\n}\n\nexport type ReadTax = ReadTaxAndData & {\n amountBase: ReadAmountBase | null;\n};\n\nexport type TaxAndDataWithExercise = { idExercice: number } & ReadTaxAndData;\n\nexport interface ReadTaxAndData {\n taxes: Tax[],\n others: ICustomerIsRegime[]\n}\n\nexport interface TaxDate {\n date: string;\n required: boolean;\n isBalance: boolean;\n}\n\nexport type ReadVatAmountDetail = { idVat: number; real: number; collected: number; };\n\nexport type ReadVatAmount = {\n isBalanced: boolean;\n details: ReadVatAmountDetail[];\n};\n\nexport type ReadCompanyTaxWallet = BasePaginate<IExercice & {\n society: ISociety;\n taxes: ReadTaxAndData[];\n amountBase: ReadAmountBase;\n}>;"]}
|
|
@@ -35,4 +35,10 @@ export declare class QueryTaxDeadlineStatistics {
|
|
|
35
35
|
search?: string;
|
|
36
36
|
additionalMonths?: string;
|
|
37
37
|
}
|
|
38
|
+
export declare class QueryCompanyTaxesByCollaborater {
|
|
39
|
+
idUser: number;
|
|
40
|
+
startDate: string;
|
|
41
|
+
endDate: string;
|
|
42
|
+
search?: string;
|
|
43
|
+
}
|
|
38
44
|
//# sourceMappingURL=QueryTaxDeadline.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryTaxDeadline.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QueryTaxDeadline.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,SAAS,EAAE,UAAU,EAAE,mBAAmB,EAC3C,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,qBAAa,gBAAgB;IAE3B,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAG1B,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,YAAY,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAC;IAGzC,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,mBAAmB,CAAC,EAAE,iBAAiB,GAAG,iBAAiB,EAAE,CAAC;IAG9D,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGhC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,kBAAkB,CAAC,EAAE,WAAW,CAAC;IAGjC,mBAAmB,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAK5C,WAAW,CAAC,EAAE,UAAU,CAAC;IAQzB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACjC;AAED,qBAAa,0BAA0B;IAErC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAG1B,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,YAAY,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAC;IAGzC,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,mBAAmB,CAAC,EAAE,iBAAiB,GAAG,iBAAiB,EAAE,CAAC;IAG9D,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,qBAAa,+BAA+B;IAG1C,MAAM,EAAE,MAAM,CAAC;IAIf,SAAS,EAAE,MAAM,CAAC;IAIlB,OAAO,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
|
-
import { IsOptional, IsEnum,
|
|
10
|
+
import { IsOptional, IsEnum, IsNumber, IsDateString, IsString, IsArray, } from 'class-validator';
|
|
11
11
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
12
12
|
import { VatRegime, ToDoOrDone, BankCollectingState, } from '../../..';
|
|
13
13
|
import { ComptaType } from '../../../Enum/ComptaType';
|
|
@@ -137,4 +137,27 @@ __decorate([
|
|
|
137
137
|
ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\'aujourd\'hui' }),
|
|
138
138
|
__metadata("design:type", String)
|
|
139
139
|
], QueryTaxDeadlineStatistics.prototype, "additionalMonths", void 0);
|
|
140
|
+
export class QueryCompanyTaxesByCollaborater {
|
|
141
|
+
}
|
|
142
|
+
__decorate([
|
|
143
|
+
ApiProperty({ description: 'Id collaborater' }),
|
|
144
|
+
IsNumber(),
|
|
145
|
+
__metadata("design:type", Number)
|
|
146
|
+
], QueryCompanyTaxesByCollaborater.prototype, "idUser", void 0);
|
|
147
|
+
__decorate([
|
|
148
|
+
ApiProperty(),
|
|
149
|
+
IsDateString(),
|
|
150
|
+
__metadata("design:type", String)
|
|
151
|
+
], QueryCompanyTaxesByCollaborater.prototype, "startDate", void 0);
|
|
152
|
+
__decorate([
|
|
153
|
+
ApiProperty(),
|
|
154
|
+
IsDateString(),
|
|
155
|
+
__metadata("design:type", String)
|
|
156
|
+
], QueryCompanyTaxesByCollaborater.prototype, "endDate", void 0);
|
|
157
|
+
__decorate([
|
|
158
|
+
ApiPropertyOptional({ description: 'Company key word' }),
|
|
159
|
+
IsString(),
|
|
160
|
+
IsOptional(),
|
|
161
|
+
__metadata("design:type", String)
|
|
162
|
+
], QueryCompanyTaxesByCollaborater.prototype, "search", void 0);
|
|
140
163
|
//# sourceMappingURL=QueryTaxDeadline.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryTaxDeadline.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"QueryTaxDeadline.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,YAAY,EAAE,QAAQ,EAAE,OAAO,GAC9D,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EACL,SAAS,EAAE,UAAU,EAAE,mBAAmB,GAC3C,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,MAAM,OAAO,gBAAgB;CA0D5B;AAzDC;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,8BAA8B,EAAE,CAAC;;gDACnC;AAE1B;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;;yDACxD;AAEzB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;;yDACxD;AAEzB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;qDACjC;AAEtC;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,sBAAsB,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;;sDACtC;AAEzC;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,mBAAmB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;qDACrC;AAEtC;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;;6DACjB;AAE9D;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,6BAA6B,EAAE,CAAC;;qDACpC;AAEhC;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,gCAAgC,EAAE,CAAC;;8CAC9C;AAEzB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,iCAAiC,EAAE,CAAC;;gDACxD;AAEhB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,8FAA8F,EAAE,CAAC;;0DAC3G;AAE1B;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,2DAA2D,EAAE,CAAC;;wDAC1E;AAExB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,2DAA2D,EAAE,CAAC;;wDAC1E;AAExB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,wBAAwB,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;;4DACjD;AAEjC;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,wBAAwB,EAAE,IAAI,EAAE,mBAAmB,EAAE,CAAC;;6DAC9C;AAE5C;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,qBAAqB,EAAE,CAAC;IAC3D,UAAU,EAAE;IACZ,MAAM,CAAC,UAAU,CAAC;;qDACM;AAEzB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,iBAAiB,EAAE,CAAC;IACvD,UAAU,EAAE;IACZ,OAAO,EAAE;IACT,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;qDAC8B;AAGlC,MAAM,OAAO,0BAA0B;CAiCtC;AAhCC;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,8BAA8B,EAAE,CAAC;;0DACnC;AAE1B;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;;mEACxD;AAEzB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;;mEACxD;AAEzB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;+DACjC;AAEtC;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,sBAAsB,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;;gEACtC;AAEzC;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,mBAAmB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;+DACrC;AAEtC;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;;uEACjB;AAE9D;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,gCAAgC,EAAE,CAAC;;+DAClD;AAErB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,gCAAgC,EAAE,CAAC;;wDAC9C;AAEzB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,iCAAiC,EAAE,CAAC;;0DACxD;AAEhB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,8FAA8F,EAAE,CAAC;;oEAC3G;AAG5B,MAAM,OAAO,+BAA+B;CAiB3C;AAhBC;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,iBAAiB,EAAE,CAAC;IAC/C,QAAQ,EAAE;;+DACI;AAEf;IAAC,WAAW,EAAE;IACb,YAAY,EAAE;;kEACG;AAElB;IAAC,WAAW,EAAE;IACb,YAAY,EAAE;;gEACC;AAEhB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,kBAAkB,EAAE,CAAC;IACxD,QAAQ,EAAE;IACV,UAAU,EAAE;;+DACG","sourcesContent":["import {\n IsOptional, IsEnum, IsNumber, IsDateString, IsString, IsArray,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport {\n VatRegime, ToDoOrDone, BankCollectingState,\n} 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: 'État de l encaissement', enum: BankCollectingState })\n bankCollectingState?: BankCollectingState[];\n\n @ApiPropertyOptional({ description: 'Statuts de l\\'IS/IR' })\n @IsOptional()\n @IsEnum(ToDoOrDone)\n idTaxStatus?: ToDoOrDone;\n\n @ApiPropertyOptional({ description: 'Forme juridique' })\n @IsOptional()\n @IsArray()\n @IsString({\n each: true,\n })\n idLegalForm?: string | string[];\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}\n\nexport class QueryCompanyTaxesByCollaborater {\n @ApiProperty({ description: 'Id collaborater' })\n @IsNumber()\n idUser: number;\n\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiPropertyOptional({ description: 'Company key word' })\n @IsString()\n @IsOptional()\n search?: string;\n}"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { IUser } from '../..';
|
|
2
|
+
import { IBalanceSheet } from './IBalanceSheet';
|
|
3
|
+
import { ICustomerIsRegime } from './ICustomerIsRegime';
|
|
4
|
+
export interface IAccountingStatementHistory {
|
|
5
|
+
id?: number;
|
|
6
|
+
idState: number;
|
|
7
|
+
idUser: number | null;
|
|
8
|
+
idBalanceSheet: number | null;
|
|
9
|
+
idCustomerIsRegime: number | null;
|
|
10
|
+
createdAt?: Date | null;
|
|
11
|
+
updatedAt?: Date | null;
|
|
12
|
+
balanceSheet?: IBalanceSheet | null;
|
|
13
|
+
balanceSheetLiquidation?: IBalanceSheet | null;
|
|
14
|
+
balanceSheetPartial?: IBalanceSheet | null;
|
|
15
|
+
customerIsRegime?: ICustomerIsRegime | null;
|
|
16
|
+
user?: IUser | null;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=IAccountingStatementHistory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IAccountingStatementHistory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingStatementHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAC9B,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,WAAW,2BAA2B;IAC1C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,YAAY,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IACpC,uBAAuB,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IAC/C,mBAAmB,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IAC3C,gBAAgB,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAC5C,IAAI,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IAccountingStatementHistory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingStatementHistory.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from '../..';\nimport { IBalanceSheet } from './IBalanceSheet';\nimport { ICustomerIsRegime } from './ICustomerIsRegime';\n\nexport interface IAccountingStatementHistory {\n id?: number;\n idState: number;\n idUser: number | null;\n idBalanceSheet: number | null;\n idCustomerIsRegime: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n balanceSheet?: IBalanceSheet | null;\n balanceSheetLiquidation?: IBalanceSheet | null;\n balanceSheetPartial?: IBalanceSheet | null;\n customerIsRegime?: ICustomerIsRegime | null;\n user?: IUser | null;\n}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ICustomerIsRegime } from './ICustomerIsRegime';
|
|
2
|
+
export interface ICustomerAcceptance {
|
|
3
|
+
id?: number;
|
|
4
|
+
state: number;
|
|
5
|
+
comment: string | null;
|
|
6
|
+
idCustomerIsRegime?: number | null;
|
|
7
|
+
idCustomerVat?: number | null;
|
|
8
|
+
idBalanceSheet?: number | null;
|
|
9
|
+
createdAt?: Date | null;
|
|
10
|
+
updatedAt?: Date | null;
|
|
11
|
+
customerIsRegime?: ICustomerIsRegime | null;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=ICustomerAcceptance.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ICustomerAcceptance.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerAcceptance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAExB,gBAAgB,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAC;CAC7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ICustomerAcceptance.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerAcceptance.ts"],"names":[],"mappings":"","sourcesContent":["import { ICustomerIsRegime } from './ICustomerIsRegime';\n\nexport interface ICustomerAcceptance {\n id?: number;\n state: number;\n comment: string | null;\n idCustomerIsRegime?: number | null;\n idCustomerVat?: number | null;\n idBalanceSheet?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n customerIsRegime?: ICustomerIsRegime | null;\n}"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IExercice } from './IExercice';
|
|
2
|
-
import { TaxState, TaxType } from '../..';
|
|
2
|
+
import { IAccountingStatementHistory, IMail, IRegistration, TaxState, TaxType } from '../..';
|
|
3
3
|
export interface ICustomerIsRegime {
|
|
4
4
|
id?: number;
|
|
5
5
|
amount: number;
|
|
@@ -11,9 +11,14 @@ export interface ICustomerIsRegime {
|
|
|
11
11
|
solde: number;
|
|
12
12
|
idExercice: number;
|
|
13
13
|
dateIs: Date | null;
|
|
14
|
+
token?: string | null;
|
|
14
15
|
isOrphan: boolean;
|
|
16
|
+
idMail?: number | null;
|
|
15
17
|
createdAt?: Date | null;
|
|
16
18
|
updatedAt?: Date | null;
|
|
17
19
|
exercice?: IExercice;
|
|
20
|
+
mail?: IMail | null;
|
|
21
|
+
registrations?: IRegistration[];
|
|
22
|
+
accountingStatementHistory?: IAccountingStatementHistory[];
|
|
18
23
|
}
|
|
19
24
|
//# sourceMappingURL=ICustomerIsRegime.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ICustomerIsRegime.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerIsRegime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"ICustomerIsRegime.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerIsRegime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EACL,2BAA2B,EAAE,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,OAAO,EACrE,MAAM,OAAO,CAAC;AAGf,MAAM,WAAW,iBAAiB;IAChC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,QAAQ,CAAC;IAChB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACpB,aAAa,CAAC,EAAE,aAAa,EAAE,CAAC;IAChC,0BAA0B,CAAC,EAAE,2BAA2B,EAAE,CAAC;CAC5D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ICustomerIsRegime.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerIsRegime.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport { TaxState, TaxType
|
|
1
|
+
{"version":3,"file":"ICustomerIsRegime.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerIsRegime.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport {\n IAccountingStatementHistory, IMail, IRegistration, TaxState, TaxType,\n} from '../..';\n\n// customersIsRegimes\nexport interface ICustomerIsRegime {\n id?: number;\n amount: number;\n stateAmount?: number; // Encore utilisé ?\n state: TaxState;\n type: TaxType;\n balance: number | null;\n creditRefunded: number;\n solde: number;\n idExercice: number;\n dateIs: Date | null;\n token?: string | null;\n isOrphan: boolean;\n idMail?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n exercice?: IExercice;\n mail?: IMail | null;\n registrations?: IRegistration[];\n accountingStatementHistory?: IAccountingStatementHistory[];\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IExercice.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IExercice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,MAAM,WAAW,SAAS;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,OAAO,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,YAAY,EAAE,OAAO,CAAC;IACtB,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,OAAO,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uBAAuB,EAAE,OAAO,CAAC;IACjC,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,UAAU,CAAC,EAAE,UAAU,EAAE,CAAC;IAC1B,oBAAoB,CAAC,EAAE,YAAY,EAAE,CAAC;IACtC,0BAA0B,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACjD,oBAAoB,CAAC,EAAE,aAAa,CAAC;IACrC,0BAA0B,CAAC,EAAE,kBAAkB,CAAC;IAChD,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;IACrC,WAAW,CAAC,EAAE,WAAW,EAAE,CAAC;IAC5B,sBAAsB,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC/C,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,cAAc,CAAC,EAAE,eAAe,CAAC;CAClC"}
|
|
1
|
+
{"version":3,"file":"IExercice.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IExercice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,MAAM,WAAW,SAAS;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,OAAO,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,YAAY,EAAE,OAAO,CAAC;IACtB,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,OAAO,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,uBAAuB,EAAE,OAAO,CAAC;IACjC,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,UAAU,CAAC,EAAE,UAAU,EAAE,CAAC;IAC1B,oBAAoB,CAAC,EAAE,YAAY,EAAE,CAAC;IACtC,0BAA0B,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACjD,oBAAoB,CAAC,EAAE,aAAa,CAAC;IACrC,0BAA0B,CAAC,EAAE,kBAAkB,CAAC;IAChD,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;IACrC,WAAW,CAAC,EAAE,WAAW,EAAE,CAAC;IAC5B,sBAAsB,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC/C,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,cAAc,CAAC,EAAE,eAAe,CAAC;CAClC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IExercice.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IExercice.ts"],"names":[],"mappings":"","sourcesContent":["import { ISupervision } from './ISupervision';\nimport { IChecklist } from './IChecklist';\nimport { ICustomerTva } from './ICustomerTva';\nimport { ICustomerIsRegime } from './ICustomerIsRegime';\nimport { IBalanceSheet } from './IBalanceSheet';\nimport { IAdditionalBalance } from './IAdditionalBalance';\nimport { ISocietyApproval } from './ISocietyApproval';\nimport { IPrestation } from './IPrestation';\nimport { IExercicePrestation } from './IExercicePrestation';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\nimport { IExerciceDetail } from './IExerciceDetail';\n\n// exercices\nexport interface IExercice {\n id?: number;\n startDate: Date | null;\n endDate: Date | null;\n turnover?: number | null;\n invoicePurchase?: number | null;\n invoiceSales?: number | null;\n isBack: boolean;\n close: boolean;\n allAnnote: boolean;\n current: boolean;\n deliveryDate?: Date | null;\n employeesNumber?: number | null;\n rentsNumber?: number | null;\n withApproval: boolean;\n reviewGuide: boolean;\n summaryNote: boolean;\n labKeeping: number;\n receiptJeDeclare: boolean;\n annualFolderEdition: boolean;\n turnoverDone: number;\n turnoverMax?: number;\n processClossingExercice: boolean;\n idFilePaymentSchedule?: number | null;\n isDefault: boolean;\n idSociety?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n notes?: string;\n\n // Associations\n supervision?: ISupervision;\n checklists?: IChecklist[];\n exerciceCustomerTvas?: ICustomerTva[];\n exerciceCustomersIsRegimes?: ICustomerIsRegime[];\n exerciceBalanceSheet?: IBalanceSheet;\n exerciceAdditionnalBalance?: IAdditionalBalance;\n exerciceApprovals?: ISocietyApproval;\n prestations?: IPrestation[];\n exercicesToPrestations?: IExercicePrestation[];\n file?: IFile;\n society?: ISociety;\n exerciceDetail?: IExerciceDetail;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"IExercice.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IExercice.ts"],"names":[],"mappings":"","sourcesContent":["import { ISupervision } from './ISupervision';\nimport { IChecklist } from './IChecklist';\nimport { ICustomerTva } from './ICustomerTva';\nimport { ICustomerIsRegime } from './ICustomerIsRegime';\nimport { IBalanceSheet } from './IBalanceSheet';\nimport { IAdditionalBalance } from './IAdditionalBalance';\nimport { ISocietyApproval } from './ISocietyApproval';\nimport { IPrestation } from './IPrestation';\nimport { IExercicePrestation } from './IExercicePrestation';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\nimport { IExerciceDetail } from './IExerciceDetail';\n\n// exercices\nexport interface IExercice {\n id?: number;\n startDate: Date | null;\n endDate: Date | null;\n turnover?: number | null;\n invoicePurchase?: number | null;\n invoiceSales?: number | null;\n isBack: boolean;\n close: boolean;\n allAnnote: boolean;\n current: boolean;\n deliveryDate?: Date | null;\n employeesNumber?: number | null;\n rentsNumber?: number | null;\n withApproval: boolean;\n reviewGuide: boolean;\n summaryNote: boolean;\n labKeeping: number;\n receiptJeDeclare: boolean;\n annualFolderEdition: boolean;\n turnoverDone: number;\n turnoverMax?: number;\n benefit: number | null;\n processClossingExercice: boolean;\n idFilePaymentSchedule?: number | null;\n isDefault: boolean;\n idSociety?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n notes?: string;\n\n // Associations\n supervision?: ISupervision;\n checklists?: IChecklist[];\n exerciceCustomerTvas?: ICustomerTva[];\n exerciceCustomersIsRegimes?: ICustomerIsRegime[];\n exerciceBalanceSheet?: IBalanceSheet;\n exerciceAdditionnalBalance?: IAdditionalBalance;\n exerciceApprovals?: ISocietyApproval;\n prestations?: IPrestation[];\n exercicesToPrestations?: IExercicePrestation[];\n file?: IFile;\n society?: ISociety;\n exerciceDetail?: IExerciceDetail;\n}\n"]}
|
|
@@ -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
|
export interface IRegistration {
|
|
5
6
|
id?: number;
|
|
6
7
|
payload: any;
|
|
@@ -12,10 +13,12 @@ export interface IRegistration {
|
|
|
12
13
|
idDeposit: string | null;
|
|
13
14
|
idExercice: number;
|
|
14
15
|
idFile?: number | null;
|
|
16
|
+
idCustomerIsRegime?: number | null;
|
|
15
17
|
idSociety: number;
|
|
16
18
|
updatedAt?: Date | null;
|
|
17
19
|
createdAt?: Date | null;
|
|
18
20
|
exercice?: IExercice;
|
|
21
|
+
customerIsRegime?: ICustomerIsRegime;
|
|
19
22
|
society?: ISociety;
|
|
20
23
|
file?: IFile;
|
|
21
24
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRegistration.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegistration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"IRegistration.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegistration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,GAAG,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,gBAAgB,CAAC,EAAE,iBAAiB,CAAC;IACrC,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRegistration.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegistration.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport { ISociety } from './ISociety';\nimport { IFile } from './IFile';\n\nexport interface IRegistration {\n id?: number;\n payload: any;\n amountToPay?: number | null;\n response: any | null;\n sendAt: Date | null;\n isComplete: boolean;\n idCerfaType: number;\n idDeposit: string | null;\n idExercice: number;\n idFile?: number | null;\n idSociety: number;\n updatedAt?: Date | null;\n createdAt?: Date | null;\n\n // Associations\n exercice?: IExercice;\n society?: ISociety;\n file?: IFile;\n}"]}
|
|
1
|
+
{"version":3,"file":"IRegistration.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegistration.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport { ISociety } from './ISociety';\nimport { IFile } from './IFile';\nimport { ICustomerIsRegime } from './ICustomerIsRegime';\n\nexport interface IRegistration {\n id?: number;\n payload: any;\n amountToPay?: number | null;\n response: any | null;\n sendAt: Date | null;\n isComplete: boolean;\n idCerfaType: number;\n idDeposit: string | null;\n idExercice: number;\n idFile?: number | null;\n idCustomerIsRegime?: number | null;\n idSociety: number;\n updatedAt?: Date | null;\n createdAt?: Date | null;\n\n // Associations\n exercice?: IExercice;\n customerIsRegime?: ICustomerIsRegime;\n society?: ISociety;\n file?: IFile;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISocietyPartner.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyPartner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAG9C,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,WAAW,CAAA;IAC1B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;IAClB,OAAO,CAAC,EAAE,QAAQ,CAAA;CACnB"}
|
|
1
|
+
{"version":3,"file":"ISocietyPartner.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyPartner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAG9C,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,WAAW,CAAA;IAC1B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;IAClB,OAAO,CAAC,EAAE,QAAQ,CAAA;CACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISocietyPartner.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyPartner.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccount } from './IAccount';\nimport { ISociety, PartnerType } from '../..';\n\n// societyPartner\nexport interface ISocietyPartner {\n id?: number;\n firstname?: string;\n lastname?: string;\n company?: string;\n siret?: string;\n fonction: string;\n idAccount: number;\n idSociety: number;\n idPartnerType: PartnerType\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n account: IAccount;\n society?: ISociety\n}\n"]}
|
|
1
|
+
{"version":3,"file":"ISocietyPartner.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyPartner.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccount } from './IAccount';\nimport { ISociety, PartnerType } from '../..';\n\n// societyPartner\nexport interface ISocietyPartner {\n id?: number;\n firstname?: string;\n lastname?: string;\n company?: string;\n siret?: string;\n fonction: string;\n soldeInit: number;\n idAccount: number;\n idSociety: number;\n idPartnerType: PartnerType\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n account: IAccount;\n society?: ISociety\n}\n"]}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
import { Rof } from '../../Enum/Aspone';
|
|
1
2
|
import { ISociety } from './ISociety';
|
|
2
3
|
export interface IVatDeclarationSocietyDetail {
|
|
3
4
|
id?: number;
|
|
4
|
-
|
|
5
|
+
companyTaxRof: Rof | null;
|
|
6
|
+
rof: Rof | null;
|
|
5
7
|
ogaName: string | null;
|
|
6
8
|
ogaId: string | null;
|
|
7
9
|
ogaAddressNumero: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IVatDeclarationSocietyDetail.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IVatDeclarationSocietyDetail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,4BAA4B;IAC3C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,
|
|
1
|
+
{"version":3,"file":"IVatDeclarationSocietyDetail.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IVatDeclarationSocietyDetail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,4BAA4B;IAC3C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,GAAG,GAAG,IAAI,CAAC;IAC1B,GAAG,EAAE,GAAG,GAAG,IAAI,CAAC;IAChB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;CACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IVatDeclarationSocietyDetail.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IVatDeclarationSocietyDetail.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\n\n// vatDeclarationSocietyDetail\nexport interface IVatDeclarationSocietyDetail {\n id?: number;\n rof:
|
|
1
|
+
{"version":3,"file":"IVatDeclarationSocietyDetail.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IVatDeclarationSocietyDetail.ts"],"names":[],"mappings":"","sourcesContent":["import { Rof } from '../../Enum/Aspone';\nimport { ISociety } from './ISociety';\n\n// vatDeclarationSocietyDetail\nexport interface IVatDeclarationSocietyDetail {\n id?: number;\n companyTaxRof: Rof | null;\n rof: Rof | null;\n ogaName: string | null;\n ogaId: string | null;\n ogaAddressNumero: string | null;\n ogaAddressType: string | null;\n ogaAddressVoie: string | null;\n ogaAddressZipCode: string | null;\n ogaAddressCity: string | null;\n ogaReference: string | null;\n iban: string | null;\n bic: string | null;\n idSociety: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety;\n}\n"]}
|