@silexpert/core 1.2.18 → 1.2.21
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/Equipment.d.ts +4 -0
- package/dist/cjs/api/resources/Equipment.d.ts.map +1 -1
- package/dist/cjs/api/resources/Equipment.js +8 -0
- package/dist/cjs/api/resources/Equipment.js.map +1 -1
- package/dist/cjs/api/resources/HumanResourceLibrary.d.ts +13 -0
- package/dist/cjs/api/resources/HumanResourceLibrary.d.ts.map +1 -0
- package/dist/cjs/api/resources/HumanResourceLibrary.js +38 -0
- package/dist/cjs/api/resources/HumanResourceLibrary.js.map +1 -0
- package/dist/cjs/api/resources/Library.d.ts +1 -2
- package/dist/cjs/api/resources/Library.d.ts.map +1 -1
- package/dist/cjs/api/resources/Library.js.map +1 -1
- package/dist/cjs/api/resources/Registration.d.ts +3 -1
- package/dist/cjs/api/resources/Registration.d.ts.map +1 -1
- package/dist/cjs/api/resources/Registration.js +6 -0
- package/dist/cjs/api/resources/Registration.js.map +1 -1
- package/dist/cjs/api/resources/SalesContract.d.ts +4 -0
- package/dist/cjs/api/resources/SalesContract.d.ts.map +1 -1
- package/dist/cjs/api/resources/SalesContract.js +18 -0
- package/dist/cjs/api/resources/SalesContract.js.map +1 -1
- 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/BrandClementine.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BrandClementine.js +28 -27
- package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
- package/dist/cjs/types/Enum/CustomerSignature.d.ts +6 -0
- package/dist/cjs/types/Enum/CustomerSignature.d.ts.map +1 -1
- package/dist/cjs/types/Enum/CustomerSignature.js +8 -1
- package/dist/cjs/types/Enum/CustomerSignature.js.map +1 -1
- package/dist/cjs/types/Enum/DocumentForHumanResourceType.d.ts +15 -0
- package/dist/cjs/types/Enum/DocumentForHumanResourceType.d.ts.map +1 -0
- package/dist/cjs/types/Enum/DocumentForHumanResourceType.js +25 -0
- package/dist/cjs/types/Enum/DocumentForHumanResourceType.js.map +1 -0
- package/dist/cjs/types/Enum/Pdf2PicLocalType.d.ts +17 -0
- package/dist/cjs/types/Enum/Pdf2PicLocalType.d.ts.map +1 -0
- package/dist/cjs/types/Enum/Pdf2PicLocalType.js +3 -0
- package/dist/cjs/types/Enum/Pdf2PicLocalType.js.map +1 -0
- package/dist/cjs/types/Enum/ReasonTerminationType.d.ts +2 -1
- package/dist/cjs/types/Enum/ReasonTerminationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/ReasonTerminationType.js +6 -0
- package/dist/cjs/types/Enum/ReasonTerminationType.js.map +1 -1
- package/dist/cjs/types/Enum/StatusSignature.d.ts +2 -1
- package/dist/cjs/types/Enum/StatusSignature.d.ts.map +1 -1
- package/dist/cjs/types/Enum/StatusSignature.js +1 -0
- package/dist/cjs/types/Enum/StatusSignature.js.map +1 -1
- package/dist/cjs/types/Enum/TerminationList.d.ts +4 -2
- package/dist/cjs/types/Enum/TerminationList.d.ts.map +1 -1
- package/dist/cjs/types/Enum/TerminationList.js +10 -0
- package/dist/cjs/types/Enum/TerminationList.js.map +1 -1
- package/dist/cjs/types/Interface/api/aspone/AsponeApi.d.ts +137 -0
- package/dist/cjs/types/Interface/api/aspone/AsponeApi.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/aspone/AsponeApi.js +19 -0
- package/dist/cjs/types/Interface/api/aspone/AsponeApi.js.map +1 -0
- package/dist/cjs/types/Interface/api/aspone/ReadInterchange.d.ts +8 -8
- package/dist/cjs/types/Interface/api/aspone/ReadInterchange.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/aspone/ReadInterchange.js +0 -13
- package/dist/cjs/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
- package/dist/cjs/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.d.ts +12 -0
- package/dist/cjs/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.js +66 -0
- package/dist/cjs/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.js.map +1 -0
- package/dist/cjs/types/Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary.d.ts +5 -0
- package/dist/cjs/types/Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary.js +28 -0
- package/dist/cjs/types/Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary.js.map +1 -0
- package/dist/cjs/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.d.ts +4 -0
- package/dist/cjs/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.js +23 -0
- package/dist/cjs/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.js.map +1 -0
- package/dist/cjs/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.d.ts +13 -0
- package/dist/cjs/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.js +71 -0
- package/dist/cjs/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.js.map +1 -0
- package/dist/cjs/types/Interface/api/registration/CreateRegistration.d.ts +3 -3
- package/dist/cjs/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/registration/CreateRegistration.js +9 -11
- package/dist/cjs/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/dist/cjs/types/Interface/api/registration/ReadRegistration.d.ts +7 -0
- package/dist/cjs/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/dist/cjs/types/Interface/api/yousign/index.d.ts +211 -0
- package/dist/cjs/types/Interface/api/yousign/index.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/yousign/index.js +35 -0
- package/dist/cjs/types/Interface/api/yousign/index.js.map +1 -0
- package/dist/cjs/types/Interface/models/ICustomerSignature.d.ts +5 -5
- package/dist/cjs/types/Interface/models/ICustomerSignature.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ICustomerSignature.js.map +1 -1
- package/dist/cjs/types/Interface/models/IHumanResourceLibrary.d.ts +22 -0
- package/dist/cjs/types/Interface/models/IHumanResourceLibrary.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IHumanResourceLibrary.js +3 -0
- package/dist/cjs/types/Interface/models/IHumanResourceLibrary.js.map +1 -0
- package/dist/cjs/types/Interface/models/IUserHumanResourceLibrary.d.ts +13 -0
- package/dist/cjs/types/Interface/models/IUserHumanResourceLibrary.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IUserHumanResourceLibrary.js +3 -0
- package/dist/cjs/types/Interface/models/IUserHumanResourceLibrary.js.map +1 -0
- package/dist/cjs/types/index.d.ts +10 -1
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +10 -1
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/vat/3310/century24.js +1 -1
- package/dist/cjs/utils/vat/3310/century24.js.map +1 -1
- package/dist/mjs/api/resources/Equipment.d.ts +4 -0
- package/dist/mjs/api/resources/Equipment.d.ts.map +1 -1
- package/dist/mjs/api/resources/Equipment.js +13 -0
- package/dist/mjs/api/resources/Equipment.js.map +1 -1
- package/dist/mjs/api/resources/HumanResourceLibrary.d.ts +13 -0
- package/dist/mjs/api/resources/HumanResourceLibrary.d.ts.map +1 -0
- package/dist/mjs/api/resources/HumanResourceLibrary.js +34 -0
- package/dist/mjs/api/resources/HumanResourceLibrary.js.map +1 -0
- package/dist/mjs/api/resources/Library.d.ts +1 -2
- package/dist/mjs/api/resources/Library.d.ts.map +1 -1
- package/dist/mjs/api/resources/Library.js.map +1 -1
- package/dist/mjs/api/resources/Registration.d.ts +3 -1
- package/dist/mjs/api/resources/Registration.d.ts.map +1 -1
- package/dist/mjs/api/resources/Registration.js +6 -0
- package/dist/mjs/api/resources/Registration.js.map +1 -1
- package/dist/mjs/api/resources/SalesContract.d.ts +4 -0
- package/dist/mjs/api/resources/SalesContract.d.ts.map +1 -1
- package/dist/mjs/api/resources/SalesContract.js +18 -0
- package/dist/mjs/api/resources/SalesContract.js.map +1 -1
- 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/BrandClementine.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BrandClementine.js +28 -27
- package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
- package/dist/mjs/types/Enum/CustomerSignature.d.ts +6 -0
- package/dist/mjs/types/Enum/CustomerSignature.d.ts.map +1 -1
- package/dist/mjs/types/Enum/CustomerSignature.js +7 -0
- package/dist/mjs/types/Enum/CustomerSignature.js.map +1 -1
- package/dist/mjs/types/Enum/DocumentForHumanResourceType.d.ts +15 -0
- package/dist/mjs/types/Enum/DocumentForHumanResourceType.d.ts.map +1 -0
- package/dist/mjs/types/Enum/DocumentForHumanResourceType.js +22 -0
- package/dist/mjs/types/Enum/DocumentForHumanResourceType.js.map +1 -0
- package/dist/mjs/types/Enum/Pdf2PicLocalType.d.ts +17 -0
- package/dist/mjs/types/Enum/Pdf2PicLocalType.d.ts.map +1 -0
- package/dist/mjs/types/Enum/Pdf2PicLocalType.js +2 -0
- package/dist/mjs/types/Enum/Pdf2PicLocalType.js.map +1 -0
- package/dist/mjs/types/Enum/ReasonTerminationType.d.ts +2 -1
- package/dist/mjs/types/Enum/ReasonTerminationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/ReasonTerminationType.js +6 -0
- package/dist/mjs/types/Enum/ReasonTerminationType.js.map +1 -1
- package/dist/mjs/types/Enum/StatusSignature.d.ts +2 -1
- package/dist/mjs/types/Enum/StatusSignature.d.ts.map +1 -1
- package/dist/mjs/types/Enum/StatusSignature.js +1 -0
- package/dist/mjs/types/Enum/StatusSignature.js.map +1 -1
- package/dist/mjs/types/Enum/TerminationList.d.ts +4 -2
- package/dist/mjs/types/Enum/TerminationList.d.ts.map +1 -1
- package/dist/mjs/types/Enum/TerminationList.js +10 -0
- package/dist/mjs/types/Enum/TerminationList.js.map +1 -1
- package/dist/mjs/types/Interface/api/aspone/AsponeApi.d.ts +137 -0
- package/dist/mjs/types/Interface/api/aspone/AsponeApi.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/aspone/AsponeApi.js +17 -0
- package/dist/mjs/types/Interface/api/aspone/AsponeApi.js.map +1 -0
- package/dist/mjs/types/Interface/api/aspone/ReadInterchange.d.ts +8 -8
- package/dist/mjs/types/Interface/api/aspone/ReadInterchange.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/aspone/ReadInterchange.js +1 -31
- package/dist/mjs/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
- package/dist/mjs/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.d.ts +12 -0
- package/dist/mjs/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.js +70 -0
- package/dist/mjs/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.js.map +1 -0
- package/dist/mjs/types/Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary.d.ts +5 -0
- package/dist/mjs/types/Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary.js +26 -0
- package/dist/mjs/types/Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary.js.map +1 -0
- package/dist/mjs/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.d.ts +4 -0
- package/dist/mjs/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.js +20 -0
- package/dist/mjs/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.js.map +1 -0
- package/dist/mjs/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.d.ts +13 -0
- package/dist/mjs/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.js +75 -0
- package/dist/mjs/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.js.map +1 -0
- package/dist/mjs/types/Interface/api/registration/CreateRegistration.d.ts +3 -3
- package/dist/mjs/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/registration/CreateRegistration.js +8 -10
- package/dist/mjs/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/dist/mjs/types/Interface/api/registration/ReadRegistration.d.ts +7 -0
- package/dist/mjs/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/dist/mjs/types/Interface/api/yousign/index.d.ts +211 -0
- package/dist/mjs/types/Interface/api/yousign/index.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/yousign/index.js +32 -0
- package/dist/mjs/types/Interface/api/yousign/index.js.map +1 -0
- package/dist/mjs/types/Interface/models/ICustomerSignature.d.ts +5 -5
- package/dist/mjs/types/Interface/models/ICustomerSignature.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ICustomerSignature.js.map +1 -1
- package/dist/mjs/types/Interface/models/IHumanResourceLibrary.d.ts +22 -0
- package/dist/mjs/types/Interface/models/IHumanResourceLibrary.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IHumanResourceLibrary.js +2 -0
- package/dist/mjs/types/Interface/models/IHumanResourceLibrary.js.map +1 -0
- package/dist/mjs/types/Interface/models/IUserHumanResourceLibrary.d.ts +13 -0
- package/dist/mjs/types/Interface/models/IUserHumanResourceLibrary.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IUserHumanResourceLibrary.js +2 -0
- package/dist/mjs/types/Interface/models/IUserHumanResourceLibrary.js.map +1 -0
- package/dist/mjs/types/index.d.ts +10 -1
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +10 -1
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/vat/3310/century24.js +1 -1
- package/dist/mjs/utils/vat/3310/century24.js.map +1 -1
- package/package.json +1 -2
- package/ts/api/resources/Equipment.ts +14 -0
- package/ts/api/resources/HumanResourceLibrary.ts +43 -0
- package/ts/api/resources/Library.ts +1 -2
- package/ts/api/resources/Registration.ts +10 -0
- package/ts/api/resources/SalesContract.ts +19 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/BrandClementine.ts +28 -27
- package/ts/types/Enum/CustomerSignature.ts +7 -0
- package/ts/types/Enum/DocumentForHumanResourceType.ts +21 -0
- package/ts/types/Enum/Pdf2PicLocalType.ts +16 -0
- package/ts/types/Enum/ReasonTerminationType.ts +6 -0
- package/ts/types/Enum/StatusSignature.ts +1 -0
- package/ts/types/Enum/TerminationList.ts +10 -0
- package/ts/types/Interface/api/aspone/AsponeApi.ts +141 -0
- package/ts/types/Interface/api/aspone/ReadInterchange.ts +8 -8
- package/ts/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.ts +44 -0
- package/ts/types/Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary.ts +13 -0
- package/ts/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.ts +11 -0
- package/ts/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.ts +54 -0
- package/ts/types/Interface/api/registration/CreateRegistration.ts +6 -8
- package/ts/types/Interface/api/registration/ReadRegistration.ts +9 -1
- package/ts/types/Interface/api/yousign/index.ts +230 -0
- package/ts/types/Interface/models/ICustomerSignature.ts +5 -5
- package/ts/types/Interface/models/IHumanResourceLibrary.ts +25 -0
- package/ts/types/Interface/models/IUserHumanResourceLibrary.ts +16 -0
- package/ts/types/index.ts +11 -2
- package/ts/utils/vat/3310/century24.ts +1 -1
- package/dist/cjs/types/Interface/api/aspone/Util.d.ts +0 -111
- package/dist/cjs/types/Interface/api/aspone/Util.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/aspone/Util.js +0 -28
- package/dist/cjs/types/Interface/api/aspone/Util.js.map +0 -1
- package/dist/mjs/types/Interface/api/aspone/Util.d.ts +0 -111
- package/dist/mjs/types/Interface/api/aspone/Util.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/aspone/Util.js +0 -61
- package/dist/mjs/types/Interface/api/aspone/Util.js.map +0 -1
- package/ts/types/Interface/api/aspone/Util.ts +0 -112
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import { Rof } from '../../../Enum/Aspone';
|
|
2
|
+
export type AsponeApiAuthenticationTokenAccessResponse = {
|
|
3
|
+
token: string;
|
|
4
|
+
refreshToken: string;
|
|
5
|
+
tokenExpirationDate: string;
|
|
6
|
+
refreshTokenExpirationDate: string;
|
|
7
|
+
};
|
|
8
|
+
export declare enum AsponeApiTeleprocedureType {
|
|
9
|
+
TVA = "TVA",
|
|
10
|
+
TDFC = "TDFC",
|
|
11
|
+
PAIEMENT = "PAIEMENT",
|
|
12
|
+
IR = "IR",
|
|
13
|
+
REQUETE = "REQUETE",
|
|
14
|
+
PART = "PART",
|
|
15
|
+
DADSU = "DADSU",
|
|
16
|
+
DPAE = "DPAE",
|
|
17
|
+
DSN = "DSN"
|
|
18
|
+
}
|
|
19
|
+
export declare class AccessKeys {
|
|
20
|
+
login: string;
|
|
21
|
+
password: string;
|
|
22
|
+
}
|
|
23
|
+
export type AsponeApiTeleprocedureGetDepositResponse = {
|
|
24
|
+
depositId: string;
|
|
25
|
+
depositDate: string;
|
|
26
|
+
subject: string | null;
|
|
27
|
+
type: string;
|
|
28
|
+
method: string;
|
|
29
|
+
tradOnly: boolean;
|
|
30
|
+
adsDate: string;
|
|
31
|
+
adsNumber: string;
|
|
32
|
+
depositor: {
|
|
33
|
+
clientAccountId: string;
|
|
34
|
+
portal: string;
|
|
35
|
+
login: string;
|
|
36
|
+
label: string;
|
|
37
|
+
type: string;
|
|
38
|
+
role: string;
|
|
39
|
+
test: boolean;
|
|
40
|
+
};
|
|
41
|
+
interchangeIds: string[];
|
|
42
|
+
};
|
|
43
|
+
export type AsponeApiStateDetail = {
|
|
44
|
+
date: string;
|
|
45
|
+
label: string | null;
|
|
46
|
+
type: 'SUCCESS' | 'ERROR';
|
|
47
|
+
detail: string;
|
|
48
|
+
};
|
|
49
|
+
export type AsponeApiState = {
|
|
50
|
+
date: string;
|
|
51
|
+
name: string;
|
|
52
|
+
label: string;
|
|
53
|
+
issuer: string;
|
|
54
|
+
type: 'SUCCESS' | 'ERROR';
|
|
55
|
+
final: boolean;
|
|
56
|
+
details: AsponeApiStateDetail[];
|
|
57
|
+
};
|
|
58
|
+
export type AsponeApiTeleprocedureGetInterchangeResponse = {
|
|
59
|
+
interchangeId: string;
|
|
60
|
+
teleprocedure: AsponeApiTeleprocedureType;
|
|
61
|
+
test: boolean;
|
|
62
|
+
version: null | string;
|
|
63
|
+
software: null | string | {
|
|
64
|
+
name: string;
|
|
65
|
+
version: string;
|
|
66
|
+
editor: string;
|
|
67
|
+
};
|
|
68
|
+
deposit: Omit<AsponeApiTeleprocedureGetDepositResponse, 'interchangeIds'>;
|
|
69
|
+
states: AsponeApiState[];
|
|
70
|
+
declarationIds?: string[];
|
|
71
|
+
referenceClient?: string;
|
|
72
|
+
};
|
|
73
|
+
export type IndebtedIdentification = {
|
|
74
|
+
identifiant: string;
|
|
75
|
+
designation: string;
|
|
76
|
+
adresseVoie: string;
|
|
77
|
+
adresseNumero: string;
|
|
78
|
+
adresseCodePostal: string;
|
|
79
|
+
adresseVille: string;
|
|
80
|
+
adresseCodePays: string;
|
|
81
|
+
rof: Rof;
|
|
82
|
+
};
|
|
83
|
+
type AsponeDeclarant = {
|
|
84
|
+
index: number;
|
|
85
|
+
name: string;
|
|
86
|
+
referenceSender: string;
|
|
87
|
+
rog: Rof;
|
|
88
|
+
siren: string;
|
|
89
|
+
taxCategory: string;
|
|
90
|
+
taxStatus: string;
|
|
91
|
+
};
|
|
92
|
+
type AsponeForm = {
|
|
93
|
+
name: string;
|
|
94
|
+
version: string;
|
|
95
|
+
number: number;
|
|
96
|
+
};
|
|
97
|
+
export type AsponeApiTeleprocedureDeclarationResponse = {
|
|
98
|
+
deadline: string | null;
|
|
99
|
+
declarants: AsponeDeclarant[];
|
|
100
|
+
declarationId: string;
|
|
101
|
+
dueDate: string | null;
|
|
102
|
+
forms: AsponeForm[];
|
|
103
|
+
periodEndDate: string;
|
|
104
|
+
periodStartDate: string;
|
|
105
|
+
recipient: {
|
|
106
|
+
name: string;
|
|
107
|
+
recipientId: string;
|
|
108
|
+
referenceInterchange: string;
|
|
109
|
+
type: string;
|
|
110
|
+
};
|
|
111
|
+
interchange: Partial<AsponeApiTeleprocedureGetInterchangeResponse>;
|
|
112
|
+
referenceClient: string;
|
|
113
|
+
referenceCommon: string | null;
|
|
114
|
+
referencePortal: string | null;
|
|
115
|
+
states: AsponeApiState[];
|
|
116
|
+
type: {
|
|
117
|
+
code: string;
|
|
118
|
+
label: string;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
export type AsponeApiTeleprocedureDeclarationFile = {
|
|
122
|
+
fileId: string;
|
|
123
|
+
creationDate: string;
|
|
124
|
+
filename: string;
|
|
125
|
+
checksum: {
|
|
126
|
+
algo: string;
|
|
127
|
+
value: string;
|
|
128
|
+
};
|
|
129
|
+
format: 'XML' | 'EDI';
|
|
130
|
+
size: string;
|
|
131
|
+
};
|
|
132
|
+
export type AsponeApiTeleprocedureDeclarationFilesResponse = {
|
|
133
|
+
total: number;
|
|
134
|
+
files: Array<AsponeApiTeleprocedureDeclarationFile>;
|
|
135
|
+
};
|
|
136
|
+
export {};
|
|
137
|
+
//# sourceMappingURL=AsponeApi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AsponeApi.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/aspone/AsponeApi.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AccessKeys = exports.AsponeApiTeleprocedureType = void 0;
|
|
4
|
+
var AsponeApiTeleprocedureType;
|
|
5
|
+
(function (AsponeApiTeleprocedureType) {
|
|
6
|
+
AsponeApiTeleprocedureType["TVA"] = "TVA";
|
|
7
|
+
AsponeApiTeleprocedureType["TDFC"] = "TDFC";
|
|
8
|
+
AsponeApiTeleprocedureType["PAIEMENT"] = "PAIEMENT";
|
|
9
|
+
AsponeApiTeleprocedureType["IR"] = "IR";
|
|
10
|
+
AsponeApiTeleprocedureType["REQUETE"] = "REQUETE";
|
|
11
|
+
AsponeApiTeleprocedureType["PART"] = "PART";
|
|
12
|
+
AsponeApiTeleprocedureType["DADSU"] = "DADSU";
|
|
13
|
+
AsponeApiTeleprocedureType["DPAE"] = "DPAE";
|
|
14
|
+
AsponeApiTeleprocedureType["DSN"] = "DSN";
|
|
15
|
+
})(AsponeApiTeleprocedureType || (exports.AsponeApiTeleprocedureType = AsponeApiTeleprocedureType = {}));
|
|
16
|
+
class AccessKeys {
|
|
17
|
+
}
|
|
18
|
+
exports.AccessKeys = AccessKeys;
|
|
19
|
+
//# sourceMappingURL=AsponeApi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AsponeApi.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/aspone/AsponeApi.ts"],"names":[],"mappings":";;;AASA,IAAY,0BAUX;AAVD,WAAY,0BAA0B;IACpC,yCAAW,CAAA;IACX,2CAAa,CAAA;IACb,mDAAqB,CAAA;IACrB,uCAAS,CAAA;IACT,iDAAmB,CAAA;IACnB,2CAAa,CAAA;IACb,6CAAe,CAAA;IACf,2CAAa,CAAA;IACb,yCAAW,CAAA;AACb,CAAC,EAVW,0BAA0B,0CAA1B,0BAA0B,QAUrC;AAED,MAAa,UAAU;CAGtB;AAHD,gCAGC","sourcesContent":["import { Rof } from '../../../Enum/Aspone';\n\nexport type AsponeApiAuthenticationTokenAccessResponse = {\n token: string;\n refreshToken: string;\n tokenExpirationDate: string;\n refreshTokenExpirationDate: string;\n};\n\nexport enum AsponeApiTeleprocedureType {\n TVA = 'TVA',\n TDFC = 'TDFC',\n PAIEMENT = 'PAIEMENT',\n IR = 'IR',\n REQUETE = 'REQUETE',\n PART = 'PART',\n DADSU = 'DADSU',\n DPAE = 'DPAE',\n DSN = 'DSN',\n}\n\nexport class AccessKeys {\n login: string;\n password: string;\n}\n\nexport type AsponeApiTeleprocedureGetDepositResponse = {\n depositId: string;\n depositDate: string;\n subject: string | null,\n type: string;\n method: string;\n tradOnly: boolean;\n adsDate: string;\n adsNumber: string;\n depositor: {\n clientAccountId: string;\n portal: string;\n login: string;\n label: string;\n type: string;\n role: string;\n test: boolean;\n },\n interchangeIds: string[]\n};\n\nexport type AsponeApiStateDetail = {\n date: string;\n label: string | null;\n type: 'SUCCESS' | 'ERROR';\n detail: string;\n};\n\nexport type AsponeApiState = {\n date: string;\n name: string;\n label: string;\n issuer: string;\n type: 'SUCCESS' | 'ERROR',\n final: boolean,\n details: AsponeApiStateDetail[]\n};\n\nexport type AsponeApiTeleprocedureGetInterchangeResponse = {\n interchangeId: string,\n teleprocedure: AsponeApiTeleprocedureType,\n test: boolean,\n version: null | string,\n software: null | string | { name: string; version: string; editor: string; },\n deposit: Omit<AsponeApiTeleprocedureGetDepositResponse, 'interchangeIds'>,\n states: AsponeApiState[]\n declarationIds?: string[]\n referenceClient?: string;\n};\n\nexport type IndebtedIdentification = {\n identifiant: string;\n designation: string;\n adresseVoie: string;\n adresseNumero: string;\n adresseCodePostal: string;\n adresseVille: string;\n adresseCodePays: string;\n rof: Rof;\n};\n\ntype AsponeDeclarant = {\n index: number;\n name: string;\n referenceSender: string;\n rog: Rof;\n siren: string;\n taxCategory: string;\n taxStatus: string;\n};\n\ntype AsponeForm = {\n name: string;\n version: string;\n number: number;\n};\n\nexport type AsponeApiTeleprocedureDeclarationResponse = {\n deadline: string | null;\n declarants: AsponeDeclarant[];\n declarationId: string;\n dueDate: string | null;\n forms: AsponeForm[];\n periodEndDate: string;\n periodStartDate: string;\n recipient: {\n name: string;\n recipientId: string;\n referenceInterchange: string;\n type: string;\n };\n interchange: Partial<AsponeApiTeleprocedureGetInterchangeResponse>\n referenceClient: string;\n referenceCommon: string | null;\n referencePortal: string | null;\n states: AsponeApiState[];\n type: { code: string; label: string; }\n};\n\nexport type AsponeApiTeleprocedureDeclarationFile = {\n fileId: string;\n creationDate: string;\n filename: string;\n checksum: {\n algo: string;\n value: string;\n };\n format: 'XML' | 'EDI',\n size: string;\n};\n\nexport type AsponeApiTeleprocedureDeclarationFilesResponse = {\n total: number;\n files: Array<AsponeApiTeleprocedureDeclarationFile>;\n};"]}
|
|
@@ -17,7 +17,7 @@ export type InterchangeState = Array<Interchange>;
|
|
|
17
17
|
export type InterchangeHistory = Interchange & {
|
|
18
18
|
stateDetailsHistory: InterchangeState;
|
|
19
19
|
};
|
|
20
|
-
export
|
|
20
|
+
export type ReadDeclaration = {
|
|
21
21
|
idDeclaration: string;
|
|
22
22
|
type: string;
|
|
23
23
|
declarationType: {
|
|
@@ -27,15 +27,15 @@ export declare class ReadDeclaration {
|
|
|
27
27
|
payment: PaymentState;
|
|
28
28
|
dld: any;
|
|
29
29
|
states: InterchangeHistory[];
|
|
30
|
-
}
|
|
31
|
-
export
|
|
30
|
+
};
|
|
31
|
+
export type ReadInterchange = {
|
|
32
32
|
idDeposit: string;
|
|
33
33
|
date: string;
|
|
34
34
|
idInterchange: string;
|
|
35
35
|
history: InterchangeHistory[];
|
|
36
36
|
declarations: ReadDeclaration[];
|
|
37
|
-
}
|
|
38
|
-
export
|
|
37
|
+
};
|
|
38
|
+
export type RedactorAddress = {
|
|
39
39
|
adresseNumero: string;
|
|
40
40
|
adresseType: string | null;
|
|
41
41
|
adresseVoie: string;
|
|
@@ -43,14 +43,14 @@ export declare class RedactorAddress {
|
|
|
43
43
|
adresseCodePostal: string;
|
|
44
44
|
adresseVille: string;
|
|
45
45
|
adresseCodePays: string;
|
|
46
|
-
}
|
|
47
|
-
export
|
|
46
|
+
};
|
|
47
|
+
export type Redactor = {
|
|
48
48
|
siret: string;
|
|
49
49
|
designation: string;
|
|
50
50
|
designationSuite1: string;
|
|
51
51
|
adresse: RedactorAddress;
|
|
52
52
|
referenceDossier: string;
|
|
53
|
-
}
|
|
53
|
+
};
|
|
54
54
|
type Tag = 'ContactDesignation' | 'AdresseDivisionTerritoriale' | 'AdresseCodeDivisionTerritoriale' | 'Email' | 'Valeur' | 'AdresseVille' | 'AdresseVoie' | 'AdresseCodePays' | 'AdresseComplement' | 'AdresseCodePostal' | 'AdresseHameau' | 'Telephone' | 'Designation' | 'DesignationSuite1' | 'DesignationSuite2' | 'Identifiant' | 'TexteLibre1' | 'TexteLibre2' | 'TexteLibre3' | 'TexteLibre4' | 'TexteLibre5' | 'DesignationSuite3' | 'AdresseNumero' | 'Iban' | 'Bic' | 'TitulaireDesignation' | 'TitulaireDesignationSuite';
|
|
55
55
|
type Tags = Array<{
|
|
56
56
|
description?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadInterchange.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/aspone/ReadInterchange.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,MAAM,YAAY,GAAG;IACzB,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAC/B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,WAAW,CAAC,CAAC;AAElD,MAAM,MAAM,kBAAkB,GAAG,WAAW,GAAG;IAAE,mBAAmB,EAAE,gBAAgB,CAAA;CAAE,CAAC;AAEzF,
|
|
1
|
+
{"version":3,"file":"ReadInterchange.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/aspone/ReadInterchange.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,16 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Redactor = exports.RedactorAddress = exports.ReadInterchange = exports.ReadDeclaration = void 0;
|
|
4
|
-
class ReadDeclaration {
|
|
5
|
-
}
|
|
6
|
-
exports.ReadDeclaration = ReadDeclaration;
|
|
7
|
-
class ReadInterchange {
|
|
8
|
-
}
|
|
9
|
-
exports.ReadInterchange = ReadInterchange;
|
|
10
|
-
class RedactorAddress {
|
|
11
|
-
}
|
|
12
|
-
exports.RedactorAddress = RedactorAddress;
|
|
13
|
-
class Redactor {
|
|
14
|
-
}
|
|
15
|
-
exports.Redactor = Redactor;
|
|
16
3
|
//# sourceMappingURL=ReadInterchange.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadInterchange.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/aspone/ReadInterchange.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ReadInterchange.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/aspone/ReadInterchange.ts"],"names":[],"mappings":"","sourcesContent":["import { AsponeFormFields } from '../cerfa/ReadCerfa';\n\nexport type PaymentState = {\n isError: boolean | null;\n details: string[]; // Obsolete\n label: string | null;\n date: string | null;\n};\n\nexport type Interchange = {\n name: string | null;\n label: string | null;\n isError: boolean;\n isFinal: boolean;\n date: string | null;\n detailledLabel?: string | null\n};\n\nexport type InterchangeState = Array<Interchange>;\n\nexport type InterchangeHistory = Interchange & { stateDetailsHistory: InterchangeState };\n\nexport type ReadDeclaration = {\n idDeclaration: string;\n type: string;\n declarationType: {\n code: string | null;\n label: string | null\n };\n payment: PaymentState;\n dld: any;\n states: InterchangeHistory[];\n};\n\nexport type ReadInterchange = {\n idDeposit: string;\n date: string;\n idInterchange: string;\n history: InterchangeHistory[];\n declarations: ReadDeclaration[];\n};\n\nexport type RedactorAddress = {\n adresseNumero: string;\n adresseType: string | null;\n adresseVoie: string;\n adresseComplement: string;\n adresseCodePostal: string;\n adresseVille: string;\n adresseCodePays: string;\n};\n\nexport type Redactor = {\n siret: string;\n designation: string;\n designationSuite1: string;\n adresse: RedactorAddress;\n referenceDossier: string;\n};\n\ntype Tag = 'ContactDesignation' | 'AdresseDivisionTerritoriale' | 'AdresseCodeDivisionTerritoriale' | 'Email' | 'Valeur' | 'AdresseVille' | 'AdresseVoie' | 'AdresseCodePays' | 'AdresseComplement' | 'AdresseCodePostal' | 'AdresseHameau' | 'Telephone' | 'Designation' | 'DesignationSuite1' | 'DesignationSuite2' | 'Identifiant' | 'TexteLibre1' | 'TexteLibre2' | 'TexteLibre3' | 'TexteLibre4' | 'TexteLibre5' | 'DesignationSuite3' | 'AdresseNumero' | 'Iban' | 'Bic' | 'TitulaireDesignation' | 'TitulaireDesignationSuite';\ntype Tags = Array<{ description?: string; tag: Tag; value: any }>;\n\nexport interface FieldForGeneration {\n tag?: Tag;\n tags?: Tags,\n multipleTags?: Tags[],\n description?: string;\n key: string;\n value?: any;\n isMultiple: boolean;\n}\n\nexport interface PayloadForRegistration {\n isTest: boolean;\n redactor: Redactor;\n indebted: any;\n millesime: number;\n forms: AsponeFormFields;\n xml?: string\n}"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DocumentForHumanResourceType } from '../../../Enum/DocumentForHumanResourceType';
|
|
2
|
+
export declare class CreateHumanResourceLibrary {
|
|
3
|
+
idFile?: number;
|
|
4
|
+
idUserRh: number;
|
|
5
|
+
idDocumentType: DocumentForHumanResourceType;
|
|
6
|
+
name: string;
|
|
7
|
+
idRole?: number;
|
|
8
|
+
idUser?: number;
|
|
9
|
+
visible?: boolean;
|
|
10
|
+
shouldStoreForAllRoles?: boolean;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=CreateHumanResourceLibrary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateHumanResourceLibrary.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,4BAA4B,EAAE,MAAM,4CAA4C,CAAC;AAE1F,qBAAa,0BAA0B;IAInC,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,QAAQ,EAAE,MAAM,CAAC;IAIjB,cAAc,EAAE,4BAA4B,CAAC;IAI7C,IAAI,EAAE,MAAM,CAAC;IAIb,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,OAAO,CAAC,EAAE,OAAO,CAAC;IAMlB,sBAAsB,CAAC,EAAE,OAAO,CAAC;CACpC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CreateHumanResourceLibrary = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const utils_1 = require("../../../../utils");
|
|
15
|
+
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
16
|
+
const DocumentForHumanResourceType_1 = require("../../../Enum/DocumentForHumanResourceType");
|
|
17
|
+
class CreateHumanResourceLibrary {
|
|
18
|
+
}
|
|
19
|
+
exports.CreateHumanResourceLibrary = CreateHumanResourceLibrary;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
22
|
+
(0, class_validator_1.IsOptional)(),
|
|
23
|
+
(0, class_validator_1.IsInt)(),
|
|
24
|
+
__metadata("design:type", Number)
|
|
25
|
+
], CreateHumanResourceLibrary.prototype, "idFile", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, utils_1.ApiProperty)(),
|
|
28
|
+
(0, class_validator_1.IsInt)(),
|
|
29
|
+
__metadata("design:type", Number)
|
|
30
|
+
], CreateHumanResourceLibrary.prototype, "idUserRh", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, utils_1.ApiProperty)(),
|
|
33
|
+
(0, class_validator_1.IsInt)(),
|
|
34
|
+
__metadata("design:type", Number)
|
|
35
|
+
], CreateHumanResourceLibrary.prototype, "idDocumentType", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, utils_1.ApiProperty)(),
|
|
38
|
+
(0, class_validator_1.IsString)(),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], CreateHumanResourceLibrary.prototype, "name", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
43
|
+
(0, class_validator_1.IsOptional)(),
|
|
44
|
+
__metadata("design:type", Number)
|
|
45
|
+
], CreateHumanResourceLibrary.prototype, "idRole", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
48
|
+
(0, class_validator_1.IsOptional)(),
|
|
49
|
+
(0, class_validator_1.IsInt)(),
|
|
50
|
+
__metadata("design:type", Number)
|
|
51
|
+
], CreateHumanResourceLibrary.prototype, "idUser", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
54
|
+
(0, class_validator_1.IsOptional)(),
|
|
55
|
+
(0, class_validator_1.IsBoolean)(),
|
|
56
|
+
(0, boolean_transform_1.ToBoolean)(),
|
|
57
|
+
__metadata("design:type", Boolean)
|
|
58
|
+
], CreateHumanResourceLibrary.prototype, "visible", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
61
|
+
(0, class_validator_1.IsOptional)(),
|
|
62
|
+
(0, class_validator_1.IsBoolean)(),
|
|
63
|
+
(0, boolean_transform_1.ToBoolean)(),
|
|
64
|
+
__metadata("design:type", Boolean)
|
|
65
|
+
], CreateHumanResourceLibrary.prototype, "shouldStoreForAllRoles", void 0);
|
|
66
|
+
//# sourceMappingURL=CreateHumanResourceLibrary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateHumanResourceLibrary.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyE;AACzE,6CAAqE;AACrE,sFAA2E;AAC3E,6FAA0F;AAE1F,MAAa,0BAA0B;CAsCtC;AAtCD,gEAsCC;AAlCG;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;0DACU;AAIhB;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;4DACW;AAIjB;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;kEACuC;AAI7C;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;wDACI;AAIb;IAFD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;0DACK;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;0DACU;AAMhB;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;2DACQ;AAMlB;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;0EACuB","sourcesContent":["import { IsBoolean, IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { DocumentForHumanResourceType } from '../../../Enum/DocumentForHumanResourceType';\n\nexport class CreateHumanResourceLibrary {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idFile?: number;\n\n @ApiProperty()\n @IsInt()\n idUserRh: number;\n\n @ApiProperty()\n @IsInt()\n idDocumentType: DocumentForHumanResourceType;\n\n @ApiProperty()\n @IsString()\n name: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n idRole?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n visible?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n shouldStoreForAllRoles?: boolean;\n}"]}
|
package/dist/cjs/types/Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateUserHumanResourceLibrary.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary.ts"],"names":[],"mappings":"AAGA,qBAAa,8BAA8B;IAGvC,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAIhC,MAAM,EAAE,MAAM,CAAC;CAElB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CreateUserHumanResourceLibrary = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const utils_1 = require("../../../../utils");
|
|
15
|
+
class CreateUserHumanResourceLibrary {
|
|
16
|
+
}
|
|
17
|
+
exports.CreateUserHumanResourceLibrary = CreateUserHumanResourceLibrary;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, utils_1.ApiProperty)(),
|
|
20
|
+
(0, class_validator_1.IsInt)(),
|
|
21
|
+
__metadata("design:type", Number)
|
|
22
|
+
], CreateUserHumanResourceLibrary.prototype, "idHumanResourceLibrary", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, utils_1.ApiProperty)(),
|
|
25
|
+
(0, class_validator_1.IsInt)(),
|
|
26
|
+
__metadata("design:type", Number)
|
|
27
|
+
], CreateUserHumanResourceLibrary.prototype, "idUser", void 0);
|
|
28
|
+
//# sourceMappingURL=CreateUserHumanResourceLibrary.js.map
|
package/dist/cjs/types/Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateUserHumanResourceLibrary.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwC;AACxC,6CAAgD;AAEhD,MAAa,8BAA8B;CAS1C;AATD,wEASC;AANG;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;8EAC0B;AAIhC;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;8DACS","sourcesContent":["import { IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class CreateUserHumanResourceLibrary {\n @ApiProperty()\n @IsInt()\n idHumanResourceLibrary?: number;\n\n @ApiProperty()\n @IsInt()\n idUser: number;\n\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryHumanResourceLibrary.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.ts"],"names":[],"mappings":"AAKA,qBAAa,yBAAyB;IAGlC,OAAO,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.QueryHumanResourceLibrary = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const utils_1 = require("../../../../utils");
|
|
15
|
+
class QueryHumanResourceLibrary {
|
|
16
|
+
}
|
|
17
|
+
exports.QueryHumanResourceLibrary = QueryHumanResourceLibrary;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, utils_1.ApiProperty)(),
|
|
20
|
+
(0, class_validator_1.IsString)(),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], QueryHumanResourceLibrary.prototype, "fileURL", void 0);
|
|
23
|
+
//# sourceMappingURL=QueryHumanResourceLibrary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryHumanResourceLibrary.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6CAAgD;AAEhD,MAAa,yBAAyB;CAIrC;AAJD,8DAIC;AADG;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;0DACO","sourcesContent":["import {\n IsString,\n} from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryHumanResourceLibrary {\n @ApiProperty()\n @IsString()\n fileURL: string;\n}\n\n"]}
|
package/dist/cjs/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DocumentForHumanResourceType } from '../../../Enum/DocumentForHumanResourceType';
|
|
2
|
+
import { OptionalQueryPaginate } from '../BasePaginate';
|
|
3
|
+
export declare class QueryPaginatedHumanResourceLibrary extends OptionalQueryPaginate {
|
|
4
|
+
idUser?: number;
|
|
5
|
+
search?: string;
|
|
6
|
+
idRole?: number;
|
|
7
|
+
idDocumentType?: DocumentForHumanResourceType;
|
|
8
|
+
visible?: boolean;
|
|
9
|
+
withAction?: boolean;
|
|
10
|
+
createdDate?: Date;
|
|
11
|
+
include?: string[];
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=QueryPaginatedHumanResourceLibrary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryPaginatedHumanResourceLibrary.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,4BAA4B,EAAE,MAAM,4CAA4C,CAAC;AAC1F,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,qBAAa,kCAAmC,SAAQ,qBAAqB;IAIzE,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,cAAc,CAAC,EAAE,4BAA4B,CAAC;IAK9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAKlB,UAAU,CAAC,EAAE,OAAO,CAAC;IAKrB,WAAW,CAAC,EAAE,IAAI,CAAC;IAQnB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACtB"}
|
package/dist/cjs/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.js
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.QueryPaginatedHumanResourceLibrary = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const utils_1 = require("../../../../utils");
|
|
15
|
+
const DocumentForHumanResourceType_1 = require("../../../Enum/DocumentForHumanResourceType");
|
|
16
|
+
const BasePaginate_1 = require("../BasePaginate");
|
|
17
|
+
class QueryPaginatedHumanResourceLibrary extends BasePaginate_1.OptionalQueryPaginate {
|
|
18
|
+
}
|
|
19
|
+
exports.QueryPaginatedHumanResourceLibrary = QueryPaginatedHumanResourceLibrary;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
22
|
+
(0, class_validator_1.IsInt)(),
|
|
23
|
+
(0, class_validator_1.IsOptional)(),
|
|
24
|
+
__metadata("design:type", Number)
|
|
25
|
+
], QueryPaginatedHumanResourceLibrary.prototype, "idUser", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
|
+
(0, class_validator_1.IsOptional)(),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], QueryPaginatedHumanResourceLibrary.prototype, "search", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
34
|
+
(0, class_validator_1.IsInt)(),
|
|
35
|
+
(0, class_validator_1.IsOptional)(),
|
|
36
|
+
__metadata("design:type", Number)
|
|
37
|
+
], QueryPaginatedHumanResourceLibrary.prototype, "idRole", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
40
|
+
(0, class_validator_1.IsInt)(),
|
|
41
|
+
(0, class_validator_1.IsOptional)(),
|
|
42
|
+
__metadata("design:type", Number)
|
|
43
|
+
], QueryPaginatedHumanResourceLibrary.prototype, "idDocumentType", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
46
|
+
(0, class_validator_1.IsBoolean)(),
|
|
47
|
+
(0, class_validator_1.IsOptional)(),
|
|
48
|
+
__metadata("design:type", Boolean)
|
|
49
|
+
], QueryPaginatedHumanResourceLibrary.prototype, "visible", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
52
|
+
(0, class_validator_1.IsBoolean)(),
|
|
53
|
+
(0, class_validator_1.IsOptional)(),
|
|
54
|
+
__metadata("design:type", Boolean)
|
|
55
|
+
], QueryPaginatedHumanResourceLibrary.prototype, "withAction", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
58
|
+
(0, class_validator_1.IsDate)(),
|
|
59
|
+
(0, class_validator_1.IsOptional)(),
|
|
60
|
+
__metadata("design:type", Date)
|
|
61
|
+
], QueryPaginatedHumanResourceLibrary.prototype, "createdDate", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
64
|
+
(0, class_validator_1.IsOptional)(),
|
|
65
|
+
(0, class_validator_1.IsString)({
|
|
66
|
+
each: true,
|
|
67
|
+
}),
|
|
68
|
+
(0, class_validator_1.IsIn)(['user'], { each: true }),
|
|
69
|
+
__metadata("design:type", Array)
|
|
70
|
+
], QueryPaginatedHumanResourceLibrary.prototype, "include", void 0);
|
|
71
|
+
//# sourceMappingURL=QueryPaginatedHumanResourceLibrary.js.map
|
package/dist/cjs/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryPaginatedHumanResourceLibrary.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAIyB;AACzB,6CAAwD;AACxD,6FAA0F;AAC1F,kDAAwD;AAExD,MAAa,kCAAmC,SAAQ,oCAAqB;CA2C5E;AA3CD,gFA2CC;AAvCG;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;;kEACK;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kEACK;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;;kEACK;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;;0EACmC;AAK9C;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;mEACO;AAKlB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sEACU;AAKrB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACG,IAAI;uEAAC;AAQnB;IAND,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAA,sBAAI,EAAC,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;mEACV","sourcesContent":["import {\n IsBoolean,\n IsDate,\n IsIn, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { DocumentForHumanResourceType } from '../../../Enum/DocumentForHumanResourceType';\nimport { OptionalQueryPaginate } from '../BasePaginate';\n\nexport class QueryPaginatedHumanResourceLibrary extends OptionalQueryPaginate {\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n search?: string;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idRole?: number;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idDocumentType?: DocumentForHumanResourceType;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @IsOptional()\n visible?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @IsOptional()\n withAction?: boolean;\n\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n createdDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['user'], { each: true })\n include?: string[];\n}\n\n"]}
|
|
@@ -37,9 +37,6 @@ export declare class CreateRegistration {
|
|
|
37
37
|
isTest?: boolean;
|
|
38
38
|
forcedValues?: ForcedValues;
|
|
39
39
|
}
|
|
40
|
-
export declare class CreateRegistrationSynchronization {
|
|
41
|
-
forceTestMode?: boolean;
|
|
42
|
-
}
|
|
43
40
|
export declare class UpdateOrCreateVatRegistration {
|
|
44
41
|
idCerfaType: number;
|
|
45
42
|
startDate: string;
|
|
@@ -78,4 +75,7 @@ export declare class CreateAndSendVatMail {
|
|
|
78
75
|
idSociety: number;
|
|
79
76
|
idFiles: number[];
|
|
80
77
|
}
|
|
78
|
+
export declare class DownloadExternalFile {
|
|
79
|
+
fileId: string;
|
|
80
|
+
}
|
|
81
81
|
//# sourceMappingURL=CreateRegistration.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateRegistration.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/registration/CreateRegistration.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE9E,qBAAa,yBAAyB;IAElC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB;AAED,qBAAa,oCAAoC;IAE7C,GAAG,EAAE,GAAG,GAAG,IAAI,CAAC;IAGhB,aAAa,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC;IAG3B,eAAe,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC;IAG7B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGjC,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG/B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG/B,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGlC,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG/B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG7B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,SAAS,CAAC,EAAE,iBAAiB,CAAC;CAC/B,CAAC;AAEF,qBAAa,kBAAkB;IAG3B,WAAW,EAAE,MAAM,CAAC;IAMpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAMd,MAAM,CAAC,EAAE,OAAO,CAAC;IAIjB,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B;AAED,qBAAa,
|
|
1
|
+
{"version":3,"file":"CreateRegistration.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/registration/CreateRegistration.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.CreateAndSendVatMail = exports.CreateVatMigration = exports.UpdateOrCreateVatAdvance = exports.CreateRegistrationDetail = exports.UpdateOrCreateVatRegistration = exports.
|
|
12
|
+
exports.DownloadExternalFile = exports.CreateAndSendVatMail = exports.CreateVatMigration = exports.UpdateOrCreateVatAdvance = exports.CreateRegistrationDetail = exports.UpdateOrCreateVatRegistration = exports.CreateRegistration = exports.CreateRegistrationSettingFromSociety = exports.CreateRegistrationSetting = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
const CerfaType_1 = require("../../../Enum/CerfaType");
|
|
@@ -114,16 +114,6 @@ __decorate([
|
|
|
114
114
|
(0, class_validator_1.IsOptional)(),
|
|
115
115
|
__metadata("design:type", Object)
|
|
116
116
|
], CreateRegistration.prototype, "forcedValues", void 0);
|
|
117
|
-
class CreateRegistrationSynchronization {
|
|
118
|
-
}
|
|
119
|
-
exports.CreateRegistrationSynchronization = CreateRegistrationSynchronization;
|
|
120
|
-
__decorate([
|
|
121
|
-
(0, utils_1.ApiPropertyOptional)(),
|
|
122
|
-
(0, class_validator_1.IsOptional)(),
|
|
123
|
-
(0, class_validator_1.IsBoolean)(),
|
|
124
|
-
(0, boolean_transform_1.ToBoolean)(),
|
|
125
|
-
__metadata("design:type", Boolean)
|
|
126
|
-
], CreateRegistrationSynchronization.prototype, "forceTestMode", void 0);
|
|
127
117
|
class UpdateOrCreateVatRegistration {
|
|
128
118
|
}
|
|
129
119
|
exports.UpdateOrCreateVatRegistration = UpdateOrCreateVatRegistration;
|
|
@@ -293,4 +283,12 @@ __decorate([
|
|
|
293
283
|
(0, class_validator_1.IsArray)(),
|
|
294
284
|
__metadata("design:type", Array)
|
|
295
285
|
], CreateAndSendVatMail.prototype, "idFiles", void 0);
|
|
286
|
+
class DownloadExternalFile {
|
|
287
|
+
}
|
|
288
|
+
exports.DownloadExternalFile = DownloadExternalFile;
|
|
289
|
+
__decorate([
|
|
290
|
+
(0, utils_1.ApiProperty)(),
|
|
291
|
+
(0, class_validator_1.IsString)(),
|
|
292
|
+
__metadata("design:type", String)
|
|
293
|
+
], DownloadExternalFile.prototype, "fileId", void 0);
|
|
296
294
|
//# sourceMappingURL=CreateRegistration.js.map
|