@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.
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-1027",
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;
@@ -5845,7 +5845,7 @@ export interface operations {
5845
5845
  data: {
5846
5846
  /** Format: uuid */
5847
5847
  listingId: string;
5848
- /** @default 2025-11-10 */
5848
+ /** @default 2025-11-11 */
5849
5849
  startAt: string;
5850
5850
  endAt?: string | null;
5851
5851
  setListingInactive?: boolean | null;
@@ -5927,7 +5927,7 @@ export interface operations {
5927
5927
  "application/json": {
5928
5928
  /** Format: uuid */
5929
5929
  listingId: string;
5930
- /** @default 2025-11-10 */
5930
+ /** @default 2025-11-11 */
5931
5931
  startAt?: string;
5932
5932
  endAt?: string | null;
5933
5933
  members: {
@@ -5961,7 +5961,7 @@ export interface operations {
5961
5961
  "application/json": {
5962
5962
  /** Format: uuid */
5963
5963
  listingId: string;
5964
- /** @default 2025-11-10 */
5964
+ /** @default 2025-11-11 */
5965
5965
  startAt: string;
5966
5966
  endAt?: string | null;
5967
5967
  setListingInactive?: boolean | null;
@@ -6041,7 +6041,7 @@ export interface operations {
6041
6041
  "application/json": {
6042
6042
  /** Format: uuid */
6043
6043
  listingId: string;
6044
- /** @default 2025-11-10 */
6044
+ /** @default 2025-11-11 */
6045
6045
  startAt: string;
6046
6046
  endAt?: string | null;
6047
6047
  setListingInactive?: boolean | null;
@@ -6124,7 +6124,7 @@ export interface operations {
6124
6124
  "application/json": {
6125
6125
  /** Format: uuid */
6126
6126
  listingId?: string;
6127
- /** @default 2025-11-10 */
6127
+ /** @default 2025-11-11 */
6128
6128
  startAt?: string;
6129
6129
  endAt?: string | null;
6130
6130
  members?: {
@@ -6158,7 +6158,7 @@ export interface operations {
6158
6158
  "application/json": {
6159
6159
  /** Format: uuid */
6160
6160
  listingId: string;
6161
- /** @default 2025-11-10 */
6161
+ /** @default 2025-11-11 */
6162
6162
  startAt: string;
6163
6163
  endAt?: string | null;
6164
6164
  setListingInactive?: boolean | null;
@@ -6344,7 +6344,7 @@ export interface operations {
6344
6344
  /** Format: uuid */
6345
6345
  sourceId?: string | null;
6346
6346
  initialOwnership?: {
6347
- /** @default 2025-11-10 */
6347
+ /** @default 2025-11-11 */
6348
6348
  startAt?: string;
6349
6349
  endAt?: string | null;
6350
6350
  members: {
@@ -6402,7 +6402,7 @@ export interface operations {
6402
6402
  status: "active" | "inactive";
6403
6403
  defaultCurrency?: string | null;
6404
6404
  activeOwnership?: {
6405
- /** @default 2025-11-10 */
6405
+ /** @default 2025-11-11 */
6406
6406
  startAt: string;
6407
6407
  endAt?: string | null;
6408
6408
  setListingInactive?: boolean | null;
@@ -6643,7 +6643,7 @@ export interface operations {
6643
6643
  status: "active" | "inactive";
6644
6644
  defaultCurrency?: string | null;
6645
6645
  activeOwnership?: {
6646
- /** @default 2025-11-10 */
6646
+ /** @default 2025-11-11 */
6647
6647
  startAt: string;
6648
6648
  endAt?: string | null;
6649
6649
  setListingInactive?: boolean | null;
@@ -6782,7 +6782,7 @@ export interface operations {
6782
6782
  /** Format: uuid */
6783
6783
  sourceId?: string | null;
6784
6784
  initialOwnership?: {
6785
- /** @default 2025-11-10 */
6785
+ /** @default 2025-11-11 */
6786
6786
  startAt?: string;
6787
6787
  endAt?: string | null;
6788
6788
  members: {
@@ -6836,7 +6836,7 @@ export interface operations {
6836
6836
  status: "active" | "inactive";
6837
6837
  defaultCurrency?: string | null;
6838
6838
  activeOwnership?: {
6839
- /** @default 2025-11-10 */
6839
+ /** @default 2025-11-11 */
6840
6840
  startAt: string;
6841
6841
  endAt?: string | null;
6842
6842
  setListingInactive?: boolean | null;
@@ -7053,7 +7053,7 @@ export interface operations {
7053
7053
  status: "active" | "inactive";
7054
7054
  defaultCurrency?: string | null;
7055
7055
  activeOwnership?: {
7056
- /** @default 2025-11-10 */
7056
+ /** @default 2025-11-11 */
7057
7057
  startAt: string;
7058
7058
  endAt?: string | null;
7059
7059
  setListingInactive?: boolean | null;
@@ -7200,7 +7200,7 @@ export interface operations {
7200
7200
  /** Format: uuid */
7201
7201
  sourceId?: string | null;
7202
7202
  initialOwnership?: {
7203
- /** @default 2025-11-10 */
7203
+ /** @default 2025-11-11 */
7204
7204
  startAt?: string;
7205
7205
  endAt?: string | null;
7206
7206
  members: {
@@ -7254,7 +7254,7 @@ export interface operations {
7254
7254
  status: "active" | "inactive";
7255
7255
  defaultCurrency?: string | null;
7256
7256
  activeOwnership?: {
7257
- /** @default 2025-11-10 */
7257
+ /** @default 2025-11-11 */
7258
7258
  startAt: string;
7259
7259
  endAt?: string | null;
7260
7260
  setListingInactive?: boolean | null;
@@ -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";
@@ -22431,9 +22387,9 @@ export interface operations {
22431
22387
  };
22432
22388
  getJournalEntriesReport: {
22433
22389
  parameters: {
22434
- query: {
22435
- startAt: string;
22436
- endAt: string;
22390
+ query?: {
22391
+ startAt?: string;
22392
+ endAt?: string;
22437
22393
  search?: string;
22438
22394
  date?: string;
22439
22395
  amount?: string;
@@ -23102,6 +23058,8 @@ export interface operations {
23102
23058
  query: {
23103
23059
  /** @description Year in format YYYY */
23104
23060
  year: number;
23061
+ /** @description comma separated listings */
23062
+ listingIds?: string;
23105
23063
  };
23106
23064
  header?: {
23107
23065
  "X-Team-Id"?: string;
@@ -23192,6 +23150,8 @@ export interface operations {
23192
23150
  query: {
23193
23151
  /** @description Year in format YYYY */
23194
23152
  year: number;
23153
+ /** @description comma separated listings */
23154
+ listingIds?: string;
23195
23155
  };
23196
23156
  header?: {
23197
23157
  "X-Team-Id"?: string;
@@ -23494,9 +23454,9 @@ export interface operations {
23494
23454
  getCalendar: {
23495
23455
  parameters: {
23496
23456
  query: {
23457
+ listingId: string;
23497
23458
  startDate: string;
23498
23459
  endDate: string;
23499
- listingId: string;
23500
23460
  };
23501
23461
  header?: {
23502
23462
  "X-Team-Id"?: string;
@@ -23518,7 +23478,6 @@ export interface operations {
23518
23478
  /** @enum {string} */
23519
23479
  blockReason: "ownerBlock" | "maintenance";
23520
23480
  description?: string;
23521
- id?: string;
23522
23481
  user?: {
23523
23482
  email: string;
23524
23483
  firstName: string;
@@ -23588,9 +23547,9 @@ export interface operations {
23588
23547
  requestBody: {
23589
23548
  content: {
23590
23549
  "application/json": {
23550
+ listingId: string;
23591
23551
  startDate: string;
23592
23552
  endDate: string;
23593
- listingId: string;
23594
23553
  description?: string;
23595
23554
  };
23596
23555
  };
@@ -23608,7 +23567,6 @@ export interface operations {
23608
23567
  /** @enum {string} */
23609
23568
  blockReason: "ownerBlock" | "maintenance";
23610
23569
  description?: string;
23611
- id?: string;
23612
23570
  user?: {
23613
23571
  email: string;
23614
23572
  firstName: string;
@@ -23663,6 +23621,7 @@ export interface operations {
23663
23621
  listingId: string;
23664
23622
  startDate: string;
23665
23623
  endDate: string;
23624
+ description?: string;
23666
23625
  };
23667
23626
  header?: {
23668
23627
  "X-Team-Id"?: string;
@@ -23684,7 +23643,6 @@ export interface operations {
23684
23643
  /** @enum {string} */
23685
23644
  blockReason: "ownerBlock" | "maintenance";
23686
23645
  description?: string;
23687
- id?: string;
23688
23646
  user?: {
23689
23647
  email: string;
23690
23648
  firstName: string;