@silexpert/core 1.0.88 → 1.0.90

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 (104) hide show
  1. package/es/api/resources/CustomerActivity.d.ts +3 -0
  2. package/es/api/resources/CustomerActivity.d.ts.map +1 -1
  3. package/es/api/resources/CustomerActivity.js +6 -0
  4. package/es/api/resources/CustomerActivity.js.map +1 -1
  5. package/es/api/resources/prestation.d.ts +5 -2
  6. package/es/api/resources/prestation.d.ts.map +1 -1
  7. package/es/api/resources/prestation.js +22 -0
  8. package/es/api/resources/prestation.js.map +1 -1
  9. package/es/types/Enum/BankCollectingState.d.ts +11 -0
  10. package/es/types/Enum/BankCollectingState.d.ts.map +1 -0
  11. package/es/types/Enum/BankCollectingState.js +26 -0
  12. package/es/types/Enum/BankCollectingState.js.map +1 -0
  13. package/es/types/Enum/FolderFile.d.ts +1 -0
  14. package/es/types/Enum/FolderFile.d.ts.map +1 -1
  15. package/es/types/Enum/FolderFile.js +1 -0
  16. package/es/types/Enum/FolderFile.js.map +1 -1
  17. package/es/types/Enum/LetterRecoveryState.d.ts +23 -0
  18. package/es/types/Enum/LetterRecoveryState.d.ts.map +1 -0
  19. package/es/types/Enum/LetterRecoveryState.js +23 -0
  20. package/es/types/Enum/LetterRecoveryState.js.map +1 -0
  21. package/es/types/Enum/Phone.d.ts +38 -0
  22. package/es/types/Enum/Phone.d.ts.map +1 -0
  23. package/es/types/Enum/Phone.js +38 -0
  24. package/es/types/Enum/Phone.js.map +1 -0
  25. package/es/types/Interface/api/customerActivity/Create.d.ts +4 -0
  26. package/es/types/Interface/api/customerActivity/Create.d.ts.map +1 -0
  27. package/es/types/Interface/api/customerActivity/Create.js +19 -0
  28. package/es/types/Interface/api/customerActivity/Create.js.map +1 -0
  29. package/es/types/Interface/api/customerActivity/Query.d.ts +4 -0
  30. package/es/types/Interface/api/customerActivity/Query.d.ts.map +1 -0
  31. package/es/types/Interface/api/customerActivity/Query.js +20 -0
  32. package/es/types/Interface/api/customerActivity/Query.js.map +1 -0
  33. package/es/types/Interface/api/file/TFile.d.ts +1 -0
  34. package/es/types/Interface/api/file/TFile.d.ts.map +1 -1
  35. package/es/types/Interface/api/file/TFile.js.map +1 -1
  36. package/es/types/Interface/api/gedFile/updateGedFile.d.ts +1 -0
  37. package/es/types/Interface/api/gedFile/updateGedFile.d.ts.map +1 -1
  38. package/es/types/Interface/api/gedFile/updateGedFile.js +4 -0
  39. package/es/types/Interface/api/gedFile/updateGedFile.js.map +1 -1
  40. package/es/types/Interface/api/prestation/QueryPrestation.d.ts +4 -0
  41. package/es/types/Interface/api/prestation/QueryPrestation.d.ts.map +1 -0
  42. package/es/types/Interface/api/prestation/QueryPrestation.js +20 -0
  43. package/es/types/Interface/api/prestation/QueryPrestation.js.map +1 -0
  44. package/es/types/Interface/api/society/SocietyWithStatsCaParams.d.ts +1 -0
  45. package/es/types/Interface/api/society/SocietyWithStatsCaParams.d.ts.map +1 -1
  46. package/es/types/Interface/api/society/SocietyWithStatsCaParams.js.map +1 -1
  47. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +2 -1
  48. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
  49. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +5 -1
  50. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  51. package/es/types/Interface/models/ISociety.d.ts +2 -1
  52. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  53. package/es/types/Interface/models/ISociety.js.map +1 -1
  54. package/es/types/index.d.ts +6 -1
  55. package/es/types/index.d.ts.map +1 -1
  56. package/es/types/index.js +6 -1
  57. package/es/types/index.js.map +1 -1
  58. package/js/api/resources/CustomerActivity.js +10 -0
  59. package/js/api/resources/CustomerActivity.js.map +1 -1
  60. package/js/api/resources/prestation.js +20 -0
  61. package/js/api/resources/prestation.js.map +1 -1
  62. package/js/types/Enum/BankCollectingState.js +28 -0
  63. package/js/types/Enum/BankCollectingState.js.map +1 -0
  64. package/js/types/Enum/FolderFile.js +1 -0
  65. package/js/types/Enum/FolderFile.js.map +1 -1
  66. package/js/types/Enum/LetterRecoveryState.js +28 -0
  67. package/js/types/Enum/LetterRecoveryState.js.map +1 -0
  68. package/js/types/Enum/Phone.js +43 -0
  69. package/js/types/Enum/Phone.js.map +1 -0
  70. package/js/types/Interface/api/customerActivity/Create.js +29 -0
  71. package/js/types/Interface/api/customerActivity/Create.js.map +1 -0
  72. package/js/types/Interface/api/customerActivity/Query.js +29 -0
  73. package/js/types/Interface/api/customerActivity/Query.js.map +1 -0
  74. package/js/types/Interface/api/gedFile/updateGedFile.js +2 -0
  75. package/js/types/Interface/api/gedFile/updateGedFile.js.map +1 -1
  76. package/js/types/Interface/api/prestation/QueryPrestation.js +29 -0
  77. package/js/types/Interface/api/prestation/QueryPrestation.js.map +1 -0
  78. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +5 -0
  79. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  80. package/js/types/index.js +87 -27
  81. package/js/types/index.js.map +1 -1
  82. package/package.json +1 -1
  83. package/ts/api/resources/CustomerActivity.ts +9 -0
  84. package/ts/api/resources/prestation.ts +28 -2
  85. package/ts/types/Enum/BankCollectingState.ts +24 -0
  86. package/ts/types/Enum/FolderFile.ts +1 -0
  87. package/ts/types/Enum/LetterRecoveryState.ts +22 -0
  88. package/ts/types/Enum/Phone.ts +37 -0
  89. package/ts/types/Interface/api/customerActivity/Create.ts +8 -0
  90. package/ts/types/Interface/api/customerActivity/Query.ts +9 -0
  91. package/ts/types/Interface/api/file/TFile.ts +2 -1
  92. package/ts/types/Interface/api/gedFile/updateGedFile.ts +3 -0
  93. package/ts/types/Interface/api/prestation/QueryPrestation.ts +9 -0
  94. package/ts/types/Interface/api/society/SocietyWithStatsCaParams.ts +2 -1
  95. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +4 -1
  96. package/ts/types/Interface/models/ISociety.ts +2 -1
  97. package/ts/types/index.ts +6 -1
  98. package/es/types/Interface/api/pdf/BillingDocumentData.d.ts +0 -46
  99. package/es/types/Interface/api/pdf/BillingDocumentData.d.ts.map +0 -1
  100. package/es/types/Interface/api/pdf/BillingDocumentData.js +0 -2
  101. package/es/types/Interface/api/pdf/BillingDocumentData.js.map +0 -1
  102. package/js/types/Interface/api/pdf/BillingDocumentData.js +0 -6
  103. package/js/types/Interface/api/pdf/BillingDocumentData.js.map +0 -1
  104. package/ts/types/Interface/api/pdf/BillingDocumentData.ts +0 -46
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ const PhonePrefix = exports.PhonePrefix = {
7
+ FRANCE: {
8
+ id: 1,
9
+ prefix: '+33',
10
+ text: '+33 (France)'
11
+ },
12
+ GUADELOUPE: {
13
+ id: 2,
14
+ prefix: '+590',
15
+ text: '+590 (Guadeloupe)'
16
+ },
17
+ GUYANE: {
18
+ id: 3,
19
+ prefix: '+594',
20
+ text: '+594 (Guyane)'
21
+ },
22
+ MARTINIQUE: {
23
+ id: 4,
24
+ prefix: '+596',
25
+ text: '+596 (Martinique)'
26
+ },
27
+ NEW_CALEDONIA: {
28
+ id: 5,
29
+ prefix: '+687',
30
+ text: '+687 (Nouvelle-Calédonie)'
31
+ },
32
+ REUNION: {
33
+ id: 6,
34
+ prefix: '+262',
35
+ text: '+262 (La Réunion)'
36
+ },
37
+ GERMANY: {
38
+ id: 7,
39
+ prefix: '+49',
40
+ text: '+49 (Allemagne)'
41
+ }
42
+ };
43
+ //# sourceMappingURL=Phone.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Phone.js","mappings":";;;;;AAAO,MAAMA,WAAW,WAAXA,WAAW,GAAG;EACzBC,MAAM,EAAE;IACNC,EAAE,EAAE,CADE;IAENC,MAAM,EAAE,KAFF;IAGNC,IAAI,EAAE;EAHA,CADiB;EAMzBC,UAAU,EAAE;IACVH,EAAE,EAAE,CADM;IAEVC,MAAM,EAAE,MAFE;IAGVC,IAAI,EAAE;EAHI,CANa;EAWzBE,MAAM,EAAE;IACNJ,EAAE,EAAE,CADE;IAENC,MAAM,EAAE,MAFF;IAGNC,IAAI,EAAE;EAHA,CAXiB;EAgBzBG,UAAU,EAAE;IACVL,EAAE,EAAE,CADM;IAEVC,MAAM,EAAE,MAFE;IAGVC,IAAI,EAAE;EAHI,CAhBa;EAqBzBI,aAAa,EAAE;IACbN,EAAE,EAAE,CADS;IAEbC,MAAM,EAAE,MAFK;IAGbC,IAAI,EAAE;EAHO,CArBU;EA0BzBK,OAAO,EAAE;IACPP,EAAE,EAAE,CADG;IAEPC,MAAM,EAAE,MAFD;IAGPC,IAAI,EAAE;EAHC,CA1BgB;EA+BzBM,OAAO,EAAE;IACPR,EAAE,EAAE,CADG;IAEPC,MAAM,EAAE,KAFD;IAGPC,IAAI,EAAE;EAHC;AA/BgB,CAApB","names":["PhonePrefix","FRANCE","id","prefix","text","GUADELOUPE","GUYANE","MARTINIQUE","NEW_CALEDONIA","REUNION","GERMANY"],"sourceRoot":"","sources":["../../../ts/types/Enum/Phone.ts"],"sourcesContent":["export const PhonePrefix = {\n FRANCE: {\n id: 1,\n prefix: '+33',\n text: '+33 (France)',\n },\n GUADELOUPE: {\n id: 2,\n prefix: '+590',\n text: '+590 (Guadeloupe)',\n },\n GUYANE: {\n id: 3,\n prefix: '+594',\n text: '+594 (Guyane)',\n },\n MARTINIQUE: {\n id: 4,\n prefix: '+596',\n text: '+596 (Martinique)',\n },\n NEW_CALEDONIA: {\n id: 5,\n prefix: '+687',\n text: '+687 (Nouvelle-Calédonie)',\n },\n REUNION: {\n id: 6,\n prefix: '+262',\n text: '+262 (La Réunion)',\n },\n GERMANY: {\n id: 7,\n prefix: '+49',\n text: '+49 (Allemagne)',\n },\n};"]}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreateContactRequest = 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 CreateContactRequest {}
25
+
26
+ exports.CreateContactRequest = CreateContactRequest;
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], CreateContactRequest.prototype, "idSource", void 0);
29
+ //# sourceMappingURL=Create.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Create.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,oBAAP,CAA2B;;QAApBA,oB,GAAAA,oB;;AAGXC,YAFC,yBAED,EADC,+BACD","names":["CreateContactRequest","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/customerActivity/Create.ts"],"sourcesContent":["import { IsNumber } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class CreateContactRequest {\n @ApiProperty()\n @IsNumber()\n idSource: number;\n}"]}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryContactRequest = 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 QueryContactRequest {}
25
+
26
+ exports.QueryContactRequest = QueryContactRequest;
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryContactRequest.prototype, "idSource", void 0);
29
+ //# sourceMappingURL=Query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD","names":["QueryContactRequest","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/customerActivity/Query.ts"],"sourcesContent":["import { IsNumber, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryContactRequest {\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idSource?: number;\n}"]}
@@ -38,4 +38,6 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)
38
38
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateGedFile.prototype, "idFile", void 0);
39
39
 
40
40
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateGedFile.prototype, "idExercice", void 0);
41
+
42
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateGedFile.prototype, "idMail", void 0);
41
43
  //# sourceMappingURL=updateGedFile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateGedFile.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAEXC,YADC,iCACD,4BAAcC,KAAd;;AAGAD,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD","names":["UpdateGedFile","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/gedFile/updateGedFile.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateGedFile {\n @ApiPropertyOptional()\n emissionDate: Date;\n\n @ApiPropertyOptional()\n statutFile: number;\n\n @ApiPropertyOptional()\n idTypeGedFile: number;\n\n @ApiPropertyOptional()\n idUser: number;\n\n @ApiPropertyOptional()\n idGedFolder: number;\n\n @ApiPropertyOptional()\n idSociety: number;\n\n @ApiPropertyOptional()\n idFile: number;\n\n @ApiPropertyOptional()\n idExercice: number;\n}"]}
1
+ {"version":3,"file":"updateGedFile.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAEXC,YADC,iCACD,4BAAcC,KAAd;;AAGAD,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD","names":["UpdateGedFile","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/gedFile/updateGedFile.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateGedFile {\n @ApiPropertyOptional()\n emissionDate: Date;\n\n @ApiPropertyOptional()\n statutFile: number;\n\n @ApiPropertyOptional()\n idTypeGedFile: number;\n\n @ApiPropertyOptional()\n idUser: number;\n\n @ApiPropertyOptional()\n idGedFolder: number;\n\n @ApiPropertyOptional()\n idSociety: number;\n\n @ApiPropertyOptional()\n idFile: number;\n\n @ApiPropertyOptional()\n idExercice: number;\n\n @ApiPropertyOptional()\n idMail: number;\n}"]}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryPrestation = 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 QueryPrestation {}
25
+
26
+ exports.QueryPrestation = QueryPrestation;
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], QueryPrestation.prototype, "prestationListIds", void 0);
29
+ //# sourceMappingURL=QueryPrestation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPrestation.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,eAAP,CAAsB;;QAAfA,e,GAAAA,e;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,8BACD,4BAAmBC,MAAnB","names":["QueryPrestation","__decorate","Array"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestation/QueryPrestation.ts"],"sourcesContent":["import { IsArray, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryPrestation {\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n prestationListIds: Array<number>;\n}"]}
@@ -96,6 +96,11 @@ __decorate([(0, _utils.ApiPropertyOptional)({
96
96
  enum: _Supervision.Supervision
97
97
  }), __metadata("design:type", Number)], QueryTaxDeadline.prototype, "idSupervisionState", void 0);
98
98
 
99
+ __decorate([(0, _utils.ApiPropertyOptional)({
100
+ description: 'État de l encaissement',
101
+ enum: _.BankCollectingState
102
+ }), __metadata("design:type", Array)], QueryTaxDeadline.prototype, "bankCollectingState", void 0);
103
+
99
104
  __decorate([(0, _utils.ApiPropertyOptional)({
100
105
  description: 'Statuts de l\'IS/IR'
101
106
  }), (0, _classValidator.IsOptional)(), (0, _classValidator.IsEnum)(_.ToDoOrDone), __metadata("design:type", String)], QueryTaxDeadline.prototype, "idTaxStatus", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"QueryTaxDeadline.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAEXC,YADC,wBAAY;EAAEC,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE,eAAf;EAAgCC,IAAI,EAAEC;AAAtC,CAApB,CACD;;AAGAH,YADC,gCAAoB;EAAEC,WAAW,EAAE,sBAAf;EAAuCC,IAAI,EAAEE;AAA7C,CAApB,CACD;;AAGAJ,YADC,gCAAoB;EAAEC,WAAW,EAAE,mBAAf;EAAoCC,IAAI,EAAEG;AAA1C,CAApB,CACD;;AAGAL,YADC,gCAAoB;EAAEC,WAAW,EAAE,eAAf;EAAgCC,IAAI,EAAEI;AAAtC,CAApB,CACD;;AAGAN,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE,wBAAf;EAAyCC,IAAI,EAAEK;AAA/C,CAApB,CACD;;AAKAP,YAHC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CAGD,EAFC,iCAED,EADC,4BAAOO,YAAP,CACD;;AAGI,MAAOC,0BAAP,CAAiC;;QAA1BA,0B,GAAAA,0B;;AAEXT,YADC,wBAAY;EAAEC,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE,eAAf;EAAgCC,IAAI,EAAEC;AAAtC,CAApB,CACD;;AAGAH,YADC,gCAAoB;EAAEC,WAAW,EAAE,sBAAf;EAAuCC,IAAI,EAAEE;AAA7C,CAApB,CACD;;AAGAJ,YADC,gCAAoB;EAAEC,WAAW,EAAE,mBAAf;EAAoCC,IAAI,EAAEG;AAA1C,CAApB,CACD;;AAGAL,YADC,gCAAoB;EAAEC,WAAW,EAAE,eAAf;EAAgCC,IAAI,EAAEI;AAAtC,CAApB,CACD;;AAGAN,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD","names":["QueryTaxDeadline","__decorate","description","enum","VatRegime","ComptaType","TaxSystem","BalanceSheetState","Supervision","ToDoOrDone","QueryTaxDeadlineStatistics"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"sourcesContent":["import { IsOptional, IsEnum } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { VatRegime, ToDoOrDone } from '../../..';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { Supervision } from '../../../Enum/Supervision';\nimport { BalanceSheetState } from '../../../Enum/BalanceSheet';\n\nexport class QueryTaxDeadline {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM)' })\n closingDate?: string | string[];\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: number;\n\n @ApiPropertyOptional({ description: 'Date de clôture supérieure ou égale à (format YYYY-MM-DD)' })\n minimalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'Date de clôture inférieure ou égale à (format YYYY-MM-DD)' })\n maximalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'État de la supervision', enum: Supervision })\n idSupervisionState?: Supervision;\n\n @ApiPropertyOptional({ description: 'Statuts de l\\'IS/IR' })\n @IsOptional()\n @IsEnum(ToDoOrDone)\n idTaxStatus?: ToDoOrDone;\n}\n\nexport class QueryTaxDeadlineStatistics {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' })\n closingDate?: string;\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: string;\n}"]}
1
+ {"version":3,"file":"QueryTaxDeadline.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAEXC,YADC,wBAAY;EAAEC,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE,eAAf;EAAgCC,IAAI,EAAEC;AAAtC,CAApB,CACD;;AAGAH,YADC,gCAAoB;EAAEC,WAAW,EAAE,sBAAf;EAAuCC,IAAI,EAAEE;AAA7C,CAApB,CACD;;AAGAJ,YADC,gCAAoB;EAAEC,WAAW,EAAE,mBAAf;EAAoCC,IAAI,EAAEG;AAA1C,CAApB,CACD;;AAGAL,YADC,gCAAoB;EAAEC,WAAW,EAAE,eAAf;EAAgCC,IAAI,EAAEI;AAAtC,CAApB,CACD;;AAGAN,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE,wBAAf;EAAyCC,IAAI,EAAEK;AAA/C,CAApB,CACD;;AAGAP,YADC,gCAAoB;EAAEC,WAAW,EAAE,wBAAf;EAAyCC,IAAI,EAAEM;AAA/C,CAApB,CACD;;AAKAR,YAHC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CAGD,EAFC,iCAED,EADC,4BAAOQ,YAAP,CACD;;AAGI,MAAOC,0BAAP,CAAiC;;QAA1BA,0B,GAAAA,0B;;AAEXV,YADC,wBAAY;EAAEC,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE,eAAf;EAAgCC,IAAI,EAAEC;AAAtC,CAApB,CACD;;AAGAH,YADC,gCAAoB;EAAEC,WAAW,EAAE,sBAAf;EAAuCC,IAAI,EAAEE;AAA7C,CAApB,CACD;;AAGAJ,YADC,gCAAoB;EAAEC,WAAW,EAAE,mBAAf;EAAoCC,IAAI,EAAEG;AAA1C,CAApB,CACD;;AAGAL,YADC,gCAAoB;EAAEC,WAAW,EAAE,eAAf;EAAgCC,IAAI,EAAEI;AAAtC,CAApB,CACD;;AAGAN,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD","names":["QueryTaxDeadline","__decorate","description","enum","VatRegime","ComptaType","TaxSystem","BalanceSheetState","Supervision","BankCollectingState","ToDoOrDone","QueryTaxDeadlineStatistics"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"sourcesContent":["import { IsOptional, IsEnum } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { VatRegime, ToDoOrDone, BankCollectingState } from '../../..';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { Supervision } from '../../../Enum/Supervision';\nimport { BalanceSheetState } from '../../../Enum/BalanceSheet';\n\nexport class QueryTaxDeadline {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM)' })\n closingDate?: string | string[];\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: number;\n\n @ApiPropertyOptional({ description: 'Date de clôture supérieure ou égale à (format YYYY-MM-DD)' })\n minimalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'Date de clôture inférieure ou égale à (format YYYY-MM-DD)' })\n maximalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'État de la supervision', enum: Supervision })\n idSupervisionState?: Supervision;\n\n @ApiPropertyOptional({ description: 'État de l encaissement', enum: BankCollectingState })\n bankCollectingState?: BankCollectingState[];\n\n @ApiPropertyOptional({ description: 'Statuts de l\\'IS/IR' })\n @IsOptional()\n @IsEnum(ToDoOrDone)\n idTaxStatus?: ToDoOrDone;\n}\n\nexport class QueryTaxDeadlineStatistics {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' })\n closingDate?: string;\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: string;\n}"]}
package/js/types/index.js CHANGED
@@ -4468,6 +4468,18 @@ Object.keys(_LetterState).forEach(function (key) {
4468
4468
  });
4469
4469
  });
4470
4470
 
4471
+ var _LetterRecoveryState = require("./Enum/LetterRecoveryState");
4472
+
4473
+ Object.keys(_LetterRecoveryState).forEach(function (key) {
4474
+ if (key === "default" || key === "__esModule") return;
4475
+ Object.defineProperty(exports, key, {
4476
+ enumerable: true,
4477
+ get: function () {
4478
+ return _LetterRecoveryState[key];
4479
+ }
4480
+ });
4481
+ });
4482
+
4471
4483
  var _SponsorshipState = require("./Enum/SponsorshipState");
4472
4484
 
4473
4485
  Object.keys(_SponsorshipState).forEach(function (key) {
@@ -5476,6 +5488,30 @@ Object.keys(_InpiType).forEach(function (key) {
5476
5488
  });
5477
5489
  });
5478
5490
 
5491
+ var _BankCollectingState = require("./Enum/BankCollectingState");
5492
+
5493
+ Object.keys(_BankCollectingState).forEach(function (key) {
5494
+ if (key === "default" || key === "__esModule") return;
5495
+ Object.defineProperty(exports, key, {
5496
+ enumerable: true,
5497
+ get: function () {
5498
+ return _BankCollectingState[key];
5499
+ }
5500
+ });
5501
+ });
5502
+
5503
+ var _Phone = require("./Enum/Phone");
5504
+
5505
+ Object.keys(_Phone).forEach(function (key) {
5506
+ if (key === "default" || key === "__esModule") return;
5507
+ Object.defineProperty(exports, key, {
5508
+ enumerable: true,
5509
+ get: function () {
5510
+ return _Phone[key];
5511
+ }
5512
+ });
5513
+ });
5514
+
5479
5515
  var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
5480
5516
 
5481
5517
  Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
@@ -6520,18 +6556,6 @@ Object.keys(_ReadTurnOverProfitAndLossAndVats).forEach(function (key) {
6520
6556
  });
6521
6557
  });
6522
6558
 
6523
- var _BillingDocumentData = require("./Interface/api/pdf/BillingDocumentData");
6524
-
6525
- Object.keys(_BillingDocumentData).forEach(function (key) {
6526
- if (key === "default" || key === "__esModule") return;
6527
- Object.defineProperty(exports, key, {
6528
- enumerable: true,
6529
- get: function () {
6530
- return _BillingDocumentData[key];
6531
- }
6532
- });
6533
- });
6534
-
6535
6559
  var _QueryBalanceBankAccount = require("./Interface/api/dashboard/QueryBalanceBankAccount");
6536
6560
 
6537
6561
  Object.keys(_QueryBalanceBankAccount).forEach(function (key) {
@@ -9640,6 +9664,30 @@ Object.keys(_CreateCustomerActivityReport).forEach(function (key) {
9640
9664
  });
9641
9665
  });
9642
9666
 
9667
+ var _Query3 = require("./Interface/api/customerActivity/Query");
9668
+
9669
+ Object.keys(_Query3).forEach(function (key) {
9670
+ if (key === "default" || key === "__esModule") return;
9671
+ Object.defineProperty(exports, key, {
9672
+ enumerable: true,
9673
+ get: function () {
9674
+ return _Query3[key];
9675
+ }
9676
+ });
9677
+ });
9678
+
9679
+ var _Create2 = require("./Interface/api/customerActivity/Create");
9680
+
9681
+ Object.keys(_Create2).forEach(function (key) {
9682
+ if (key === "default" || key === "__esModule") return;
9683
+ Object.defineProperty(exports, key, {
9684
+ enumerable: true,
9685
+ get: function () {
9686
+ return _Create2[key];
9687
+ }
9688
+ });
9689
+ });
9690
+
9643
9691
  var _CreateAlert = require("./Interface/api/alert/CreateAlert");
9644
9692
 
9645
9693
  Object.keys(_CreateAlert).forEach(function (key) {
@@ -9652,14 +9700,14 @@ Object.keys(_CreateAlert).forEach(function (key) {
9652
9700
  });
9653
9701
  });
9654
9702
 
9655
- var _Create2 = require("./Interface/api/commercialManagement/Create");
9703
+ var _Create3 = require("./Interface/api/commercialManagement/Create");
9656
9704
 
9657
- Object.keys(_Create2).forEach(function (key) {
9705
+ Object.keys(_Create3).forEach(function (key) {
9658
9706
  if (key === "default" || key === "__esModule") return;
9659
9707
  Object.defineProperty(exports, key, {
9660
9708
  enumerable: true,
9661
9709
  get: function () {
9662
- return _Create2[key];
9710
+ return _Create3[key];
9663
9711
  }
9664
9712
  });
9665
9713
  });
@@ -9676,14 +9724,14 @@ Object.keys(_Read3).forEach(function (key) {
9676
9724
  });
9677
9725
  });
9678
9726
 
9679
- var _Query3 = require("./Interface/api/commercialManagement/Query");
9727
+ var _Query4 = require("./Interface/api/commercialManagement/Query");
9680
9728
 
9681
- Object.keys(_Query3).forEach(function (key) {
9729
+ Object.keys(_Query4).forEach(function (key) {
9682
9730
  if (key === "default" || key === "__esModule") return;
9683
9731
  Object.defineProperty(exports, key, {
9684
9732
  enumerable: true,
9685
9733
  get: function () {
9686
- return _Query3[key];
9734
+ return _Query4[key];
9687
9735
  }
9688
9736
  });
9689
9737
  });
@@ -9748,14 +9796,14 @@ Object.keys(_ReadConnectionState).forEach(function (key) {
9748
9796
  });
9749
9797
  });
9750
9798
 
9751
- var _Query4 = require("./Interface/api/qonto/Query");
9799
+ var _Query5 = require("./Interface/api/qonto/Query");
9752
9800
 
9753
- Object.keys(_Query4).forEach(function (key) {
9801
+ Object.keys(_Query5).forEach(function (key) {
9754
9802
  if (key === "default" || key === "__esModule") return;
9755
9803
  Object.defineProperty(exports, key, {
9756
9804
  enumerable: true,
9757
9805
  get: function () {
9758
- return _Query4[key];
9806
+ return _Query5[key];
9759
9807
  }
9760
9808
  });
9761
9809
  });
@@ -9772,14 +9820,14 @@ Object.keys(_CreateImportation).forEach(function (key) {
9772
9820
  });
9773
9821
  });
9774
9822
 
9775
- var _Create3 = require("./Interface/api/stripe/Create");
9823
+ var _Create4 = require("./Interface/api/stripe/Create");
9776
9824
 
9777
- Object.keys(_Create3).forEach(function (key) {
9825
+ Object.keys(_Create4).forEach(function (key) {
9778
9826
  if (key === "default" || key === "__esModule") return;
9779
9827
  Object.defineProperty(exports, key, {
9780
9828
  enumerable: true,
9781
9829
  get: function () {
9782
- return _Create3[key];
9830
+ return _Create4[key];
9783
9831
  }
9784
9832
  });
9785
9833
  });
@@ -9844,14 +9892,14 @@ Object.keys(_ReadCreateConnection).forEach(function (key) {
9844
9892
  });
9845
9893
  });
9846
9894
 
9847
- var _Create4 = require("./Interface/api/file/Create");
9895
+ var _Create5 = require("./Interface/api/file/Create");
9848
9896
 
9849
- Object.keys(_Create4).forEach(function (key) {
9897
+ Object.keys(_Create5).forEach(function (key) {
9850
9898
  if (key === "default" || key === "__esModule") return;
9851
9899
  Object.defineProperty(exports, key, {
9852
9900
  enumerable: true,
9853
9901
  get: function () {
9854
- return _Create4[key];
9902
+ return _Create5[key];
9855
9903
  }
9856
9904
  });
9857
9905
  });
@@ -9904,6 +9952,18 @@ Object.keys(_CreatePrestation).forEach(function (key) {
9904
9952
  });
9905
9953
  });
9906
9954
 
9955
+ var _QueryPrestation = require("./Interface/api/prestation/QueryPrestation");
9956
+
9957
+ Object.keys(_QueryPrestation).forEach(function (key) {
9958
+ if (key === "default" || key === "__esModule") return;
9959
+ Object.defineProperty(exports, key, {
9960
+ enumerable: true,
9961
+ get: function () {
9962
+ return _QueryPrestation[key];
9963
+ }
9964
+ });
9965
+ });
9966
+
9907
9967
  var _QueryPaymentExpectation = require("./Interface/api/paymentExpectation/QueryPaymentExpectation");
9908
9968
 
9909
9969
  Object.keys(_QueryPaymentExpectation).forEach(function (key) {