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