@vrplatform/api 1.2.33-1021 → 1.2.33-1022

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;
@@ -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";
@@ -23493,9 +23449,9 @@ export interface operations {
23493
23449
  getCalendar: {
23494
23450
  parameters: {
23495
23451
  query: {
23452
+ listingId: string;
23496
23453
  startDate: string;
23497
23454
  endDate: string;
23498
- listingId: string;
23499
23455
  };
23500
23456
  header?: {
23501
23457
  "X-Team-Id"?: string;
@@ -23517,7 +23473,6 @@ export interface operations {
23517
23473
  /** @enum {string} */
23518
23474
  blockReason: "ownerBlock" | "maintenance";
23519
23475
  description?: string;
23520
- id?: string;
23521
23476
  user?: {
23522
23477
  email: string;
23523
23478
  firstName: string;
@@ -23587,9 +23542,9 @@ export interface operations {
23587
23542
  requestBody: {
23588
23543
  content: {
23589
23544
  "application/json": {
23545
+ listingId: string;
23590
23546
  startDate: string;
23591
23547
  endDate: string;
23592
- listingId: string;
23593
23548
  description?: string;
23594
23549
  };
23595
23550
  };
@@ -23607,7 +23562,6 @@ export interface operations {
23607
23562
  /** @enum {string} */
23608
23563
  blockReason: "ownerBlock" | "maintenance";
23609
23564
  description?: string;
23610
- id?: string;
23611
23565
  user?: {
23612
23566
  email: string;
23613
23567
  firstName: string;
@@ -23662,6 +23616,7 @@ export interface operations {
23662
23616
  listingId: string;
23663
23617
  startDate: string;
23664
23618
  endDate: string;
23619
+ description?: string;
23665
23620
  };
23666
23621
  header?: {
23667
23622
  "X-Team-Id"?: string;
@@ -23683,7 +23638,6 @@ export interface operations {
23683
23638
  /** @enum {string} */
23684
23639
  blockReason: "ownerBlock" | "maintenance";
23685
23640
  description?: string;
23686
- id?: string;
23687
23641
  user?: {
23688
23642
  email: string;
23689
23643
  firstName: string;