@yolo-croket-dev/amqp-access 0.4.41-jun.0 → 0.4.41-jun.1
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
|
@@ -39,6 +39,7 @@ export declare class RegStoreItemPayload {
|
|
|
39
39
|
precautionCodeList?: PrecautionCodeEnum[] | string[];
|
|
40
40
|
precautionEtc?: string;
|
|
41
41
|
contentsDataList?: RegStoreItemContentsData[];
|
|
42
|
+
htmlContent?: string;
|
|
42
43
|
}
|
|
43
44
|
export declare class RegStoreItemResult {
|
|
44
45
|
itemId: string;
|
|
@@ -164,6 +164,11 @@ __decorate([
|
|
|
164
164
|
(0, class_transformer_1.Type)(() => RegStoreItemContentsData),
|
|
165
165
|
__metadata("design:type", Array)
|
|
166
166
|
], RegStoreItemPayload.prototype, "contentsDataList", void 0);
|
|
167
|
+
__decorate([
|
|
168
|
+
(0, class_validator_1.IsString)(),
|
|
169
|
+
(0, class_validator_1.IsOptional)(),
|
|
170
|
+
__metadata("design:type", String)
|
|
171
|
+
], RegStoreItemPayload.prototype, "htmlContent", void 0);
|
|
167
172
|
exports.RegStoreItemPayload = RegStoreItemPayload;
|
|
168
173
|
class RegStoreItemResult {
|
|
169
174
|
}
|