@otr-app/shared-backend-generated-client 2.3.182 → 2.3.183

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.
@@ -12,7 +12,9 @@
12
12
 
13
13
 
14
14
  export interface UserSubscriptionPlanModel {
15
+ expirationDateUtc?: string;
15
16
  id?: string;
17
+ subscriptionCovered?: boolean;
16
18
  subscriptionStatus?: UserSubscriptionPlanModel.SubscriptionStatusEnum;
17
19
  }
18
20
  export namespace UserSubscriptionPlanModel {
@@ -12,6 +12,7 @@
12
12
 
13
13
 
14
14
  export interface UserSubscriptionPlanModelReq {
15
+ expirationDateUtc?: string;
15
16
  id?: string;
16
17
  subscriptionStatus?: UserSubscriptionPlanModelReq.SubscriptionStatusEnum;
17
18
  }
@@ -12,7 +12,9 @@
12
12
 
13
13
 
14
14
  export interface UserSubscriptionPlanModelRes {
15
+ expirationDateUtc?: string;
15
16
  id?: string;
17
+ subscriptionCovered?: boolean;
16
18
  subscriptionStatus?: UserSubscriptionPlanModelRes.SubscriptionStatusEnum;
17
19
  }
18
20
  export namespace UserSubscriptionPlanModelRes {
@@ -10,7 +10,9 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  export interface UserSubscriptionPlanModel {
13
+ "expirationDateUtc"?: string;
13
14
  "id"?: string;
15
+ "subscriptionCovered"?: boolean;
14
16
  "subscriptionStatus"?: UserSubscriptionPlanModel.SubscriptionStatusEnum;
15
17
  }
16
18
  export declare namespace UserSubscriptionPlanModel {
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  export interface UserSubscriptionPlanModelReq {
13
+ "expirationDateUtc"?: string;
13
14
  "id"?: string;
14
15
  "subscriptionStatus"?: UserSubscriptionPlanModelReq.SubscriptionStatusEnum;
15
16
  }
@@ -10,7 +10,9 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  export interface UserSubscriptionPlanModelRes {
13
+ "expirationDateUtc"?: string;
13
14
  "id"?: string;
15
+ "subscriptionCovered"?: boolean;
14
16
  "subscriptionStatus"?: UserSubscriptionPlanModelRes.SubscriptionStatusEnum;
15
17
  }
16
18
  export declare namespace UserSubscriptionPlanModelRes {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.3.182",
3
+ "version": "2.3.183",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"