@escapenavigator/types 1.10.123 → 1.10.124
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.
|
@@ -106,6 +106,10 @@ __decorate([
|
|
|
106
106
|
class OpenapiOrderRO extends openapi_questroom_ro_1.QuestroomRow {
|
|
107
107
|
}
|
|
108
108
|
exports.OpenapiOrderRO = OpenapiOrderRO;
|
|
109
|
+
__decorate([
|
|
110
|
+
(0, class_transformer_1.Expose)(),
|
|
111
|
+
__metadata("design:type", Number)
|
|
112
|
+
], OpenapiOrderRO.prototype, "id", void 0);
|
|
109
113
|
__decorate([
|
|
110
114
|
(0, class_transformer_1.Expose)(),
|
|
111
115
|
__metadata("design:type", Date)
|