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

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.
@@ -4748,7 +4748,7 @@ export interface paths {
4748
4748
  cookie?: never;
4749
4749
  };
4750
4750
  /**
4751
- * @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.
4751
+ * @description List and filter accessible teams in one regional data partition. status is the administrative lifecycle state; effectiveStatus also applies the tenant and billing-partner subscription states. Billability is always present; includeAggregates opt-in adds partner-dashboard counts. Partner callers can select the partition with x-data-region.
4752
4752
  *
4753
4753
  * Required scope: teams:read
4754
4754
  */
@@ -43589,6 +43589,11 @@ export interface operations {
43589
43589
  type: "partner" | "admin" | "propertyManager";
43590
43590
  /** @enum {string} */
43591
43591
  status: "active" | "inactive";
43592
+ /**
43593
+ * @description Effective status after applying the tenant and billing-partner subscription states
43594
+ * @enum {string}
43595
+ */
43596
+ effectiveStatus: "active" | "inactive";
43592
43597
  billingSubscriptionStatus?: string | null;
43593
43598
  billingPlan?: string | null;
43594
43599
  billingPaymentMethodType?: string | null;
@@ -44022,6 +44027,11 @@ export interface operations {
44022
44027
  type: "partner" | "admin" | "propertyManager";
44023
44028
  /** @enum {string} */
44024
44029
  status: "active" | "inactive";
44030
+ /**
44031
+ * @description Effective status after applying the tenant and billing-partner subscription states
44032
+ * @enum {string}
44033
+ */
44034
+ effectiveStatus: "active" | "inactive";
44025
44035
  billingSubscriptionStatus?: string | null;
44026
44036
  billingPlan?: string | null;
44027
44037
  billingPaymentMethodType?: string | null;
@@ -107630,6 +107640,11 @@ export interface operations {
107630
107640
  type: "partner" | "admin" | "propertyManager";
107631
107641
  /** @enum {string} */
107632
107642
  status: "active" | "inactive";
107643
+ /**
107644
+ * @description Effective status after applying the tenant and billing-partner subscription states
107645
+ * @enum {string}
107646
+ */
107647
+ effectiveStatus: "active" | "inactive";
107633
107648
  billingSubscriptionStatus?: string | null;
107634
107649
  billingPlan?: string | null;
107635
107650
  billingPaymentMethodType?: string | null;
@@ -108127,6 +108142,11 @@ export interface operations {
108127
108142
  type: "partner" | "admin" | "propertyManager";
108128
108143
  /** @enum {string} */
108129
108144
  status: "active" | "inactive";
108145
+ /**
108146
+ * @description Effective status after applying the tenant and billing-partner subscription states
108147
+ * @enum {string}
108148
+ */
108149
+ effectiveStatus: "active" | "inactive";
108130
108150
  billingSubscriptionStatus?: string | null;
108131
108151
  billingPlan?: string | null;
108132
108152
  billingPaymentMethodType?: string | null;
@@ -109969,6 +109989,11 @@ export interface operations {
109969
109989
  type: "partner" | "admin" | "propertyManager";
109970
109990
  /** @enum {string} */
109971
109991
  status: "active" | "inactive";
109992
+ /**
109993
+ * @description Effective status after applying the tenant and billing-partner subscription states
109994
+ * @enum {string}
109995
+ */
109996
+ effectiveStatus: "active" | "inactive";
109972
109997
  billingSubscriptionStatus?: string | null;
109973
109998
  billingPlan?: string | null;
109974
109999
  billingPaymentMethodType?: string | null;
@@ -111894,8 +111919,12 @@ export interface operations {
111894
111919
  /** @description Comma-separated team IDs. */
111895
111920
  ids?: string;
111896
111921
  status?: "active" | "inactive";
111922
+ /** @description Filter by effective status after applying the tenant and billing-partner subscription states. */
111923
+ effectiveStatus?: "active" | "inactive";
111897
111924
  /** @description Filter by onboarding state. */
111898
111925
  isOnboarding?: boolean;
111926
+ /** @description Exclude demo/test teams. */
111927
+ excludeTestTeams?: boolean;
111899
111928
  search?: string;
111900
111929
  partnerId?: string;
111901
111930
  billingPartnerId?: string;
@@ -111987,6 +112016,11 @@ export interface operations {
111987
112016
  type: "partner" | "admin" | "propertyManager";
111988
112017
  /** @enum {string} */
111989
112018
  status: "active" | "inactive";
112019
+ /**
112020
+ * @description Effective status after applying the tenant and billing-partner subscription states
112021
+ * @enum {string}
112022
+ */
112023
+ effectiveStatus: "active" | "inactive";
111990
112024
  billingSubscriptionStatus?: string | null;
111991
112025
  billingPlan?: string | null;
111992
112026
  billingPaymentMethodType?: string | null;
@@ -112479,6 +112513,11 @@ export interface operations {
112479
112513
  type: "partner" | "admin" | "propertyManager";
112480
112514
  /** @enum {string} */
112481
112515
  status: "active" | "inactive";
112516
+ /**
112517
+ * @description Effective status after applying the tenant and billing-partner subscription states
112518
+ * @enum {string}
112519
+ */
112520
+ effectiveStatus: "active" | "inactive";
112482
112521
  billingSubscriptionStatus?: string | null;
112483
112522
  billingPlan?: string | null;
112484
112523
  billingPaymentMethodType?: string | null;
@@ -113852,6 +113891,11 @@ export interface operations {
113852
113891
  type: "partner" | "admin" | "propertyManager";
113853
113892
  /** @enum {string} */
113854
113893
  status: "active" | "inactive";
113894
+ /**
113895
+ * @description Effective status after applying the tenant and billing-partner subscription states
113896
+ * @enum {string}
113897
+ */
113898
+ effectiveStatus: "active" | "inactive";
113855
113899
  billingSubscriptionStatus?: string | null;
113856
113900
  billingPlan?: string | null;
113857
113901
  billingPaymentMethodType?: string | null;
@@ -114274,6 +114318,11 @@ export interface operations {
114274
114318
  type: "partner" | "admin" | "propertyManager";
114275
114319
  /** @enum {string} */
114276
114320
  status: "active" | "inactive";
114321
+ /**
114322
+ * @description Effective status after applying the tenant and billing-partner subscription states
114323
+ * @enum {string}
114324
+ */
114325
+ effectiveStatus: "active" | "inactive";
114277
114326
  billingSubscriptionStatus?: string | null;
114278
114327
  billingPlan?: string | null;
114279
114328
  billingPaymentMethodType?: string | null;