@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
|
@@ -1,13 +1,37 @@
|
|
|
1
|
-
import { IsEnum } from 'class-validator';
|
|
2
|
-
import { ApiProperty } from '../../../../utils';
|
|
1
|
+
import { IsEnum, IsOptional, IsBoolean } from 'class-validator';
|
|
2
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
3
3
|
import { CerfaType } from '../../../Enum/CerfaType';
|
|
4
|
-
import {
|
|
4
|
+
import {
|
|
5
|
+
ParamsGenerate2035, ParamsGenerate2035WithSuites, ParamsGenerate2033, ParamsGenerate2065, ParamsGenerate2031, ParamsGenerate2050,
|
|
6
|
+
} from '../cerfa/CreateCerfa';
|
|
7
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
5
8
|
|
|
6
9
|
export class CreateRegistration {
|
|
7
10
|
@ApiProperty()
|
|
8
|
-
payload:
|
|
11
|
+
payload: {
|
|
12
|
+
cerfa2035?: ParamsGenerate2035
|
|
13
|
+
cerfa2035WithSuites?: ParamsGenerate2035WithSuites
|
|
14
|
+
cerfa2033?: ParamsGenerate2033;
|
|
15
|
+
cerfa2065?: ParamsGenerate2065;
|
|
16
|
+
cerfa2031?: ParamsGenerate2031;
|
|
17
|
+
cerfa2050?: ParamsGenerate2050;
|
|
18
|
+
};
|
|
9
19
|
|
|
10
20
|
@ApiProperty()
|
|
11
21
|
@IsEnum(CerfaType)
|
|
12
22
|
idCerfaType: number;
|
|
23
|
+
|
|
24
|
+
@ApiPropertyOptional()
|
|
25
|
+
@IsBoolean()
|
|
26
|
+
@ToBoolean()
|
|
27
|
+
@IsOptional()
|
|
28
|
+
isTest?: boolean;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export class CreateRegistrationSynchronization {
|
|
32
|
+
@ApiPropertyOptional()
|
|
33
|
+
@IsOptional()
|
|
34
|
+
@IsBoolean()
|
|
35
|
+
@ToBoolean()
|
|
36
|
+
forceTestMode?: boolean;
|
|
13
37
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IsOptional, IsBoolean } from 'class-validator';
|
|
2
|
+
import { ApiPropertyOptional } from '../../../../utils/decorators';
|
|
3
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
4
|
+
|
|
5
|
+
export class DeclareRegistration {
|
|
6
|
+
@ApiPropertyOptional()
|
|
7
|
+
@IsOptional()
|
|
8
|
+
@IsBoolean()
|
|
9
|
+
@ToBoolean()
|
|
10
|
+
isTestMode: boolean;
|
|
11
|
+
}
|
|
@@ -1,3 +1,21 @@
|
|
|
1
1
|
import { IRegistration } from '../../models/IRegistration';
|
|
2
|
+
import { ReadInterchange } from '../aspone/ReadInterchange';
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
interface RegistrationWithPayloadObject extends Omit<IRegistration, 'payload'> {
|
|
5
|
+
payload: Record<string, unknown>;
|
|
6
|
+
}
|
|
7
|
+
interface RegistrationWithPayloadAndResponseObject extends Omit<RegistrationWithPayloadObject, 'response'> {
|
|
8
|
+
response: ReadInterchange | Record<string, unknown>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export type ReadRegistration = RegistrationWithPayloadAndResponseObject;
|
|
12
|
+
|
|
13
|
+
export interface ReadSynchronization {
|
|
14
|
+
id: number;
|
|
15
|
+
hasError: boolean;
|
|
16
|
+
hasDepositError: boolean;
|
|
17
|
+
isProcessFinished: boolean;
|
|
18
|
+
hasPaymentError: boolean;
|
|
19
|
+
isTimeOut: boolean;
|
|
20
|
+
hasFailed: boolean;
|
|
21
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IAccountingTransaction } from '../../models/IAccountingTransaction';
|
|
2
|
+
|
|
3
|
+
export interface ReadCompanyTax extends CompanyTax {
|
|
4
|
+
transaction?: IAccountingTransaction;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export interface CompanyTax {
|
|
8
|
+
reducedRateTax: number;
|
|
9
|
+
normalRateTax: number;
|
|
10
|
+
taxTotal: number;
|
|
11
|
+
taxableIncome: number;
|
|
12
|
+
}
|
|
@@ -9,8 +9,13 @@ interface Tax extends TaxDate {
|
|
|
9
9
|
tax: ICustomerIsRegime | null;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
export
|
|
12
|
+
export type ReadTax = ReadTaxAndData & {
|
|
13
13
|
amountBase: ReadAmountBase | null;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export type TaxAndDataWithExercise = { idExercice: number } & ReadTaxAndData;
|
|
17
|
+
|
|
18
|
+
export interface ReadTaxAndData {
|
|
14
19
|
taxes: Tax[],
|
|
15
20
|
others: ICustomerIsRegime[]
|
|
16
21
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { IsOptional, IsEnum } from 'class-validator';
|
|
1
2
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
2
|
-
import { VatRegime } from '../../..';
|
|
3
|
+
import { VatRegime, ToDoOrDone } from '../../..';
|
|
3
4
|
import { ComptaType } from '../../../Enum/ComptaType';
|
|
4
5
|
import { TaxSystem } from '../../../Enum/TaxSystem';
|
|
5
6
|
import { BalanceSheetState } from '../../../Enum/BalanceSheet';
|
|
@@ -43,6 +44,11 @@ export class QueryTaxDeadline {
|
|
|
43
44
|
|
|
44
45
|
@ApiPropertyOptional({ description: 'Date de clôture inférieure ou égale à (format YYYY-MM-DD)' })
|
|
45
46
|
maximalEndDate?: string;
|
|
47
|
+
|
|
48
|
+
@ApiPropertyOptional({ description: 'Statuts de l\'IS/IR' })
|
|
49
|
+
@IsOptional()
|
|
50
|
+
@IsEnum(ToDoOrDone)
|
|
51
|
+
idTaxStatus?: ToDoOrDone;
|
|
46
52
|
}
|
|
47
53
|
|
|
48
54
|
export class QueryTaxDeadlineStatistics {
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
// balanceSheetModule
|
|
2
2
|
export interface IBalanceSheetModule {
|
|
3
3
|
id?: number;
|
|
4
|
-
inventory: boolean;
|
|
5
|
-
loanToDeclare: boolean;
|
|
6
|
-
provisionToDeclare: boolean;
|
|
4
|
+
inventory: boolean | null;
|
|
5
|
+
loanToDeclare: boolean | null;
|
|
6
|
+
provisionToDeclare: boolean | null;
|
|
7
7
|
// deadlinerecoveryImmobilization: boolean;
|
|
8
|
-
|
|
8
|
+
recoveryImmobilization?: boolean | null;
|
|
9
|
+
incomeAllocation?: boolean | null;
|
|
10
|
+
salariesFile?: boolean | null;
|
|
9
11
|
hasCustomerInvoiceToEstablish?: boolean | null;
|
|
10
12
|
hasCustomerAssetToEstablish?: boolean | null;
|
|
11
13
|
hasCustomerPrepaidIncome?: boolean | null;
|
|
@@ -16,6 +18,7 @@ export interface IBalanceSheetModule {
|
|
|
16
18
|
hasLaundryFees?: boolean | null;
|
|
17
19
|
hasMealExpenses?: boolean | null;
|
|
18
20
|
hasCheckedVAT?: boolean | null;
|
|
21
|
+
hasCheckedCompanyTax?: boolean | null;
|
|
19
22
|
idSociety: number;
|
|
20
23
|
idExercice: number;
|
|
21
24
|
createdAt?: Date | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IPrestationList } from './IPrestationList';
|
|
2
2
|
import { ISociety } from './ISociety';
|
|
3
3
|
|
|
4
4
|
// societySocial
|
|
@@ -15,6 +15,6 @@ export interface ISocietySocial {
|
|
|
15
15
|
updatedAt?: Date | null;
|
|
16
16
|
|
|
17
17
|
// Associations
|
|
18
|
-
|
|
18
|
+
prestationList: IPrestationList;
|
|
19
19
|
society: ISociety;
|
|
20
20
|
}
|
package/ts/types/index.ts
CHANGED
|
@@ -141,7 +141,6 @@ export * from './Interface/models/IPermission';
|
|
|
141
141
|
export * from './Interface/models/IPhoneNumber';
|
|
142
142
|
export * from './Interface/models/IPhonePrefix';
|
|
143
143
|
export * from './Interface/models/IPhonePrefixChild';
|
|
144
|
-
export * from './Interface/models/IPrestationSocial';
|
|
145
144
|
export * from './Interface/models/IPrestation';
|
|
146
145
|
export * from './Interface/models/IPrestationComplementary';
|
|
147
146
|
export * from './Interface/models/IPrestationList';
|
|
@@ -300,8 +299,9 @@ export * from './Form/FormAuthenticate';
|
|
|
300
299
|
export * from './Form/FormConnector';
|
|
301
300
|
|
|
302
301
|
// Enums
|
|
303
|
-
export * from './Enum/
|
|
302
|
+
export * from './Enum/Aspone';
|
|
304
303
|
export * from './Enum/ProfitsType';
|
|
304
|
+
export * from './Enum/Tax';
|
|
305
305
|
export * from './Enum/RegistrationSource';
|
|
306
306
|
export * from './Enum/Log';
|
|
307
307
|
export * from './Enum/Quality';
|
|
@@ -375,14 +375,17 @@ export * from './Enum/Unit';
|
|
|
375
375
|
export * from './Enum/MealExpenseThresholds';
|
|
376
376
|
export * from './Enum/MimeType';
|
|
377
377
|
export * from './Enum/BalanceSheetQuestion';
|
|
378
|
+
export * from './Enum/BalanceSheetQuestionWording';
|
|
378
379
|
export * from './Enum/AnswerTypeValue';
|
|
379
380
|
export * from './Enum/PartneredAccountantServiceType';
|
|
381
|
+
export * from './Enum/LegalInformation';
|
|
380
382
|
export * from './Enum/ProvisionType';
|
|
381
383
|
|
|
382
384
|
// Interfaces API
|
|
385
|
+
export * from './Interface/api/aspone/ReadInterchange';
|
|
386
|
+
export * from './Interface/api/aspone/Util';
|
|
383
387
|
export * from './Interface/api/businessPartner/ReadBusinessPartner';
|
|
384
388
|
export * from './Interface/api/simulation/CreateSimulation';
|
|
385
|
-
export * from './Interface/api/cerfa/ReadCerfa';
|
|
386
389
|
export * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';
|
|
387
390
|
export * from './Interface/api/accountingEntry/CreateManualEntry';
|
|
388
391
|
export * from './Interface/api/immobilization/ReadFormattedImmobilization';
|
|
@@ -410,6 +413,7 @@ export * from './Interface/api/simulationColors/ReadSimulationColors';
|
|
|
410
413
|
export * from './Interface/api/survey/QuerySurveys';
|
|
411
414
|
export * from './Interface/api/file/TFile';
|
|
412
415
|
export * from './Interface/api/cerfa/CreateCerfa';
|
|
416
|
+
export * from './Interface/api/cerfa/ReadCerfa';
|
|
413
417
|
export * from './Interface/api/customerProviderOperation/CreateCustomerProviderOperation';
|
|
414
418
|
export * from './Interface/api/society/LegalFormSiren';
|
|
415
419
|
export * from './Interface/api/society/QuerySociety';
|
|
@@ -459,6 +463,7 @@ export * from './Interface/api/bankStatement/QueryBankStatement';
|
|
|
459
463
|
export * from './Interface/api/bankStatement/QueryTransactionBankStatement';
|
|
460
464
|
export * from './Interface/api/ocr/OcrTypeTransactions';
|
|
461
465
|
export * from './Interface/api/bankStatement/ReadBankStatement';
|
|
466
|
+
export * from './Interface/api/tax/ReadCompanyTax';
|
|
462
467
|
|
|
463
468
|
// export * from './Interface/api/survey/QuerySurvey';
|
|
464
469
|
export * from './Interface/api/survey/ReadSurvey';
|
|
@@ -569,6 +574,7 @@ export * from './Interface/api/registration/ReadRegistration';
|
|
|
569
574
|
export * from './Interface/api/registration/CreateRegistration';
|
|
570
575
|
export * from './Interface/api/journal/Journals';
|
|
571
576
|
export * from './Interface/api/journal/QueryJournal';
|
|
577
|
+
export * from './Interface/api/registration/DeclareRegistration';
|
|
572
578
|
export * from './Interface/api/balanceSheet/ReadBalanceSheetTransaction';
|
|
573
579
|
export * from './Interface/api/mealExpense/CreateMealExpense';
|
|
574
580
|
export * from './Interface/api/mealExpense/ReadMealExpense';
|
|
@@ -578,3 +584,5 @@ export * from './Interface/api/provision/ReadProvision';
|
|
|
578
584
|
export * from './Interface/api/provision/CreateProvisionForm';
|
|
579
585
|
export * from './Interface/api/provision/UpdateProvisionForm';
|
|
580
586
|
export * from './Interface/api/provision/QueryGetProvisions';
|
|
587
|
+
|
|
588
|
+
export * from '../utils/cerfa';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IPrestationSocial.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationSocial.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,iBAAiB;IAChC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IPrestationSocial.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationSocial.ts"],"names":[],"mappings":"","sourcesContent":["// prestationSocial\nexport interface IPrestationSocial {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|