@vrplatform/api 1.3.1-stage.2359 → 1.3.1-stage.2361
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.
|
@@ -17881,7 +17881,7 @@ export interface operations {
|
|
|
17881
17881
|
teamId: string;
|
|
17882
17882
|
partnerId: string | null;
|
|
17883
17883
|
/** @enum {string} */
|
|
17884
|
-
role: "admin" | "user";
|
|
17884
|
+
role: "admin" | "user" | "owner";
|
|
17885
17885
|
/** @enum {string} */
|
|
17886
17886
|
type: "propertyManager" | "partner";
|
|
17887
17887
|
}[];
|
|
@@ -37986,6 +37986,9 @@ export interface operations {
|
|
|
37986
37986
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
37987
37987
|
billingSubscriptionStatus?: string | null;
|
|
37988
37988
|
billingPlan?: string | null;
|
|
37989
|
+
billingPaymentMethodType?: string | null;
|
|
37990
|
+
billingCustomerId?: string | null;
|
|
37991
|
+
colorPrimary?: string | null;
|
|
37989
37992
|
createdAt?: string | null;
|
|
37990
37993
|
updatedAt?: string | null;
|
|
37991
37994
|
trialUntil?: string | null;
|
|
@@ -38052,6 +38055,12 @@ export interface operations {
|
|
|
38052
38055
|
}[];
|
|
38053
38056
|
};
|
|
38054
38057
|
} | null;
|
|
38058
|
+
enabledFeatures?: {
|
|
38059
|
+
/** Format: uuid */
|
|
38060
|
+
featureId: string;
|
|
38061
|
+
/** @enum {string} */
|
|
38062
|
+
status: "all" | "disabled" | "partially";
|
|
38063
|
+
}[];
|
|
38055
38064
|
}[];
|
|
38056
38065
|
pagination: {
|
|
38057
38066
|
/** @default 100 */
|
|
@@ -38276,6 +38285,9 @@ export interface operations {
|
|
|
38276
38285
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
38277
38286
|
billingSubscriptionStatus?: string | null;
|
|
38278
38287
|
billingPlan?: string | null;
|
|
38288
|
+
billingPaymentMethodType?: string | null;
|
|
38289
|
+
billingCustomerId?: string | null;
|
|
38290
|
+
colorPrimary?: string | null;
|
|
38279
38291
|
createdAt?: string | null;
|
|
38280
38292
|
updatedAt?: string | null;
|
|
38281
38293
|
trialUntil?: string | null;
|
|
@@ -38342,6 +38354,12 @@ export interface operations {
|
|
|
38342
38354
|
}[];
|
|
38343
38355
|
};
|
|
38344
38356
|
} | null;
|
|
38357
|
+
enabledFeatures?: {
|
|
38358
|
+
/** Format: uuid */
|
|
38359
|
+
featureId: string;
|
|
38360
|
+
/** @enum {string} */
|
|
38361
|
+
status: "all" | "disabled" | "partially";
|
|
38362
|
+
}[];
|
|
38345
38363
|
};
|
|
38346
38364
|
};
|
|
38347
38365
|
};
|
|
@@ -38859,6 +38877,9 @@ export interface operations {
|
|
|
38859
38877
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
38860
38878
|
billingSubscriptionStatus?: string | null;
|
|
38861
38879
|
billingPlan?: string | null;
|
|
38880
|
+
billingPaymentMethodType?: string | null;
|
|
38881
|
+
billingCustomerId?: string | null;
|
|
38882
|
+
colorPrimary?: string | null;
|
|
38862
38883
|
createdAt?: string | null;
|
|
38863
38884
|
updatedAt?: string | null;
|
|
38864
38885
|
trialUntil?: string | null;
|
|
@@ -38925,6 +38946,12 @@ export interface operations {
|
|
|
38925
38946
|
}[];
|
|
38926
38947
|
};
|
|
38927
38948
|
} | null;
|
|
38949
|
+
enabledFeatures?: {
|
|
38950
|
+
/** Format: uuid */
|
|
38951
|
+
featureId: string;
|
|
38952
|
+
/** @enum {string} */
|
|
38953
|
+
status: "all" | "disabled" | "partially";
|
|
38954
|
+
}[];
|
|
38928
38955
|
};
|
|
38929
38956
|
};
|
|
38930
38957
|
};
|
|
@@ -39090,6 +39117,9 @@ export interface operations {
|
|
|
39090
39117
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
39091
39118
|
billingSubscriptionStatus?: string | null;
|
|
39092
39119
|
billingPlan?: string | null;
|
|
39120
|
+
billingPaymentMethodType?: string | null;
|
|
39121
|
+
billingCustomerId?: string | null;
|
|
39122
|
+
colorPrimary?: string | null;
|
|
39093
39123
|
createdAt?: string | null;
|
|
39094
39124
|
updatedAt?: string | null;
|
|
39095
39125
|
trialUntil?: string | null;
|
|
@@ -39156,6 +39186,12 @@ export interface operations {
|
|
|
39156
39186
|
}[];
|
|
39157
39187
|
};
|
|
39158
39188
|
} | null;
|
|
39189
|
+
enabledFeatures?: {
|
|
39190
|
+
/** Format: uuid */
|
|
39191
|
+
featureId: string;
|
|
39192
|
+
/** @enum {string} */
|
|
39193
|
+
status: "all" | "disabled" | "partially";
|
|
39194
|
+
}[];
|
|
39159
39195
|
};
|
|
39160
39196
|
};
|
|
39161
39197
|
};
|
|
@@ -40968,6 +41004,9 @@ export interface operations {
|
|
|
40968
41004
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
40969
41005
|
billingSubscriptionStatus?: string | null;
|
|
40970
41006
|
billingPlan?: string | null;
|
|
41007
|
+
billingPaymentMethodType?: string | null;
|
|
41008
|
+
billingCustomerId?: string | null;
|
|
41009
|
+
colorPrimary?: string | null;
|
|
40971
41010
|
createdAt?: string | null;
|
|
40972
41011
|
updatedAt?: string | null;
|
|
40973
41012
|
trialUntil?: string | null;
|
|
@@ -41034,6 +41073,12 @@ export interface operations {
|
|
|
41034
41073
|
}[];
|
|
41035
41074
|
};
|
|
41036
41075
|
} | null;
|
|
41076
|
+
enabledFeatures?: {
|
|
41077
|
+
/** Format: uuid */
|
|
41078
|
+
featureId: string;
|
|
41079
|
+
/** @enum {string} */
|
|
41080
|
+
status: "all" | "disabled" | "partially";
|
|
41081
|
+
}[];
|
|
41037
41082
|
};
|
|
41038
41083
|
};
|
|
41039
41084
|
};
|
|
@@ -41256,6 +41301,9 @@ export interface operations {
|
|
|
41256
41301
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
41257
41302
|
billingSubscriptionStatus?: string | null;
|
|
41258
41303
|
billingPlan?: string | null;
|
|
41304
|
+
billingPaymentMethodType?: string | null;
|
|
41305
|
+
billingCustomerId?: string | null;
|
|
41306
|
+
colorPrimary?: string | null;
|
|
41259
41307
|
createdAt?: string | null;
|
|
41260
41308
|
updatedAt?: string | null;
|
|
41261
41309
|
trialUntil?: string | null;
|
|
@@ -41322,6 +41370,12 @@ export interface operations {
|
|
|
41322
41370
|
}[];
|
|
41323
41371
|
};
|
|
41324
41372
|
} | null;
|
|
41373
|
+
enabledFeatures?: {
|
|
41374
|
+
/** Format: uuid */
|
|
41375
|
+
featureId: string;
|
|
41376
|
+
/** @enum {string} */
|
|
41377
|
+
status: "all" | "disabled" | "partially";
|
|
41378
|
+
}[];
|
|
41325
41379
|
};
|
|
41326
41380
|
};
|
|
41327
41381
|
};
|
|
@@ -41814,6 +41868,9 @@ export interface operations {
|
|
|
41814
41868
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
41815
41869
|
billingSubscriptionStatus?: string | null;
|
|
41816
41870
|
billingPlan?: string | null;
|
|
41871
|
+
billingPaymentMethodType?: string | null;
|
|
41872
|
+
billingCustomerId?: string | null;
|
|
41873
|
+
colorPrimary?: string | null;
|
|
41817
41874
|
createdAt?: string | null;
|
|
41818
41875
|
updatedAt?: string | null;
|
|
41819
41876
|
trialUntil?: string | null;
|
|
@@ -41880,6 +41937,12 @@ export interface operations {
|
|
|
41880
41937
|
}[];
|
|
41881
41938
|
};
|
|
41882
41939
|
} | null;
|
|
41940
|
+
enabledFeatures?: {
|
|
41941
|
+
/** Format: uuid */
|
|
41942
|
+
featureId: string;
|
|
41943
|
+
/** @enum {string} */
|
|
41944
|
+
status: "all" | "disabled" | "partially";
|
|
41945
|
+
}[];
|
|
41883
41946
|
};
|
|
41884
41947
|
};
|
|
41885
41948
|
};
|