@vrplatform/api 1.3.1-stage.4374 → 1.3.1-stage.4375
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.
|
@@ -25275,7 +25275,7 @@ export interface operations {
|
|
|
25275
25275
|
/** @enum {string} */
|
|
25276
25276
|
type: "partner" | "admin" | "propertyManager";
|
|
25277
25277
|
/** @enum {string} */
|
|
25278
|
-
status: "active" | "inactive"
|
|
25278
|
+
status: "active" | "inactive";
|
|
25279
25279
|
billingSubscriptionStatus?: string | null;
|
|
25280
25280
|
billingPlan?: string | null;
|
|
25281
25281
|
billingPaymentMethodType?: string | null;
|
|
@@ -25577,7 +25577,7 @@ export interface operations {
|
|
|
25577
25577
|
/** @enum {string} */
|
|
25578
25578
|
type: "partner" | "admin" | "propertyManager";
|
|
25579
25579
|
/** @enum {string} */
|
|
25580
|
-
status: "active" | "inactive"
|
|
25580
|
+
status: "active" | "inactive";
|
|
25581
25581
|
billingSubscriptionStatus?: string | null;
|
|
25582
25582
|
billingPlan?: string | null;
|
|
25583
25583
|
billingPaymentMethodType?: string | null;
|
|
@@ -31320,7 +31320,7 @@ export interface operations {
|
|
|
31320
31320
|
partnerId: string | null;
|
|
31321
31321
|
isGeneralLedger: boolean;
|
|
31322
31322
|
/** @enum {string} */
|
|
31323
|
-
status: "active" | "inactive"
|
|
31323
|
+
status: "active" | "inactive";
|
|
31324
31324
|
isOnboarding: boolean;
|
|
31325
31325
|
/**
|
|
31326
31326
|
* Format: date-time
|
|
@@ -66458,7 +66458,7 @@ export interface operations {
|
|
|
66458
66458
|
/** @enum {string} */
|
|
66459
66459
|
type: "partner" | "admin" | "propertyManager";
|
|
66460
66460
|
/** @enum {string} */
|
|
66461
|
-
status: "active" | "inactive"
|
|
66461
|
+
status: "active" | "inactive";
|
|
66462
66462
|
billingSubscriptionStatus?: string | null;
|
|
66463
66463
|
billingPlan?: string | null;
|
|
66464
66464
|
billingPaymentMethodType?: string | null;
|
|
@@ -66820,7 +66820,7 @@ export interface operations {
|
|
|
66820
66820
|
/** @enum {string} */
|
|
66821
66821
|
type: "partner" | "admin" | "propertyManager";
|
|
66822
66822
|
/** @enum {string} */
|
|
66823
|
-
status: "active" | "inactive"
|
|
66823
|
+
status: "active" | "inactive";
|
|
66824
66824
|
billingSubscriptionStatus?: string | null;
|
|
66825
66825
|
billingPlan?: string | null;
|
|
66826
66826
|
billingPaymentMethodType?: string | null;
|
|
@@ -67842,7 +67842,7 @@ export interface operations {
|
|
|
67842
67842
|
/** @enum {string} */
|
|
67843
67843
|
type: "partner" | "admin" | "propertyManager";
|
|
67844
67844
|
/** @enum {string} */
|
|
67845
|
-
status: "active" | "inactive"
|
|
67845
|
+
status: "active" | "inactive";
|
|
67846
67846
|
billingSubscriptionStatus?: string | null;
|
|
67847
67847
|
billingPlan?: string | null;
|
|
67848
67848
|
billingPaymentMethodType?: string | null;
|
|
@@ -69408,7 +69408,7 @@ export interface operations {
|
|
|
69408
69408
|
query?: {
|
|
69409
69409
|
/** @description Comma-separated team IDs. */
|
|
69410
69410
|
ids?: string;
|
|
69411
|
-
status?: "active" | "inactive"
|
|
69411
|
+
status?: "active" | "inactive";
|
|
69412
69412
|
search?: string;
|
|
69413
69413
|
partnerId?: string;
|
|
69414
69414
|
type?: "partner" | "propertyManager";
|
|
@@ -69491,7 +69491,7 @@ export interface operations {
|
|
|
69491
69491
|
/** @enum {string} */
|
|
69492
69492
|
type: "partner" | "admin" | "propertyManager";
|
|
69493
69493
|
/** @enum {string} */
|
|
69494
|
-
status: "active" | "inactive"
|
|
69494
|
+
status: "active" | "inactive";
|
|
69495
69495
|
billingSubscriptionStatus?: string | null;
|
|
69496
69496
|
billingPlan?: string | null;
|
|
69497
69497
|
billingPaymentMethodType?: string | null;
|
|
@@ -69760,7 +69760,7 @@ export interface operations {
|
|
|
69760
69760
|
/** @enum {string} */
|
|
69761
69761
|
type?: "partner" | "admin" | "propertyManager";
|
|
69762
69762
|
/** @enum {string} */
|
|
69763
|
-
status?: "active" | "inactive"
|
|
69763
|
+
status?: "active" | "inactive";
|
|
69764
69764
|
billingSubscriptionStatus?: string | null;
|
|
69765
69765
|
billingPlan?: string | null;
|
|
69766
69766
|
trialUntil?: string | null;
|
|
@@ -69851,7 +69851,7 @@ export interface operations {
|
|
|
69851
69851
|
/** @enum {string} */
|
|
69852
69852
|
type: "partner" | "admin" | "propertyManager";
|
|
69853
69853
|
/** @enum {string} */
|
|
69854
|
-
status: "active" | "inactive"
|
|
69854
|
+
status: "active" | "inactive";
|
|
69855
69855
|
billingSubscriptionStatus?: string | null;
|
|
69856
69856
|
billingPlan?: string | null;
|
|
69857
69857
|
billingPaymentMethodType?: string | null;
|
|
@@ -70069,7 +70069,7 @@ export interface operations {
|
|
|
70069
70069
|
parameters: {
|
|
70070
70070
|
query: {
|
|
70071
70071
|
name: string;
|
|
70072
|
-
status?: "active" | "inactive"
|
|
70072
|
+
status?: "active" | "inactive";
|
|
70073
70073
|
limit?: number;
|
|
70074
70074
|
page?: number;
|
|
70075
70075
|
offset?: number;
|
|
@@ -70141,7 +70141,7 @@ export interface operations {
|
|
|
70141
70141
|
/** @enum {string} */
|
|
70142
70142
|
type: "partner" | "admin" | "propertyManager";
|
|
70143
70143
|
/** @enum {string} */
|
|
70144
|
-
status: "active" | "inactive"
|
|
70144
|
+
status: "active" | "inactive";
|
|
70145
70145
|
billingSubscriptionStatus?: string | null;
|
|
70146
70146
|
billingPlan?: string | null;
|
|
70147
70147
|
billingPaymentMethodType?: string | null;
|
|
@@ -70437,7 +70437,7 @@ export interface operations {
|
|
|
70437
70437
|
/** @enum {string} */
|
|
70438
70438
|
type: "partner" | "admin" | "propertyManager";
|
|
70439
70439
|
/** @enum {string} */
|
|
70440
|
-
status: "active" | "inactive"
|
|
70440
|
+
status: "active" | "inactive";
|
|
70441
70441
|
billingSubscriptionStatus?: string | null;
|
|
70442
70442
|
billingPlan?: string | null;
|
|
70443
70443
|
billingPaymentMethodType?: string | null;
|