@vrplatform/api 1.2.33-1021 → 1.2.33-1027

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.
@@ -1405,7 +1405,7 @@ export interface paths {
1405
1405
  patch?: never;
1406
1406
  trace?: never;
1407
1407
  };
1408
- "/store-actions/{id}": {
1408
+ "/dispatch/{id}": {
1409
1409
  parameters: {
1410
1410
  query?: never;
1411
1411
  header?: never;
@@ -1413,7 +1413,7 @@ export interface paths {
1413
1413
  cookie?: never;
1414
1414
  };
1415
1415
  /** @description Retrieve a dispatched action and queued effects for progress tracking */
1416
- get: operations["getStoreAction"];
1416
+ get: operations["getDispatchAction"];
1417
1417
  put?: never;
1418
1418
  post?: never;
1419
1419
  delete?: never;
@@ -5844,7 +5844,7 @@ export interface operations {
5844
5844
  data: {
5845
5845
  /** Format: uuid */
5846
5846
  listingId: string;
5847
- /** @default 2025-11-10 */
5847
+ /** @default 2025-11-11 */
5848
5848
  startAt: string;
5849
5849
  endAt?: string | null;
5850
5850
  setListingInactive?: boolean | null;
@@ -5926,7 +5926,7 @@ export interface operations {
5926
5926
  "application/json": {
5927
5927
  /** Format: uuid */
5928
5928
  listingId: string;
5929
- /** @default 2025-11-10 */
5929
+ /** @default 2025-11-11 */
5930
5930
  startAt?: string;
5931
5931
  endAt?: string | null;
5932
5932
  members: {
@@ -5960,7 +5960,7 @@ export interface operations {
5960
5960
  "application/json": {
5961
5961
  /** Format: uuid */
5962
5962
  listingId: string;
5963
- /** @default 2025-11-10 */
5963
+ /** @default 2025-11-11 */
5964
5964
  startAt: string;
5965
5965
  endAt?: string | null;
5966
5966
  setListingInactive?: boolean | null;
@@ -6040,7 +6040,7 @@ export interface operations {
6040
6040
  "application/json": {
6041
6041
  /** Format: uuid */
6042
6042
  listingId: string;
6043
- /** @default 2025-11-10 */
6043
+ /** @default 2025-11-11 */
6044
6044
  startAt: string;
6045
6045
  endAt?: string | null;
6046
6046
  setListingInactive?: boolean | null;
@@ -6123,7 +6123,7 @@ export interface operations {
6123
6123
  "application/json": {
6124
6124
  /** Format: uuid */
6125
6125
  listingId?: string;
6126
- /** @default 2025-11-10 */
6126
+ /** @default 2025-11-11 */
6127
6127
  startAt?: string;
6128
6128
  endAt?: string | null;
6129
6129
  members?: {
@@ -6157,7 +6157,7 @@ export interface operations {
6157
6157
  "application/json": {
6158
6158
  /** Format: uuid */
6159
6159
  listingId: string;
6160
- /** @default 2025-11-10 */
6160
+ /** @default 2025-11-11 */
6161
6161
  startAt: string;
6162
6162
  endAt?: string | null;
6163
6163
  setListingInactive?: boolean | null;
@@ -6343,7 +6343,7 @@ export interface operations {
6343
6343
  /** Format: uuid */
6344
6344
  sourceId?: string | null;
6345
6345
  initialOwnership?: {
6346
- /** @default 2025-11-10 */
6346
+ /** @default 2025-11-11 */
6347
6347
  startAt?: string;
6348
6348
  endAt?: string | null;
6349
6349
  members: {
@@ -6401,7 +6401,7 @@ export interface operations {
6401
6401
  status: "active" | "inactive";
6402
6402
  defaultCurrency?: string | null;
6403
6403
  activeOwnership?: {
6404
- /** @default 2025-11-10 */
6404
+ /** @default 2025-11-11 */
6405
6405
  startAt: string;
6406
6406
  endAt?: string | null;
6407
6407
  setListingInactive?: boolean | null;
@@ -6642,7 +6642,7 @@ export interface operations {
6642
6642
  status: "active" | "inactive";
6643
6643
  defaultCurrency?: string | null;
6644
6644
  activeOwnership?: {
6645
- /** @default 2025-11-10 */
6645
+ /** @default 2025-11-11 */
6646
6646
  startAt: string;
6647
6647
  endAt?: string | null;
6648
6648
  setListingInactive?: boolean | null;
@@ -6781,7 +6781,7 @@ export interface operations {
6781
6781
  /** Format: uuid */
6782
6782
  sourceId?: string | null;
6783
6783
  initialOwnership?: {
6784
- /** @default 2025-11-10 */
6784
+ /** @default 2025-11-11 */
6785
6785
  startAt?: string;
6786
6786
  endAt?: string | null;
6787
6787
  members: {
@@ -6835,7 +6835,7 @@ export interface operations {
6835
6835
  status: "active" | "inactive";
6836
6836
  defaultCurrency?: string | null;
6837
6837
  activeOwnership?: {
6838
- /** @default 2025-11-10 */
6838
+ /** @default 2025-11-11 */
6839
6839
  startAt: string;
6840
6840
  endAt?: string | null;
6841
6841
  setListingInactive?: boolean | null;
@@ -7052,7 +7052,7 @@ export interface operations {
7052
7052
  status: "active" | "inactive";
7053
7053
  defaultCurrency?: string | null;
7054
7054
  activeOwnership?: {
7055
- /** @default 2025-11-10 */
7055
+ /** @default 2025-11-11 */
7056
7056
  startAt: string;
7057
7057
  endAt?: string | null;
7058
7058
  setListingInactive?: boolean | null;
@@ -7199,7 +7199,7 @@ export interface operations {
7199
7199
  /** Format: uuid */
7200
7200
  sourceId?: string | null;
7201
7201
  initialOwnership?: {
7202
- /** @default 2025-11-10 */
7202
+ /** @default 2025-11-11 */
7203
7203
  startAt?: string;
7204
7204
  endAt?: string | null;
7205
7205
  members: {
@@ -7253,7 +7253,7 @@ export interface operations {
7253
7253
  status: "active" | "inactive";
7254
7254
  defaultCurrency?: string | null;
7255
7255
  activeOwnership?: {
7256
- /** @default 2025-11-10 */
7256
+ /** @default 2025-11-11 */
7257
7257
  startAt: string;
7258
7258
  endAt?: string | null;
7259
7259
  setListingInactive?: boolean | null;
@@ -7912,7 +7912,7 @@ export interface operations {
7912
7912
  /** @enum {string} */
7913
7913
  type: "partner" | "admin" | "propertyManager";
7914
7914
  /** @enum {string} */
7915
- status: "active" | "inactive";
7915
+ status: "active" | "inactive" | "deleted" | "onboarding";
7916
7916
  billingSubscriptionStatus?: string | null;
7917
7917
  billingPlan?: string | null;
7918
7918
  createdAt?: string | null;
@@ -8121,7 +8121,7 @@ export interface operations {
8121
8121
  /** @enum {string} */
8122
8122
  type: "partner" | "admin" | "propertyManager";
8123
8123
  /** @enum {string} */
8124
- status: "active" | "inactive";
8124
+ status: "active" | "inactive" | "deleted" | "onboarding";
8125
8125
  billingSubscriptionStatus?: string | null;
8126
8126
  billingPlan?: string | null;
8127
8127
  createdAt?: string | null;
@@ -8341,7 +8341,7 @@ export interface operations {
8341
8341
  /** @enum {string} */
8342
8342
  type: "partner" | "admin" | "propertyManager";
8343
8343
  /** @enum {string} */
8344
- status: "active" | "inactive";
8344
+ status: "active" | "inactive" | "deleted" | "onboarding";
8345
8345
  billingSubscriptionStatus?: string | null;
8346
8346
  billingPlan?: string | null;
8347
8347
  createdAt?: string | null;
@@ -8473,7 +8473,7 @@ export interface operations {
8473
8473
  /** @enum {string} */
8474
8474
  type?: "partner" | "admin" | "propertyManager";
8475
8475
  /** @enum {string} */
8476
- status?: "active" | "inactive";
8476
+ status?: "active" | "inactive" | "deleted" | "onboarding";
8477
8477
  billingSubscriptionStatus?: string | null;
8478
8478
  billingPlan?: string | null;
8479
8479
  trialUntil?: string | null;
@@ -8551,7 +8551,7 @@ export interface operations {
8551
8551
  /** @enum {string} */
8552
8552
  type: "partner" | "admin" | "propertyManager";
8553
8553
  /** @enum {string} */
8554
- status: "active" | "inactive";
8554
+ status: "active" | "inactive" | "deleted" | "onboarding";
8555
8555
  billingSubscriptionStatus?: string | null;
8556
8556
  billingPlan?: string | null;
8557
8557
  createdAt?: string | null;
@@ -8695,7 +8695,7 @@ export interface operations {
8695
8695
  /** @enum {string} */
8696
8696
  type: "partner" | "admin" | "propertyManager";
8697
8697
  /** @enum {string} */
8698
- status: "active" | "inactive";
8698
+ status: "active" | "inactive" | "deleted" | "onboarding";
8699
8699
  billingSubscriptionStatus?: string | null;
8700
8700
  billingPlan?: string | null;
8701
8701
  createdAt?: string | null;
@@ -9599,21 +9599,10 @@ export interface operations {
9599
9599
  status: "active" | "inactive";
9600
9600
  }[];
9601
9601
  taxRate?: {
9602
+ id: string;
9602
9603
  name: string;
9603
- countryCode?: string | null;
9604
- currency?: string | null;
9605
9604
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9606
9605
  basisPoints: number;
9607
- /** @enum {string|null} */
9608
- type?: "markup" | "tax" | null;
9609
- uniqueRef?: string | null;
9610
- /** @enum {string|null} */
9611
- status?: "active" | "inactive" | null;
9612
- /** Format: uuid */
9613
- accountId?: string | null;
9614
- /** Format: uuid */
9615
- debitAccountId?: string | null;
9616
- id: string;
9617
9606
  } | null;
9618
9607
  };
9619
9608
  };
@@ -9768,21 +9757,10 @@ export interface operations {
9768
9757
  status: "active" | "inactive";
9769
9758
  }[];
9770
9759
  taxRate?: {
9760
+ id: string;
9771
9761
  name: string;
9772
- countryCode?: string | null;
9773
- currency?: string | null;
9774
9762
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9775
9763
  basisPoints: number;
9776
- /** @enum {string|null} */
9777
- type?: "markup" | "tax" | null;
9778
- uniqueRef?: string | null;
9779
- /** @enum {string|null} */
9780
- status?: "active" | "inactive" | null;
9781
- /** Format: uuid */
9782
- accountId?: string | null;
9783
- /** Format: uuid */
9784
- debitAccountId?: string | null;
9785
- id: string;
9786
9764
  } | null;
9787
9765
  };
9788
9766
  };
@@ -9976,21 +9954,10 @@ export interface operations {
9976
9954
  status: "active" | "inactive";
9977
9955
  }[];
9978
9956
  taxRate?: {
9957
+ id: string;
9979
9958
  name: string;
9980
- countryCode?: string | null;
9981
- currency?: string | null;
9982
9959
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9983
9960
  basisPoints: number;
9984
- /** @enum {string|null} */
9985
- type?: "markup" | "tax" | null;
9986
- uniqueRef?: string | null;
9987
- /** @enum {string|null} */
9988
- status?: "active" | "inactive" | null;
9989
- /** Format: uuid */
9990
- accountId?: string | null;
9991
- /** Format: uuid */
9992
- debitAccountId?: string | null;
9993
- id: string;
9994
9961
  } | null;
9995
9962
  }[];
9996
9963
  pagination: {
@@ -10153,21 +10120,10 @@ export interface operations {
10153
10120
  status: "active" | "inactive";
10154
10121
  }[];
10155
10122
  taxRate?: {
10123
+ id: string;
10156
10124
  name: string;
10157
- countryCode?: string | null;
10158
- currency?: string | null;
10159
10125
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
10160
10126
  basisPoints: number;
10161
- /** @enum {string|null} */
10162
- type?: "markup" | "tax" | null;
10163
- uniqueRef?: string | null;
10164
- /** @enum {string|null} */
10165
- status?: "active" | "inactive" | null;
10166
- /** Format: uuid */
10167
- accountId?: string | null;
10168
- /** Format: uuid */
10169
- debitAccountId?: string | null;
10170
- id: string;
10171
10127
  } | null;
10172
10128
  };
10173
10129
  };
@@ -17643,6 +17599,7 @@ export interface operations {
17643
17599
  status?: "active" | "inactive";
17644
17600
  /** @enum {string} */
17645
17601
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
17602
+ uniqueRef?: string | null;
17646
17603
  id: string;
17647
17604
  offsetAccount?: {
17648
17605
  id: string;
@@ -17781,6 +17738,7 @@ export interface operations {
17781
17738
  last4?: string | null;
17782
17739
  currency?: string | null;
17783
17740
  } | null;
17741
+ uniqueRef?: string | null;
17784
17742
  };
17785
17743
  };
17786
17744
  };
@@ -17797,6 +17755,7 @@ export interface operations {
17797
17755
  status?: "active" | "inactive";
17798
17756
  /** @enum {string} */
17799
17757
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
17758
+ uniqueRef?: string | null;
17800
17759
  id: string;
17801
17760
  offsetAccount?: {
17802
17761
  id: string;
@@ -18012,6 +17971,7 @@ export interface operations {
18012
17971
  status?: "active" | "inactive";
18013
17972
  /** @enum {string} */
18014
17973
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
17974
+ uniqueRef?: string | null;
18015
17975
  id: string;
18016
17976
  offsetAccount?: {
18017
17977
  id: string;
@@ -18158,6 +18118,7 @@ export interface operations {
18158
18118
  last4?: string | null;
18159
18119
  currency?: string | null;
18160
18120
  } | null;
18121
+ uniqueRef?: string | null;
18161
18122
  };
18162
18123
  };
18163
18124
  };
@@ -18174,6 +18135,7 @@ export interface operations {
18174
18135
  status?: "active" | "inactive";
18175
18136
  /** @enum {string} */
18176
18137
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
18138
+ uniqueRef?: string | null;
18177
18139
  id: string;
18178
18140
  offsetAccount?: {
18179
18141
  id: string;
@@ -19199,6 +19161,8 @@ export interface operations {
19199
19161
  requestBody: {
19200
19162
  content: {
19201
19163
  "application/json": {
19164
+ /** Format: uuid */
19165
+ connectionId: string;
19202
19166
  data: {
19203
19167
  address?: {
19204
19168
  full?: string | null;
@@ -19226,14 +19190,12 @@ export interface operations {
19226
19190
  uniqueRef?: string | null;
19227
19191
  /** @enum {string|null} */
19228
19192
  status?: "active" | "inactive" | null;
19229
- invite?: boolean | null;
19230
19193
  /** Format: uuid */
19231
19194
  payoutAccountId?: string | null;
19232
19195
  /** Format: uuid */
19233
19196
  id?: string | null;
19197
+ invite?: boolean | null;
19234
19198
  }[];
19235
- /** Format: uuid */
19236
- connectionId: string;
19237
19199
  };
19238
19200
  };
19239
19201
  };
@@ -19270,7 +19232,6 @@ export interface operations {
19270
19232
  uniqueRef?: string | null;
19271
19233
  /** @enum {string} */
19272
19234
  status: "active" | "inactive";
19273
- invite?: boolean | null;
19274
19235
  /** Format: uuid */
19275
19236
  payoutAccountId?: string | null;
19276
19237
  /** Format: uuid */
@@ -19385,7 +19346,6 @@ export interface operations {
19385
19346
  uniqueRef?: string | null;
19386
19347
  /** @enum {string} */
19387
19348
  status: "active" | "inactive";
19388
- invite?: boolean | null;
19389
19349
  /** Format: uuid */
19390
19350
  payoutAccountId?: string | null;
19391
19351
  /** Format: uuid */
@@ -19499,7 +19459,6 @@ export interface operations {
19499
19459
  uniqueRef?: string | null;
19500
19460
  /** @enum {string|null} */
19501
19461
  status?: "active" | "inactive" | null;
19502
- invite?: boolean | null;
19503
19462
  /** Format: uuid */
19504
19463
  payoutAccountId?: string | null;
19505
19464
  };
@@ -19537,7 +19496,6 @@ export interface operations {
19537
19496
  uniqueRef?: string | null;
19538
19497
  /** @enum {string} */
19539
19498
  status: "active" | "inactive";
19540
- invite?: boolean | null;
19541
19499
  /** Format: uuid */
19542
19500
  payoutAccountId?: string | null;
19543
19501
  /** Format: uuid */
@@ -19734,7 +19692,6 @@ export interface operations {
19734
19692
  uniqueRef?: string | null;
19735
19693
  /** @enum {string} */
19736
19694
  status: "active" | "inactive";
19737
- invite?: boolean | null;
19738
19695
  /** Format: uuid */
19739
19696
  payoutAccountId?: string | null;
19740
19697
  /** Format: uuid */
@@ -19856,9 +19813,9 @@ export interface operations {
19856
19813
  uniqueRef?: string | null;
19857
19814
  /** @enum {string|null} */
19858
19815
  status?: "active" | "inactive" | null;
19859
- invite?: boolean | null;
19860
19816
  /** Format: uuid */
19861
19817
  payoutAccountId?: string | null;
19818
+ invite?: boolean | null;
19862
19819
  };
19863
19820
  };
19864
19821
  };
@@ -19894,7 +19851,6 @@ export interface operations {
19894
19851
  uniqueRef?: string | null;
19895
19852
  /** @enum {string} */
19896
19853
  status: "active" | "inactive";
19897
- invite?: boolean | null;
19898
19854
  /** Format: uuid */
19899
19855
  payoutAccountId?: string | null;
19900
19856
  /** Format: uuid */
@@ -21245,7 +21201,7 @@ export interface operations {
21245
21201
  };
21246
21202
  };
21247
21203
  };
21248
- getStoreAction: {
21204
+ getDispatchAction: {
21249
21205
  parameters: {
21250
21206
  query?: never;
21251
21207
  header?: {
@@ -21279,7 +21235,7 @@ export interface operations {
21279
21235
  /** Format: uuid */
21280
21236
  id: string;
21281
21237
  /** @enum {string} */
21282
- effectType: "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "CREATE_RECURRING_TRANSACTION_INSTANCE" | "UPDATE_RECURRING_TRANSACTION_INSTANCES" | "DEACTIVATE_RECURRING_TEMPLATE" | "UPDATE_RESERVATION_PAYMENTS" | "MATCH_TRANSACTION_LINE_TO_RESERVATION" | "MATCH_RESERVATION_TO_STRIPE_DEPOSIT" | "TEST_EFFECT";
21238
+ effectType: "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "CREATE_RECURRING_TRANSACTION_INSTANCE" | "UPDATE_RECURRING_TRANSACTION_INSTANCES" | "DEACTIVATE_RECURRING_TEMPLATE" | "UPDATE_RESERVATION_PAYMENTS" | "MATCH_TRANSACTION_LINE_TO_RESERVATION" | "MATCH_RESERVATION_TO_STRIPE_DEPOSIT" | "TEST_EFFECT" | "TENANT_HYPERLINE_SYNC" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_LINEAR_WEBHOOK" | "TENANT_SUSPENSION_EMAIL" | "TENANT_STATUS_TRACK" | "CALENDAR_BLOCK_ACTION";
21283
21239
  payload?: unknown;
21284
21240
  /** @enum {string} */
21285
21241
  status: "pending" | "claimed" | "running" | "completed" | "failed" | "dead_letter";
@@ -22430,9 +22386,9 @@ export interface operations {
22430
22386
  };
22431
22387
  getJournalEntriesReport: {
22432
22388
  parameters: {
22433
- query: {
22434
- startAt: string;
22435
- endAt: string;
22389
+ query?: {
22390
+ startAt?: string;
22391
+ endAt?: string;
22436
22392
  search?: string;
22437
22393
  date?: string;
22438
22394
  amount?: string;
@@ -23101,6 +23057,8 @@ export interface operations {
23101
23057
  query: {
23102
23058
  /** @description Year in format YYYY */
23103
23059
  year: number;
23060
+ /** @description comma separated listings */
23061
+ listingIds?: string;
23104
23062
  };
23105
23063
  header?: {
23106
23064
  "X-Team-Id"?: string;
@@ -23191,6 +23149,8 @@ export interface operations {
23191
23149
  query: {
23192
23150
  /** @description Year in format YYYY */
23193
23151
  year: number;
23152
+ /** @description comma separated listings */
23153
+ listingIds?: string;
23194
23154
  };
23195
23155
  header?: {
23196
23156
  "X-Team-Id"?: string;
@@ -23493,9 +23453,9 @@ export interface operations {
23493
23453
  getCalendar: {
23494
23454
  parameters: {
23495
23455
  query: {
23456
+ listingId: string;
23496
23457
  startDate: string;
23497
23458
  endDate: string;
23498
- listingId: string;
23499
23459
  };
23500
23460
  header?: {
23501
23461
  "X-Team-Id"?: string;
@@ -23517,7 +23477,6 @@ export interface operations {
23517
23477
  /** @enum {string} */
23518
23478
  blockReason: "ownerBlock" | "maintenance";
23519
23479
  description?: string;
23520
- id?: string;
23521
23480
  user?: {
23522
23481
  email: string;
23523
23482
  firstName: string;
@@ -23587,9 +23546,9 @@ export interface operations {
23587
23546
  requestBody: {
23588
23547
  content: {
23589
23548
  "application/json": {
23549
+ listingId: string;
23590
23550
  startDate: string;
23591
23551
  endDate: string;
23592
- listingId: string;
23593
23552
  description?: string;
23594
23553
  };
23595
23554
  };
@@ -23607,7 +23566,6 @@ export interface operations {
23607
23566
  /** @enum {string} */
23608
23567
  blockReason: "ownerBlock" | "maintenance";
23609
23568
  description?: string;
23610
- id?: string;
23611
23569
  user?: {
23612
23570
  email: string;
23613
23571
  firstName: string;
@@ -23662,6 +23620,7 @@ export interface operations {
23662
23620
  listingId: string;
23663
23621
  startDate: string;
23664
23622
  endDate: string;
23623
+ description?: string;
23665
23624
  };
23666
23625
  header?: {
23667
23626
  "X-Team-Id"?: string;
@@ -23683,7 +23642,6 @@ export interface operations {
23683
23642
  /** @enum {string} */
23684
23643
  blockReason: "ownerBlock" | "maintenance";
23685
23644
  description?: string;
23686
- id?: string;
23687
23645
  user?: {
23688
23646
  email: string;
23689
23647
  firstName: string;