@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.
|
@@ -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 billing subscription state. 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
|
*/
|
|
@@ -43574,11 +43574,11 @@ export interface operations {
|
|
|
43574
43574
|
id: string;
|
|
43575
43575
|
name: string;
|
|
43576
43576
|
} | null;
|
|
43577
|
-
billingPartner
|
|
43577
|
+
billingPartner: {
|
|
43578
43578
|
/** Format: uuid */
|
|
43579
43579
|
id: string;
|
|
43580
43580
|
name: string;
|
|
43581
|
-
}
|
|
43581
|
+
};
|
|
43582
43582
|
/**
|
|
43583
43583
|
* Format: uuid
|
|
43584
43584
|
* @description Effective billing partner ID
|
|
@@ -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 billing subscription state
|
|
43594
|
+
* @enum {string}
|
|
43595
|
+
*/
|
|
43596
|
+
effectiveStatus: "active" | "inactive";
|
|
43592
43597
|
billingSubscriptionStatus?: string | null;
|
|
43593
43598
|
billingPlan?: string | null;
|
|
43594
43599
|
billingPaymentMethodType?: string | null;
|
|
@@ -44007,11 +44012,11 @@ export interface operations {
|
|
|
44007
44012
|
id: string;
|
|
44008
44013
|
name: string;
|
|
44009
44014
|
} | null;
|
|
44010
|
-
billingPartner
|
|
44015
|
+
billingPartner: {
|
|
44011
44016
|
/** Format: uuid */
|
|
44012
44017
|
id: string;
|
|
44013
44018
|
name: string;
|
|
44014
|
-
}
|
|
44019
|
+
};
|
|
44015
44020
|
/**
|
|
44016
44021
|
* Format: uuid
|
|
44017
44022
|
* @description Effective billing partner ID
|
|
@@ -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 billing subscription state
|
|
44032
|
+
* @enum {string}
|
|
44033
|
+
*/
|
|
44034
|
+
effectiveStatus: "active" | "inactive";
|
|
44025
44035
|
billingSubscriptionStatus?: string | null;
|
|
44026
44036
|
billingPlan?: string | null;
|
|
44027
44037
|
billingPaymentMethodType?: string | null;
|
|
@@ -107615,11 +107625,11 @@ export interface operations {
|
|
|
107615
107625
|
id: string;
|
|
107616
107626
|
name: string;
|
|
107617
107627
|
} | null;
|
|
107618
|
-
billingPartner
|
|
107628
|
+
billingPartner: {
|
|
107619
107629
|
/** Format: uuid */
|
|
107620
107630
|
id: string;
|
|
107621
107631
|
name: string;
|
|
107622
|
-
}
|
|
107632
|
+
};
|
|
107623
107633
|
/**
|
|
107624
107634
|
* Format: uuid
|
|
107625
107635
|
* @description Effective billing partner ID
|
|
@@ -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 billing subscription state
|
|
107645
|
+
* @enum {string}
|
|
107646
|
+
*/
|
|
107647
|
+
effectiveStatus: "active" | "inactive";
|
|
107633
107648
|
billingSubscriptionStatus?: string | null;
|
|
107634
107649
|
billingPlan?: string | null;
|
|
107635
107650
|
billingPaymentMethodType?: string | null;
|
|
@@ -108112,11 +108127,11 @@ export interface operations {
|
|
|
108112
108127
|
id: string;
|
|
108113
108128
|
name: string;
|
|
108114
108129
|
} | null;
|
|
108115
|
-
billingPartner
|
|
108130
|
+
billingPartner: {
|
|
108116
108131
|
/** Format: uuid */
|
|
108117
108132
|
id: string;
|
|
108118
108133
|
name: string;
|
|
108119
|
-
}
|
|
108134
|
+
};
|
|
108120
108135
|
/**
|
|
108121
108136
|
* Format: uuid
|
|
108122
108137
|
* @description Effective billing partner ID
|
|
@@ -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 billing subscription state
|
|
108147
|
+
* @enum {string}
|
|
108148
|
+
*/
|
|
108149
|
+
effectiveStatus: "active" | "inactive";
|
|
108130
108150
|
billingSubscriptionStatus?: string | null;
|
|
108131
108151
|
billingPlan?: string | null;
|
|
108132
108152
|
billingPaymentMethodType?: string | null;
|
|
@@ -109954,11 +109974,11 @@ export interface operations {
|
|
|
109954
109974
|
id: string;
|
|
109955
109975
|
name: string;
|
|
109956
109976
|
} | null;
|
|
109957
|
-
billingPartner
|
|
109977
|
+
billingPartner: {
|
|
109958
109978
|
/** Format: uuid */
|
|
109959
109979
|
id: string;
|
|
109960
109980
|
name: string;
|
|
109961
|
-
}
|
|
109981
|
+
};
|
|
109962
109982
|
/**
|
|
109963
109983
|
* Format: uuid
|
|
109964
109984
|
* @description Effective billing partner ID
|
|
@@ -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 billing subscription state
|
|
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 billing subscription state. */
|
|
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;
|
|
@@ -111977,16 +112006,21 @@ export interface operations {
|
|
|
111977
112006
|
id: string;
|
|
111978
112007
|
name: string;
|
|
111979
112008
|
} | null;
|
|
111980
|
-
billingPartner
|
|
112009
|
+
billingPartner: {
|
|
111981
112010
|
/** Format: uuid */
|
|
111982
112011
|
id: string;
|
|
111983
112012
|
name: string;
|
|
111984
|
-
}
|
|
112013
|
+
};
|
|
111985
112014
|
companyName?: string | null;
|
|
111986
112015
|
/** @enum {string} */
|
|
111987
112016
|
type: "partner" | "admin" | "propertyManager";
|
|
111988
112017
|
/** @enum {string} */
|
|
111989
112018
|
status: "active" | "inactive";
|
|
112019
|
+
/**
|
|
112020
|
+
* @description Effective status after applying the billing subscription state
|
|
112021
|
+
* @enum {string}
|
|
112022
|
+
*/
|
|
112023
|
+
effectiveStatus: "active" | "inactive";
|
|
111990
112024
|
billingSubscriptionStatus?: string | null;
|
|
111991
112025
|
billingPlan?: string | null;
|
|
111992
112026
|
billingPaymentMethodType?: string | null;
|
|
@@ -112464,11 +112498,11 @@ export interface operations {
|
|
|
112464
112498
|
id: string;
|
|
112465
112499
|
name: string;
|
|
112466
112500
|
} | null;
|
|
112467
|
-
billingPartner
|
|
112501
|
+
billingPartner: {
|
|
112468
112502
|
/** Format: uuid */
|
|
112469
112503
|
id: string;
|
|
112470
112504
|
name: string;
|
|
112471
|
-
}
|
|
112505
|
+
};
|
|
112472
112506
|
/**
|
|
112473
112507
|
* Format: uuid
|
|
112474
112508
|
* @description Effective billing partner ID
|
|
@@ -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 billing subscription state
|
|
112518
|
+
* @enum {string}
|
|
112519
|
+
*/
|
|
112520
|
+
effectiveStatus: "active" | "inactive";
|
|
112482
112521
|
billingSubscriptionStatus?: string | null;
|
|
112483
112522
|
billingPlan?: string | null;
|
|
112484
112523
|
billingPaymentMethodType?: string | null;
|
|
@@ -113842,16 +113881,21 @@ export interface operations {
|
|
|
113842
113881
|
id: string;
|
|
113843
113882
|
name: string;
|
|
113844
113883
|
} | null;
|
|
113845
|
-
billingPartner
|
|
113884
|
+
billingPartner: {
|
|
113846
113885
|
/** Format: uuid */
|
|
113847
113886
|
id: string;
|
|
113848
113887
|
name: string;
|
|
113849
|
-
}
|
|
113888
|
+
};
|
|
113850
113889
|
companyName?: string | null;
|
|
113851
113890
|
/** @enum {string} */
|
|
113852
113891
|
type: "partner" | "admin" | "propertyManager";
|
|
113853
113892
|
/** @enum {string} */
|
|
113854
113893
|
status: "active" | "inactive";
|
|
113894
|
+
/**
|
|
113895
|
+
* @description Effective status after applying the billing subscription state
|
|
113896
|
+
* @enum {string}
|
|
113897
|
+
*/
|
|
113898
|
+
effectiveStatus: "active" | "inactive";
|
|
113855
113899
|
billingSubscriptionStatus?: string | null;
|
|
113856
113900
|
billingPlan?: string | null;
|
|
113857
113901
|
billingPaymentMethodType?: string | null;
|
|
@@ -114264,16 +114308,21 @@ export interface operations {
|
|
|
114264
114308
|
id: string;
|
|
114265
114309
|
name: string;
|
|
114266
114310
|
} | null;
|
|
114267
|
-
billingPartner
|
|
114311
|
+
billingPartner: {
|
|
114268
114312
|
/** Format: uuid */
|
|
114269
114313
|
id: string;
|
|
114270
114314
|
name: string;
|
|
114271
|
-
}
|
|
114315
|
+
};
|
|
114272
114316
|
companyName?: string | null;
|
|
114273
114317
|
/** @enum {string} */
|
|
114274
114318
|
type: "partner" | "admin" | "propertyManager";
|
|
114275
114319
|
/** @enum {string} */
|
|
114276
114320
|
status: "active" | "inactive";
|
|
114321
|
+
/**
|
|
114322
|
+
* @description Effective status after applying the billing subscription state
|
|
114323
|
+
* @enum {string}
|
|
114324
|
+
*/
|
|
114325
|
+
effectiveStatus: "active" | "inactive";
|
|
114277
114326
|
billingSubscriptionStatus?: string | null;
|
|
114278
114327
|
billingPlan?: string | null;
|
|
114279
114328
|
billingPaymentMethodType?: string | null;
|