@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.
Files changed (162) hide show
  1. package/es/api/resources/CalendarEvent.d.ts +2 -1
  2. package/es/api/resources/CalendarEvent.d.ts.map +1 -1
  3. package/es/api/resources/CalendarEvent.js +2 -2
  4. package/es/api/resources/CalendarEvent.js.map +1 -1
  5. package/es/api/resources/Invoice.d.ts +3 -2
  6. package/es/api/resources/Invoice.d.ts.map +1 -1
  7. package/es/api/resources/Invoice.js +3 -0
  8. package/es/api/resources/Invoice.js.map +1 -1
  9. package/es/api/resources/LegalNotice.d.ts +6 -0
  10. package/es/api/resources/LegalNotice.d.ts.map +1 -0
  11. package/es/api/resources/LegalNotice.js +7 -0
  12. package/es/api/resources/LegalNotice.js.map +1 -0
  13. package/es/api/resources/PaymentExpectation.d.ts +6 -0
  14. package/es/api/resources/PaymentExpectation.d.ts.map +1 -0
  15. package/es/api/resources/PaymentExpectation.js +7 -0
  16. package/es/api/resources/PaymentExpectation.js.map +1 -0
  17. package/es/api/resources/TerminationList.d.ts +7 -0
  18. package/es/api/resources/TerminationList.d.ts.map +1 -0
  19. package/es/api/resources/TerminationList.js +10 -0
  20. package/es/api/resources/TerminationList.js.map +1 -0
  21. package/es/api/resources/statistic/Accountant.d.ts +6 -0
  22. package/es/api/resources/statistic/Accountant.d.ts.map +1 -1
  23. package/es/api/resources/statistic/Accountant.js +9 -0
  24. package/es/api/resources/statistic/Accountant.js.map +1 -1
  25. package/es/api/resources.d.ts +7 -1
  26. package/es/api/resources.d.ts.map +1 -1
  27. package/es/api/resources.js +7 -1
  28. package/es/api/resources.js.map +1 -1
  29. package/es/types/Enum/OperationLegalNotice.d.ts +4 -0
  30. package/es/types/Enum/OperationLegalNotice.d.ts.map +1 -0
  31. package/es/types/Enum/OperationLegalNotice.js +5 -0
  32. package/es/types/Enum/OperationLegalNotice.js.map +1 -0
  33. package/es/types/Enum/OrderStatus.d.ts +6 -0
  34. package/es/types/Enum/OrderStatus.d.ts.map +1 -0
  35. package/es/types/Enum/OrderStatus.js +7 -0
  36. package/es/types/Enum/OrderStatus.js.map +1 -0
  37. package/es/types/Enum/{Prestation.d.ts → PrestationType.d.ts} +4 -3
  38. package/es/types/Enum/PrestationType.d.ts.map +1 -0
  39. package/es/types/Enum/PrestationType.js +17 -0
  40. package/es/types/Enum/PrestationType.js.map +1 -0
  41. package/es/types/Enum/Reason.d.ts +4 -0
  42. package/es/types/Enum/Reason.d.ts.map +1 -0
  43. package/es/types/Enum/Reason.js +5 -0
  44. package/es/types/Enum/Reason.js.map +1 -0
  45. package/es/types/Enum/StatisticType.d.ts +2 -1
  46. package/es/types/Enum/StatisticType.d.ts.map +1 -1
  47. package/es/types/Enum/StatisticType.js +1 -0
  48. package/es/types/Enum/StatisticType.js.map +1 -1
  49. package/es/types/Enum/TimeCounterType.d.ts +40 -12
  50. package/es/types/Enum/TimeCounterType.d.ts.map +1 -1
  51. package/es/types/Enum/TimeCounterType.js +40 -12
  52. package/es/types/Enum/TimeCounterType.js.map +1 -1
  53. package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts +1 -0
  54. package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts.map +1 -1
  55. package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.js.map +1 -1
  56. package/es/types/Interface/api/commercialManagement/Create.d.ts +3 -0
  57. package/es/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
  58. package/es/types/Interface/api/commercialManagement/Create.js +2 -0
  59. package/es/types/Interface/api/commercialManagement/Create.js.map +1 -1
  60. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts +5 -0
  61. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts.map +1 -0
  62. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js +25 -0
  63. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
  64. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts +4 -0
  65. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts.map +1 -0
  66. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +17 -0
  67. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
  68. package/es/types/Interface/api/prestation/CreatePrestation.d.ts +6 -0
  69. package/es/types/Interface/api/prestation/CreatePrestation.d.ts.map +1 -0
  70. package/es/types/Interface/api/prestation/CreatePrestation.js +28 -0
  71. package/es/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
  72. package/es/types/Interface/api/statistic/ExitRequest.d.ts +11 -2
  73. package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -1
  74. package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -1
  75. package/es/types/Interface/api/terminationList/DestroyTerminationList.d.ts +17 -0
  76. package/es/types/Interface/api/terminationList/DestroyTerminationList.d.ts.map +1 -0
  77. package/es/types/Interface/api/terminationList/DestroyTerminationList.js +96 -0
  78. package/es/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -0
  79. package/es/types/Interface/api/terminationList/QueryTerminationList.d.ts +17 -0
  80. package/es/types/Interface/api/terminationList/QueryTerminationList.d.ts.map +1 -0
  81. package/es/types/Interface/api/terminationList/QueryTerminationList.js +98 -0
  82. package/es/types/Interface/api/terminationList/QueryTerminationList.js.map +1 -0
  83. package/es/types/Interface/models/ILegalNotice.d.ts +1 -0
  84. package/es/types/Interface/models/ILegalNotice.d.ts.map +1 -1
  85. package/es/types/Interface/models/ILegalNotice.js.map +1 -1
  86. package/es/types/Interface/models/IPaymentExpectation.d.ts +1 -0
  87. package/es/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
  88. package/es/types/Interface/models/IPaymentExpectation.js.map +1 -1
  89. package/es/types/index.d.ts +9 -1
  90. package/es/types/index.d.ts.map +1 -1
  91. package/es/types/index.js +9 -1
  92. package/es/types/index.js.map +1 -1
  93. package/js/api/resources/CalendarEvent.js +5 -3
  94. package/js/api/resources/CalendarEvent.js.map +1 -1
  95. package/js/api/resources/Invoice.js +4 -0
  96. package/js/api/resources/Invoice.js.map +1 -1
  97. package/js/api/resources/LegalNotice.js +18 -0
  98. package/js/api/resources/LegalNotice.js.map +1 -0
  99. package/js/api/resources/PaymentExpectation.js +20 -0
  100. package/js/api/resources/PaymentExpectation.js.map +1 -0
  101. package/js/api/resources/TerminationList.js +26 -0
  102. package/js/api/resources/TerminationList.js.map +1 -0
  103. package/js/api/resources/statistic/Accountant.js +15 -0
  104. package/js/api/resources/statistic/Accountant.js.map +1 -1
  105. package/js/api/resources.js +12 -3
  106. package/js/api/resources.js.map +1 -1
  107. package/js/types/Enum/OperationLegalNotice.js +11 -0
  108. package/js/types/Enum/OperationLegalNotice.js.map +1 -0
  109. package/js/types/Enum/OrderStatus.js +13 -0
  110. package/js/types/Enum/OrderStatus.js.map +1 -0
  111. package/js/types/Enum/PrestationType.js +23 -0
  112. package/js/types/Enum/PrestationType.js.map +1 -0
  113. package/js/types/Enum/Reason.js +11 -0
  114. package/js/types/Enum/Reason.js.map +1 -0
  115. package/js/types/Enum/StatisticType.js +1 -0
  116. package/js/types/Enum/StatisticType.js.map +1 -1
  117. package/js/types/Enum/TimeCounterType.js +68 -40
  118. package/js/types/Enum/TimeCounterType.js.map +1 -1
  119. package/js/types/Interface/api/commercialManagement/Create.js +5 -1
  120. package/js/types/Interface/api/commercialManagement/Create.js.map +1 -1
  121. package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js +31 -0
  122. package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
  123. package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +27 -0
  124. package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
  125. package/js/types/Interface/api/prestation/CreatePrestation.js +33 -0
  126. package/js/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
  127. package/js/types/Interface/api/terminationList/DestroyTerminationList.js +55 -0
  128. package/js/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -0
  129. package/js/types/Interface/api/terminationList/QueryTerminationList.js +55 -0
  130. package/js/types/Interface/api/terminationList/QueryTerminationList.js.map +1 -0
  131. package/js/types/index.js +99 -3
  132. package/js/types/index.js.map +1 -1
  133. package/package.json +1 -1
  134. package/ts/api/resources/CalendarEvent.ts +3 -2
  135. package/ts/api/resources/Invoice.ts +6 -1
  136. package/ts/api/resources/LegalNotice.ts +8 -0
  137. package/ts/api/resources/PaymentExpectation.ts +8 -0
  138. package/ts/api/resources/TerminationList.ts +12 -0
  139. package/ts/api/resources/statistic/Accountant.ts +13 -0
  140. package/ts/api/resources.ts +7 -1
  141. package/ts/types/Enum/OperationLegalNotice.ts +3 -0
  142. package/ts/types/Enum/OrderStatus.ts +5 -0
  143. package/ts/types/Enum/{Prestation.ts → PrestationType.ts} +2 -1
  144. package/ts/types/Enum/Reason.ts +3 -0
  145. package/ts/types/Enum/StatisticType.ts +1 -0
  146. package/ts/types/Enum/TimeCounterType.ts +40 -12
  147. package/ts/types/Interface/api/calendarEvent/readAllCalendarEvent.ts +1 -0
  148. package/ts/types/Interface/api/commercialManagement/Create.ts +4 -0
  149. package/ts/types/Interface/api/legalNotice/UpdateLegalNotice.ts +13 -0
  150. package/ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts +6 -0
  151. package/ts/types/Interface/api/prestation/CreatePrestation.ts +15 -0
  152. package/ts/types/Interface/api/statistic/ExitRequest.ts +13 -2
  153. package/ts/types/Interface/api/terminationList/DestroyTerminationList.ts +74 -0
  154. package/ts/types/Interface/api/terminationList/QueryTerminationList.ts +76 -0
  155. package/ts/types/Interface/models/ILegalNotice.ts +1 -0
  156. package/ts/types/Interface/models/IPaymentExpectation.ts +1 -0
  157. package/ts/types/index.ts +9 -1
  158. package/es/types/Enum/Prestation.d.ts.map +0 -1
  159. package/es/types/Enum/Prestation.js +0 -16
  160. package/es/types/Enum/Prestation.js.map +0 -1
  161. package/js/types/Enum/Prestation.js +0 -22
  162. 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 _Prestation = require("./Enum/Prestation");
4699
+ var _PrestationType = require("./Enum/PrestationType");
4700
4700
 
4701
- Object.keys(_Prestation).forEach(function (key) {
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 _Prestation[key];
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) {