@yolo-croket-dev/amqp-access 0.5.7-sj10 → 0.5.7-sj11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@ export declare class GetBrandCohortsForAdminPayload {
|
|
|
9
9
|
page: number;
|
|
10
10
|
limit: number;
|
|
11
11
|
}
|
|
12
|
-
export
|
|
12
|
+
export declare class GetBrandCohortsForAdminResult {
|
|
13
13
|
brandCohorts: BrandCohortForAdminEntity[];
|
|
14
14
|
totalCount: number;
|
|
15
15
|
}
|
|
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.GetBrandCohortsForAdminPayload = exports.BrandCohortSearchTypeEnum = void 0;
|
|
12
|
+
exports.GetBrandCohortsForAdminResult = exports.GetBrandCohortsForAdminPayload = exports.BrandCohortSearchTypeEnum = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
var BrandCohortSearchTypeEnum;
|
|
15
15
|
(function (BrandCohortSearchTypeEnum) {
|
|
@@ -37,3 +37,6 @@ __decorate([
|
|
|
37
37
|
(0, class_validator_1.IsNumber)(),
|
|
38
38
|
__metadata("design:type", Number)
|
|
39
39
|
], GetBrandCohortsForAdminPayload.prototype, "limit", void 0);
|
|
40
|
+
class GetBrandCohortsForAdminResult {
|
|
41
|
+
}
|
|
42
|
+
exports.GetBrandCohortsForAdminResult = GetBrandCohortsForAdminResult;
|