@vrplatform/api 1.3.1-2357 → 1.3.1-2395
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;
|
|
@@ -38032,6 +38035,14 @@ export interface operations {
|
|
|
38032
38035
|
logo?: string | null;
|
|
38033
38036
|
statementStartAt?: string | null;
|
|
38034
38037
|
effectiveStatementStartAt?: string | null;
|
|
38038
|
+
settings: {
|
|
38039
|
+
showReservations: boolean;
|
|
38040
|
+
showCancelledReservations: boolean;
|
|
38041
|
+
showReservationTotal: boolean;
|
|
38042
|
+
showOwnerCalendarBlocking: boolean;
|
|
38043
|
+
showTaxStatements: boolean;
|
|
38044
|
+
showTwoFactorAuth: boolean;
|
|
38045
|
+
};
|
|
38035
38046
|
ownerPortalShowDraftStatements?: boolean;
|
|
38036
38047
|
members?: {
|
|
38037
38048
|
userId: string;
|
|
@@ -38052,6 +38063,12 @@ export interface operations {
|
|
|
38052
38063
|
}[];
|
|
38053
38064
|
};
|
|
38054
38065
|
} | null;
|
|
38066
|
+
enabledFeatures?: {
|
|
38067
|
+
/** Format: uuid */
|
|
38068
|
+
featureId: string;
|
|
38069
|
+
/** @enum {string} */
|
|
38070
|
+
status: "all" | "disabled" | "partially";
|
|
38071
|
+
}[];
|
|
38055
38072
|
}[];
|
|
38056
38073
|
pagination: {
|
|
38057
38074
|
/** @default 100 */
|
|
@@ -38276,6 +38293,9 @@ export interface operations {
|
|
|
38276
38293
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
38277
38294
|
billingSubscriptionStatus?: string | null;
|
|
38278
38295
|
billingPlan?: string | null;
|
|
38296
|
+
billingPaymentMethodType?: string | null;
|
|
38297
|
+
billingCustomerId?: string | null;
|
|
38298
|
+
colorPrimary?: string | null;
|
|
38279
38299
|
createdAt?: string | null;
|
|
38280
38300
|
updatedAt?: string | null;
|
|
38281
38301
|
trialUntil?: string | null;
|
|
@@ -38322,6 +38342,14 @@ export interface operations {
|
|
|
38322
38342
|
logo?: string | null;
|
|
38323
38343
|
statementStartAt?: string | null;
|
|
38324
38344
|
effectiveStatementStartAt?: string | null;
|
|
38345
|
+
settings: {
|
|
38346
|
+
showReservations: boolean;
|
|
38347
|
+
showCancelledReservations: boolean;
|
|
38348
|
+
showReservationTotal: boolean;
|
|
38349
|
+
showOwnerCalendarBlocking: boolean;
|
|
38350
|
+
showTaxStatements: boolean;
|
|
38351
|
+
showTwoFactorAuth: boolean;
|
|
38352
|
+
};
|
|
38325
38353
|
ownerPortalShowDraftStatements?: boolean;
|
|
38326
38354
|
members?: {
|
|
38327
38355
|
userId: string;
|
|
@@ -38342,6 +38370,12 @@ export interface operations {
|
|
|
38342
38370
|
}[];
|
|
38343
38371
|
};
|
|
38344
38372
|
} | null;
|
|
38373
|
+
enabledFeatures?: {
|
|
38374
|
+
/** Format: uuid */
|
|
38375
|
+
featureId: string;
|
|
38376
|
+
/** @enum {string} */
|
|
38377
|
+
status: "all" | "disabled" | "partially";
|
|
38378
|
+
}[];
|
|
38345
38379
|
};
|
|
38346
38380
|
};
|
|
38347
38381
|
};
|
|
@@ -38859,6 +38893,9 @@ export interface operations {
|
|
|
38859
38893
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
38860
38894
|
billingSubscriptionStatus?: string | null;
|
|
38861
38895
|
billingPlan?: string | null;
|
|
38896
|
+
billingPaymentMethodType?: string | null;
|
|
38897
|
+
billingCustomerId?: string | null;
|
|
38898
|
+
colorPrimary?: string | null;
|
|
38862
38899
|
createdAt?: string | null;
|
|
38863
38900
|
updatedAt?: string | null;
|
|
38864
38901
|
trialUntil?: string | null;
|
|
@@ -38905,6 +38942,14 @@ export interface operations {
|
|
|
38905
38942
|
logo?: string | null;
|
|
38906
38943
|
statementStartAt?: string | null;
|
|
38907
38944
|
effectiveStatementStartAt?: string | null;
|
|
38945
|
+
settings: {
|
|
38946
|
+
showReservations: boolean;
|
|
38947
|
+
showCancelledReservations: boolean;
|
|
38948
|
+
showReservationTotal: boolean;
|
|
38949
|
+
showOwnerCalendarBlocking: boolean;
|
|
38950
|
+
showTaxStatements: boolean;
|
|
38951
|
+
showTwoFactorAuth: boolean;
|
|
38952
|
+
};
|
|
38908
38953
|
ownerPortalShowDraftStatements?: boolean;
|
|
38909
38954
|
members?: {
|
|
38910
38955
|
userId: string;
|
|
@@ -38925,6 +38970,12 @@ export interface operations {
|
|
|
38925
38970
|
}[];
|
|
38926
38971
|
};
|
|
38927
38972
|
} | null;
|
|
38973
|
+
enabledFeatures?: {
|
|
38974
|
+
/** Format: uuid */
|
|
38975
|
+
featureId: string;
|
|
38976
|
+
/** @enum {string} */
|
|
38977
|
+
status: "all" | "disabled" | "partially";
|
|
38978
|
+
}[];
|
|
38928
38979
|
};
|
|
38929
38980
|
};
|
|
38930
38981
|
};
|
|
@@ -39090,6 +39141,9 @@ export interface operations {
|
|
|
39090
39141
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
39091
39142
|
billingSubscriptionStatus?: string | null;
|
|
39092
39143
|
billingPlan?: string | null;
|
|
39144
|
+
billingPaymentMethodType?: string | null;
|
|
39145
|
+
billingCustomerId?: string | null;
|
|
39146
|
+
colorPrimary?: string | null;
|
|
39093
39147
|
createdAt?: string | null;
|
|
39094
39148
|
updatedAt?: string | null;
|
|
39095
39149
|
trialUntil?: string | null;
|
|
@@ -39136,6 +39190,14 @@ export interface operations {
|
|
|
39136
39190
|
logo?: string | null;
|
|
39137
39191
|
statementStartAt?: string | null;
|
|
39138
39192
|
effectiveStatementStartAt?: string | null;
|
|
39193
|
+
settings: {
|
|
39194
|
+
showReservations: boolean;
|
|
39195
|
+
showCancelledReservations: boolean;
|
|
39196
|
+
showReservationTotal: boolean;
|
|
39197
|
+
showOwnerCalendarBlocking: boolean;
|
|
39198
|
+
showTaxStatements: boolean;
|
|
39199
|
+
showTwoFactorAuth: boolean;
|
|
39200
|
+
};
|
|
39139
39201
|
ownerPortalShowDraftStatements?: boolean;
|
|
39140
39202
|
members?: {
|
|
39141
39203
|
userId: string;
|
|
@@ -39156,6 +39218,12 @@ export interface operations {
|
|
|
39156
39218
|
}[];
|
|
39157
39219
|
};
|
|
39158
39220
|
} | null;
|
|
39221
|
+
enabledFeatures?: {
|
|
39222
|
+
/** Format: uuid */
|
|
39223
|
+
featureId: string;
|
|
39224
|
+
/** @enum {string} */
|
|
39225
|
+
status: "all" | "disabled" | "partially";
|
|
39226
|
+
}[];
|
|
39159
39227
|
};
|
|
39160
39228
|
};
|
|
39161
39229
|
};
|
|
@@ -40968,6 +41036,9 @@ export interface operations {
|
|
|
40968
41036
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
40969
41037
|
billingSubscriptionStatus?: string | null;
|
|
40970
41038
|
billingPlan?: string | null;
|
|
41039
|
+
billingPaymentMethodType?: string | null;
|
|
41040
|
+
billingCustomerId?: string | null;
|
|
41041
|
+
colorPrimary?: string | null;
|
|
40971
41042
|
createdAt?: string | null;
|
|
40972
41043
|
updatedAt?: string | null;
|
|
40973
41044
|
trialUntil?: string | null;
|
|
@@ -41014,6 +41085,14 @@ export interface operations {
|
|
|
41014
41085
|
logo?: string | null;
|
|
41015
41086
|
statementStartAt?: string | null;
|
|
41016
41087
|
effectiveStatementStartAt?: string | null;
|
|
41088
|
+
settings: {
|
|
41089
|
+
showReservations: boolean;
|
|
41090
|
+
showCancelledReservations: boolean;
|
|
41091
|
+
showReservationTotal: boolean;
|
|
41092
|
+
showOwnerCalendarBlocking: boolean;
|
|
41093
|
+
showTaxStatements: boolean;
|
|
41094
|
+
showTwoFactorAuth: boolean;
|
|
41095
|
+
};
|
|
41017
41096
|
ownerPortalShowDraftStatements?: boolean;
|
|
41018
41097
|
members?: {
|
|
41019
41098
|
userId: string;
|
|
@@ -41034,6 +41113,12 @@ export interface operations {
|
|
|
41034
41113
|
}[];
|
|
41035
41114
|
};
|
|
41036
41115
|
} | null;
|
|
41116
|
+
enabledFeatures?: {
|
|
41117
|
+
/** Format: uuid */
|
|
41118
|
+
featureId: string;
|
|
41119
|
+
/** @enum {string} */
|
|
41120
|
+
status: "all" | "disabled" | "partially";
|
|
41121
|
+
}[];
|
|
41037
41122
|
};
|
|
41038
41123
|
};
|
|
41039
41124
|
};
|
|
@@ -41178,6 +41263,14 @@ export interface operations {
|
|
|
41178
41263
|
/** Format: email */
|
|
41179
41264
|
email?: string;
|
|
41180
41265
|
migratedFromTenantId?: string | null;
|
|
41266
|
+
settings?: {
|
|
41267
|
+
showReservations?: boolean;
|
|
41268
|
+
showCancelledReservations?: boolean;
|
|
41269
|
+
showReservationTotal?: boolean;
|
|
41270
|
+
showOwnerCalendarBlocking?: boolean;
|
|
41271
|
+
showTaxStatements?: boolean;
|
|
41272
|
+
showTwoFactorAuth?: boolean;
|
|
41273
|
+
};
|
|
41181
41274
|
/** @description Cancelation or Reinstatement of the team. */
|
|
41182
41275
|
cancelation?: {
|
|
41183
41276
|
/** @description Date on which the cancelation will take effect or null if an active cancellation should be withdrawn. */
|
|
@@ -41256,6 +41349,9 @@ export interface operations {
|
|
|
41256
41349
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
41257
41350
|
billingSubscriptionStatus?: string | null;
|
|
41258
41351
|
billingPlan?: string | null;
|
|
41352
|
+
billingPaymentMethodType?: string | null;
|
|
41353
|
+
billingCustomerId?: string | null;
|
|
41354
|
+
colorPrimary?: string | null;
|
|
41259
41355
|
createdAt?: string | null;
|
|
41260
41356
|
updatedAt?: string | null;
|
|
41261
41357
|
trialUntil?: string | null;
|
|
@@ -41302,6 +41398,14 @@ export interface operations {
|
|
|
41302
41398
|
logo?: string | null;
|
|
41303
41399
|
statementStartAt?: string | null;
|
|
41304
41400
|
effectiveStatementStartAt?: string | null;
|
|
41401
|
+
settings: {
|
|
41402
|
+
showReservations: boolean;
|
|
41403
|
+
showCancelledReservations: boolean;
|
|
41404
|
+
showReservationTotal: boolean;
|
|
41405
|
+
showOwnerCalendarBlocking: boolean;
|
|
41406
|
+
showTaxStatements: boolean;
|
|
41407
|
+
showTwoFactorAuth: boolean;
|
|
41408
|
+
};
|
|
41305
41409
|
ownerPortalShowDraftStatements?: boolean;
|
|
41306
41410
|
members?: {
|
|
41307
41411
|
userId: string;
|
|
@@ -41322,6 +41426,12 @@ export interface operations {
|
|
|
41322
41426
|
}[];
|
|
41323
41427
|
};
|
|
41324
41428
|
} | null;
|
|
41429
|
+
enabledFeatures?: {
|
|
41430
|
+
/** Format: uuid */
|
|
41431
|
+
featureId: string;
|
|
41432
|
+
/** @enum {string} */
|
|
41433
|
+
status: "all" | "disabled" | "partially";
|
|
41434
|
+
}[];
|
|
41325
41435
|
};
|
|
41326
41436
|
};
|
|
41327
41437
|
};
|
|
@@ -41814,6 +41924,9 @@ export interface operations {
|
|
|
41814
41924
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
41815
41925
|
billingSubscriptionStatus?: string | null;
|
|
41816
41926
|
billingPlan?: string | null;
|
|
41927
|
+
billingPaymentMethodType?: string | null;
|
|
41928
|
+
billingCustomerId?: string | null;
|
|
41929
|
+
colorPrimary?: string | null;
|
|
41817
41930
|
createdAt?: string | null;
|
|
41818
41931
|
updatedAt?: string | null;
|
|
41819
41932
|
trialUntil?: string | null;
|
|
@@ -41860,6 +41973,14 @@ export interface operations {
|
|
|
41860
41973
|
logo?: string | null;
|
|
41861
41974
|
statementStartAt?: string | null;
|
|
41862
41975
|
effectiveStatementStartAt?: string | null;
|
|
41976
|
+
settings: {
|
|
41977
|
+
showReservations: boolean;
|
|
41978
|
+
showCancelledReservations: boolean;
|
|
41979
|
+
showReservationTotal: boolean;
|
|
41980
|
+
showOwnerCalendarBlocking: boolean;
|
|
41981
|
+
showTaxStatements: boolean;
|
|
41982
|
+
showTwoFactorAuth: boolean;
|
|
41983
|
+
};
|
|
41863
41984
|
ownerPortalShowDraftStatements?: boolean;
|
|
41864
41985
|
members?: {
|
|
41865
41986
|
userId: string;
|
|
@@ -41880,6 +42001,12 @@ export interface operations {
|
|
|
41880
42001
|
}[];
|
|
41881
42002
|
};
|
|
41882
42003
|
} | null;
|
|
42004
|
+
enabledFeatures?: {
|
|
42005
|
+
/** Format: uuid */
|
|
42006
|
+
featureId: string;
|
|
42007
|
+
/** @enum {string} */
|
|
42008
|
+
status: "all" | "disabled" | "partially";
|
|
42009
|
+
}[];
|
|
41883
42010
|
};
|
|
41884
42011
|
};
|
|
41885
42012
|
};
|