@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -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 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.
|
|
4753
4753
|
*
|
|
4754
4754
|
* Required scope: teams:read
|
|
4755
4755
|
*/
|
|
@@ -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 tenant and billing-partner subscription states
|
|
43595
|
+
* @enum {string}
|
|
43596
|
+
*/
|
|
43597
|
+
effectiveStatus: "active" | "inactive";
|
|
43593
43598
|
billingSubscriptionStatus?: string | null;
|
|
43594
43599
|
billingPlan?: string | null;
|
|
43595
43600
|
billingPaymentMethodType?: string | null;
|
|
@@ -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 tenant and billing-partner subscription states
|
|
44033
|
+
* @enum {string}
|
|
44034
|
+
*/
|
|
44035
|
+
effectiveStatus: "active" | "inactive";
|
|
44026
44036
|
billingSubscriptionStatus?: string | null;
|
|
44027
44037
|
billingPlan?: string | null;
|
|
44028
44038
|
billingPaymentMethodType?: string | null;
|
|
@@ -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 tenant and billing-partner subscription states
|
|
107646
|
+
* @enum {string}
|
|
107647
|
+
*/
|
|
107648
|
+
effectiveStatus: "active" | "inactive";
|
|
107634
107649
|
billingSubscriptionStatus?: string | null;
|
|
107635
107650
|
billingPlan?: string | null;
|
|
107636
107651
|
billingPaymentMethodType?: string | null;
|
|
@@ -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 tenant and billing-partner subscription states
|
|
108148
|
+
* @enum {string}
|
|
108149
|
+
*/
|
|
108150
|
+
effectiveStatus: "active" | "inactive";
|
|
108131
108151
|
billingSubscriptionStatus?: string | null;
|
|
108132
108152
|
billingPlan?: string | null;
|
|
108133
108153
|
billingPaymentMethodType?: string | null;
|
|
@@ -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 tenant and billing-partner subscription states
|
|
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 tenant and billing-partner subscription states. */
|
|
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;
|
|
@@ -111988,6 +112017,11 @@ export interface operations {
|
|
|
111988
112017
|
type: "partner" | "admin" | "propertyManager";
|
|
111989
112018
|
/** @enum {string} */
|
|
111990
112019
|
status: "active" | "inactive";
|
|
112020
|
+
/**
|
|
112021
|
+
* @description Effective status after applying the tenant and billing-partner subscription states
|
|
112022
|
+
* @enum {string}
|
|
112023
|
+
*/
|
|
112024
|
+
effectiveStatus: "active" | "inactive";
|
|
111991
112025
|
billingSubscriptionStatus?: string | null;
|
|
111992
112026
|
billingPlan?: string | null;
|
|
111993
112027
|
billingPaymentMethodType?: string | null;
|
|
@@ -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 tenant and billing-partner subscription states
|
|
112519
|
+
* @enum {string}
|
|
112520
|
+
*/
|
|
112521
|
+
effectiveStatus: "active" | "inactive";
|
|
112483
112522
|
billingSubscriptionStatus?: string | null;
|
|
112484
112523
|
billingPlan?: string | null;
|
|
112485
112524
|
billingPaymentMethodType?: string | null;
|
|
@@ -113853,6 +113892,11 @@ export interface operations {
|
|
|
113853
113892
|
type: "partner" | "admin" | "propertyManager";
|
|
113854
113893
|
/** @enum {string} */
|
|
113855
113894
|
status: "active" | "inactive";
|
|
113895
|
+
/**
|
|
113896
|
+
* @description Effective status after applying the tenant and billing-partner subscription states
|
|
113897
|
+
* @enum {string}
|
|
113898
|
+
*/
|
|
113899
|
+
effectiveStatus: "active" | "inactive";
|
|
113856
113900
|
billingSubscriptionStatus?: string | null;
|
|
113857
113901
|
billingPlan?: string | null;
|
|
113858
113902
|
billingPaymentMethodType?: string | null;
|
|
@@ -114275,6 +114319,11 @@ export interface operations {
|
|
|
114275
114319
|
type: "partner" | "admin" | "propertyManager";
|
|
114276
114320
|
/** @enum {string} */
|
|
114277
114321
|
status: "active" | "inactive";
|
|
114322
|
+
/**
|
|
114323
|
+
* @description Effective status after applying the tenant and billing-partner subscription states
|
|
114324
|
+
* @enum {string}
|
|
114325
|
+
*/
|
|
114326
|
+
effectiveStatus: "active" | "inactive";
|
|
114278
114327
|
billingSubscriptionStatus?: string | null;
|
|
114279
114328
|
billingPlan?: string | null;
|
|
114280
114329
|
billingPaymentMethodType?: string | null;
|