@nimee/shared-types 1.0.115 → 1.0.116
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.
|
@@ -47,15 +47,16 @@ export interface IEndUserSeasonTicketModel {
|
|
|
47
47
|
description?: string;
|
|
48
48
|
isPaid?: boolean;
|
|
49
49
|
salePaidDate?: Date;
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
50
|
+
buyer_phone?: string;
|
|
51
|
+
buyer_card_mask?: string;
|
|
52
|
+
buyer_card_exp?: string;
|
|
53
|
+
buyer_name?: string;
|
|
54
|
+
buyer_email?: string;
|
|
55
|
+
buyer_social_id?: string;
|
|
55
56
|
}
|
|
56
57
|
export declare enum ISeasonTicketStatusType {
|
|
57
58
|
ACTIVE = "active",// the season ticket is active
|
|
58
|
-
INITIAL = "
|
|
59
|
+
INITIAL = "initial",// not yet paid
|
|
59
60
|
CANCELLED = "cancelled",// the season ticket has been cancelled
|
|
60
61
|
FAILED = "failed",// one of the payments has failed
|
|
61
62
|
COMPLETED = "completed",// all payments have been completed
|
|
@@ -4,7 +4,7 @@ exports.ISeasonTicketStatusType = void 0;
|
|
|
4
4
|
var ISeasonTicketStatusType;
|
|
5
5
|
(function (ISeasonTicketStatusType) {
|
|
6
6
|
ISeasonTicketStatusType["ACTIVE"] = "active";
|
|
7
|
-
ISeasonTicketStatusType["INITIAL"] = "
|
|
7
|
+
ISeasonTicketStatusType["INITIAL"] = "initial";
|
|
8
8
|
ISeasonTicketStatusType["CANCELLED"] = "cancelled";
|
|
9
9
|
ISeasonTicketStatusType["FAILED"] = "failed";
|
|
10
10
|
ISeasonTicketStatusType["COMPLETED"] = "completed";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endUserSeasonTicket.js","sourceRoot":"","sources":["../../src/payment/endUserSeasonTicket.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"endUserSeasonTicket.js","sourceRoot":"","sources":["../../src/payment/endUserSeasonTicket.ts"],"names":[],"mappings":";;;AAkDA,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
|
@@ -41,15 +41,16 @@ export interface IEndUserSeasonTicketModel {
|
|
|
41
41
|
description?: string;
|
|
42
42
|
isPaid?: boolean;
|
|
43
43
|
salePaidDate?: Date;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
44
|
+
buyer_phone?: string;
|
|
45
|
+
buyer_card_mask?: string;
|
|
46
|
+
buyer_card_exp?: string;
|
|
47
|
+
buyer_name?: string;
|
|
48
|
+
buyer_email?: string;
|
|
49
|
+
buyer_social_id?: string;
|
|
49
50
|
}
|
|
50
51
|
export enum ISeasonTicketStatusType {
|
|
51
52
|
ACTIVE = "active", // the season ticket is active
|
|
52
|
-
INITIAL = "
|
|
53
|
+
INITIAL = "initial", // not yet paid
|
|
53
54
|
CANCELLED = "cancelled", // the season ticket has been cancelled
|
|
54
55
|
FAILED = "failed", // one of the payments has failed
|
|
55
56
|
COMPLETED = "completed", // all payments have been completed
|