@silexpert/core 1.1.390 → 1.1.391
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/dist/cjs/api/resources/PrevisionalForm.d.ts +10 -0
- package/dist/cjs/api/resources/PrevisionalForm.d.ts.map +1 -0
- package/dist/cjs/api/resources/PrevisionalForm.js +23 -0
- package/dist/cjs/api/resources/PrevisionalForm.js.map +1 -0
- package/dist/cjs/api/resources.d.ts +2 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +2 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/Ged.d.ts +2 -1
- package/dist/cjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Ged.js +2 -0
- package/dist/cjs/types/Enum/Ged.js.map +1 -1
- package/dist/cjs/types/Enum/PrevisionalForm.d.ts +16 -0
- package/dist/cjs/types/Enum/PrevisionalForm.d.ts.map +1 -0
- package/dist/cjs/types/Enum/PrevisionalForm.js +15 -0
- package/dist/cjs/types/Enum/PrevisionalForm.js.map +1 -0
- package/dist/cjs/types/Interface/api/previsionalForm/CreatePrevisionalForm.d.ts +76 -0
- package/dist/cjs/types/Interface/api/previsionalForm/CreatePrevisionalForm.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/previsionalForm/CreatePrevisionalForm.js +217 -0
- package/dist/cjs/types/Interface/api/previsionalForm/CreatePrevisionalForm.js.map +1 -0
- package/dist/cjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.d.ts +65 -0
- package/dist/cjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.js +3 -0
- package/dist/cjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.js.map +1 -0
- package/dist/cjs/types/Interface/models/IPrevisionalForm.d.ts +13 -0
- package/dist/cjs/types/Interface/models/IPrevisionalForm.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IPrevisionalForm.js +3 -0
- package/dist/cjs/types/Interface/models/IPrevisionalForm.js.map +1 -0
- package/dist/cjs/types/index.d.ts +4 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +4 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/PrevisionalForm.d.ts +10 -0
- package/dist/mjs/api/resources/PrevisionalForm.d.ts.map +1 -0
- package/dist/mjs/api/resources/PrevisionalForm.js +23 -0
- package/dist/mjs/api/resources/PrevisionalForm.js.map +1 -0
- package/dist/mjs/api/resources.d.ts +2 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +2 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/Ged.d.ts +2 -1
- package/dist/mjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Ged.js +2 -0
- package/dist/mjs/types/Enum/Ged.js.map +1 -1
- package/dist/mjs/types/Enum/PrevisionalForm.d.ts +16 -0
- package/dist/mjs/types/Enum/PrevisionalForm.d.ts.map +1 -0
- package/dist/mjs/types/Enum/PrevisionalForm.js +12 -0
- package/dist/mjs/types/Enum/PrevisionalForm.js.map +1 -0
- package/dist/mjs/types/Interface/api/previsionalForm/CreatePrevisionalForm.d.ts +76 -0
- package/dist/mjs/types/Interface/api/previsionalForm/CreatePrevisionalForm.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/previsionalForm/CreatePrevisionalForm.js +277 -0
- package/dist/mjs/types/Interface/api/previsionalForm/CreatePrevisionalForm.js.map +1 -0
- package/dist/mjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.d.ts +65 -0
- package/dist/mjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.js +2 -0
- package/dist/mjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.js.map +1 -0
- package/dist/mjs/types/Interface/models/IPrevisionalForm.d.ts +13 -0
- package/dist/mjs/types/Interface/models/IPrevisionalForm.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IPrevisionalForm.js +2 -0
- package/dist/mjs/types/Interface/models/IPrevisionalForm.js.map +1 -0
- package/dist/mjs/types/index.d.ts +4 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +4 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/PrevisionalForm.ts +28 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/Ged.ts +2 -0
- package/ts/types/Enum/PrevisionalForm.ts +11 -0
- package/ts/types/Interface/api/previsionalForm/CreatePrevisionalForm.ts +177 -0
- package/ts/types/Interface/api/previsionalForm/PrevisionalFormPayload.ts +73 -0
- package/ts/types/Interface/models/IPrevisionalForm.ts +15 -0
- package/ts/types/index.ts +4 -0
package/ts/types/Enum/Ged.ts
CHANGED
|
@@ -51,6 +51,7 @@ export enum GedFolder {
|
|
|
51
51
|
JEDECLARE_MANDATES = 45,
|
|
52
52
|
COMPANY_PASSWORD_SERVICE = 46,
|
|
53
53
|
FEC = 47,
|
|
54
|
+
PREVISIONAL = 48,
|
|
54
55
|
}
|
|
55
56
|
|
|
56
57
|
export enum TypeFile {
|
|
@@ -364,6 +365,7 @@ export const GedFolderList: Array<{ id: GedFolder, isVisibleForClient: boolean;
|
|
|
364
365
|
{ id: GedFolder.JEDECLARE_MANDATES, name: 'Mandat JeDeclare', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
|
|
365
366
|
{ id: GedFolder.COMPANY_PASSWORD_SERVICE, name: 'Mot de passe service entreprise', isVisibleForClient: false, idGedCategory: GedCategory.COMPANY },
|
|
366
367
|
{ id: GedFolder.FEC, name: 'Fec', isVisibleForClient: false, idGedCategory: GedCategory.ACCOUNTING_AND_TAX },
|
|
368
|
+
{ id: GedFolder.PREVISIONAL, name: 'Prévisionnel', isVisibleForClient: true, idGedCategory: GedCategory.ACCOUNTING_AND_TAX },
|
|
367
369
|
];
|
|
368
370
|
|
|
369
371
|
export const gedCategoryWithName: Array<{ idGedCategory: number, name: string, usableByClient: boolean, brandCondition?: string[] }> = [
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export enum PrevisionalFormActivity {
|
|
2
|
+
VENTES_DE_MARCHANDISES = 1,
|
|
3
|
+
VENTES_DE_PRODUITS_FINIS = 2,
|
|
4
|
+
PRESTATIONS_DE_SERVICES = 3,
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export const PrevisionalFormActivityOptions = [
|
|
8
|
+
{ label: 'Ventes de marchandises', id: PrevisionalFormActivity.VENTES_DE_MARCHANDISES },
|
|
9
|
+
{ label: 'Ventes de produits finis', id: PrevisionalFormActivity.VENTES_DE_PRODUITS_FINIS },
|
|
10
|
+
{ label: 'Prestations de services', id: PrevisionalFormActivity.PRESTATIONS_DE_SERVICES },
|
|
11
|
+
] as const;
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
import { LegalFormTypeEnum } from '../../../Enum/LegalForm';
|
|
2
|
+
import { TaxSystem } from '../../../Enum/TaxSystem';
|
|
3
|
+
import { NumberFiscalYears, PrevisionalFormActivity, PrevisionalFormPayload } from '../../..';
|
|
4
|
+
import { ApiProperty } from '../../../../utils';
|
|
5
|
+
import { IsNumber, IsBoolean, IsEnum, IsString } from 'class-validator';
|
|
6
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
7
|
+
|
|
8
|
+
export class NumberFiscalYearsValidation implements NumberFiscalYears {
|
|
9
|
+
@ApiProperty()
|
|
10
|
+
@IsNumber()
|
|
11
|
+
n: number;
|
|
12
|
+
|
|
13
|
+
@ApiProperty()
|
|
14
|
+
@IsNumber()
|
|
15
|
+
n1: number;
|
|
16
|
+
|
|
17
|
+
@ApiProperty()
|
|
18
|
+
@IsNumber()
|
|
19
|
+
n2: number;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export class CreatePrevisionalFormData implements PrevisionalFormPayload {
|
|
23
|
+
/**
|
|
24
|
+
* Description de la société
|
|
25
|
+
*/
|
|
26
|
+
@ApiProperty()
|
|
27
|
+
@IsBoolean()
|
|
28
|
+
@ToBoolean()
|
|
29
|
+
isCompanyCreation: boolean;
|
|
30
|
+
|
|
31
|
+
@ApiProperty()
|
|
32
|
+
@IsEnum(LegalFormTypeEnum)
|
|
33
|
+
idLegalForm: LegalFormTypeEnum;
|
|
34
|
+
|
|
35
|
+
@ApiProperty()
|
|
36
|
+
@IsEnum(TaxSystem)
|
|
37
|
+
idTaxSystem: TaxSystem;
|
|
38
|
+
|
|
39
|
+
@ApiProperty()
|
|
40
|
+
@IsString()
|
|
41
|
+
activity: PrevisionalFormActivity;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Investissement
|
|
45
|
+
*/
|
|
46
|
+
@ApiProperty()
|
|
47
|
+
computerHardware: NumberFiscalYearsValidation;
|
|
48
|
+
|
|
49
|
+
@ApiProperty()
|
|
50
|
+
vehicle: NumberFiscalYearsValidation;
|
|
51
|
+
|
|
52
|
+
@ApiProperty()
|
|
53
|
+
toolsEquipment: NumberFiscalYearsValidation;
|
|
54
|
+
|
|
55
|
+
@ApiProperty()
|
|
56
|
+
software: NumberFiscalYearsValidation;
|
|
57
|
+
|
|
58
|
+
@ApiProperty()
|
|
59
|
+
website: NumberFiscalYearsValidation;
|
|
60
|
+
|
|
61
|
+
@ApiProperty()
|
|
62
|
+
businessAssets: NumberFiscalYearsValidation;
|
|
63
|
+
|
|
64
|
+
@ApiProperty()
|
|
65
|
+
immobilizedSecurities: NumberFiscalYearsValidation;
|
|
66
|
+
|
|
67
|
+
@ApiProperty()
|
|
68
|
+
deposit: NumberFiscalYearsValidation;
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* Financement
|
|
72
|
+
*/
|
|
73
|
+
@ApiProperty()
|
|
74
|
+
socialCapital: NumberFiscalYearsValidation;
|
|
75
|
+
|
|
76
|
+
@ApiProperty()
|
|
77
|
+
accountContribution: NumberFiscalYearsValidation;
|
|
78
|
+
|
|
79
|
+
@ApiProperty()
|
|
80
|
+
loan: NumberFiscalYearsValidation;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Chiffres d’affaires et charge liées à l’activité
|
|
84
|
+
*/
|
|
85
|
+
@ApiProperty()
|
|
86
|
+
turnover: NumberFiscalYearsValidation;
|
|
87
|
+
|
|
88
|
+
@ApiProperty()
|
|
89
|
+
outsourcing: NumberFiscalYearsValidation;
|
|
90
|
+
|
|
91
|
+
@ApiProperty()
|
|
92
|
+
merchandisePurchase: NumberFiscalYearsValidation;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* Consommables
|
|
96
|
+
*/
|
|
97
|
+
@ApiProperty()
|
|
98
|
+
packaging: NumberFiscalYearsValidation;
|
|
99
|
+
|
|
100
|
+
@ApiProperty()
|
|
101
|
+
utilities: NumberFiscalYearsValidation;
|
|
102
|
+
|
|
103
|
+
@ApiProperty()
|
|
104
|
+
fuel: NumberFiscalYearsValidation;
|
|
105
|
+
|
|
106
|
+
@ApiProperty()
|
|
107
|
+
equipmentAndSupplies: NumberFiscalYearsValidation;
|
|
108
|
+
|
|
109
|
+
@ApiProperty()
|
|
110
|
+
administrativeSupplies: NumberFiscalYearsValidation;
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* Autes charges liées à l’activité
|
|
114
|
+
*/
|
|
115
|
+
@ApiProperty()
|
|
116
|
+
realEstateRental: NumberFiscalYearsValidation;
|
|
117
|
+
|
|
118
|
+
@ApiProperty()
|
|
119
|
+
otherRental: NumberFiscalYearsValidation;
|
|
120
|
+
|
|
121
|
+
@ApiProperty()
|
|
122
|
+
maintenanceAndRepair: NumberFiscalYearsValidation;
|
|
123
|
+
|
|
124
|
+
@ApiProperty()
|
|
125
|
+
insuranceAndProfessionalLiability: NumberFiscalYearsValidation;
|
|
126
|
+
|
|
127
|
+
@ApiProperty()
|
|
128
|
+
accountingFees: NumberFiscalYearsValidation;
|
|
129
|
+
|
|
130
|
+
@ApiProperty()
|
|
131
|
+
otherFees: NumberFiscalYearsValidation;
|
|
132
|
+
|
|
133
|
+
@ApiProperty()
|
|
134
|
+
advertising: NumberFiscalYearsValidation;
|
|
135
|
+
|
|
136
|
+
@ApiProperty()
|
|
137
|
+
kilometricAllowances: NumberFiscalYearsValidation;
|
|
138
|
+
|
|
139
|
+
@ApiProperty()
|
|
140
|
+
otherTravelExpenses: NumberFiscalYearsValidation;
|
|
141
|
+
|
|
142
|
+
@ApiProperty()
|
|
143
|
+
telephonyInternetNetworks: NumberFiscalYearsValidation;
|
|
144
|
+
|
|
145
|
+
@ApiProperty()
|
|
146
|
+
bankFees: NumberFiscalYearsValidation;
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* Social et rémunération
|
|
150
|
+
*/
|
|
151
|
+
@ApiProperty()
|
|
152
|
+
isACREBeneficiary: boolean;
|
|
153
|
+
|
|
154
|
+
@ApiProperty()
|
|
155
|
+
employee1GrossSalary: NumberFiscalYearsValidation;
|
|
156
|
+
|
|
157
|
+
@ApiProperty()
|
|
158
|
+
employee2GrossSalary: NumberFiscalYearsValidation;
|
|
159
|
+
|
|
160
|
+
@ApiProperty()
|
|
161
|
+
employee3GrossSalary: NumberFiscalYearsValidation;
|
|
162
|
+
|
|
163
|
+
@ApiProperty()
|
|
164
|
+
remunerationPresident: NumberFiscalYearsValidation;
|
|
165
|
+
|
|
166
|
+
@ApiProperty()
|
|
167
|
+
remunerationManager: NumberFiscalYearsValidation;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
export class CreatePrevisionalForm {
|
|
171
|
+
@ApiProperty()
|
|
172
|
+
@IsNumber()
|
|
173
|
+
idSociety: number;
|
|
174
|
+
|
|
175
|
+
@ApiProperty()
|
|
176
|
+
payload: CreatePrevisionalFormData;
|
|
177
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { LegalFormTypeEnum } from '../../../Enum/LegalForm';
|
|
2
|
+
import { PrevisionalFormActivity } from '../../../Enum/PrevisionalForm';
|
|
3
|
+
import { TaxSystem } from '../../../Enum/TaxSystem';
|
|
4
|
+
|
|
5
|
+
export interface NumberFiscalYears {
|
|
6
|
+
n: number;
|
|
7
|
+
n1: number;
|
|
8
|
+
n2: number;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export interface CompanyDescription {
|
|
12
|
+
isCompanyCreation: boolean; // Est-ce une création ?
|
|
13
|
+
idLegalForm: LegalFormTypeEnum; // Statut Juridique
|
|
14
|
+
idTaxSystem: TaxSystem; // Régime d'imposition prévu
|
|
15
|
+
activity: PrevisionalFormActivity; // Quelle est l'activité de la société ?
|
|
16
|
+
// + question "De combien est le capital initial apporté ?" socialCapital pour année N
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export interface Investment {
|
|
20
|
+
computerHardware: NumberFiscalYears; // Matériel informatique
|
|
21
|
+
vehicle: NumberFiscalYears; // Véhicules
|
|
22
|
+
toolsEquipment: NumberFiscalYears; // Outillage, matériel
|
|
23
|
+
software: NumberFiscalYears; // Logiciel
|
|
24
|
+
website: NumberFiscalYears; // Site internet
|
|
25
|
+
businessAssets: NumberFiscalYears; // Fonds de commerce
|
|
26
|
+
immobilizedSecurities: NumberFiscalYears; // Titres immobilisés
|
|
27
|
+
deposit: NumberFiscalYears; // Caution
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export interface Financing {
|
|
31
|
+
socialCapital: NumberFiscalYears; // Augmentation social
|
|
32
|
+
accountContribution: NumberFiscalYears; // Apport en compte courant d'associé
|
|
33
|
+
loan: NumberFiscalYears; // Emprunt bancaire
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export interface TurnoverAndCharges {
|
|
37
|
+
turnover: NumberFiscalYears; // Chiffre d'affaires prévu
|
|
38
|
+
outsourcing: NumberFiscalYears; // Sous-traitance prévue
|
|
39
|
+
merchandisePurchase: NumberFiscalYears; // Achats de marchandises / matières premières
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export interface Consumables {
|
|
43
|
+
packaging: NumberFiscalYears; // Emballages
|
|
44
|
+
utilities: NumberFiscalYears; // Eau, électricité, gaz
|
|
45
|
+
fuel: NumberFiscalYears; // Carburant
|
|
46
|
+
equipmentAndSupplies: NumberFiscalYears; // Petit équipement et matériel
|
|
47
|
+
administrativeSupplies: NumberFiscalYears; // Fournitures administratives
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export interface OtherCharges {
|
|
51
|
+
realEstateRental: NumberFiscalYears; // Location immobilière
|
|
52
|
+
otherRental: NumberFiscalYears; // Autres locations et crédit bail
|
|
53
|
+
maintenanceAndRepair: NumberFiscalYears; // Entretien et réparation
|
|
54
|
+
insuranceAndProfessionalLiability: NumberFiscalYears; // Assurances et RC Pro
|
|
55
|
+
accountingFees: NumberFiscalYears; // Honoraires comptables
|
|
56
|
+
otherFees: NumberFiscalYears; // Autres frais de gestion
|
|
57
|
+
advertising: NumberFiscalYears; // Publicité
|
|
58
|
+
kilometricAllowances: NumberFiscalYears; // Indemnités kilométriques
|
|
59
|
+
otherTravelExpenses: NumberFiscalYears; // Autres frais de déplacement
|
|
60
|
+
telephonyInternetNetworks: NumberFiscalYears; // Téléphonie, interne, réseaux
|
|
61
|
+
bankFees: NumberFiscalYears; // Frais bancaires
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export interface SocialAndRemuneration {
|
|
65
|
+
isACREBeneficiary: boolean; // Bénéficiaire de l'ACRE
|
|
66
|
+
employee1GrossSalary: NumberFiscalYears; // Salaire brut employé 1
|
|
67
|
+
employee2GrossSalary: NumberFiscalYears; // Salaire brut employé 2
|
|
68
|
+
employee3GrossSalary: NumberFiscalYears; // Salaire brut employé 3
|
|
69
|
+
remunerationPresident: NumberFiscalYears; // Rémunération brut président
|
|
70
|
+
remunerationManager: NumberFiscalYears; // Rémunération gérant
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export interface PrevisionalFormPayload extends CompanyDescription, Investment, Financing, TurnoverAndCharges, Consumables, OtherCharges, SocialAndRemuneration {}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { IFile, ISociety, PrevisionalFormPayload } from '../..';
|
|
2
|
+
|
|
3
|
+
export interface IPrevisionalForm {
|
|
4
|
+
id?: number;
|
|
5
|
+
idSociety: number;
|
|
6
|
+
idFile?: number | null;
|
|
7
|
+
payload: PrevisionalFormPayload;
|
|
8
|
+
createdAt?: Date;
|
|
9
|
+
updatedAt?: Date;
|
|
10
|
+
deletedAt?: Date | null;
|
|
11
|
+
|
|
12
|
+
// Associations
|
|
13
|
+
society?: ISociety;
|
|
14
|
+
file?: IFile;
|
|
15
|
+
}
|
package/ts/types/index.ts
CHANGED
|
@@ -335,6 +335,7 @@ export * from './Interface/models/IUserTimeSlot';
|
|
|
335
335
|
export * from './Interface/models/ICompanyCreationForm';
|
|
336
336
|
export * from './Interface/models/IAnnotation';
|
|
337
337
|
export * from './Interface/models/ILoanEarlyRepayment';
|
|
338
|
+
export * from './Interface/models/IPrevisionalForm';
|
|
338
339
|
|
|
339
340
|
|
|
340
341
|
// Schemas
|
|
@@ -550,6 +551,7 @@ export * from './Enum/LetterResponseType';
|
|
|
550
551
|
export * from './Enum/StatusRating';
|
|
551
552
|
export * from './Enum/TypeSupportForNotation';
|
|
552
553
|
export * from './Enum/ToRecallRating';
|
|
554
|
+
export * from './Enum/PrevisionalForm';
|
|
553
555
|
|
|
554
556
|
// Interfaces API
|
|
555
557
|
export * from './Interface/api/exercice/ReadExercice';
|
|
@@ -1100,6 +1102,8 @@ export * from './Interface/api/companyCreationForm/CreateCompanyCreationForm';
|
|
|
1100
1102
|
export * from './Interface/api/companyCreationForm/UpdateCompanyCreationForm';
|
|
1101
1103
|
export * from './Interface/api/companyCreationForm/CompanyCreationFormPayload';
|
|
1102
1104
|
export * from './Interface/api/sellsy/CreateInvoicesSellsy';
|
|
1105
|
+
export * from './Interface/api/previsionalForm/PrevisionalFormPayload';
|
|
1106
|
+
export * from './Interface/api/previsionalForm/CreatePrevisionalForm';
|
|
1103
1107
|
export * from './Interface/api/toDoExpress/Query';
|
|
1104
1108
|
export * from './Interface/api/toDoExpress/Read';
|
|
1105
1109
|
|