@vrplatform/api 1.3.1-stage.4827 → 1.3.1-stage.4835

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.4827",
6
+ "version": "1.3.1-stage.4835",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -4749,7 +4749,7 @@ export interface paths {
4749
4749
  cookie?: never;
4750
4750
  };
4751
4751
  /**
4752
- * @description List and filter accessible teams in one regional data partition. Billability is always present; includeAggregates opt-in adds partner-dashboard counts. Partner callers can select the partition with x-data-region.
4752
+ * @description List and filter accessible teams in one regional data partition. status is the administrative lifecycle state; effectiveStatus also applies the billing subscription state. Billability is always present; includeAggregates opt-in adds partner-dashboard counts. Partner callers can select the partition with x-data-region.
4753
4753
  *
4754
4754
  * Required scope: teams:read
4755
4755
  */
@@ -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
@@ -43590,6 +43590,11 @@ export interface operations {
43590
43590
  type: "partner" | "admin" | "propertyManager";
43591
43591
  /** @enum {string} */
43592
43592
  status: "active" | "inactive";
43593
+ /**
43594
+ * @description Effective status after applying the billing subscription state
43595
+ * @enum {string}
43596
+ */
43597
+ effectiveStatus: "active" | "inactive";
43593
43598
  billingSubscriptionStatus?: string | null;
43594
43599
  billingPlan?: string | null;
43595
43600
  billingPaymentMethodType?: string | null;
@@ -44008,11 +44013,11 @@ export interface operations {
44008
44013
  id: string;
44009
44014
  name: string;
44010
44015
  } | null;
44011
- billingPartner?: {
44016
+ billingPartner: {
44012
44017
  /** Format: uuid */
44013
44018
  id: string;
44014
44019
  name: string;
44015
- } | null;
44020
+ };
44016
44021
  /**
44017
44022
  * Format: uuid
44018
44023
  * @description Effective billing partner ID
@@ -44023,6 +44028,11 @@ export interface operations {
44023
44028
  type: "partner" | "admin" | "propertyManager";
44024
44029
  /** @enum {string} */
44025
44030
  status: "active" | "inactive";
44031
+ /**
44032
+ * @description Effective status after applying the billing subscription state
44033
+ * @enum {string}
44034
+ */
44035
+ effectiveStatus: "active" | "inactive";
44026
44036
  billingSubscriptionStatus?: string | null;
44027
44037
  billingPlan?: string | null;
44028
44038
  billingPaymentMethodType?: string | null;
@@ -107616,11 +107626,11 @@ export interface operations {
107616
107626
  id: string;
107617
107627
  name: string;
107618
107628
  } | null;
107619
- billingPartner?: {
107629
+ billingPartner: {
107620
107630
  /** Format: uuid */
107621
107631
  id: string;
107622
107632
  name: string;
107623
- } | null;
107633
+ };
107624
107634
  /**
107625
107635
  * Format: uuid
107626
107636
  * @description Effective billing partner ID
@@ -107631,6 +107641,11 @@ export interface operations {
107631
107641
  type: "partner" | "admin" | "propertyManager";
107632
107642
  /** @enum {string} */
107633
107643
  status: "active" | "inactive";
107644
+ /**
107645
+ * @description Effective status after applying the billing subscription state
107646
+ * @enum {string}
107647
+ */
107648
+ effectiveStatus: "active" | "inactive";
107634
107649
  billingSubscriptionStatus?: string | null;
107635
107650
  billingPlan?: string | null;
107636
107651
  billingPaymentMethodType?: string | null;
@@ -108113,11 +108128,11 @@ export interface operations {
108113
108128
  id: string;
108114
108129
  name: string;
108115
108130
  } | null;
108116
- billingPartner?: {
108131
+ billingPartner: {
108117
108132
  /** Format: uuid */
108118
108133
  id: string;
108119
108134
  name: string;
108120
- } | null;
108135
+ };
108121
108136
  /**
108122
108137
  * Format: uuid
108123
108138
  * @description Effective billing partner ID
@@ -108128,6 +108143,11 @@ export interface operations {
108128
108143
  type: "partner" | "admin" | "propertyManager";
108129
108144
  /** @enum {string} */
108130
108145
  status: "active" | "inactive";
108146
+ /**
108147
+ * @description Effective status after applying the billing subscription state
108148
+ * @enum {string}
108149
+ */
108150
+ effectiveStatus: "active" | "inactive";
108131
108151
  billingSubscriptionStatus?: string | null;
108132
108152
  billingPlan?: string | null;
108133
108153
  billingPaymentMethodType?: string | null;
@@ -109955,11 +109975,11 @@ export interface operations {
109955
109975
  id: string;
109956
109976
  name: string;
109957
109977
  } | null;
109958
- billingPartner?: {
109978
+ billingPartner: {
109959
109979
  /** Format: uuid */
109960
109980
  id: string;
109961
109981
  name: string;
109962
- } | null;
109982
+ };
109963
109983
  /**
109964
109984
  * Format: uuid
109965
109985
  * @description Effective billing partner ID
@@ -109970,6 +109990,11 @@ export interface operations {
109970
109990
  type: "partner" | "admin" | "propertyManager";
109971
109991
  /** @enum {string} */
109972
109992
  status: "active" | "inactive";
109993
+ /**
109994
+ * @description Effective status after applying the billing subscription state
109995
+ * @enum {string}
109996
+ */
109997
+ effectiveStatus: "active" | "inactive";
109973
109998
  billingSubscriptionStatus?: string | null;
109974
109999
  billingPlan?: string | null;
109975
110000
  billingPaymentMethodType?: string | null;
@@ -111895,8 +111920,12 @@ export interface operations {
111895
111920
  /** @description Comma-separated team IDs. */
111896
111921
  ids?: string;
111897
111922
  status?: "active" | "inactive";
111923
+ /** @description Filter by effective status after applying the billing subscription state. */
111924
+ effectiveStatus?: "active" | "inactive";
111898
111925
  /** @description Filter by onboarding state. */
111899
111926
  isOnboarding?: boolean;
111927
+ /** @description Exclude demo/test teams. */
111928
+ excludeTestTeams?: boolean;
111900
111929
  search?: string;
111901
111930
  partnerId?: string;
111902
111931
  billingPartnerId?: string;
@@ -111978,16 +112007,21 @@ export interface operations {
111978
112007
  id: string;
111979
112008
  name: string;
111980
112009
  } | null;
111981
- billingPartner?: {
112010
+ billingPartner: {
111982
112011
  /** Format: uuid */
111983
112012
  id: string;
111984
112013
  name: string;
111985
- } | null;
112014
+ };
111986
112015
  companyName?: string | null;
111987
112016
  /** @enum {string} */
111988
112017
  type: "partner" | "admin" | "propertyManager";
111989
112018
  /** @enum {string} */
111990
112019
  status: "active" | "inactive";
112020
+ /**
112021
+ * @description Effective status after applying the billing subscription state
112022
+ * @enum {string}
112023
+ */
112024
+ effectiveStatus: "active" | "inactive";
111991
112025
  billingSubscriptionStatus?: string | null;
111992
112026
  billingPlan?: string | null;
111993
112027
  billingPaymentMethodType?: string | null;
@@ -112465,11 +112499,11 @@ export interface operations {
112465
112499
  id: string;
112466
112500
  name: string;
112467
112501
  } | null;
112468
- billingPartner?: {
112502
+ billingPartner: {
112469
112503
  /** Format: uuid */
112470
112504
  id: string;
112471
112505
  name: string;
112472
- } | null;
112506
+ };
112473
112507
  /**
112474
112508
  * Format: uuid
112475
112509
  * @description Effective billing partner ID
@@ -112480,6 +112514,11 @@ export interface operations {
112480
112514
  type: "partner" | "admin" | "propertyManager";
112481
112515
  /** @enum {string} */
112482
112516
  status: "active" | "inactive";
112517
+ /**
112518
+ * @description Effective status after applying the billing subscription state
112519
+ * @enum {string}
112520
+ */
112521
+ effectiveStatus: "active" | "inactive";
112483
112522
  billingSubscriptionStatus?: string | null;
112484
112523
  billingPlan?: string | null;
112485
112524
  billingPaymentMethodType?: string | null;
@@ -113843,16 +113882,21 @@ export interface operations {
113843
113882
  id: string;
113844
113883
  name: string;
113845
113884
  } | null;
113846
- billingPartner?: {
113885
+ billingPartner: {
113847
113886
  /** Format: uuid */
113848
113887
  id: string;
113849
113888
  name: string;
113850
- } | null;
113889
+ };
113851
113890
  companyName?: string | null;
113852
113891
  /** @enum {string} */
113853
113892
  type: "partner" | "admin" | "propertyManager";
113854
113893
  /** @enum {string} */
113855
113894
  status: "active" | "inactive";
113895
+ /**
113896
+ * @description Effective status after applying the billing subscription state
113897
+ * @enum {string}
113898
+ */
113899
+ effectiveStatus: "active" | "inactive";
113856
113900
  billingSubscriptionStatus?: string | null;
113857
113901
  billingPlan?: string | null;
113858
113902
  billingPaymentMethodType?: string | null;
@@ -114265,16 +114309,21 @@ export interface operations {
114265
114309
  id: string;
114266
114310
  name: string;
114267
114311
  } | null;
114268
- billingPartner?: {
114312
+ billingPartner: {
114269
114313
  /** Format: uuid */
114270
114314
  id: string;
114271
114315
  name: string;
114272
- } | null;
114316
+ };
114273
114317
  companyName?: string | null;
114274
114318
  /** @enum {string} */
114275
114319
  type: "partner" | "admin" | "propertyManager";
114276
114320
  /** @enum {string} */
114277
114321
  status: "active" | "inactive";
114322
+ /**
114323
+ * @description Effective status after applying the billing subscription state
114324
+ * @enum {string}
114325
+ */
114326
+ effectiveStatus: "active" | "inactive";
114278
114327
  billingSubscriptionStatus?: string | null;
114279
114328
  billingPlan?: string | null;
114280
114329
  billingPaymentMethodType?: string | null;