@vrplatform/api 1.3.1-stage.2359 → 1.3.1-stage.2361

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.2359",
6
+ "version": "1.3.1-stage.2361",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -17882,7 +17882,7 @@ export interface operations {
17882
17882
  teamId: string;
17883
17883
  partnerId: string | null;
17884
17884
  /** @enum {string} */
17885
- role: "admin" | "user";
17885
+ role: "admin" | "user" | "owner";
17886
17886
  /** @enum {string} */
17887
17887
  type: "propertyManager" | "partner";
17888
17888
  }[];
@@ -37987,6 +37987,9 @@ export interface operations {
37987
37987
  status: "active" | "inactive" | "deleted" | "onboarding";
37988
37988
  billingSubscriptionStatus?: string | null;
37989
37989
  billingPlan?: string | null;
37990
+ billingPaymentMethodType?: string | null;
37991
+ billingCustomerId?: string | null;
37992
+ colorPrimary?: string | null;
37990
37993
  createdAt?: string | null;
37991
37994
  updatedAt?: string | null;
37992
37995
  trialUntil?: string | null;
@@ -38053,6 +38056,12 @@ export interface operations {
38053
38056
  }[];
38054
38057
  };
38055
38058
  } | null;
38059
+ enabledFeatures?: {
38060
+ /** Format: uuid */
38061
+ featureId: string;
38062
+ /** @enum {string} */
38063
+ status: "all" | "disabled" | "partially";
38064
+ }[];
38056
38065
  }[];
38057
38066
  pagination: {
38058
38067
  /** @default 100 */
@@ -38277,6 +38286,9 @@ export interface operations {
38277
38286
  status: "active" | "inactive" | "deleted" | "onboarding";
38278
38287
  billingSubscriptionStatus?: string | null;
38279
38288
  billingPlan?: string | null;
38289
+ billingPaymentMethodType?: string | null;
38290
+ billingCustomerId?: string | null;
38291
+ colorPrimary?: string | null;
38280
38292
  createdAt?: string | null;
38281
38293
  updatedAt?: string | null;
38282
38294
  trialUntil?: string | null;
@@ -38343,6 +38355,12 @@ export interface operations {
38343
38355
  }[];
38344
38356
  };
38345
38357
  } | null;
38358
+ enabledFeatures?: {
38359
+ /** Format: uuid */
38360
+ featureId: string;
38361
+ /** @enum {string} */
38362
+ status: "all" | "disabled" | "partially";
38363
+ }[];
38346
38364
  };
38347
38365
  };
38348
38366
  };
@@ -38860,6 +38878,9 @@ export interface operations {
38860
38878
  status: "active" | "inactive" | "deleted" | "onboarding";
38861
38879
  billingSubscriptionStatus?: string | null;
38862
38880
  billingPlan?: string | null;
38881
+ billingPaymentMethodType?: string | null;
38882
+ billingCustomerId?: string | null;
38883
+ colorPrimary?: string | null;
38863
38884
  createdAt?: string | null;
38864
38885
  updatedAt?: string | null;
38865
38886
  trialUntil?: string | null;
@@ -38926,6 +38947,12 @@ export interface operations {
38926
38947
  }[];
38927
38948
  };
38928
38949
  } | null;
38950
+ enabledFeatures?: {
38951
+ /** Format: uuid */
38952
+ featureId: string;
38953
+ /** @enum {string} */
38954
+ status: "all" | "disabled" | "partially";
38955
+ }[];
38929
38956
  };
38930
38957
  };
38931
38958
  };
@@ -39091,6 +39118,9 @@ export interface operations {
39091
39118
  status: "active" | "inactive" | "deleted" | "onboarding";
39092
39119
  billingSubscriptionStatus?: string | null;
39093
39120
  billingPlan?: string | null;
39121
+ billingPaymentMethodType?: string | null;
39122
+ billingCustomerId?: string | null;
39123
+ colorPrimary?: string | null;
39094
39124
  createdAt?: string | null;
39095
39125
  updatedAt?: string | null;
39096
39126
  trialUntil?: string | null;
@@ -39157,6 +39187,12 @@ export interface operations {
39157
39187
  }[];
39158
39188
  };
39159
39189
  } | null;
39190
+ enabledFeatures?: {
39191
+ /** Format: uuid */
39192
+ featureId: string;
39193
+ /** @enum {string} */
39194
+ status: "all" | "disabled" | "partially";
39195
+ }[];
39160
39196
  };
39161
39197
  };
39162
39198
  };
@@ -40969,6 +41005,9 @@ export interface operations {
40969
41005
  status: "active" | "inactive" | "deleted" | "onboarding";
40970
41006
  billingSubscriptionStatus?: string | null;
40971
41007
  billingPlan?: string | null;
41008
+ billingPaymentMethodType?: string | null;
41009
+ billingCustomerId?: string | null;
41010
+ colorPrimary?: string | null;
40972
41011
  createdAt?: string | null;
40973
41012
  updatedAt?: string | null;
40974
41013
  trialUntil?: string | null;
@@ -41035,6 +41074,12 @@ export interface operations {
41035
41074
  }[];
41036
41075
  };
41037
41076
  } | null;
41077
+ enabledFeatures?: {
41078
+ /** Format: uuid */
41079
+ featureId: string;
41080
+ /** @enum {string} */
41081
+ status: "all" | "disabled" | "partially";
41082
+ }[];
41038
41083
  };
41039
41084
  };
41040
41085
  };
@@ -41257,6 +41302,9 @@ export interface operations {
41257
41302
  status: "active" | "inactive" | "deleted" | "onboarding";
41258
41303
  billingSubscriptionStatus?: string | null;
41259
41304
  billingPlan?: string | null;
41305
+ billingPaymentMethodType?: string | null;
41306
+ billingCustomerId?: string | null;
41307
+ colorPrimary?: string | null;
41260
41308
  createdAt?: string | null;
41261
41309
  updatedAt?: string | null;
41262
41310
  trialUntil?: string | null;
@@ -41323,6 +41371,12 @@ export interface operations {
41323
41371
  }[];
41324
41372
  };
41325
41373
  } | null;
41374
+ enabledFeatures?: {
41375
+ /** Format: uuid */
41376
+ featureId: string;
41377
+ /** @enum {string} */
41378
+ status: "all" | "disabled" | "partially";
41379
+ }[];
41326
41380
  };
41327
41381
  };
41328
41382
  };
@@ -41815,6 +41869,9 @@ export interface operations {
41815
41869
  status: "active" | "inactive" | "deleted" | "onboarding";
41816
41870
  billingSubscriptionStatus?: string | null;
41817
41871
  billingPlan?: string | null;
41872
+ billingPaymentMethodType?: string | null;
41873
+ billingCustomerId?: string | null;
41874
+ colorPrimary?: string | null;
41818
41875
  createdAt?: string | null;
41819
41876
  updatedAt?: string | null;
41820
41877
  trialUntil?: string | null;
@@ -41881,6 +41938,12 @@ export interface operations {
41881
41938
  }[];
41882
41939
  };
41883
41940
  } | null;
41941
+ enabledFeatures?: {
41942
+ /** Format: uuid */
41943
+ featureId: string;
41944
+ /** @enum {string} */
41945
+ status: "all" | "disabled" | "partially";
41946
+ }[];
41884
41947
  };
41885
41948
  };
41886
41949
  };