@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.2.33-1021",
6
+ "version": "1.2.33-1022",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -1406,7 +1406,7 @@ export interface paths {
1406
1406
  patch?: never;
1407
1407
  trace?: never;
1408
1408
  };
1409
- "/store-actions/{id}": {
1409
+ "/dispatch/{id}": {
1410
1410
  parameters: {
1411
1411
  query?: never;
1412
1412
  header?: never;
@@ -1414,7 +1414,7 @@ export interface paths {
1414
1414
  cookie?: never;
1415
1415
  };
1416
1416
  /** @description Retrieve a dispatched action and queued effects for progress tracking */
1417
- get: operations["getStoreAction"];
1417
+ get: operations["getDispatchAction"];
1418
1418
  put?: never;
1419
1419
  post?: never;
1420
1420
  delete?: never;
@@ -7913,7 +7913,7 @@ export interface operations {
7913
7913
  /** @enum {string} */
7914
7914
  type: "partner" | "admin" | "propertyManager";
7915
7915
  /** @enum {string} */
7916
- status: "active" | "inactive";
7916
+ status: "active" | "inactive" | "deleted" | "onboarding";
7917
7917
  billingSubscriptionStatus?: string | null;
7918
7918
  billingPlan?: string | null;
7919
7919
  createdAt?: string | null;
@@ -8122,7 +8122,7 @@ export interface operations {
8122
8122
  /** @enum {string} */
8123
8123
  type: "partner" | "admin" | "propertyManager";
8124
8124
  /** @enum {string} */
8125
- status: "active" | "inactive";
8125
+ status: "active" | "inactive" | "deleted" | "onboarding";
8126
8126
  billingSubscriptionStatus?: string | null;
8127
8127
  billingPlan?: string | null;
8128
8128
  createdAt?: string | null;
@@ -8342,7 +8342,7 @@ export interface operations {
8342
8342
  /** @enum {string} */
8343
8343
  type: "partner" | "admin" | "propertyManager";
8344
8344
  /** @enum {string} */
8345
- status: "active" | "inactive";
8345
+ status: "active" | "inactive" | "deleted" | "onboarding";
8346
8346
  billingSubscriptionStatus?: string | null;
8347
8347
  billingPlan?: string | null;
8348
8348
  createdAt?: string | null;
@@ -8474,7 +8474,7 @@ export interface operations {
8474
8474
  /** @enum {string} */
8475
8475
  type?: "partner" | "admin" | "propertyManager";
8476
8476
  /** @enum {string} */
8477
- status?: "active" | "inactive";
8477
+ status?: "active" | "inactive" | "deleted" | "onboarding";
8478
8478
  billingSubscriptionStatus?: string | null;
8479
8479
  billingPlan?: string | null;
8480
8480
  trialUntil?: string | null;
@@ -8552,7 +8552,7 @@ export interface operations {
8552
8552
  /** @enum {string} */
8553
8553
  type: "partner" | "admin" | "propertyManager";
8554
8554
  /** @enum {string} */
8555
- status: "active" | "inactive";
8555
+ status: "active" | "inactive" | "deleted" | "onboarding";
8556
8556
  billingSubscriptionStatus?: string | null;
8557
8557
  billingPlan?: string | null;
8558
8558
  createdAt?: string | null;
@@ -8696,7 +8696,7 @@ export interface operations {
8696
8696
  /** @enum {string} */
8697
8697
  type: "partner" | "admin" | "propertyManager";
8698
8698
  /** @enum {string} */
8699
- status: "active" | "inactive";
8699
+ status: "active" | "inactive" | "deleted" | "onboarding";
8700
8700
  billingSubscriptionStatus?: string | null;
8701
8701
  billingPlan?: string | null;
8702
8702
  createdAt?: string | null;
@@ -9600,21 +9600,10 @@ export interface operations {
9600
9600
  status: "active" | "inactive";
9601
9601
  }[];
9602
9602
  taxRate?: {
9603
+ id: string;
9603
9604
  name: string;
9604
- countryCode?: string | null;
9605
- currency?: string | null;
9606
9605
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9607
9606
  basisPoints: number;
9608
- /** @enum {string|null} */
9609
- type?: "markup" | "tax" | null;
9610
- uniqueRef?: string | null;
9611
- /** @enum {string|null} */
9612
- status?: "active" | "inactive" | null;
9613
- /** Format: uuid */
9614
- accountId?: string | null;
9615
- /** Format: uuid */
9616
- debitAccountId?: string | null;
9617
- id: string;
9618
9607
  } | null;
9619
9608
  };
9620
9609
  };
@@ -9769,21 +9758,10 @@ export interface operations {
9769
9758
  status: "active" | "inactive";
9770
9759
  }[];
9771
9760
  taxRate?: {
9761
+ id: string;
9772
9762
  name: string;
9773
- countryCode?: string | null;
9774
- currency?: string | null;
9775
9763
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9776
9764
  basisPoints: number;
9777
- /** @enum {string|null} */
9778
- type?: "markup" | "tax" | null;
9779
- uniqueRef?: string | null;
9780
- /** @enum {string|null} */
9781
- status?: "active" | "inactive" | null;
9782
- /** Format: uuid */
9783
- accountId?: string | null;
9784
- /** Format: uuid */
9785
- debitAccountId?: string | null;
9786
- id: string;
9787
9765
  } | null;
9788
9766
  };
9789
9767
  };
@@ -9977,21 +9955,10 @@ export interface operations {
9977
9955
  status: "active" | "inactive";
9978
9956
  }[];
9979
9957
  taxRate?: {
9958
+ id: string;
9980
9959
  name: string;
9981
- countryCode?: string | null;
9982
- currency?: string | null;
9983
9960
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9984
9961
  basisPoints: number;
9985
- /** @enum {string|null} */
9986
- type?: "markup" | "tax" | null;
9987
- uniqueRef?: string | null;
9988
- /** @enum {string|null} */
9989
- status?: "active" | "inactive" | null;
9990
- /** Format: uuid */
9991
- accountId?: string | null;
9992
- /** Format: uuid */
9993
- debitAccountId?: string | null;
9994
- id: string;
9995
9962
  } | null;
9996
9963
  }[];
9997
9964
  pagination: {
@@ -10154,21 +10121,10 @@ export interface operations {
10154
10121
  status: "active" | "inactive";
10155
10122
  }[];
10156
10123
  taxRate?: {
10124
+ id: string;
10157
10125
  name: string;
10158
- countryCode?: string | null;
10159
- currency?: string | null;
10160
10126
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
10161
10127
  basisPoints: number;
10162
- /** @enum {string|null} */
10163
- type?: "markup" | "tax" | null;
10164
- uniqueRef?: string | null;
10165
- /** @enum {string|null} */
10166
- status?: "active" | "inactive" | null;
10167
- /** Format: uuid */
10168
- accountId?: string | null;
10169
- /** Format: uuid */
10170
- debitAccountId?: string | null;
10171
- id: string;
10172
10128
  } | null;
10173
10129
  };
10174
10130
  };
@@ -17644,6 +17600,7 @@ export interface operations {
17644
17600
  status?: "active" | "inactive";
17645
17601
  /** @enum {string} */
17646
17602
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
17603
+ uniqueRef?: string | null;
17647
17604
  id: string;
17648
17605
  offsetAccount?: {
17649
17606
  id: string;
@@ -17782,6 +17739,7 @@ export interface operations {
17782
17739
  last4?: string | null;
17783
17740
  currency?: string | null;
17784
17741
  } | null;
17742
+ uniqueRef?: string | null;
17785
17743
  };
17786
17744
  };
17787
17745
  };
@@ -17798,6 +17756,7 @@ export interface operations {
17798
17756
  status?: "active" | "inactive";
17799
17757
  /** @enum {string} */
17800
17758
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
17759
+ uniqueRef?: string | null;
17801
17760
  id: string;
17802
17761
  offsetAccount?: {
17803
17762
  id: string;
@@ -18013,6 +17972,7 @@ export interface operations {
18013
17972
  status?: "active" | "inactive";
18014
17973
  /** @enum {string} */
18015
17974
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
17975
+ uniqueRef?: string | null;
18016
17976
  id: string;
18017
17977
  offsetAccount?: {
18018
17978
  id: string;
@@ -18159,6 +18119,7 @@ export interface operations {
18159
18119
  last4?: string | null;
18160
18120
  currency?: string | null;
18161
18121
  } | null;
18122
+ uniqueRef?: string | null;
18162
18123
  };
18163
18124
  };
18164
18125
  };
@@ -18175,6 +18136,7 @@ export interface operations {
18175
18136
  status?: "active" | "inactive";
18176
18137
  /** @enum {string} */
18177
18138
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
18139
+ uniqueRef?: string | null;
18178
18140
  id: string;
18179
18141
  offsetAccount?: {
18180
18142
  id: string;
@@ -19200,6 +19162,8 @@ export interface operations {
19200
19162
  requestBody: {
19201
19163
  content: {
19202
19164
  "application/json": {
19165
+ /** Format: uuid */
19166
+ connectionId: string;
19203
19167
  data: {
19204
19168
  address?: {
19205
19169
  full?: string | null;
@@ -19227,14 +19191,12 @@ export interface operations {
19227
19191
  uniqueRef?: string | null;
19228
19192
  /** @enum {string|null} */
19229
19193
  status?: "active" | "inactive" | null;
19230
- invite?: boolean | null;
19231
19194
  /** Format: uuid */
19232
19195
  payoutAccountId?: string | null;
19233
19196
  /** Format: uuid */
19234
19197
  id?: string | null;
19198
+ invite?: boolean | null;
19235
19199
  }[];
19236
- /** Format: uuid */
19237
- connectionId: string;
19238
19200
  };
19239
19201
  };
19240
19202
  };
@@ -19271,7 +19233,6 @@ export interface operations {
19271
19233
  uniqueRef?: string | null;
19272
19234
  /** @enum {string} */
19273
19235
  status: "active" | "inactive";
19274
- invite?: boolean | null;
19275
19236
  /** Format: uuid */
19276
19237
  payoutAccountId?: string | null;
19277
19238
  /** Format: uuid */
@@ -19386,7 +19347,6 @@ export interface operations {
19386
19347
  uniqueRef?: string | null;
19387
19348
  /** @enum {string} */
19388
19349
  status: "active" | "inactive";
19389
- invite?: boolean | null;
19390
19350
  /** Format: uuid */
19391
19351
  payoutAccountId?: string | null;
19392
19352
  /** Format: uuid */
@@ -19500,7 +19460,6 @@ export interface operations {
19500
19460
  uniqueRef?: string | null;
19501
19461
  /** @enum {string|null} */
19502
19462
  status?: "active" | "inactive" | null;
19503
- invite?: boolean | null;
19504
19463
  /** Format: uuid */
19505
19464
  payoutAccountId?: string | null;
19506
19465
  };
@@ -19538,7 +19497,6 @@ export interface operations {
19538
19497
  uniqueRef?: string | null;
19539
19498
  /** @enum {string} */
19540
19499
  status: "active" | "inactive";
19541
- invite?: boolean | null;
19542
19500
  /** Format: uuid */
19543
19501
  payoutAccountId?: string | null;
19544
19502
  /** Format: uuid */
@@ -19735,7 +19693,6 @@ export interface operations {
19735
19693
  uniqueRef?: string | null;
19736
19694
  /** @enum {string} */
19737
19695
  status: "active" | "inactive";
19738
- invite?: boolean | null;
19739
19696
  /** Format: uuid */
19740
19697
  payoutAccountId?: string | null;
19741
19698
  /** Format: uuid */
@@ -19857,9 +19814,9 @@ export interface operations {
19857
19814
  uniqueRef?: string | null;
19858
19815
  /** @enum {string|null} */
19859
19816
  status?: "active" | "inactive" | null;
19860
- invite?: boolean | null;
19861
19817
  /** Format: uuid */
19862
19818
  payoutAccountId?: string | null;
19819
+ invite?: boolean | null;
19863
19820
  };
19864
19821
  };
19865
19822
  };
@@ -19895,7 +19852,6 @@ export interface operations {
19895
19852
  uniqueRef?: string | null;
19896
19853
  /** @enum {string} */
19897
19854
  status: "active" | "inactive";
19898
- invite?: boolean | null;
19899
19855
  /** Format: uuid */
19900
19856
  payoutAccountId?: string | null;
19901
19857
  /** Format: uuid */
@@ -21246,7 +21202,7 @@ export interface operations {
21246
21202
  };
21247
21203
  };
21248
21204
  };
21249
- getStoreAction: {
21205
+ getDispatchAction: {
21250
21206
  parameters: {
21251
21207
  query?: never;
21252
21208
  header?: {
@@ -21280,7 +21236,7 @@ export interface operations {
21280
21236
  /** Format: uuid */
21281
21237
  id: string;
21282
21238
  /** @enum {string} */
21283
- 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";
21239
+ 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";
21284
21240
  payload?: unknown;
21285
21241
  /** @enum {string} */
21286
21242
  status: "pending" | "claimed" | "running" | "completed" | "failed" | "dead_letter";
@@ -23494,9 +23450,9 @@ export interface operations {
23494
23450
  getCalendar: {
23495
23451
  parameters: {
23496
23452
  query: {
23453
+ listingId: string;
23497
23454
  startDate: string;
23498
23455
  endDate: string;
23499
- listingId: string;
23500
23456
  };
23501
23457
  header?: {
23502
23458
  "X-Team-Id"?: string;
@@ -23518,7 +23474,6 @@ export interface operations {
23518
23474
  /** @enum {string} */
23519
23475
  blockReason: "ownerBlock" | "maintenance";
23520
23476
  description?: string;
23521
- id?: string;
23522
23477
  user?: {
23523
23478
  email: string;
23524
23479
  firstName: string;
@@ -23588,9 +23543,9 @@ export interface operations {
23588
23543
  requestBody: {
23589
23544
  content: {
23590
23545
  "application/json": {
23546
+ listingId: string;
23591
23547
  startDate: string;
23592
23548
  endDate: string;
23593
- listingId: string;
23594
23549
  description?: string;
23595
23550
  };
23596
23551
  };
@@ -23608,7 +23563,6 @@ export interface operations {
23608
23563
  /** @enum {string} */
23609
23564
  blockReason: "ownerBlock" | "maintenance";
23610
23565
  description?: string;
23611
- id?: string;
23612
23566
  user?: {
23613
23567
  email: string;
23614
23568
  firstName: string;
@@ -23663,6 +23617,7 @@ export interface operations {
23663
23617
  listingId: string;
23664
23618
  startDate: string;
23665
23619
  endDate: string;
23620
+ description?: string;
23666
23621
  };
23667
23622
  header?: {
23668
23623
  "X-Team-Id"?: string;
@@ -23684,7 +23639,6 @@ export interface operations {
23684
23639
  /** @enum {string} */
23685
23640
  blockReason: "ownerBlock" | "maintenance";
23686
23641
  description?: string;
23687
- id?: string;
23688
23642
  user?: {
23689
23643
  email: string;
23690
23644
  firstName: string;