@frontegg/rest-api 2.10.55 → 2.10.56
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/CHANGELOG.md +2 -0
- package/dist/es2015/subscriptions/enums.d.ts +2 -1
- package/dist/es2015/subscriptions/enums.js +1 -0
- package/dist/es2015/subscriptions/enums.js.map +1 -1
- package/dist/es2015/subscriptions/interfaces.d.ts +1 -0
- package/dist/subscriptions/enums.d.ts +2 -1
- package/dist/subscriptions/enums.js +1 -0
- package/dist/subscriptions/enums.js.map +1 -1
- package/dist/subscriptions/interfaces.d.ts +1 -0
- package/dist/umd/index.js +1 -0
- package/package.json +1 -1
- package/src/subscriptions/enums.ts +1 -0
- package/src/subscriptions/interfaces.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [2.10.56](https://github.com/frontegg/typescript-rest-api/compare/v2.10.55...v2.10.56) (2022-02-20)
|
|
6
|
+
|
|
5
7
|
### [2.10.55](https://github.com/frontegg/typescript-rest-api/compare/v2.10.54...v2.10.55) (2022-02-07)
|
|
6
8
|
|
|
7
9
|
### [2.10.54](https://github.com/frontegg/typescript-rest-api/compare/v2.10.53...v2.10.54) (2022-02-07)
|
|
@@ -4,6 +4,7 @@ export var ISubscriptionStatus;
|
|
|
4
4
|
ISubscriptionStatus["CANCELED"] = "canceled";
|
|
5
5
|
ISubscriptionStatus["INCOMPLETE"] = "incomplete";
|
|
6
6
|
ISubscriptionStatus["EXPIRED"] = "expired";
|
|
7
|
+
ISubscriptionStatus["TRIALING"] = "trialing";
|
|
7
8
|
})(ISubscriptionStatus || (ISubscriptionStatus = {}));
|
|
8
9
|
export var PaymentMethodType;
|
|
9
10
|
(function (PaymentMethodType) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../src/subscriptions/enums.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../src/subscriptions/enums.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,gDAAyB,CAAA;IACzB,0CAAmB,CAAA;IACnB,4CAAqB,CAAA;AACvB,CAAC,EANW,mBAAmB,KAAnB,mBAAmB,QAM9B;AAGD,MAAM,CAAN,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,wCAAmB,CAAA;IACnB,kCAAa,CAAA;AACf,CAAC,EAHW,iBAAiB,KAAjB,iBAAiB,QAG5B;AAED,MAAM,CAAN,IAAY,+BAEX;AAFD,WAAY,+BAA+B;IACzC,gEAA6B,CAAA;AAC/B,CAAC,EAFW,+BAA+B,KAA/B,+BAA+B,QAE1C;AAED,MAAM,CAAN,IAAY,YAEX;AAFD,WAAY,YAAY;IACtB,iCAAiB,CAAA;AACnB,CAAC,EAFW,YAAY,KAAZ,YAAY,QAEvB"}
|
|
@@ -22,6 +22,7 @@ export interface ISubscriptionResponse {
|
|
|
22
22
|
status: ISubscriptionStatus;
|
|
23
23
|
cancellation: ISubscriptionCancellationResponse | null;
|
|
24
24
|
items: ISubscriptionItemResponse[];
|
|
25
|
+
trialEnd?: string;
|
|
25
26
|
}
|
|
26
27
|
export interface ISubscriptionCancellationResponse {
|
|
27
28
|
policy: ISubscriptionCancellationPolicy;
|
|
@@ -7,6 +7,7 @@ var ISubscriptionStatus;
|
|
|
7
7
|
ISubscriptionStatus["CANCELED"] = "canceled";
|
|
8
8
|
ISubscriptionStatus["INCOMPLETE"] = "incomplete";
|
|
9
9
|
ISubscriptionStatus["EXPIRED"] = "expired";
|
|
10
|
+
ISubscriptionStatus["TRIALING"] = "trialing";
|
|
10
11
|
})(ISubscriptionStatus = exports.ISubscriptionStatus || (exports.ISubscriptionStatus = {}));
|
|
11
12
|
var PaymentMethodType;
|
|
12
13
|
(function (PaymentMethodType) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../src/subscriptions/enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../src/subscriptions/enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,gDAAyB,CAAA;IACzB,0CAAmB,CAAA;IACnB,4CAAqB,CAAA;AACvB,CAAC,EANW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAM9B;AAGD,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,wCAAmB,CAAA;IACnB,kCAAa,CAAA;AACf,CAAC,EAHW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAG5B;AAED,IAAY,+BAEX;AAFD,WAAY,+BAA+B;IACzC,gEAA6B,CAAA;AAC/B,CAAC,EAFW,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAE1C;AAED,IAAY,YAEX;AAFD,WAAY,YAAY;IACtB,iCAAiB,CAAA;AACnB,CAAC,EAFW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAEvB"}
|
|
@@ -22,6 +22,7 @@ export interface ISubscriptionResponse {
|
|
|
22
22
|
status: ISubscriptionStatus;
|
|
23
23
|
cancellation: ISubscriptionCancellationResponse | null;
|
|
24
24
|
items: ISubscriptionItemResponse[];
|
|
25
|
+
trialEnd?: string;
|
|
25
26
|
}
|
|
26
27
|
export interface ISubscriptionCancellationResponse {
|
|
27
28
|
policy: ISubscriptionCancellationPolicy;
|
package/dist/umd/index.js
CHANGED
|
@@ -2487,6 +2487,7 @@
|
|
|
2487
2487
|
ISubscriptionStatus["CANCELED"] = "canceled";
|
|
2488
2488
|
ISubscriptionStatus["INCOMPLETE"] = "incomplete";
|
|
2489
2489
|
ISubscriptionStatus["EXPIRED"] = "expired";
|
|
2490
|
+
ISubscriptionStatus["TRIALING"] = "trialing";
|
|
2490
2491
|
})(exports.ISubscriptionStatus || (exports.ISubscriptionStatus = {}));
|
|
2491
2492
|
exports.PaymentMethodType = void 0;
|
|
2492
2493
|
(function (PaymentMethodType) {
|
package/package.json
CHANGED