@yolo-croket-dev/amqp-access 0.5.8-sj4 → 0.5.8-sj5
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/excel-upload-server/dto/brand-excel/generate-and-share-users-by-brand-cohort-excel.dto.d.ts
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
1
|
export declare class GenerateAndShareUsersByBrandCohortExcelPayload {
|
|
2
2
|
brandCohortId: string;
|
|
3
3
|
}
|
|
4
|
-
export declare class GenerateAndShareUsersByBrandCohortExcelInfo {
|
|
5
|
-
brandId: string;
|
|
6
|
-
brandName: string;
|
|
7
|
-
}
|
|
8
|
-
export declare class GenerateAndShareUsersByBrandCohortExcelResult {
|
|
9
|
-
brandInfos: GenerateAndShareUsersByBrandCohortExcelInfo[];
|
|
10
|
-
}
|
package/excel-upload-server/dto/brand-excel/generate-and-share-users-by-brand-cohort-excel.dto.js
CHANGED
|
@@ -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.
|
|
12
|
+
exports.GenerateAndShareUsersByBrandCohortExcelPayload = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
class GenerateAndShareUsersByBrandCohortExcelPayload {
|
|
15
15
|
}
|
|
@@ -18,9 +18,3 @@ __decorate([
|
|
|
18
18
|
(0, class_validator_1.IsMongoId)(),
|
|
19
19
|
__metadata("design:type", String)
|
|
20
20
|
], GenerateAndShareUsersByBrandCohortExcelPayload.prototype, "brandCohortId", void 0);
|
|
21
|
-
class GenerateAndShareUsersByBrandCohortExcelInfo {
|
|
22
|
-
}
|
|
23
|
-
exports.GenerateAndShareUsersByBrandCohortExcelInfo = GenerateAndShareUsersByBrandCohortExcelInfo;
|
|
24
|
-
class GenerateAndShareUsersByBrandCohortExcelResult {
|
|
25
|
-
}
|
|
26
|
-
exports.GenerateAndShareUsersByBrandCohortExcelResult = GenerateAndShareUsersByBrandCohortExcelResult;
|