@vrplatform/api 1.3.1-stage.4423 → 1.3.1-stage.4424

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.
@@ -28143,6 +28143,7 @@ export interface operations {
28143
28143
  statementStartAt?: string | null;
28144
28144
  effectiveStatementStartAt?: string | null;
28145
28145
  settings: {
28146
+ showVRPilotGuide: boolean;
28146
28147
  showReservations: boolean;
28147
28148
  showCancelledReservations: boolean;
28148
28149
  showReservationTotal: boolean;
@@ -28467,6 +28468,7 @@ export interface operations {
28467
28468
  statementStartAt?: string | null;
28468
28469
  effectiveStatementStartAt?: string | null;
28469
28470
  settings: {
28471
+ showVRPilotGuide: boolean;
28470
28472
  showReservations: boolean;
28471
28473
  showCancelledReservations: boolean;
28472
28474
  showReservationTotal: boolean;
@@ -30802,6 +30804,8 @@ export interface operations {
30802
30804
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
30803
30805
  rateType?: ("flat" | "percentage") | null;
30804
30806
  defaultRate?: number | null;
30807
+ /** @enum {string} */
30808
+ status: "active" | "inactive";
30805
30809
  };
30806
30810
  }[] | null;
30807
30811
  source?: {
@@ -31043,6 +31047,8 @@ export interface operations {
31043
31047
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
31044
31048
  rateType?: ("flat" | "percentage") | null;
31045
31049
  defaultRate?: number | null;
31050
+ /** @enum {string} */
31051
+ status: "active" | "inactive";
31046
31052
  };
31047
31053
  }[] | null;
31048
31054
  initialOwnership?: {
@@ -31162,6 +31168,8 @@ export interface operations {
31162
31168
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
31163
31169
  rateType?: ("flat" | "percentage") | null;
31164
31170
  defaultRate?: number | null;
31171
+ /** @enum {string} */
31172
+ status: "active" | "inactive";
31165
31173
  };
31166
31174
  }[] | null;
31167
31175
  source?: {
@@ -33167,6 +33175,8 @@ export interface operations {
33167
33175
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
33168
33176
  rateType?: ("flat" | "percentage") | null;
33169
33177
  defaultRate?: number | null;
33178
+ /** @enum {string} */
33179
+ status: "active" | "inactive";
33170
33180
  };
33171
33181
  }[] | null;
33172
33182
  source?: {
@@ -33400,6 +33410,8 @@ export interface operations {
33400
33410
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
33401
33411
  rateType?: ("flat" | "percentage") | null;
33402
33412
  defaultRate?: number | null;
33413
+ /** @enum {string} */
33414
+ status: "active" | "inactive";
33403
33415
  };
33404
33416
  }[] | null;
33405
33417
  initialOwnership?: {
@@ -33519,6 +33531,8 @@ export interface operations {
33519
33531
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
33520
33532
  rateType?: ("flat" | "percentage") | null;
33521
33533
  defaultRate?: number | null;
33534
+ /** @enum {string} */
33535
+ status: "active" | "inactive";
33522
33536
  };
33523
33537
  }[] | null;
33524
33538
  source?: {
@@ -34328,6 +34342,8 @@ export interface operations {
34328
34342
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
34329
34343
  rateType?: ("flat" | "percentage") | null;
34330
34344
  defaultRate?: number | null;
34345
+ /** @enum {string} */
34346
+ status: "active" | "inactive";
34331
34347
  };
34332
34348
  }[] | null;
34333
34349
  source?: {
@@ -34636,6 +34652,8 @@ export interface operations {
34636
34652
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
34637
34653
  rateType?: ("flat" | "percentage") | null;
34638
34654
  defaultRate?: number | null;
34655
+ /** @enum {string} */
34656
+ status: "active" | "inactive";
34639
34657
  };
34640
34658
  }[] | null;
34641
34659
  source?: {
@@ -34892,6 +34910,7 @@ export interface operations {
34892
34910
  colorPrimary: string | null;
34893
34911
  logo: string | null;
34894
34912
  settings: {
34913
+ showVRPilotGuide: boolean;
34895
34914
  showReservations: boolean;
34896
34915
  showCancelledReservations: boolean;
34897
34916
  showReservationTotal: boolean;
@@ -40678,7 +40697,8 @@ export interface operations {
40678
40697
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
40679
40698
  taxBehavior?: ("excluded" | "included") | null;
40680
40699
  revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
40681
- status?: ("active" | "inactive") | null;
40700
+ /** @enum {string} */
40701
+ status: "active" | "inactive";
40682
40702
  rateType?: ("flat" | "percentage") | null;
40683
40703
  /** @enum {string} */
40684
40704
  creditParty: "manager" | "owners";
@@ -40975,7 +40995,8 @@ export interface operations {
40975
40995
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
40976
40996
  taxBehavior?: ("excluded" | "included") | null;
40977
40997
  revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
40978
- status?: ("active" | "inactive") | null;
40998
+ /** @enum {string} */
40999
+ status: "active" | "inactive";
40979
41000
  rateType?: ("flat" | "percentage") | null;
40980
41001
  /** @enum {string} */
40981
41002
  creditParty: "manager" | "owners";
@@ -41243,6 +41264,8 @@ export interface operations {
41243
41264
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
41244
41265
  rateType?: ("flat" | "percentage") | null;
41245
41266
  defaultRate?: number | null;
41267
+ /** @enum {string} */
41268
+ status: "active" | "inactive";
41246
41269
  };
41247
41270
  }[];
41248
41271
  pagination: {
@@ -41436,6 +41459,8 @@ export interface operations {
41436
41459
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
41437
41460
  rateType?: ("flat" | "percentage") | null;
41438
41461
  defaultRate?: number | null;
41462
+ /** @enum {string} */
41463
+ status: "active" | "inactive";
41439
41464
  };
41440
41465
  };
41441
41466
  };
@@ -41619,6 +41644,8 @@ export interface operations {
41619
41644
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
41620
41645
  rateType?: ("flat" | "percentage") | null;
41621
41646
  defaultRate?: number | null;
41647
+ /** @enum {string} */
41648
+ status: "active" | "inactive";
41622
41649
  };
41623
41650
  };
41624
41651
  };
@@ -42266,7 +42293,8 @@ export interface operations {
42266
42293
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
42267
42294
  taxBehavior?: ("excluded" | "included") | null;
42268
42295
  revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
42269
- status?: ("active" | "inactive") | null;
42296
+ /** @enum {string} */
42297
+ status: "active" | "inactive";
42270
42298
  rateType?: ("flat" | "percentage") | null;
42271
42299
  /** @enum {string} */
42272
42300
  creditParty: "manager" | "owners";
@@ -42555,7 +42583,8 @@ export interface operations {
42555
42583
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
42556
42584
  taxBehavior?: ("excluded" | "included") | null;
42557
42585
  revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
42558
- status?: ("active" | "inactive") | null;
42586
+ /** @enum {string} */
42587
+ status: "active" | "inactive";
42559
42588
  rateType?: ("flat" | "percentage") | null;
42560
42589
  /** @enum {string} */
42561
42590
  creditParty: "manager" | "owners";
@@ -73958,6 +73987,7 @@ export interface operations {
73958
73987
  statementStartAt?: string | null;
73959
73988
  effectiveStatementStartAt?: string | null;
73960
73989
  settings: {
73990
+ showVRPilotGuide: boolean;
73961
73991
  showReservations: boolean;
73962
73992
  showCancelledReservations: boolean;
73963
73993
  showReservationTotal: boolean;
@@ -74188,6 +74218,7 @@ export interface operations {
74188
74218
  supportEmail?: string | null;
74189
74219
  migratedFromTenantId?: string | null;
74190
74220
  settings?: {
74221
+ showVRPilotGuide?: boolean;
74191
74222
  showReservations?: boolean;
74192
74223
  showCancelledReservations?: boolean;
74193
74224
  showReservationTotal?: boolean;
@@ -74342,6 +74373,7 @@ export interface operations {
74342
74373
  statementStartAt?: string | null;
74343
74374
  effectiveStatementStartAt?: string | null;
74344
74375
  settings: {
74376
+ showVRPilotGuide: boolean;
74345
74377
  showReservations: boolean;
74346
74378
  showCancelledReservations: boolean;
74347
74379
  showReservationTotal: boolean;
@@ -75013,20 +75045,62 @@ export interface operations {
75013
75045
  content: {
75014
75046
  "application/json": {
75015
75047
  status: ("skipped" | "completed") | null;
75016
- welcome: ("skipped" | "completed") | null;
75017
- connectPms: ("skipped" | "completed") | null;
75018
- connectAiAgents: ("skipped" | "completed") | null;
75019
- connectBankAccounts: ("skipped" | "completed") | null;
75020
- connectRamp: ("skipped" | "completed") | null;
75021
- connectPaymentProcessors: ("skipped" | "completed") | null;
75022
- connectAirbnb: ("skipped" | "completed") | null;
75023
- addOwners: ("skipped" | "completed") | null;
75024
- reportingPreferences: ("skipped" | "completed") | null;
75025
- feesAndCommissions: ("skipped" | "completed") | null;
75026
- ownerStatementTemplate: ("skipped" | "completed") | null;
75027
- openingBalances: ("skipped" | "completed") | null;
75028
- addWorkflows: ("skipped" | "completed") | null;
75029
- validateAndGoLive: ("skipped" | "completed") | null;
75048
+ welcome: {
75049
+ status: ("skipped" | "completed") | null;
75050
+ updatedAt: string | null;
75051
+ };
75052
+ connectPms: {
75053
+ status: ("skipped" | "completed") | null;
75054
+ updatedAt: string | null;
75055
+ };
75056
+ connectAiAgents: {
75057
+ status: ("skipped" | "completed") | null;
75058
+ updatedAt: string | null;
75059
+ };
75060
+ connectBankAccounts: {
75061
+ status: ("skipped" | "completed") | null;
75062
+ updatedAt: string | null;
75063
+ };
75064
+ connectRamp: {
75065
+ status: ("skipped" | "completed") | null;
75066
+ updatedAt: string | null;
75067
+ };
75068
+ connectPaymentProcessors: {
75069
+ status: ("skipped" | "completed") | null;
75070
+ updatedAt: string | null;
75071
+ };
75072
+ connectAirbnb: {
75073
+ status: ("skipped" | "completed") | null;
75074
+ updatedAt: string | null;
75075
+ };
75076
+ addOwners: {
75077
+ status: ("skipped" | "completed") | null;
75078
+ updatedAt: string | null;
75079
+ };
75080
+ reportingPreferences: {
75081
+ status: ("skipped" | "completed") | null;
75082
+ updatedAt: string | null;
75083
+ };
75084
+ feesAndCommissions: {
75085
+ status: ("skipped" | "completed") | null;
75086
+ updatedAt: string | null;
75087
+ };
75088
+ ownerStatementTemplate: {
75089
+ status: ("skipped" | "completed") | null;
75090
+ updatedAt: string | null;
75091
+ };
75092
+ openingBalances: {
75093
+ status: ("skipped" | "completed") | null;
75094
+ updatedAt: string | null;
75095
+ };
75096
+ addWorkflows: {
75097
+ status: ("skipped" | "completed") | null;
75098
+ updatedAt: string | null;
75099
+ };
75100
+ validateAndGoLive: {
75101
+ status: ("skipped" | "completed") | null;
75102
+ updatedAt: string | null;
75103
+ };
75030
75104
  };
75031
75105
  };
75032
75106
  };
@@ -75175,20 +75249,20 @@ export interface operations {
75175
75249
  content: {
75176
75250
  "application/json": {
75177
75251
  status?: ("skipped" | "completed") | null;
75178
- welcome?: ("skipped" | "completed") | null;
75179
- connectPms?: ("skipped" | "completed") | null;
75252
+ addOwners?: ("skipped" | "completed") | null;
75253
+ addWorkflows?: ("skipped" | "completed") | null;
75180
75254
  connectAiAgents?: ("skipped" | "completed") | null;
75255
+ connectAirbnb?: ("skipped" | "completed") | null;
75181
75256
  connectBankAccounts?: ("skipped" | "completed") | null;
75182
- connectRamp?: ("skipped" | "completed") | null;
75183
75257
  connectPaymentProcessors?: ("skipped" | "completed") | null;
75184
- connectAirbnb?: ("skipped" | "completed") | null;
75185
- addOwners?: ("skipped" | "completed") | null;
75186
- reportingPreferences?: ("skipped" | "completed") | null;
75258
+ connectPms?: ("skipped" | "completed") | null;
75259
+ connectRamp?: ("skipped" | "completed") | null;
75187
75260
  feesAndCommissions?: ("skipped" | "completed") | null;
75188
- ownerStatementTemplate?: ("skipped" | "completed") | null;
75189
75261
  openingBalances?: ("skipped" | "completed") | null;
75190
- addWorkflows?: ("skipped" | "completed") | null;
75262
+ ownerStatementTemplate?: ("skipped" | "completed") | null;
75263
+ reportingPreferences?: ("skipped" | "completed") | null;
75191
75264
  validateAndGoLive?: ("skipped" | "completed") | null;
75265
+ welcome?: ("skipped" | "completed") | null;
75192
75266
  };
75193
75267
  };
75194
75268
  };
@@ -75201,20 +75275,62 @@ export interface operations {
75201
75275
  content: {
75202
75276
  "application/json": {
75203
75277
  status: ("skipped" | "completed") | null;
75204
- welcome: ("skipped" | "completed") | null;
75205
- connectPms: ("skipped" | "completed") | null;
75206
- connectAiAgents: ("skipped" | "completed") | null;
75207
- connectBankAccounts: ("skipped" | "completed") | null;
75208
- connectRamp: ("skipped" | "completed") | null;
75209
- connectPaymentProcessors: ("skipped" | "completed") | null;
75210
- connectAirbnb: ("skipped" | "completed") | null;
75211
- addOwners: ("skipped" | "completed") | null;
75212
- reportingPreferences: ("skipped" | "completed") | null;
75213
- feesAndCommissions: ("skipped" | "completed") | null;
75214
- ownerStatementTemplate: ("skipped" | "completed") | null;
75215
- openingBalances: ("skipped" | "completed") | null;
75216
- addWorkflows: ("skipped" | "completed") | null;
75217
- validateAndGoLive: ("skipped" | "completed") | null;
75278
+ welcome: {
75279
+ status: ("skipped" | "completed") | null;
75280
+ updatedAt: string | null;
75281
+ };
75282
+ connectPms: {
75283
+ status: ("skipped" | "completed") | null;
75284
+ updatedAt: string | null;
75285
+ };
75286
+ connectAiAgents: {
75287
+ status: ("skipped" | "completed") | null;
75288
+ updatedAt: string | null;
75289
+ };
75290
+ connectBankAccounts: {
75291
+ status: ("skipped" | "completed") | null;
75292
+ updatedAt: string | null;
75293
+ };
75294
+ connectRamp: {
75295
+ status: ("skipped" | "completed") | null;
75296
+ updatedAt: string | null;
75297
+ };
75298
+ connectPaymentProcessors: {
75299
+ status: ("skipped" | "completed") | null;
75300
+ updatedAt: string | null;
75301
+ };
75302
+ connectAirbnb: {
75303
+ status: ("skipped" | "completed") | null;
75304
+ updatedAt: string | null;
75305
+ };
75306
+ addOwners: {
75307
+ status: ("skipped" | "completed") | null;
75308
+ updatedAt: string | null;
75309
+ };
75310
+ reportingPreferences: {
75311
+ status: ("skipped" | "completed") | null;
75312
+ updatedAt: string | null;
75313
+ };
75314
+ feesAndCommissions: {
75315
+ status: ("skipped" | "completed") | null;
75316
+ updatedAt: string | null;
75317
+ };
75318
+ ownerStatementTemplate: {
75319
+ status: ("skipped" | "completed") | null;
75320
+ updatedAt: string | null;
75321
+ };
75322
+ openingBalances: {
75323
+ status: ("skipped" | "completed") | null;
75324
+ updatedAt: string | null;
75325
+ };
75326
+ addWorkflows: {
75327
+ status: ("skipped" | "completed") | null;
75328
+ updatedAt: string | null;
75329
+ };
75330
+ validateAndGoLive: {
75331
+ status: ("skipped" | "completed") | null;
75332
+ updatedAt: string | null;
75333
+ };
75218
75334
  };
75219
75335
  };
75220
75336
  };
@@ -75498,6 +75614,7 @@ export interface operations {
75498
75614
  statementStartAt?: string | null;
75499
75615
  effectiveStatementStartAt?: string | null;
75500
75616
  settings: {
75617
+ showVRPilotGuide: boolean;
75501
75618
  showReservations: boolean;
75502
75619
  showCancelledReservations: boolean;
75503
75620
  showReservationTotal: boolean;
@@ -76375,6 +76492,7 @@ export interface operations {
76375
76492
  };
76376
76493
  content: {
76377
76494
  "application/json": {
76495
+ showVRPilotGuide: boolean;
76378
76496
  showReservations: boolean;
76379
76497
  showCancelledReservations: boolean;
76380
76498
  showReservationTotal: boolean;
@@ -76528,6 +76646,7 @@ export interface operations {
76528
76646
  requestBody?: {
76529
76647
  content: {
76530
76648
  "application/json": {
76649
+ showVRPilotGuide?: boolean;
76531
76650
  showReservations?: boolean;
76532
76651
  showCancelledReservations?: boolean;
76533
76652
  showReservationTotal?: boolean;
@@ -76545,6 +76664,7 @@ export interface operations {
76545
76664
  };
76546
76665
  content: {
76547
76666
  "application/json": {
76667
+ showVRPilotGuide: boolean;
76548
76668
  showReservations: boolean;
76549
76669
  showCancelledReservations: boolean;
76550
76670
  showReservationTotal: boolean;
@@ -76842,6 +76962,7 @@ export interface operations {
76842
76962
  statementStartAt?: string | null;
76843
76963
  effectiveStatementStartAt?: string | null;
76844
76964
  settings: {
76965
+ showVRPilotGuide: boolean;
76845
76966
  showReservations: boolean;
76846
76967
  showCancelledReservations: boolean;
76847
76968
  showReservationTotal: boolean;
@@ -77224,6 +77345,7 @@ export interface operations {
77224
77345
  statementStartAt?: string | null;
77225
77346
  effectiveStatementStartAt?: string | null;
77226
77347
  settings: {
77348
+ showVRPilotGuide: boolean;
77227
77349
  showReservations: boolean;
77228
77350
  showCancelledReservations: boolean;
77229
77351
  showReservationTotal: boolean;
@@ -78394,6 +78516,7 @@ export interface operations {
78394
78516
  statementStartAt?: string | null;
78395
78517
  effectiveStatementStartAt?: string | null;
78396
78518
  settings: {
78519
+ showVRPilotGuide: boolean;
78397
78520
  showReservations: boolean;
78398
78521
  showCancelledReservations: boolean;
78399
78522
  showReservationTotal: boolean;
@@ -78712,6 +78835,7 @@ export interface operations {
78712
78835
  statementStartAt?: string | null;
78713
78836
  effectiveStatementStartAt?: string | null;
78714
78837
  settings: {
78838
+ showVRPilotGuide: boolean;
78715
78839
  showReservations: boolean;
78716
78840
  showCancelledReservations: boolean;
78717
78841
  showReservationTotal: boolean;