@silexpert/core 1.1.48 → 1.1.50

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 (106) hide show
  1. package/es/api/resources/AccountsSectors.d.ts +2 -1
  2. package/es/api/resources/AccountsSectors.d.ts.map +1 -1
  3. package/es/api/resources/AccountsSectors.js +3 -0
  4. package/es/api/resources/AccountsSectors.js.map +1 -1
  5. package/es/api/resources/Archive.d.ts +6 -0
  6. package/es/api/resources/Archive.d.ts.map +1 -0
  7. package/es/api/resources/Archive.js +23 -0
  8. package/es/api/resources/Archive.js.map +1 -0
  9. package/es/api/resources/BusinessSector.d.ts +8 -0
  10. package/es/api/resources/BusinessSector.d.ts.map +1 -0
  11. package/es/api/resources/BusinessSector.js +13 -0
  12. package/es/api/resources/BusinessSector.js.map +1 -0
  13. package/es/api/resources/Payment.d.ts +2 -1
  14. package/es/api/resources/Payment.d.ts.map +1 -1
  15. package/es/api/resources/Payment.js +9 -0
  16. package/es/api/resources/Payment.js.map +1 -1
  17. package/es/api/resources.d.ts +4 -0
  18. package/es/api/resources.d.ts.map +1 -1
  19. package/es/api/resources.js +4 -0
  20. package/es/api/resources.js.map +1 -1
  21. package/es/types/Enum/Sector.d.ts +33 -3
  22. package/es/types/Enum/Sector.d.ts.map +1 -1
  23. package/es/types/Enum/Sector.js +288 -3
  24. package/es/types/Enum/Sector.js.map +1 -1
  25. package/es/types/Interface/api/account/QueryAccounts.d.ts +3 -0
  26. package/es/types/Interface/api/account/QueryAccounts.d.ts.map +1 -1
  27. package/es/types/Interface/api/account/QueryAccounts.js +12 -0
  28. package/es/types/Interface/api/account/QueryAccounts.js.map +1 -1
  29. package/es/types/Interface/api/accountsSectors/Query.d.ts +4 -0
  30. package/es/types/Interface/api/accountsSectors/Query.d.ts.map +1 -0
  31. package/es/types/Interface/api/accountsSectors/Query.js +19 -0
  32. package/es/types/Interface/api/accountsSectors/Query.js.map +1 -0
  33. package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts +2 -0
  34. package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts.map +1 -1
  35. package/es/types/Interface/api/archive/ImportSocietyArchive.js +5 -1
  36. package/es/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -1
  37. package/es/types/Interface/api/businessSector/Create.d.ts +4 -0
  38. package/es/types/Interface/api/businessSector/Create.d.ts.map +1 -0
  39. package/es/types/Interface/api/businessSector/Create.js +17 -0
  40. package/es/types/Interface/api/businessSector/Create.js.map +1 -0
  41. package/es/types/Interface/api/businessSector/Delete.d.ts +4 -0
  42. package/es/types/Interface/api/businessSector/Delete.d.ts.map +1 -0
  43. package/es/types/Interface/api/businessSector/Delete.js +17 -0
  44. package/es/types/Interface/api/businessSector/Delete.js.map +1 -0
  45. package/es/types/Interface/api/businessSector/Query.d.ts +4 -0
  46. package/es/types/Interface/api/businessSector/Query.d.ts.map +1 -0
  47. package/es/types/Interface/api/businessSector/Query.js +17 -0
  48. package/es/types/Interface/api/businessSector/Query.js.map +1 -0
  49. package/es/types/Interface/api/payment/QueryPayment.d.ts +5 -0
  50. package/es/types/Interface/api/payment/QueryPayment.d.ts.map +1 -0
  51. package/es/types/Interface/api/payment/QueryPayment.js +34 -0
  52. package/es/types/Interface/api/payment/QueryPayment.js.map +1 -0
  53. package/es/types/Interface/models/IBusinessSector.d.ts +10 -0
  54. package/es/types/Interface/models/IBusinessSector.d.ts.map +1 -0
  55. package/es/types/Interface/models/IBusinessSector.js +2 -0
  56. package/es/types/Interface/models/IBusinessSector.js.map +1 -0
  57. package/es/types/index.d.ts +6 -0
  58. package/es/types/index.d.ts.map +1 -1
  59. package/es/types/index.js +6 -0
  60. package/es/types/index.js.map +1 -1
  61. package/js/api/resources/AccountsSectors.js +5 -0
  62. package/js/api/resources/AccountsSectors.js.map +1 -1
  63. package/js/api/resources/Archive.js +52 -0
  64. package/js/api/resources/Archive.js.map +1 -0
  65. package/js/api/resources/BusinessSector.js +24 -0
  66. package/js/api/resources/BusinessSector.js.map +1 -0
  67. package/js/api/resources/Payment.js +9 -0
  68. package/js/api/resources/Payment.js.map +1 -1
  69. package/js/api/resources.js +5 -1
  70. package/js/api/resources.js.map +1 -1
  71. package/js/types/Enum/Sector.js +244 -3
  72. package/js/types/Enum/Sector.js.map +1 -1
  73. package/js/types/Interface/api/account/QueryAccounts.js +3 -0
  74. package/js/types/Interface/api/account/QueryAccounts.js.map +1 -1
  75. package/js/types/Interface/api/accountsSectors/Query.js +22 -0
  76. package/js/types/Interface/api/accountsSectors/Query.js.map +1 -0
  77. package/js/types/Interface/api/archive/ImportSocietyArchive.js +1 -0
  78. package/js/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -1
  79. package/js/types/Interface/api/businessSector/Create.js +21 -0
  80. package/js/types/Interface/api/businessSector/Create.js.map +1 -0
  81. package/js/types/Interface/api/businessSector/Delete.js +21 -0
  82. package/js/types/Interface/api/businessSector/Delete.js.map +1 -0
  83. package/js/types/Interface/api/businessSector/Query.js +21 -0
  84. package/js/types/Interface/api/businessSector/Query.js.map +1 -0
  85. package/js/types/Interface/api/payment/QueryPayment.js +33 -0
  86. package/js/types/Interface/api/payment/QueryPayment.js.map +1 -0
  87. package/js/types/Interface/models/IBusinessSector.js +6 -0
  88. package/js/types/Interface/models/IBusinessSector.js.map +1 -0
  89. package/js/types/index.js +60 -0
  90. package/js/types/index.js.map +1 -1
  91. package/package.json +1 -1
  92. package/ts/api/resources/AccountsSectors.ts +7 -1
  93. package/ts/api/resources/Archive.ts +11 -0
  94. package/ts/api/resources/BusinessSector.ts +17 -0
  95. package/ts/api/resources/Payment.ts +11 -1
  96. package/ts/api/resources.ts +4 -0
  97. package/ts/types/Enum/Sector.ts +308 -4
  98. package/ts/types/Interface/api/account/QueryAccounts.ts +9 -0
  99. package/ts/types/Interface/api/accountsSectors/Query.ts +8 -0
  100. package/ts/types/Interface/api/archive/ImportSocietyArchive.ts +5 -1
  101. package/ts/types/Interface/api/businessSector/Create.ts +6 -0
  102. package/ts/types/Interface/api/businessSector/Delete.ts +6 -0
  103. package/ts/types/Interface/api/businessSector/Query.ts +6 -0
  104. package/ts/types/Interface/api/payment/QueryPayment.ts +22 -0
  105. package/ts/types/Interface/models/IBusinessSector.ts +12 -0
  106. package/ts/types/index.ts +6 -0
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreateBusinessSector = undefined;
7
+ var _utils = require("../../../../utils");
8
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
9
+ var c = arguments.length,
10
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
11
+ d;
12
+ 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;
13
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
14
+ };
15
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
16
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
17
+ };
18
+ class CreateBusinessSector {}
19
+ exports.CreateBusinessSector = CreateBusinessSector;
20
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Array)], CreateBusinessSector.prototype, "idSector", void 0);
21
+ //# sourceMappingURL=Create.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Create.js","names":["_utils","require","CreateBusinessSector","exports","__decorate","ApiProperty"],"sources":["../../../../../ts/types/Interface/api/businessSector/Create.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class CreateBusinessSector {\n @ApiProperty()\n idSector: number[];\n}"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;;;;;;;;;;;AAEM,MAAOC,oBAAoB;AAGhCC,OAAA,CAHYD,oBAAoB,GAApBA,oBAAoB;AAC/BE,UAAA,EAAC,IAAAC,kBAAW,GAAE,E,sFACK"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.DeleteBusinessSector = undefined;
7
+ var _utils = require("../../../../utils");
8
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
9
+ var c = arguments.length,
10
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
11
+ d;
12
+ 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;
13
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
14
+ };
15
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
16
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
17
+ };
18
+ class DeleteBusinessSector {}
19
+ exports.DeleteBusinessSector = DeleteBusinessSector;
20
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Array)], DeleteBusinessSector.prototype, "idSector", void 0);
21
+ //# sourceMappingURL=Delete.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Delete.js","names":["_utils","require","DeleteBusinessSector","exports","__decorate","ApiProperty"],"sources":["../../../../../ts/types/Interface/api/businessSector/Delete.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class DeleteBusinessSector {\n @ApiProperty()\n idSector: number[];\n}"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;;;;;;;;;;;AAEM,MAAOC,oBAAoB;AAGhCC,OAAA,CAHYD,oBAAoB,GAApBA,oBAAoB;AAC/BE,UAAA,EAAC,IAAAC,kBAAW,GAAE,E,sFACK"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryGetAllForSociety = undefined;
7
+ var _utils = require("../../../../utils");
8
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
9
+ var c = arguments.length,
10
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
11
+ d;
12
+ 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;
13
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
14
+ };
15
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
16
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
17
+ };
18
+ class QueryGetAllForSociety {}
19
+ exports.QueryGetAllForSociety = QueryGetAllForSociety;
20
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Array)], QueryGetAllForSociety.prototype, "idSector", void 0);
21
+ //# sourceMappingURL=Query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query.js","names":["_utils","require","QueryGetAllForSociety","exports","__decorate","ApiPropertyOptional"],"sources":["../../../../../ts/types/Interface/api/businessSector/Query.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetAllForSociety {\n @ApiPropertyOptional()\n idSector?: number[];\n}"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;;;;;;;;;;;AAEM,MAAOC,qBAAqB;AAGjCC,OAAA,CAHYD,qBAAqB,GAArBA,qBAAqB;AAChCE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,uFACF"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryPaymentCsv = undefined;
7
+ var _classValidator = require("class-validator");
8
+ var _utils = require("../../../../utils");
9
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
10
+ var c = arguments.length,
11
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
12
+ d;
13
+ 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;
14
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
15
+ };
16
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
17
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
18
+ };
19
+ class QueryPaymentCsv {}
20
+ exports.QueryPaymentCsv = QueryPaymentCsv;
21
+ __decorate([(0, _classValidator.IsDefined)(), (0, _utils.ApiProperty)({
22
+ description: 'start date',
23
+ required: true,
24
+ type: Date,
25
+ example: '2022-03-01'
26
+ }), __metadata("design:type", Date)], QueryPaymentCsv.prototype, "startDate", void 0);
27
+ __decorate([(0, _classValidator.IsDefined)(), (0, _utils.ApiProperty)({
28
+ description: 'end date',
29
+ required: true,
30
+ type: Date,
31
+ example: '2022-03-31'
32
+ }), __metadata("design:type", Date)], QueryPaymentCsv.prototype, "endDate", void 0);
33
+ //# sourceMappingURL=QueryPayment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPayment.js","names":["_classValidator","require","_utils","QueryPaymentCsv","exports","__decorate","IsDefined","ApiProperty","description","required","type","Date","example"],"sources":["../../../../../ts/types/Interface/api/payment/QueryPayment.ts"],"sourcesContent":["import { IsDefined } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryPaymentCsv {\n @IsDefined()\n @ApiProperty({\n description: 'start date',\n required: true,\n type: Date,\n example: '2022-03-01',\n })\n startDate: Date;\n\n @IsDefined()\n @ApiProperty({\n description: 'end date',\n required: true,\n type: Date,\n example: '2022-03-31',\n })\n endDate: Date;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,eAAe;AAkB3BC,OAAA,CAlBYD,eAAe,GAAfA,eAAe;AAC1BE,UAAA,EAAC,IAAAC,yBAAS,GAAE,EACX,IAAAC,kBAAW,EAAC;EACXC,WAAW,EAAE,YAAY;EACzBC,QAAQ,EAAE,IAAI;EACdC,IAAI,EAAEC,IAAI;EACVC,OAAO,EAAE;CACV,CAAC,E,0BACSD,IAAI,E,iDAAC;AAEhBN,UAAA,EAAC,IAAAC,yBAAS,GAAE,EACX,IAAAC,kBAAW,EAAC;EACXC,WAAW,EAAE,UAAU;EACvBC,QAAQ,EAAE,IAAI;EACdC,IAAI,EAAEC,IAAI;EACVC,OAAO,EAAE;CACV,CAAC,E,0BACOD,IAAI,E,+CAAC"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=IBusinessSector.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IBusinessSector.js","names":[],"sources":["../../../../ts/types/Interface/models/IBusinessSector.ts"],"sourcesContent":["import { ISociety } from './ISociety';\n\nexport interface IBusinessSector {\n id?: number;\n idSector: number;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety\n}"],"mappings":""}
package/js/types/index.js CHANGED
@@ -3053,6 +3053,16 @@ Object.keys(_IAppNotification).forEach(function (key) {
3053
3053
  }
3054
3054
  });
3055
3055
  });
3056
+ var _IBusinessSector = require("./Interface/models/IBusinessSector");
3057
+ Object.keys(_IBusinessSector).forEach(function (key) {
3058
+ if (key === "default" || key === "__esModule") return;
3059
+ Object.defineProperty(exports, key, {
3060
+ enumerable: true,
3061
+ get: function () {
3062
+ return _IBusinessSector[key];
3063
+ }
3064
+ });
3065
+ });
3056
3066
  var _IRegistrationDetail = require("./Interface/schemas/IRegistrationDetail");
3057
3067
  Object.keys(_IRegistrationDetail).forEach(function (key) {
3058
3068
  if (key === "default" || key === "__esModule") return;
@@ -4833,6 +4843,16 @@ Object.keys(_QueryMonthlyPayment).forEach(function (key) {
4833
4843
  }
4834
4844
  });
4835
4845
  });
4846
+ var _QueryPayment = require("./Interface/api/payment/QueryPayment");
4847
+ Object.keys(_QueryPayment).forEach(function (key) {
4848
+ if (key === "default" || key === "__esModule") return;
4849
+ Object.defineProperty(exports, key, {
4850
+ enumerable: true,
4851
+ get: function () {
4852
+ return _QueryPayment[key];
4853
+ }
4854
+ });
4855
+ });
4836
4856
  var _Create2 = require("./Interface/api/firstStep/Create");
4837
4857
  Object.keys(_Create2).forEach(function (key) {
4838
4858
  if (key === "default" || key === "__esModule") return;
@@ -9043,6 +9063,46 @@ Object.keys(_Create12).forEach(function (key) {
9043
9063
  }
9044
9064
  });
9045
9065
  });
9066
+ var _Create13 = require("./Interface/api/businessSector/Create");
9067
+ Object.keys(_Create13).forEach(function (key) {
9068
+ if (key === "default" || key === "__esModule") return;
9069
+ Object.defineProperty(exports, key, {
9070
+ enumerable: true,
9071
+ get: function () {
9072
+ return _Create13[key];
9073
+ }
9074
+ });
9075
+ });
9076
+ var _Query12 = require("./Interface/api/businessSector/Query");
9077
+ Object.keys(_Query12).forEach(function (key) {
9078
+ if (key === "default" || key === "__esModule") return;
9079
+ Object.defineProperty(exports, key, {
9080
+ enumerable: true,
9081
+ get: function () {
9082
+ return _Query12[key];
9083
+ }
9084
+ });
9085
+ });
9086
+ var _Delete = require("./Interface/api/businessSector/Delete");
9087
+ Object.keys(_Delete).forEach(function (key) {
9088
+ if (key === "default" || key === "__esModule") return;
9089
+ Object.defineProperty(exports, key, {
9090
+ enumerable: true,
9091
+ get: function () {
9092
+ return _Delete[key];
9093
+ }
9094
+ });
9095
+ });
9096
+ var _Query13 = require("./Interface/api/accountsSectors/Query");
9097
+ Object.keys(_Query13).forEach(function (key) {
9098
+ if (key === "default" || key === "__esModule") return;
9099
+ Object.defineProperty(exports, key, {
9100
+ enumerable: true,
9101
+ get: function () {
9102
+ return _Query13[key];
9103
+ }
9104
+ });
9105
+ });
9046
9106
  var _Util4 = require("./Interface/enum/Util");
9047
9107
  Object.keys(_Util4).forEach(function (key) {
9048
9108
  if (key === "default" || key === "__esModule") return;