@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -17882,7 +17882,7 @@ export interface operations {
|
|
|
17882
17882
|
teamId: string;
|
|
17883
17883
|
partnerId: string | null;
|
|
17884
17884
|
/** @enum {string} */
|
|
17885
|
-
role: "admin" | "user";
|
|
17885
|
+
role: "admin" | "user" | "owner";
|
|
17886
17886
|
/** @enum {string} */
|
|
17887
17887
|
type: "propertyManager" | "partner";
|
|
17888
17888
|
}[];
|
|
@@ -37987,6 +37987,9 @@ export interface operations {
|
|
|
37987
37987
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
37988
37988
|
billingSubscriptionStatus?: string | null;
|
|
37989
37989
|
billingPlan?: string | null;
|
|
37990
|
+
billingPaymentMethodType?: string | null;
|
|
37991
|
+
billingCustomerId?: string | null;
|
|
37992
|
+
colorPrimary?: string | null;
|
|
37990
37993
|
createdAt?: string | null;
|
|
37991
37994
|
updatedAt?: string | null;
|
|
37992
37995
|
trialUntil?: string | null;
|
|
@@ -38033,6 +38036,14 @@ export interface operations {
|
|
|
38033
38036
|
logo?: string | null;
|
|
38034
38037
|
statementStartAt?: string | null;
|
|
38035
38038
|
effectiveStatementStartAt?: string | null;
|
|
38039
|
+
settings: {
|
|
38040
|
+
showReservations: boolean;
|
|
38041
|
+
showCancelledReservations: boolean;
|
|
38042
|
+
showReservationTotal: boolean;
|
|
38043
|
+
showOwnerCalendarBlocking: boolean;
|
|
38044
|
+
showTaxStatements: boolean;
|
|
38045
|
+
showTwoFactorAuth: boolean;
|
|
38046
|
+
};
|
|
38036
38047
|
ownerPortalShowDraftStatements?: boolean;
|
|
38037
38048
|
members?: {
|
|
38038
38049
|
userId: string;
|
|
@@ -38053,6 +38064,12 @@ export interface operations {
|
|
|
38053
38064
|
}[];
|
|
38054
38065
|
};
|
|
38055
38066
|
} | null;
|
|
38067
|
+
enabledFeatures?: {
|
|
38068
|
+
/** Format: uuid */
|
|
38069
|
+
featureId: string;
|
|
38070
|
+
/** @enum {string} */
|
|
38071
|
+
status: "all" | "disabled" | "partially";
|
|
38072
|
+
}[];
|
|
38056
38073
|
}[];
|
|
38057
38074
|
pagination: {
|
|
38058
38075
|
/** @default 100 */
|
|
@@ -38277,6 +38294,9 @@ export interface operations {
|
|
|
38277
38294
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
38278
38295
|
billingSubscriptionStatus?: string | null;
|
|
38279
38296
|
billingPlan?: string | null;
|
|
38297
|
+
billingPaymentMethodType?: string | null;
|
|
38298
|
+
billingCustomerId?: string | null;
|
|
38299
|
+
colorPrimary?: string | null;
|
|
38280
38300
|
createdAt?: string | null;
|
|
38281
38301
|
updatedAt?: string | null;
|
|
38282
38302
|
trialUntil?: string | null;
|
|
@@ -38323,6 +38343,14 @@ export interface operations {
|
|
|
38323
38343
|
logo?: string | null;
|
|
38324
38344
|
statementStartAt?: string | null;
|
|
38325
38345
|
effectiveStatementStartAt?: string | null;
|
|
38346
|
+
settings: {
|
|
38347
|
+
showReservations: boolean;
|
|
38348
|
+
showCancelledReservations: boolean;
|
|
38349
|
+
showReservationTotal: boolean;
|
|
38350
|
+
showOwnerCalendarBlocking: boolean;
|
|
38351
|
+
showTaxStatements: boolean;
|
|
38352
|
+
showTwoFactorAuth: boolean;
|
|
38353
|
+
};
|
|
38326
38354
|
ownerPortalShowDraftStatements?: boolean;
|
|
38327
38355
|
members?: {
|
|
38328
38356
|
userId: string;
|
|
@@ -38343,6 +38371,12 @@ export interface operations {
|
|
|
38343
38371
|
}[];
|
|
38344
38372
|
};
|
|
38345
38373
|
} | null;
|
|
38374
|
+
enabledFeatures?: {
|
|
38375
|
+
/** Format: uuid */
|
|
38376
|
+
featureId: string;
|
|
38377
|
+
/** @enum {string} */
|
|
38378
|
+
status: "all" | "disabled" | "partially";
|
|
38379
|
+
}[];
|
|
38346
38380
|
};
|
|
38347
38381
|
};
|
|
38348
38382
|
};
|
|
@@ -38860,6 +38894,9 @@ export interface operations {
|
|
|
38860
38894
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
38861
38895
|
billingSubscriptionStatus?: string | null;
|
|
38862
38896
|
billingPlan?: string | null;
|
|
38897
|
+
billingPaymentMethodType?: string | null;
|
|
38898
|
+
billingCustomerId?: string | null;
|
|
38899
|
+
colorPrimary?: string | null;
|
|
38863
38900
|
createdAt?: string | null;
|
|
38864
38901
|
updatedAt?: string | null;
|
|
38865
38902
|
trialUntil?: string | null;
|
|
@@ -38906,6 +38943,14 @@ export interface operations {
|
|
|
38906
38943
|
logo?: string | null;
|
|
38907
38944
|
statementStartAt?: string | null;
|
|
38908
38945
|
effectiveStatementStartAt?: string | null;
|
|
38946
|
+
settings: {
|
|
38947
|
+
showReservations: boolean;
|
|
38948
|
+
showCancelledReservations: boolean;
|
|
38949
|
+
showReservationTotal: boolean;
|
|
38950
|
+
showOwnerCalendarBlocking: boolean;
|
|
38951
|
+
showTaxStatements: boolean;
|
|
38952
|
+
showTwoFactorAuth: boolean;
|
|
38953
|
+
};
|
|
38909
38954
|
ownerPortalShowDraftStatements?: boolean;
|
|
38910
38955
|
members?: {
|
|
38911
38956
|
userId: string;
|
|
@@ -38926,6 +38971,12 @@ export interface operations {
|
|
|
38926
38971
|
}[];
|
|
38927
38972
|
};
|
|
38928
38973
|
} | null;
|
|
38974
|
+
enabledFeatures?: {
|
|
38975
|
+
/** Format: uuid */
|
|
38976
|
+
featureId: string;
|
|
38977
|
+
/** @enum {string} */
|
|
38978
|
+
status: "all" | "disabled" | "partially";
|
|
38979
|
+
}[];
|
|
38929
38980
|
};
|
|
38930
38981
|
};
|
|
38931
38982
|
};
|
|
@@ -39091,6 +39142,9 @@ export interface operations {
|
|
|
39091
39142
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
39092
39143
|
billingSubscriptionStatus?: string | null;
|
|
39093
39144
|
billingPlan?: string | null;
|
|
39145
|
+
billingPaymentMethodType?: string | null;
|
|
39146
|
+
billingCustomerId?: string | null;
|
|
39147
|
+
colorPrimary?: string | null;
|
|
39094
39148
|
createdAt?: string | null;
|
|
39095
39149
|
updatedAt?: string | null;
|
|
39096
39150
|
trialUntil?: string | null;
|
|
@@ -39137,6 +39191,14 @@ export interface operations {
|
|
|
39137
39191
|
logo?: string | null;
|
|
39138
39192
|
statementStartAt?: string | null;
|
|
39139
39193
|
effectiveStatementStartAt?: string | null;
|
|
39194
|
+
settings: {
|
|
39195
|
+
showReservations: boolean;
|
|
39196
|
+
showCancelledReservations: boolean;
|
|
39197
|
+
showReservationTotal: boolean;
|
|
39198
|
+
showOwnerCalendarBlocking: boolean;
|
|
39199
|
+
showTaxStatements: boolean;
|
|
39200
|
+
showTwoFactorAuth: boolean;
|
|
39201
|
+
};
|
|
39140
39202
|
ownerPortalShowDraftStatements?: boolean;
|
|
39141
39203
|
members?: {
|
|
39142
39204
|
userId: string;
|
|
@@ -39157,6 +39219,12 @@ export interface operations {
|
|
|
39157
39219
|
}[];
|
|
39158
39220
|
};
|
|
39159
39221
|
} | null;
|
|
39222
|
+
enabledFeatures?: {
|
|
39223
|
+
/** Format: uuid */
|
|
39224
|
+
featureId: string;
|
|
39225
|
+
/** @enum {string} */
|
|
39226
|
+
status: "all" | "disabled" | "partially";
|
|
39227
|
+
}[];
|
|
39160
39228
|
};
|
|
39161
39229
|
};
|
|
39162
39230
|
};
|
|
@@ -40969,6 +41037,9 @@ export interface operations {
|
|
|
40969
41037
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
40970
41038
|
billingSubscriptionStatus?: string | null;
|
|
40971
41039
|
billingPlan?: string | null;
|
|
41040
|
+
billingPaymentMethodType?: string | null;
|
|
41041
|
+
billingCustomerId?: string | null;
|
|
41042
|
+
colorPrimary?: string | null;
|
|
40972
41043
|
createdAt?: string | null;
|
|
40973
41044
|
updatedAt?: string | null;
|
|
40974
41045
|
trialUntil?: string | null;
|
|
@@ -41015,6 +41086,14 @@ export interface operations {
|
|
|
41015
41086
|
logo?: string | null;
|
|
41016
41087
|
statementStartAt?: string | null;
|
|
41017
41088
|
effectiveStatementStartAt?: string | null;
|
|
41089
|
+
settings: {
|
|
41090
|
+
showReservations: boolean;
|
|
41091
|
+
showCancelledReservations: boolean;
|
|
41092
|
+
showReservationTotal: boolean;
|
|
41093
|
+
showOwnerCalendarBlocking: boolean;
|
|
41094
|
+
showTaxStatements: boolean;
|
|
41095
|
+
showTwoFactorAuth: boolean;
|
|
41096
|
+
};
|
|
41018
41097
|
ownerPortalShowDraftStatements?: boolean;
|
|
41019
41098
|
members?: {
|
|
41020
41099
|
userId: string;
|
|
@@ -41035,6 +41114,12 @@ export interface operations {
|
|
|
41035
41114
|
}[];
|
|
41036
41115
|
};
|
|
41037
41116
|
} | null;
|
|
41117
|
+
enabledFeatures?: {
|
|
41118
|
+
/** Format: uuid */
|
|
41119
|
+
featureId: string;
|
|
41120
|
+
/** @enum {string} */
|
|
41121
|
+
status: "all" | "disabled" | "partially";
|
|
41122
|
+
}[];
|
|
41038
41123
|
};
|
|
41039
41124
|
};
|
|
41040
41125
|
};
|
|
@@ -41179,6 +41264,14 @@ export interface operations {
|
|
|
41179
41264
|
/** Format: email */
|
|
41180
41265
|
email?: string;
|
|
41181
41266
|
migratedFromTenantId?: string | null;
|
|
41267
|
+
settings?: {
|
|
41268
|
+
showReservations?: boolean;
|
|
41269
|
+
showCancelledReservations?: boolean;
|
|
41270
|
+
showReservationTotal?: boolean;
|
|
41271
|
+
showOwnerCalendarBlocking?: boolean;
|
|
41272
|
+
showTaxStatements?: boolean;
|
|
41273
|
+
showTwoFactorAuth?: boolean;
|
|
41274
|
+
};
|
|
41182
41275
|
/** @description Cancelation or Reinstatement of the team. */
|
|
41183
41276
|
cancelation?: {
|
|
41184
41277
|
/** @description Date on which the cancelation will take effect or null if an active cancellation should be withdrawn. */
|
|
@@ -41257,6 +41350,9 @@ export interface operations {
|
|
|
41257
41350
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
41258
41351
|
billingSubscriptionStatus?: string | null;
|
|
41259
41352
|
billingPlan?: string | null;
|
|
41353
|
+
billingPaymentMethodType?: string | null;
|
|
41354
|
+
billingCustomerId?: string | null;
|
|
41355
|
+
colorPrimary?: string | null;
|
|
41260
41356
|
createdAt?: string | null;
|
|
41261
41357
|
updatedAt?: string | null;
|
|
41262
41358
|
trialUntil?: string | null;
|
|
@@ -41303,6 +41399,14 @@ export interface operations {
|
|
|
41303
41399
|
logo?: string | null;
|
|
41304
41400
|
statementStartAt?: string | null;
|
|
41305
41401
|
effectiveStatementStartAt?: string | null;
|
|
41402
|
+
settings: {
|
|
41403
|
+
showReservations: boolean;
|
|
41404
|
+
showCancelledReservations: boolean;
|
|
41405
|
+
showReservationTotal: boolean;
|
|
41406
|
+
showOwnerCalendarBlocking: boolean;
|
|
41407
|
+
showTaxStatements: boolean;
|
|
41408
|
+
showTwoFactorAuth: boolean;
|
|
41409
|
+
};
|
|
41306
41410
|
ownerPortalShowDraftStatements?: boolean;
|
|
41307
41411
|
members?: {
|
|
41308
41412
|
userId: string;
|
|
@@ -41323,6 +41427,12 @@ export interface operations {
|
|
|
41323
41427
|
}[];
|
|
41324
41428
|
};
|
|
41325
41429
|
} | null;
|
|
41430
|
+
enabledFeatures?: {
|
|
41431
|
+
/** Format: uuid */
|
|
41432
|
+
featureId: string;
|
|
41433
|
+
/** @enum {string} */
|
|
41434
|
+
status: "all" | "disabled" | "partially";
|
|
41435
|
+
}[];
|
|
41326
41436
|
};
|
|
41327
41437
|
};
|
|
41328
41438
|
};
|
|
@@ -41815,6 +41925,9 @@ export interface operations {
|
|
|
41815
41925
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
41816
41926
|
billingSubscriptionStatus?: string | null;
|
|
41817
41927
|
billingPlan?: string | null;
|
|
41928
|
+
billingPaymentMethodType?: string | null;
|
|
41929
|
+
billingCustomerId?: string | null;
|
|
41930
|
+
colorPrimary?: string | null;
|
|
41818
41931
|
createdAt?: string | null;
|
|
41819
41932
|
updatedAt?: string | null;
|
|
41820
41933
|
trialUntil?: string | null;
|
|
@@ -41861,6 +41974,14 @@ export interface operations {
|
|
|
41861
41974
|
logo?: string | null;
|
|
41862
41975
|
statementStartAt?: string | null;
|
|
41863
41976
|
effectiveStatementStartAt?: string | null;
|
|
41977
|
+
settings: {
|
|
41978
|
+
showReservations: boolean;
|
|
41979
|
+
showCancelledReservations: boolean;
|
|
41980
|
+
showReservationTotal: boolean;
|
|
41981
|
+
showOwnerCalendarBlocking: boolean;
|
|
41982
|
+
showTaxStatements: boolean;
|
|
41983
|
+
showTwoFactorAuth: boolean;
|
|
41984
|
+
};
|
|
41864
41985
|
ownerPortalShowDraftStatements?: boolean;
|
|
41865
41986
|
members?: {
|
|
41866
41987
|
userId: string;
|
|
@@ -41881,6 +42002,12 @@ export interface operations {
|
|
|
41881
42002
|
}[];
|
|
41882
42003
|
};
|
|
41883
42004
|
} | null;
|
|
42005
|
+
enabledFeatures?: {
|
|
42006
|
+
/** Format: uuid */
|
|
42007
|
+
featureId: string;
|
|
42008
|
+
/** @enum {string} */
|
|
42009
|
+
status: "all" | "disabled" | "partially";
|
|
42010
|
+
}[];
|
|
41884
42011
|
};
|
|
41885
42012
|
};
|
|
41886
42013
|
};
|