@vrplatform/api 1.3.1-stage.4826 → 1.3.1-stage.4832

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.4826",
6
+ "version": "1.3.1-stage.4832",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -43575,11 +43575,11 @@ export interface operations {
43575
43575
  id: string;
43576
43576
  name: string;
43577
43577
  } | null;
43578
- billingPartner?: {
43578
+ billingPartner: {
43579
43579
  /** Format: uuid */
43580
43580
  id: string;
43581
43581
  name: string;
43582
- } | null;
43582
+ };
43583
43583
  /**
43584
43584
  * Format: uuid
43585
43585
  * @description Effective billing partner ID
@@ -44008,11 +44008,11 @@ export interface operations {
44008
44008
  id: string;
44009
44009
  name: string;
44010
44010
  } | null;
44011
- billingPartner?: {
44011
+ billingPartner: {
44012
44012
  /** Format: uuid */
44013
44013
  id: string;
44014
44014
  name: string;
44015
- } | null;
44015
+ };
44016
44016
  /**
44017
44017
  * Format: uuid
44018
44018
  * @description Effective billing partner ID
@@ -107616,11 +107616,11 @@ export interface operations {
107616
107616
  id: string;
107617
107617
  name: string;
107618
107618
  } | null;
107619
- billingPartner?: {
107619
+ billingPartner: {
107620
107620
  /** Format: uuid */
107621
107621
  id: string;
107622
107622
  name: string;
107623
- } | null;
107623
+ };
107624
107624
  /**
107625
107625
  * Format: uuid
107626
107626
  * @description Effective billing partner ID
@@ -108113,11 +108113,11 @@ export interface operations {
108113
108113
  id: string;
108114
108114
  name: string;
108115
108115
  } | null;
108116
- billingPartner?: {
108116
+ billingPartner: {
108117
108117
  /** Format: uuid */
108118
108118
  id: string;
108119
108119
  name: string;
108120
- } | null;
108120
+ };
108121
108121
  /**
108122
108122
  * Format: uuid
108123
108123
  * @description Effective billing partner ID
@@ -109955,11 +109955,11 @@ export interface operations {
109955
109955
  id: string;
109956
109956
  name: string;
109957
109957
  } | null;
109958
- billingPartner?: {
109958
+ billingPartner: {
109959
109959
  /** Format: uuid */
109960
109960
  id: string;
109961
109961
  name: string;
109962
- } | null;
109962
+ };
109963
109963
  /**
109964
109964
  * Format: uuid
109965
109965
  * @description Effective billing partner ID
@@ -111978,11 +111978,11 @@ export interface operations {
111978
111978
  id: string;
111979
111979
  name: string;
111980
111980
  } | null;
111981
- billingPartner?: {
111981
+ billingPartner: {
111982
111982
  /** Format: uuid */
111983
111983
  id: string;
111984
111984
  name: string;
111985
- } | null;
111985
+ };
111986
111986
  companyName?: string | null;
111987
111987
  /** @enum {string} */
111988
111988
  type: "partner" | "admin" | "propertyManager";
@@ -112465,11 +112465,11 @@ export interface operations {
112465
112465
  id: string;
112466
112466
  name: string;
112467
112467
  } | null;
112468
- billingPartner?: {
112468
+ billingPartner: {
112469
112469
  /** Format: uuid */
112470
112470
  id: string;
112471
112471
  name: string;
112472
- } | null;
112472
+ };
112473
112473
  /**
112474
112474
  * Format: uuid
112475
112475
  * @description Effective billing partner ID
@@ -113843,11 +113843,11 @@ export interface operations {
113843
113843
  id: string;
113844
113844
  name: string;
113845
113845
  } | null;
113846
- billingPartner?: {
113846
+ billingPartner: {
113847
113847
  /** Format: uuid */
113848
113848
  id: string;
113849
113849
  name: string;
113850
- } | null;
113850
+ };
113851
113851
  companyName?: string | null;
113852
113852
  /** @enum {string} */
113853
113853
  type: "partner" | "admin" | "propertyManager";
@@ -114265,11 +114265,11 @@ export interface operations {
114265
114265
  id: string;
114266
114266
  name: string;
114267
114267
  } | null;
114268
- billingPartner?: {
114268
+ billingPartner: {
114269
114269
  /** Format: uuid */
114270
114270
  id: string;
114271
114271
  name: string;
114272
- } | null;
114272
+ };
114273
114273
  companyName?: string | null;
114274
114274
  /** @enum {string} */
114275
114275
  type: "partner" | "admin" | "propertyManager";