@silexpert/core 1.1.39 → 1.1.41
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/FirstStep.d.ts +2 -1
- package/es/api/resources/FirstStep.d.ts.map +1 -1
- package/es/api/resources/FirstStep.js +3 -0
- package/es/api/resources/FirstStep.js.map +1 -1
- package/es/types/Enum/Activity.d.ts +50 -0
- package/es/types/Enum/Activity.d.ts.map +1 -1
- package/es/types/Enum/Activity.js +50 -0
- package/es/types/Enum/Activity.js.map +1 -1
- package/es/types/Enum/BrandClems.d.ts +164 -0
- package/es/types/Enum/BrandClems.d.ts.map +1 -0
- package/es/types/Enum/BrandClems.js +155 -0
- package/es/types/Enum/BrandClems.js.map +1 -0
- package/es/types/Enum/BrandLegalstart.js +3 -3
- package/es/types/Enum/BrandLegalstart.js.map +1 -1
- package/es/types/Enum/BrandPourcentage.js +2 -2
- package/es/types/Enum/BrandPourcentage.js.map +1 -1
- package/es/types/Enum/Country.d.ts +200 -0
- package/es/types/Enum/Country.d.ts.map +1 -1
- package/es/types/Enum/Country.js +393 -0
- package/es/types/Enum/Country.js.map +1 -1
- package/es/types/Enum/PaymentExpectation.d.ts +18 -0
- package/es/types/Enum/PaymentExpectation.d.ts.map +1 -0
- package/es/types/Enum/PaymentExpectation.js +66 -0
- package/es/types/Enum/PaymentExpectation.js.map +1 -0
- package/es/types/Enum/PrestationType.d.ts +4 -1
- package/es/types/Enum/PrestationType.d.ts.map +1 -1
- package/es/types/Enum/PrestationType.js +54 -0
- package/es/types/Enum/PrestationType.js.map +1 -1
- package/es/types/Interface/api/exercice/QueryExercice.d.ts +1 -0
- package/es/types/Interface/api/exercice/QueryExercice.d.ts.map +1 -1
- package/es/types/Interface/api/exercice/QueryExercice.js +7 -0
- package/es/types/Interface/api/exercice/QueryExercice.js.map +1 -1
- package/es/types/Interface/api/firstStep/Create.d.ts +10 -0
- package/es/types/Interface/api/firstStep/Create.d.ts.map +1 -0
- package/es/types/Interface/api/firstStep/Create.js +56 -0
- package/es/types/Interface/api/firstStep/Create.js.map +1 -0
- package/es/types/Interface/api/society/CreateSocietyDetail.d.ts +6 -0
- package/es/types/Interface/api/society/CreateSocietyDetail.d.ts.map +1 -0
- package/es/types/Interface/api/society/CreateSocietyDetail.js +32 -0
- package/es/types/Interface/api/society/CreateSocietyDetail.js.map +1 -0
- package/es/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts +15 -0
- package/es/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts.map +1 -0
- package/es/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js +71 -0
- package/es/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js.map +1 -0
- package/es/types/Interface/api/statutsGeneration/SendInviteMailParams.d.ts +4 -0
- package/es/types/Interface/api/statutsGeneration/SendInviteMailParams.d.ts.map +1 -0
- package/es/types/Interface/api/statutsGeneration/SendInviteMailParams.js +19 -0
- package/es/types/Interface/api/statutsGeneration/SendInviteMailParams.js.map +1 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExercice.d.ts +5 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExercice.d.ts.map +1 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExercice.js +26 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExercice.js.map +1 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExerciceParams.d.ts +5 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExerciceParams.d.ts.map +1 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExerciceParams.js +26 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExerciceParams.js.map +1 -0
- package/es/types/Interface/models/ISocietyDetail.d.ts +97 -97
- package/es/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyDetail.js.map +1 -1
- package/es/types/index.d.ts +6 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/amount.d.ts +1 -0
- package/es/utils/amount.d.ts.map +1 -1
- package/es/utils/amount.js +300 -0
- package/es/utils/amount.js.map +1 -1
- package/es/utils/vat/3310/century23.d.ts.map +1 -1
- package/es/utils/vat/3310/century23.js +6 -5
- package/es/utils/vat/3310/century23.js.map +1 -1
- package/js/api/resources/FirstStep.js +3 -0
- package/js/api/resources/FirstStep.js.map +1 -1
- package/js/types/Enum/Activity.js +50 -0
- package/js/types/Enum/Activity.js.map +1 -1
- package/js/types/Enum/BrandClems.js +157 -0
- package/js/types/Enum/BrandClems.js.map +1 -0
- package/js/types/Enum/BrandLegalstart.js +3 -3
- package/js/types/Enum/BrandLegalstart.js.map +1 -1
- package/js/types/Enum/BrandPourcentage.js +2 -2
- package/js/types/Enum/BrandPourcentage.js.map +1 -1
- package/js/types/Enum/Country.js +780 -0
- package/js/types/Enum/Country.js.map +1 -1
- package/js/types/Enum/PaymentExpectation.js +60 -0
- package/js/types/Enum/PaymentExpectation.js.map +1 -0
- package/js/types/Enum/PrestationType.js +54 -0
- package/js/types/Enum/PrestationType.js.map +1 -1
- package/js/types/Interface/api/exercice/QueryExercice.js +1 -0
- package/js/types/Interface/api/exercice/QueryExercice.js.map +1 -1
- package/js/types/Interface/api/firstStep/Create.js +28 -0
- package/js/types/Interface/api/firstStep/Create.js.map +1 -0
- package/js/types/Interface/api/society/CreateSocietyDetail.js +24 -0
- package/js/types/Interface/api/society/CreateSocietyDetail.js.map +1 -0
- package/js/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js +34 -0
- package/js/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js.map +1 -0
- package/js/types/Interface/api/statutsGeneration/SendInviteMailParams.js +22 -0
- package/js/types/Interface/api/statutsGeneration/SendInviteMailParams.js.map +1 -0
- package/js/types/Interface/api/statutsGeneration/UpdateExercice.js +23 -0
- package/js/types/Interface/api/statutsGeneration/UpdateExercice.js.map +1 -0
- package/js/types/Interface/api/statutsGeneration/UpdateExerciceParams.js +23 -0
- package/js/types/Interface/api/statutsGeneration/UpdateExerciceParams.js.map +1 -0
- package/js/types/Interface/models/ISocietyDetail.js.map +1 -1
- package/js/types/index.js +87 -27
- package/js/types/index.js.map +1 -1
- package/js/utils/amount.js +238 -0
- package/js/utils/amount.js.map +1 -1
- package/js/utils/vat/3310/century23.js +6 -5
- package/js/utils/vat/3310/century23.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/FirstStep.ts +5 -1
- package/ts/types/Enum/Activity.ts +52 -1
- package/ts/types/Enum/BrandClems.ts +154 -0
- package/ts/types/Enum/BrandLegalstart.ts +3 -3
- package/ts/types/Enum/BrandPourcentage.ts +2 -2
- package/ts/types/Enum/Country.ts +394 -0
- package/ts/types/Enum/PaymentExpectation.ts +65 -0
- package/ts/types/Enum/PrestationType.ts +54 -0
- package/ts/types/Interface/api/exercice/QueryExercice.ts +6 -0
- package/ts/types/Interface/api/firstStep/Create.ts +39 -0
- package/ts/types/Interface/api/society/CreateSocietyDetail.ts +19 -0
- package/ts/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.ts +54 -0
- package/ts/types/Interface/api/statutsGeneration/SendInviteMailParams.ts +10 -0
- package/ts/types/Interface/api/statutsGeneration/UpdateExercice.ts +16 -0
- package/ts/types/Interface/api/statutsGeneration/UpdateExerciceParams.ts +16 -0
- package/ts/types/Interface/models/ISocietyDetail.ts +97 -97
- package/ts/types/index.ts +6 -0
- package/ts/utils/amount.ts +171 -0
- package/ts/utils/vat/3310/century23.ts +7 -5
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
export enum PaymentExpectationCode {
|
|
2
|
+
SUCCESS = 1,
|
|
3
|
+
CONNEXION_FAILED = 2,
|
|
4
|
+
INVALID_HOLDER_NUMBER = 3,
|
|
5
|
+
INCORRECT_EXPIRY_DATE = 4,
|
|
6
|
+
ERROR_00040 = 5,
|
|
7
|
+
ERROR_00105 = 6,
|
|
8
|
+
INSUFFICIENTS_FUNDS = 7,
|
|
9
|
+
ERROR_00154 = 8,
|
|
10
|
+
ERROR_00157 = 9,
|
|
11
|
+
ERROR_00159 = 10,
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export const PaymentExpectationCodeErreurDetails: Array<{ id: number, name: string, number: string }> = [
|
|
15
|
+
{
|
|
16
|
+
id: PaymentExpectationCode.SUCCESS,
|
|
17
|
+
name: 'Success',
|
|
18
|
+
number: '00000',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
id: PaymentExpectationCode.CONNEXION_FAILED,
|
|
22
|
+
name: 'Connexion failed',
|
|
23
|
+
number: '00001',
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
id: PaymentExpectationCode.INVALID_HOLDER_NUMBER,
|
|
27
|
+
name: 'Invalid holder number',
|
|
28
|
+
number: '00004',
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
id: PaymentExpectationCode.INCORRECT_EXPIRY_DATE,
|
|
32
|
+
name: 'Incorrect expiry date',
|
|
33
|
+
number: '00008',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
id: PaymentExpectationCode.ERROR_00040,
|
|
37
|
+
name: 'Error 00040',
|
|
38
|
+
number: '00040',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
id: PaymentExpectationCode.ERROR_00105,
|
|
42
|
+
name: 'Error 00105',
|
|
43
|
+
number: '00105',
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
id: PaymentExpectationCode.INSUFFICIENTS_FUNDS,
|
|
47
|
+
name: 'Insufficients funds',
|
|
48
|
+
number: '00151',
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
id: PaymentExpectationCode.ERROR_00154,
|
|
52
|
+
name: 'Error 00154',
|
|
53
|
+
number: '00154',
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
id: PaymentExpectationCode.ERROR_00157,
|
|
57
|
+
name: 'Error 00157',
|
|
58
|
+
number: '00157',
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
id: PaymentExpectationCode.ERROR_00159,
|
|
62
|
+
name: 'Error 00159',
|
|
63
|
+
number: '00159',
|
|
64
|
+
},
|
|
65
|
+
];
|
|
@@ -166,6 +166,9 @@ export enum PrestationType {
|
|
|
166
166
|
ANNONCE_LEGALE = 209,
|
|
167
167
|
FRAIS_DE_GREFFE = 210,
|
|
168
168
|
ASSURANCE_CONTROLE_FISCAL = 211,
|
|
169
|
+
STATUTS_FREE = 212,
|
|
170
|
+
STATUTS_OPTION_1 = 213,
|
|
171
|
+
STATUTS_OPTION_2 = 214,
|
|
169
172
|
}
|
|
170
173
|
|
|
171
174
|
export interface PrestationDetailEnum {
|
|
@@ -2978,4 +2981,55 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2978
2981
|
signaturePage: 5,
|
|
2979
2982
|
point: 200,
|
|
2980
2983
|
},
|
|
2984
|
+
STATUTS_FREE: {
|
|
2985
|
+
id: PrestationType.STATUTS_FREE,
|
|
2986
|
+
name: 'Statuts - Freemium',
|
|
2987
|
+
isComptable: true,
|
|
2988
|
+
isJuridique: true,
|
|
2989
|
+
isSocial: false,
|
|
2990
|
+
isAttestation: false,
|
|
2991
|
+
inAverageCart: false,
|
|
2992
|
+
isBack: false,
|
|
2993
|
+
price: 330.64,
|
|
2994
|
+
isCatalog: true,
|
|
2995
|
+
hidden: false,
|
|
2996
|
+
isComplementary: false,
|
|
2997
|
+
signaturePosition: '',
|
|
2998
|
+
signaturePage: null,
|
|
2999
|
+
point: 0,
|
|
3000
|
+
},
|
|
3001
|
+
STATUTS_OPTION_1: {
|
|
3002
|
+
id: PrestationType.STATUTS_OPTION_1,
|
|
3003
|
+
name: 'Statuts - Créa simpl\'',
|
|
3004
|
+
isComptable: true,
|
|
3005
|
+
isJuridique: true,
|
|
3006
|
+
isSocial: false,
|
|
3007
|
+
isAttestation: false,
|
|
3008
|
+
inAverageCart: false,
|
|
3009
|
+
isBack: false,
|
|
3010
|
+
price: 449.44,
|
|
3011
|
+
isCatalog: true,
|
|
3012
|
+
hidden: false,
|
|
3013
|
+
isComplementary: false,
|
|
3014
|
+
signaturePosition: '',
|
|
3015
|
+
signaturePage: null,
|
|
3016
|
+
point: 0,
|
|
3017
|
+
},
|
|
3018
|
+
STATUTS_OPTION_2: {
|
|
3019
|
+
id: PrestationType.STATUTS_OPTION_2,
|
|
3020
|
+
name: 'Statuts - Full\'Créa',
|
|
3021
|
+
isComptable: true,
|
|
3022
|
+
isJuridique: true,
|
|
3023
|
+
isSocial: false,
|
|
3024
|
+
isAttestation: false,
|
|
3025
|
+
inAverageCart: false,
|
|
3026
|
+
isBack: false,
|
|
3027
|
+
price: 629.44,
|
|
3028
|
+
isCatalog: true,
|
|
3029
|
+
hidden: false,
|
|
3030
|
+
isComplementary: false,
|
|
3031
|
+
signaturePosition: '',
|
|
3032
|
+
signaturePage: null,
|
|
3033
|
+
point: 0,
|
|
3034
|
+
},
|
|
2981
3035
|
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { IsDate, IsOptional } from 'class-validator';
|
|
2
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
3
|
+
|
|
4
|
+
export class UpdateOrCreateFirstStep {
|
|
5
|
+
@ApiPropertyOptional()
|
|
6
|
+
@IsOptional()
|
|
7
|
+
@IsDate()
|
|
8
|
+
hasBankAccountSynchronized?: Date;
|
|
9
|
+
|
|
10
|
+
@ApiPropertyOptional()
|
|
11
|
+
@IsOptional()
|
|
12
|
+
@IsDate()
|
|
13
|
+
hasContactInformationsFilled?: Date;
|
|
14
|
+
|
|
15
|
+
@ApiPropertyOptional()
|
|
16
|
+
@IsOptional()
|
|
17
|
+
@IsDate()
|
|
18
|
+
hasEmailCustom?: Date;
|
|
19
|
+
|
|
20
|
+
@ApiPropertyOptional()
|
|
21
|
+
@IsOptional()
|
|
22
|
+
@IsDate()
|
|
23
|
+
hasStripeConnector?: Date;
|
|
24
|
+
|
|
25
|
+
@ApiPropertyOptional()
|
|
26
|
+
@IsOptional()
|
|
27
|
+
@IsDate()
|
|
28
|
+
hasAccountingTransactionAnnotated?: Date;
|
|
29
|
+
|
|
30
|
+
@ApiPropertyOptional()
|
|
31
|
+
@IsOptional()
|
|
32
|
+
@IsDate()
|
|
33
|
+
hasBillingToolCustom?: Date;
|
|
34
|
+
|
|
35
|
+
@ApiPropertyOptional()
|
|
36
|
+
@IsOptional()
|
|
37
|
+
@IsDate()
|
|
38
|
+
hasMobileApp?: Date;
|
|
39
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { IsOptional, IsString } from 'class-validator';
|
|
2
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
3
|
+
|
|
4
|
+
export class CreateSocietyDetail {
|
|
5
|
+
@ApiPropertyOptional()
|
|
6
|
+
@IsOptional()
|
|
7
|
+
@IsString()
|
|
8
|
+
personnalContributionCapital?: string | null;
|
|
9
|
+
|
|
10
|
+
@ApiPropertyOptional()
|
|
11
|
+
@IsOptional()
|
|
12
|
+
@IsString()
|
|
13
|
+
personnalContributionCurrentBankAccount?: string | null;
|
|
14
|
+
|
|
15
|
+
@ApiPropertyOptional()
|
|
16
|
+
@IsOptional()
|
|
17
|
+
@IsString()
|
|
18
|
+
personnalContributionInKind?: string | null;
|
|
19
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import {
|
|
2
|
+
IsBoolean, IsDate, IsEnum, IsInt, IsOptional, IsString,
|
|
3
|
+
} from 'class-validator';
|
|
4
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';
|
|
5
|
+
import { CountryId } from '../../../Enum/Country';
|
|
6
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
7
|
+
|
|
8
|
+
export class CreateBusinessPartnersAndUsersParamsUser {
|
|
9
|
+
@ApiPropertyOptional()
|
|
10
|
+
@IsOptional()
|
|
11
|
+
@IsString()
|
|
12
|
+
firstname?: string;
|
|
13
|
+
|
|
14
|
+
@ApiPropertyOptional()
|
|
15
|
+
@IsOptional()
|
|
16
|
+
@IsString()
|
|
17
|
+
lastname?: string;
|
|
18
|
+
|
|
19
|
+
@ApiPropertyOptional()
|
|
20
|
+
@IsOptional()
|
|
21
|
+
@IsDate()
|
|
22
|
+
birthdate?: Date;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export class CreateBusinessPartnersAndUsersParams {
|
|
26
|
+
@ApiPropertyOptional()
|
|
27
|
+
@IsOptional()
|
|
28
|
+
@IsString()
|
|
29
|
+
cityOfBirth?: string;
|
|
30
|
+
|
|
31
|
+
@ApiPropertyOptional()
|
|
32
|
+
@IsOptional()
|
|
33
|
+
@IsEnum(CountryId)
|
|
34
|
+
idCountryBirth?: CountryId;
|
|
35
|
+
|
|
36
|
+
@ApiPropertyOptional()
|
|
37
|
+
@IsOptional()
|
|
38
|
+
@IsInt()
|
|
39
|
+
idNationality?: number;
|
|
40
|
+
|
|
41
|
+
@ApiPropertyOptional()
|
|
42
|
+
@IsOptional()
|
|
43
|
+
@IsBoolean()
|
|
44
|
+
@ToBoolean()
|
|
45
|
+
isPhysical?: boolean;
|
|
46
|
+
|
|
47
|
+
@ApiPropertyOptional()
|
|
48
|
+
@IsOptional()
|
|
49
|
+
@IsInt()
|
|
50
|
+
sharesHeld?: number;
|
|
51
|
+
|
|
52
|
+
@ApiProperty()
|
|
53
|
+
user?: CreateBusinessPartnersAndUsersParamsUser;
|
|
54
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import {
|
|
2
|
+
IsDateString, IsOptional,
|
|
3
|
+
} from 'class-validator';
|
|
4
|
+
import { ApiPropertyOptional } from '../../../../utils/decorators';
|
|
5
|
+
|
|
6
|
+
export class UpdateExerciceStatuts {
|
|
7
|
+
@ApiPropertyOptional()
|
|
8
|
+
@IsDateString()
|
|
9
|
+
@IsOptional()
|
|
10
|
+
startDate?: string;
|
|
11
|
+
|
|
12
|
+
@ApiPropertyOptional()
|
|
13
|
+
@IsDateString()
|
|
14
|
+
@IsOptional()
|
|
15
|
+
endDate?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import {
|
|
2
|
+
IsDateString, IsOptional,
|
|
3
|
+
} from 'class-validator';
|
|
4
|
+
import { ApiPropertyOptional } from '../../../../utils/decorators';
|
|
5
|
+
|
|
6
|
+
export class UpdateExerciceStatuts {
|
|
7
|
+
@ApiPropertyOptional()
|
|
8
|
+
@IsDateString()
|
|
9
|
+
@IsOptional()
|
|
10
|
+
startDate?: string;
|
|
11
|
+
|
|
12
|
+
@ApiPropertyOptional()
|
|
13
|
+
@IsDateString()
|
|
14
|
+
@IsOptional()
|
|
15
|
+
endDate?: string;
|
|
16
|
+
}
|
|
@@ -5,105 +5,105 @@ import { ISociety } from './ISociety';
|
|
|
5
5
|
// societyDetails
|
|
6
6
|
export interface ISocietyDetail {
|
|
7
7
|
id?: number;
|
|
8
|
-
detailActivity
|
|
9
|
-
historyComments
|
|
10
|
-
isLoans
|
|
11
|
-
loans
|
|
12
|
-
personnalContribution
|
|
13
|
-
nbBanks
|
|
14
|
-
nbBankaccounts
|
|
15
|
-
isCashdesk
|
|
16
|
-
nbTva
|
|
17
|
-
professionnalRent
|
|
18
|
-
isPersoAdress
|
|
19
|
-
vehicle
|
|
20
|
-
interestOtherCompanies
|
|
21
|
-
nbAssociates
|
|
22
|
-
nbEmployees
|
|
23
|
-
hiringPromess
|
|
24
|
-
aNouveaux
|
|
25
|
-
bilanN1
|
|
26
|
-
revisionDate
|
|
27
|
-
dateFirstContact
|
|
28
|
-
userIdFirstContact
|
|
29
|
-
tauxTvaComment
|
|
30
|
-
remarqueComment
|
|
31
|
-
remarqueCommentCab
|
|
32
|
-
acceptation
|
|
33
|
-
userIdAcceptation
|
|
34
|
-
lab
|
|
35
|
-
userIdLab
|
|
36
|
-
previsionCa
|
|
37
|
-
externalMeans
|
|
38
|
-
needTreasury
|
|
39
|
-
judiciaryRecovery
|
|
40
|
-
fiscalControl
|
|
41
|
-
descriptionFormation
|
|
42
|
-
fonctionAndInterlocutors
|
|
43
|
-
managementKnowledge
|
|
44
|
-
otherIncome
|
|
45
|
-
politicalResponsability
|
|
46
|
-
prohibitedBanking
|
|
47
|
-
accreARCEOrARE
|
|
48
|
-
frenchTaxResident
|
|
49
|
-
isIrTaxable
|
|
50
|
-
billingSoftware
|
|
51
|
-
collectionSystem
|
|
52
|
-
flowSheet
|
|
53
|
-
rankFiles
|
|
54
|
-
specificNeeds
|
|
55
|
-
configAccount
|
|
56
|
-
investissement
|
|
57
|
-
workInternationnal
|
|
58
|
-
creationEntreprise
|
|
59
|
-
oldActivite
|
|
60
|
-
indemnite
|
|
61
|
-
findClementine
|
|
62
|
-
validationDate
|
|
63
|
-
idSociety
|
|
64
|
-
idUser
|
|
65
|
-
idFile
|
|
66
|
-
idFileToClient
|
|
67
|
-
idFindClementine
|
|
68
|
-
nbAssociatesInCompany
|
|
69
|
-
hasCommercialLease
|
|
70
|
-
amountBaseBefore
|
|
71
|
-
trainingIsDone
|
|
72
|
-
commercialArea
|
|
73
|
-
commercialRentAmount
|
|
74
|
-
hasTravellingExpenses
|
|
75
|
-
personnalContributionCapital
|
|
76
|
-
personnalContributionCurrentBankAccount
|
|
77
|
-
personnalContributionInKind
|
|
78
|
-
poleEmploiAid
|
|
79
|
-
poleEmploiAidType
|
|
80
|
-
honorLoan
|
|
81
|
-
honorLoanAmount
|
|
82
|
-
financingStartingStock
|
|
83
|
-
financingStartingStockAmount
|
|
84
|
-
yearSocietyCreation
|
|
85
|
-
lastExerciceCA
|
|
86
|
-
borrowingInProgress
|
|
87
|
-
borrowingInProgressAmount
|
|
88
|
-
investissementCTMT
|
|
89
|
-
changeECReason
|
|
90
|
-
isSocietyCreation
|
|
91
|
-
participationsInOtherSociety
|
|
92
|
-
entrepriseProject
|
|
93
|
-
contractorProfil
|
|
94
|
-
notificationForConstitution
|
|
95
|
-
notificationForOtherMissions
|
|
96
|
-
takeKnowledge
|
|
97
|
-
bankSynchronisationState
|
|
98
|
-
platformExplanation
|
|
99
|
-
mobileAppInstallationProposal
|
|
100
|
-
verifiedDocuments
|
|
8
|
+
detailActivity?: string | null;
|
|
9
|
+
historyComments?: string | null;
|
|
10
|
+
isLoans?: string | null;
|
|
11
|
+
loans?: string | null;
|
|
12
|
+
personnalContribution?: string | null;
|
|
13
|
+
nbBanks?: string | null;
|
|
14
|
+
nbBankaccounts?: number | null;
|
|
15
|
+
isCashdesk?: boolean | null;
|
|
16
|
+
nbTva?: number | null;
|
|
17
|
+
professionnalRent?: string | null;
|
|
18
|
+
isPersoAdress?: string | null;
|
|
19
|
+
vehicle?: string | null;
|
|
20
|
+
interestOtherCompanies?: string | null;
|
|
21
|
+
nbAssociates?: number | null;
|
|
22
|
+
nbEmployees?: number | null;
|
|
23
|
+
hiringPromess?: string | null;
|
|
24
|
+
aNouveaux?: boolean | null;
|
|
25
|
+
bilanN1?: boolean | null;
|
|
26
|
+
revisionDate?: Date | null;
|
|
27
|
+
dateFirstContact?: Date | null;
|
|
28
|
+
userIdFirstContact?: number | null;
|
|
29
|
+
tauxTvaComment?: string | null;
|
|
30
|
+
remarqueComment?: string | null;
|
|
31
|
+
remarqueCommentCab?: string | null;
|
|
32
|
+
acceptation?: number | null;
|
|
33
|
+
userIdAcceptation?: number | null;
|
|
34
|
+
lab?: boolean | null;
|
|
35
|
+
userIdLab?: number | null;
|
|
36
|
+
previsionCa?: string | null;
|
|
37
|
+
externalMeans?: string | null;
|
|
38
|
+
needTreasury?: string | null;
|
|
39
|
+
judiciaryRecovery?: string | null;
|
|
40
|
+
fiscalControl?: string | null;
|
|
41
|
+
descriptionFormation?: string | null;
|
|
42
|
+
fonctionAndInterlocutors?: string | null;
|
|
43
|
+
managementKnowledge?: string | null;
|
|
44
|
+
otherIncome?: string | null;
|
|
45
|
+
politicalResponsability?: string | null;
|
|
46
|
+
prohibitedBanking?: string | null;
|
|
47
|
+
accreARCEOrARE?: string | null;
|
|
48
|
+
frenchTaxResident?: string | null;
|
|
49
|
+
isIrTaxable?: string | null;
|
|
50
|
+
billingSoftware?: string | null;
|
|
51
|
+
collectionSystem?: string | null;
|
|
52
|
+
flowSheet?: string | null;
|
|
53
|
+
rankFiles?: string | null;
|
|
54
|
+
specificNeeds?: string | null;
|
|
55
|
+
configAccount?: boolean | null;
|
|
56
|
+
investissement?: string | null;
|
|
57
|
+
workInternationnal?: string | null;
|
|
58
|
+
creationEntreprise?: string | null;
|
|
59
|
+
oldActivite?: string | null;
|
|
60
|
+
indemnite?: string | null;
|
|
61
|
+
findClementine?: string | null;
|
|
62
|
+
validationDate?: Date | null;
|
|
63
|
+
idSociety?: number | null;
|
|
64
|
+
idUser?: number | null;
|
|
65
|
+
idFile?: number | null;
|
|
66
|
+
idFileToClient?: number | null;
|
|
67
|
+
idFindClementine?: number | null;
|
|
68
|
+
nbAssociatesInCompany?: number | null;
|
|
69
|
+
hasCommercialLease?: string | null;
|
|
70
|
+
amountBaseBefore?: number | null;
|
|
71
|
+
trainingIsDone?: boolean;
|
|
72
|
+
commercialArea?: string | null;
|
|
73
|
+
commercialRentAmount?: string | null;
|
|
74
|
+
hasTravellingExpenses?: string | null;
|
|
75
|
+
personnalContributionCapital?: string | null;
|
|
76
|
+
personnalContributionCurrentBankAccount?: string | null;
|
|
77
|
+
personnalContributionInKind?: string | null;
|
|
78
|
+
poleEmploiAid?: string | null;
|
|
79
|
+
poleEmploiAidType?: number | null;
|
|
80
|
+
honorLoan?: string | null;
|
|
81
|
+
honorLoanAmount?: string | null;
|
|
82
|
+
financingStartingStock?: string | null;
|
|
83
|
+
financingStartingStockAmount?: string | null;
|
|
84
|
+
yearSocietyCreation?: string | null;
|
|
85
|
+
lastExerciceCA?: string | null;
|
|
86
|
+
borrowingInProgress?: string | null;
|
|
87
|
+
borrowingInProgressAmount?: string | null;
|
|
88
|
+
investissementCTMT?: string | null;
|
|
89
|
+
changeECReason?: string | null;
|
|
90
|
+
isSocietyCreation?: boolean | null;
|
|
91
|
+
participationsInOtherSociety?: string | null;
|
|
92
|
+
entrepriseProject?: boolean;
|
|
93
|
+
contractorProfil?: boolean;
|
|
94
|
+
notificationForConstitution?: boolean;
|
|
95
|
+
notificationForOtherMissions?: boolean | null;
|
|
96
|
+
takeKnowledge?: boolean;
|
|
97
|
+
bankSynchronisationState?: number | null;
|
|
98
|
+
platformExplanation?:number | null;
|
|
99
|
+
mobileAppInstallationProposal?:number | null;
|
|
100
|
+
verifiedDocuments?: boolean | null;
|
|
101
101
|
createdAt?: Date | null;
|
|
102
102
|
updatedAt?: Date | null;
|
|
103
103
|
|
|
104
104
|
// Associations
|
|
105
|
-
user
|
|
106
|
-
file
|
|
107
|
-
fileToClient
|
|
108
|
-
society
|
|
105
|
+
user?: IUser;
|
|
106
|
+
file?: IFile;
|
|
107
|
+
fileToClient?: IFile;
|
|
108
|
+
society?: ISociety;
|
|
109
109
|
}
|
package/ts/types/index.ts
CHANGED
|
@@ -470,6 +470,7 @@ export * from './Enum/EntityType';
|
|
|
470
470
|
export * from './Enum/Compensation';
|
|
471
471
|
export * from './Enum/CashDeskTransactionType';
|
|
472
472
|
export * from './Enum/ThirdParty';
|
|
473
|
+
export * from './Enum/PaymentExpectation';
|
|
473
474
|
|
|
474
475
|
// Interfaces API
|
|
475
476
|
export * from './Interface/api/adjustment/Query';
|
|
@@ -488,6 +489,7 @@ export * from './Interface/api/accountingEntry/CreateManualEntry';
|
|
|
488
489
|
export * from './Interface/api/immobilization/ReadFormattedImmobilization';
|
|
489
490
|
export * from './Interface/api/immobilization/CreateImmobilization';
|
|
490
491
|
export * from './Interface/api/payment/QueryMonthlyPayment';
|
|
492
|
+
export * from './Interface/api/firstStep/Create';
|
|
491
493
|
export * from './Interface/api/registration/QueryRegistration';
|
|
492
494
|
export * from './Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer';
|
|
493
495
|
export * from './Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer';
|
|
@@ -554,6 +556,7 @@ export * from './Interface/api/commercial/QueryFetchDialogDatasInfosOk';
|
|
|
554
556
|
export * from './Interface/api/commercial/QueryMovePrestationsToNextMonth';
|
|
555
557
|
export * from './Interface/api/society/GetDataSociety';
|
|
556
558
|
export * from './Interface/api/society/CreateSociety';
|
|
559
|
+
export * from './Interface/api/society/CreateSocietyDetail';
|
|
557
560
|
export * from './Interface/api/society/UpdateSociety';
|
|
558
561
|
export * from './Interface/api/society/ListUserSociety';
|
|
559
562
|
export * from './Interface/api/society/CreateUserToSocietyWithPermission';
|
|
@@ -592,6 +595,9 @@ export * from './Interface/api/internalInvoicing/GetLastRef';
|
|
|
592
595
|
export * from './Interface/api/exercice/QueryExercice';
|
|
593
596
|
export * from './Interface/api/exercice/CreateExercice';
|
|
594
597
|
export * from './Interface/api/exercice/UpdateExercice';
|
|
598
|
+
export * from './Interface/api/statutsGeneration/UpdateExerciceParams';
|
|
599
|
+
export * from './Interface/api/statutsGeneration/SendInviteMailParams';
|
|
600
|
+
export * from './Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams';
|
|
595
601
|
export * from './Interface/api/accountingIncome/ReadAccountingIncome';
|
|
596
602
|
export * from './Interface/api/ocr/OcrTransactions';
|
|
597
603
|
export * from './Interface/api/bankStatement/QueryBankStatement';
|