@silexpert/core 0.4.119 → 0.4.121
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/Cerfa.d.ts +2 -2
- package/es/api/resources/Cerfa.d.ts.map +1 -1
- package/es/api/resources/Cerfa.js.map +1 -1
- package/es/api/resources/Tax.d.ts +3 -1
- package/es/api/resources/Tax.d.ts.map +1 -1
- package/es/api/resources/Tax.js +6 -0
- package/es/api/resources/Tax.js.map +1 -1
- package/es/types/Enum/Account.d.ts +4 -0
- package/es/types/Enum/Account.d.ts.map +1 -1
- package/es/types/Enum/Account.js +4 -0
- package/es/types/Enum/Account.js.map +1 -1
- package/es/types/Enum/AnswerTypeValue.d.ts +15 -1
- package/es/types/Enum/AnswerTypeValue.d.ts.map +1 -1
- package/es/types/Enum/AnswerTypeValue.js +17 -2
- package/es/types/Enum/AnswerTypeValue.js.map +1 -1
- package/es/types/Enum/Aspone.d.ts +42 -0
- package/es/types/Enum/Aspone.d.ts.map +1 -0
- package/es/types/Enum/Aspone.js +48 -0
- package/es/types/Enum/Aspone.js.map +1 -0
- package/es/types/Enum/BalanceSheetQuestion.d.ts +41 -125
- package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheetQuestion.js +42 -127
- package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/es/types/Enum/BalanceSheetQuestionWording.d.ts +221 -0
- package/es/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -0
- package/es/types/Enum/BalanceSheetQuestionWording.js +224 -0
- package/es/types/Enum/BalanceSheetQuestionWording.js.map +1 -0
- package/es/types/Enum/GlobalRegime.d.ts.map +1 -1
- package/es/types/Enum/GlobalRegime.js +66 -14
- package/es/types/Enum/GlobalRegime.js.map +1 -1
- package/es/types/Enum/LegalInformation.d.ts +9 -0
- package/es/types/Enum/LegalInformation.d.ts.map +1 -0
- package/es/types/Enum/LegalInformation.js +10 -0
- package/es/types/Enum/LegalInformation.js.map +1 -0
- package/es/types/Enum/Prestation.d.ts +7 -1
- package/es/types/Enum/Prestation.d.ts.map +1 -1
- package/es/types/Enum/Prestation.js +6 -0
- package/es/types/Enum/Prestation.js.map +1 -1
- package/es/types/Enum/Util.d.ts +4 -0
- package/es/types/Enum/Util.d.ts.map +1 -1
- package/es/types/Enum/Util.js +5 -0
- package/es/types/Enum/Util.js.map +1 -1
- package/es/types/Interface/api/aspone/ReadInterchange.d.ts +76 -0
- package/es/types/Interface/api/aspone/ReadInterchange.d.ts.map +1 -0
- package/es/types/Interface/api/aspone/ReadInterchange.js +9 -0
- package/es/types/Interface/api/aspone/ReadInterchange.js.map +1 -0
- package/es/types/Interface/api/aspone/Util.d.ts +109 -0
- package/es/types/Interface/api/aspone/Util.d.ts.map +1 -0
- package/es/types/Interface/api/aspone/Util.js +17 -0
- package/es/types/Interface/api/aspone/Util.js.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +5 -3
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +27 -4
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +5 -2
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +29 -2
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +379 -88
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.js +24 -327
- package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts +4 -0
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.d.ts +13 -2
- package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.js +20 -4
- package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/es/types/Interface/api/registration/DeclareRegistration.d.ts +4 -0
- package/es/types/Interface/api/registration/DeclareRegistration.d.ts.map +1 -0
- package/es/types/Interface/api/registration/DeclareRegistration.js +22 -0
- package/es/types/Interface/api/registration/DeclareRegistration.js.map +1 -0
- package/es/types/Interface/api/registration/ReadRegistration.d.ts +18 -1
- package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
- package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/es/types/Interface/api/tax/ReadCompanyTax.d.ts +11 -0
- package/es/types/Interface/api/tax/ReadCompanyTax.d.ts.map +1 -0
- package/es/types/Interface/api/tax/ReadCompanyTax.js +2 -0
- package/es/types/Interface/api/tax/ReadCompanyTax.js.map +1 -0
- package/es/types/Interface/api/tax/ReadTax.d.ts +6 -1
- 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 +2 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +8 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +1 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +1 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.d.ts +7 -4
- package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetQuestion.d.ts +1 -0
- package/es/types/Interface/models/IBalanceSheetQuestion.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetQuestion.js.map +1 -1
- package/es/types/Interface/models/ICountry.d.ts +1 -0
- package/es/types/Interface/models/ICountry.d.ts.map +1 -1
- package/es/types/Interface/models/ICountry.js.map +1 -1
- package/es/types/Interface/models/ISocietySocial.d.ts +2 -2
- package/es/types/Interface/models/ISocietySocial.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietySocial.js.map +1 -1
- package/es/types/index.d.ts +10 -3
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +10 -3
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Cerfa.js.map +1 -1
- package/js/api/resources/Tax.js +8 -0
- package/js/api/resources/Tax.js.map +1 -1
- package/js/types/Enum/Account.js +4 -0
- package/js/types/Enum/Account.js.map +1 -1
- package/js/types/Enum/AnswerTypeValue.js +21 -2
- package/js/types/Enum/AnswerTypeValue.js.map +1 -1
- package/js/types/Enum/Aspone.js +64 -0
- package/js/types/Enum/Aspone.js.map +1 -0
- package/js/types/Enum/BalanceSheetQuestion.js +46 -126
- package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/js/types/Enum/BalanceSheetQuestionWording.js +238 -0
- package/js/types/Enum/BalanceSheetQuestionWording.js.map +1 -0
- package/js/types/Enum/GlobalRegime.js +68 -21
- package/js/types/Enum/GlobalRegime.js.map +1 -1
- package/js/types/Enum/LegalInformation.js +16 -0
- package/js/types/Enum/LegalInformation.js.map +1 -0
- package/js/types/Enum/Prestation.js +6 -0
- package/js/types/Enum/Prestation.js.map +1 -1
- package/js/types/Enum/Util.js +7 -0
- package/js/types/Enum/Util.js.map +1 -1
- package/js/types/Interface/api/aspone/ReadInterchange.js +22 -0
- package/js/types/Interface/api/aspone/ReadInterchange.js.map +1 -0
- package/js/types/Interface/api/aspone/Util.js +38 -0
- package/js/types/Interface/api/aspone/Util.js.map +1 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -3
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +8 -2
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/cerfa/CreateCerfa.js +24 -174
- package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/js/types/Interface/api/registration/CreateRegistration.js +11 -3
- package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/js/types/Interface/api/registration/DeclareRegistration.js +31 -0
- package/js/types/Interface/api/registration/DeclareRegistration.js.map +1 -0
- package/js/types/Interface/{models/IPrestationSocial.js → api/tax/ReadCompanyTax.js} +1 -1
- package/js/types/Interface/{models/IPrestationSocial.js.map → api/tax/ReadCompanyTax.js.map} +1 -1
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -0
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +2 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +108 -24
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Cerfa.ts +2 -2
- package/ts/api/resources/Tax.ts +9 -1
- package/ts/types/Enum/Account.ts +4 -0
- package/ts/types/Enum/AnswerTypeValue.ts +16 -0
- package/ts/types/Enum/Aspone.ts +46 -0
- package/ts/types/Enum/BalanceSheetQuestion.ts +44 -193
- package/ts/types/Enum/BalanceSheetQuestionWording.ts +283 -0
- package/ts/types/Enum/GlobalRegime.ts +67 -21
- package/ts/types/Enum/LegalInformation.ts +8 -0
- package/ts/types/Enum/Prestation.ts +6 -0
- package/ts/types/Enum/Util.ts +4 -0
- package/ts/types/Interface/api/aspone/ReadInterchange.ts +75 -0
- package/ts/types/Interface/api/aspone/Util.ts +108 -0
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +24 -3
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +26 -2
- package/ts/types/Interface/api/cerfa/CreateCerfa.ts +533 -178
- package/ts/types/Interface/api/cerfa/ReadCerfa.ts +4 -0
- package/ts/types/Interface/api/registration/CreateRegistration.ts +28 -4
- package/ts/types/Interface/api/registration/DeclareRegistration.ts +11 -0
- package/ts/types/Interface/api/registration/ReadRegistration.ts +19 -1
- package/ts/types/Interface/api/tax/ReadCompanyTax.ts +12 -0
- package/ts/types/Interface/api/tax/ReadTax.ts +6 -1
- package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +7 -1
- package/ts/types/Interface/models/IApiError.ts +1 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +7 -4
- package/ts/types/Interface/models/IBalanceSheetQuestion.ts +1 -0
- package/ts/types/Interface/models/ICountry.ts +1 -0
- package/ts/types/Interface/models/ISocietySocial.ts +2 -2
- package/ts/types/index.ts +11 -3
- package/es/types/Interface/models/IPrestationSocial.d.ts +0 -7
- package/es/types/Interface/models/IPrestationSocial.d.ts.map +0 -1
- package/es/types/Interface/models/IPrestationSocial.js +0 -2
- package/es/types/Interface/models/IPrestationSocial.js.map +0 -1
- package/ts/types/Interface/models/IPrestationSocial.ts +0 -7
|
@@ -14,8 +14,25 @@ export class UpdateBalanceSheetModuleForm {
|
|
|
14
14
|
}
|
|
15
15
|
__decorate([
|
|
16
16
|
ApiPropertyOptional(),
|
|
17
|
-
|
|
17
|
+
IsBoolean(),
|
|
18
|
+
ToBoolean(),
|
|
19
|
+
IsOptional(),
|
|
20
|
+
__metadata("design:type", Object)
|
|
18
21
|
], UpdateBalanceSheetModuleForm.prototype, "inventory", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
ApiPropertyOptional(),
|
|
24
|
+
IsBoolean(),
|
|
25
|
+
ToBoolean(),
|
|
26
|
+
IsOptional(),
|
|
27
|
+
__metadata("design:type", Object)
|
|
28
|
+
], UpdateBalanceSheetModuleForm.prototype, "recoveryImmobilization", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
ApiPropertyOptional(),
|
|
31
|
+
IsBoolean(),
|
|
32
|
+
ToBoolean(),
|
|
33
|
+
IsOptional(),
|
|
34
|
+
__metadata("design:type", Object)
|
|
35
|
+
], UpdateBalanceSheetModuleForm.prototype, "incomeAllocation", void 0);
|
|
19
36
|
__decorate([
|
|
20
37
|
ApiPropertyOptional(),
|
|
21
38
|
__metadata("design:type", Boolean)
|
|
@@ -53,7 +70,10 @@ __decorate([
|
|
|
53
70
|
], UpdateBalanceSheetModuleForm.prototype, "hasProviderInvoiceNotReceived", void 0);
|
|
54
71
|
__decorate([
|
|
55
72
|
ApiPropertyOptional(),
|
|
56
|
-
|
|
73
|
+
IsBoolean(),
|
|
74
|
+
ToBoolean(),
|
|
75
|
+
IsOptional(),
|
|
76
|
+
__metadata("design:type", Object)
|
|
57
77
|
], UpdateBalanceSheetModuleForm.prototype, "salariesFile", void 0);
|
|
58
78
|
__decorate([
|
|
59
79
|
ApiPropertyOptional(),
|
|
@@ -83,6 +103,13 @@ __decorate([
|
|
|
83
103
|
IsOptional(),
|
|
84
104
|
__metadata("design:type", Object)
|
|
85
105
|
], UpdateBalanceSheetModuleForm.prototype, "hasCheckedVAT", void 0);
|
|
106
|
+
__decorate([
|
|
107
|
+
ApiPropertyOptional(),
|
|
108
|
+
IsBoolean(),
|
|
109
|
+
ToBoolean(),
|
|
110
|
+
IsOptional(),
|
|
111
|
+
__metadata("design:type", Object)
|
|
112
|
+
], UpdateBalanceSheetModuleForm.prototype, "hasCheckedCompanyTax", void 0);
|
|
86
113
|
__decorate([
|
|
87
114
|
ApiPropertyOptional(),
|
|
88
115
|
__metadata("design:type", Number)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateBalanceSheetModule.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.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,4BAA4B;
|
|
1
|
+
{"version":3,"file":"UpdateBalanceSheetModule.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.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,4BAA4B;CAuFxC;AAlFC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;+DACa;AAM1B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;4EAC0B;AAMvC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;sEACmB;AAGhC;IADC,mBAAmB,EAAE;;mEACE;AASxB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;wEACuB;AAGpC;IADC,mBAAmB,EAAE;;mFACyB;AAG/C;IADC,mBAAmB,EAAE;;iFACuB;AAG7C;IADC,mBAAmB,EAAE;;8EACoB;AAG1C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;mFACyB;AAM/C;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;kEACiB;AAM9B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6EAC4B;AAMzC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;oEACmB;AAMhC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;qEACoB;AAMjC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;mEACkB;AAM/B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;0EACyB;AAGtC;IADC,mBAAmB,EAAE;;gEACF","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n inventory: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n recoveryImmobilization: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n incomeAllocation:boolean | null;\n\n @ApiPropertyOptional()\n loanToDeclare?: boolean;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n provisionToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerInvoiceToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerAssetToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerPrepaidIncome?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderPrepaidReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderAssetToReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderInvoiceNotReceived?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n salariesFile?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasManualEntryToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasLaundryFees?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasMealExpenses?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasCheckedVAT?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasCheckedCompanyTax?: boolean | null;\n\n @ApiPropertyOptional()\n idExercice?: number;\n}"]}
|
|
@@ -34,6 +34,7 @@ export interface MoralShareholder {
|
|
|
34
34
|
zipCode: string;
|
|
35
35
|
city: string;
|
|
36
36
|
country: string;
|
|
37
|
+
countryCode: string | null | undefined;
|
|
37
38
|
};
|
|
38
39
|
}
|
|
39
40
|
export interface PhysicShareholder {
|
|
@@ -48,12 +49,14 @@ export interface PhysicShareholder {
|
|
|
48
49
|
department: string | undefined;
|
|
49
50
|
city: string;
|
|
50
51
|
country: string;
|
|
52
|
+
countryCode: string | null | undefined;
|
|
51
53
|
};
|
|
52
54
|
address: {
|
|
53
55
|
street: string | undefined;
|
|
54
56
|
zipCode: string | undefined;
|
|
55
57
|
city: string | undefined;
|
|
56
58
|
country: string | undefined;
|
|
59
|
+
countryCode: string | null | undefined;
|
|
57
60
|
number: string | undefined;
|
|
58
61
|
};
|
|
59
62
|
}
|
|
@@ -68,6 +71,7 @@ export interface Subsidiarie {
|
|
|
68
71
|
zipCode: string;
|
|
69
72
|
city: string;
|
|
70
73
|
country: string;
|
|
74
|
+
countryCode: string | null | undefined;
|
|
71
75
|
};
|
|
72
76
|
}
|
|
73
77
|
/**
|
|
@@ -263,35 +267,212 @@ export interface Cerfa2035 {
|
|
|
263
267
|
monoEstablishment: Cerfa2035MonoEstablishment | null;
|
|
264
268
|
};
|
|
265
269
|
}
|
|
270
|
+
export interface Cerfa2035WithSuites {
|
|
271
|
+
header: {
|
|
272
|
+
siret: string;
|
|
273
|
+
mail: string;
|
|
274
|
+
phone: string;
|
|
275
|
+
name: string;
|
|
276
|
+
change: {
|
|
277
|
+
st: string;
|
|
278
|
+
nd: string;
|
|
279
|
+
};
|
|
280
|
+
declarantAddress: string;
|
|
281
|
+
activityType: string;
|
|
282
|
+
activityStartDate: string;
|
|
283
|
+
privateSocietyAddress: string;
|
|
284
|
+
civilSocietyAddress: string;
|
|
285
|
+
informationsStartingPeriod: string;
|
|
286
|
+
informationsEndingPeriod: string;
|
|
287
|
+
address: {
|
|
288
|
+
st: string;
|
|
289
|
+
nd: string;
|
|
290
|
+
city: string;
|
|
291
|
+
country: string;
|
|
292
|
+
countryCode: string | null;
|
|
293
|
+
};
|
|
294
|
+
secondaryPracticeAddress: string;
|
|
295
|
+
};
|
|
296
|
+
taxation: {
|
|
297
|
+
profitResult: number;
|
|
298
|
+
deficitResult: number;
|
|
299
|
+
exemptCharges: number;
|
|
300
|
+
depreciationCharges: number;
|
|
301
|
+
addedValueProducts: number;
|
|
302
|
+
portfolioCapitalIncome: number;
|
|
303
|
+
taxedNetTotal: number;
|
|
304
|
+
longTermTaxableAddedValue: number;
|
|
305
|
+
longTermDefferedAddedValue: number;
|
|
306
|
+
quintiesNewCompany: boolean;
|
|
307
|
+
sexiesNewCompany: boolean;
|
|
308
|
+
exemptInnovatingActivity: boolean;
|
|
309
|
+
urbanZoneActivity: boolean;
|
|
310
|
+
othersExemption: boolean;
|
|
311
|
+
relatedCreationDate: string;
|
|
312
|
+
relatedActivityStartingDate: string;
|
|
313
|
+
nonProfessionnalProfit: number;
|
|
314
|
+
nonProfessionnalAddedValue: number;
|
|
315
|
+
nonProfessionnalProfitExemptions: number;
|
|
316
|
+
nonProfessionnalDeficit: number;
|
|
317
|
+
nonProfessionnalLongTermAddedValue: number;
|
|
318
|
+
nonProfessionnalYoungArtistsExemptions: number;
|
|
319
|
+
nonProfessionnalShortTermAddedValue: number;
|
|
320
|
+
productsAddedValue: {
|
|
321
|
+
duodecies: number;
|
|
322
|
+
};
|
|
323
|
+
chargesDeprecatedValue: {
|
|
324
|
+
duodecies: number;
|
|
325
|
+
};
|
|
326
|
+
accountantInfos: number;
|
|
327
|
+
committeeInfos: number;
|
|
328
|
+
certifiedAssociation: number;
|
|
329
|
+
serviceProvider: number;
|
|
330
|
+
ecf: boolean;
|
|
331
|
+
declarantSignature: string;
|
|
332
|
+
signatureDate: string;
|
|
333
|
+
signaturePlace: string;
|
|
334
|
+
accountingSoftwareName: string;
|
|
335
|
+
isAccountingAccounterised: {
|
|
336
|
+
yes: boolean;
|
|
337
|
+
no: boolean;
|
|
338
|
+
};
|
|
339
|
+
certifiedAccountingProfessionnal: string;
|
|
340
|
+
aaOrOmga: boolean;
|
|
341
|
+
aaOmgaAgreementNumber: string;
|
|
342
|
+
longTermExemptAddedValue151: number;
|
|
343
|
+
longTermExemptAddedValue151A: number;
|
|
344
|
+
longTermExemptAddedValue238: number;
|
|
345
|
+
longTermExemptAddedValue151B: number;
|
|
346
|
+
profitExoneration: number;
|
|
347
|
+
addedValueExoneration: number;
|
|
348
|
+
};
|
|
349
|
+
declaration: {
|
|
350
|
+
paidService: string[];
|
|
351
|
+
incomesAmount: number;
|
|
352
|
+
employees: {
|
|
353
|
+
total: number;
|
|
354
|
+
disabled: number;
|
|
355
|
+
apprentice: number;
|
|
356
|
+
};
|
|
357
|
+
grossAmountSalary: number;
|
|
358
|
+
employeesCivilSociety: number;
|
|
359
|
+
netSalaryShare: number;
|
|
360
|
+
fixedAssets: {
|
|
361
|
+
currentYearPartDepreciation: number;
|
|
362
|
+
pastAssociatedPartDepreciation: number;
|
|
363
|
+
grossPriceTotal: number;
|
|
364
|
+
grossPriceLastAnnexTotal: number;
|
|
365
|
+
depreciableBaseTotal: number;
|
|
366
|
+
currentAssociatedPartDepreciation: number;
|
|
367
|
+
depreciableBaseLastAnnexTotal: number;
|
|
368
|
+
pastDepreciationsAmountsTotal: number;
|
|
369
|
+
pastDepreciationsAmountsLastAnnexTotal: number;
|
|
370
|
+
currentYearDepreciationsAmountsLastAnnexTotal: number;
|
|
371
|
+
currentYearDepreciationsAmountsTotal: number;
|
|
372
|
+
currentYearTotal: number;
|
|
373
|
+
vehicules: number;
|
|
374
|
+
currentYearNetGrant: number;
|
|
375
|
+
grossPriceDepreciationFraction: number;
|
|
376
|
+
vatAmountDepreciationFraction: number;
|
|
377
|
+
vatAmountTotal: number;
|
|
378
|
+
vatAmountLastAnnexTotal: number;
|
|
379
|
+
depreciableBaseDepreciationFraction: number;
|
|
380
|
+
list: Array<{
|
|
381
|
+
purchaseDate: string;
|
|
382
|
+
grossPrice: number;
|
|
383
|
+
vatAmount: number;
|
|
384
|
+
depreciableBase: number;
|
|
385
|
+
depreciationType: string;
|
|
386
|
+
pastDepreciationsAmounts: number;
|
|
387
|
+
currentYearDepreciationsAmounts: number;
|
|
388
|
+
type: string;
|
|
389
|
+
}>;
|
|
390
|
+
total: number;
|
|
391
|
+
};
|
|
392
|
+
addedValueEstablishing: {
|
|
393
|
+
list: Array<{
|
|
394
|
+
type: string;
|
|
395
|
+
purchaseDate: string;
|
|
396
|
+
transferDate: string;
|
|
397
|
+
originalValue: number;
|
|
398
|
+
depreciations: number;
|
|
399
|
+
residualValue: number;
|
|
400
|
+
handoverPrice: number;
|
|
401
|
+
shortTermValue: number;
|
|
402
|
+
longTermValue: number;
|
|
403
|
+
longTermSpread: number;
|
|
404
|
+
}>;
|
|
405
|
+
shortTermExemptArt151: number;
|
|
406
|
+
shortTermExemptArt151A: number;
|
|
407
|
+
shortTermExemptArt238: number;
|
|
408
|
+
longTermExemptArt151: number;
|
|
409
|
+
longTermExemptArt151A: number;
|
|
410
|
+
longTermExemptArt238: number;
|
|
411
|
+
longTermExemptArt151B: number;
|
|
412
|
+
shortTermValue: {
|
|
413
|
+
toReport: number;
|
|
414
|
+
};
|
|
415
|
+
longTermSpread: number;
|
|
416
|
+
shortTermSpread: number;
|
|
417
|
+
};
|
|
418
|
+
resultsDistribution: {
|
|
419
|
+
slicePercentage: {
|
|
420
|
+
annexTotal: number;
|
|
421
|
+
};
|
|
422
|
+
resultShare: {
|
|
423
|
+
annexTotal: number;
|
|
424
|
+
};
|
|
425
|
+
individualProCharges: {
|
|
426
|
+
annexTotal: number;
|
|
427
|
+
};
|
|
428
|
+
netAmount: {
|
|
429
|
+
annexTotal: number;
|
|
430
|
+
};
|
|
431
|
+
longTermAddedValue: {
|
|
432
|
+
annexTotal: number;
|
|
433
|
+
};
|
|
434
|
+
list: Array<{
|
|
435
|
+
basicInfos: string;
|
|
436
|
+
managerPartner: boolean;
|
|
437
|
+
slicePercentage: number;
|
|
438
|
+
resultShare: number;
|
|
439
|
+
individualProCharges: number;
|
|
440
|
+
netAmount: number;
|
|
441
|
+
longTermAddedValue: number;
|
|
442
|
+
birthdate?: string;
|
|
443
|
+
birthplace?: string;
|
|
444
|
+
birthCountry?: string;
|
|
445
|
+
birthCountryCode: string | null;
|
|
446
|
+
birthDepartment?: string;
|
|
447
|
+
siren?: string;
|
|
448
|
+
fiscalNumber?: string;
|
|
449
|
+
name: string;
|
|
450
|
+
address: string;
|
|
451
|
+
isPhysic: boolean;
|
|
452
|
+
city?: string;
|
|
453
|
+
country?: string;
|
|
454
|
+
countryCode?: string;
|
|
455
|
+
}>;
|
|
456
|
+
};
|
|
457
|
+
name: string;
|
|
458
|
+
siret: string;
|
|
459
|
+
};
|
|
460
|
+
}
|
|
461
|
+
export declare class ParamsGenerate2031 {
|
|
462
|
+
isNil: boolean;
|
|
463
|
+
}
|
|
464
|
+
export declare class ParamsGenerate2050 {
|
|
465
|
+
}
|
|
266
466
|
export declare class ParamsGenerate2035 {
|
|
467
|
+
isNil?: boolean;
|
|
267
468
|
isTest?: boolean;
|
|
268
|
-
isNil: boolean;
|
|
269
|
-
withoutTax?: boolean;
|
|
270
|
-
withTax?: boolean;
|
|
271
|
-
disbursements?: number | null;
|
|
272
|
-
supplement?: number | null;
|
|
273
|
-
activityCode?: string | null;
|
|
274
|
-
valueAddedTax?: number | null;
|
|
275
|
-
equipmentRentalCollaborationFees?: number | null;
|
|
276
|
-
lumpSumAssessment?: boolean | null;
|
|
277
|
-
personalSocialChargesObligatory?: number | null;
|
|
278
|
-
contributionsMadelin?: number | null;
|
|
279
|
-
retirementSavingsPlans?: number | null;
|
|
280
|
-
miscellaneousToBeReinstated?: number | null;
|
|
281
|
-
civilSocietyBenefit?: number | null;
|
|
282
|
-
administrationFees?: number | null;
|
|
283
|
-
mtbdFreeZoneAmount?: number | null;
|
|
284
|
-
mtbdNewBusinessAmount?: number | null;
|
|
285
|
-
mtbdInnovativeCompaniesAmount?: number | null;
|
|
286
|
-
mtbdInnovativeCompaniesYoungArtists?: number | null;
|
|
287
|
-
mtbdDoctorsExemptionAmount?: number | null;
|
|
288
|
-
mtbdDoctorsExemptionSectorApprovedDoctors?: number | null;
|
|
289
|
-
grossReceipts?: number | null;
|
|
290
|
-
relatedToPurchasesAmount?: number | null;
|
|
291
|
-
retrocededFees?: number | null;
|
|
292
|
-
territorialContribution?: number | null;
|
|
293
|
-
miscellaneousToBeDeductedTotal?: number | null;
|
|
294
469
|
}
|
|
470
|
+
export declare class ParamsGenerate2035FullDocument {
|
|
471
|
+
isTest?: boolean;
|
|
472
|
+
cerfa2035?: ParamsGenerate2035;
|
|
473
|
+
cerfa2035WithSuites?: ParamsGenerate2035WithSuites;
|
|
474
|
+
}
|
|
475
|
+
export declare type ParamsGenerate2035WithSuites = Record<string, unknown>;
|
|
295
476
|
/**
|
|
296
477
|
* CERFA 2033 TYPES
|
|
297
478
|
*/
|
|
@@ -813,6 +994,11 @@ export declare class Cerfa2065Society {
|
|
|
813
994
|
}
|
|
814
995
|
export declare class Cerfa2065Remunerations {
|
|
815
996
|
name: string;
|
|
997
|
+
address: {
|
|
998
|
+
country: string;
|
|
999
|
+
address: string;
|
|
1000
|
+
countryCode: string | null;
|
|
1001
|
+
};
|
|
816
1002
|
sharesHeld: number;
|
|
817
1003
|
year: string;
|
|
818
1004
|
amount: number;
|
|
@@ -820,12 +1006,15 @@ export declare class Cerfa2065Remunerations {
|
|
|
820
1006
|
refund: number;
|
|
821
1007
|
indemnities2: number;
|
|
822
1008
|
refunds2: number;
|
|
1009
|
+
reason: string;
|
|
823
1010
|
}
|
|
824
1011
|
export interface Cerfa2065 {
|
|
1012
|
+
isNil?: boolean;
|
|
825
1013
|
society: Cerfa2065Society;
|
|
826
1014
|
period: {
|
|
827
1015
|
startDate: Date;
|
|
828
1016
|
endDate: Date;
|
|
1017
|
+
months: string;
|
|
829
1018
|
};
|
|
830
1019
|
isSimplifiedRegime: boolean;
|
|
831
1020
|
isDeclarationForGroup: boolean;
|
|
@@ -835,6 +1024,11 @@ export interface Cerfa2065 {
|
|
|
835
1024
|
isTonnageOption: boolean;
|
|
836
1025
|
headOffice: {
|
|
837
1026
|
addressFormatted: string;
|
|
1027
|
+
country: string;
|
|
1028
|
+
countryCode: string | null;
|
|
1029
|
+
street: string;
|
|
1030
|
+
zipCode: string;
|
|
1031
|
+
city: string;
|
|
838
1032
|
};
|
|
839
1033
|
incomeDate: Date | null;
|
|
840
1034
|
siret: string | null;
|
|
@@ -862,7 +1056,7 @@ export interface Cerfa2065 {
|
|
|
862
1056
|
isInvestmentBusiness: boolean;
|
|
863
1057
|
benefitOrDeficit: string;
|
|
864
1058
|
exoneration15: number;
|
|
865
|
-
isImpositionDOMTOM:
|
|
1059
|
+
isImpositionDOMTOM: boolean;
|
|
866
1060
|
furnitureIncome: number;
|
|
867
1061
|
icomeOther: number;
|
|
868
1062
|
income2Dot5: number;
|
|
@@ -906,10 +1100,10 @@ export interface Cerfa2065 {
|
|
|
906
1100
|
};
|
|
907
1101
|
remuneration: number;
|
|
908
1102
|
advances: number;
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
1103
|
+
others: Array<{
|
|
1104
|
+
label: string;
|
|
1105
|
+
amount: number;
|
|
1106
|
+
}>;
|
|
913
1107
|
elligible: number;
|
|
914
1108
|
noElligible: number;
|
|
915
1109
|
amountRemunerations: number;
|
|
@@ -928,6 +1122,160 @@ export interface Cerfa2065 {
|
|
|
928
1122
|
remaining: number;
|
|
929
1123
|
};
|
|
930
1124
|
}
|
|
1125
|
+
export declare type Cerfa2050 = Record<string, unknown>;
|
|
1126
|
+
export interface Cerfa2031 {
|
|
1127
|
+
period: {
|
|
1128
|
+
months: number;
|
|
1129
|
+
};
|
|
1130
|
+
header: {
|
|
1131
|
+
opening: string;
|
|
1132
|
+
closure: string;
|
|
1133
|
+
realSystem: boolean;
|
|
1134
|
+
simplifiedAccounting: boolean;
|
|
1135
|
+
vat: boolean;
|
|
1136
|
+
tonnageTaxation: boolean;
|
|
1137
|
+
simplifiedSystem: boolean;
|
|
1138
|
+
};
|
|
1139
|
+
identification: {
|
|
1140
|
+
companyDenomination: string;
|
|
1141
|
+
companyAddress: string;
|
|
1142
|
+
phoneNumber: string;
|
|
1143
|
+
email: string;
|
|
1144
|
+
siren: string;
|
|
1145
|
+
declarantEmail: string;
|
|
1146
|
+
declarantAddress: string;
|
|
1147
|
+
lastAddress: string;
|
|
1148
|
+
};
|
|
1149
|
+
miscellaneous: {
|
|
1150
|
+
activities: string;
|
|
1151
|
+
onJobList: boolean;
|
|
1152
|
+
ownerInfos: string;
|
|
1153
|
+
otherEstablishmentsAddresses: string;
|
|
1154
|
+
};
|
|
1155
|
+
recapitulation: {
|
|
1156
|
+
column2: number;
|
|
1157
|
+
cdSum: number;
|
|
1158
|
+
col1: {
|
|
1159
|
+
total: number;
|
|
1160
|
+
};
|
|
1161
|
+
col2: {
|
|
1162
|
+
total: number;
|
|
1163
|
+
};
|
|
1164
|
+
taxableBenefit: number;
|
|
1165
|
+
deductibleDeficit: number;
|
|
1166
|
+
netHandoverResult: number;
|
|
1167
|
+
incomeTaxSubjectEarnings: number;
|
|
1168
|
+
netExemptIncome: number;
|
|
1169
|
+
shareToDeduce: number;
|
|
1170
|
+
incomeTaxExemptEarnings: number;
|
|
1171
|
+
shortTermDepreciation: number;
|
|
1172
|
+
column1: number;
|
|
1173
|
+
creditTaxOption: number;
|
|
1174
|
+
shareEquipmentGrant: number;
|
|
1175
|
+
partnershipFiscalResult: number;
|
|
1176
|
+
publicAccountant: boolean;
|
|
1177
|
+
addedValue: {
|
|
1178
|
+
privateTaxed: number;
|
|
1179
|
+
longTermDiffered: number;
|
|
1180
|
+
exonerated: number;
|
|
1181
|
+
longTermExonerated: number;
|
|
1182
|
+
shortTermExonerated: number;
|
|
1183
|
+
};
|
|
1184
|
+
exemption: {
|
|
1185
|
+
newCompanyArt: boolean;
|
|
1186
|
+
zfuArt: boolean;
|
|
1187
|
+
zrrArt: boolean;
|
|
1188
|
+
reorganisationArt: boolean;
|
|
1189
|
+
freeZoneActivityArt: boolean;
|
|
1190
|
+
others: boolean;
|
|
1191
|
+
youngCompaniesArt: boolean;
|
|
1192
|
+
budArt: boolean;
|
|
1193
|
+
developmentZoneArt: boolean;
|
|
1194
|
+
taxableAddedValue: number;
|
|
1195
|
+
professionnalProfit: number;
|
|
1196
|
+
};
|
|
1197
|
+
industrialBenefits: {
|
|
1198
|
+
benefits: number;
|
|
1199
|
+
deficit: number;
|
|
1200
|
+
taxableBenefitIncome: {
|
|
1201
|
+
shortTermGrant: number;
|
|
1202
|
+
shortTermDepreciation: number;
|
|
1203
|
+
};
|
|
1204
|
+
addedValue: {
|
|
1205
|
+
longTermNet: number;
|
|
1206
|
+
nonProfessionalBenefitExemption: number;
|
|
1207
|
+
};
|
|
1208
|
+
};
|
|
1209
|
+
computerizedAccounting?: {
|
|
1210
|
+
yes: boolean;
|
|
1211
|
+
no: boolean;
|
|
1212
|
+
softwareName: string;
|
|
1213
|
+
omga: boolean;
|
|
1214
|
+
omgaInfos: string;
|
|
1215
|
+
approvalNumber: string;
|
|
1216
|
+
professionalAccountantInfos: string;
|
|
1217
|
+
declarantIdentity: string;
|
|
1218
|
+
place: string;
|
|
1219
|
+
date: string;
|
|
1220
|
+
declarantOccupation: string;
|
|
1221
|
+
signature: string;
|
|
1222
|
+
ecf: boolean;
|
|
1223
|
+
serviceProvider: string;
|
|
1224
|
+
};
|
|
1225
|
+
};
|
|
1226
|
+
benefitsDeficitsRepartition: {
|
|
1227
|
+
list: Array<{
|
|
1228
|
+
managerPartner: string;
|
|
1229
|
+
industrialBenefits: string;
|
|
1230
|
+
share0: string;
|
|
1231
|
+
share1: string;
|
|
1232
|
+
taxableAddedValueShare: string;
|
|
1233
|
+
label: string;
|
|
1234
|
+
}>;
|
|
1235
|
+
distributedBenefitsAmount: {
|
|
1236
|
+
taxableAddedValueShare: number;
|
|
1237
|
+
share: number;
|
|
1238
|
+
};
|
|
1239
|
+
};
|
|
1240
|
+
generalExpensesList: {
|
|
1241
|
+
receptionExpenses: number;
|
|
1242
|
+
gift: number;
|
|
1243
|
+
};
|
|
1244
|
+
simplifiedTaxationSystemCompanies: {
|
|
1245
|
+
grossSalary: string;
|
|
1246
|
+
retrocessingFee: string;
|
|
1247
|
+
directDebitAmount: string;
|
|
1248
|
+
capitalSupplyAmount: string;
|
|
1249
|
+
list: Array<{
|
|
1250
|
+
nonDepreciableImmobilization: number;
|
|
1251
|
+
reassessValue: number;
|
|
1252
|
+
purchaseValue: number;
|
|
1253
|
+
addedValue: number;
|
|
1254
|
+
}>;
|
|
1255
|
+
};
|
|
1256
|
+
nonProfessionalIndustrialBenefits: {
|
|
1257
|
+
rentalPropretySocialContribution: {
|
|
1258
|
+
benefit: number;
|
|
1259
|
+
deficit: number;
|
|
1260
|
+
};
|
|
1261
|
+
rentalProprety: {
|
|
1262
|
+
benefit: number;
|
|
1263
|
+
deficit: number;
|
|
1264
|
+
};
|
|
1265
|
+
leaseManagement: {
|
|
1266
|
+
benefit: number;
|
|
1267
|
+
deficit: number;
|
|
1268
|
+
};
|
|
1269
|
+
collectiveRaceHorseOwnership: {
|
|
1270
|
+
benefit: number;
|
|
1271
|
+
deficit: number;
|
|
1272
|
+
};
|
|
1273
|
+
others: {
|
|
1274
|
+
benefit: number;
|
|
1275
|
+
deficit: number;
|
|
1276
|
+
};
|
|
1277
|
+
};
|
|
1278
|
+
}
|
|
931
1279
|
export declare type BusinessPartnersValue = {
|
|
932
1280
|
idBusinessPartner: number;
|
|
933
1281
|
amount: number;
|
|
@@ -938,63 +1286,6 @@ export declare type BusinessPartnersValue = {
|
|
|
938
1286
|
};
|
|
939
1287
|
export declare class ParamsGenerate2065 {
|
|
940
1288
|
isTest?: boolean;
|
|
941
|
-
headOfficeAddress: string | null;
|
|
942
|
-
principalEstablishmentAddress: string | null;
|
|
943
|
-
oldAddress: string | null;
|
|
944
|
-
hasChangedActivity: boolean | null;
|
|
945
|
-
income2Dot5: number | null;
|
|
946
|
-
addedValues15: number | null;
|
|
947
|
-
addedValues19: number | null;
|
|
948
|
-
exoneration: number | null;
|
|
949
|
-
otherAddedValues19: number | null;
|
|
950
|
-
otherAddedValues0: number | null;
|
|
951
|
-
isNewBusinessSexies: boolean | null;
|
|
952
|
-
isYoungBusiness: boolean | null;
|
|
953
|
-
isNewBusinessSepties: boolean | null;
|
|
954
|
-
isActivityZone: boolean | null;
|
|
955
|
-
isRestructuration: boolean | null;
|
|
956
|
-
isUrbanToDynamise: boolean | null;
|
|
957
|
-
isUrban: boolean | null;
|
|
958
|
-
isOther: boolean | null;
|
|
959
|
-
isPriorityZone: boolean | null;
|
|
960
|
-
isInvestmentBusiness: boolean | null;
|
|
961
|
-
benefitOrDeficit: string | null;
|
|
962
|
-
exoneration15: number | null;
|
|
963
|
-
isImpositionDOMTOM: number | null;
|
|
964
|
-
furnitureIncome: number | null;
|
|
965
|
-
icomeOther: number | null;
|
|
966
|
-
isSocietyHead: boolean | null;
|
|
967
|
-
otherSocietyHeadName: string | null;
|
|
968
|
-
otherSocietyHeadNumber: string | null;
|
|
969
|
-
isSocietyDesigned: boolean | null;
|
|
970
|
-
societyHeadName: string | null;
|
|
971
|
-
societyHeadNumber: string | null;
|
|
972
|
-
hasAccountancyComputerized: boolean | null;
|
|
973
|
-
hasNotAccountancyComputerized: boolean | null;
|
|
974
|
-
accountancyComputerizedName: string | null;
|
|
975
|
-
distributionAmountBySociety: number | null;
|
|
976
|
-
distributionAmountByEstablishment: number | null;
|
|
977
|
-
remuneration: number | null;
|
|
978
|
-
advances: number | null;
|
|
979
|
-
other1: number | null;
|
|
980
|
-
other2: number | null;
|
|
981
|
-
other3: number | null;
|
|
982
|
-
other4: number | null;
|
|
983
|
-
elligible: number | null;
|
|
984
|
-
noElligible: number | null;
|
|
985
|
-
amountRemunerations: number | null;
|
|
986
|
-
businessPartnersValues: BusinessPartnersValue[];
|
|
987
|
-
diverseName: string;
|
|
988
|
-
diverseAddress: string;
|
|
989
|
-
diverseOtherAddress: string;
|
|
990
|
-
simplifiedAmount: number;
|
|
991
|
-
simplifiedRetrocessions: number;
|
|
992
|
-
simplifiedRemainingExerciceStart: number;
|
|
993
|
-
simplifiedImputed: number;
|
|
994
|
-
simplifiedRealized: number;
|
|
995
|
-
simplifiedRemaining: number;
|
|
996
|
-
hasReduceRate: boolean;
|
|
997
|
-
hasViewer: boolean;
|
|
998
1289
|
}
|
|
999
1290
|
export {};
|
|
1000
1291
|
//# sourceMappingURL=CreateCerfa.d.ts.map
|