@vrplatform/api 1.2.40-stage.1047 → 1.2.40

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.
@@ -680,26 +680,6 @@ export interface paths {
680
680
  patch?: never;
681
681
  trace?: never;
682
682
  };
683
- "/statements/totals": {
684
- parameters: {
685
- query?: never;
686
- header?: never;
687
- path?: never;
688
- cookie?: never;
689
- };
690
- /**
691
- * Aggregated owner statement totals without pagination effects
692
- * @description Get statement totals for a month
693
- */
694
- get: operations["getOwnerStatementTotals"];
695
- put?: never;
696
- post?: never;
697
- delete?: never;
698
- options?: never;
699
- head?: never;
700
- patch?: never;
701
- trace?: never;
702
- };
703
683
  "/statements/{id}": {
704
684
  parameters: {
705
685
  query?: never;
@@ -1426,7 +1406,7 @@ export interface paths {
1426
1406
  patch?: never;
1427
1407
  trace?: never;
1428
1408
  };
1429
- "/dispatch/{id}": {
1409
+ "/store-actions/{id}": {
1430
1410
  parameters: {
1431
1411
  query?: never;
1432
1412
  header?: never;
@@ -1434,7 +1414,24 @@ export interface paths {
1434
1414
  cookie?: never;
1435
1415
  };
1436
1416
  /** @description Retrieve a dispatched action and queued effects for progress tracking */
1437
- get: operations["getDispatchAction"];
1417
+ get: operations["getStoreAction"];
1418
+ put?: never;
1419
+ post?: never;
1420
+ delete?: never;
1421
+ options?: never;
1422
+ head?: never;
1423
+ patch?: never;
1424
+ trace?: never;
1425
+ };
1426
+ "/reviews": {
1427
+ parameters: {
1428
+ query?: never;
1429
+ header?: never;
1430
+ path?: never;
1431
+ cookie?: never;
1432
+ };
1433
+ /** @description Reviews list */
1434
+ get: operations["getReviews"];
1438
1435
  put?: never;
1439
1436
  post?: never;
1440
1437
  delete?: never;
@@ -2335,19 +2332,19 @@ export interface components {
2335
2332
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
2336
2333
  * @enum {string|null}
2337
2334
  */
2338
- type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
2335
+ type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
2339
2336
  filter: string | null;
2340
2337
  value: components["schemas"]["FlowMappingResolvedEntityValue"];
2341
2338
  };
2342
2339
  /** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
2343
2340
  FlowMappingResolvedEntityValue: {
2344
- id: string | number;
2341
+ id: string;
2345
2342
  name: string;
2346
2343
  /**
2347
2344
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
2348
2345
  * @enum {string}
2349
2346
  */
2350
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
2347
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
2351
2348
  };
2352
2349
  /** @description Collection of settings after mutation with normalized { id, name, type } value payloads. */
2353
2350
  FlowSettingItemsPost: components["schemas"]["FlowSettingItemPost"][];
@@ -2366,7 +2363,7 @@ export interface components {
2366
2363
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
2367
2364
  * @enum {string|null}
2368
2365
  */
2369
- type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
2366
+ type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
2370
2367
  filter: string | null;
2371
2368
  value: components["schemas"]["FlowMappingResolvedEntityValue"];
2372
2369
  };
@@ -4150,24 +4147,55 @@ export interface operations {
4150
4147
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
4151
4148
  } | null;
4152
4149
  recurringFee?: {
4153
- /** Format: uuid */
4154
4150
  id: string;
4155
4151
  uniqueRef: string;
4156
4152
  name: string;
4157
- type: string;
4153
+ /** @enum {string} */
4154
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
4158
4155
  } | null;
4159
4156
  transaction?: {
4160
- /** Format: uuid */
4161
4157
  id: string;
4158
+ /** @enum {string} */
4159
+ status: "active" | "inactive";
4160
+ /** @description Value in cents (100 = 1€) */
4162
4161
  amount: number;
4163
4162
  account?: {
4164
- /** Format: uuid */
4165
4163
  id: string;
4166
4164
  name: string;
4165
+ uniqueRef?: string | null;
4166
+ /** @enum {string} */
4167
+ status: "active" | "inactive";
4167
4168
  } | null;
4168
4169
  date: string;
4169
- description?: string | null;
4170
+ description: string;
4170
4171
  currency: string;
4172
+ /** @enum {string} */
4173
+ type: "deposit" | "expense" | "transfer";
4174
+ contact?: {
4175
+ /** Format: uuid */
4176
+ id: string;
4177
+ name?: string | null;
4178
+ uniqueRef?: string | null;
4179
+ } | null;
4180
+ connection?: {
4181
+ /** Format: uuid */
4182
+ id: string;
4183
+ name: string;
4184
+ /** @enum {string} */
4185
+ status: "active" | "inactive";
4186
+ uniqueRef?: string | null;
4187
+ app: {
4188
+ id: string;
4189
+ name: string;
4190
+ icon?: string | null;
4191
+ importers?: string[] | null;
4192
+ extractors?: string[] | null;
4193
+ };
4194
+ } | null;
4195
+ uniqueRef?: string | null;
4196
+ recurringTemplate?: {
4197
+ id: string;
4198
+ } | null;
4171
4199
  } | null;
4172
4200
  line?: {
4173
4201
  id: string;
@@ -4180,6 +4208,17 @@ export interface operations {
4180
4208
  /** Format: uuid */
4181
4209
  id: string;
4182
4210
  name: string;
4211
+ address?: {
4212
+ full?: string | null;
4213
+ line1?: string | null;
4214
+ line2?: string | null;
4215
+ city?: string | null;
4216
+ /** @deprecated */
4217
+ state?: string | null;
4218
+ postalCode?: string | null;
4219
+ stateCode?: string | null;
4220
+ countryCode?: string | null;
4221
+ } | null;
4183
4222
  uniqueRef?: string | null;
4184
4223
  } | null;
4185
4224
  listingConnection?: {
@@ -4242,11 +4281,11 @@ export interface operations {
4242
4281
  status: "active" | "inactive";
4243
4282
  } | null;
4244
4283
  recurringFee?: {
4245
- /** Format: uuid */
4246
4284
  id: string;
4247
4285
  uniqueRef: string;
4248
4286
  name: string;
4249
- type: string;
4287
+ /** @enum {string} */
4288
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
4250
4289
  } | null;
4251
4290
  }[];
4252
4291
  }[];
@@ -4308,7 +4347,6 @@ export interface operations {
4308
4347
  requestBody: {
4309
4348
  content: {
4310
4349
  "application/json": {
4311
- dangerouslyAllowLocked?: boolean;
4312
4350
  ids?: string[];
4313
4351
  listingIds?: string[];
4314
4352
  connectionIds?: string[];
@@ -4487,24 +4525,55 @@ export interface operations {
4487
4525
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
4488
4526
  } | null;
4489
4527
  recurringFee?: {
4490
- /** Format: uuid */
4491
4528
  id: string;
4492
4529
  uniqueRef: string;
4493
4530
  name: string;
4494
- type: string;
4531
+ /** @enum {string} */
4532
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
4495
4533
  } | null;
4496
4534
  transaction?: {
4497
- /** Format: uuid */
4498
4535
  id: string;
4536
+ /** @enum {string} */
4537
+ status: "active" | "inactive";
4538
+ /** @description Value in cents (100 = 1€) */
4499
4539
  amount: number;
4500
4540
  account?: {
4501
- /** Format: uuid */
4502
4541
  id: string;
4503
4542
  name: string;
4543
+ uniqueRef?: string | null;
4544
+ /** @enum {string} */
4545
+ status: "active" | "inactive";
4504
4546
  } | null;
4505
4547
  date: string;
4506
- description?: string | null;
4548
+ description: string;
4507
4549
  currency: string;
4550
+ /** @enum {string} */
4551
+ type: "deposit" | "expense" | "transfer";
4552
+ contact?: {
4553
+ /** Format: uuid */
4554
+ id: string;
4555
+ name?: string | null;
4556
+ uniqueRef?: string | null;
4557
+ } | null;
4558
+ connection?: {
4559
+ /** Format: uuid */
4560
+ id: string;
4561
+ name: string;
4562
+ /** @enum {string} */
4563
+ status: "active" | "inactive";
4564
+ uniqueRef?: string | null;
4565
+ app: {
4566
+ id: string;
4567
+ name: string;
4568
+ icon?: string | null;
4569
+ importers?: string[] | null;
4570
+ extractors?: string[] | null;
4571
+ };
4572
+ } | null;
4573
+ uniqueRef?: string | null;
4574
+ recurringTemplate?: {
4575
+ id: string;
4576
+ } | null;
4508
4577
  } | null;
4509
4578
  line?: {
4510
4579
  id: string;
@@ -4517,6 +4586,17 @@ export interface operations {
4517
4586
  /** Format: uuid */
4518
4587
  id: string;
4519
4588
  name: string;
4589
+ address?: {
4590
+ full?: string | null;
4591
+ line1?: string | null;
4592
+ line2?: string | null;
4593
+ city?: string | null;
4594
+ /** @deprecated */
4595
+ state?: string | null;
4596
+ postalCode?: string | null;
4597
+ stateCode?: string | null;
4598
+ countryCode?: string | null;
4599
+ } | null;
4520
4600
  uniqueRef?: string | null;
4521
4601
  } | null;
4522
4602
  listingConnection?: {
@@ -4579,11 +4659,11 @@ export interface operations {
4579
4659
  status: "active" | "inactive";
4580
4660
  } | null;
4581
4661
  recurringFee?: {
4582
- /** Format: uuid */
4583
4662
  id: string;
4584
4663
  uniqueRef: string;
4585
4664
  name: string;
4586
- type: string;
4665
+ /** @enum {string} */
4666
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
4587
4667
  } | null;
4588
4668
  }[];
4589
4669
  };
@@ -4904,24 +4984,55 @@ export interface operations {
4904
4984
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
4905
4985
  } | null;
4906
4986
  recurringFee?: {
4907
- /** Format: uuid */
4908
4987
  id: string;
4909
4988
  uniqueRef: string;
4910
4989
  name: string;
4911
- type: string;
4990
+ /** @enum {string} */
4991
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
4912
4992
  } | null;
4913
4993
  transaction?: {
4914
- /** Format: uuid */
4915
4994
  id: string;
4995
+ /** @enum {string} */
4996
+ status: "active" | "inactive";
4997
+ /** @description Value in cents (100 = 1€) */
4916
4998
  amount: number;
4917
4999
  account?: {
4918
- /** Format: uuid */
4919
5000
  id: string;
4920
5001
  name: string;
5002
+ uniqueRef?: string | null;
5003
+ /** @enum {string} */
5004
+ status: "active" | "inactive";
4921
5005
  } | null;
4922
5006
  date: string;
4923
- description?: string | null;
5007
+ description: string;
4924
5008
  currency: string;
5009
+ /** @enum {string} */
5010
+ type: "deposit" | "expense" | "transfer";
5011
+ contact?: {
5012
+ /** Format: uuid */
5013
+ id: string;
5014
+ name?: string | null;
5015
+ uniqueRef?: string | null;
5016
+ } | null;
5017
+ connection?: {
5018
+ /** Format: uuid */
5019
+ id: string;
5020
+ name: string;
5021
+ /** @enum {string} */
5022
+ status: "active" | "inactive";
5023
+ uniqueRef?: string | null;
5024
+ app: {
5025
+ id: string;
5026
+ name: string;
5027
+ icon?: string | null;
5028
+ importers?: string[] | null;
5029
+ extractors?: string[] | null;
5030
+ };
5031
+ } | null;
5032
+ uniqueRef?: string | null;
5033
+ recurringTemplate?: {
5034
+ id: string;
5035
+ } | null;
4925
5036
  } | null;
4926
5037
  line?: {
4927
5038
  id: string;
@@ -4934,6 +5045,17 @@ export interface operations {
4934
5045
  /** Format: uuid */
4935
5046
  id: string;
4936
5047
  name: string;
5048
+ address?: {
5049
+ full?: string | null;
5050
+ line1?: string | null;
5051
+ line2?: string | null;
5052
+ city?: string | null;
5053
+ /** @deprecated */
5054
+ state?: string | null;
5055
+ postalCode?: string | null;
5056
+ stateCode?: string | null;
5057
+ countryCode?: string | null;
5058
+ } | null;
4937
5059
  uniqueRef?: string | null;
4938
5060
  } | null;
4939
5061
  listingConnection?: {
@@ -4996,11 +5118,11 @@ export interface operations {
4996
5118
  status: "active" | "inactive";
4997
5119
  } | null;
4998
5120
  recurringFee?: {
4999
- /** Format: uuid */
5000
5121
  id: string;
5001
5122
  uniqueRef: string;
5002
5123
  name: string;
5003
- type: string;
5124
+ /** @enum {string} */
5125
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
5004
5126
  } | null;
5005
5127
  }[];
5006
5128
  };
@@ -5235,6 +5357,17 @@ export interface operations {
5235
5357
  /** Format: uuid */
5236
5358
  id: string;
5237
5359
  name: string;
5360
+ address?: {
5361
+ full?: string | null;
5362
+ line1?: string | null;
5363
+ line2?: string | null;
5364
+ city?: string | null;
5365
+ /** @deprecated */
5366
+ state?: string | null;
5367
+ postalCode?: string | null;
5368
+ stateCode?: string | null;
5369
+ countryCode?: string | null;
5370
+ } | null;
5238
5371
  uniqueRef?: string | null;
5239
5372
  } | null;
5240
5373
  listingConnection?: {
@@ -5524,24 +5657,55 @@ export interface operations {
5524
5657
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
5525
5658
  } | null;
5526
5659
  recurringFee?: {
5527
- /** Format: uuid */
5528
5660
  id: string;
5529
5661
  uniqueRef: string;
5530
5662
  name: string;
5531
- type: string;
5663
+ /** @enum {string} */
5664
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
5532
5665
  } | null;
5533
5666
  transaction?: {
5534
- /** Format: uuid */
5535
5667
  id: string;
5668
+ /** @enum {string} */
5669
+ status: "active" | "inactive";
5670
+ /** @description Value in cents (100 = 1€) */
5536
5671
  amount: number;
5537
5672
  account?: {
5538
- /** Format: uuid */
5539
5673
  id: string;
5540
5674
  name: string;
5675
+ uniqueRef?: string | null;
5676
+ /** @enum {string} */
5677
+ status: "active" | "inactive";
5541
5678
  } | null;
5542
5679
  date: string;
5543
- description?: string | null;
5680
+ description: string;
5544
5681
  currency: string;
5682
+ /** @enum {string} */
5683
+ type: "deposit" | "expense" | "transfer";
5684
+ contact?: {
5685
+ /** Format: uuid */
5686
+ id: string;
5687
+ name?: string | null;
5688
+ uniqueRef?: string | null;
5689
+ } | null;
5690
+ connection?: {
5691
+ /** Format: uuid */
5692
+ id: string;
5693
+ name: string;
5694
+ /** @enum {string} */
5695
+ status: "active" | "inactive";
5696
+ uniqueRef?: string | null;
5697
+ app: {
5698
+ id: string;
5699
+ name: string;
5700
+ icon?: string | null;
5701
+ importers?: string[] | null;
5702
+ extractors?: string[] | null;
5703
+ };
5704
+ } | null;
5705
+ uniqueRef?: string | null;
5706
+ recurringTemplate?: {
5707
+ id: string;
5708
+ } | null;
5545
5709
  } | null;
5546
5710
  line?: {
5547
5711
  id: string;
@@ -5554,6 +5718,17 @@ export interface operations {
5554
5718
  /** Format: uuid */
5555
5719
  id: string;
5556
5720
  name: string;
5721
+ address?: {
5722
+ full?: string | null;
5723
+ line1?: string | null;
5724
+ line2?: string | null;
5725
+ city?: string | null;
5726
+ /** @deprecated */
5727
+ state?: string | null;
5728
+ postalCode?: string | null;
5729
+ stateCode?: string | null;
5730
+ countryCode?: string | null;
5731
+ } | null;
5557
5732
  uniqueRef?: string | null;
5558
5733
  } | null;
5559
5734
  listingConnection?: {
@@ -5616,11 +5791,11 @@ export interface operations {
5616
5791
  status: "active" | "inactive";
5617
5792
  } | null;
5618
5793
  recurringFee?: {
5619
- /** Format: uuid */
5620
5794
  id: string;
5621
5795
  uniqueRef: string;
5622
5796
  name: string;
5623
- type: string;
5797
+ /** @enum {string} */
5798
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
5624
5799
  } | null;
5625
5800
  }[];
5626
5801
  };
@@ -7755,7 +7930,7 @@ export interface operations {
7755
7930
  /** @enum {string} */
7756
7931
  type: "partner" | "admin" | "propertyManager";
7757
7932
  /** @enum {string} */
7758
- status: "active" | "inactive" | "deleted" | "onboarding";
7933
+ status: "active" | "inactive";
7759
7934
  billingSubscriptionStatus?: string | null;
7760
7935
  billingPlan?: string | null;
7761
7936
  createdAt?: string | null;
@@ -7964,7 +8139,7 @@ export interface operations {
7964
8139
  /** @enum {string} */
7965
8140
  type: "partner" | "admin" | "propertyManager";
7966
8141
  /** @enum {string} */
7967
- status: "active" | "inactive" | "deleted" | "onboarding";
8142
+ status: "active" | "inactive";
7968
8143
  billingSubscriptionStatus?: string | null;
7969
8144
  billingPlan?: string | null;
7970
8145
  createdAt?: string | null;
@@ -8184,7 +8359,7 @@ export interface operations {
8184
8359
  /** @enum {string} */
8185
8360
  type: "partner" | "admin" | "propertyManager";
8186
8361
  /** @enum {string} */
8187
- status: "active" | "inactive" | "deleted" | "onboarding";
8362
+ status: "active" | "inactive";
8188
8363
  billingSubscriptionStatus?: string | null;
8189
8364
  billingPlan?: string | null;
8190
8365
  createdAt?: string | null;
@@ -8316,7 +8491,7 @@ export interface operations {
8316
8491
  /** @enum {string} */
8317
8492
  type?: "partner" | "admin" | "propertyManager";
8318
8493
  /** @enum {string} */
8319
- status?: "active" | "inactive" | "deleted" | "onboarding";
8494
+ status?: "active" | "inactive";
8320
8495
  billingSubscriptionStatus?: string | null;
8321
8496
  billingPlan?: string | null;
8322
8497
  trialUntil?: string | null;
@@ -8394,7 +8569,7 @@ export interface operations {
8394
8569
  /** @enum {string} */
8395
8570
  type: "partner" | "admin" | "propertyManager";
8396
8571
  /** @enum {string} */
8397
- status: "active" | "inactive" | "deleted" | "onboarding";
8572
+ status: "active" | "inactive";
8398
8573
  billingSubscriptionStatus?: string | null;
8399
8574
  billingPlan?: string | null;
8400
8575
  createdAt?: string | null;
@@ -8538,7 +8713,7 @@ export interface operations {
8538
8713
  /** @enum {string} */
8539
8714
  type: "partner" | "admin" | "propertyManager";
8540
8715
  /** @enum {string} */
8541
- status: "active" | "inactive" | "deleted" | "onboarding";
8716
+ status: "active" | "inactive";
8542
8717
  billingSubscriptionStatus?: string | null;
8543
8718
  billingPlan?: string | null;
8544
8719
  createdAt?: string | null;
@@ -8836,24 +9011,55 @@ export interface operations {
8836
9011
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
8837
9012
  } | null;
8838
9013
  recurringFee?: {
8839
- /** Format: uuid */
8840
9014
  id: string;
8841
9015
  uniqueRef: string;
8842
9016
  name: string;
8843
- type: string;
9017
+ /** @enum {string} */
9018
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
8844
9019
  } | null;
8845
9020
  transaction?: {
8846
- /** Format: uuid */
8847
9021
  id: string;
9022
+ /** @enum {string} */
9023
+ status: "active" | "inactive";
9024
+ /** @description Value in cents (100 = 1€) */
8848
9025
  amount: number;
8849
9026
  account?: {
8850
- /** Format: uuid */
8851
9027
  id: string;
8852
9028
  name: string;
9029
+ uniqueRef?: string | null;
9030
+ /** @enum {string} */
9031
+ status: "active" | "inactive";
8853
9032
  } | null;
8854
9033
  date: string;
8855
- description?: string | null;
9034
+ description: string;
8856
9035
  currency: string;
9036
+ /** @enum {string} */
9037
+ type: "deposit" | "expense" | "transfer";
9038
+ contact?: {
9039
+ /** Format: uuid */
9040
+ id: string;
9041
+ name?: string | null;
9042
+ uniqueRef?: string | null;
9043
+ } | null;
9044
+ connection?: {
9045
+ /** Format: uuid */
9046
+ id: string;
9047
+ name: string;
9048
+ /** @enum {string} */
9049
+ status: "active" | "inactive";
9050
+ uniqueRef?: string | null;
9051
+ app: {
9052
+ id: string;
9053
+ name: string;
9054
+ icon?: string | null;
9055
+ importers?: string[] | null;
9056
+ extractors?: string[] | null;
9057
+ };
9058
+ } | null;
9059
+ uniqueRef?: string | null;
9060
+ recurringTemplate?: {
9061
+ id: string;
9062
+ } | null;
8857
9063
  } | null;
8858
9064
  line?: {
8859
9065
  id: string;
@@ -9411,10 +9617,21 @@ export interface operations {
9411
9617
  status: "active" | "inactive";
9412
9618
  }[];
9413
9619
  taxRate?: {
9414
- id: string;
9415
9620
  name: string;
9621
+ countryCode?: string | null;
9622
+ currency?: string | null;
9416
9623
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9417
9624
  basisPoints: number;
9625
+ /** @enum {string|null} */
9626
+ type?: "markup" | "tax" | null;
9627
+ uniqueRef?: string | null;
9628
+ /** @enum {string|null} */
9629
+ status?: "active" | "inactive" | null;
9630
+ /** Format: uuid */
9631
+ accountId?: string | null;
9632
+ /** Format: uuid */
9633
+ debitAccountId?: string | null;
9634
+ id: string;
9418
9635
  } | null;
9419
9636
  };
9420
9637
  };
@@ -9569,10 +9786,21 @@ export interface operations {
9569
9786
  status: "active" | "inactive";
9570
9787
  }[];
9571
9788
  taxRate?: {
9572
- id: string;
9573
9789
  name: string;
9790
+ countryCode?: string | null;
9791
+ currency?: string | null;
9574
9792
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9575
9793
  basisPoints: number;
9794
+ /** @enum {string|null} */
9795
+ type?: "markup" | "tax" | null;
9796
+ uniqueRef?: string | null;
9797
+ /** @enum {string|null} */
9798
+ status?: "active" | "inactive" | null;
9799
+ /** Format: uuid */
9800
+ accountId?: string | null;
9801
+ /** Format: uuid */
9802
+ debitAccountId?: string | null;
9803
+ id: string;
9576
9804
  } | null;
9577
9805
  };
9578
9806
  };
@@ -9766,10 +9994,21 @@ export interface operations {
9766
9994
  status: "active" | "inactive";
9767
9995
  }[];
9768
9996
  taxRate?: {
9769
- id: string;
9770
9997
  name: string;
9998
+ countryCode?: string | null;
9999
+ currency?: string | null;
9771
10000
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9772
10001
  basisPoints: number;
10002
+ /** @enum {string|null} */
10003
+ type?: "markup" | "tax" | null;
10004
+ uniqueRef?: string | null;
10005
+ /** @enum {string|null} */
10006
+ status?: "active" | "inactive" | null;
10007
+ /** Format: uuid */
10008
+ accountId?: string | null;
10009
+ /** Format: uuid */
10010
+ debitAccountId?: string | null;
10011
+ id: string;
9773
10012
  } | null;
9774
10013
  }[];
9775
10014
  pagination: {
@@ -9932,10 +10171,21 @@ export interface operations {
9932
10171
  status: "active" | "inactive";
9933
10172
  }[];
9934
10173
  taxRate?: {
9935
- id: string;
9936
10174
  name: string;
10175
+ countryCode?: string | null;
10176
+ currency?: string | null;
9937
10177
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9938
10178
  basisPoints: number;
10179
+ /** @enum {string|null} */
10180
+ type?: "markup" | "tax" | null;
10181
+ uniqueRef?: string | null;
10182
+ /** @enum {string|null} */
10183
+ status?: "active" | "inactive" | null;
10184
+ /** Format: uuid */
10185
+ accountId?: string | null;
10186
+ /** Format: uuid */
10187
+ debitAccountId?: string | null;
10188
+ id: string;
9939
10189
  } | null;
9940
10190
  };
9941
10191
  };
@@ -10009,13 +10259,13 @@ export interface operations {
10009
10259
  name: string;
10010
10260
  locked?: boolean | null;
10011
10261
  /** @enum {string|null} */
10012
- visible?: "all" | "manager" | "owner" | "none" | null;
10262
+ visible?: "all" | "manager" | "none" | null;
10013
10263
  columns: ({
10014
10264
  id?: string | null;
10015
10265
  name: string;
10016
10266
  locked?: boolean | null;
10017
10267
  /** @enum {string|null} */
10018
- visible?: "all" | "manager" | "owner" | "none" | null;
10268
+ visible?: "all" | "manager" | "none" | null;
10019
10269
  /** @enum {string} */
10020
10270
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
10021
10271
  value: string;
@@ -10024,7 +10274,7 @@ export interface operations {
10024
10274
  name: string;
10025
10275
  locked?: boolean | null;
10026
10276
  /** @enum {string|null} */
10027
- visible?: "all" | "manager" | "owner" | "none" | null;
10277
+ visible?: "all" | "manager" | "none" | null;
10028
10278
  /** @enum {string} */
10029
10279
  type: "accounts";
10030
10280
  value: string[];
@@ -10035,13 +10285,13 @@ export interface operations {
10035
10285
  name: string;
10036
10286
  locked?: boolean | null;
10037
10287
  /** @enum {string|null} */
10038
- visible?: "all" | "manager" | "owner" | "none" | null;
10288
+ visible?: "all" | "manager" | "none" | null;
10039
10289
  columns: ({
10040
10290
  id?: string | null;
10041
10291
  name: string;
10042
10292
  locked?: boolean | null;
10043
10293
  /** @enum {string|null} */
10044
- visible?: "all" | "manager" | "owner" | "none" | null;
10294
+ visible?: "all" | "manager" | "none" | null;
10045
10295
  /** @enum {string} */
10046
10296
  type: "field";
10047
10297
  value: string;
@@ -10050,7 +10300,7 @@ export interface operations {
10050
10300
  name: string;
10051
10301
  locked?: boolean | null;
10052
10302
  /** @enum {string|null} */
10053
- visible?: "all" | "manager" | "owner" | "none" | null;
10303
+ visible?: "all" | "manager" | "none" | null;
10054
10304
  /** @enum {string} */
10055
10305
  type: "accounts";
10056
10306
  value: string[];
@@ -10074,13 +10324,13 @@ export interface operations {
10074
10324
  name: string;
10075
10325
  locked?: boolean | null;
10076
10326
  /** @enum {string|null} */
10077
- visible?: "all" | "manager" | "owner" | "none" | null;
10327
+ visible?: "all" | "manager" | "none" | null;
10078
10328
  columns: ({
10079
10329
  id?: string | null;
10080
10330
  name: string;
10081
10331
  locked?: boolean | null;
10082
10332
  /** @enum {string|null} */
10083
- visible?: "all" | "manager" | "owner" | "none" | null;
10333
+ visible?: "all" | "manager" | "none" | null;
10084
10334
  /** @enum {string} */
10085
10335
  type: "field";
10086
10336
  value: string;
@@ -10089,7 +10339,7 @@ export interface operations {
10089
10339
  name: string;
10090
10340
  locked?: boolean | null;
10091
10341
  /** @enum {string|null} */
10092
- visible?: "all" | "manager" | "owner" | "none" | null;
10342
+ visible?: "all" | "manager" | "none" | null;
10093
10343
  /** @enum {string} */
10094
10344
  type: "accounts";
10095
10345
  value: string[];
@@ -10177,13 +10427,13 @@ export interface operations {
10177
10427
  name: string;
10178
10428
  locked?: boolean | null;
10179
10429
  /** @enum {string|null} */
10180
- visible?: "all" | "manager" | "owner" | "none" | null;
10430
+ visible?: "all" | "manager" | "none" | null;
10181
10431
  columns: ({
10182
10432
  id?: string | null;
10183
10433
  name: string;
10184
10434
  locked?: boolean | null;
10185
10435
  /** @enum {string|null} */
10186
- visible?: "all" | "manager" | "owner" | "none" | null;
10436
+ visible?: "all" | "manager" | "none" | null;
10187
10437
  /** @enum {string} */
10188
10438
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
10189
10439
  value: string;
@@ -10192,7 +10442,7 @@ export interface operations {
10192
10442
  name: string;
10193
10443
  locked?: boolean | null;
10194
10444
  /** @enum {string|null} */
10195
- visible?: "all" | "manager" | "owner" | "none" | null;
10445
+ visible?: "all" | "manager" | "none" | null;
10196
10446
  /** @enum {string} */
10197
10447
  type: "accounts";
10198
10448
  value: string[];
@@ -10203,13 +10453,13 @@ export interface operations {
10203
10453
  name: string;
10204
10454
  locked?: boolean | null;
10205
10455
  /** @enum {string|null} */
10206
- visible?: "all" | "manager" | "owner" | "none" | null;
10456
+ visible?: "all" | "manager" | "none" | null;
10207
10457
  columns: ({
10208
10458
  id?: string | null;
10209
10459
  name: string;
10210
10460
  locked?: boolean | null;
10211
10461
  /** @enum {string|null} */
10212
- visible?: "all" | "manager" | "owner" | "none" | null;
10462
+ visible?: "all" | "manager" | "none" | null;
10213
10463
  /** @enum {string} */
10214
10464
  type: "field";
10215
10465
  value: string;
@@ -10218,7 +10468,7 @@ export interface operations {
10218
10468
  name: string;
10219
10469
  locked?: boolean | null;
10220
10470
  /** @enum {string|null} */
10221
- visible?: "all" | "manager" | "owner" | "none" | null;
10471
+ visible?: "all" | "manager" | "none" | null;
10222
10472
  /** @enum {string} */
10223
10473
  type: "accounts";
10224
10474
  value: string[];
@@ -10244,13 +10494,13 @@ export interface operations {
10244
10494
  name: string;
10245
10495
  locked?: boolean | null;
10246
10496
  /** @enum {string|null} */
10247
- visible?: "all" | "manager" | "owner" | "none" | null;
10497
+ visible?: "all" | "manager" | "none" | null;
10248
10498
  columns: ({
10249
10499
  id?: string | null;
10250
10500
  name: string;
10251
10501
  locked?: boolean | null;
10252
10502
  /** @enum {string|null} */
10253
- visible?: "all" | "manager" | "owner" | "none" | null;
10503
+ visible?: "all" | "manager" | "none" | null;
10254
10504
  /** @enum {string} */
10255
10505
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
10256
10506
  value: string;
@@ -10259,7 +10509,7 @@ export interface operations {
10259
10509
  name: string;
10260
10510
  locked?: boolean | null;
10261
10511
  /** @enum {string|null} */
10262
- visible?: "all" | "manager" | "owner" | "none" | null;
10512
+ visible?: "all" | "manager" | "none" | null;
10263
10513
  /** @enum {string} */
10264
10514
  type: "accounts";
10265
10515
  value: string[];
@@ -10270,13 +10520,13 @@ export interface operations {
10270
10520
  name: string;
10271
10521
  locked?: boolean | null;
10272
10522
  /** @enum {string|null} */
10273
- visible?: "all" | "manager" | "owner" | "none" | null;
10523
+ visible?: "all" | "manager" | "none" | null;
10274
10524
  columns: ({
10275
10525
  id?: string | null;
10276
10526
  name: string;
10277
10527
  locked?: boolean | null;
10278
10528
  /** @enum {string|null} */
10279
- visible?: "all" | "manager" | "owner" | "none" | null;
10529
+ visible?: "all" | "manager" | "none" | null;
10280
10530
  /** @enum {string} */
10281
10531
  type: "field";
10282
10532
  value: string;
@@ -10285,7 +10535,7 @@ export interface operations {
10285
10535
  name: string;
10286
10536
  locked?: boolean | null;
10287
10537
  /** @enum {string|null} */
10288
- visible?: "all" | "manager" | "owner" | "none" | null;
10538
+ visible?: "all" | "manager" | "none" | null;
10289
10539
  /** @enum {string} */
10290
10540
  type: "accounts";
10291
10541
  value: string[];
@@ -10309,13 +10559,13 @@ export interface operations {
10309
10559
  name: string;
10310
10560
  locked?: boolean | null;
10311
10561
  /** @enum {string|null} */
10312
- visible?: "all" | "manager" | "owner" | "none" | null;
10562
+ visible?: "all" | "manager" | "none" | null;
10313
10563
  columns: ({
10314
10564
  id?: string | null;
10315
10565
  name: string;
10316
10566
  locked?: boolean | null;
10317
10567
  /** @enum {string|null} */
10318
- visible?: "all" | "manager" | "owner" | "none" | null;
10568
+ visible?: "all" | "manager" | "none" | null;
10319
10569
  /** @enum {string} */
10320
10570
  type: "field";
10321
10571
  value: string;
@@ -10324,7 +10574,7 @@ export interface operations {
10324
10574
  name: string;
10325
10575
  locked?: boolean | null;
10326
10576
  /** @enum {string|null} */
10327
- visible?: "all" | "manager" | "owner" | "none" | null;
10577
+ visible?: "all" | "manager" | "none" | null;
10328
10578
  /** @enum {string} */
10329
10579
  type: "accounts";
10330
10580
  value: string[];
@@ -10400,13 +10650,13 @@ export interface operations {
10400
10650
  name: string;
10401
10651
  locked?: boolean | null;
10402
10652
  /** @enum {string|null} */
10403
- visible?: "all" | "manager" | "owner" | "none" | null;
10653
+ visible?: "all" | "manager" | "none" | null;
10404
10654
  columns: ({
10405
10655
  id?: string | null;
10406
10656
  name: string;
10407
10657
  locked?: boolean | null;
10408
10658
  /** @enum {string|null} */
10409
- visible?: "all" | "manager" | "owner" | "none" | null;
10659
+ visible?: "all" | "manager" | "none" | null;
10410
10660
  /** @enum {string} */
10411
10661
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
10412
10662
  value: string;
@@ -10415,7 +10665,7 @@ export interface operations {
10415
10665
  name: string;
10416
10666
  locked?: boolean | null;
10417
10667
  /** @enum {string|null} */
10418
- visible?: "all" | "manager" | "owner" | "none" | null;
10668
+ visible?: "all" | "manager" | "none" | null;
10419
10669
  /** @enum {string} */
10420
10670
  type: "accounts";
10421
10671
  value: string[];
@@ -10426,13 +10676,13 @@ export interface operations {
10426
10676
  name: string;
10427
10677
  locked?: boolean | null;
10428
10678
  /** @enum {string|null} */
10429
- visible?: "all" | "manager" | "owner" | "none" | null;
10679
+ visible?: "all" | "manager" | "none" | null;
10430
10680
  columns: ({
10431
10681
  id?: string | null;
10432
10682
  name: string;
10433
10683
  locked?: boolean | null;
10434
10684
  /** @enum {string|null} */
10435
- visible?: "all" | "manager" | "owner" | "none" | null;
10685
+ visible?: "all" | "manager" | "none" | null;
10436
10686
  /** @enum {string} */
10437
10687
  type: "field";
10438
10688
  value: string;
@@ -10441,7 +10691,7 @@ export interface operations {
10441
10691
  name: string;
10442
10692
  locked?: boolean | null;
10443
10693
  /** @enum {string|null} */
10444
- visible?: "all" | "manager" | "owner" | "none" | null;
10694
+ visible?: "all" | "manager" | "none" | null;
10445
10695
  /** @enum {string} */
10446
10696
  type: "accounts";
10447
10697
  value: string[];
@@ -10465,13 +10715,13 @@ export interface operations {
10465
10715
  name: string;
10466
10716
  locked?: boolean | null;
10467
10717
  /** @enum {string|null} */
10468
- visible?: "all" | "manager" | "owner" | "none" | null;
10718
+ visible?: "all" | "manager" | "none" | null;
10469
10719
  columns: ({
10470
10720
  id?: string | null;
10471
10721
  name: string;
10472
10722
  locked?: boolean | null;
10473
10723
  /** @enum {string|null} */
10474
- visible?: "all" | "manager" | "owner" | "none" | null;
10724
+ visible?: "all" | "manager" | "none" | null;
10475
10725
  /** @enum {string} */
10476
10726
  type: "field";
10477
10727
  value: string;
@@ -10480,7 +10730,7 @@ export interface operations {
10480
10730
  name: string;
10481
10731
  locked?: boolean | null;
10482
10732
  /** @enum {string|null} */
10483
- visible?: "all" | "manager" | "owner" | "none" | null;
10733
+ visible?: "all" | "manager" | "none" | null;
10484
10734
  /** @enum {string} */
10485
10735
  type: "accounts";
10486
10736
  value: string[];
@@ -10560,13 +10810,13 @@ export interface operations {
10560
10810
  name: string;
10561
10811
  locked?: boolean | null;
10562
10812
  /** @enum {string|null} */
10563
- visible?: "all" | "manager" | "owner" | "none" | null;
10813
+ visible?: "all" | "manager" | "none" | null;
10564
10814
  columns: ({
10565
10815
  id?: string | null;
10566
10816
  name: string;
10567
10817
  locked?: boolean | null;
10568
10818
  /** @enum {string|null} */
10569
- visible?: "all" | "manager" | "owner" | "none" | null;
10819
+ visible?: "all" | "manager" | "none" | null;
10570
10820
  /** @enum {string} */
10571
10821
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
10572
10822
  value: string;
@@ -10575,7 +10825,7 @@ export interface operations {
10575
10825
  name: string;
10576
10826
  locked?: boolean | null;
10577
10827
  /** @enum {string|null} */
10578
- visible?: "all" | "manager" | "owner" | "none" | null;
10828
+ visible?: "all" | "manager" | "none" | null;
10579
10829
  /** @enum {string} */
10580
10830
  type: "accounts";
10581
10831
  value: string[];
@@ -10586,13 +10836,13 @@ export interface operations {
10586
10836
  name: string;
10587
10837
  locked?: boolean | null;
10588
10838
  /** @enum {string|null} */
10589
- visible?: "all" | "manager" | "owner" | "none" | null;
10839
+ visible?: "all" | "manager" | "none" | null;
10590
10840
  columns: ({
10591
10841
  id?: string | null;
10592
10842
  name: string;
10593
10843
  locked?: boolean | null;
10594
10844
  /** @enum {string|null} */
10595
- visible?: "all" | "manager" | "owner" | "none" | null;
10845
+ visible?: "all" | "manager" | "none" | null;
10596
10846
  /** @enum {string} */
10597
10847
  type: "field";
10598
10848
  value: string;
@@ -10601,7 +10851,7 @@ export interface operations {
10601
10851
  name: string;
10602
10852
  locked?: boolean | null;
10603
10853
  /** @enum {string|null} */
10604
- visible?: "all" | "manager" | "owner" | "none" | null;
10854
+ visible?: "all" | "manager" | "none" | null;
10605
10855
  /** @enum {string} */
10606
10856
  type: "accounts";
10607
10857
  value: string[];
@@ -10627,13 +10877,13 @@ export interface operations {
10627
10877
  name: string;
10628
10878
  locked?: boolean | null;
10629
10879
  /** @enum {string|null} */
10630
- visible?: "all" | "manager" | "owner" | "none" | null;
10880
+ visible?: "all" | "manager" | "none" | null;
10631
10881
  columns: ({
10632
10882
  id?: string | null;
10633
10883
  name: string;
10634
10884
  locked?: boolean | null;
10635
10885
  /** @enum {string|null} */
10636
- visible?: "all" | "manager" | "owner" | "none" | null;
10886
+ visible?: "all" | "manager" | "none" | null;
10637
10887
  /** @enum {string} */
10638
10888
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
10639
10889
  value: string;
@@ -10642,7 +10892,7 @@ export interface operations {
10642
10892
  name: string;
10643
10893
  locked?: boolean | null;
10644
10894
  /** @enum {string|null} */
10645
- visible?: "all" | "manager" | "owner" | "none" | null;
10895
+ visible?: "all" | "manager" | "none" | null;
10646
10896
  /** @enum {string} */
10647
10897
  type: "accounts";
10648
10898
  value: string[];
@@ -10653,13 +10903,13 @@ export interface operations {
10653
10903
  name: string;
10654
10904
  locked?: boolean | null;
10655
10905
  /** @enum {string|null} */
10656
- visible?: "all" | "manager" | "owner" | "none" | null;
10906
+ visible?: "all" | "manager" | "none" | null;
10657
10907
  columns: ({
10658
10908
  id?: string | null;
10659
10909
  name: string;
10660
10910
  locked?: boolean | null;
10661
10911
  /** @enum {string|null} */
10662
- visible?: "all" | "manager" | "owner" | "none" | null;
10912
+ visible?: "all" | "manager" | "none" | null;
10663
10913
  /** @enum {string} */
10664
10914
  type: "field";
10665
10915
  value: string;
@@ -10668,7 +10918,7 @@ export interface operations {
10668
10918
  name: string;
10669
10919
  locked?: boolean | null;
10670
10920
  /** @enum {string|null} */
10671
- visible?: "all" | "manager" | "owner" | "none" | null;
10921
+ visible?: "all" | "manager" | "none" | null;
10672
10922
  /** @enum {string} */
10673
10923
  type: "accounts";
10674
10924
  value: string[];
@@ -10692,13 +10942,13 @@ export interface operations {
10692
10942
  name: string;
10693
10943
  locked?: boolean | null;
10694
10944
  /** @enum {string|null} */
10695
- visible?: "all" | "manager" | "owner" | "none" | null;
10945
+ visible?: "all" | "manager" | "none" | null;
10696
10946
  columns: ({
10697
10947
  id?: string | null;
10698
10948
  name: string;
10699
10949
  locked?: boolean | null;
10700
10950
  /** @enum {string|null} */
10701
- visible?: "all" | "manager" | "owner" | "none" | null;
10951
+ visible?: "all" | "manager" | "none" | null;
10702
10952
  /** @enum {string} */
10703
10953
  type: "field";
10704
10954
  value: string;
@@ -10707,7 +10957,7 @@ export interface operations {
10707
10957
  name: string;
10708
10958
  locked?: boolean | null;
10709
10959
  /** @enum {string|null} */
10710
- visible?: "all" | "manager" | "owner" | "none" | null;
10960
+ visible?: "all" | "manager" | "none" | null;
10711
10961
  /** @enum {string} */
10712
10962
  type: "accounts";
10713
10963
  value: string[];
@@ -11281,13 +11531,13 @@ export interface operations {
11281
11531
  name: string;
11282
11532
  locked?: boolean | null;
11283
11533
  /** @enum {string|null} */
11284
- visible?: "all" | "manager" | "owner" | "none" | null;
11534
+ visible?: "all" | "manager" | "none" | null;
11285
11535
  columns: ({
11286
11536
  id?: string | null;
11287
11537
  name: string;
11288
11538
  locked?: boolean | null;
11289
11539
  /** @enum {string|null} */
11290
- visible?: "all" | "manager" | "owner" | "none" | null;
11540
+ visible?: "all" | "manager" | "none" | null;
11291
11541
  /** @enum {string} */
11292
11542
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
11293
11543
  value: string;
@@ -11296,7 +11546,7 @@ export interface operations {
11296
11546
  name: string;
11297
11547
  locked?: boolean | null;
11298
11548
  /** @enum {string|null} */
11299
- visible?: "all" | "manager" | "owner" | "none" | null;
11549
+ visible?: "all" | "manager" | "none" | null;
11300
11550
  /** @enum {string} */
11301
11551
  type: "accounts";
11302
11552
  value: string[];
@@ -11307,13 +11557,13 @@ export interface operations {
11307
11557
  name: string;
11308
11558
  locked?: boolean | null;
11309
11559
  /** @enum {string|null} */
11310
- visible?: "all" | "manager" | "owner" | "none" | null;
11560
+ visible?: "all" | "manager" | "none" | null;
11311
11561
  columns: ({
11312
11562
  id?: string | null;
11313
11563
  name: string;
11314
11564
  locked?: boolean | null;
11315
11565
  /** @enum {string|null} */
11316
- visible?: "all" | "manager" | "owner" | "none" | null;
11566
+ visible?: "all" | "manager" | "none" | null;
11317
11567
  /** @enum {string} */
11318
11568
  type: "field";
11319
11569
  value: string;
@@ -11322,7 +11572,7 @@ export interface operations {
11322
11572
  name: string;
11323
11573
  locked?: boolean | null;
11324
11574
  /** @enum {string|null} */
11325
- visible?: "all" | "manager" | "owner" | "none" | null;
11575
+ visible?: "all" | "manager" | "none" | null;
11326
11576
  /** @enum {string} */
11327
11577
  type: "accounts";
11328
11578
  value: string[];
@@ -11346,13 +11596,13 @@ export interface operations {
11346
11596
  name: string;
11347
11597
  locked?: boolean | null;
11348
11598
  /** @enum {string|null} */
11349
- visible?: "all" | "manager" | "owner" | "none" | null;
11599
+ visible?: "all" | "manager" | "none" | null;
11350
11600
  columns: ({
11351
11601
  id?: string | null;
11352
11602
  name: string;
11353
11603
  locked?: boolean | null;
11354
11604
  /** @enum {string|null} */
11355
- visible?: "all" | "manager" | "owner" | "none" | null;
11605
+ visible?: "all" | "manager" | "none" | null;
11356
11606
  /** @enum {string} */
11357
11607
  type: "field";
11358
11608
  value: string;
@@ -11361,7 +11611,7 @@ export interface operations {
11361
11611
  name: string;
11362
11612
  locked?: boolean | null;
11363
11613
  /** @enum {string|null} */
11364
- visible?: "all" | "manager" | "owner" | "none" | null;
11614
+ visible?: "all" | "manager" | "none" | null;
11365
11615
  /** @enum {string} */
11366
11616
  type: "accounts";
11367
11617
  value: string[];
@@ -11581,103 +11831,6 @@ export interface operations {
11581
11831
  };
11582
11832
  };
11583
11833
  };
11584
- getOwnerStatementTotals: {
11585
- parameters: {
11586
- query: {
11587
- /** @description Date in format YYYY-MM */
11588
- month: string;
11589
- /** @description comma separated listings */
11590
- listingIds?: string;
11591
- /** @description comma separated owners */
11592
- ownerIds?: string;
11593
- status?: ("draft" | "inReview" | "void" | "published") | "all";
11594
- /** @description Currency in ISO 4217 format, will be converted to lowercase */
11595
- currency?: string;
11596
- search?: string;
11597
- includePreviousUnattached?: boolean;
11598
- };
11599
- header?: {
11600
- "X-Team-Id"?: string;
11601
- };
11602
- path?: never;
11603
- cookie?: never;
11604
- };
11605
- requestBody?: never;
11606
- responses: {
11607
- /** @description Successful response */
11608
- 200: {
11609
- headers: {
11610
- [name: string]: unknown;
11611
- };
11612
- content: {
11613
- "application/json": {
11614
- aggregates: {
11615
- /** @description Value in cents (100 = 1€) */
11616
- balanceStart: number;
11617
- /** @description Value in cents (100 = 1€) */
11618
- netRevenue: number;
11619
- /** @description Value in cents (100 = 1€) */
11620
- expenses: number;
11621
- /** @description Value in cents (100 = 1€) */
11622
- netIncome: number;
11623
- /** @description Value in cents (100 = 1€) */
11624
- transfers: number;
11625
- /** @description Value in cents (100 = 1€) */
11626
- balanceEnd: number;
11627
- currency: string;
11628
- }[];
11629
- total: number;
11630
- defaultCurrency: string;
11631
- };
11632
- };
11633
- };
11634
- /** @description Invalid input data */
11635
- 400: {
11636
- headers: {
11637
- [name: string]: unknown;
11638
- };
11639
- content: {
11640
- "application/json": components["schemas"]["error.BAD_REQUEST"];
11641
- };
11642
- };
11643
- /** @description Authorization not provided */
11644
- 401: {
11645
- headers: {
11646
- [name: string]: unknown;
11647
- };
11648
- content: {
11649
- "application/json": components["schemas"]["error.UNAUTHORIZED"];
11650
- };
11651
- };
11652
- /** @description Insufficient access */
11653
- 403: {
11654
- headers: {
11655
- [name: string]: unknown;
11656
- };
11657
- content: {
11658
- "application/json": components["schemas"]["error.FORBIDDEN"];
11659
- };
11660
- };
11661
- /** @description Not found */
11662
- 404: {
11663
- headers: {
11664
- [name: string]: unknown;
11665
- };
11666
- content: {
11667
- "application/json": components["schemas"]["error.NOT_FOUND"];
11668
- };
11669
- };
11670
- /** @description Internal server error */
11671
- 500: {
11672
- headers: {
11673
- [name: string]: unknown;
11674
- };
11675
- content: {
11676
- "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
11677
- };
11678
- };
11679
- };
11680
- };
11681
11834
  getOwnerStatement: {
11682
11835
  parameters: {
11683
11836
  query?: {
@@ -11831,13 +11984,13 @@ export interface operations {
11831
11984
  name: string;
11832
11985
  locked?: boolean | null;
11833
11986
  /** @enum {string|null} */
11834
- visible?: "all" | "manager" | "owner" | "none" | null;
11987
+ visible?: "all" | "manager" | "none" | null;
11835
11988
  columns: ({
11836
11989
  id?: string | null;
11837
11990
  name: string;
11838
11991
  locked?: boolean | null;
11839
11992
  /** @enum {string|null} */
11840
- visible?: "all" | "manager" | "owner" | "none" | null;
11993
+ visible?: "all" | "manager" | "none" | null;
11841
11994
  /** @enum {string} */
11842
11995
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
11843
11996
  value: string;
@@ -11846,7 +11999,7 @@ export interface operations {
11846
11999
  name: string;
11847
12000
  locked?: boolean | null;
11848
12001
  /** @enum {string|null} */
11849
- visible?: "all" | "manager" | "owner" | "none" | null;
12002
+ visible?: "all" | "manager" | "none" | null;
11850
12003
  /** @enum {string} */
11851
12004
  type: "accounts";
11852
12005
  value: string[];
@@ -11857,13 +12010,13 @@ export interface operations {
11857
12010
  name: string;
11858
12011
  locked?: boolean | null;
11859
12012
  /** @enum {string|null} */
11860
- visible?: "all" | "manager" | "owner" | "none" | null;
12013
+ visible?: "all" | "manager" | "none" | null;
11861
12014
  columns: ({
11862
12015
  id?: string | null;
11863
12016
  name: string;
11864
12017
  locked?: boolean | null;
11865
12018
  /** @enum {string|null} */
11866
- visible?: "all" | "manager" | "owner" | "none" | null;
12019
+ visible?: "all" | "manager" | "none" | null;
11867
12020
  /** @enum {string} */
11868
12021
  type: "field";
11869
12022
  value: string;
@@ -11872,7 +12025,7 @@ export interface operations {
11872
12025
  name: string;
11873
12026
  locked?: boolean | null;
11874
12027
  /** @enum {string|null} */
11875
- visible?: "all" | "manager" | "owner" | "none" | null;
12028
+ visible?: "all" | "manager" | "none" | null;
11876
12029
  /** @enum {string} */
11877
12030
  type: "accounts";
11878
12031
  value: string[];
@@ -11896,13 +12049,13 @@ export interface operations {
11896
12049
  name: string;
11897
12050
  locked?: boolean | null;
11898
12051
  /** @enum {string|null} */
11899
- visible?: "all" | "manager" | "owner" | "none" | null;
12052
+ visible?: "all" | "manager" | "none" | null;
11900
12053
  columns: ({
11901
12054
  id?: string | null;
11902
12055
  name: string;
11903
12056
  locked?: boolean | null;
11904
12057
  /** @enum {string|null} */
11905
- visible?: "all" | "manager" | "owner" | "none" | null;
12058
+ visible?: "all" | "manager" | "none" | null;
11906
12059
  /** @enum {string} */
11907
12060
  type: "field";
11908
12061
  value: string;
@@ -11911,7 +12064,7 @@ export interface operations {
11911
12064
  name: string;
11912
12065
  locked?: boolean | null;
11913
12066
  /** @enum {string|null} */
11914
- visible?: "all" | "manager" | "owner" | "none" | null;
12067
+ visible?: "all" | "manager" | "none" | null;
11915
12068
  /** @enum {string} */
11916
12069
  type: "accounts";
11917
12070
  value: string[];
@@ -12293,13 +12446,13 @@ export interface operations {
12293
12446
  name: string;
12294
12447
  locked?: boolean | null;
12295
12448
  /** @enum {string|null} */
12296
- visible?: "all" | "manager" | "owner" | "none" | null;
12449
+ visible?: "all" | "manager" | "none" | null;
12297
12450
  columns: ({
12298
12451
  id?: string | null;
12299
12452
  name: string;
12300
12453
  locked?: boolean | null;
12301
12454
  /** @enum {string|null} */
12302
- visible?: "all" | "manager" | "owner" | "none" | null;
12455
+ visible?: "all" | "manager" | "none" | null;
12303
12456
  /** @enum {string} */
12304
12457
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
12305
12458
  value: string;
@@ -12308,7 +12461,7 @@ export interface operations {
12308
12461
  name: string;
12309
12462
  locked?: boolean | null;
12310
12463
  /** @enum {string|null} */
12311
- visible?: "all" | "manager" | "owner" | "none" | null;
12464
+ visible?: "all" | "manager" | "none" | null;
12312
12465
  /** @enum {string} */
12313
12466
  type: "accounts";
12314
12467
  value: string[];
@@ -12319,13 +12472,13 @@ export interface operations {
12319
12472
  name: string;
12320
12473
  locked?: boolean | null;
12321
12474
  /** @enum {string|null} */
12322
- visible?: "all" | "manager" | "owner" | "none" | null;
12475
+ visible?: "all" | "manager" | "none" | null;
12323
12476
  columns: ({
12324
12477
  id?: string | null;
12325
12478
  name: string;
12326
12479
  locked?: boolean | null;
12327
12480
  /** @enum {string|null} */
12328
- visible?: "all" | "manager" | "owner" | "none" | null;
12481
+ visible?: "all" | "manager" | "none" | null;
12329
12482
  /** @enum {string} */
12330
12483
  type: "field";
12331
12484
  value: string;
@@ -12334,7 +12487,7 @@ export interface operations {
12334
12487
  name: string;
12335
12488
  locked?: boolean | null;
12336
12489
  /** @enum {string|null} */
12337
- visible?: "all" | "manager" | "owner" | "none" | null;
12490
+ visible?: "all" | "manager" | "none" | null;
12338
12491
  /** @enum {string} */
12339
12492
  type: "accounts";
12340
12493
  value: string[];
@@ -12358,13 +12511,13 @@ export interface operations {
12358
12511
  name: string;
12359
12512
  locked?: boolean | null;
12360
12513
  /** @enum {string|null} */
12361
- visible?: "all" | "manager" | "owner" | "none" | null;
12514
+ visible?: "all" | "manager" | "none" | null;
12362
12515
  columns: ({
12363
12516
  id?: string | null;
12364
12517
  name: string;
12365
12518
  locked?: boolean | null;
12366
12519
  /** @enum {string|null} */
12367
- visible?: "all" | "manager" | "owner" | "none" | null;
12520
+ visible?: "all" | "manager" | "none" | null;
12368
12521
  /** @enum {string} */
12369
12522
  type: "field";
12370
12523
  value: string;
@@ -12373,7 +12526,7 @@ export interface operations {
12373
12526
  name: string;
12374
12527
  locked?: boolean | null;
12375
12528
  /** @enum {string|null} */
12376
- visible?: "all" | "manager" | "owner" | "none" | null;
12529
+ visible?: "all" | "manager" | "none" | null;
12377
12530
  /** @enum {string} */
12378
12531
  type: "accounts";
12379
12532
  value: string[];
@@ -13084,13 +13237,13 @@ export interface operations {
13084
13237
  name: string;
13085
13238
  locked?: boolean | null;
13086
13239
  /** @enum {string|null} */
13087
- visible?: "all" | "manager" | "owner" | "none" | null;
13240
+ visible?: "all" | "manager" | "none" | null;
13088
13241
  columns: ({
13089
13242
  id?: string | null;
13090
13243
  name: string;
13091
13244
  locked?: boolean | null;
13092
13245
  /** @enum {string|null} */
13093
- visible?: "all" | "manager" | "owner" | "none" | null;
13246
+ visible?: "all" | "manager" | "none" | null;
13094
13247
  /** @enum {string} */
13095
13248
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
13096
13249
  value: string;
@@ -13099,7 +13252,7 @@ export interface operations {
13099
13252
  name: string;
13100
13253
  locked?: boolean | null;
13101
13254
  /** @enum {string|null} */
13102
- visible?: "all" | "manager" | "owner" | "none" | null;
13255
+ visible?: "all" | "manager" | "none" | null;
13103
13256
  /** @enum {string} */
13104
13257
  type: "accounts";
13105
13258
  value: string[];
@@ -13110,13 +13263,13 @@ export interface operations {
13110
13263
  name: string;
13111
13264
  locked?: boolean | null;
13112
13265
  /** @enum {string|null} */
13113
- visible?: "all" | "manager" | "owner" | "none" | null;
13266
+ visible?: "all" | "manager" | "none" | null;
13114
13267
  columns: ({
13115
13268
  id?: string | null;
13116
13269
  name: string;
13117
13270
  locked?: boolean | null;
13118
13271
  /** @enum {string|null} */
13119
- visible?: "all" | "manager" | "owner" | "none" | null;
13272
+ visible?: "all" | "manager" | "none" | null;
13120
13273
  /** @enum {string} */
13121
13274
  type: "field";
13122
13275
  value: string;
@@ -13125,7 +13278,7 @@ export interface operations {
13125
13278
  name: string;
13126
13279
  locked?: boolean | null;
13127
13280
  /** @enum {string|null} */
13128
- visible?: "all" | "manager" | "owner" | "none" | null;
13281
+ visible?: "all" | "manager" | "none" | null;
13129
13282
  /** @enum {string} */
13130
13283
  type: "accounts";
13131
13284
  value: string[];
@@ -13149,13 +13302,13 @@ export interface operations {
13149
13302
  name: string;
13150
13303
  locked?: boolean | null;
13151
13304
  /** @enum {string|null} */
13152
- visible?: "all" | "manager" | "owner" | "none" | null;
13305
+ visible?: "all" | "manager" | "none" | null;
13153
13306
  columns: ({
13154
13307
  id?: string | null;
13155
13308
  name: string;
13156
13309
  locked?: boolean | null;
13157
13310
  /** @enum {string|null} */
13158
- visible?: "all" | "manager" | "owner" | "none" | null;
13311
+ visible?: "all" | "manager" | "none" | null;
13159
13312
  /** @enum {string} */
13160
13313
  type: "field";
13161
13314
  value: string;
@@ -13164,7 +13317,7 @@ export interface operations {
13164
13317
  name: string;
13165
13318
  locked?: boolean | null;
13166
13319
  /** @enum {string|null} */
13167
- visible?: "all" | "manager" | "owner" | "none" | null;
13320
+ visible?: "all" | "manager" | "none" | null;
13168
13321
  /** @enum {string} */
13169
13322
  type: "accounts";
13170
13323
  value: string[];
@@ -17508,7 +17661,6 @@ export interface operations {
17508
17661
  status?: "active" | "inactive";
17509
17662
  /** @enum {string} */
17510
17663
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
17511
- uniqueRef?: string | null;
17512
17664
  id: string;
17513
17665
  offsetAccount?: {
17514
17666
  id: string;
@@ -17647,7 +17799,6 @@ export interface operations {
17647
17799
  last4?: string | null;
17648
17800
  currency?: string | null;
17649
17801
  } | null;
17650
- uniqueRef?: string | null;
17651
17802
  };
17652
17803
  };
17653
17804
  };
@@ -17664,7 +17815,6 @@ export interface operations {
17664
17815
  status?: "active" | "inactive";
17665
17816
  /** @enum {string} */
17666
17817
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
17667
- uniqueRef?: string | null;
17668
17818
  id: string;
17669
17819
  offsetAccount?: {
17670
17820
  id: string;
@@ -17880,7 +18030,6 @@ export interface operations {
17880
18030
  status?: "active" | "inactive";
17881
18031
  /** @enum {string} */
17882
18032
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
17883
- uniqueRef?: string | null;
17884
18033
  id: string;
17885
18034
  offsetAccount?: {
17886
18035
  id: string;
@@ -18027,7 +18176,6 @@ export interface operations {
18027
18176
  last4?: string | null;
18028
18177
  currency?: string | null;
18029
18178
  } | null;
18030
- uniqueRef?: string | null;
18031
18179
  };
18032
18180
  };
18033
18181
  };
@@ -18044,7 +18192,6 @@ export interface operations {
18044
18192
  status?: "active" | "inactive";
18045
18193
  /** @enum {string} */
18046
18194
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
18047
- uniqueRef?: string | null;
18048
18195
  id: string;
18049
18196
  offsetAccount?: {
18050
18197
  id: string;
@@ -19070,8 +19217,6 @@ export interface operations {
19070
19217
  requestBody: {
19071
19218
  content: {
19072
19219
  "application/json": {
19073
- /** Format: uuid */
19074
- connectionId: string;
19075
19220
  data: {
19076
19221
  address?: {
19077
19222
  full?: string | null;
@@ -19099,12 +19244,14 @@ export interface operations {
19099
19244
  uniqueRef?: string | null;
19100
19245
  /** @enum {string|null} */
19101
19246
  status?: "active" | "inactive" | null;
19247
+ invite?: boolean | null;
19102
19248
  /** Format: uuid */
19103
19249
  payoutAccountId?: string | null;
19104
19250
  /** Format: uuid */
19105
19251
  id?: string | null;
19106
- invite?: boolean | null;
19107
19252
  }[];
19253
+ /** Format: uuid */
19254
+ connectionId: string;
19108
19255
  };
19109
19256
  };
19110
19257
  };
@@ -19141,6 +19288,7 @@ export interface operations {
19141
19288
  uniqueRef?: string | null;
19142
19289
  /** @enum {string} */
19143
19290
  status: "active" | "inactive";
19291
+ invite?: boolean | null;
19144
19292
  /** Format: uuid */
19145
19293
  payoutAccountId?: string | null;
19146
19294
  /** Format: uuid */
@@ -19255,6 +19403,7 @@ export interface operations {
19255
19403
  uniqueRef?: string | null;
19256
19404
  /** @enum {string} */
19257
19405
  status: "active" | "inactive";
19406
+ invite?: boolean | null;
19258
19407
  /** Format: uuid */
19259
19408
  payoutAccountId?: string | null;
19260
19409
  /** Format: uuid */
@@ -19368,6 +19517,7 @@ export interface operations {
19368
19517
  uniqueRef?: string | null;
19369
19518
  /** @enum {string|null} */
19370
19519
  status?: "active" | "inactive" | null;
19520
+ invite?: boolean | null;
19371
19521
  /** Format: uuid */
19372
19522
  payoutAccountId?: string | null;
19373
19523
  };
@@ -19405,6 +19555,7 @@ export interface operations {
19405
19555
  uniqueRef?: string | null;
19406
19556
  /** @enum {string} */
19407
19557
  status: "active" | "inactive";
19558
+ invite?: boolean | null;
19408
19559
  /** Format: uuid */
19409
19560
  payoutAccountId?: string | null;
19410
19561
  /** Format: uuid */
@@ -19601,6 +19752,7 @@ export interface operations {
19601
19752
  uniqueRef?: string | null;
19602
19753
  /** @enum {string} */
19603
19754
  status: "active" | "inactive";
19755
+ invite?: boolean | null;
19604
19756
  /** Format: uuid */
19605
19757
  payoutAccountId?: string | null;
19606
19758
  /** Format: uuid */
@@ -19722,9 +19874,9 @@ export interface operations {
19722
19874
  uniqueRef?: string | null;
19723
19875
  /** @enum {string|null} */
19724
19876
  status?: "active" | "inactive" | null;
19877
+ invite?: boolean | null;
19725
19878
  /** Format: uuid */
19726
19879
  payoutAccountId?: string | null;
19727
- invite?: boolean | null;
19728
19880
  };
19729
19881
  };
19730
19882
  };
@@ -19760,6 +19912,7 @@ export interface operations {
19760
19912
  uniqueRef?: string | null;
19761
19913
  /** @enum {string} */
19762
19914
  status: "active" | "inactive";
19915
+ invite?: boolean | null;
19763
19916
  /** Format: uuid */
19764
19917
  payoutAccountId?: string | null;
19765
19918
  /** Format: uuid */
@@ -21110,7 +21263,7 @@ export interface operations {
21110
21263
  };
21111
21264
  };
21112
21265
  };
21113
- getDispatchAction: {
21266
+ getStoreAction: {
21114
21267
  parameters: {
21115
21268
  query?: never;
21116
21269
  header?: {
@@ -21144,7 +21297,7 @@ export interface operations {
21144
21297
  /** Format: uuid */
21145
21298
  id: string;
21146
21299
  /** @enum {string} */
21147
- effectType: "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "CREATE_RECURRING_TRANSACTION_INSTANCE" | "UPDATE_RECURRING_TRANSACTION_INSTANCES" | "DEACTIVATE_RECURRING_TEMPLATE" | "UPDATE_RESERVATION_PAYMENTS" | "UPDATE_RESERVATION_LINKABLES" | "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";
21300
+ 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";
21148
21301
  payload?: unknown;
21149
21302
  /** @enum {string} */
21150
21303
  status: "pending" | "claimed" | "running" | "completed" | "failed" | "dead_letter";
@@ -21222,6 +21375,260 @@ export interface operations {
21222
21375
  };
21223
21376
  };
21224
21377
  };
21378
+ getReviews: {
21379
+ parameters: {
21380
+ query?: {
21381
+ date?: string;
21382
+ connectionId?: string;
21383
+ type?: string;
21384
+ listingId?: string;
21385
+ listingConnectionId?: string;
21386
+ limit?: number;
21387
+ page?: number;
21388
+ };
21389
+ header?: {
21390
+ "X-Team-Id"?: string;
21391
+ };
21392
+ path?: never;
21393
+ cookie?: never;
21394
+ };
21395
+ requestBody?: never;
21396
+ responses: {
21397
+ /** @description Successful response */
21398
+ 200: {
21399
+ headers: {
21400
+ [name: string]: unknown;
21401
+ };
21402
+ content: {
21403
+ "application/json": {
21404
+ data: {
21405
+ id: string;
21406
+ uniqueRef: string;
21407
+ comments?: string | null;
21408
+ privateFeedback?: string | null;
21409
+ totalRating: number;
21410
+ tags: {
21411
+ type: string;
21412
+ description: string;
21413
+ }[];
21414
+ ratings: {
21415
+ type: string;
21416
+ comments: string;
21417
+ rating?: number | null;
21418
+ }[];
21419
+ reservation: {
21420
+ currency: string | null;
21421
+ uniqueRef?: string | null;
21422
+ guestName?: string | null;
21423
+ bookerName?: string | null;
21424
+ checkIn?: string | null;
21425
+ checkOut?: string | null;
21426
+ generalLedgerPostingAt?: string | null;
21427
+ bookedAt?: string | null;
21428
+ cancelledAt?: string | null;
21429
+ bookingPlatform?: string | null;
21430
+ confirmationCode?: string | null;
21431
+ pmsReferenceCode?: string | null;
21432
+ guests?: number | null;
21433
+ userdata: {
21434
+ [key: string]: unknown;
21435
+ } | null;
21436
+ /** Format: uuid */
21437
+ id: string;
21438
+ issues: ({
21439
+ /** @enum {string} */
21440
+ code: "unassignedAccount";
21441
+ /** @enum {string} */
21442
+ severity: "error";
21443
+ context: {
21444
+ accountIds: string[];
21445
+ };
21446
+ } | {
21447
+ /** @enum {string} */
21448
+ code: "priorToStartDate";
21449
+ /** @enum {string} */
21450
+ severity: "warning";
21451
+ context: {
21452
+ startDate?: string | null;
21453
+ };
21454
+ } | {
21455
+ /** @enum {string} */
21456
+ code: "inactiveListing";
21457
+ /** @enum {string} */
21458
+ severity: "warning";
21459
+ context: {
21460
+ startDate?: string | null;
21461
+ };
21462
+ } | {
21463
+ /** @enum {string} */
21464
+ code: "inactiveConnection";
21465
+ /** @enum {string} */
21466
+ severity: "warning";
21467
+ context: Record<string, never>;
21468
+ })[];
21469
+ connection?: {
21470
+ /** Format: uuid */
21471
+ id: string;
21472
+ name: string;
21473
+ /** @enum {string} */
21474
+ status: "active" | "inactive";
21475
+ uniqueRef?: string | null;
21476
+ app: {
21477
+ id: string;
21478
+ name: string;
21479
+ icon?: string | null;
21480
+ importers?: string[] | null;
21481
+ extractors?: string[] | null;
21482
+ };
21483
+ } | null;
21484
+ nights?: number | null;
21485
+ /** @enum {string|null} */
21486
+ status?: "booked" | "canceled" | "inactive" | null;
21487
+ listing?: {
21488
+ /** Format: uuid */
21489
+ id: string;
21490
+ name: string;
21491
+ address?: {
21492
+ full?: string | null;
21493
+ line1?: string | null;
21494
+ line2?: string | null;
21495
+ city?: string | null;
21496
+ /** @deprecated */
21497
+ state?: string | null;
21498
+ postalCode?: string | null;
21499
+ stateCode?: string | null;
21500
+ countryCode?: string | null;
21501
+ } | null;
21502
+ uniqueRef?: string | null;
21503
+ } | null;
21504
+ listingConnection?: {
21505
+ /** Format: uuid */
21506
+ id: string;
21507
+ name: string;
21508
+ uniqueRef?: string | null;
21509
+ } | null;
21510
+ payment: {
21511
+ expected: number;
21512
+ received: number;
21513
+ status: ("unpaid" | "underpaid" | "overpaid" | "paid") | "coHost";
21514
+ };
21515
+ source?: {
21516
+ /** Format: uuid */
21517
+ id: string;
21518
+ type: string;
21519
+ /** @enum {string|null} */
21520
+ status?: "active" | "inactive" | null;
21521
+ } | null;
21522
+ lines: {
21523
+ /** Format: uuid */
21524
+ id: string;
21525
+ uniqueRef?: string | null;
21526
+ type: string;
21527
+ description?: string | null;
21528
+ /** @description Value in cents (100 = 1€) */
21529
+ amount: number;
21530
+ connectionId?: string | null;
21531
+ metadata?: {
21532
+ [key: string]: unknown;
21533
+ } | null;
21534
+ account?: {
21535
+ id: string;
21536
+ name: string;
21537
+ uniqueRef?: string | null;
21538
+ /** @enum {string} */
21539
+ status: "active" | "inactive";
21540
+ } | null;
21541
+ isExcluded?: boolean | null;
21542
+ }[];
21543
+ /** @description Adjustments are manually added financial lines that are not part of the booking platform */
21544
+ adjustments: {
21545
+ /** Format: uuid */
21546
+ id: string;
21547
+ type?: string;
21548
+ description?: string | null;
21549
+ /** @description Value in cents (100 = 1€) */
21550
+ amount: number;
21551
+ metadata?: {
21552
+ [key: string]: unknown;
21553
+ } | null;
21554
+ /** @enum {string|null} */
21555
+ party?: "owners" | "manager" | null;
21556
+ account?: {
21557
+ id: string;
21558
+ name: string;
21559
+ uniqueRef?: string | null;
21560
+ /** @enum {string} */
21561
+ status: "active" | "inactive";
21562
+ } | null;
21563
+ recurringFee?: {
21564
+ id: string;
21565
+ uniqueRef: string;
21566
+ name: string;
21567
+ /** @enum {string} */
21568
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
21569
+ } | null;
21570
+ }[];
21571
+ };
21572
+ }[];
21573
+ pagination: {
21574
+ /** @default 100 */
21575
+ limit: number;
21576
+ /** @default 1 */
21577
+ page: number;
21578
+ total: number;
21579
+ totalPage: number;
21580
+ nextPage?: number;
21581
+ };
21582
+ };
21583
+ };
21584
+ };
21585
+ /** @description Invalid input data */
21586
+ 400: {
21587
+ headers: {
21588
+ [name: string]: unknown;
21589
+ };
21590
+ content: {
21591
+ "application/json": components["schemas"]["error.BAD_REQUEST"];
21592
+ };
21593
+ };
21594
+ /** @description Authorization not provided */
21595
+ 401: {
21596
+ headers: {
21597
+ [name: string]: unknown;
21598
+ };
21599
+ content: {
21600
+ "application/json": components["schemas"]["error.UNAUTHORIZED"];
21601
+ };
21602
+ };
21603
+ /** @description Insufficient access */
21604
+ 403: {
21605
+ headers: {
21606
+ [name: string]: unknown;
21607
+ };
21608
+ content: {
21609
+ "application/json": components["schemas"]["error.FORBIDDEN"];
21610
+ };
21611
+ };
21612
+ /** @description Not found */
21613
+ 404: {
21614
+ headers: {
21615
+ [name: string]: unknown;
21616
+ };
21617
+ content: {
21618
+ "application/json": components["schemas"]["error.NOT_FOUND"];
21619
+ };
21620
+ };
21621
+ /** @description Internal server error */
21622
+ 500: {
21623
+ headers: {
21624
+ [name: string]: unknown;
21625
+ };
21626
+ content: {
21627
+ "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
21628
+ };
21629
+ };
21630
+ };
21631
+ };
21225
21632
  plaidConnectComplete: {
21226
21633
  parameters: {
21227
21634
  query?: never;
@@ -22295,31 +22702,22 @@ export interface operations {
22295
22702
  };
22296
22703
  getJournalEntriesReport: {
22297
22704
  parameters: {
22298
- query?: {
22299
- /** @description comma separated journal entry ids */
22300
- ids?: string;
22301
- txnCode?: string;
22302
- published?: boolean;
22303
- status?: "active" | "inactive";
22304
- startAt?: string;
22305
- endAt?: string;
22705
+ query: {
22706
+ startAt: string;
22707
+ endAt: string;
22306
22708
  search?: string;
22307
22709
  date?: string;
22308
22710
  amount?: string;
22309
22711
  isDateRangeEndInclusive?: boolean;
22310
- reservationIds?: string;
22311
- transactionIds?: string;
22312
- /** @description Currency in ISO 4217 format, will be converted to lowercase */
22313
- currency?: string;
22314
- /** @description listing ids comma separated or "unmapped" */
22712
+ /** @description listing uuids comma separated or "unmapped" */
22315
22713
  listingIds?: string;
22316
- /** @description account ids comma separated accounts or "unmapped" */
22714
+ /** @description comma separated accounts */
22317
22715
  accountIds?: string;
22318
22716
  /** @description comma separated categories */
22319
22717
  categoryIds?: string;
22320
- classifications?: ("asset" | "liability" | "revenue" | "expense") | ("asset" | "liability" | "revenue" | "expense")[];
22321
- types?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment")[];
22322
- entityTypes?: ("reservation" | "deposit" | "expense" | "recurringFee" | "transfer") | ("reservation" | "deposit" | "expense" | "recurringFee" | "transfer")[];
22718
+ classification?: ("asset" | "liability" | "revenue" | "expense") | ("asset" | "liability" | "revenue" | "expense")[];
22719
+ type?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment")[];
22720
+ relation?: "reservation" | "deposit" | "expense" | "recurringFee" | "transfer";
22323
22721
  party?: "owners" | "manager";
22324
22722
  limit?: number;
22325
22723
  page?: number;
@@ -22341,9 +22739,6 @@ export interface operations {
22341
22739
  "application/json": {
22342
22740
  data: {
22343
22741
  id: string;
22344
- /** @enum {string} */
22345
- active: "active" | "inactive";
22346
- txnCode: string;
22347
22742
  txnAt: string;
22348
22743
  description: string;
22349
22744
  centTotal: number;
@@ -22635,31 +23030,21 @@ export interface operations {
22635
23030
  };
22636
23031
  getManagerStatementReportJournalEntries: {
22637
23032
  parameters: {
22638
- query?: {
22639
- /** @description comma separated journal entry ids */
22640
- ids?: string;
22641
- txnCode?: string;
22642
- published?: boolean;
22643
- status?: "active" | "inactive";
22644
- startAt?: string;
22645
- endAt?: string;
23033
+ query: {
23034
+ startAt: string;
23035
+ endAt: string;
22646
23036
  search?: string;
22647
23037
  date?: string;
22648
23038
  amount?: string;
22649
- isDateRangeEndInclusive?: boolean;
22650
- reservationIds?: string;
22651
- transactionIds?: string;
22652
- /** @description Currency in ISO 4217 format, will be converted to lowercase */
22653
- currency?: string;
22654
- /** @description listing ids comma separated or "unmapped" */
23039
+ /** @description Use a listing uuid or "unmapped" */
22655
23040
  listingIds?: string;
22656
- /** @description account ids comma separated accounts or "unmapped" */
23041
+ /** @description comma separated accounts */
22657
23042
  accountIds?: string;
22658
23043
  /** @description comma separated categories */
22659
23044
  categoryIds?: string;
22660
- classifications?: ("asset" | "liability" | "revenue" | "expense") | ("asset" | "liability" | "revenue" | "expense")[];
22661
- types?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment")[];
22662
- entityTypes?: ("reservation" | "deposit" | "expense" | "recurringFee" | "transfer") | ("reservation" | "deposit" | "expense" | "recurringFee" | "transfer")[];
23045
+ classification?: ("asset" | "liability" | "revenue" | "expense") | ("asset" | "liability" | "revenue" | "expense")[];
23046
+ type?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment")[];
23047
+ relation?: "reservation" | "deposit" | "expense" | "recurringFee" | "transfer";
22663
23048
  limit?: number;
22664
23049
  page?: number;
22665
23050
  };
@@ -22680,9 +23065,6 @@ export interface operations {
22680
23065
  "application/json": {
22681
23066
  data: {
22682
23067
  id: string;
22683
- /** @enum {string} */
22684
- active: "active" | "inactive";
22685
- txnCode: string;
22686
23068
  txnAt: string;
22687
23069
  description: string;
22688
23070
  centTotal: number;
@@ -22989,10 +23371,8 @@ export interface operations {
22989
23371
  getOwnerStatementSummariesReport: {
22990
23372
  parameters: {
22991
23373
  query: {
22992
- startAt: string;
22993
- endAt: string;
22994
- /** @description comma separated listings */
22995
- listingIds?: string;
23374
+ /** @description Year in format YYYY */
23375
+ year: number;
22996
23376
  };
22997
23377
  header?: {
22998
23378
  "X-Team-Id"?: string;
@@ -23012,10 +23392,10 @@ export interface operations {
23012
23392
  data: {
23013
23393
  contact: {
23014
23394
  contactId: string;
23015
- name?: string;
23016
- firstName?: string;
23017
- email?: string;
23018
- phone?: string;
23395
+ name?: string | null;
23396
+ firstName?: string | null;
23397
+ email?: string | null;
23398
+ phone?: string | null;
23019
23399
  };
23020
23400
  currency: string;
23021
23401
  financials: {
@@ -23081,10 +23461,8 @@ export interface operations {
23081
23461
  getOwnerStatementSummariesReportCsv: {
23082
23462
  parameters: {
23083
23463
  query: {
23084
- startAt: string;
23085
- endAt: string;
23086
- /** @description comma separated listings */
23087
- listingIds?: string;
23464
+ /** @description Year in format YYYY */
23465
+ year: number;
23088
23466
  };
23089
23467
  header?: {
23090
23468
  "X-Team-Id"?: string;
@@ -23156,12 +23534,10 @@ export interface operations {
23156
23534
  parameters: {
23157
23535
  query: {
23158
23536
  view: "listing" | "month" | "reservation" | "bookingChannel";
23159
- startAt: string;
23160
- endAt: string;
23161
- /** @description comma separated listings */
23162
- listingIds?: string;
23537
+ /** @description Year in format YYYY */
23538
+ year: number;
23539
+ listingId?: string;
23163
23540
  currency?: string;
23164
- viewAs?: "owner" | "manager";
23165
23541
  };
23166
23542
  header?: {
23167
23543
  "X-Team-Id"?: string;
@@ -23180,83 +23556,30 @@ export interface operations {
23180
23556
  };
23181
23557
  content: {
23182
23558
  "application/json": {
23183
- currency: string;
23184
- contact: {
23185
- contactId: string;
23186
- name?: string;
23187
- firstName?: string;
23188
- email?: string;
23189
- phone?: string;
23190
- };
23191
- financials: {
23192
- balanceStart: number;
23193
- netRevenue: number;
23194
- expenses: number;
23195
- transfers: number;
23196
- netIncome: number;
23197
- currentBalance: number;
23198
- balanceEnd: number;
23199
- };
23200
23559
  netRevenueSection: {
23201
23560
  title: string;
23202
23561
  rows: {
23203
23562
  title: string;
23204
- statementIds?: string[];
23563
+ statementIds: string[];
23205
23564
  columns: {
23206
23565
  title: string;
23207
23566
  value: number | string;
23208
23567
  formatted: string;
23209
23568
  }[];
23210
23569
  }[];
23211
- subtotal?: {
23212
- title: string;
23213
- columns: {
23214
- title: string;
23215
- value: number | string;
23216
- formatted: string;
23217
- }[];
23218
- };
23219
23570
  };
23220
23571
  otherSections: {
23221
23572
  title: string;
23222
23573
  rows: {
23223
23574
  title: string;
23224
- statementIds?: string[];
23575
+ statementIds: string[];
23225
23576
  columns: {
23226
23577
  title: string;
23227
23578
  value: number | string;
23228
23579
  formatted: string;
23229
23580
  }[];
23230
23581
  }[];
23231
- subtotal?: {
23232
- title: string;
23233
- columns: {
23234
- title: string;
23235
- value: number | string;
23236
- formatted: string;
23237
- }[];
23238
- };
23239
23582
  }[];
23240
- transfersSection?: {
23241
- title: string;
23242
- rows: {
23243
- title: string;
23244
- statementIds?: string[];
23245
- columns: {
23246
- title: string;
23247
- value: number | string;
23248
- formatted: string;
23249
- }[];
23250
- }[];
23251
- subtotal?: {
23252
- title: string;
23253
- columns: {
23254
- title: string;
23255
- value: number | string;
23256
- formatted: string;
23257
- }[];
23258
- };
23259
- };
23260
23583
  };
23261
23584
  };
23262
23585
  };
@@ -23311,12 +23634,10 @@ export interface operations {
23311
23634
  parameters: {
23312
23635
  query: {
23313
23636
  view: "listing" | "month" | "reservation" | "bookingChannel";
23314
- startAt: string;
23315
- endAt: string;
23316
- /** @description comma separated listings */
23317
- listingIds?: string;
23637
+ /** @description Year in format YYYY */
23638
+ year: number;
23639
+ listingId?: string;
23318
23640
  currency?: string;
23319
- viewAs?: "owner" | "manager";
23320
23641
  };
23321
23642
  header?: {
23322
23643
  "X-Team-Id"?: string;
@@ -23389,9 +23710,9 @@ export interface operations {
23389
23710
  getCalendar: {
23390
23711
  parameters: {
23391
23712
  query: {
23392
- listingId: string;
23393
23713
  startDate: string;
23394
23714
  endDate: string;
23715
+ listingId: string;
23395
23716
  };
23396
23717
  header?: {
23397
23718
  "X-Team-Id"?: string;
@@ -23413,6 +23734,7 @@ export interface operations {
23413
23734
  /** @enum {string} */
23414
23735
  blockReason: "ownerBlock" | "maintenance";
23415
23736
  description?: string;
23737
+ id?: string;
23416
23738
  user?: {
23417
23739
  email: string;
23418
23740
  firstName: string;
@@ -23482,9 +23804,9 @@ export interface operations {
23482
23804
  requestBody: {
23483
23805
  content: {
23484
23806
  "application/json": {
23485
- listingId: string;
23486
23807
  startDate: string;
23487
23808
  endDate: string;
23809
+ listingId: string;
23488
23810
  description?: string;
23489
23811
  };
23490
23812
  };
@@ -23502,6 +23824,7 @@ export interface operations {
23502
23824
  /** @enum {string} */
23503
23825
  blockReason: "ownerBlock" | "maintenance";
23504
23826
  description?: string;
23827
+ id?: string;
23505
23828
  user?: {
23506
23829
  email: string;
23507
23830
  firstName: string;
@@ -23556,7 +23879,6 @@ export interface operations {
23556
23879
  listingId: string;
23557
23880
  startDate: string;
23558
23881
  endDate: string;
23559
- description?: string;
23560
23882
  };
23561
23883
  header?: {
23562
23884
  "X-Team-Id"?: string;
@@ -23578,6 +23900,7 @@ export interface operations {
23578
23900
  /** @enum {string} */
23579
23901
  blockReason: "ownerBlock" | "maintenance";
23580
23902
  description?: string;
23903
+ id?: string;
23581
23904
  user?: {
23582
23905
  email: string;
23583
23906
  firstName: string;
@@ -23680,7 +24003,7 @@ export interface operations {
23680
24003
  * @description Internal semantic type
23681
24004
  * @enum {string}
23682
24005
  */
23683
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24006
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23684
24007
  /** @description Optional JSONB filter for internal data */
23685
24008
  filter?: string;
23686
24009
  };
@@ -23704,7 +24027,7 @@ export interface operations {
23704
24027
  * @description Semantic type of the setting value
23705
24028
  * @enum {string}
23706
24029
  */
23707
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24030
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23708
24031
  /** @description Optional JSONB filter for available values */
23709
24032
  filter?: string;
23710
24033
  };
@@ -23801,7 +24124,7 @@ export interface operations {
23801
24124
  * @description Internal semantic type
23802
24125
  * @enum {string}
23803
24126
  */
23804
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24127
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23805
24128
  /** @description Optional JSONB filter for internal data */
23806
24129
  filter?: string;
23807
24130
  };
@@ -23825,7 +24148,7 @@ export interface operations {
23825
24148
  * @description Semantic type of the setting value
23826
24149
  * @enum {string}
23827
24150
  */
23828
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24151
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23829
24152
  /** @description Optional JSONB filter for available values */
23830
24153
  filter?: string;
23831
24154
  };
@@ -23925,7 +24248,7 @@ export interface operations {
23925
24248
  * @description Internal semantic type
23926
24249
  * @enum {string}
23927
24250
  */
23928
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24251
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23929
24252
  /** @description Optional JSONB filter for internal data */
23930
24253
  filter?: string;
23931
24254
  };
@@ -23949,7 +24272,7 @@ export interface operations {
23949
24272
  * @description Semantic type of the setting value
23950
24273
  * @enum {string}
23951
24274
  */
23952
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24275
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23953
24276
  /** @description Optional JSONB filter for available values */
23954
24277
  filter?: string;
23955
24278
  };
@@ -24036,7 +24359,7 @@ export interface operations {
24036
24359
  * @description Internal semantic type
24037
24360
  * @enum {string}
24038
24361
  */
24039
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24362
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24040
24363
  /** @description Optional JSONB filter for internal data */
24041
24364
  filter?: string;
24042
24365
  };
@@ -24060,7 +24383,7 @@ export interface operations {
24060
24383
  * @description Semantic type of the setting value
24061
24384
  * @enum {string}
24062
24385
  */
24063
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24386
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24064
24387
  /** @description Optional JSONB filter for available values */
24065
24388
  filter?: string;
24066
24389
  };
@@ -24100,7 +24423,7 @@ export interface operations {
24100
24423
  * @description Internal semantic type
24101
24424
  * @enum {string}
24102
24425
  */
24103
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24426
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24104
24427
  /** @description Optional JSONB filter for internal data */
24105
24428
  filter?: string;
24106
24429
  };
@@ -24124,7 +24447,7 @@ export interface operations {
24124
24447
  * @description Semantic type of the setting value
24125
24448
  * @enum {string}
24126
24449
  */
24127
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24450
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24128
24451
  /** @description Optional JSONB filter for available values */
24129
24452
  filter?: string;
24130
24453
  };