@escapenavigator/types 1.6.17 → 1.6.19
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/dist/cashbox/cashbox.ro.d.ts +3 -2
- package/dist/cashbox/create-cashbox.dto.d.ts +0 -2
- package/dist/cashbox/create-cashbox.dto.js +0 -11
- package/dist/cashbox/create-online-cashbox.dto.d.ts +11 -0
- package/dist/cashbox/create-online-cashbox.dto.js +59 -0
- package/dist/cashbox/update-online-cashbox.dto.d.ts +8 -0
- package/dist/cashbox/update-online-cashbox.dto.js +47 -0
- package/dist/certificate/certificate.ro.d.ts +1 -0
- package/dist/certificate/create-certificate.dto.d.ts +1 -0
- package/dist/certificate/create-certificate.dto.js +6 -1
- package/dist/certificate-sale/enum/certificatesales-status.enum.d.ts +1 -0
- package/dist/certificate-sale/enum/certificatesales-status.enum.js +1 -0
- package/dist/emails/email.ro.d.ts +12 -5
- package/dist/emails/email.ro.js +55 -0
- package/dist/emails/enum/email.status-enum.d.ts +7 -0
- package/dist/emails/enum/email.status-enum.js +11 -0
- package/dist/emails/index.d.ts +1 -0
- package/dist/emails/send-profile-email.dto.d.ts +6 -0
- package/dist/{profile/create-profile-message.dto.js → emails/send-profile-email.dto.js} +16 -7
- package/dist/order/create-order.dto.d.ts +8 -0
- package/dist/order/create-order.dto.js +20 -0
- package/dist/order/order.ro.d.ts +1 -0
- package/dist/order-upselling/create-order-upselling.dto.d.ts +0 -2
- package/dist/order-upselling/create-order-upselling.dto.js +0 -11
- package/dist/profile/action/create-profile-action.dto.d.ts +9 -0
- package/dist/profile/action/create-profile-action.dto.js +55 -0
- package/dist/profile/action/profile-action.dto.d.ts +17 -0
- package/dist/profile/action/profile-action.dto.js +68 -0
- package/dist/profile/admin-profile.ro.d.ts +2 -5
- package/dist/profile/admin-profile.ro.js +3 -8
- package/dist/questroom/create-questroom.dto.d.ts +1 -0
- package/dist/questroom/create-questroom.dto.js +6 -1
- package/dist/questroom/questroom.ro.d.ts +1 -0
- package/dist/slot/slot.ro.d.ts +1 -0
- package/dist/transaction/enum/transaction-source.enum.d.ts +3 -4
- package/dist/transaction/enum/transaction-source.enum.js +3 -4
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/widget-openapi/forms/widget-client-form.dto.d.ts +11 -0
- package/dist/widget-openapi/forms/widget-client-form.dto.js +66 -0
- package/dist/widget-openapi/forms/widget-embeded-first-form.dto.d.ts +8 -0
- package/dist/widget-openapi/forms/widget-embeded-first-form.dto.js +40 -0
- package/dist/widget-openapi/forms/widget-players-form.dto.d.ts +7 -0
- package/dist/widget-openapi/{order-service-create-certificate-payment.dto.js → forms/widget-players-form.dto.js} +24 -5
- package/dist/widget-openapi/openapi-create-order.dto.d.ts +0 -1
- package/dist/widget-openapi/openapi-create-order.dto.js +0 -5
- package/dist/widget-openapi/openapi-order.ro.d.ts +4 -5
- package/dist/widget-openapi/openapi-order.ro.js +20 -29
- package/dist/widget-openapi/openapi-preorder.ro.d.ts +53 -0
- package/dist/widget-openapi/openapi-preorder.ro.js +166 -0
- package/dist/widget-openapi/openapi-questroom.ro.d.ts +5 -9
- package/dist/widget-openapi/openapi-questroom.ro.js +11 -21
- package/dist/widget-openapi/openapi-widget.ro.d.ts +10 -1
- package/dist/widget-openapi/openapi-widget.ro.js +27 -2
- package/dist/widget-openapi/order-service-create-order-payment.dto.d.ts +1 -0
- package/dist/widget-openapi/order-service-create-order-payment.dto.js +5 -0
- package/package.json +2 -2
- package/dist/cashbox/update-cashbox.dto.d.ts +0 -5
- package/dist/cashbox/update-cashbox.dto.js +0 -8
- package/dist/profile/create-profile-message.dto.d.ts +0 -4
- package/dist/widget-openapi/order-service-create-certificate-payment.dto.d.ts +0 -3
|
@@ -13,14 +13,9 @@ exports.AdminProfileRO = void 0;
|
|
|
13
13
|
/* eslint-disable max-classes-per-file */
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
15
|
const countries_enum_1 = require("../shared/enum/countries.enum");
|
|
16
|
+
const profile_action_dto_1 = require("./action/profile-action.dto");
|
|
16
17
|
const profile_step_enum_1 = require("./enum/profile-step.enum");
|
|
17
18
|
const profile_subscription_enum_1 = require("./enum/profile-subscription.enum");
|
|
18
|
-
class Message {
|
|
19
|
-
}
|
|
20
|
-
__decorate([
|
|
21
|
-
(0, class_transformer_1.Expose)(),
|
|
22
|
-
__metadata("design:type", String)
|
|
23
|
-
], Message.prototype, "text", void 0);
|
|
24
19
|
class AdminProfileRO {
|
|
25
20
|
}
|
|
26
21
|
__decorate([
|
|
@@ -125,7 +120,7 @@ __decorate([
|
|
|
125
120
|
], AdminProfileRO.prototype, "crm", void 0);
|
|
126
121
|
__decorate([
|
|
127
122
|
(0, class_transformer_1.Expose)(),
|
|
128
|
-
(0, class_transformer_1.Type)(() =>
|
|
123
|
+
(0, class_transformer_1.Type)(() => profile_action_dto_1.ProfileActionDto),
|
|
129
124
|
__metadata("design:type", Array)
|
|
130
|
-
], AdminProfileRO.prototype, "
|
|
125
|
+
], AdminProfileRO.prototype, "actions", void 0);
|
|
131
126
|
exports.AdminProfileRO = AdminProfileRO;
|
|
@@ -116,10 +116,15 @@ __decorate([
|
|
|
116
116
|
__metadata("design:type", Array)
|
|
117
117
|
], CreateQuestroomDto.prototype, "questroomIds", void 0);
|
|
118
118
|
__decorate([
|
|
119
|
-
(0, class_validator_1.
|
|
119
|
+
(0, class_validator_1.IsOptional)(),
|
|
120
120
|
(0, class_transformer_1.Expose)(),
|
|
121
121
|
__metadata("design:type", Number)
|
|
122
122
|
], CreateQuestroomDto.prototype, "onlinePaymentsCashbox", void 0);
|
|
123
|
+
__decorate([
|
|
124
|
+
(0, class_validator_1.IsOptional)(),
|
|
125
|
+
(0, class_transformer_1.Expose)(),
|
|
126
|
+
__metadata("design:type", Number)
|
|
127
|
+
], CreateQuestroomDto.prototype, "paypalCashbox", void 0);
|
|
123
128
|
__decorate([
|
|
124
129
|
(0, class_validator_1.IsPositive)(),
|
|
125
130
|
(0, class_transformer_1.Expose)(),
|
|
@@ -47,6 +47,7 @@ export declare type QuestroomRO = ResponseObject & {
|
|
|
47
47
|
integrationType: QuestroomIntegrationTypeEnum;
|
|
48
48
|
awailableForNavigator: boolean;
|
|
49
49
|
awailableForWidgets: boolean;
|
|
50
|
+
paypalCashbox: number;
|
|
50
51
|
onlinePaymentsCashbox: number;
|
|
51
52
|
onlinePaymentsAvailable: boolean;
|
|
52
53
|
};
|
package/dist/slot/slot.ro.d.ts
CHANGED
|
@@ -3,8 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.TransactionSourceEnum = void 0;
|
|
4
4
|
var TransactionSourceEnum;
|
|
5
5
|
(function (TransactionSourceEnum) {
|
|
6
|
-
TransactionSourceEnum["
|
|
7
|
-
TransactionSourceEnum["
|
|
8
|
-
TransactionSourceEnum["
|
|
9
|
-
TransactionSourceEnum["client"] = "client";
|
|
6
|
+
TransactionSourceEnum["PAYPAL"] = "paypal";
|
|
7
|
+
TransactionSourceEnum["STRIPE"] = "stripe";
|
|
8
|
+
TransactionSourceEnum["INSIDE"] = "inside";
|
|
10
9
|
})(TransactionSourceEnum = exports.TransactionSourceEnum || (exports.TransactionSourceEnum = {}));
|