@vrplatform/api 1.3.1-stage.4374 → 1.3.1-stage.4376
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.
|
@@ -2211,7 +2211,7 @@ export interface paths {
|
|
|
2211
2211
|
path?: never;
|
|
2212
2212
|
cookie?: never;
|
|
2213
2213
|
};
|
|
2214
|
-
/** @description List members of the partner itself
|
|
2214
|
+
/** @description List members of the partner itself with their child-team memberships */
|
|
2215
2215
|
get: operations["getPartnerMembers"];
|
|
2216
2216
|
put?: never;
|
|
2217
2217
|
post?: never;
|
|
@@ -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
|
|
@@ -34775,21 +34775,24 @@ export interface operations {
|
|
|
34775
34775
|
data: {
|
|
34776
34776
|
/** Format: uuid */
|
|
34777
34777
|
id: string;
|
|
34778
|
-
/** Format: uuid */
|
|
34779
|
-
userId: string;
|
|
34780
|
-
/** Format: uuid */
|
|
34781
|
-
tenantId: string;
|
|
34782
34778
|
/** Format: email */
|
|
34783
34779
|
email: string;
|
|
34784
34780
|
secondaryEmails: string[];
|
|
34785
|
-
/** @enum {string} */
|
|
34786
|
-
role: "admin" | "user";
|
|
34787
|
-
status: ("active" | "inactive" | "unconfirmed") | null;
|
|
34788
|
-
lastInvitedAt: string | null;
|
|
34789
34781
|
partnerId: string | null;
|
|
34790
34782
|
name: string | null;
|
|
34791
34783
|
firstName: string | null;
|
|
34792
34784
|
lastName: string | null;
|
|
34785
|
+
lastSeen: string | null;
|
|
34786
|
+
memberships: {
|
|
34787
|
+
tenant: {
|
|
34788
|
+
/** Format: uuid */
|
|
34789
|
+
id: string;
|
|
34790
|
+
name: string;
|
|
34791
|
+
};
|
|
34792
|
+
role?: string | null;
|
|
34793
|
+
status?: string | null;
|
|
34794
|
+
lastInvitedAt: string | null;
|
|
34795
|
+
}[];
|
|
34793
34796
|
}[];
|
|
34794
34797
|
};
|
|
34795
34798
|
};
|
|
@@ -34939,9 +34942,11 @@ export interface operations {
|
|
|
34939
34942
|
data: {
|
|
34940
34943
|
/** Format: uuid */
|
|
34941
34944
|
id: string;
|
|
34942
|
-
|
|
34945
|
+
firstName: string | null;
|
|
34946
|
+
lastName: string | null;
|
|
34943
34947
|
/** Format: email */
|
|
34944
34948
|
email: string;
|
|
34949
|
+
secondaryEmails: string[];
|
|
34945
34950
|
/** @description User kind (e.g. user, owner) */
|
|
34946
34951
|
type?: string | null;
|
|
34947
34952
|
lastSeen: string | null;
|
|
@@ -34952,6 +34957,7 @@ export interface operations {
|
|
|
34952
34957
|
teamName: string;
|
|
34953
34958
|
role?: string | null;
|
|
34954
34959
|
status?: string | null;
|
|
34960
|
+
lastInvitedAt: string | null;
|
|
34955
34961
|
}[];
|
|
34956
34962
|
ownerAccesses: {
|
|
34957
34963
|
/** Format: uuid */
|
|
@@ -35107,9 +35113,11 @@ export interface operations {
|
|
|
35107
35113
|
"application/json": {
|
|
35108
35114
|
/** Format: uuid */
|
|
35109
35115
|
id: string;
|
|
35110
|
-
|
|
35116
|
+
firstName: string | null;
|
|
35117
|
+
lastName: string | null;
|
|
35111
35118
|
/** Format: email */
|
|
35112
35119
|
email: string;
|
|
35120
|
+
secondaryEmails: string[];
|
|
35113
35121
|
/** @description User kind (e.g. user, owner) */
|
|
35114
35122
|
type?: string | null;
|
|
35115
35123
|
lastSeen: string | null;
|
|
@@ -35120,6 +35128,7 @@ export interface operations {
|
|
|
35120
35128
|
teamName: string;
|
|
35121
35129
|
role?: string | null;
|
|
35122
35130
|
status?: string | null;
|
|
35131
|
+
lastInvitedAt: string | null;
|
|
35123
35132
|
}[];
|
|
35124
35133
|
ownerAccesses: {
|
|
35125
35134
|
/** Format: uuid */
|
|
@@ -66458,7 +66467,7 @@ export interface operations {
|
|
|
66458
66467
|
/** @enum {string} */
|
|
66459
66468
|
type: "partner" | "admin" | "propertyManager";
|
|
66460
66469
|
/** @enum {string} */
|
|
66461
|
-
status: "active" | "inactive"
|
|
66470
|
+
status: "active" | "inactive";
|
|
66462
66471
|
billingSubscriptionStatus?: string | null;
|
|
66463
66472
|
billingPlan?: string | null;
|
|
66464
66473
|
billingPaymentMethodType?: string | null;
|
|
@@ -66820,7 +66829,7 @@ export interface operations {
|
|
|
66820
66829
|
/** @enum {string} */
|
|
66821
66830
|
type: "partner" | "admin" | "propertyManager";
|
|
66822
66831
|
/** @enum {string} */
|
|
66823
|
-
status: "active" | "inactive"
|
|
66832
|
+
status: "active" | "inactive";
|
|
66824
66833
|
billingSubscriptionStatus?: string | null;
|
|
66825
66834
|
billingPlan?: string | null;
|
|
66826
66835
|
billingPaymentMethodType?: string | null;
|
|
@@ -67842,7 +67851,7 @@ export interface operations {
|
|
|
67842
67851
|
/** @enum {string} */
|
|
67843
67852
|
type: "partner" | "admin" | "propertyManager";
|
|
67844
67853
|
/** @enum {string} */
|
|
67845
|
-
status: "active" | "inactive"
|
|
67854
|
+
status: "active" | "inactive";
|
|
67846
67855
|
billingSubscriptionStatus?: string | null;
|
|
67847
67856
|
billingPlan?: string | null;
|
|
67848
67857
|
billingPaymentMethodType?: string | null;
|
|
@@ -69408,7 +69417,7 @@ export interface operations {
|
|
|
69408
69417
|
query?: {
|
|
69409
69418
|
/** @description Comma-separated team IDs. */
|
|
69410
69419
|
ids?: string;
|
|
69411
|
-
status?: "active" | "inactive"
|
|
69420
|
+
status?: "active" | "inactive";
|
|
69412
69421
|
search?: string;
|
|
69413
69422
|
partnerId?: string;
|
|
69414
69423
|
type?: "partner" | "propertyManager";
|
|
@@ -69491,7 +69500,7 @@ export interface operations {
|
|
|
69491
69500
|
/** @enum {string} */
|
|
69492
69501
|
type: "partner" | "admin" | "propertyManager";
|
|
69493
69502
|
/** @enum {string} */
|
|
69494
|
-
status: "active" | "inactive"
|
|
69503
|
+
status: "active" | "inactive";
|
|
69495
69504
|
billingSubscriptionStatus?: string | null;
|
|
69496
69505
|
billingPlan?: string | null;
|
|
69497
69506
|
billingPaymentMethodType?: string | null;
|
|
@@ -69760,7 +69769,7 @@ export interface operations {
|
|
|
69760
69769
|
/** @enum {string} */
|
|
69761
69770
|
type?: "partner" | "admin" | "propertyManager";
|
|
69762
69771
|
/** @enum {string} */
|
|
69763
|
-
status?: "active" | "inactive"
|
|
69772
|
+
status?: "active" | "inactive";
|
|
69764
69773
|
billingSubscriptionStatus?: string | null;
|
|
69765
69774
|
billingPlan?: string | null;
|
|
69766
69775
|
trialUntil?: string | null;
|
|
@@ -69851,7 +69860,7 @@ export interface operations {
|
|
|
69851
69860
|
/** @enum {string} */
|
|
69852
69861
|
type: "partner" | "admin" | "propertyManager";
|
|
69853
69862
|
/** @enum {string} */
|
|
69854
|
-
status: "active" | "inactive"
|
|
69863
|
+
status: "active" | "inactive";
|
|
69855
69864
|
billingSubscriptionStatus?: string | null;
|
|
69856
69865
|
billingPlan?: string | null;
|
|
69857
69866
|
billingPaymentMethodType?: string | null;
|
|
@@ -70069,7 +70078,7 @@ export interface operations {
|
|
|
70069
70078
|
parameters: {
|
|
70070
70079
|
query: {
|
|
70071
70080
|
name: string;
|
|
70072
|
-
status?: "active" | "inactive"
|
|
70081
|
+
status?: "active" | "inactive";
|
|
70073
70082
|
limit?: number;
|
|
70074
70083
|
page?: number;
|
|
70075
70084
|
offset?: number;
|
|
@@ -70141,7 +70150,7 @@ export interface operations {
|
|
|
70141
70150
|
/** @enum {string} */
|
|
70142
70151
|
type: "partner" | "admin" | "propertyManager";
|
|
70143
70152
|
/** @enum {string} */
|
|
70144
|
-
status: "active" | "inactive"
|
|
70153
|
+
status: "active" | "inactive";
|
|
70145
70154
|
billingSubscriptionStatus?: string | null;
|
|
70146
70155
|
billingPlan?: string | null;
|
|
70147
70156
|
billingPaymentMethodType?: string | null;
|
|
@@ -70437,7 +70446,7 @@ export interface operations {
|
|
|
70437
70446
|
/** @enum {string} */
|
|
70438
70447
|
type: "partner" | "admin" | "propertyManager";
|
|
70439
70448
|
/** @enum {string} */
|
|
70440
|
-
status: "active" | "inactive"
|
|
70449
|
+
status: "active" | "inactive";
|
|
70441
70450
|
billingSubscriptionStatus?: string | null;
|
|
70442
70451
|
billingPlan?: string | null;
|
|
70443
70452
|
billingPaymentMethodType?: string | null;
|