@otr-app/shared-backend-generated-client 2.2.144 → 2.2.146

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.
@@ -26,7 +26,7 @@ export declare namespace GetHouseHoldMateModel {
26
26
  VERIFIED
27
27
  }
28
28
  enum RelationshipTypeEnum {
29
- SELF,
29
+ OWNER,
30
30
  SIBLING,
31
31
  SPOUSE,
32
32
  TEENAGER,
@@ -22,7 +22,7 @@ var GetHouseHoldMateModel;
22
22
  })(InviteStatusEnum = GetHouseHoldMateModel.InviteStatusEnum || (GetHouseHoldMateModel.InviteStatusEnum = {}));
23
23
  var RelationshipTypeEnum;
24
24
  (function (RelationshipTypeEnum) {
25
- RelationshipTypeEnum[RelationshipTypeEnum["SELF"] = 'SELF'] = "SELF";
25
+ RelationshipTypeEnum[RelationshipTypeEnum["OWNER"] = 'OWNER'] = "OWNER";
26
26
  RelationshipTypeEnum[RelationshipTypeEnum["SIBLING"] = 'SIBLING'] = "SIBLING";
27
27
  RelationshipTypeEnum[RelationshipTypeEnum["SPOUSE"] = 'SPOUSE'] = "SPOUSE";
28
28
  RelationshipTypeEnum[RelationshipTypeEnum["TEENAGER"] = 'TEENAGER'] = "TEENAGER";
@@ -16,7 +16,7 @@ export interface InviteHouseholdMateRequest {
16
16
  }
17
17
  export declare namespace InviteHouseholdMateRequest {
18
18
  enum RelationshipTypeEnum {
19
- SELF,
19
+ OWNER,
20
20
  SIBLING,
21
21
  SPOUSE,
22
22
  TEENAGER,
@@ -16,7 +16,7 @@ var InviteHouseholdMateRequest;
16
16
  (function (InviteHouseholdMateRequest) {
17
17
  var RelationshipTypeEnum;
18
18
  (function (RelationshipTypeEnum) {
19
- RelationshipTypeEnum[RelationshipTypeEnum["SELF"] = 'SELF'] = "SELF";
19
+ RelationshipTypeEnum[RelationshipTypeEnum["OWNER"] = 'OWNER'] = "OWNER";
20
20
  RelationshipTypeEnum[RelationshipTypeEnum["SIBLING"] = 'SIBLING'] = "SIBLING";
21
21
  RelationshipTypeEnum[RelationshipTypeEnum["SPOUSE"] = 'SPOUSE'] = "SPOUSE";
22
22
  RelationshipTypeEnum[RelationshipTypeEnum["TEENAGER"] = 'TEENAGER'] = "TEENAGER";
@@ -12,4 +12,5 @@
12
12
  import * as models from './models';
13
13
  export interface ListBillingSubscriptionsResponse {
14
14
  "subscriptions"?: Array<models.BillingSubscriptionModel>;
15
+ "subscriptionsAsBeneficiary"?: Array<models.BillingSubscriptionModel>;
15
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.2.144",
3
+ "version": "2.2.146",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"