@recursyve/nestjs-data-filter 11.2.1 → 11.3.0
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.
|
@@ -91,7 +91,7 @@ function OpenApiDynamicFilterController(Base, options) {
|
|
|
91
91
|
__metadata("design:returntype", Promise)
|
|
92
92
|
], _FilterController.prototype, "downloadData", null);
|
|
93
93
|
__decorate([
|
|
94
|
-
(0, common_1.
|
|
94
|
+
(0, common_1.Get)("filter/config"),
|
|
95
95
|
(0, swagger_1.ApiOkResponse)({ type: () => __1.FilterConfigurationModel, isArray: true }),
|
|
96
96
|
(0, swagger_1.ApiOperation)({ operationId: `get${Base.name}FilterConfig` }),
|
|
97
97
|
__param(0, (0, common_1.Req)()),
|
|
@@ -100,7 +100,7 @@ function OpenApiDynamicFilterController(Base, options) {
|
|
|
100
100
|
__metadata("design:returntype", Promise)
|
|
101
101
|
], _FilterController.prototype, "getFilterConfig", null);
|
|
102
102
|
__decorate([
|
|
103
|
-
(0, common_1.
|
|
103
|
+
(0, common_1.Get)("filter/config/id"),
|
|
104
104
|
(0, swagger_1.ApiOkResponse)({ type: () => __1.SelectFilterValue }),
|
|
105
105
|
(0, swagger_1.ApiOperation)({ operationId: `search${Base.name}FilterResourceValue` }),
|
|
106
106
|
__param(0, (0, common_1.Query)()),
|
|
@@ -110,7 +110,7 @@ function OpenApiDynamicFilterController(Base, options) {
|
|
|
110
110
|
__metadata("design:returntype", Promise)
|
|
111
111
|
], _FilterController.prototype, "searchFilterResourceValue", null);
|
|
112
112
|
__decorate([
|
|
113
|
-
(0, common_1.
|
|
113
|
+
(0, common_1.Get)("filter/config/value"),
|
|
114
114
|
(0, swagger_1.ApiOkResponse)({ type: () => __1.SelectFilterValue, isArray: true }),
|
|
115
115
|
(0, swagger_1.ApiOperation)({ operationId: `search${Base.name}FilterConfigValues` }),
|
|
116
116
|
__param(0, (0, common_1.Query)()),
|
|
@@ -91,7 +91,7 @@ function OpenApiFilterController(Base) {
|
|
|
91
91
|
__metadata("design:returntype", Promise)
|
|
92
92
|
], _FilterController.prototype, "downloadData", null);
|
|
93
93
|
__decorate([
|
|
94
|
-
(0, common_1.
|
|
94
|
+
(0, common_1.Get)("filter/config"),
|
|
95
95
|
(0, swagger_1.ApiOkResponse)({ type: () => __1.FilterConfigurationModel, isArray: true }),
|
|
96
96
|
(0, swagger_1.ApiOperation)({ operationId: `get${Base.name}FilterConfig` }),
|
|
97
97
|
__param(0, (0, common_1.Req)()),
|
|
@@ -100,7 +100,7 @@ function OpenApiFilterController(Base) {
|
|
|
100
100
|
__metadata("design:returntype", Promise)
|
|
101
101
|
], _FilterController.prototype, "getFilterConfig", null);
|
|
102
102
|
__decorate([
|
|
103
|
-
(0, common_1.
|
|
103
|
+
(0, common_1.Get)("filter/config/id"),
|
|
104
104
|
(0, swagger_1.ApiOkResponse)({ type: () => __1.SelectFilterValue }),
|
|
105
105
|
(0, swagger_1.ApiOperation)({ operationId: `search${Base.name}FilterResourceValue` }),
|
|
106
106
|
__param(0, (0, common_1.Query)()),
|
|
@@ -110,7 +110,7 @@ function OpenApiFilterController(Base) {
|
|
|
110
110
|
__metadata("design:returntype", Promise)
|
|
111
111
|
], _FilterController.prototype, "searchFilterResourceValue", null);
|
|
112
112
|
__decorate([
|
|
113
|
-
(0, common_1.
|
|
113
|
+
(0, common_1.Get)("filter/config/value"),
|
|
114
114
|
(0, swagger_1.ApiOkResponse)({ type: () => __1.SelectFilterValue, isArray: true }),
|
|
115
115
|
(0, swagger_1.ApiOperation)({ operationId: `search${Base.name}FilterConfigValues` }),
|
|
116
116
|
__param(0, (0, common_1.Query)()),
|