@brighterly/lib-core-types 0.8.0 → 0.8.2
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/orders/enums.d.ts
CHANGED
package/dist/orders/enums.js
CHANGED
|
@@ -11,6 +11,7 @@ export var OrderRefundReason;
|
|
|
11
11
|
})(OrderRefundReason || (OrderRefundReason = {}));
|
|
12
12
|
export var DiscountMethod;
|
|
13
13
|
(function (DiscountMethod) {
|
|
14
|
+
DiscountMethod["CANCELLATIONS"] = "CANCELLATIONS";
|
|
14
15
|
DiscountMethod["PROMO_CODE"] = "PROMO_CODE";
|
|
15
16
|
DiscountMethod["CUSTOMER_OFFER"] = "CUSTOMER_OFFER";
|
|
16
17
|
DiscountMethod["CREDITS"] = "CREDITS";
|
|
@@ -37,6 +37,7 @@ export declare enum PauseReason {
|
|
|
37
37
|
UnusedLessons = "UNUSED_LESSONS"
|
|
38
38
|
}
|
|
39
39
|
export declare enum DiscountMethod {
|
|
40
|
+
Cancellations = "CANCELLATIONS",
|
|
40
41
|
PromoCode = "PROMO_CODE",
|
|
41
42
|
CustomerOffer = "CUSTOMER_OFFER",
|
|
42
43
|
Credits = "CREDITS",
|
|
@@ -82,6 +83,6 @@ export declare enum LearnWayReason {
|
|
|
82
83
|
ChangeSchedule = "CHANGE_SCHEDULE"
|
|
83
84
|
}
|
|
84
85
|
export declare enum KeepLearningReason {
|
|
85
|
-
|
|
86
|
+
DecreasePace = "DECREASE_PACE",
|
|
86
87
|
Discount = "DISCOUNT"
|
|
87
88
|
}
|
|
@@ -43,6 +43,7 @@ export var PauseReason;
|
|
|
43
43
|
})(PauseReason || (PauseReason = {}));
|
|
44
44
|
export var DiscountMethod;
|
|
45
45
|
(function (DiscountMethod) {
|
|
46
|
+
DiscountMethod["Cancellations"] = "CANCELLATIONS";
|
|
46
47
|
DiscountMethod["PromoCode"] = "PROMO_CODE";
|
|
47
48
|
DiscountMethod["CustomerOffer"] = "CUSTOMER_OFFER";
|
|
48
49
|
DiscountMethod["Credits"] = "CREDITS";
|
|
@@ -95,6 +96,6 @@ export var LearnWayReason;
|
|
|
95
96
|
})(LearnWayReason || (LearnWayReason = {}));
|
|
96
97
|
export var KeepLearningReason;
|
|
97
98
|
(function (KeepLearningReason) {
|
|
98
|
-
KeepLearningReason["
|
|
99
|
+
KeepLearningReason["DecreasePace"] = "DECREASE_PACE";
|
|
99
100
|
KeepLearningReason["Discount"] = "DISCOUNT";
|
|
100
101
|
})(KeepLearningReason || (KeepLearningReason = {}));
|