@silexpert/core 1.2.17 → 1.2.20
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/Checklist.d.ts +2 -1
- package/dist/cjs/api/resources/Checklist.d.ts.map +1 -1
- package/dist/cjs/api/resources/Checklist.js +3 -0
- package/dist/cjs/api/resources/Checklist.js.map +1 -1
- 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/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/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/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/checklist/Query.d.ts +5 -0
- package/dist/cjs/types/Interface/api/checklist/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Query.js +21 -1
- package/dist/cjs/types/Interface/api/checklist/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Read.d.ts +4 -0
- package/dist/cjs/types/Interface/api/checklist/Read.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Read.js.map +1 -1
- 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/IChecklist.d.ts +1 -0
- package/dist/cjs/types/Interface/models/IChecklist.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IChecklist.js.map +1 -1
- 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/index.d.ts +3 -1
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +3 -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/Checklist.d.ts +2 -1
- package/dist/mjs/api/resources/Checklist.d.ts.map +1 -1
- package/dist/mjs/api/resources/Checklist.js +6 -0
- package/dist/mjs/api/resources/Checklist.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/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/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/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/checklist/Query.d.ts +5 -0
- package/dist/mjs/types/Interface/api/checklist/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/checklist/Query.js +22 -0
- package/dist/mjs/types/Interface/api/checklist/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/checklist/Read.d.ts +4 -0
- package/dist/mjs/types/Interface/api/checklist/Read.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/checklist/Read.js.map +1 -1
- 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/IChecklist.d.ts +1 -0
- package/dist/mjs/types/Interface/models/IChecklist.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IChecklist.js.map +1 -1
- 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/index.d.ts +3 -1
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +3 -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/Checklist.ts +8 -1
- package/ts/api/resources/Equipment.ts +14 -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/types/Enum/BrandClementine.ts +28 -27
- package/ts/types/Enum/CustomerSignature.ts +7 -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/checklist/Query.ts +16 -0
- package/ts/types/Interface/api/checklist/Read.ts +5 -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/IChecklist.ts +1 -0
- package/ts/types/Interface/models/ICustomerSignature.ts +5 -5
- package/ts/types/index.ts +3 -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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomerSignature.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/CustomerSignature.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,GAAG,IAAI;IACP,KAAK,IAAI;CACV;AAED,oBAAY,eAAe;IACzB,cAAc,IAAI;IAClB,eAAe,IAAI;IACnB,gBAAgB,IAAI;IACpB,eAAe,IAAI;IACnB,wBAAwB,IAAI;IAC5B,uBAAuB,IAAI;CAC5B;AAGD,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BjC,CAAC"}
|
|
1
|
+
{"version":3,"file":"CustomerSignature.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/CustomerSignature.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,GAAG,IAAI;IACP,KAAK,IAAI;CACV;AAED,oBAAY,eAAe;IACzB,cAAc,IAAI;IAClB,eAAe,IAAI;IACnB,gBAAgB,IAAI;IACpB,eAAe,IAAI;IACnB,wBAAwB,IAAI;IAC5B,uBAAuB,IAAI;CAC5B;AAED,oBAAY,aAAa;IACvB,cAAc,mBAAmB;IACjC,aAAa,kBAAkB;IAC/B,SAAS,cAAc;IACvB,MAAM,WAAW;CAClB;AAGD,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BjC,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SignatureStatusDetail = exports.SignatureStatus = exports.SendMethod = void 0;
|
|
3
|
+
exports.SignatureStatusDetail = exports.SignatureType = exports.SignatureStatus = exports.SendMethod = void 0;
|
|
4
4
|
var SendMethod;
|
|
5
5
|
(function (SendMethod) {
|
|
6
6
|
SendMethod[SendMethod["SMS"] = 1] = "SMS";
|
|
@@ -15,6 +15,13 @@ var SignatureStatus;
|
|
|
15
15
|
SignatureStatus[SignatureStatus["APPLICATION_FEE_REFUNDED"] = 5] = "APPLICATION_FEE_REFUNDED";
|
|
16
16
|
SignatureStatus[SignatureStatus["APPLICATION_FEE_CREATED"] = 6] = "APPLICATION_FEE_CREATED";
|
|
17
17
|
})(SignatureStatus || (exports.SignatureStatus = SignatureStatus = {}));
|
|
18
|
+
var SignatureType;
|
|
19
|
+
(function (SignatureType) {
|
|
20
|
+
SignatureType["SALES_CONTRACT"] = "sales_contract";
|
|
21
|
+
SignatureType["BALANCE_SHEET"] = "balance_sheet";
|
|
22
|
+
SignatureType["EQUIPMENT"] = "equipment";
|
|
23
|
+
SignatureType["MANDAT"] = "mandat";
|
|
24
|
+
})(SignatureType || (exports.SignatureType = SignatureType = {}));
|
|
18
25
|
exports.SignatureStatusDetail = {
|
|
19
26
|
SIGNED_PENDING: {
|
|
20
27
|
id: SignatureStatus.SIGNED_PENDING,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomerSignature.js","sourceRoot":"","sources":["../../../../ts/types/Enum/CustomerSignature.ts"],"names":[],"mappings":";;;AAAA,IAAY,UAGX;AAHD,WAAY,UAAU;IACpB,yCAAO,CAAA;IACP,6CAAS,CAAA;AACX,CAAC,EAHW,UAAU,0BAAV,UAAU,QAGrB;AAED,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,yEAAkB,CAAA;IAClB,2EAAmB,CAAA;IACnB,6EAAoB,CAAA;IACpB,2EAAmB,CAAA;IACnB,6FAA4B,CAAA;IAC5B,2FAA2B,CAAA;AAC7B,CAAC,EAPW,eAAe,+BAAf,eAAe,QAO1B;AAGY,QAAA,qBAAqB,GAAG;IACnC,cAAc,EAAE;QACd,EAAE,EAAE,eAAe,CAAC,cAAc;QAClC,IAAI,EAAE,gBAAgB;QACtB,KAAK,EAAE,yBAAyB;KACjC;IACD,eAAe,EAAE;QACf,EAAE,EAAE,eAAe,CAAC,eAAe;QACnC,IAAI,EAAE,iBAAiB;QACvB,KAAK,EAAE,OAAO;KACf;IACD,gBAAgB,EAAE;QAChB,EAAE,EAAE,eAAe,CAAC,gBAAgB;QACpC,IAAI,EAAE,kBAAkB;KACzB;IACD,eAAe,EAAE;QACf,EAAE,EAAE,eAAe,CAAC,eAAe;QACnC,IAAI,EAAE,iBAAiB;KACxB;IACD,wBAAwB,EAAE;QACxB,EAAE,EAAE,eAAe,CAAC,wBAAwB;QAC5C,IAAI,EAAE,0BAA0B;KACjC;IACD,uBAAuB,EAAE;QACvB,EAAE,EAAE,eAAe,CAAC,uBAAuB;QAC3C,IAAI,EAAE,yBAAyB;KAChC;CACF,CAAC","sourcesContent":["export enum SendMethod {\n SMS = 1,\n EMAIL = 2,\n}\n\nexport enum SignatureStatus {\n SIGNED_PENDING = 1,\n SIGNED_COMPLETE = 2,\n CHARGE_SUCCEEDED = 3,\n CHARGE_REFUNDED = 4,\n APPLICATION_FEE_REFUNDED = 5,\n APPLICATION_FEE_CREATED = 6,\n}\n\n\nexport const SignatureStatusDetail = {\n SIGNED_PENDING: {\n id: SignatureStatus.SIGNED_PENDING,\n name: 'signed_pending',\n label: 'En attente de signature',\n },\n SIGNED_COMPLETE: {\n id: SignatureStatus.SIGNED_COMPLETE,\n name: 'signed_complete',\n label: 'Signé',\n },\n CHARGE_SUCCEEDED: {\n id: SignatureStatus.CHARGE_SUCCEEDED,\n name: 'charge.succeeded',\n },\n CHARGE_REFUNDED: {\n id: SignatureStatus.CHARGE_REFUNDED,\n name: 'charge.refunded',\n },\n APPLICATION_FEE_REFUNDED: {\n id: SignatureStatus.APPLICATION_FEE_REFUNDED,\n name: 'application_fee.refunded',\n },\n APPLICATION_FEE_CREATED: {\n id: SignatureStatus.APPLICATION_FEE_CREATED,\n name: 'application_fee.created',\n },\n};"]}
|
|
1
|
+
{"version":3,"file":"CustomerSignature.js","sourceRoot":"","sources":["../../../../ts/types/Enum/CustomerSignature.ts"],"names":[],"mappings":";;;AAAA,IAAY,UAGX;AAHD,WAAY,UAAU;IACpB,yCAAO,CAAA;IACP,6CAAS,CAAA;AACX,CAAC,EAHW,UAAU,0BAAV,UAAU,QAGrB;AAED,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,yEAAkB,CAAA;IAClB,2EAAmB,CAAA;IACnB,6EAAoB,CAAA;IACpB,2EAAmB,CAAA;IACnB,6FAA4B,CAAA;IAC5B,2FAA2B,CAAA;AAC7B,CAAC,EAPW,eAAe,+BAAf,eAAe,QAO1B;AAED,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,kDAAiC,CAAA;IACjC,gDAA+B,CAAA;IAC/B,wCAAuB,CAAA;IACvB,kCAAiB,CAAA;AACnB,CAAC,EALW,aAAa,6BAAb,aAAa,QAKxB;AAGY,QAAA,qBAAqB,GAAG;IACnC,cAAc,EAAE;QACd,EAAE,EAAE,eAAe,CAAC,cAAc;QAClC,IAAI,EAAE,gBAAgB;QACtB,KAAK,EAAE,yBAAyB;KACjC;IACD,eAAe,EAAE;QACf,EAAE,EAAE,eAAe,CAAC,eAAe;QACnC,IAAI,EAAE,iBAAiB;QACvB,KAAK,EAAE,OAAO;KACf;IACD,gBAAgB,EAAE;QAChB,EAAE,EAAE,eAAe,CAAC,gBAAgB;QACpC,IAAI,EAAE,kBAAkB;KACzB;IACD,eAAe,EAAE;QACf,EAAE,EAAE,eAAe,CAAC,eAAe;QACnC,IAAI,EAAE,iBAAiB;KACxB;IACD,wBAAwB,EAAE;QACxB,EAAE,EAAE,eAAe,CAAC,wBAAwB;QAC5C,IAAI,EAAE,0BAA0B;KACjC;IACD,uBAAuB,EAAE;QACvB,EAAE,EAAE,eAAe,CAAC,uBAAuB;QAC3C,IAAI,EAAE,yBAAyB;KAChC;CACF,CAAC","sourcesContent":["export enum SendMethod {\n SMS = 1,\n EMAIL = 2,\n}\n\nexport enum SignatureStatus {\n SIGNED_PENDING = 1,\n SIGNED_COMPLETE = 2,\n CHARGE_SUCCEEDED = 3,\n CHARGE_REFUNDED = 4,\n APPLICATION_FEE_REFUNDED = 5,\n APPLICATION_FEE_CREATED = 6,\n}\n\nexport enum SignatureType {\n SALES_CONTRACT = 'sales_contract',\n BALANCE_SHEET = 'balance_sheet',\n EQUIPMENT = 'equipment',\n MANDAT = 'mandat', // N'est plus utilisé\n}\n\n\nexport const SignatureStatusDetail = {\n SIGNED_PENDING: {\n id: SignatureStatus.SIGNED_PENDING,\n name: 'signed_pending',\n label: 'En attente de signature',\n },\n SIGNED_COMPLETE: {\n id: SignatureStatus.SIGNED_COMPLETE,\n name: 'signed_complete',\n label: 'Signé',\n },\n CHARGE_SUCCEEDED: {\n id: SignatureStatus.CHARGE_SUCCEEDED,\n name: 'charge.succeeded',\n },\n CHARGE_REFUNDED: {\n id: SignatureStatus.CHARGE_REFUNDED,\n name: 'charge.refunded',\n },\n APPLICATION_FEE_REFUNDED: {\n id: SignatureStatus.APPLICATION_FEE_REFUNDED,\n name: 'application_fee.refunded',\n },\n APPLICATION_FEE_CREATED: {\n id: SignatureStatus.APPLICATION_FEE_CREATED,\n name: 'application_fee.created',\n },\n};"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface BaseResponse {
|
|
2
|
+
size?: string;
|
|
3
|
+
page?: number;
|
|
4
|
+
}
|
|
5
|
+
export interface WriteImageResponse extends BaseResponse {
|
|
6
|
+
name?: string;
|
|
7
|
+
fileSize?: number;
|
|
8
|
+
path?: string;
|
|
9
|
+
}
|
|
10
|
+
export interface ToBase64Response extends BaseResponse {
|
|
11
|
+
base64?: string;
|
|
12
|
+
}
|
|
13
|
+
export interface BufferResponse extends BaseResponse {
|
|
14
|
+
buffer?: Buffer;
|
|
15
|
+
}
|
|
16
|
+
export type ConvertResponse = WriteImageResponse | ToBase64Response | BufferResponse;
|
|
17
|
+
//# sourceMappingURL=Pdf2PicLocalType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pdf2PicLocalType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Pdf2PicLocalType.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AACD,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACtD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AACD,MAAM,WAAW,gBAAiB,SAAQ,YAAY;IACpD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,cAAe,SAAQ,YAAY;IAClD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,MAAM,eAAe,GAAG,kBAAkB,GAAG,gBAAgB,GAAG,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pdf2PicLocalType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Pdf2PicLocalType.ts"],"names":[],"mappings":"","sourcesContent":["export interface BaseResponse {\n size?: string;\n page?: number;\n}\nexport interface WriteImageResponse extends BaseResponse {\n name?: string;\n fileSize?: number;\n path?: string;\n}\nexport interface ToBase64Response extends BaseResponse {\n base64?: string;\n}\nexport interface BufferResponse extends BaseResponse {\n buffer?: Buffer;\n}\nexport type ConvertResponse = WriteImageResponse | ToBase64Response | BufferResponse;"]}
|
|
@@ -22,7 +22,8 @@ export declare enum ReasonTerminationType {
|
|
|
22
22
|
NA = 21,
|
|
23
23
|
LACK_OF_COMMUNICATION = 22,
|
|
24
24
|
NO_NEED_FOR_A_CERTIFIED_ACCOUNTANT = 23,
|
|
25
|
-
ERROR_ON_PRESTATION = 24
|
|
25
|
+
ERROR_ON_PRESTATION = 24,
|
|
26
|
+
LAB_REFUSED = 25
|
|
26
27
|
}
|
|
27
28
|
export declare const ReasonTerminationTypeDetail: {
|
|
28
29
|
id: ReasonTerminationType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReasonTerminationType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/ReasonTerminationType.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB;IAC/B,WAAW,IAAI;IACf,KAAK,IAAI;IACT,gBAAgB,IAAI;IACpB,iBAAiB,IAAI;IACrB,UAAU,IAAI;IACd,IAAI,IAAI;IACR,QAAQ,IAAI;IACZ,OAAO,IAAI;IACX,QAAQ,IAAI;IACZ,4BAA4B,KAAK;IACjC,SAAS,KAAK;IACd,aAAa,KAAK;IAClB,WAAW,KAAK;IAChB,YAAY,KAAK;IACjB,MAAM,KAAK;IACX,kBAAkB,KAAK;IACvB,sBAAsB,KAAK;IAC3B,YAAY,KAAK;IACjB,cAAc,KAAK;IACnB,cAAc,KAAK;IACnB,EAAE,KAAK;IACP,qBAAqB,KAAK;IAC1B,kCAAkC,KAAK;IACvC,mBAAmB,KAAK;
|
|
1
|
+
{"version":3,"file":"ReasonTerminationType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/ReasonTerminationType.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB;IAC/B,WAAW,IAAI;IACf,KAAK,IAAI;IACT,gBAAgB,IAAI;IACpB,iBAAiB,IAAI;IACrB,UAAU,IAAI;IACd,IAAI,IAAI;IACR,QAAQ,IAAI;IACZ,OAAO,IAAI;IACX,QAAQ,IAAI;IACZ,4BAA4B,KAAK;IACjC,SAAS,KAAK;IACd,aAAa,KAAK;IAClB,WAAW,KAAK;IAChB,YAAY,KAAK;IACjB,MAAM,KAAK;IACX,kBAAkB,KAAK;IACvB,sBAAsB,KAAK;IAC3B,YAAY,KAAK;IACjB,cAAc,KAAK;IACnB,cAAc,KAAK;IACnB,EAAE,KAAK;IACP,qBAAqB,KAAK;IAC1B,kCAAkC,KAAK;IACvC,mBAAmB,KAAK;IACxB,WAAW,KAAK;CACjB;AAED,eAAO,MAAM,2BAA2B;;;;GA8HvC,CAAC"}
|
|
@@ -27,6 +27,7 @@ var ReasonTerminationType;
|
|
|
27
27
|
ReasonTerminationType[ReasonTerminationType["LACK_OF_COMMUNICATION"] = 22] = "LACK_OF_COMMUNICATION";
|
|
28
28
|
ReasonTerminationType[ReasonTerminationType["NO_NEED_FOR_A_CERTIFIED_ACCOUNTANT"] = 23] = "NO_NEED_FOR_A_CERTIFIED_ACCOUNTANT";
|
|
29
29
|
ReasonTerminationType[ReasonTerminationType["ERROR_ON_PRESTATION"] = 24] = "ERROR_ON_PRESTATION";
|
|
30
|
+
ReasonTerminationType[ReasonTerminationType["LAB_REFUSED"] = 25] = "LAB_REFUSED";
|
|
30
31
|
})(ReasonTerminationType || (exports.ReasonTerminationType = ReasonTerminationType = {}));
|
|
31
32
|
exports.ReasonTerminationTypeDetail = [
|
|
32
33
|
{
|
|
@@ -149,5 +150,10 @@ exports.ReasonTerminationTypeDetail = [
|
|
|
149
150
|
label: 'Erreur sur prestation',
|
|
150
151
|
active: true,
|
|
151
152
|
},
|
|
153
|
+
{
|
|
154
|
+
id: ReasonTerminationType.LAB_REFUSED,
|
|
155
|
+
label: 'LAB refusée',
|
|
156
|
+
active: true,
|
|
157
|
+
},
|
|
152
158
|
];
|
|
153
159
|
//# sourceMappingURL=ReasonTerminationType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReasonTerminationType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/ReasonTerminationType.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"ReasonTerminationType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/ReasonTerminationType.ts"],"names":[],"mappings":"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","sourcesContent":["export enum ReasonTerminationType {\n LIQUIDATION = 1,\n PRICE = 2,\n CHANGE_EC_ONLINE = 3,\n CHANGE_EC_CLASSIC = 4,\n RETIREMENT = 5,\n SELL = 6,\n CONFLICT = 7,\n UNPAYED = 8,\n SOFTWARE = 9,\n RESIGNATION_FROM_THE_MISSION = 10,\n MAIL_LRAR = 11,\n NON_COMPLIANT = 12,\n NO_RESPONSE = 13,\n DISCONTINUED = 14,\n UPDATE = 15,\n ACTIVITY_CESSATION = 16,\n INADEQUATE_FUNCTIONING = 17,\n BRAND_CHANGE = 18,\n SERVICE_DELAYS = 19,\n LACK_OF_ADVICE = 20,\n NA = 21,\n LACK_OF_COMMUNICATION = 22,\n NO_NEED_FOR_A_CERTIFIED_ACCOUNTANT = 23,\n ERROR_ON_PRESTATION = 24,\n LAB_REFUSED = 25,\n}\n\nexport const ReasonTerminationTypeDetail = [\n {\n id: ReasonTerminationType.LIQUIDATION,\n label: 'Liquidation',\n active: false,\n },\n {\n id: ReasonTerminationType.PRICE,\n label: 'Prix',\n active: true,\n },\n {\n id: ReasonTerminationType.CHANGE_EC_ONLINE,\n label: 'Changement EC en ligne',\n active: false,\n },\n {\n id: ReasonTerminationType.CHANGE_EC_CLASSIC,\n label: 'Changement EC classique',\n active: false,\n },\n {\n id: ReasonTerminationType.RETIREMENT,\n label: 'Retraite',\n active: false,\n },\n {\n id: ReasonTerminationType.SELL,\n label: 'Vente',\n active: false,\n },\n {\n id: ReasonTerminationType.CONFLICT,\n label: 'Conflit',\n active: false,\n },\n {\n id: ReasonTerminationType.UNPAYED,\n label: 'Impayé',\n active: true,\n },\n {\n id: ReasonTerminationType.SOFTWARE,\n label: 'Logiciel',\n active: true,\n },\n {\n id: ReasonTerminationType.RESIGNATION_FROM_THE_MISSION,\n label: 'Démission de la mission',\n active: true,\n },\n {\n id: ReasonTerminationType.MAIL_LRAR,\n label: 'Mail/LRAR',\n active: false,\n },\n {\n id: ReasonTerminationType.NON_COMPLIANT,\n label: 'Non conforme',\n active: false,\n },\n {\n id: ReasonTerminationType.NO_RESPONSE,\n label: 'Pas de réponse au premier entretien',\n active: true,\n },\n {\n id: ReasonTerminationType.DISCONTINUED,\n label: 'Abandon de constitution',\n active: true,\n },\n {\n id: ReasonTerminationType.UPDATE,\n label: 'Mise à jour du clémentinier',\n active: false,\n },\n {\n id: ReasonTerminationType.ACTIVITY_CESSATION,\n label: 'Cessation d\\'activité',\n active: true,\n },\n { \n id:ReasonTerminationType.INADEQUATE_FUNCTIONING,\n label: 'Fonctionnement non adapté',\n active: true,\n },\n { \n id:ReasonTerminationType.BRAND_CHANGE,\n label: 'Changement de marque (Clementine, Pourcentage, Comptalib)',\n active: true,\n },\n { \n id:ReasonTerminationType.SERVICE_DELAYS,\n label: 'Retards prestations',\n active: true,\n },\n { \n id:ReasonTerminationType.LACK_OF_ADVICE,\n label: 'Manque de conseil',\n active: true,\n },\n { \n id:ReasonTerminationType.LACK_OF_COMMUNICATION,\n label: 'Manque de communication',\n active: true,\n },\n { \n id:ReasonTerminationType.NA,\n label: 'Non précisé',\n active: true,\n },\n { \n id:ReasonTerminationType.NO_NEED_FOR_A_CERTIFIED_ACCOUNTANT,\n label: 'Plus besoin d\\'un expert-comptable',\n active: true,\n },\n { \n id:ReasonTerminationType.ERROR_ON_PRESTATION,\n label: 'Erreur sur prestation',\n active: true,\n },\n { \n id:ReasonTerminationType.LAB_REFUSED,\n label: 'LAB refusée',\n active: true,\n },\n];"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatusSignature.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/StatusSignature.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,cAAc,IAAI;IAClB,eAAe,IAAI;IACnB,gBAAgB,IAAI;IACpB,eAAe,IAAI;IACnB,gBAAgB,IAAI;IACpB,eAAe,IAAI;
|
|
1
|
+
{"version":3,"file":"StatusSignature.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/StatusSignature.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,cAAc,IAAI;IAClB,eAAe,IAAI;IACnB,gBAAgB,IAAI;IACpB,eAAe,IAAI;IACnB,gBAAgB,IAAI;IACpB,eAAe,IAAI;IACnB,WAAW,IAAI;CAChB"}
|
|
@@ -9,5 +9,6 @@ var StatusSignature;
|
|
|
9
9
|
StatusSignature[StatusSignature["CHARGE_REFUNDED"] = 4] = "CHARGE_REFUNDED";
|
|
10
10
|
StatusSignature[StatusSignature["APP_FEE_REFUNDED"] = 5] = "APP_FEE_REFUNDED";
|
|
11
11
|
StatusSignature[StatusSignature["APP_FEE_CREATED"] = 6] = "APP_FEE_CREATED";
|
|
12
|
+
StatusSignature[StatusSignature["LINK_OPENED"] = 7] = "LINK_OPENED";
|
|
12
13
|
})(StatusSignature || (exports.StatusSignature = StatusSignature = {}));
|
|
13
14
|
//# sourceMappingURL=StatusSignature.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatusSignature.js","sourceRoot":"","sources":["../../../../ts/types/Enum/StatusSignature.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"StatusSignature.js","sourceRoot":"","sources":["../../../../ts/types/Enum/StatusSignature.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAQX;AARD,WAAY,eAAe;IACzB,yEAAkB,CAAA;IAClB,2EAAmB,CAAA;IACnB,6EAAoB,CAAA;IACpB,2EAAmB,CAAA;IACnB,6EAAoB,CAAA;IACpB,2EAAmB,CAAA;IACnB,mEAAe,CAAA;AACjB,CAAC,EARW,eAAe,+BAAf,eAAe,QAQ1B","sourcesContent":["export enum StatusSignature {\n SIGNED_PENDING = 1,\n SIGNED_COMPLETE = 2,\n CHARGE_SUCCEEDED = 3,\n CHARGE_REFUNDED = 4,\n APP_FEE_REFUNDED = 5,\n APP_FEE_CREATED = 6,\n LINK_OPENED = 7,\n}"]}
|
|
@@ -2,7 +2,8 @@ export declare enum TerminationListType {
|
|
|
2
2
|
REGULAR = 1,
|
|
3
3
|
OUT_OF_TIME = 2,
|
|
4
4
|
RETRACTION = 3,
|
|
5
|
-
SATISFIED_REFUNDED = 4
|
|
5
|
+
SATISFIED_REFUNDED = 4,
|
|
6
|
+
LAB_REFUSED = 5
|
|
6
7
|
}
|
|
7
8
|
export declare const TerminationListTypeDetail: {
|
|
8
9
|
id: TerminationListType;
|
|
@@ -20,7 +21,8 @@ export declare const TerminationListStateDetail: {
|
|
|
20
21
|
export declare enum ConclusionTermination {
|
|
21
22
|
CHANGE_EC_ONLINE = 1,
|
|
22
23
|
CHANGE_EC_CLASSIC = 2,
|
|
23
|
-
PERSONAL_MANAGEMENT = 3
|
|
24
|
+
PERSONAL_MANAGEMENT = 3,
|
|
25
|
+
LAB_REFUSED = 4
|
|
24
26
|
}
|
|
25
27
|
export declare const ConclusionTerminationDetail: {
|
|
26
28
|
id: ConclusionTermination;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TerminationList.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/TerminationList.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B,OAAO,IAAI;IACX,WAAW,IAAI;IACf,UAAU,IAAI;IACd,kBAAkB,IAAI;
|
|
1
|
+
{"version":3,"file":"TerminationList.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/TerminationList.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B,OAAO,IAAI;IACX,WAAW,IAAI;IACf,UAAU,IAAI;IACd,kBAAkB,IAAI;IACtB,WAAW,IAAI;CAChB;AAED,eAAO,MAAM,yBAAyB;;;GAqBrC,CAAC;AAEF,oBAAY,oBAAoB;IAC9B,WAAW,IAAI;IACf,QAAQ,IAAI;IACZ,OAAO,IAAI;CACZ;AAED,eAAO,MAAM,0BAA0B;;;GAatC,CAAC;AAEF,oBAAY,qBAAqB;IAC/B,gBAAgB,IAAI;IACpB,iBAAiB,IAAI;IACrB,mBAAmB,IAAI;IACvB,WAAW,IAAI;CAChB;AAED,eAAO,MAAM,2BAA2B;;;GAiBvC,CAAC"}
|
|
@@ -7,6 +7,7 @@ var TerminationListType;
|
|
|
7
7
|
TerminationListType[TerminationListType["OUT_OF_TIME"] = 2] = "OUT_OF_TIME";
|
|
8
8
|
TerminationListType[TerminationListType["RETRACTION"] = 3] = "RETRACTION";
|
|
9
9
|
TerminationListType[TerminationListType["SATISFIED_REFUNDED"] = 4] = "SATISFIED_REFUNDED";
|
|
10
|
+
TerminationListType[TerminationListType["LAB_REFUSED"] = 5] = "LAB_REFUSED";
|
|
10
11
|
})(TerminationListType || (exports.TerminationListType = TerminationListType = {}));
|
|
11
12
|
exports.TerminationListTypeDetail = [
|
|
12
13
|
{
|
|
@@ -25,6 +26,10 @@ exports.TerminationListTypeDetail = [
|
|
|
25
26
|
id: TerminationListType.SATISFIED_REFUNDED,
|
|
26
27
|
label: 'Satisfait / Remboursé',
|
|
27
28
|
},
|
|
29
|
+
{
|
|
30
|
+
id: TerminationListType.LAB_REFUSED,
|
|
31
|
+
label: 'LAB refusée',
|
|
32
|
+
},
|
|
28
33
|
];
|
|
29
34
|
var TerminationListState;
|
|
30
35
|
(function (TerminationListState) {
|
|
@@ -51,6 +56,7 @@ var ConclusionTermination;
|
|
|
51
56
|
ConclusionTermination[ConclusionTermination["CHANGE_EC_ONLINE"] = 1] = "CHANGE_EC_ONLINE";
|
|
52
57
|
ConclusionTermination[ConclusionTermination["CHANGE_EC_CLASSIC"] = 2] = "CHANGE_EC_CLASSIC";
|
|
53
58
|
ConclusionTermination[ConclusionTermination["PERSONAL_MANAGEMENT"] = 3] = "PERSONAL_MANAGEMENT";
|
|
59
|
+
ConclusionTermination[ConclusionTermination["LAB_REFUSED"] = 4] = "LAB_REFUSED";
|
|
54
60
|
})(ConclusionTermination || (exports.ConclusionTermination = ConclusionTermination = {}));
|
|
55
61
|
exports.ConclusionTerminationDetail = [
|
|
56
62
|
{
|
|
@@ -65,5 +71,9 @@ exports.ConclusionTerminationDetail = [
|
|
|
65
71
|
id: ConclusionTermination.PERSONAL_MANAGEMENT,
|
|
66
72
|
label: 'Gestion personnelle',
|
|
67
73
|
},
|
|
74
|
+
{
|
|
75
|
+
id: ConclusionTermination.LAB_REFUSED,
|
|
76
|
+
label: 'LAB refusée',
|
|
77
|
+
},
|
|
68
78
|
];
|
|
69
79
|
//# sourceMappingURL=TerminationList.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TerminationList.js","sourceRoot":"","sources":["../../../../ts/types/Enum/TerminationList.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"TerminationList.js","sourceRoot":"","sources":["../../../../ts/types/Enum/TerminationList.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,mEAAW,CAAA;IACX,2EAAe,CAAA;IACf,yEAAc,CAAA;IACd,yFAAsB,CAAA;IACtB,2EAAe,CAAA;AACjB,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B;AAEY,QAAA,yBAAyB,GAAG;IACvC;QACE,EAAE,EAAE,mBAAmB,CAAC,OAAO;QAC/B,KAAK,EAAE,WAAW;KACnB;IACD;QACE,EAAE,EAAE,mBAAmB,CAAC,WAAW;QACnC,KAAK,EAAE,YAAY;KACpB;IACD;QACE,EAAE,EAAE,mBAAmB,CAAC,UAAU;QAClC,KAAK,EAAE,cAAc;KACtB;IACD;QACE,EAAE,EAAE,mBAAmB,CAAC,kBAAkB;QAC1C,KAAK,EAAE,uBAAuB;KAC/B;IACD;QACE,EAAE,EAAE,mBAAmB,CAAC,WAAW;QACnC,KAAK,EAAE,aAAa;KACrB;CACF,CAAC;AAEF,IAAY,oBAIX;AAJD,WAAY,oBAAoB;IAC9B,6EAAe,CAAA;IACf,uEAAY,CAAA;IACZ,qEAAW,CAAA;AACb,CAAC,EAJW,oBAAoB,oCAApB,oBAAoB,QAI/B;AAEY,QAAA,0BAA0B,GAAG;IACxC;QACE,EAAE,EAAE,oBAAoB,CAAC,WAAW;QACpC,KAAK,EAAE,yBAAyB;KACjC;IACD;QACE,EAAE,EAAE,oBAAoB,CAAC,QAAQ;QACjC,KAAK,EAAE,UAAU;KAClB;IACD;QACE,EAAE,EAAE,oBAAoB,CAAC,OAAO;QAChC,KAAK,EAAE,SAAS;KACjB;CACF,CAAC;AAEF,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,yFAAoB,CAAA;IACpB,2FAAqB,CAAA;IACrB,+FAAuB,CAAA;IACvB,+EAAe,CAAA;AACjB,CAAC,EALW,qBAAqB,qCAArB,qBAAqB,QAKhC;AAEY,QAAA,2BAA2B,GAAG;IACzC;QACE,EAAE,EAAE,qBAAqB,CAAC,gBAAgB;QAC1C,KAAK,EAAE,wBAAwB;KAChC;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,iBAAiB;QAC3C,KAAK,EAAE,yBAAyB;KACjC;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,mBAAmB;QAC7C,KAAK,EAAE,qBAAqB;KAC7B;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,WAAW;QACrC,KAAK,EAAE,aAAa;KACrB;CACF,CAAC","sourcesContent":["export enum TerminationListType {\n REGULAR = 1,\n OUT_OF_TIME = 2,\n RETRACTION = 3,\n SATISFIED_REFUNDED = 4,\n LAB_REFUSED = 5,\n}\n\nexport const TerminationListTypeDetail = [\n {\n id: TerminationListType.REGULAR,\n label: 'Régulière',\n },\n {\n id: TerminationListType.OUT_OF_TIME,\n label: 'Hors délai',\n },\n {\n id: TerminationListType.RETRACTION,\n label: 'Rétractation',\n },\n {\n id: TerminationListType.SATISFIED_REFUNDED,\n label: 'Satisfait / Remboursé',\n },\n {\n id: TerminationListType.LAB_REFUSED,\n label: 'LAB refusée',\n },\n];\n\nexport enum TerminationListState {\n IN_PROGRESS = 1,\n ACCEPTED = 2,\n REFUSED = 3,\n}\n\nexport const TerminationListStateDetail = [\n {\n id: TerminationListState.IN_PROGRESS,\n label: 'En cours d\\'instruction',\n },\n {\n id: TerminationListState.ACCEPTED,\n label: 'Acceptée',\n },\n {\n id: TerminationListState.REFUSED,\n label: 'Refusée',\n },\n];\n\nexport enum ConclusionTermination {\n CHANGE_EC_ONLINE = 1,\n CHANGE_EC_CLASSIC = 2,\n PERSONAL_MANAGEMENT = 3,\n LAB_REFUSED = 4,\n}\n\nexport const ConclusionTerminationDetail = [\n {\n id: ConclusionTermination.CHANGE_EC_ONLINE,\n label: 'Changement EC en ligne',\n },\n {\n id: ConclusionTermination.CHANGE_EC_CLASSIC,\n label: 'Changement EC classique',\n },\n {\n id: ConclusionTermination.PERSONAL_MANAGEMENT,\n label: 'Gestion personnelle',\n },\n {\n id: ConclusionTermination.LAB_REFUSED,\n label: 'LAB refusée',\n },\n];"]}
|
|
@@ -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":"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,MAAM,MAAM,eAAe,GAAG;IAC5B,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE;QACf,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;KACrB,CAAC;IACF,OAAO,EAAE,YAAY,CAAC;IACtB,GAAG,EAAE,GAAG,CAAC;IACT,MAAM,EAAE,kBAAkB,EAAE,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,kBAAkB,EAAE,CAAC;IAC9B,YAAY,EAAE,eAAe,EAAE,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,OAAO,EAAE,eAAe,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,KAAK,GAAG,GAAG,oBAAoB,GAAG,6BAA6B,GAAG,iCAAiC,GAAG,OAAO,GAAG,QAAQ,GAAG,cAAc,GAAG,aAAa,GAAG,iBAAiB,GAAG,mBAAmB,GAAG,mBAAmB,GAAG,eAAe,GAAG,WAAW,GAAG,aAAa,GAAG,mBAAmB,GAAG,mBAAmB,GAAG,aAAa,GAAG,aAAa,GAAG,aAAa,GAAG,aAAa,GAAG,aAAa,GAAG,aAAa,GAAG,mBAAmB,GAAG,eAAe,GAAG,MAAM,GAAG,KAAK,GAAG,sBAAsB,GAAG,2BAA2B,CAAC;AACtgB,KAAK,IAAI,GAAG,KAAK,CAAC;IAAE,WAAW,CAAC,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,GAAG,CAAC;IAAC,KAAK,EAAE,GAAG,CAAA;CAAE,CAAC,CAAC;AAElE,MAAM,WAAW,kBAAkB;IACjC,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,YAAY,CAAC,EAAE,IAAI,EAAE,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,UAAU,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,sBAAsB;IACrC,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,QAAQ,CAAC;IACnB,QAAQ,EAAE,GAAG,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,gBAAgB,CAAC;IACxB,GAAG,CAAC,EAAE,MAAM,CAAA;CACb"}
|
|
@@ -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}"]}
|
|
@@ -29,9 +29,14 @@ export declare class QueryChecklistGetPaginated extends RequiredQueryPaginate {
|
|
|
29
29
|
search?: string;
|
|
30
30
|
idUser: number[];
|
|
31
31
|
vatRegime?: number[];
|
|
32
|
+
takePriority?: boolean;
|
|
32
33
|
state?: number;
|
|
33
34
|
closingDate: Date;
|
|
34
35
|
}
|
|
36
|
+
export declare class QueryChecklistGetStats {
|
|
37
|
+
idUser: number[];
|
|
38
|
+
closingDate: Date;
|
|
39
|
+
}
|
|
35
40
|
export declare class QueryGetAllQuestions {
|
|
36
41
|
type?: ChecklistTypeEnum;
|
|
37
42
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/checklist/Query.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,qBAAa,oBAAoB;IAI7B,SAAS,EAAE,MAAM,CAAC;IAKlB,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,OAAO,CAAC,EAAE,MAAM,CAAC;IAMjB,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,qBAAa,uBAAuB;IAGhC,IAAI,EAAE,MAAM,CAAC;IAKb,MAAM,EAAE,MAAM,CAAC;CAClB;AAED,qBAAa,oBAAqB,SAAQ,qBAAqB;IAG3D,MAAM,EAAE,MAAM,EAAE,CAAC;IAIjB,IAAI,EAAE,MAAM,CAAC;IAKb,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAIxB,aAAa,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;KAAE,CAAC;IAK9C,KAAK,EAAE,MAAM,GAAG,YAAY,GAAG,MAAM,CAAC;IAMtC,sBAAsB,EAAE,OAAO,CAAC;IAMhC,qBAAqB,EAAE,OAAO,CAAC;CAClC;AAED,qBAAa,0BAA2B,SAAQ,qBAAqB;IAIjE,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,MAAM,EAAE,MAAM,EAAE,CAAC;IAKjB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/checklist/Query.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,qBAAa,oBAAoB;IAI7B,SAAS,EAAE,MAAM,CAAC;IAKlB,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,OAAO,CAAC,EAAE,MAAM,CAAC;IAMjB,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,qBAAa,uBAAuB;IAGhC,IAAI,EAAE,MAAM,CAAC;IAKb,MAAM,EAAE,MAAM,CAAC;CAClB;AAED,qBAAa,oBAAqB,SAAQ,qBAAqB;IAG3D,MAAM,EAAE,MAAM,EAAE,CAAC;IAIjB,IAAI,EAAE,MAAM,CAAC;IAKb,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAIxB,aAAa,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;KAAE,CAAC;IAK9C,KAAK,EAAE,MAAM,GAAG,YAAY,GAAG,MAAM,CAAC;IAMtC,sBAAsB,EAAE,OAAO,CAAC;IAMhC,qBAAqB,EAAE,OAAO,CAAC;CAClC;AAED,qBAAa,0BAA2B,SAAQ,qBAAqB;IAIjE,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,MAAM,EAAE,MAAM,EAAE,CAAC;IAKjB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IAMrB,YAAY,CAAC,EAAE,OAAO,CAAC;IAKvB,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,WAAW,EAAE,IAAI,CAAC;CACrB;AAED,qBAAa,sBAAsB;IAG/B,MAAM,EAAE,MAAM,EAAE,CAAC;IAIjB,WAAW,EAAE,IAAI,CAAC;CACrB;AAED,qBAAa,oBAAoB;IAI7B,IAAI,CAAC,EAAE,iBAAiB,CAAC;CAC5B;AAED,qBAAa,yBAAyB;IACpC,aAAa,EAAE,cAAc,EAAE,CAAC;IAChC,OAAO,EAAE,gBAAgB,EAAE,CAAC;CAC7B;AAED,qBAAa,kBAAkB;IAI3B,SAAS,EAAE,MAAM,CAAC;CACrB;AAED,qBAAa,oBAAoB;IAK7B,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,qBAAa,mBAAmB;IAG5B,SAAS,EAAE,MAAM,CAAC;IAIlB,UAAU,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -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.QueryGenerateAdvice = exports.QueryChecklistUpdate = exports.QueryGetToComplete = exports.QueryGetAllBlockingIssues = exports.QueryGetAllQuestions = exports.QueryChecklistGetPaginated = exports.QueryChecklistWallet = exports.QueryChecklistStatistic = exports.QueryGetAllDeadlines = void 0;
|
|
12
|
+
exports.QueryGenerateAdvice = exports.QueryChecklistUpdate = exports.QueryGetToComplete = exports.QueryGetAllBlockingIssues = exports.QueryGetAllQuestions = exports.QueryChecklistGetStats = exports.QueryChecklistGetPaginated = exports.QueryChecklistWallet = exports.QueryChecklistStatistic = exports.QueryGetAllDeadlines = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
@@ -127,6 +127,13 @@ __decorate([
|
|
|
127
127
|
(0, class_validator_1.IsOptional)(),
|
|
128
128
|
__metadata("design:type", Array)
|
|
129
129
|
], QueryChecklistGetPaginated.prototype, "vatRegime", void 0);
|
|
130
|
+
__decorate([
|
|
131
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
132
|
+
(0, class_validator_1.IsOptional)(),
|
|
133
|
+
(0, class_validator_1.IsBoolean)(),
|
|
134
|
+
(0, boolean_transform_1.ToBoolean)(),
|
|
135
|
+
__metadata("design:type", Boolean)
|
|
136
|
+
], QueryChecklistGetPaginated.prototype, "takePriority", void 0);
|
|
130
137
|
__decorate([
|
|
131
138
|
(0, utils_1.ApiPropertyOptional)(),
|
|
132
139
|
(0, class_validator_1.IsNumber)(),
|
|
@@ -138,6 +145,19 @@ __decorate([
|
|
|
138
145
|
(0, class_validator_1.IsDate)(),
|
|
139
146
|
__metadata("design:type", Date)
|
|
140
147
|
], QueryChecklistGetPaginated.prototype, "closingDate", void 0);
|
|
148
|
+
class QueryChecklistGetStats {
|
|
149
|
+
}
|
|
150
|
+
exports.QueryChecklistGetStats = QueryChecklistGetStats;
|
|
151
|
+
__decorate([
|
|
152
|
+
(0, utils_1.ApiProperty)(),
|
|
153
|
+
(0, class_validator_1.IsArray)(),
|
|
154
|
+
__metadata("design:type", Array)
|
|
155
|
+
], QueryChecklistGetStats.prototype, "idUser", void 0);
|
|
156
|
+
__decorate([
|
|
157
|
+
(0, utils_1.ApiProperty)(),
|
|
158
|
+
(0, class_validator_1.IsDate)(),
|
|
159
|
+
__metadata("design:type", Date)
|
|
160
|
+
], QueryChecklistGetStats.prototype, "closingDate", void 0);
|
|
141
161
|
class QueryGetAllQuestions {
|
|
142
162
|
}
|
|
143
163
|
exports.QueryGetAllQuestions = QueryGetAllQuestions;
|