@silexpert/core 1.1.122 → 1.1.123
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/DocumentSection.d.ts +33 -0
- package/es/api/resources/DocumentSection.d.ts.map +1 -0
- package/es/api/resources/DocumentSection.js +38 -0
- package/es/api/resources/DocumentSection.js.map +1 -0
- package/es/api/resources/Library.d.ts +2 -1
- package/es/api/resources/Library.d.ts.map +1 -1
- package/es/api/resources/Library.js +3 -0
- package/es/api/resources/Library.js.map +1 -1
- package/es/api/resources/SocietyDetail.d.ts +7 -0
- package/es/api/resources/SocietyDetail.d.ts.map +1 -0
- package/es/api/resources/SocietyDetail.js +10 -0
- package/es/api/resources/SocietyDetail.js.map +1 -0
- package/es/api/resources/StatutsGeneration.d.ts +17 -0
- package/es/api/resources/StatutsGeneration.d.ts.map +1 -0
- package/es/api/resources/StatutsGeneration.js +20 -0
- package/es/api/resources/StatutsGeneration.js.map +1 -0
- package/es/api/resources.d.ts +6 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +6 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/MachineLearning.d.ts +1 -0
- package/es/types/Enum/MachineLearning.d.ts.map +1 -1
- package/es/types/Enum/MachineLearning.js +1 -0
- package/es/types/Enum/MachineLearning.js.map +1 -1
- package/es/types/Enum/StatutsSection.d.ts +90 -0
- package/es/types/Enum/StatutsSection.d.ts.map +1 -0
- package/es/types/Enum/StatutsSection.js +449 -0
- package/es/types/Enum/StatutsSection.js.map +1 -0
- package/es/types/Interface/api/documentSection/Update.d.ts +8 -0
- package/es/types/Interface/api/documentSection/Update.d.ts.map +1 -0
- package/es/types/Interface/api/{society/CreateSocietyDetail.js → documentSection/Update.js} +21 -9
- package/es/types/Interface/api/documentSection/Update.js.map +1 -0
- package/es/types/Interface/api/library/QueryLibrary.d.ts +5 -0
- package/es/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
- package/es/types/Interface/api/library/QueryLibrary.js +22 -2
- package/es/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/es/types/Interface/api/society/GetSocietyDetail.d.ts +4 -0
- package/es/types/Interface/api/society/GetSocietyDetail.d.ts.map +1 -0
- package/es/types/Interface/api/society/GetSocietyDetail.js +20 -0
- package/es/types/Interface/api/society/GetSocietyDetail.js.map +1 -0
- package/es/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.d.ts +9 -0
- package/es/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.d.ts.map +1 -0
- package/es/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js +35 -0
- package/es/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js.map +1 -0
- package/es/types/Interface/models/IDocumentSection.d.ts +13 -0
- package/es/types/Interface/models/IDocumentSection.d.ts.map +1 -0
- package/es/types/Interface/models/IDocumentSection.js +2 -0
- package/es/types/Interface/models/IDocumentSection.js.map +1 -0
- package/es/types/index.d.ts +5 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +5 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/DocumentSection.js +45 -0
- package/js/api/resources/DocumentSection.js.map +1 -0
- package/js/api/resources/Library.js +10 -0
- package/js/api/resources/Library.js.map +1 -1
- package/js/api/resources/SocietyDetail.js +21 -0
- package/js/api/resources/SocietyDetail.js.map +1 -0
- package/js/api/resources/StatutsGeneration.js +27 -0
- package/js/api/resources/StatutsGeneration.js.map +1 -0
- package/js/api/resources.js +6 -0
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/MachineLearning.js +1 -0
- package/js/types/Enum/MachineLearning.js.map +1 -1
- package/js/types/Enum/StatutsSection.js +382 -0
- package/js/types/Enum/StatutsSection.js.map +1 -0
- package/js/types/Interface/api/documentSection/Update.js +26 -0
- package/js/types/Interface/api/documentSection/Update.js.map +1 -0
- package/js/types/Interface/api/library/QueryLibrary.js +11 -2
- package/js/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/js/types/Interface/api/society/{CreateSocietyDetail.js → GetSocietyDetail.js} +7 -7
- package/js/types/Interface/api/society/GetSocietyDetail.js.map +1 -0
- package/js/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js +25 -0
- package/js/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js.map +1 -0
- package/js/types/Interface/models/IDocumentSection.js +6 -0
- package/js/types/Interface/models/IDocumentSection.js.map +1 -0
- package/js/types/index.js +52 -12
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/DocumentSection.ts +44 -0
- package/ts/api/resources/Library.ts +5 -1
- package/ts/api/resources/SocietyDetail.ts +15 -0
- package/ts/api/resources/StatutsGeneration.ts +23 -0
- package/ts/api/resources.ts +6 -0
- package/ts/types/Enum/MachineLearning.ts +2 -1
- package/ts/types/Enum/StatutsSection.ts +459 -0
- package/ts/types/Interface/api/documentSection/Update.ts +31 -0
- package/ts/types/Interface/api/library/QueryLibrary.ts +18 -3
- package/ts/types/Interface/api/society/GetSocietyDetail.ts +9 -0
- package/ts/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.ts +23 -0
- package/ts/types/Interface/models/IDocumentSection.ts +15 -0
- package/ts/types/index.ts +5 -1
- package/es/types/Interface/api/society/CreateSocietyDetail.d.ts +0 -6
- package/es/types/Interface/api/society/CreateSocietyDetail.d.ts.map +0 -1
- package/es/types/Interface/api/society/CreateSocietyDetail.js.map +0 -1
- package/js/types/Interface/api/society/CreateSocietyDetail.js.map +0 -1
- package/ts/types/Interface/api/society/CreateSocietyDetail.ts +0 -19
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import {
|
|
2
|
+
IsInt, IsObject, IsOptional, IsString,
|
|
3
|
+
} from 'class-validator';
|
|
4
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';
|
|
5
|
+
|
|
6
|
+
export class IntentToPayPrestationParams {
|
|
7
|
+
@ApiProperty()
|
|
8
|
+
@IsInt()
|
|
9
|
+
idPrestation: number;
|
|
10
|
+
|
|
11
|
+
@ApiProperty()
|
|
12
|
+
@IsInt()
|
|
13
|
+
idExercice: number;
|
|
14
|
+
|
|
15
|
+
@ApiProperty()
|
|
16
|
+
@IsString()
|
|
17
|
+
payment_method: string;
|
|
18
|
+
|
|
19
|
+
@ApiPropertyOptional()
|
|
20
|
+
@IsObject()
|
|
21
|
+
@IsOptional()
|
|
22
|
+
metadata?: { [key: string]: any };
|
|
23
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { IGedFile } from './IGedFile';
|
|
2
|
+
|
|
3
|
+
export interface IDocumentSection {
|
|
4
|
+
id?: number,
|
|
5
|
+
title: string | null,
|
|
6
|
+
idDocumentSectionType?: number,
|
|
7
|
+
htmlContent: string,
|
|
8
|
+
number: number,
|
|
9
|
+
idGedFile: number,
|
|
10
|
+
createdAt?: Date;
|
|
11
|
+
updatedAt?: Date;
|
|
12
|
+
|
|
13
|
+
// Associations
|
|
14
|
+
gedFile?: IGedFile;
|
|
15
|
+
}
|
package/ts/types/index.ts
CHANGED
|
@@ -169,6 +169,7 @@ export * from './Interface/models/ISimulationHasBankAccount';
|
|
|
169
169
|
export * from './Interface/models/ISimulationPeriod';
|
|
170
170
|
export * from './Interface/models/ISimulationSummary';
|
|
171
171
|
export * from './Interface/models/ISlowDetection';
|
|
172
|
+
export * from './Interface/models/IDocumentSection';
|
|
172
173
|
export * from './Interface/models/IInpiBalance';
|
|
173
174
|
export * from './Interface/models/IInpiPayment';
|
|
174
175
|
export * from './Interface/models/ISocialDetail';
|
|
@@ -338,6 +339,7 @@ export * from './Enum/Quality';
|
|
|
338
339
|
export * from './Enum/AbsenceType';
|
|
339
340
|
export * from './Enum/Role';
|
|
340
341
|
export * from './Enum/RoleDetail';
|
|
342
|
+
export * from './Enum/StatutsSection';
|
|
341
343
|
export * from './Enum/PrestationOption';
|
|
342
344
|
export * from './Enum/TimeCounterType';
|
|
343
345
|
export * from './Enum/CustomerSignature';
|
|
@@ -574,7 +576,7 @@ export * from './Interface/api/commercial/QueryFetchDialogDatasInfosOk';
|
|
|
574
576
|
export * from './Interface/api/commercial/QueryMovePrestationsToNextMonth';
|
|
575
577
|
export * from './Interface/api/society/GetDataSociety';
|
|
576
578
|
export * from './Interface/api/society/CreateSociety';
|
|
577
|
-
export * from './Interface/api/society/
|
|
579
|
+
export * from './Interface/api/society/GetSocietyDetail';
|
|
578
580
|
export * from './Interface/api/society/UpdateSociety';
|
|
579
581
|
export * from './Interface/api/society/ListUserSociety';
|
|
580
582
|
export * from './Interface/api/society/CreateUserToSocietyWithPermission';
|
|
@@ -614,6 +616,7 @@ export * from './Interface/api/exercice/QueryExercice';
|
|
|
614
616
|
export * from './Interface/api/exercice/CreateExercice';
|
|
615
617
|
export * from './Interface/api/exercice/UpdateExercice';
|
|
616
618
|
export * from './Interface/api/statutsGeneration/UpdateExerciceParams';
|
|
619
|
+
export * from './Interface/api/statutsGeneration/IntentToPayPrestationParams';
|
|
617
620
|
export * from './Interface/api/statutsGeneration/SendInviteMailParams';
|
|
618
621
|
export * from './Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams';
|
|
619
622
|
export * from './Interface/api/accountingIncome/ReadAccountingIncome';
|
|
@@ -893,6 +896,7 @@ export * from './Interface/api/commercialManagement/Create';
|
|
|
893
896
|
export * from './Interface/api/commercialManagement/Read';
|
|
894
897
|
export * from './Interface/api/commercialManagement/Query';
|
|
895
898
|
export * from './Interface/api/commercialManagement/Update';
|
|
899
|
+
export * from './Interface/api/documentSection/Update';
|
|
896
900
|
export * from './Interface/api/connector/CreateConnector';
|
|
897
901
|
export * from './Interface/api/connector/QueryConnector';
|
|
898
902
|
export * from './Interface/api/connection/QueryConnectionState';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateSocietyDetail.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSocietyDetail.ts"],"names":[],"mappings":"AAGA,qBAAa,mBAAmB;IAI5B,4BAA4B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK7C,uCAAuC,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKxD,2BAA2B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateSocietyDetail.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSocietyDetail.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,mBAAmB;CAe/B;AAdC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;yEACoC;AAE/C;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;oFAC+C;AAE1D;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;wEACmC","sourcesContent":["import { IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateSocietyDetail {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n personnalContributionCapital?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n personnalContributionCurrentBankAccount?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n personnalContributionInKind?: string | null;\n}"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateSocietyDetail.js","names":["_classValidator","require","_utils","CreateSocietyDetail","exports","__decorate","ApiPropertyOptional","IsOptional","IsString"],"sources":["../../../../../ts/types/Interface/api/society/CreateSocietyDetail.ts"],"sourcesContent":["import { IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateSocietyDetail {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n personnalContributionCapital?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n personnalContributionCurrentBankAccount?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n personnalContributionInKind?: string | null;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,mBAAmB;AAe/BC,OAAA,CAfYD,mBAAmB,GAAnBA,mBAAmB;AAC9BE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,0GACoC;AAE/CH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,qHAC+C;AAE1DH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,yGACmC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
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
|
-
}
|