@silexpert/core 1.0.52 → 1.0.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/api/resources/CalendarEvent.d.ts +2 -1
- package/es/api/resources/CalendarEvent.d.ts.map +1 -1
- package/es/api/resources/CalendarEvent.js +2 -2
- package/es/api/resources/CalendarEvent.js.map +1 -1
- package/es/api/resources/Invoice.d.ts +3 -2
- package/es/api/resources/Invoice.d.ts.map +1 -1
- package/es/api/resources/Invoice.js +3 -0
- package/es/api/resources/Invoice.js.map +1 -1
- package/es/api/resources/LegalNotice.d.ts +6 -0
- package/es/api/resources/LegalNotice.d.ts.map +1 -0
- package/es/api/resources/LegalNotice.js +7 -0
- package/es/api/resources/LegalNotice.js.map +1 -0
- package/es/api/resources/PaymentExpectation.d.ts +6 -0
- package/es/api/resources/PaymentExpectation.d.ts.map +1 -0
- package/es/api/resources/PaymentExpectation.js +7 -0
- package/es/api/resources/PaymentExpectation.js.map +1 -0
- package/es/api/resources/TerminationList.d.ts +7 -0
- package/es/api/resources/TerminationList.d.ts.map +1 -0
- package/es/api/resources/TerminationList.js +10 -0
- package/es/api/resources/TerminationList.js.map +1 -0
- package/es/api/resources/statistic/Accountant.d.ts +6 -0
- package/es/api/resources/statistic/Accountant.d.ts.map +1 -1
- package/es/api/resources/statistic/Accountant.js +9 -0
- package/es/api/resources/statistic/Accountant.js.map +1 -1
- package/es/api/resources.d.ts +7 -1
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +7 -1
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/OperationLegalNotice.d.ts +4 -0
- package/es/types/Enum/OperationLegalNotice.d.ts.map +1 -0
- package/es/types/Enum/OperationLegalNotice.js +5 -0
- package/es/types/Enum/OperationLegalNotice.js.map +1 -0
- package/es/types/Enum/OrderStatus.d.ts +6 -0
- package/es/types/Enum/OrderStatus.d.ts.map +1 -0
- package/es/types/Enum/OrderStatus.js +7 -0
- package/es/types/Enum/OrderStatus.js.map +1 -0
- package/es/types/Enum/{Prestation.d.ts → PrestationType.d.ts} +4 -3
- package/es/types/Enum/PrestationType.d.ts.map +1 -0
- package/es/types/Enum/PrestationType.js +17 -0
- package/es/types/Enum/PrestationType.js.map +1 -0
- package/es/types/Enum/Reason.d.ts +4 -0
- package/es/types/Enum/Reason.d.ts.map +1 -0
- package/es/types/Enum/Reason.js +5 -0
- package/es/types/Enum/Reason.js.map +1 -0
- package/es/types/Enum/StatisticType.d.ts +2 -1
- package/es/types/Enum/StatisticType.d.ts.map +1 -1
- package/es/types/Enum/StatisticType.js +1 -0
- package/es/types/Enum/StatisticType.js.map +1 -1
- package/es/types/Enum/TimeCounterType.d.ts +40 -12
- package/es/types/Enum/TimeCounterType.d.ts.map +1 -1
- package/es/types/Enum/TimeCounterType.js +40 -12
- package/es/types/Enum/TimeCounterType.js.map +1 -1
- package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts +1 -0
- package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts.map +1 -1
- package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.js.map +1 -1
- package/es/types/Interface/api/commercialManagement/Create.d.ts +3 -0
- package/es/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
- package/es/types/Interface/api/commercialManagement/Create.js +2 -0
- package/es/types/Interface/api/commercialManagement/Create.js.map +1 -1
- package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts +5 -0
- package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts.map +1 -0
- package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js +25 -0
- package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
- package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts +4 -0
- package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts.map +1 -0
- package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +17 -0
- package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
- package/es/types/Interface/api/prestation/CreatePrestation.d.ts +6 -0
- package/es/types/Interface/api/prestation/CreatePrestation.d.ts.map +1 -0
- package/es/types/Interface/api/prestation/CreatePrestation.js +28 -0
- package/es/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
- package/es/types/Interface/api/statistic/ExitRequest.d.ts +11 -2
- package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -1
- package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -1
- package/es/types/Interface/api/terminationList/DestroyTerminationList.d.ts +17 -0
- package/es/types/Interface/api/terminationList/DestroyTerminationList.d.ts.map +1 -0
- package/es/types/Interface/api/terminationList/DestroyTerminationList.js +96 -0
- package/es/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -0
- package/es/types/Interface/api/terminationList/QueryTerminationList.d.ts +17 -0
- package/es/types/Interface/api/terminationList/QueryTerminationList.d.ts.map +1 -0
- package/es/types/Interface/api/terminationList/QueryTerminationList.js +98 -0
- package/es/types/Interface/api/terminationList/QueryTerminationList.js.map +1 -0
- package/es/types/Interface/models/ILegalNotice.d.ts +1 -0
- package/es/types/Interface/models/ILegalNotice.d.ts.map +1 -1
- package/es/types/Interface/models/ILegalNotice.js.map +1 -1
- package/es/types/Interface/models/IPaymentExpectation.d.ts +1 -0
- package/es/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
- package/es/types/Interface/models/IPaymentExpectation.js.map +1 -1
- package/es/types/index.d.ts +9 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +9 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/CalendarEvent.js +5 -3
- package/js/api/resources/CalendarEvent.js.map +1 -1
- package/js/api/resources/Invoice.js +4 -0
- package/js/api/resources/Invoice.js.map +1 -1
- package/js/api/resources/LegalNotice.js +18 -0
- package/js/api/resources/LegalNotice.js.map +1 -0
- package/js/api/resources/PaymentExpectation.js +20 -0
- package/js/api/resources/PaymentExpectation.js.map +1 -0
- package/js/api/resources/TerminationList.js +26 -0
- package/js/api/resources/TerminationList.js.map +1 -0
- package/js/api/resources/statistic/Accountant.js +15 -0
- package/js/api/resources/statistic/Accountant.js.map +1 -1
- package/js/api/resources.js +12 -3
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/OperationLegalNotice.js +11 -0
- package/js/types/Enum/OperationLegalNotice.js.map +1 -0
- package/js/types/Enum/OrderStatus.js +13 -0
- package/js/types/Enum/OrderStatus.js.map +1 -0
- package/js/types/Enum/PrestationType.js +23 -0
- package/js/types/Enum/PrestationType.js.map +1 -0
- package/js/types/Enum/Reason.js +11 -0
- package/js/types/Enum/Reason.js.map +1 -0
- package/js/types/Enum/StatisticType.js +1 -0
- package/js/types/Enum/StatisticType.js.map +1 -1
- package/js/types/Enum/TimeCounterType.js +68 -40
- package/js/types/Enum/TimeCounterType.js.map +1 -1
- package/js/types/Interface/api/commercialManagement/Create.js +5 -1
- package/js/types/Interface/api/commercialManagement/Create.js.map +1 -1
- package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js +31 -0
- package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
- package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +27 -0
- package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
- package/js/types/Interface/api/prestation/CreatePrestation.js +33 -0
- package/js/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
- package/js/types/Interface/api/terminationList/DestroyTerminationList.js +55 -0
- package/js/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -0
- package/js/types/Interface/api/terminationList/QueryTerminationList.js +55 -0
- package/js/types/Interface/api/terminationList/QueryTerminationList.js.map +1 -0
- package/js/types/index.js +99 -3
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/CalendarEvent.ts +3 -2
- package/ts/api/resources/Invoice.ts +6 -1
- package/ts/api/resources/LegalNotice.ts +8 -0
- package/ts/api/resources/PaymentExpectation.ts +8 -0
- package/ts/api/resources/TerminationList.ts +12 -0
- package/ts/api/resources/statistic/Accountant.ts +13 -0
- package/ts/api/resources.ts +7 -1
- package/ts/types/Enum/OperationLegalNotice.ts +3 -0
- package/ts/types/Enum/OrderStatus.ts +5 -0
- package/ts/types/Enum/{Prestation.ts → PrestationType.ts} +2 -1
- package/ts/types/Enum/Reason.ts +3 -0
- package/ts/types/Enum/StatisticType.ts +1 -0
- package/ts/types/Enum/TimeCounterType.ts +40 -12
- package/ts/types/Interface/api/calendarEvent/readAllCalendarEvent.ts +1 -0
- package/ts/types/Interface/api/commercialManagement/Create.ts +4 -0
- package/ts/types/Interface/api/legalNotice/UpdateLegalNotice.ts +13 -0
- package/ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts +6 -0
- package/ts/types/Interface/api/prestation/CreatePrestation.ts +15 -0
- package/ts/types/Interface/api/statistic/ExitRequest.ts +13 -2
- package/ts/types/Interface/api/terminationList/DestroyTerminationList.ts +74 -0
- package/ts/types/Interface/api/terminationList/QueryTerminationList.ts +76 -0
- package/ts/types/Interface/models/ILegalNotice.ts +1 -0
- package/ts/types/Interface/models/IPaymentExpectation.ts +1 -0
- package/ts/types/index.ts +9 -1
- package/es/types/Enum/Prestation.d.ts.map +0 -1
- package/es/types/Enum/Prestation.js +0 -16
- package/es/types/Enum/Prestation.js.map +0 -1
- package/js/types/Enum/Prestation.js +0 -22
- package/js/types/Enum/Prestation.js.map +0 -1
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.UpdateLegalNotice = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _ = require("../../../..");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class UpdateLegalNotice {}
|
|
25
|
+
|
|
26
|
+
exports.UpdateLegalNotice = UpdateLegalNotice;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], UpdateLegalNotice.prototype, "message", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], UpdateLegalNotice.prototype, "idPrestation", void 0);
|
|
31
|
+
//# sourceMappingURL=UpdateLegalNotice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateLegalNotice.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,iBAAP,CAAwB;;QAAjBA,iB,GAAAA,iB;;AAGXC,YAFC,oBAED,EADC,+BACD;;AAKAA,YAHC,4BAGD,EAFC,iCAED,EADC,+BACD","names":["UpdateLegalNotice","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/legalNotice/UpdateLegalNotice.ts"],"sourcesContent":["import { IsNumber, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\n\nexport class UpdateLegalNotice {\n @ApiProperty()\n @IsString()\n message: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idPrestation?: number;\n}\n"]}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryGetPaymentExpectation = undefined;
|
|
7
|
+
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
class QueryGetPaymentExpectation {}
|
|
23
|
+
|
|
24
|
+
exports.QueryGetPaymentExpectation = QueryGetPaymentExpectation;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], QueryGetPaymentExpectation.prototype, "idPrestation", void 0);
|
|
27
|
+
//# sourceMappingURL=QueryPaymentExpectation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryPaymentExpectation.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,0BAAP,CAAiC;;QAA1BA,0B,GAAAA,0B;;AAEXC,YADC,yBACD","names":["QueryGetPaymentExpectation","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryGetPaymentExpectation {\n @ApiProperty()\n idPrestation: number;\n}"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.CreatePrestation = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _ = require("../../../..");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class CreatePrestation {}
|
|
25
|
+
|
|
26
|
+
exports.CreatePrestation = CreatePrestation;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], CreatePrestation.prototype, "orderStatus", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], CreatePrestation.prototype, "amountTtc", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", String)], CreatePrestation.prototype, "label", void 0);
|
|
33
|
+
//# sourceMappingURL=CreatePrestation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreatePrestation.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAGXC,YAFC,oBAED,EADC,+BACD;;AAIAA,YAFC,oBAED,EADC,+BACD;;AAGAA,YADC,4BACD","names":["CreatePrestation","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestation/CreatePrestation.ts"],"sourcesContent":["import { IsNumber } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\n\nexport class CreatePrestation {\n @ApiProperty()\n @IsNumber()\n orderStatus: number;\n\n @ApiProperty()\n @IsNumber()\n amountTtc: number;\n\n @ApiPropertyOptional()\n label?: string;\n}\n"]}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.DestroyTerminationList = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class DestroyTerminationList {}
|
|
25
|
+
|
|
26
|
+
exports.DestroyTerminationList = DestroyTerminationList;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], DestroyTerminationList.prototype, "id", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], DestroyTerminationList.prototype, "comment", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], DestroyTerminationList.prototype, "effectiveDate", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], DestroyTerminationList.prototype, "endContractDate", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], DestroyTerminationList.prototype, "recalledCustomer", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], DestroyTerminationList.prototype, "recalledCustomerBySupervisor", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], DestroyTerminationList.prototype, "idExercice", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], DestroyTerminationList.prototype, "refund", void 0);
|
|
43
|
+
|
|
44
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], DestroyTerminationList.prototype, "idReasonTermination", void 0);
|
|
45
|
+
|
|
46
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], DestroyTerminationList.prototype, "idSociety", void 0);
|
|
47
|
+
|
|
48
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], DestroyTerminationList.prototype, "idPrestation", void 0);
|
|
49
|
+
|
|
50
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], DestroyTerminationList.prototype, "idCollaborateur", void 0);
|
|
51
|
+
|
|
52
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], DestroyTerminationList.prototype, "createdAt", void 0);
|
|
53
|
+
|
|
54
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], DestroyTerminationList.prototype, "updatedAt", void 0);
|
|
55
|
+
//# sourceMappingURL=DestroyTerminationList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DestroyTerminationList.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,sBAAP,CAA6B;;QAAtBA,sB,GAAAA,sB;;AAGXC,YAFC,yBAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAIAA,YAFC,yBAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD","names":["DestroyTerminationList","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/terminationList/DestroyTerminationList.ts"],"sourcesContent":["import {\n IsDateString, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class DestroyTerminationList {\n @ApiProperty()\n @IsInt()\n id: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n effectiveDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n endContractDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n recalledCustomer?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n recalledCustomerBySupervisor?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idExercice?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n refund?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idReasonTermination?: number;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idPrestation?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idCollaborateur?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n createdAt?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n updatedAt?: string;\n}"]}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryTerminationList = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryTerminationList {}
|
|
25
|
+
|
|
26
|
+
exports.QueryTerminationList = QueryTerminationList;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryTerminationList.prototype, "id", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryTerminationList.prototype, "comment", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryTerminationList.prototype, "effectiveDate", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryTerminationList.prototype, "endContractDate", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryTerminationList.prototype, "recalledCustomer", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryTerminationList.prototype, "recalledCustomerBySupervisor", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryTerminationList.prototype, "idExercice", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryTerminationList.prototype, "refund", void 0);
|
|
43
|
+
|
|
44
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryTerminationList.prototype, "idReasonTermination", void 0);
|
|
45
|
+
|
|
46
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryTerminationList.prototype, "idSociety", void 0);
|
|
47
|
+
|
|
48
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryTerminationList.prototype, "idPrestation", void 0);
|
|
49
|
+
|
|
50
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryTerminationList.prototype, "idCollaborateur", void 0);
|
|
51
|
+
|
|
52
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryTerminationList.prototype, "createdAt", void 0);
|
|
53
|
+
|
|
54
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryTerminationList.prototype, "updatedAt", void 0);
|
|
55
|
+
//# sourceMappingURL=QueryTerminationList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryTerminationList.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,oBAAP,CAA2B;;QAApBA,oB,GAAAA,oB;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD","names":["QueryTerminationList","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/terminationList/QueryTerminationList.ts"],"sourcesContent":["import {\n IsDateString, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryTerminationList {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n id?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n effectiveDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n endContractDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n recalledCustomer?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n recalledCustomerBySupervisor?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idExercice?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n refund?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idReasonTermination?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idPrestation?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idCollaborateur?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n createdAt?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n updatedAt?: string;\n}"]}
|
package/js/types/index.js
CHANGED
|
@@ -4696,14 +4696,14 @@ Object.keys(_FieldSocietyStat).forEach(function (key) {
|
|
|
4696
4696
|
});
|
|
4697
4697
|
});
|
|
4698
4698
|
|
|
4699
|
-
var
|
|
4699
|
+
var _PrestationType = require("./Enum/PrestationType");
|
|
4700
4700
|
|
|
4701
|
-
Object.keys(
|
|
4701
|
+
Object.keys(_PrestationType).forEach(function (key) {
|
|
4702
4702
|
if (key === "default" || key === "__esModule") return;
|
|
4703
4703
|
Object.defineProperty(exports, key, {
|
|
4704
4704
|
enumerable: true,
|
|
4705
4705
|
get: function () {
|
|
4706
|
-
return
|
|
4706
|
+
return _PrestationType[key];
|
|
4707
4707
|
}
|
|
4708
4708
|
});
|
|
4709
4709
|
});
|
|
@@ -5272,6 +5272,42 @@ Object.keys(_CustomerVat).forEach(function (key) {
|
|
|
5272
5272
|
});
|
|
5273
5273
|
});
|
|
5274
5274
|
|
|
5275
|
+
var _Reason = require("./Enum/Reason");
|
|
5276
|
+
|
|
5277
|
+
Object.keys(_Reason).forEach(function (key) {
|
|
5278
|
+
if (key === "default" || key === "__esModule") return;
|
|
5279
|
+
Object.defineProperty(exports, key, {
|
|
5280
|
+
enumerable: true,
|
|
5281
|
+
get: function () {
|
|
5282
|
+
return _Reason[key];
|
|
5283
|
+
}
|
|
5284
|
+
});
|
|
5285
|
+
});
|
|
5286
|
+
|
|
5287
|
+
var _OperationLegalNotice = require("./Enum/OperationLegalNotice");
|
|
5288
|
+
|
|
5289
|
+
Object.keys(_OperationLegalNotice).forEach(function (key) {
|
|
5290
|
+
if (key === "default" || key === "__esModule") return;
|
|
5291
|
+
Object.defineProperty(exports, key, {
|
|
5292
|
+
enumerable: true,
|
|
5293
|
+
get: function () {
|
|
5294
|
+
return _OperationLegalNotice[key];
|
|
5295
|
+
}
|
|
5296
|
+
});
|
|
5297
|
+
});
|
|
5298
|
+
|
|
5299
|
+
var _OrderStatus = require("./Enum/OrderStatus");
|
|
5300
|
+
|
|
5301
|
+
Object.keys(_OrderStatus).forEach(function (key) {
|
|
5302
|
+
if (key === "default" || key === "__esModule") return;
|
|
5303
|
+
Object.defineProperty(exports, key, {
|
|
5304
|
+
enumerable: true,
|
|
5305
|
+
get: function () {
|
|
5306
|
+
return _OrderStatus[key];
|
|
5307
|
+
}
|
|
5308
|
+
});
|
|
5309
|
+
});
|
|
5310
|
+
|
|
5275
5311
|
var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
|
|
5276
5312
|
|
|
5277
5313
|
Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
|
|
@@ -9484,6 +9520,66 @@ Object.keys(_UpdateAttribution).forEach(function (key) {
|
|
|
9484
9520
|
});
|
|
9485
9521
|
});
|
|
9486
9522
|
|
|
9523
|
+
var _CreatePrestation = require("./Interface/api/prestation/CreatePrestation");
|
|
9524
|
+
|
|
9525
|
+
Object.keys(_CreatePrestation).forEach(function (key) {
|
|
9526
|
+
if (key === "default" || key === "__esModule") return;
|
|
9527
|
+
Object.defineProperty(exports, key, {
|
|
9528
|
+
enumerable: true,
|
|
9529
|
+
get: function () {
|
|
9530
|
+
return _CreatePrestation[key];
|
|
9531
|
+
}
|
|
9532
|
+
});
|
|
9533
|
+
});
|
|
9534
|
+
|
|
9535
|
+
var _QueryPaymentExpectation = require("./Interface/api/paymentExpectation/QueryPaymentExpectation");
|
|
9536
|
+
|
|
9537
|
+
Object.keys(_QueryPaymentExpectation).forEach(function (key) {
|
|
9538
|
+
if (key === "default" || key === "__esModule") return;
|
|
9539
|
+
Object.defineProperty(exports, key, {
|
|
9540
|
+
enumerable: true,
|
|
9541
|
+
get: function () {
|
|
9542
|
+
return _QueryPaymentExpectation[key];
|
|
9543
|
+
}
|
|
9544
|
+
});
|
|
9545
|
+
});
|
|
9546
|
+
|
|
9547
|
+
var _UpdateLegalNotice = require("./Interface/api/legalNotice/UpdateLegalNotice");
|
|
9548
|
+
|
|
9549
|
+
Object.keys(_UpdateLegalNotice).forEach(function (key) {
|
|
9550
|
+
if (key === "default" || key === "__esModule") return;
|
|
9551
|
+
Object.defineProperty(exports, key, {
|
|
9552
|
+
enumerable: true,
|
|
9553
|
+
get: function () {
|
|
9554
|
+
return _UpdateLegalNotice[key];
|
|
9555
|
+
}
|
|
9556
|
+
});
|
|
9557
|
+
});
|
|
9558
|
+
|
|
9559
|
+
var _QueryTerminationList = require("./Interface/api/terminationList/QueryTerminationList");
|
|
9560
|
+
|
|
9561
|
+
Object.keys(_QueryTerminationList).forEach(function (key) {
|
|
9562
|
+
if (key === "default" || key === "__esModule") return;
|
|
9563
|
+
Object.defineProperty(exports, key, {
|
|
9564
|
+
enumerable: true,
|
|
9565
|
+
get: function () {
|
|
9566
|
+
return _QueryTerminationList[key];
|
|
9567
|
+
}
|
|
9568
|
+
});
|
|
9569
|
+
});
|
|
9570
|
+
|
|
9571
|
+
var _DestroyTerminationList = require("./Interface/api/terminationList/DestroyTerminationList");
|
|
9572
|
+
|
|
9573
|
+
Object.keys(_DestroyTerminationList).forEach(function (key) {
|
|
9574
|
+
if (key === "default" || key === "__esModule") return;
|
|
9575
|
+
Object.defineProperty(exports, key, {
|
|
9576
|
+
enumerable: true,
|
|
9577
|
+
get: function () {
|
|
9578
|
+
return _DestroyTerminationList[key];
|
|
9579
|
+
}
|
|
9580
|
+
});
|
|
9581
|
+
});
|
|
9582
|
+
|
|
9487
9583
|
var _Util4 = require("./Interface/enum/Util");
|
|
9488
9584
|
|
|
9489
9585
|
Object.keys(_Util4).forEach(function (key) {
|