@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -2212,7 +2212,7 @@ export interface paths {
|
|
|
2212
2212
|
path?: never;
|
|
2213
2213
|
cookie?: never;
|
|
2214
2214
|
};
|
|
2215
|
-
/** @description List members of the partner itself
|
|
2215
|
+
/** @description List members of the partner itself with their child-team memberships */
|
|
2216
2216
|
get: operations["getPartnerMembers"];
|
|
2217
2217
|
put?: never;
|
|
2218
2218
|
post?: never;
|
|
@@ -25276,7 +25276,7 @@ export interface operations {
|
|
|
25276
25276
|
/** @enum {string} */
|
|
25277
25277
|
type: "partner" | "admin" | "propertyManager";
|
|
25278
25278
|
/** @enum {string} */
|
|
25279
|
-
status: "active" | "inactive"
|
|
25279
|
+
status: "active" | "inactive";
|
|
25280
25280
|
billingSubscriptionStatus?: string | null;
|
|
25281
25281
|
billingPlan?: string | null;
|
|
25282
25282
|
billingPaymentMethodType?: string | null;
|
|
@@ -25578,7 +25578,7 @@ export interface operations {
|
|
|
25578
25578
|
/** @enum {string} */
|
|
25579
25579
|
type: "partner" | "admin" | "propertyManager";
|
|
25580
25580
|
/** @enum {string} */
|
|
25581
|
-
status: "active" | "inactive"
|
|
25581
|
+
status: "active" | "inactive";
|
|
25582
25582
|
billingSubscriptionStatus?: string | null;
|
|
25583
25583
|
billingPlan?: string | null;
|
|
25584
25584
|
billingPaymentMethodType?: string | null;
|
|
@@ -31321,7 +31321,7 @@ export interface operations {
|
|
|
31321
31321
|
partnerId: string | null;
|
|
31322
31322
|
isGeneralLedger: boolean;
|
|
31323
31323
|
/** @enum {string} */
|
|
31324
|
-
status: "active" | "inactive"
|
|
31324
|
+
status: "active" | "inactive";
|
|
31325
31325
|
isOnboarding: boolean;
|
|
31326
31326
|
/**
|
|
31327
31327
|
* Format: date-time
|
|
@@ -34776,21 +34776,24 @@ export interface operations {
|
|
|
34776
34776
|
data: {
|
|
34777
34777
|
/** Format: uuid */
|
|
34778
34778
|
id: string;
|
|
34779
|
-
/** Format: uuid */
|
|
34780
|
-
userId: string;
|
|
34781
|
-
/** Format: uuid */
|
|
34782
|
-
tenantId: string;
|
|
34783
34779
|
/** Format: email */
|
|
34784
34780
|
email: string;
|
|
34785
34781
|
secondaryEmails: string[];
|
|
34786
|
-
/** @enum {string} */
|
|
34787
|
-
role: "admin" | "user";
|
|
34788
|
-
status: ("active" | "inactive" | "unconfirmed") | null;
|
|
34789
|
-
lastInvitedAt: string | null;
|
|
34790
34782
|
partnerId: string | null;
|
|
34791
34783
|
name: string | null;
|
|
34792
34784
|
firstName: string | null;
|
|
34793
34785
|
lastName: string | null;
|
|
34786
|
+
lastSeen: string | null;
|
|
34787
|
+
memberships: {
|
|
34788
|
+
tenant: {
|
|
34789
|
+
/** Format: uuid */
|
|
34790
|
+
id: string;
|
|
34791
|
+
name: string;
|
|
34792
|
+
};
|
|
34793
|
+
role?: string | null;
|
|
34794
|
+
status?: string | null;
|
|
34795
|
+
lastInvitedAt: string | null;
|
|
34796
|
+
}[];
|
|
34794
34797
|
}[];
|
|
34795
34798
|
};
|
|
34796
34799
|
};
|
|
@@ -34940,9 +34943,11 @@ export interface operations {
|
|
|
34940
34943
|
data: {
|
|
34941
34944
|
/** Format: uuid */
|
|
34942
34945
|
id: string;
|
|
34943
|
-
|
|
34946
|
+
firstName: string | null;
|
|
34947
|
+
lastName: string | null;
|
|
34944
34948
|
/** Format: email */
|
|
34945
34949
|
email: string;
|
|
34950
|
+
secondaryEmails: string[];
|
|
34946
34951
|
/** @description User kind (e.g. user, owner) */
|
|
34947
34952
|
type?: string | null;
|
|
34948
34953
|
lastSeen: string | null;
|
|
@@ -34953,6 +34958,7 @@ export interface operations {
|
|
|
34953
34958
|
teamName: string;
|
|
34954
34959
|
role?: string | null;
|
|
34955
34960
|
status?: string | null;
|
|
34961
|
+
lastInvitedAt: string | null;
|
|
34956
34962
|
}[];
|
|
34957
34963
|
ownerAccesses: {
|
|
34958
34964
|
/** Format: uuid */
|
|
@@ -35108,9 +35114,11 @@ export interface operations {
|
|
|
35108
35114
|
"application/json": {
|
|
35109
35115
|
/** Format: uuid */
|
|
35110
35116
|
id: string;
|
|
35111
|
-
|
|
35117
|
+
firstName: string | null;
|
|
35118
|
+
lastName: string | null;
|
|
35112
35119
|
/** Format: email */
|
|
35113
35120
|
email: string;
|
|
35121
|
+
secondaryEmails: string[];
|
|
35114
35122
|
/** @description User kind (e.g. user, owner) */
|
|
35115
35123
|
type?: string | null;
|
|
35116
35124
|
lastSeen: string | null;
|
|
@@ -35121,6 +35129,7 @@ export interface operations {
|
|
|
35121
35129
|
teamName: string;
|
|
35122
35130
|
role?: string | null;
|
|
35123
35131
|
status?: string | null;
|
|
35132
|
+
lastInvitedAt: string | null;
|
|
35124
35133
|
}[];
|
|
35125
35134
|
ownerAccesses: {
|
|
35126
35135
|
/** Format: uuid */
|
|
@@ -66459,7 +66468,7 @@ export interface operations {
|
|
|
66459
66468
|
/** @enum {string} */
|
|
66460
66469
|
type: "partner" | "admin" | "propertyManager";
|
|
66461
66470
|
/** @enum {string} */
|
|
66462
|
-
status: "active" | "inactive"
|
|
66471
|
+
status: "active" | "inactive";
|
|
66463
66472
|
billingSubscriptionStatus?: string | null;
|
|
66464
66473
|
billingPlan?: string | null;
|
|
66465
66474
|
billingPaymentMethodType?: string | null;
|
|
@@ -66821,7 +66830,7 @@ export interface operations {
|
|
|
66821
66830
|
/** @enum {string} */
|
|
66822
66831
|
type: "partner" | "admin" | "propertyManager";
|
|
66823
66832
|
/** @enum {string} */
|
|
66824
|
-
status: "active" | "inactive"
|
|
66833
|
+
status: "active" | "inactive";
|
|
66825
66834
|
billingSubscriptionStatus?: string | null;
|
|
66826
66835
|
billingPlan?: string | null;
|
|
66827
66836
|
billingPaymentMethodType?: string | null;
|
|
@@ -67843,7 +67852,7 @@ export interface operations {
|
|
|
67843
67852
|
/** @enum {string} */
|
|
67844
67853
|
type: "partner" | "admin" | "propertyManager";
|
|
67845
67854
|
/** @enum {string} */
|
|
67846
|
-
status: "active" | "inactive"
|
|
67855
|
+
status: "active" | "inactive";
|
|
67847
67856
|
billingSubscriptionStatus?: string | null;
|
|
67848
67857
|
billingPlan?: string | null;
|
|
67849
67858
|
billingPaymentMethodType?: string | null;
|
|
@@ -69409,7 +69418,7 @@ export interface operations {
|
|
|
69409
69418
|
query?: {
|
|
69410
69419
|
/** @description Comma-separated team IDs. */
|
|
69411
69420
|
ids?: string;
|
|
69412
|
-
status?: "active" | "inactive"
|
|
69421
|
+
status?: "active" | "inactive";
|
|
69413
69422
|
search?: string;
|
|
69414
69423
|
partnerId?: string;
|
|
69415
69424
|
type?: "partner" | "propertyManager";
|
|
@@ -69492,7 +69501,7 @@ export interface operations {
|
|
|
69492
69501
|
/** @enum {string} */
|
|
69493
69502
|
type: "partner" | "admin" | "propertyManager";
|
|
69494
69503
|
/** @enum {string} */
|
|
69495
|
-
status: "active" | "inactive"
|
|
69504
|
+
status: "active" | "inactive";
|
|
69496
69505
|
billingSubscriptionStatus?: string | null;
|
|
69497
69506
|
billingPlan?: string | null;
|
|
69498
69507
|
billingPaymentMethodType?: string | null;
|
|
@@ -69761,7 +69770,7 @@ export interface operations {
|
|
|
69761
69770
|
/** @enum {string} */
|
|
69762
69771
|
type?: "partner" | "admin" | "propertyManager";
|
|
69763
69772
|
/** @enum {string} */
|
|
69764
|
-
status?: "active" | "inactive"
|
|
69773
|
+
status?: "active" | "inactive";
|
|
69765
69774
|
billingSubscriptionStatus?: string | null;
|
|
69766
69775
|
billingPlan?: string | null;
|
|
69767
69776
|
trialUntil?: string | null;
|
|
@@ -69852,7 +69861,7 @@ export interface operations {
|
|
|
69852
69861
|
/** @enum {string} */
|
|
69853
69862
|
type: "partner" | "admin" | "propertyManager";
|
|
69854
69863
|
/** @enum {string} */
|
|
69855
|
-
status: "active" | "inactive"
|
|
69864
|
+
status: "active" | "inactive";
|
|
69856
69865
|
billingSubscriptionStatus?: string | null;
|
|
69857
69866
|
billingPlan?: string | null;
|
|
69858
69867
|
billingPaymentMethodType?: string | null;
|
|
@@ -70070,7 +70079,7 @@ export interface operations {
|
|
|
70070
70079
|
parameters: {
|
|
70071
70080
|
query: {
|
|
70072
70081
|
name: string;
|
|
70073
|
-
status?: "active" | "inactive"
|
|
70082
|
+
status?: "active" | "inactive";
|
|
70074
70083
|
limit?: number;
|
|
70075
70084
|
page?: number;
|
|
70076
70085
|
offset?: number;
|
|
@@ -70142,7 +70151,7 @@ export interface operations {
|
|
|
70142
70151
|
/** @enum {string} */
|
|
70143
70152
|
type: "partner" | "admin" | "propertyManager";
|
|
70144
70153
|
/** @enum {string} */
|
|
70145
|
-
status: "active" | "inactive"
|
|
70154
|
+
status: "active" | "inactive";
|
|
70146
70155
|
billingSubscriptionStatus?: string | null;
|
|
70147
70156
|
billingPlan?: string | null;
|
|
70148
70157
|
billingPaymentMethodType?: string | null;
|
|
@@ -70438,7 +70447,7 @@ export interface operations {
|
|
|
70438
70447
|
/** @enum {string} */
|
|
70439
70448
|
type: "partner" | "admin" | "propertyManager";
|
|
70440
70449
|
/** @enum {string} */
|
|
70441
|
-
status: "active" | "inactive"
|
|
70450
|
+
status: "active" | "inactive";
|
|
70442
70451
|
billingSubscriptionStatus?: string | null;
|
|
70443
70452
|
billingPlan?: string | null;
|
|
70444
70453
|
billingPaymentMethodType?: string | null;
|