@silexpert/core 0.4.122 → 0.4.124
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/Closing.d.ts +6 -0
- package/es/api/resources/Closing.d.ts.map +1 -0
- package/es/api/resources/Closing.js +7 -0
- package/es/api/resources/Closing.js.map +1 -0
- package/es/api/resources/shareCapital.d.ts +29 -0
- package/es/api/resources/shareCapital.d.ts.map +1 -0
- package/es/api/resources/shareCapital.js +32 -0
- package/es/api/resources/shareCapital.js.map +1 -0
- package/es/api/resources.d.ts +4 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +4 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Account.d.ts +8 -0
- package/es/types/Enum/Account.d.ts.map +1 -1
- package/es/types/Enum/Account.js +8 -0
- package/es/types/Enum/Account.js.map +1 -1
- package/es/types/Enum/Ocr.d.ts +5 -0
- package/es/types/Enum/Ocr.d.ts.map +1 -0
- package/es/types/Enum/Ocr.js +6 -0
- package/es/types/Enum/Ocr.js.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +6 -3
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +21 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +6 -4
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +18 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/cerfa/2031.d.ts +157 -0
- package/es/types/Interface/api/cerfa/2031.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2031.js +17 -0
- package/es/types/Interface/api/cerfa/2031.js.map +1 -0
- package/es/types/Interface/api/cerfa/2033.d.ts +511 -0
- package/es/types/Interface/api/cerfa/2033.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2033.js +429 -0
- package/es/types/Interface/api/cerfa/2033.js.map +1 -0
- package/es/types/Interface/api/cerfa/2035.d.ts +396 -0
- package/es/types/Interface/api/cerfa/2035.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2035.js +43 -0
- package/es/types/Interface/api/cerfa/2035.js.map +1 -0
- package/es/types/Interface/api/cerfa/2050.d.ts +1678 -0
- package/es/types/Interface/api/cerfa/2050.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2050.js +3 -0
- package/es/types/Interface/api/cerfa/2050.js.map +1 -0
- package/es/types/Interface/api/cerfa/2065.d.ts +149 -0
- package/es/types/Interface/api/cerfa/2065.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2065.js +21 -0
- package/es/types/Interface/api/cerfa/2065.js.map +1 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +6 -1215
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.js +5 -481
- 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/closing/ProcessedClosing.d.ts +6 -0
- package/es/types/Interface/api/closing/ProcessedClosing.d.ts.map +1 -0
- package/es/types/Interface/api/closing/ProcessedClosing.js +2 -0
- package/es/types/Interface/api/closing/ProcessedClosing.js.map +1 -0
- package/es/types/Interface/api/ocr/CreateOcr.d.ts +13 -0
- package/es/types/Interface/api/ocr/CreateOcr.d.ts.map +1 -0
- package/es/types/Interface/api/ocr/CreateOcr.js +53 -0
- package/es/types/Interface/api/ocr/CreateOcr.js.map +1 -0
- package/es/types/Interface/api/ocr/OcrTransactions.d.ts +1 -3
- package/es/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -1
- package/es/types/Interface/api/ocr/OcrTransactions.js +2 -2
- package/es/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
- package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts +17 -0
- package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +1 -1
- package/es/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -1
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.d.ts +6 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.js +32 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.d.ts +6 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.js +27 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.d.ts +7 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.js +3 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts +4 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +3 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts +7 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.js +3 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts +1 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/UpdateSociety.js +4 -0
- package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.d.ts +1 -0
- package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +3 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +3 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.d.ts +2 -0
- 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/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 +8 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +8 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Closing.js +18 -0
- package/js/api/resources/Closing.js.map +1 -0
- package/js/api/resources/shareCapital.js +47 -0
- package/js/api/resources/shareCapital.js.map +1 -0
- package/js/api/resources.js +7 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Account.js +8 -0
- package/js/types/Enum/Account.js.map +1 -1
- package/js/types/Enum/Ocr.js +12 -0
- package/js/types/Enum/Ocr.js.map +1 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +6 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +5 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/cerfa/2031.js +29 -0
- package/js/types/Interface/api/cerfa/2031.js.map +1 -0
- package/js/types/Interface/api/cerfa/2033.js +295 -0
- package/js/types/Interface/api/cerfa/2033.js.map +1 -0
- package/js/types/Interface/api/cerfa/2035.js +47 -0
- package/js/types/Interface/api/cerfa/2035.js.map +1 -0
- package/js/types/Interface/api/cerfa/2050.js +10 -0
- package/js/types/Interface/api/cerfa/2050.js.map +1 -0
- package/js/types/Interface/api/cerfa/2065.js +37 -0
- package/js/types/Interface/api/cerfa/2065.js.map +1 -0
- package/js/types/Interface/api/cerfa/CreateCerfa.js +50 -337
- package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/js/types/Interface/{models/IPrestationSocial.js → api/closing/ProcessedClosing.js} +1 -1
- package/js/types/Interface/{models/IPrestationSocial.js.map → api/closing/ProcessedClosing.js.map} +1 -1
- package/js/types/Interface/api/ocr/CreateOcr.js +45 -0
- package/js/types/Interface/api/ocr/CreateOcr.js.map +1 -0
- package/js/types/Interface/api/ocr/OcrTransactions.js +1 -1
- package/js/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
- package/js/types/Interface/api/shareCapital/CreateInKindContribution.js +35 -0
- package/js/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -0
- package/js/types/Interface/api/shareCapital/CreateShareCapital.js +33 -0
- package/js/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapital.js +10 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +10 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ResultCreateShareCapital.js +10 -0
- package/js/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -0
- package/js/types/Interface/api/society/UpdateSociety.js +2 -0
- package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +4 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +99 -15
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Closing.ts +8 -0
- package/ts/api/resources/shareCapital.ts +37 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/Account.ts +8 -0
- package/ts/types/Enum/Ocr.ts +4 -0
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +21 -3
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +19 -4
- package/ts/types/Interface/api/cerfa/2031.ts +154 -0
- package/ts/types/Interface/api/cerfa/2033.ts +722 -0
- package/ts/types/Interface/api/cerfa/2035.ts +414 -0
- package/ts/types/Interface/api/cerfa/2050.ts +1416 -0
- package/ts/types/Interface/api/cerfa/2065.ts +128 -0
- package/ts/types/Interface/api/cerfa/CreateCerfa.ts +8 -1657
- package/ts/types/Interface/api/cerfa/ReadCerfa.ts +6 -1
- package/ts/types/Interface/api/closing/ProcessedClosing.ts +6 -0
- package/ts/types/Interface/api/ocr/CreateOcr.ts +33 -0
- package/ts/types/Interface/api/ocr/OcrTransactions.ts +3 -5
- package/ts/types/Interface/api/ocr/OcrTypeTransactions.ts +20 -0
- package/ts/types/Interface/api/shareCapital/CreateInKindContribution.ts +19 -0
- package/ts/types/Interface/api/shareCapital/CreateShareCapital.ts +17 -0
- package/ts/types/Interface/api/shareCapital/ReadShareCapital.ts +6 -0
- package/ts/types/Interface/api/shareCapital/ReadShareCapitalProvided.ts +3 -0
- package/ts/types/Interface/api/shareCapital/ResultCreateShareCapital.ts +6 -0
- package/ts/types/Interface/api/society/UpdateSociety.ts +3 -0
- package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
- package/ts/types/Interface/models/IApiError.ts +4 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +2 -0
- package/ts/types/Interface/models/ISocietySocial.ts +2 -2
- package/ts/types/index.ts +9 -2
- 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,4 +1,5 @@
|
|
|
1
1
|
import { CerfaType } from '../../../Enum/CerfaType';
|
|
2
|
+
import { QuestionWording } from '../../..';
|
|
2
3
|
|
|
3
4
|
export interface ReadCerfaToComplete {
|
|
4
5
|
declaration: CerfaType;
|
|
@@ -7,4 +8,8 @@ export interface ReadCerfaToComplete {
|
|
|
7
8
|
export interface ReadCerfaDocument {
|
|
8
9
|
file: any;
|
|
9
10
|
payload: any;
|
|
10
|
-
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export type CerfaAnswers = {
|
|
14
|
+
[key in keyof typeof QuestionWording | 'OTHER_TAX_DEDUCTION_AMOUNT_1' | 'OTHER_TAX_DEDUCTION_AMOUNT_2'| 'OTHER_TAX_DEDUCTION_AMOUNT_3' | 'OTHER_TAX_DEDUCTION_AMOUNT_4'| 'OTHER_TAX_DEDUCTION_AMOUNT_5' | 'OTHER_ADDITION_AMOUNT_1' | 'OTHER_ADDITION_AMOUNT_2' | 'OTHER_ADDITION_AMOUNT_3' | 'OTHER_ADDITION_AMOUNT_4' | 'OTHER_ADDITION_AMOUNT_5' | '39_DECIES' | '39_DECIES_A' | '39_DECIES_B' | '39_DECIES_C' | '39_DECIES_D' | '39_DECIES_E' | '39_DECIES_F' | '39_DECIES_G']: number
|
|
15
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
2
|
+
|
|
3
|
+
export class CreateOcr {
|
|
4
|
+
@ApiPropertyOptional()
|
|
5
|
+
Type: string;
|
|
6
|
+
|
|
7
|
+
@ApiPropertyOptional()
|
|
8
|
+
MessageId: string;
|
|
9
|
+
|
|
10
|
+
@ApiPropertyOptional()
|
|
11
|
+
Token: string;
|
|
12
|
+
|
|
13
|
+
@ApiPropertyOptional()
|
|
14
|
+
TopicArn: string;
|
|
15
|
+
|
|
16
|
+
@ApiPropertyOptional()
|
|
17
|
+
Message: string;
|
|
18
|
+
|
|
19
|
+
@ApiPropertyOptional()
|
|
20
|
+
SubscribeURL: string;
|
|
21
|
+
|
|
22
|
+
@ApiPropertyOptional()
|
|
23
|
+
Timestamp: string;
|
|
24
|
+
|
|
25
|
+
@ApiPropertyOptional()
|
|
26
|
+
SignatureVersion: string;
|
|
27
|
+
|
|
28
|
+
@ApiPropertyOptional()
|
|
29
|
+
Signature: string;
|
|
30
|
+
|
|
31
|
+
@ApiPropertyOptional()
|
|
32
|
+
SigningCertURL: string;
|
|
33
|
+
}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { IsBoolean } from 'class-validator';
|
|
2
|
-
import { IFile } from '../../..';
|
|
3
2
|
import { ApiProperty, ApiPropertyOptional } from '../../../..';
|
|
4
3
|
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
5
4
|
import { OcrTransactionDetails } from './OcrTypeTransactions';
|
|
6
5
|
|
|
7
6
|
export class OcrTransactions {
|
|
8
|
-
@
|
|
9
|
-
|
|
10
|
-
id: number
|
|
11
|
-
file: Partial<IFile>
|
|
7
|
+
@ApiPropertyOptional()
|
|
8
|
+
file?: {
|
|
9
|
+
id: number,
|
|
12
10
|
};
|
|
13
11
|
|
|
14
12
|
@ApiProperty()
|
|
@@ -1,6 +1,26 @@
|
|
|
1
|
+
import { OcrType } from '../../../Enum/Ocr';
|
|
2
|
+
|
|
1
3
|
export type OcrTransactionDetails = {
|
|
2
4
|
dateValue: Date,
|
|
3
5
|
label: string | null,
|
|
4
6
|
debit: number,
|
|
5
7
|
credit: number,
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export type OcrResponseMessage = {
|
|
11
|
+
metadata: string,
|
|
12
|
+
s3_file_name: string,
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export type OcrResponseParsed = {
|
|
16
|
+
Type: OcrType;
|
|
17
|
+
MessageId: string;
|
|
18
|
+
TopicArn: string;
|
|
19
|
+
Message: string;
|
|
20
|
+
Timestamp: string;
|
|
21
|
+
SignatureVersion: string;
|
|
22
|
+
Signature: string;
|
|
23
|
+
SigningCertURL: string;
|
|
24
|
+
UnsubscribeURL: string;
|
|
25
|
+
SubscribeURL?: string;
|
|
6
26
|
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { IsNumber, IsString, Min } from 'class-validator';
|
|
2
|
+
import { ApiProperty } from '../../../..';
|
|
3
|
+
|
|
4
|
+
export class CreateInKindContribution {
|
|
5
|
+
@ApiProperty()
|
|
6
|
+
@IsNumber()
|
|
7
|
+
@Min(0, {
|
|
8
|
+
message: 'Amount should be positive',
|
|
9
|
+
})
|
|
10
|
+
amount: number;
|
|
11
|
+
|
|
12
|
+
@ApiProperty()
|
|
13
|
+
@IsString()
|
|
14
|
+
designation: string;
|
|
15
|
+
|
|
16
|
+
@ApiProperty()
|
|
17
|
+
@IsNumber()
|
|
18
|
+
idAccount: number;
|
|
19
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IsArray, IsNumber, Min } from 'class-validator';
|
|
2
|
+
import { ApiProperty } from '../../../..';
|
|
3
|
+
import { CreateInKindContribution } from './CreateInKindContribution';
|
|
4
|
+
|
|
5
|
+
export class CreateShareCapital {
|
|
6
|
+
@ApiProperty()
|
|
7
|
+
@IsNumber()
|
|
8
|
+
@Min(0, {
|
|
9
|
+
message: 'amount should be positive',
|
|
10
|
+
})
|
|
11
|
+
unpaidShareCapital: number;
|
|
12
|
+
|
|
13
|
+
@ApiProperty()
|
|
14
|
+
@IsArray({
|
|
15
|
+
})
|
|
16
|
+
inKindContributions: CreateInKindContribution[];
|
|
17
|
+
}
|
|
@@ -143,6 +143,10 @@ export enum Code {
|
|
|
143
143
|
// Balance Sheet Questions
|
|
144
144
|
UNKNOWN_ANSWER_VALUE = 'UNKNOWN_ANSWER_VALUE',
|
|
145
145
|
QUESTION_ALREADY_EXISTS_IN_EXERCICE = 'QUESTION_ALREADY_EXISTS_IN_EXERCICE',
|
|
146
|
+
|
|
147
|
+
// Fiscal period closing
|
|
148
|
+
EXERCICE_ALREADY_CLOSED = 'EXERCICE_ALREADY_CLOSED',
|
|
149
|
+
MISSING_ANNOTATIONS = 'MISSING_ANNOTATIONS',
|
|
146
150
|
}
|
|
147
151
|
|
|
148
152
|
export interface IApiError {
|
|
@@ -3,11 +3,13 @@ export interface IBalanceSheetModule {
|
|
|
3
3
|
id?: number;
|
|
4
4
|
inventory: boolean | null;
|
|
5
5
|
loanToDeclare: boolean | null;
|
|
6
|
+
hasPreviousExercice: boolean | null;
|
|
6
7
|
provisionToDeclare: boolean | null;
|
|
7
8
|
// deadlinerecoveryImmobilization: boolean;
|
|
8
9
|
recoveryImmobilization?: boolean | null;
|
|
9
10
|
incomeAllocation?: boolean | null;
|
|
10
11
|
salariesFile?: boolean | null;
|
|
12
|
+
hasShareCapital: boolean | null;
|
|
11
13
|
hasCustomerInvoiceToEstablish?: boolean | null;
|
|
12
14
|
hasCustomerAssetToEstablish?: boolean | null;
|
|
13
15
|
hasCustomerPrepaidIncome?: boolean | 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';
|
|
@@ -381,12 +380,14 @@ export * from './Enum/AnswerTypeValue';
|
|
|
381
380
|
export * from './Enum/PartneredAccountantServiceType';
|
|
382
381
|
export * from './Enum/LegalInformation';
|
|
383
382
|
export * from './Enum/ProvisionType';
|
|
383
|
+
export * from './Enum/Ocr';
|
|
384
384
|
|
|
385
385
|
// Interfaces API
|
|
386
386
|
export * from './Interface/api/aspone/ReadInterchange';
|
|
387
387
|
export * from './Interface/api/aspone/Util';
|
|
388
388
|
export * from './Interface/api/businessPartner/ReadBusinessPartner';
|
|
389
389
|
export * from './Interface/api/simulation/CreateSimulation';
|
|
390
|
+
export * from './Interface/api/ocr/CreateOcr';
|
|
390
391
|
export * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';
|
|
391
392
|
export * from './Interface/api/accountingEntry/CreateManualEntry';
|
|
392
393
|
export * from './Interface/api/immobilization/ReadFormattedImmobilization';
|
|
@@ -585,5 +586,11 @@ export * from './Interface/api/provision/ReadProvision';
|
|
|
585
586
|
export * from './Interface/api/provision/CreateProvisionForm';
|
|
586
587
|
export * from './Interface/api/provision/UpdateProvisionForm';
|
|
587
588
|
export * from './Interface/api/provision/QueryGetProvisions';
|
|
589
|
+
export * from './Interface/api/shareCapital/CreateInKindContribution';
|
|
590
|
+
export * from './Interface/api/shareCapital/CreateShareCapital';
|
|
591
|
+
export * from './Interface/api/shareCapital/ReadShareCapitalProvided';
|
|
592
|
+
export * from './Interface/api/shareCapital/ReadShareCapital';
|
|
593
|
+
export * from './Interface/api/shareCapital/ResultCreateShareCapital';
|
|
594
|
+
export * from './Interface/api/closing/ProcessedClosing';
|
|
588
595
|
|
|
589
|
-
export * from '../utils/cerfa';
|
|
596
|
+
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"]}
|