@nimee/shared-types 1.0.114 → 1.0.115
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.
|
@@ -60,5 +60,6 @@ export declare enum ISeasonTicketStatusType {
|
|
|
60
60
|
FAILED = "failed",// one of the payments has failed
|
|
61
61
|
COMPLETED = "completed",// all payments have been completed
|
|
62
62
|
EXPIRED = "expired",// the season ticket has expired - end date has passed
|
|
63
|
-
PAUSED = "paused"
|
|
63
|
+
PAUSED = "paused",// the season ticket has been paused
|
|
64
|
+
SUB_ITERATION_SUCCESS = "sub-iteration-success"
|
|
64
65
|
}
|
|
@@ -10,5 +10,6 @@ var ISeasonTicketStatusType;
|
|
|
10
10
|
ISeasonTicketStatusType["COMPLETED"] = "completed";
|
|
11
11
|
ISeasonTicketStatusType["EXPIRED"] = "expired";
|
|
12
12
|
ISeasonTicketStatusType["PAUSED"] = "paused";
|
|
13
|
+
ISeasonTicketStatusType["SUB_ITERATION_SUCCESS"] = "sub-iteration-success";
|
|
13
14
|
})(ISeasonTicketStatusType || (exports.ISeasonTicketStatusType = ISeasonTicketStatusType = {}));
|
|
14
15
|
//# sourceMappingURL=endUserSeasonTicket.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endUserSeasonTicket.js","sourceRoot":"","sources":["../../src/payment/endUserSeasonTicket.ts"],"names":[],"mappings":";;;AAiDA,IAAY,
|
|
1
|
+
{"version":3,"file":"endUserSeasonTicket.js","sourceRoot":"","sources":["../../src/payment/endUserSeasonTicket.ts"],"names":[],"mappings":";;;AAiDA,IAAY,uBASX;AATD,WAAY,uBAAuB;IACjC,4CAAiB,CAAA;IACjB,8CAAmB,CAAA;IACnB,kDAAuB,CAAA;IACvB,4CAAiB,CAAA;IACjB,kDAAuB,CAAA;IACvB,8CAAmB,CAAA;IACnB,4CAAiB,CAAA;IACjB,0EAA+C,CAAA;AACjD,CAAC,EATW,uBAAuB,uCAAvB,uBAAuB,QASlC"}
|
package/package.json
CHANGED
|
@@ -55,4 +55,5 @@ export enum ISeasonTicketStatusType {
|
|
|
55
55
|
COMPLETED = "completed", // all payments have been completed
|
|
56
56
|
EXPIRED = "expired", // the season ticket has expired - end date has passed
|
|
57
57
|
PAUSED = "paused", // the season ticket has been paused
|
|
58
|
+
SUB_ITERATION_SUCCESS = "sub-iteration-success", // the subscription iteration was successful
|
|
58
59
|
}
|