@vrplatform/api 1.2.33-stage.943 → 1.2.34

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.
Files changed (40) hide show
  1. package/build/main/client.d.ts +1 -1
  2. package/build/main/client.js +1 -1
  3. package/build/main/client.js.map +1 -1
  4. package/build/main/error.js +1 -1
  5. package/build/main/error.js.map +1 -1
  6. package/build/main/generated/v1.d.ts +745 -657
  7. package/build/main/generated/v1.js.map +1 -1
  8. package/build/main/index.d.ts +4 -4
  9. package/build/main/index.js +0 -1
  10. package/build/main/index.js.map +1 -1
  11. package/build/main/ingest/index.d.ts +0 -1
  12. package/build/main/ingest/index.js.map +1 -1
  13. package/build/main/ingest/types.d.ts +1 -1
  14. package/build/main/ingest/types.js.map +1 -1
  15. package/build/main/tsconfig.main.tsbuildinfo +1 -1
  16. package/build/module/client.d.ts +1 -1
  17. package/build/module/client.js +1 -1
  18. package/build/module/client.js.map +1 -1
  19. package/build/module/error.js +1 -1
  20. package/build/module/error.js.map +1 -1
  21. package/build/module/generated/v1.d.ts +745 -657
  22. package/build/module/generated/v1.js.map +1 -1
  23. package/build/module/index.d.ts +4 -4
  24. package/build/module/index.js +0 -1
  25. package/build/module/index.js.map +1 -1
  26. package/build/module/ingest/index.d.ts +0 -1
  27. package/build/module/ingest/index.js.map +1 -1
  28. package/build/module/ingest/types.d.ts +1 -1
  29. package/build/module/ingest/types.js.map +1 -1
  30. package/build/module/tsconfig.esm.tsbuildinfo +1 -1
  31. package/package.json +8 -6
  32. package/src/client.ts +4 -1
  33. package/src/error.ts +1 -1
  34. package/src/generated/v1.ts +745 -657
  35. package/src/index.ts +5 -10
  36. package/src/ingest/index.ts +0 -2
  37. package/src/ingest/types.ts +1 -1
  38. package/src/ingest-compat/index.ts +0 -98
  39. package/src/ingest-compat/map.ts +0 -111
  40. package/src/ingest-compat/types.ts +0 -9
@@ -660,15 +660,18 @@ export interface paths {
660
660
  patch?: never;
661
661
  trace?: never;
662
662
  };
663
- "/statements/{id}/pdf": {
663
+ "/statements/batch": {
664
664
  parameters: {
665
665
  query?: never;
666
666
  header?: never;
667
667
  path?: never;
668
668
  cookie?: never;
669
669
  };
670
- /** @description Get Owner Statement by ID */
671
- get: operations["getOwnerStatementPDF"];
670
+ /**
671
+ * Get Statements by ownership period, can be multiple if multiple currencies are found in a month
672
+ * @description Get Statements by period
673
+ */
674
+ get: operations["getOwnerStatementBatch"];
672
675
  put?: never;
673
676
  post?: never;
674
677
  delete?: never;
@@ -677,7 +680,7 @@ export interface paths {
677
680
  patch?: never;
678
681
  trace?: never;
679
682
  };
680
- "/statements/batch": {
683
+ "/statements/totals": {
681
684
  parameters: {
682
685
  query?: never;
683
686
  header?: never;
@@ -685,10 +688,10 @@ export interface paths {
685
688
  cookie?: never;
686
689
  };
687
690
  /**
688
- * Get Statements by ownership period, can be multiple if multiple currencies are found in a month
689
- * @description Get Statements by period
691
+ * Aggregated owner statement totals without pagination effects
692
+ * @description Get statement totals for a month
690
693
  */
691
- get: operations["getOwnerStatementBatch"];
694
+ get: operations["getOwnerStatementTotals"];
692
695
  put?: never;
693
696
  post?: never;
694
697
  delete?: never;
@@ -1020,6 +1023,23 @@ export interface paths {
1020
1023
  patch?: never;
1021
1024
  trace?: never;
1022
1025
  };
1026
+ "/connections/extract": {
1027
+ parameters: {
1028
+ query?: never;
1029
+ header?: never;
1030
+ path?: never;
1031
+ cookie?: never;
1032
+ };
1033
+ get?: never;
1034
+ put?: never;
1035
+ /** @description Trigger extract workflows for connections. */
1036
+ post: operations["extractConnections"];
1037
+ delete?: never;
1038
+ options?: never;
1039
+ head?: never;
1040
+ patch?: never;
1041
+ trace?: never;
1042
+ };
1023
1043
  "/accounts/{id}/banking-init": {
1024
1044
  parameters: {
1025
1045
  query?: never;
@@ -1274,7 +1294,7 @@ export interface paths {
1274
1294
  path?: never;
1275
1295
  cookie?: never;
1276
1296
  };
1277
- /** @description Sync Metrics by Status */
1297
+ /** @description Change Metrics by Status */
1278
1298
  get: operations["getSyncMetricsByStatus"];
1279
1299
  put?: never;
1280
1300
  post?: never;
@@ -1284,23 +1304,6 @@ export interface paths {
1284
1304
  patch?: never;
1285
1305
  trace?: never;
1286
1306
  };
1287
- "/extract": {
1288
- parameters: {
1289
- query?: never;
1290
- header?: never;
1291
- path?: never;
1292
- cookie?: never;
1293
- };
1294
- get?: never;
1295
- put?: never;
1296
- /** @description Trigger extract workflows for connections. */
1297
- post: operations["extract"];
1298
- delete?: never;
1299
- options?: never;
1300
- head?: never;
1301
- patch?: never;
1302
- trace?: never;
1303
- };
1304
1307
  "/syncs/{id}": {
1305
1308
  parameters: {
1306
1309
  query?: never;
@@ -1423,15 +1426,15 @@ export interface paths {
1423
1426
  patch?: never;
1424
1427
  trace?: never;
1425
1428
  };
1426
- "/reviews": {
1429
+ "/dispatch/{id}": {
1427
1430
  parameters: {
1428
1431
  query?: never;
1429
1432
  header?: never;
1430
1433
  path?: never;
1431
1434
  cookie?: never;
1432
1435
  };
1433
- /** @description Reviews list */
1434
- get: operations["getReviews"];
1436
+ /** @description Retrieve a dispatched action and queued effects for progress tracking */
1437
+ get: operations["getDispatchAction"];
1435
1438
  put?: never;
1436
1439
  post?: never;
1437
1440
  delete?: never;
@@ -1764,6 +1767,40 @@ export interface paths {
1764
1767
  patch?: never;
1765
1768
  trace?: never;
1766
1769
  };
1770
+ "/reports/owner-statement-summaries/details/{contactId}": {
1771
+ parameters: {
1772
+ query?: never;
1773
+ header?: never;
1774
+ path?: never;
1775
+ cookie?: never;
1776
+ };
1777
+ /** @description Owner statement summary detail aggregated by listing, month, reservation, or booking channel */
1778
+ get: operations["getOwnerStatementSummaryDetailsReport"];
1779
+ put?: never;
1780
+ post?: never;
1781
+ delete?: never;
1782
+ options?: never;
1783
+ head?: never;
1784
+ patch?: never;
1785
+ trace?: never;
1786
+ };
1787
+ "/reports/owner-statement-summaries/details/{contactId}/csv": {
1788
+ parameters: {
1789
+ query?: never;
1790
+ header?: never;
1791
+ path?: never;
1792
+ cookie?: never;
1793
+ };
1794
+ /** @description Owner statement summary detail aggregated by listing, month, reservation, or booking channel (CSV) */
1795
+ get: operations["getOwnerStatementSummaryDetailsReportCsv"];
1796
+ put?: never;
1797
+ post?: never;
1798
+ delete?: never;
1799
+ options?: never;
1800
+ head?: never;
1801
+ patch?: never;
1802
+ trace?: never;
1803
+ };
1767
1804
  "/calendar-blocks": {
1768
1805
  parameters: {
1769
1806
  query?: never;
@@ -2298,19 +2335,19 @@ export interface components {
2298
2335
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
2299
2336
  * @enum {string|null}
2300
2337
  */
2301
- type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
2338
+ type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
2302
2339
  filter: string | null;
2303
2340
  value: components["schemas"]["FlowMappingResolvedEntityValue"];
2304
2341
  };
2305
2342
  /** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
2306
2343
  FlowMappingResolvedEntityValue: {
2307
- id: string;
2344
+ id: string | number;
2308
2345
  name: string;
2309
2346
  /**
2310
2347
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
2311
2348
  * @enum {string}
2312
2349
  */
2313
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
2350
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
2314
2351
  };
2315
2352
  /** @description Collection of settings after mutation with normalized { id, name, type } value payloads. */
2316
2353
  FlowSettingItemsPost: components["schemas"]["FlowSettingItemPost"][];
@@ -2329,7 +2366,7 @@ export interface components {
2329
2366
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
2330
2367
  * @enum {string|null}
2331
2368
  */
2332
- type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
2369
+ type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
2333
2370
  filter: string | null;
2334
2371
  value: components["schemas"]["FlowMappingResolvedEntityValue"];
2335
2372
  };
@@ -5218,7 +5255,8 @@ export interface operations {
5218
5255
  getReservations: {
5219
5256
  parameters: {
5220
5257
  query?: {
5221
- id?: string;
5258
+ /** @description comma separated reservation ids, negate with ! prefix */
5259
+ ids?: string;
5222
5260
  status?: "booked" | "canceled" | "inactive";
5223
5261
  listingId?: string;
5224
5262
  date?: string;
@@ -5827,7 +5865,7 @@ export interface operations {
5827
5865
  data: {
5828
5866
  /** Format: uuid */
5829
5867
  listingId: string;
5830
- /** @default 2025-11-01 */
5868
+ /** @default 2025-11-11 */
5831
5869
  startAt: string;
5832
5870
  endAt?: string | null;
5833
5871
  setListingInactive?: boolean | null;
@@ -5909,7 +5947,7 @@ export interface operations {
5909
5947
  "application/json": {
5910
5948
  /** Format: uuid */
5911
5949
  listingId: string;
5912
- /** @default 2025-11-01 */
5950
+ /** @default 2025-11-11 */
5913
5951
  startAt?: string;
5914
5952
  endAt?: string | null;
5915
5953
  members: {
@@ -5943,7 +5981,7 @@ export interface operations {
5943
5981
  "application/json": {
5944
5982
  /** Format: uuid */
5945
5983
  listingId: string;
5946
- /** @default 2025-11-01 */
5984
+ /** @default 2025-11-11 */
5947
5985
  startAt: string;
5948
5986
  endAt?: string | null;
5949
5987
  setListingInactive?: boolean | null;
@@ -6023,7 +6061,7 @@ export interface operations {
6023
6061
  "application/json": {
6024
6062
  /** Format: uuid */
6025
6063
  listingId: string;
6026
- /** @default 2025-11-01 */
6064
+ /** @default 2025-11-11 */
6027
6065
  startAt: string;
6028
6066
  endAt?: string | null;
6029
6067
  setListingInactive?: boolean | null;
@@ -6106,7 +6144,7 @@ export interface operations {
6106
6144
  "application/json": {
6107
6145
  /** Format: uuid */
6108
6146
  listingId?: string;
6109
- /** @default 2025-11-01 */
6147
+ /** @default 2025-11-11 */
6110
6148
  startAt?: string;
6111
6149
  endAt?: string | null;
6112
6150
  members?: {
@@ -6140,7 +6178,7 @@ export interface operations {
6140
6178
  "application/json": {
6141
6179
  /** Format: uuid */
6142
6180
  listingId: string;
6143
- /** @default 2025-11-01 */
6181
+ /** @default 2025-11-11 */
6144
6182
  startAt: string;
6145
6183
  endAt?: string | null;
6146
6184
  setListingInactive?: boolean | null;
@@ -6326,7 +6364,7 @@ export interface operations {
6326
6364
  /** Format: uuid */
6327
6365
  sourceId?: string | null;
6328
6366
  initialOwnership?: {
6329
- /** @default 2025-11-01 */
6367
+ /** @default 2025-11-11 */
6330
6368
  startAt?: string;
6331
6369
  endAt?: string | null;
6332
6370
  members: {
@@ -6384,7 +6422,7 @@ export interface operations {
6384
6422
  status: "active" | "inactive";
6385
6423
  defaultCurrency?: string | null;
6386
6424
  activeOwnership?: {
6387
- /** @default 2025-11-01 */
6425
+ /** @default 2025-11-11 */
6388
6426
  startAt: string;
6389
6427
  endAt?: string | null;
6390
6428
  setListingInactive?: boolean | null;
@@ -6625,7 +6663,7 @@ export interface operations {
6625
6663
  status: "active" | "inactive";
6626
6664
  defaultCurrency?: string | null;
6627
6665
  activeOwnership?: {
6628
- /** @default 2025-11-01 */
6666
+ /** @default 2025-11-11 */
6629
6667
  startAt: string;
6630
6668
  endAt?: string | null;
6631
6669
  setListingInactive?: boolean | null;
@@ -6764,7 +6802,7 @@ export interface operations {
6764
6802
  /** Format: uuid */
6765
6803
  sourceId?: string | null;
6766
6804
  initialOwnership?: {
6767
- /** @default 2025-11-01 */
6805
+ /** @default 2025-11-11 */
6768
6806
  startAt?: string;
6769
6807
  endAt?: string | null;
6770
6808
  members: {
@@ -6818,7 +6856,7 @@ export interface operations {
6818
6856
  status: "active" | "inactive";
6819
6857
  defaultCurrency?: string | null;
6820
6858
  activeOwnership?: {
6821
- /** @default 2025-11-01 */
6859
+ /** @default 2025-11-11 */
6822
6860
  startAt: string;
6823
6861
  endAt?: string | null;
6824
6862
  setListingInactive?: boolean | null;
@@ -7035,7 +7073,7 @@ export interface operations {
7035
7073
  status: "active" | "inactive";
7036
7074
  defaultCurrency?: string | null;
7037
7075
  activeOwnership?: {
7038
- /** @default 2025-11-01 */
7076
+ /** @default 2025-11-11 */
7039
7077
  startAt: string;
7040
7078
  endAt?: string | null;
7041
7079
  setListingInactive?: boolean | null;
@@ -7182,7 +7220,7 @@ export interface operations {
7182
7220
  /** Format: uuid */
7183
7221
  sourceId?: string | null;
7184
7222
  initialOwnership?: {
7185
- /** @default 2025-11-01 */
7223
+ /** @default 2025-11-11 */
7186
7224
  startAt?: string;
7187
7225
  endAt?: string | null;
7188
7226
  members: {
@@ -7236,7 +7274,7 @@ export interface operations {
7236
7274
  status: "active" | "inactive";
7237
7275
  defaultCurrency?: string | null;
7238
7276
  activeOwnership?: {
7239
- /** @default 2025-11-01 */
7277
+ /** @default 2025-11-11 */
7240
7278
  startAt: string;
7241
7279
  endAt?: string | null;
7242
7280
  setListingInactive?: boolean | null;
@@ -7895,7 +7933,7 @@ export interface operations {
7895
7933
  /** @enum {string} */
7896
7934
  type: "partner" | "admin" | "propertyManager";
7897
7935
  /** @enum {string} */
7898
- status: "active" | "inactive";
7936
+ status: "active" | "inactive" | "deleted" | "onboarding";
7899
7937
  billingSubscriptionStatus?: string | null;
7900
7938
  billingPlan?: string | null;
7901
7939
  createdAt?: string | null;
@@ -8104,7 +8142,7 @@ export interface operations {
8104
8142
  /** @enum {string} */
8105
8143
  type: "partner" | "admin" | "propertyManager";
8106
8144
  /** @enum {string} */
8107
- status: "active" | "inactive";
8145
+ status: "active" | "inactive" | "deleted" | "onboarding";
8108
8146
  billingSubscriptionStatus?: string | null;
8109
8147
  billingPlan?: string | null;
8110
8148
  createdAt?: string | null;
@@ -8324,7 +8362,7 @@ export interface operations {
8324
8362
  /** @enum {string} */
8325
8363
  type: "partner" | "admin" | "propertyManager";
8326
8364
  /** @enum {string} */
8327
- status: "active" | "inactive";
8365
+ status: "active" | "inactive" | "deleted" | "onboarding";
8328
8366
  billingSubscriptionStatus?: string | null;
8329
8367
  billingPlan?: string | null;
8330
8368
  createdAt?: string | null;
@@ -8456,7 +8494,7 @@ export interface operations {
8456
8494
  /** @enum {string} */
8457
8495
  type?: "partner" | "admin" | "propertyManager";
8458
8496
  /** @enum {string} */
8459
- status?: "active" | "inactive";
8497
+ status?: "active" | "inactive" | "deleted" | "onboarding";
8460
8498
  billingSubscriptionStatus?: string | null;
8461
8499
  billingPlan?: string | null;
8462
8500
  trialUntil?: string | null;
@@ -8534,7 +8572,7 @@ export interface operations {
8534
8572
  /** @enum {string} */
8535
8573
  type: "partner" | "admin" | "propertyManager";
8536
8574
  /** @enum {string} */
8537
- status: "active" | "inactive";
8575
+ status: "active" | "inactive" | "deleted" | "onboarding";
8538
8576
  billingSubscriptionStatus?: string | null;
8539
8577
  billingPlan?: string | null;
8540
8578
  createdAt?: string | null;
@@ -8678,7 +8716,7 @@ export interface operations {
8678
8716
  /** @enum {string} */
8679
8717
  type: "partner" | "admin" | "propertyManager";
8680
8718
  /** @enum {string} */
8681
- status: "active" | "inactive";
8719
+ status: "active" | "inactive" | "deleted" | "onboarding";
8682
8720
  billingSubscriptionStatus?: string | null;
8683
8721
  billingPlan?: string | null;
8684
8722
  createdAt?: string | null;
@@ -9582,21 +9620,10 @@ export interface operations {
9582
9620
  status: "active" | "inactive";
9583
9621
  }[];
9584
9622
  taxRate?: {
9623
+ id: string;
9585
9624
  name: string;
9586
- countryCode?: string | null;
9587
- currency?: string | null;
9588
9625
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9589
9626
  basisPoints: number;
9590
- /** @enum {string|null} */
9591
- type?: "markup" | "tax" | null;
9592
- uniqueRef?: string | null;
9593
- /** @enum {string|null} */
9594
- status?: "active" | "inactive" | null;
9595
- /** Format: uuid */
9596
- accountId?: string | null;
9597
- /** Format: uuid */
9598
- debitAccountId?: string | null;
9599
- id: string;
9600
9627
  } | null;
9601
9628
  };
9602
9629
  };
@@ -9751,21 +9778,10 @@ export interface operations {
9751
9778
  status: "active" | "inactive";
9752
9779
  }[];
9753
9780
  taxRate?: {
9781
+ id: string;
9754
9782
  name: string;
9755
- countryCode?: string | null;
9756
- currency?: string | null;
9757
9783
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9758
9784
  basisPoints: number;
9759
- /** @enum {string|null} */
9760
- type?: "markup" | "tax" | null;
9761
- uniqueRef?: string | null;
9762
- /** @enum {string|null} */
9763
- status?: "active" | "inactive" | null;
9764
- /** Format: uuid */
9765
- accountId?: string | null;
9766
- /** Format: uuid */
9767
- debitAccountId?: string | null;
9768
- id: string;
9769
9785
  } | null;
9770
9786
  };
9771
9787
  };
@@ -9959,21 +9975,10 @@ export interface operations {
9959
9975
  status: "active" | "inactive";
9960
9976
  }[];
9961
9977
  taxRate?: {
9978
+ id: string;
9962
9979
  name: string;
9963
- countryCode?: string | null;
9964
- currency?: string | null;
9965
9980
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9966
9981
  basisPoints: number;
9967
- /** @enum {string|null} */
9968
- type?: "markup" | "tax" | null;
9969
- uniqueRef?: string | null;
9970
- /** @enum {string|null} */
9971
- status?: "active" | "inactive" | null;
9972
- /** Format: uuid */
9973
- accountId?: string | null;
9974
- /** Format: uuid */
9975
- debitAccountId?: string | null;
9976
- id: string;
9977
9982
  } | null;
9978
9983
  }[];
9979
9984
  pagination: {
@@ -10136,21 +10141,10 @@ export interface operations {
10136
10141
  status: "active" | "inactive";
10137
10142
  }[];
10138
10143
  taxRate?: {
10144
+ id: string;
10139
10145
  name: string;
10140
- countryCode?: string | null;
10141
- currency?: string | null;
10142
10146
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
10143
10147
  basisPoints: number;
10144
- /** @enum {string|null} */
10145
- type?: "markup" | "tax" | null;
10146
- uniqueRef?: string | null;
10147
- /** @enum {string|null} */
10148
- status?: "active" | "inactive" | null;
10149
- /** Format: uuid */
10150
- accountId?: string | null;
10151
- /** Format: uuid */
10152
- debitAccountId?: string | null;
10153
- id: string;
10154
10148
  } | null;
10155
10149
  };
10156
10150
  };
@@ -10224,13 +10218,13 @@ export interface operations {
10224
10218
  name: string;
10225
10219
  locked?: boolean | null;
10226
10220
  /** @enum {string|null} */
10227
- visible?: "all" | "manager" | "none" | null;
10221
+ visible?: "all" | "manager" | "owner" | "none" | null;
10228
10222
  columns: ({
10229
10223
  id?: string | null;
10230
10224
  name: string;
10231
10225
  locked?: boolean | null;
10232
10226
  /** @enum {string|null} */
10233
- visible?: "all" | "manager" | "none" | null;
10227
+ visible?: "all" | "manager" | "owner" | "none" | null;
10234
10228
  /** @enum {string} */
10235
10229
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
10236
10230
  value: string;
@@ -10239,7 +10233,7 @@ export interface operations {
10239
10233
  name: string;
10240
10234
  locked?: boolean | null;
10241
10235
  /** @enum {string|null} */
10242
- visible?: "all" | "manager" | "none" | null;
10236
+ visible?: "all" | "manager" | "owner" | "none" | null;
10243
10237
  /** @enum {string} */
10244
10238
  type: "accounts";
10245
10239
  value: string[];
@@ -10250,13 +10244,13 @@ export interface operations {
10250
10244
  name: string;
10251
10245
  locked?: boolean | null;
10252
10246
  /** @enum {string|null} */
10253
- visible?: "all" | "manager" | "none" | null;
10247
+ visible?: "all" | "manager" | "owner" | "none" | null;
10254
10248
  columns: ({
10255
10249
  id?: string | null;
10256
10250
  name: string;
10257
10251
  locked?: boolean | null;
10258
10252
  /** @enum {string|null} */
10259
- visible?: "all" | "manager" | "none" | null;
10253
+ visible?: "all" | "manager" | "owner" | "none" | null;
10260
10254
  /** @enum {string} */
10261
10255
  type: "field";
10262
10256
  value: string;
@@ -10265,7 +10259,7 @@ export interface operations {
10265
10259
  name: string;
10266
10260
  locked?: boolean | null;
10267
10261
  /** @enum {string|null} */
10268
- visible?: "all" | "manager" | "none" | null;
10262
+ visible?: "all" | "manager" | "owner" | "none" | null;
10269
10263
  /** @enum {string} */
10270
10264
  type: "accounts";
10271
10265
  value: string[];
@@ -10289,13 +10283,13 @@ export interface operations {
10289
10283
  name: string;
10290
10284
  locked?: boolean | null;
10291
10285
  /** @enum {string|null} */
10292
- visible?: "all" | "manager" | "none" | null;
10286
+ visible?: "all" | "manager" | "owner" | "none" | null;
10293
10287
  columns: ({
10294
10288
  id?: string | null;
10295
10289
  name: string;
10296
10290
  locked?: boolean | null;
10297
10291
  /** @enum {string|null} */
10298
- visible?: "all" | "manager" | "none" | null;
10292
+ visible?: "all" | "manager" | "owner" | "none" | null;
10299
10293
  /** @enum {string} */
10300
10294
  type: "field";
10301
10295
  value: string;
@@ -10304,7 +10298,7 @@ export interface operations {
10304
10298
  name: string;
10305
10299
  locked?: boolean | null;
10306
10300
  /** @enum {string|null} */
10307
- visible?: "all" | "manager" | "none" | null;
10301
+ visible?: "all" | "manager" | "owner" | "none" | null;
10308
10302
  /** @enum {string} */
10309
10303
  type: "accounts";
10310
10304
  value: string[];
@@ -10392,13 +10386,13 @@ export interface operations {
10392
10386
  name: string;
10393
10387
  locked?: boolean | null;
10394
10388
  /** @enum {string|null} */
10395
- visible?: "all" | "manager" | "none" | null;
10389
+ visible?: "all" | "manager" | "owner" | "none" | null;
10396
10390
  columns: ({
10397
10391
  id?: string | null;
10398
10392
  name: string;
10399
10393
  locked?: boolean | null;
10400
10394
  /** @enum {string|null} */
10401
- visible?: "all" | "manager" | "none" | null;
10395
+ visible?: "all" | "manager" | "owner" | "none" | null;
10402
10396
  /** @enum {string} */
10403
10397
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
10404
10398
  value: string;
@@ -10407,7 +10401,7 @@ export interface operations {
10407
10401
  name: string;
10408
10402
  locked?: boolean | null;
10409
10403
  /** @enum {string|null} */
10410
- visible?: "all" | "manager" | "none" | null;
10404
+ visible?: "all" | "manager" | "owner" | "none" | null;
10411
10405
  /** @enum {string} */
10412
10406
  type: "accounts";
10413
10407
  value: string[];
@@ -10418,13 +10412,13 @@ export interface operations {
10418
10412
  name: string;
10419
10413
  locked?: boolean | null;
10420
10414
  /** @enum {string|null} */
10421
- visible?: "all" | "manager" | "none" | null;
10415
+ visible?: "all" | "manager" | "owner" | "none" | null;
10422
10416
  columns: ({
10423
10417
  id?: string | null;
10424
10418
  name: string;
10425
10419
  locked?: boolean | null;
10426
10420
  /** @enum {string|null} */
10427
- visible?: "all" | "manager" | "none" | null;
10421
+ visible?: "all" | "manager" | "owner" | "none" | null;
10428
10422
  /** @enum {string} */
10429
10423
  type: "field";
10430
10424
  value: string;
@@ -10433,7 +10427,7 @@ export interface operations {
10433
10427
  name: string;
10434
10428
  locked?: boolean | null;
10435
10429
  /** @enum {string|null} */
10436
- visible?: "all" | "manager" | "none" | null;
10430
+ visible?: "all" | "manager" | "owner" | "none" | null;
10437
10431
  /** @enum {string} */
10438
10432
  type: "accounts";
10439
10433
  value: string[];
@@ -10459,13 +10453,13 @@ export interface operations {
10459
10453
  name: string;
10460
10454
  locked?: boolean | null;
10461
10455
  /** @enum {string|null} */
10462
- visible?: "all" | "manager" | "none" | null;
10456
+ visible?: "all" | "manager" | "owner" | "none" | null;
10463
10457
  columns: ({
10464
10458
  id?: string | null;
10465
10459
  name: string;
10466
10460
  locked?: boolean | null;
10467
10461
  /** @enum {string|null} */
10468
- visible?: "all" | "manager" | "none" | null;
10462
+ visible?: "all" | "manager" | "owner" | "none" | null;
10469
10463
  /** @enum {string} */
10470
10464
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
10471
10465
  value: string;
@@ -10474,7 +10468,7 @@ export interface operations {
10474
10468
  name: string;
10475
10469
  locked?: boolean | null;
10476
10470
  /** @enum {string|null} */
10477
- visible?: "all" | "manager" | "none" | null;
10471
+ visible?: "all" | "manager" | "owner" | "none" | null;
10478
10472
  /** @enum {string} */
10479
10473
  type: "accounts";
10480
10474
  value: string[];
@@ -10485,13 +10479,13 @@ export interface operations {
10485
10479
  name: string;
10486
10480
  locked?: boolean | null;
10487
10481
  /** @enum {string|null} */
10488
- visible?: "all" | "manager" | "none" | null;
10482
+ visible?: "all" | "manager" | "owner" | "none" | null;
10489
10483
  columns: ({
10490
10484
  id?: string | null;
10491
10485
  name: string;
10492
10486
  locked?: boolean | null;
10493
10487
  /** @enum {string|null} */
10494
- visible?: "all" | "manager" | "none" | null;
10488
+ visible?: "all" | "manager" | "owner" | "none" | null;
10495
10489
  /** @enum {string} */
10496
10490
  type: "field";
10497
10491
  value: string;
@@ -10500,7 +10494,7 @@ export interface operations {
10500
10494
  name: string;
10501
10495
  locked?: boolean | null;
10502
10496
  /** @enum {string|null} */
10503
- visible?: "all" | "manager" | "none" | null;
10497
+ visible?: "all" | "manager" | "owner" | "none" | null;
10504
10498
  /** @enum {string} */
10505
10499
  type: "accounts";
10506
10500
  value: string[];
@@ -10524,13 +10518,13 @@ export interface operations {
10524
10518
  name: string;
10525
10519
  locked?: boolean | null;
10526
10520
  /** @enum {string|null} */
10527
- visible?: "all" | "manager" | "none" | null;
10521
+ visible?: "all" | "manager" | "owner" | "none" | null;
10528
10522
  columns: ({
10529
10523
  id?: string | null;
10530
10524
  name: string;
10531
10525
  locked?: boolean | null;
10532
10526
  /** @enum {string|null} */
10533
- visible?: "all" | "manager" | "none" | null;
10527
+ visible?: "all" | "manager" | "owner" | "none" | null;
10534
10528
  /** @enum {string} */
10535
10529
  type: "field";
10536
10530
  value: string;
@@ -10539,7 +10533,7 @@ export interface operations {
10539
10533
  name: string;
10540
10534
  locked?: boolean | null;
10541
10535
  /** @enum {string|null} */
10542
- visible?: "all" | "manager" | "none" | null;
10536
+ visible?: "all" | "manager" | "owner" | "none" | null;
10543
10537
  /** @enum {string} */
10544
10538
  type: "accounts";
10545
10539
  value: string[];
@@ -10615,13 +10609,13 @@ export interface operations {
10615
10609
  name: string;
10616
10610
  locked?: boolean | null;
10617
10611
  /** @enum {string|null} */
10618
- visible?: "all" | "manager" | "none" | null;
10612
+ visible?: "all" | "manager" | "owner" | "none" | null;
10619
10613
  columns: ({
10620
10614
  id?: string | null;
10621
10615
  name: string;
10622
10616
  locked?: boolean | null;
10623
10617
  /** @enum {string|null} */
10624
- visible?: "all" | "manager" | "none" | null;
10618
+ visible?: "all" | "manager" | "owner" | "none" | null;
10625
10619
  /** @enum {string} */
10626
10620
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
10627
10621
  value: string;
@@ -10630,7 +10624,7 @@ export interface operations {
10630
10624
  name: string;
10631
10625
  locked?: boolean | null;
10632
10626
  /** @enum {string|null} */
10633
- visible?: "all" | "manager" | "none" | null;
10627
+ visible?: "all" | "manager" | "owner" | "none" | null;
10634
10628
  /** @enum {string} */
10635
10629
  type: "accounts";
10636
10630
  value: string[];
@@ -10641,13 +10635,13 @@ export interface operations {
10641
10635
  name: string;
10642
10636
  locked?: boolean | null;
10643
10637
  /** @enum {string|null} */
10644
- visible?: "all" | "manager" | "none" | null;
10638
+ visible?: "all" | "manager" | "owner" | "none" | null;
10645
10639
  columns: ({
10646
10640
  id?: string | null;
10647
10641
  name: string;
10648
10642
  locked?: boolean | null;
10649
10643
  /** @enum {string|null} */
10650
- visible?: "all" | "manager" | "none" | null;
10644
+ visible?: "all" | "manager" | "owner" | "none" | null;
10651
10645
  /** @enum {string} */
10652
10646
  type: "field";
10653
10647
  value: string;
@@ -10656,7 +10650,7 @@ export interface operations {
10656
10650
  name: string;
10657
10651
  locked?: boolean | null;
10658
10652
  /** @enum {string|null} */
10659
- visible?: "all" | "manager" | "none" | null;
10653
+ visible?: "all" | "manager" | "owner" | "none" | null;
10660
10654
  /** @enum {string} */
10661
10655
  type: "accounts";
10662
10656
  value: string[];
@@ -10680,13 +10674,13 @@ export interface operations {
10680
10674
  name: string;
10681
10675
  locked?: boolean | null;
10682
10676
  /** @enum {string|null} */
10683
- visible?: "all" | "manager" | "none" | null;
10677
+ visible?: "all" | "manager" | "owner" | "none" | null;
10684
10678
  columns: ({
10685
10679
  id?: string | null;
10686
10680
  name: string;
10687
10681
  locked?: boolean | null;
10688
10682
  /** @enum {string|null} */
10689
- visible?: "all" | "manager" | "none" | null;
10683
+ visible?: "all" | "manager" | "owner" | "none" | null;
10690
10684
  /** @enum {string} */
10691
10685
  type: "field";
10692
10686
  value: string;
@@ -10695,7 +10689,7 @@ export interface operations {
10695
10689
  name: string;
10696
10690
  locked?: boolean | null;
10697
10691
  /** @enum {string|null} */
10698
- visible?: "all" | "manager" | "none" | null;
10692
+ visible?: "all" | "manager" | "owner" | "none" | null;
10699
10693
  /** @enum {string} */
10700
10694
  type: "accounts";
10701
10695
  value: string[];
@@ -10775,13 +10769,13 @@ export interface operations {
10775
10769
  name: string;
10776
10770
  locked?: boolean | null;
10777
10771
  /** @enum {string|null} */
10778
- visible?: "all" | "manager" | "none" | null;
10772
+ visible?: "all" | "manager" | "owner" | "none" | null;
10779
10773
  columns: ({
10780
10774
  id?: string | null;
10781
10775
  name: string;
10782
10776
  locked?: boolean | null;
10783
10777
  /** @enum {string|null} */
10784
- visible?: "all" | "manager" | "none" | null;
10778
+ visible?: "all" | "manager" | "owner" | "none" | null;
10785
10779
  /** @enum {string} */
10786
10780
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
10787
10781
  value: string;
@@ -10790,7 +10784,7 @@ export interface operations {
10790
10784
  name: string;
10791
10785
  locked?: boolean | null;
10792
10786
  /** @enum {string|null} */
10793
- visible?: "all" | "manager" | "none" | null;
10787
+ visible?: "all" | "manager" | "owner" | "none" | null;
10794
10788
  /** @enum {string} */
10795
10789
  type: "accounts";
10796
10790
  value: string[];
@@ -10801,13 +10795,13 @@ export interface operations {
10801
10795
  name: string;
10802
10796
  locked?: boolean | null;
10803
10797
  /** @enum {string|null} */
10804
- visible?: "all" | "manager" | "none" | null;
10798
+ visible?: "all" | "manager" | "owner" | "none" | null;
10805
10799
  columns: ({
10806
10800
  id?: string | null;
10807
10801
  name: string;
10808
10802
  locked?: boolean | null;
10809
10803
  /** @enum {string|null} */
10810
- visible?: "all" | "manager" | "none" | null;
10804
+ visible?: "all" | "manager" | "owner" | "none" | null;
10811
10805
  /** @enum {string} */
10812
10806
  type: "field";
10813
10807
  value: string;
@@ -10816,7 +10810,7 @@ export interface operations {
10816
10810
  name: string;
10817
10811
  locked?: boolean | null;
10818
10812
  /** @enum {string|null} */
10819
- visible?: "all" | "manager" | "none" | null;
10813
+ visible?: "all" | "manager" | "owner" | "none" | null;
10820
10814
  /** @enum {string} */
10821
10815
  type: "accounts";
10822
10816
  value: string[];
@@ -10842,13 +10836,13 @@ export interface operations {
10842
10836
  name: string;
10843
10837
  locked?: boolean | null;
10844
10838
  /** @enum {string|null} */
10845
- visible?: "all" | "manager" | "none" | null;
10839
+ visible?: "all" | "manager" | "owner" | "none" | null;
10846
10840
  columns: ({
10847
10841
  id?: string | null;
10848
10842
  name: string;
10849
10843
  locked?: boolean | null;
10850
10844
  /** @enum {string|null} */
10851
- visible?: "all" | "manager" | "none" | null;
10845
+ visible?: "all" | "manager" | "owner" | "none" | null;
10852
10846
  /** @enum {string} */
10853
10847
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
10854
10848
  value: string;
@@ -10857,7 +10851,7 @@ export interface operations {
10857
10851
  name: string;
10858
10852
  locked?: boolean | null;
10859
10853
  /** @enum {string|null} */
10860
- visible?: "all" | "manager" | "none" | null;
10854
+ visible?: "all" | "manager" | "owner" | "none" | null;
10861
10855
  /** @enum {string} */
10862
10856
  type: "accounts";
10863
10857
  value: string[];
@@ -10868,13 +10862,13 @@ export interface operations {
10868
10862
  name: string;
10869
10863
  locked?: boolean | null;
10870
10864
  /** @enum {string|null} */
10871
- visible?: "all" | "manager" | "none" | null;
10865
+ visible?: "all" | "manager" | "owner" | "none" | null;
10872
10866
  columns: ({
10873
10867
  id?: string | null;
10874
10868
  name: string;
10875
10869
  locked?: boolean | null;
10876
10870
  /** @enum {string|null} */
10877
- visible?: "all" | "manager" | "none" | null;
10871
+ visible?: "all" | "manager" | "owner" | "none" | null;
10878
10872
  /** @enum {string} */
10879
10873
  type: "field";
10880
10874
  value: string;
@@ -10883,7 +10877,7 @@ export interface operations {
10883
10877
  name: string;
10884
10878
  locked?: boolean | null;
10885
10879
  /** @enum {string|null} */
10886
- visible?: "all" | "manager" | "none" | null;
10880
+ visible?: "all" | "manager" | "owner" | "none" | null;
10887
10881
  /** @enum {string} */
10888
10882
  type: "accounts";
10889
10883
  value: string[];
@@ -10907,13 +10901,13 @@ export interface operations {
10907
10901
  name: string;
10908
10902
  locked?: boolean | null;
10909
10903
  /** @enum {string|null} */
10910
- visible?: "all" | "manager" | "none" | null;
10904
+ visible?: "all" | "manager" | "owner" | "none" | null;
10911
10905
  columns: ({
10912
10906
  id?: string | null;
10913
10907
  name: string;
10914
10908
  locked?: boolean | null;
10915
10909
  /** @enum {string|null} */
10916
- visible?: "all" | "manager" | "none" | null;
10910
+ visible?: "all" | "manager" | "owner" | "none" | null;
10917
10911
  /** @enum {string} */
10918
10912
  type: "field";
10919
10913
  value: string;
@@ -10922,7 +10916,7 @@ export interface operations {
10922
10916
  name: string;
10923
10917
  locked?: boolean | null;
10924
10918
  /** @enum {string|null} */
10925
- visible?: "all" | "manager" | "none" | null;
10919
+ visible?: "all" | "manager" | "owner" | "none" | null;
10926
10920
  /** @enum {string} */
10927
10921
  type: "accounts";
10928
10922
  value: string[];
@@ -11267,6 +11261,7 @@ export interface operations {
11267
11261
  month: string;
11268
11262
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
11269
11263
  currency?: string;
11264
+ contactId?: string;
11270
11265
  };
11271
11266
  header?: {
11272
11267
  "X-Team-Id"?: string;
@@ -11338,81 +11333,6 @@ export interface operations {
11338
11333
  };
11339
11334
  };
11340
11335
  };
11341
- getOwnerStatementPDF: {
11342
- parameters: {
11343
- query?: never;
11344
- header?: {
11345
- "X-Team-Id"?: string;
11346
- };
11347
- path: {
11348
- id: string;
11349
- };
11350
- cookie?: never;
11351
- };
11352
- requestBody?: never;
11353
- responses: {
11354
- /** @description Successful response */
11355
- 200: {
11356
- headers: {
11357
- [name: string]: unknown;
11358
- };
11359
- content: {
11360
- "application/json": {
11361
- data: {
11362
- url: string;
11363
- contactId: string;
11364
- expIn: number;
11365
- }[];
11366
- };
11367
- };
11368
- };
11369
- /** @description Invalid input data */
11370
- 400: {
11371
- headers: {
11372
- [name: string]: unknown;
11373
- };
11374
- content: {
11375
- "application/json": components["schemas"]["error.BAD_REQUEST"];
11376
- };
11377
- };
11378
- /** @description Authorization not provided */
11379
- 401: {
11380
- headers: {
11381
- [name: string]: unknown;
11382
- };
11383
- content: {
11384
- "application/json": components["schemas"]["error.UNAUTHORIZED"];
11385
- };
11386
- };
11387
- /** @description Insufficient access */
11388
- 403: {
11389
- headers: {
11390
- [name: string]: unknown;
11391
- };
11392
- content: {
11393
- "application/json": components["schemas"]["error.FORBIDDEN"];
11394
- };
11395
- };
11396
- /** @description Not found */
11397
- 404: {
11398
- headers: {
11399
- [name: string]: unknown;
11400
- };
11401
- content: {
11402
- "application/json": components["schemas"]["error.NOT_FOUND"];
11403
- };
11404
- };
11405
- /** @description Internal server error */
11406
- 500: {
11407
- headers: {
11408
- [name: string]: unknown;
11409
- };
11410
- content: {
11411
- "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
11412
- };
11413
- };
11414
- };
11415
- };
11416
11336
  getOwnerStatementBatch: {
11417
11337
  parameters: {
11418
11338
  query: {
@@ -11570,13 +11490,13 @@ export interface operations {
11570
11490
  name: string;
11571
11491
  locked?: boolean | null;
11572
11492
  /** @enum {string|null} */
11573
- visible?: "all" | "manager" | "none" | null;
11493
+ visible?: "all" | "manager" | "owner" | "none" | null;
11574
11494
  columns: ({
11575
11495
  id?: string | null;
11576
11496
  name: string;
11577
11497
  locked?: boolean | null;
11578
11498
  /** @enum {string|null} */
11579
- visible?: "all" | "manager" | "none" | null;
11499
+ visible?: "all" | "manager" | "owner" | "none" | null;
11580
11500
  /** @enum {string} */
11581
11501
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
11582
11502
  value: string;
@@ -11585,7 +11505,7 @@ export interface operations {
11585
11505
  name: string;
11586
11506
  locked?: boolean | null;
11587
11507
  /** @enum {string|null} */
11588
- visible?: "all" | "manager" | "none" | null;
11508
+ visible?: "all" | "manager" | "owner" | "none" | null;
11589
11509
  /** @enum {string} */
11590
11510
  type: "accounts";
11591
11511
  value: string[];
@@ -11596,13 +11516,13 @@ export interface operations {
11596
11516
  name: string;
11597
11517
  locked?: boolean | null;
11598
11518
  /** @enum {string|null} */
11599
- visible?: "all" | "manager" | "none" | null;
11519
+ visible?: "all" | "manager" | "owner" | "none" | null;
11600
11520
  columns: ({
11601
11521
  id?: string | null;
11602
11522
  name: string;
11603
11523
  locked?: boolean | null;
11604
11524
  /** @enum {string|null} */
11605
- visible?: "all" | "manager" | "none" | null;
11525
+ visible?: "all" | "manager" | "owner" | "none" | null;
11606
11526
  /** @enum {string} */
11607
11527
  type: "field";
11608
11528
  value: string;
@@ -11611,7 +11531,7 @@ export interface operations {
11611
11531
  name: string;
11612
11532
  locked?: boolean | null;
11613
11533
  /** @enum {string|null} */
11614
- visible?: "all" | "manager" | "none" | null;
11534
+ visible?: "all" | "manager" | "owner" | "none" | null;
11615
11535
  /** @enum {string} */
11616
11536
  type: "accounts";
11617
11537
  value: string[];
@@ -11635,13 +11555,13 @@ export interface operations {
11635
11555
  name: string;
11636
11556
  locked?: boolean | null;
11637
11557
  /** @enum {string|null} */
11638
- visible?: "all" | "manager" | "none" | null;
11558
+ visible?: "all" | "manager" | "owner" | "none" | null;
11639
11559
  columns: ({
11640
11560
  id?: string | null;
11641
11561
  name: string;
11642
11562
  locked?: boolean | null;
11643
11563
  /** @enum {string|null} */
11644
- visible?: "all" | "manager" | "none" | null;
11564
+ visible?: "all" | "manager" | "owner" | "none" | null;
11645
11565
  /** @enum {string} */
11646
11566
  type: "field";
11647
11567
  value: string;
@@ -11650,7 +11570,7 @@ export interface operations {
11650
11570
  name: string;
11651
11571
  locked?: boolean | null;
11652
11572
  /** @enum {string|null} */
11653
- visible?: "all" | "manager" | "none" | null;
11573
+ visible?: "all" | "manager" | "owner" | "none" | null;
11654
11574
  /** @enum {string} */
11655
11575
  type: "accounts";
11656
11576
  value: string[];
@@ -11870,17 +11790,25 @@ export interface operations {
11870
11790
  };
11871
11791
  };
11872
11792
  };
11873
- getOwnerStatement: {
11793
+ getOwnerStatementTotals: {
11874
11794
  parameters: {
11875
- query?: {
11876
- viewAs?: "owner" | "manager";
11795
+ query: {
11796
+ /** @description Date in format YYYY-MM */
11797
+ month: string;
11798
+ /** @description comma separated listings */
11799
+ listingIds?: string;
11800
+ /** @description comma separated owners */
11801
+ ownerIds?: string;
11802
+ status?: ("draft" | "inReview" | "void" | "published") | "all";
11803
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
11804
+ currency?: string;
11805
+ search?: string;
11806
+ includePreviousUnattached?: boolean;
11877
11807
  };
11878
11808
  header?: {
11879
11809
  "X-Team-Id"?: string;
11880
11810
  };
11881
- path: {
11882
- id: string;
11883
- };
11811
+ path?: never;
11884
11812
  cookie?: never;
11885
11813
  };
11886
11814
  requestBody?: never;
@@ -11892,10 +11820,7 @@ export interface operations {
11892
11820
  };
11893
11821
  content: {
11894
11822
  "application/json": {
11895
- id: string | null;
11896
- /** @description Value in cents (100 = 1€) */
11897
- total: number;
11898
- financials: {
11823
+ aggregates: {
11899
11824
  /** @description Value in cents (100 = 1€) */
11900
11825
  balanceStart: number;
11901
11826
  /** @description Value in cents (100 = 1€) */
@@ -11908,40 +11833,132 @@ export interface operations {
11908
11833
  transfers: number;
11909
11834
  /** @description Value in cents (100 = 1€) */
11910
11835
  balanceEnd: number;
11911
- };
11912
- uniqueRef: string;
11913
- currency: string;
11914
- startAt: string;
11915
- endAt: string;
11916
- issues: ({
11917
- /** @enum {string} */
11918
- code: "emptyJournalEntryAccountIds";
11919
- /** @enum {string} */
11920
- severity: "error";
11921
- context: {
11922
- journalEntryIds: string[];
11923
- };
11924
- message: string;
11925
- } | {
11926
- /** @enum {string} */
11927
- code: "netRevenueLayoutMismatch";
11928
- /** @enum {string} */
11929
- severity: "error";
11930
- context: Record<string, never>;
11931
- message: string;
11932
- } | {
11933
- /** @enum {string} */
11934
- code: "listingInactive";
11935
- /** @enum {string} */
11936
- severity: "error";
11937
- context: Record<string, never>;
11938
- message: string;
11939
- } | {
11940
- /** @enum {string} */
11941
- code: "balanceMismatch_start";
11942
- /** @enum {string} */
11943
- severity: "warning";
11944
- context: Record<string, never>;
11836
+ currency: string;
11837
+ }[];
11838
+ total: number;
11839
+ defaultCurrency: string;
11840
+ };
11841
+ };
11842
+ };
11843
+ /** @description Invalid input data */
11844
+ 400: {
11845
+ headers: {
11846
+ [name: string]: unknown;
11847
+ };
11848
+ content: {
11849
+ "application/json": components["schemas"]["error.BAD_REQUEST"];
11850
+ };
11851
+ };
11852
+ /** @description Authorization not provided */
11853
+ 401: {
11854
+ headers: {
11855
+ [name: string]: unknown;
11856
+ };
11857
+ content: {
11858
+ "application/json": components["schemas"]["error.UNAUTHORIZED"];
11859
+ };
11860
+ };
11861
+ /** @description Insufficient access */
11862
+ 403: {
11863
+ headers: {
11864
+ [name: string]: unknown;
11865
+ };
11866
+ content: {
11867
+ "application/json": components["schemas"]["error.FORBIDDEN"];
11868
+ };
11869
+ };
11870
+ /** @description Not found */
11871
+ 404: {
11872
+ headers: {
11873
+ [name: string]: unknown;
11874
+ };
11875
+ content: {
11876
+ "application/json": components["schemas"]["error.NOT_FOUND"];
11877
+ };
11878
+ };
11879
+ /** @description Internal server error */
11880
+ 500: {
11881
+ headers: {
11882
+ [name: string]: unknown;
11883
+ };
11884
+ content: {
11885
+ "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
11886
+ };
11887
+ };
11888
+ };
11889
+ };
11890
+ getOwnerStatement: {
11891
+ parameters: {
11892
+ query?: {
11893
+ viewAs?: "owner" | "manager";
11894
+ };
11895
+ header?: {
11896
+ "X-Team-Id"?: string;
11897
+ };
11898
+ path: {
11899
+ id: string;
11900
+ };
11901
+ cookie?: never;
11902
+ };
11903
+ requestBody?: never;
11904
+ responses: {
11905
+ /** @description Successful response */
11906
+ 200: {
11907
+ headers: {
11908
+ [name: string]: unknown;
11909
+ };
11910
+ content: {
11911
+ "application/json": {
11912
+ id: string | null;
11913
+ /** @description Value in cents (100 = 1€) */
11914
+ total: number;
11915
+ financials: {
11916
+ /** @description Value in cents (100 = 1€) */
11917
+ balanceStart: number;
11918
+ /** @description Value in cents (100 = 1€) */
11919
+ netRevenue: number;
11920
+ /** @description Value in cents (100 = 1€) */
11921
+ expenses: number;
11922
+ /** @description Value in cents (100 = 1€) */
11923
+ netIncome: number;
11924
+ /** @description Value in cents (100 = 1€) */
11925
+ transfers: number;
11926
+ /** @description Value in cents (100 = 1€) */
11927
+ balanceEnd: number;
11928
+ };
11929
+ uniqueRef: string;
11930
+ currency: string;
11931
+ startAt: string;
11932
+ endAt: string;
11933
+ issues: ({
11934
+ /** @enum {string} */
11935
+ code: "emptyJournalEntryAccountIds";
11936
+ /** @enum {string} */
11937
+ severity: "error";
11938
+ context: {
11939
+ journalEntryIds: string[];
11940
+ };
11941
+ message: string;
11942
+ } | {
11943
+ /** @enum {string} */
11944
+ code: "netRevenueLayoutMismatch";
11945
+ /** @enum {string} */
11946
+ severity: "error";
11947
+ context: Record<string, never>;
11948
+ message: string;
11949
+ } | {
11950
+ /** @enum {string} */
11951
+ code: "listingInactive";
11952
+ /** @enum {string} */
11953
+ severity: "error";
11954
+ context: Record<string, never>;
11955
+ message: string;
11956
+ } | {
11957
+ /** @enum {string} */
11958
+ code: "balanceMismatch_start";
11959
+ /** @enum {string} */
11960
+ severity: "warning";
11961
+ context: Record<string, never>;
11945
11962
  message: string;
11946
11963
  } | {
11947
11964
  /** @enum {string} */
@@ -12023,13 +12040,13 @@ export interface operations {
12023
12040
  name: string;
12024
12041
  locked?: boolean | null;
12025
12042
  /** @enum {string|null} */
12026
- visible?: "all" | "manager" | "none" | null;
12043
+ visible?: "all" | "manager" | "owner" | "none" | null;
12027
12044
  columns: ({
12028
12045
  id?: string | null;
12029
12046
  name: string;
12030
12047
  locked?: boolean | null;
12031
12048
  /** @enum {string|null} */
12032
- visible?: "all" | "manager" | "none" | null;
12049
+ visible?: "all" | "manager" | "owner" | "none" | null;
12033
12050
  /** @enum {string} */
12034
12051
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
12035
12052
  value: string;
@@ -12038,7 +12055,7 @@ export interface operations {
12038
12055
  name: string;
12039
12056
  locked?: boolean | null;
12040
12057
  /** @enum {string|null} */
12041
- visible?: "all" | "manager" | "none" | null;
12058
+ visible?: "all" | "manager" | "owner" | "none" | null;
12042
12059
  /** @enum {string} */
12043
12060
  type: "accounts";
12044
12061
  value: string[];
@@ -12049,13 +12066,13 @@ export interface operations {
12049
12066
  name: string;
12050
12067
  locked?: boolean | null;
12051
12068
  /** @enum {string|null} */
12052
- visible?: "all" | "manager" | "none" | null;
12069
+ visible?: "all" | "manager" | "owner" | "none" | null;
12053
12070
  columns: ({
12054
12071
  id?: string | null;
12055
12072
  name: string;
12056
12073
  locked?: boolean | null;
12057
12074
  /** @enum {string|null} */
12058
- visible?: "all" | "manager" | "none" | null;
12075
+ visible?: "all" | "manager" | "owner" | "none" | null;
12059
12076
  /** @enum {string} */
12060
12077
  type: "field";
12061
12078
  value: string;
@@ -12064,7 +12081,7 @@ export interface operations {
12064
12081
  name: string;
12065
12082
  locked?: boolean | null;
12066
12083
  /** @enum {string|null} */
12067
- visible?: "all" | "manager" | "none" | null;
12084
+ visible?: "all" | "manager" | "owner" | "none" | null;
12068
12085
  /** @enum {string} */
12069
12086
  type: "accounts";
12070
12087
  value: string[];
@@ -12088,13 +12105,13 @@ export interface operations {
12088
12105
  name: string;
12089
12106
  locked?: boolean | null;
12090
12107
  /** @enum {string|null} */
12091
- visible?: "all" | "manager" | "none" | null;
12108
+ visible?: "all" | "manager" | "owner" | "none" | null;
12092
12109
  columns: ({
12093
12110
  id?: string | null;
12094
12111
  name: string;
12095
12112
  locked?: boolean | null;
12096
12113
  /** @enum {string|null} */
12097
- visible?: "all" | "manager" | "none" | null;
12114
+ visible?: "all" | "manager" | "owner" | "none" | null;
12098
12115
  /** @enum {string} */
12099
12116
  type: "field";
12100
12117
  value: string;
@@ -12103,7 +12120,7 @@ export interface operations {
12103
12120
  name: string;
12104
12121
  locked?: boolean | null;
12105
12122
  /** @enum {string|null} */
12106
- visible?: "all" | "manager" | "none" | null;
12123
+ visible?: "all" | "manager" | "owner" | "none" | null;
12107
12124
  /** @enum {string} */
12108
12125
  type: "accounts";
12109
12126
  value: string[];
@@ -12485,13 +12502,13 @@ export interface operations {
12485
12502
  name: string;
12486
12503
  locked?: boolean | null;
12487
12504
  /** @enum {string|null} */
12488
- visible?: "all" | "manager" | "none" | null;
12505
+ visible?: "all" | "manager" | "owner" | "none" | null;
12489
12506
  columns: ({
12490
12507
  id?: string | null;
12491
12508
  name: string;
12492
12509
  locked?: boolean | null;
12493
12510
  /** @enum {string|null} */
12494
- visible?: "all" | "manager" | "none" | null;
12511
+ visible?: "all" | "manager" | "owner" | "none" | null;
12495
12512
  /** @enum {string} */
12496
12513
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
12497
12514
  value: string;
@@ -12500,7 +12517,7 @@ export interface operations {
12500
12517
  name: string;
12501
12518
  locked?: boolean | null;
12502
12519
  /** @enum {string|null} */
12503
- visible?: "all" | "manager" | "none" | null;
12520
+ visible?: "all" | "manager" | "owner" | "none" | null;
12504
12521
  /** @enum {string} */
12505
12522
  type: "accounts";
12506
12523
  value: string[];
@@ -12511,13 +12528,13 @@ export interface operations {
12511
12528
  name: string;
12512
12529
  locked?: boolean | null;
12513
12530
  /** @enum {string|null} */
12514
- visible?: "all" | "manager" | "none" | null;
12531
+ visible?: "all" | "manager" | "owner" | "none" | null;
12515
12532
  columns: ({
12516
12533
  id?: string | null;
12517
12534
  name: string;
12518
12535
  locked?: boolean | null;
12519
12536
  /** @enum {string|null} */
12520
- visible?: "all" | "manager" | "none" | null;
12537
+ visible?: "all" | "manager" | "owner" | "none" | null;
12521
12538
  /** @enum {string} */
12522
12539
  type: "field";
12523
12540
  value: string;
@@ -12526,7 +12543,7 @@ export interface operations {
12526
12543
  name: string;
12527
12544
  locked?: boolean | null;
12528
12545
  /** @enum {string|null} */
12529
- visible?: "all" | "manager" | "none" | null;
12546
+ visible?: "all" | "manager" | "owner" | "none" | null;
12530
12547
  /** @enum {string} */
12531
12548
  type: "accounts";
12532
12549
  value: string[];
@@ -12550,13 +12567,13 @@ export interface operations {
12550
12567
  name: string;
12551
12568
  locked?: boolean | null;
12552
12569
  /** @enum {string|null} */
12553
- visible?: "all" | "manager" | "none" | null;
12570
+ visible?: "all" | "manager" | "owner" | "none" | null;
12554
12571
  columns: ({
12555
12572
  id?: string | null;
12556
12573
  name: string;
12557
12574
  locked?: boolean | null;
12558
12575
  /** @enum {string|null} */
12559
- visible?: "all" | "manager" | "none" | null;
12576
+ visible?: "all" | "manager" | "owner" | "none" | null;
12560
12577
  /** @enum {string} */
12561
12578
  type: "field";
12562
12579
  value: string;
@@ -12565,7 +12582,7 @@ export interface operations {
12565
12582
  name: string;
12566
12583
  locked?: boolean | null;
12567
12584
  /** @enum {string|null} */
12568
- visible?: "all" | "manager" | "none" | null;
12585
+ visible?: "all" | "manager" | "owner" | "none" | null;
12569
12586
  /** @enum {string} */
12570
12587
  type: "accounts";
12571
12588
  value: string[];
@@ -12866,10 +12883,10 @@ export interface operations {
12866
12883
  page?: number;
12867
12884
  /** @description Year in format YYYY */
12868
12885
  year?: number;
12869
- /** @description comma separated statements */
12870
- statementIds?: string;
12871
12886
  /** @description comma separated listings */
12872
12887
  listingIds?: string;
12888
+ /** @description comma separated statements */
12889
+ statementIds?: string;
12873
12890
  /** @description Date in format YYYY-MM */
12874
12891
  month?: string;
12875
12892
  search?: string;
@@ -13276,13 +13293,13 @@ export interface operations {
13276
13293
  name: string;
13277
13294
  locked?: boolean | null;
13278
13295
  /** @enum {string|null} */
13279
- visible?: "all" | "manager" | "none" | null;
13296
+ visible?: "all" | "manager" | "owner" | "none" | null;
13280
13297
  columns: ({
13281
13298
  id?: string | null;
13282
13299
  name: string;
13283
13300
  locked?: boolean | null;
13284
13301
  /** @enum {string|null} */
13285
- visible?: "all" | "manager" | "none" | null;
13302
+ visible?: "all" | "manager" | "owner" | "none" | null;
13286
13303
  /** @enum {string} */
13287
13304
  type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
13288
13305
  value: string;
@@ -13291,7 +13308,7 @@ export interface operations {
13291
13308
  name: string;
13292
13309
  locked?: boolean | null;
13293
13310
  /** @enum {string|null} */
13294
- visible?: "all" | "manager" | "none" | null;
13311
+ visible?: "all" | "manager" | "owner" | "none" | null;
13295
13312
  /** @enum {string} */
13296
13313
  type: "accounts";
13297
13314
  value: string[];
@@ -13302,13 +13319,13 @@ export interface operations {
13302
13319
  name: string;
13303
13320
  locked?: boolean | null;
13304
13321
  /** @enum {string|null} */
13305
- visible?: "all" | "manager" | "none" | null;
13322
+ visible?: "all" | "manager" | "owner" | "none" | null;
13306
13323
  columns: ({
13307
13324
  id?: string | null;
13308
13325
  name: string;
13309
13326
  locked?: boolean | null;
13310
13327
  /** @enum {string|null} */
13311
- visible?: "all" | "manager" | "none" | null;
13328
+ visible?: "all" | "manager" | "owner" | "none" | null;
13312
13329
  /** @enum {string} */
13313
13330
  type: "field";
13314
13331
  value: string;
@@ -13317,7 +13334,7 @@ export interface operations {
13317
13334
  name: string;
13318
13335
  locked?: boolean | null;
13319
13336
  /** @enum {string|null} */
13320
- visible?: "all" | "manager" | "none" | null;
13337
+ visible?: "all" | "manager" | "owner" | "none" | null;
13321
13338
  /** @enum {string} */
13322
13339
  type: "accounts";
13323
13340
  value: string[];
@@ -13341,13 +13358,13 @@ export interface operations {
13341
13358
  name: string;
13342
13359
  locked?: boolean | null;
13343
13360
  /** @enum {string|null} */
13344
- visible?: "all" | "manager" | "none" | null;
13361
+ visible?: "all" | "manager" | "owner" | "none" | null;
13345
13362
  columns: ({
13346
13363
  id?: string | null;
13347
13364
  name: string;
13348
13365
  locked?: boolean | null;
13349
13366
  /** @enum {string|null} */
13350
- visible?: "all" | "manager" | "none" | null;
13367
+ visible?: "all" | "manager" | "owner" | "none" | null;
13351
13368
  /** @enum {string} */
13352
13369
  type: "field";
13353
13370
  value: string;
@@ -13356,7 +13373,7 @@ export interface operations {
13356
13373
  name: string;
13357
13374
  locked?: boolean | null;
13358
13375
  /** @enum {string|null} */
13359
- visible?: "all" | "manager" | "none" | null;
13376
+ visible?: "all" | "manager" | "owner" | "none" | null;
13360
13377
  /** @enum {string} */
13361
13378
  type: "accounts";
13362
13379
  value: string[];
@@ -17332,6 +17349,97 @@ export interface operations {
17332
17349
  };
17333
17350
  };
17334
17351
  };
17352
+ extractConnections: {
17353
+ parameters: {
17354
+ query?: never;
17355
+ header?: {
17356
+ "X-Team-Id"?: string;
17357
+ };
17358
+ path?: never;
17359
+ cookie?: never;
17360
+ };
17361
+ requestBody: {
17362
+ content: {
17363
+ "application/json": {
17364
+ isInitial?: boolean;
17365
+ connections: {
17366
+ /** Format: uuid */
17367
+ connectionId: string;
17368
+ params?: unknown;
17369
+ type?: string;
17370
+ range?: {
17371
+ start?: string;
17372
+ end?: string;
17373
+ };
17374
+ forceUpdate?: boolean;
17375
+ }[];
17376
+ };
17377
+ };
17378
+ };
17379
+ responses: {
17380
+ /** @description Successful response */
17381
+ 200: {
17382
+ headers: {
17383
+ [name: string]: unknown;
17384
+ };
17385
+ content: {
17386
+ "application/json": {
17387
+ data: {
17388
+ /** Format: uuid */
17389
+ runId: string;
17390
+ /** Format: uuid */
17391
+ workflowId: string;
17392
+ /** Format: uuid */
17393
+ taskId: string;
17394
+ /** Format: uuid */
17395
+ syncId: string;
17396
+ data?: unknown;
17397
+ error?: {
17398
+ message: string;
17399
+ error?: string;
17400
+ };
17401
+ }[];
17402
+ };
17403
+ };
17404
+ };
17405
+ /** @description Invalid input data */
17406
+ 400: {
17407
+ headers: {
17408
+ [name: string]: unknown;
17409
+ };
17410
+ content: {
17411
+ "application/json": components["schemas"]["error.BAD_REQUEST"];
17412
+ };
17413
+ };
17414
+ /** @description Authorization not provided */
17415
+ 401: {
17416
+ headers: {
17417
+ [name: string]: unknown;
17418
+ };
17419
+ content: {
17420
+ "application/json": components["schemas"]["error.UNAUTHORIZED"];
17421
+ };
17422
+ };
17423
+ /** @description Insufficient access */
17424
+ 403: {
17425
+ headers: {
17426
+ [name: string]: unknown;
17427
+ };
17428
+ content: {
17429
+ "application/json": components["schemas"]["error.FORBIDDEN"];
17430
+ };
17431
+ };
17432
+ /** @description Internal server error */
17433
+ 500: {
17434
+ headers: {
17435
+ [name: string]: unknown;
17436
+ };
17437
+ content: {
17438
+ "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
17439
+ };
17440
+ };
17441
+ };
17442
+ };
17335
17443
  initBankAccount: {
17336
17444
  parameters: {
17337
17445
  query?: never;
@@ -17605,10 +17713,11 @@ export interface operations {
17605
17713
  content: {
17606
17714
  "application/json": {
17607
17715
  name: string;
17608
- /** @enum {string|null} */
17609
- status?: "active" | "inactive" | null;
17716
+ /** @enum {string} */
17717
+ status?: "active" | "inactive";
17610
17718
  /** @enum {string} */
17611
17719
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
17720
+ uniqueRef?: string | null;
17612
17721
  id: string;
17613
17722
  offsetAccount?: {
17614
17723
  id: string;
@@ -17732,13 +17841,13 @@ export interface operations {
17732
17841
  content: {
17733
17842
  "application/json": {
17734
17843
  name?: string;
17735
- /** @enum {string|null} */
17736
- status?: "active" | "inactive" | null;
17844
+ /** @enum {string} */
17845
+ status?: "active" | "inactive";
17737
17846
  /** @enum {string} */
17738
17847
  type?: "ledger" | "bank" | "recurringFee" | "nonPosting";
17739
17848
  assignments?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[] | null;
17740
17849
  offsetAccountId?: string | null;
17741
- categoryId?: string | null;
17850
+ categoryId?: string;
17742
17851
  banking?: {
17743
17852
  /** @enum {string|null} */
17744
17853
  category?: "trust" | "operating" | "external" | null;
@@ -17747,6 +17856,7 @@ export interface operations {
17747
17856
  last4?: string | null;
17748
17857
  currency?: string | null;
17749
17858
  } | null;
17859
+ uniqueRef?: string | null;
17750
17860
  };
17751
17861
  };
17752
17862
  };
@@ -17759,10 +17869,11 @@ export interface operations {
17759
17869
  content: {
17760
17870
  "application/json": {
17761
17871
  name: string;
17762
- /** @enum {string|null} */
17763
- status?: "active" | "inactive" | null;
17872
+ /** @enum {string} */
17873
+ status?: "active" | "inactive";
17764
17874
  /** @enum {string} */
17765
17875
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
17876
+ uniqueRef?: string | null;
17766
17877
  id: string;
17767
17878
  offsetAccount?: {
17768
17879
  id: string;
@@ -17974,10 +18085,11 @@ export interface operations {
17974
18085
  "application/json": {
17975
18086
  data: {
17976
18087
  name: string;
17977
- /** @enum {string|null} */
17978
- status?: "active" | "inactive" | null;
18088
+ /** @enum {string} */
18089
+ status?: "active" | "inactive";
17979
18090
  /** @enum {string} */
17980
18091
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
18092
+ uniqueRef?: string | null;
17981
18093
  id: string;
17982
18094
  offsetAccount?: {
17983
18095
  id: string;
@@ -18109,13 +18221,13 @@ export interface operations {
18109
18221
  content: {
18110
18222
  "application/json": {
18111
18223
  name: string;
18112
- /** @enum {string|null} */
18113
- status?: "active" | "inactive" | null;
18224
+ /** @enum {string} */
18225
+ status?: "active" | "inactive";
18114
18226
  /** @enum {string} */
18115
18227
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
18116
18228
  assignments?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[] | null;
18117
18229
  offsetAccountId?: string | null;
18118
- categoryId?: string | null;
18230
+ categoryId?: string;
18119
18231
  banking?: {
18120
18232
  /** @enum {string|null} */
18121
18233
  category?: "trust" | "operating" | "external" | null;
@@ -18124,6 +18236,7 @@ export interface operations {
18124
18236
  last4?: string | null;
18125
18237
  currency?: string | null;
18126
18238
  } | null;
18239
+ uniqueRef?: string | null;
18127
18240
  };
18128
18241
  };
18129
18242
  };
@@ -18136,10 +18249,11 @@ export interface operations {
18136
18249
  content: {
18137
18250
  "application/json": {
18138
18251
  name: string;
18139
- /** @enum {string|null} */
18140
- status?: "active" | "inactive" | null;
18252
+ /** @enum {string} */
18253
+ status?: "active" | "inactive";
18141
18254
  /** @enum {string} */
18142
18255
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
18256
+ uniqueRef?: string | null;
18143
18257
  id: string;
18144
18258
  offsetAccount?: {
18145
18259
  id: string;
@@ -19165,6 +19279,8 @@ export interface operations {
19165
19279
  requestBody: {
19166
19280
  content: {
19167
19281
  "application/json": {
19282
+ /** Format: uuid */
19283
+ connectionId: string;
19168
19284
  data: {
19169
19285
  address?: {
19170
19286
  full?: string | null;
@@ -19192,14 +19308,12 @@ export interface operations {
19192
19308
  uniqueRef?: string | null;
19193
19309
  /** @enum {string|null} */
19194
19310
  status?: "active" | "inactive" | null;
19195
- invite?: boolean | null;
19196
19311
  /** Format: uuid */
19197
19312
  payoutAccountId?: string | null;
19198
19313
  /** Format: uuid */
19199
19314
  id?: string | null;
19315
+ invite?: boolean | null;
19200
19316
  }[];
19201
- /** Format: uuid */
19202
- connectionId: string;
19203
19317
  };
19204
19318
  };
19205
19319
  };
@@ -19236,7 +19350,6 @@ export interface operations {
19236
19350
  uniqueRef?: string | null;
19237
19351
  /** @enum {string} */
19238
19352
  status: "active" | "inactive";
19239
- invite?: boolean | null;
19240
19353
  /** Format: uuid */
19241
19354
  payoutAccountId?: string | null;
19242
19355
  /** Format: uuid */
@@ -19351,7 +19464,6 @@ export interface operations {
19351
19464
  uniqueRef?: string | null;
19352
19465
  /** @enum {string} */
19353
19466
  status: "active" | "inactive";
19354
- invite?: boolean | null;
19355
19467
  /** Format: uuid */
19356
19468
  payoutAccountId?: string | null;
19357
19469
  /** Format: uuid */
@@ -19465,7 +19577,6 @@ export interface operations {
19465
19577
  uniqueRef?: string | null;
19466
19578
  /** @enum {string|null} */
19467
19579
  status?: "active" | "inactive" | null;
19468
- invite?: boolean | null;
19469
19580
  /** Format: uuid */
19470
19581
  payoutAccountId?: string | null;
19471
19582
  };
@@ -19503,7 +19614,6 @@ export interface operations {
19503
19614
  uniqueRef?: string | null;
19504
19615
  /** @enum {string} */
19505
19616
  status: "active" | "inactive";
19506
- invite?: boolean | null;
19507
19617
  /** Format: uuid */
19508
19618
  payoutAccountId?: string | null;
19509
19619
  /** Format: uuid */
@@ -19700,7 +19810,6 @@ export interface operations {
19700
19810
  uniqueRef?: string | null;
19701
19811
  /** @enum {string} */
19702
19812
  status: "active" | "inactive";
19703
- invite?: boolean | null;
19704
19813
  /** Format: uuid */
19705
19814
  payoutAccountId?: string | null;
19706
19815
  /** Format: uuid */
@@ -19822,9 +19931,9 @@ export interface operations {
19822
19931
  uniqueRef?: string | null;
19823
19932
  /** @enum {string|null} */
19824
19933
  status?: "active" | "inactive" | null;
19825
- invite?: boolean | null;
19826
19934
  /** Format: uuid */
19827
19935
  payoutAccountId?: string | null;
19936
+ invite?: boolean | null;
19828
19937
  };
19829
19938
  };
19830
19939
  };
@@ -19860,7 +19969,6 @@ export interface operations {
19860
19969
  uniqueRef?: string | null;
19861
19970
  /** @enum {string} */
19862
19971
  status: "active" | "inactive";
19863
- invite?: boolean | null;
19864
19972
  /** Format: uuid */
19865
19973
  payoutAccountId?: string | null;
19866
19974
  /** Format: uuid */
@@ -20148,6 +20256,7 @@ export interface operations {
20148
20256
  query: {
20149
20257
  dimension?: "month" | "week" | "day" | "year";
20150
20258
  connectionId: string;
20259
+ view: "automate" | "extract";
20151
20260
  dateRange?: string;
20152
20261
  isDateRangeEndInclusive?: boolean;
20153
20262
  };
@@ -20169,38 +20278,18 @@ export interface operations {
20169
20278
  data: {
20170
20279
  date: string;
20171
20280
  total: number;
20172
- syncs: {
20173
- completed: {
20174
- automate?: {
20175
- [key: string]: number;
20176
- };
20177
- extract?: {
20178
- [key: string]: number;
20179
- };
20281
+ changes: {
20282
+ completed?: {
20283
+ [key: string]: number;
20180
20284
  };
20181
- skipped: {
20182
- automate?: {
20183
- [key: string]: number;
20184
- };
20185
- extract?: {
20186
- [key: string]: number;
20187
- };
20285
+ skipped?: {
20286
+ [key: string]: number;
20188
20287
  };
20189
- failed: {
20190
- automate?: {
20191
- [key: string]: number;
20192
- };
20193
- extract?: {
20194
- [key: string]: number;
20195
- };
20288
+ failed?: {
20289
+ [key: string]: number;
20196
20290
  };
20197
- queued: {
20198
- automate?: {
20199
- [key: string]: number;
20200
- };
20201
- extract?: {
20202
- [key: string]: number;
20203
- };
20291
+ queued?: {
20292
+ [key: string]: number;
20204
20293
  };
20205
20294
  };
20206
20295
  }[];
@@ -20254,97 +20343,6 @@ export interface operations {
20254
20343
  };
20255
20344
  };
20256
20345
  };
20257
- extract: {
20258
- parameters: {
20259
- query?: never;
20260
- header?: {
20261
- "X-Team-Id"?: string;
20262
- };
20263
- path?: never;
20264
- cookie?: never;
20265
- };
20266
- requestBody: {
20267
- content: {
20268
- "application/json": {
20269
- isInitial?: boolean;
20270
- connections: {
20271
- /** Format: uuid */
20272
- connectionId: string;
20273
- params?: unknown;
20274
- type?: string;
20275
- range?: {
20276
- start?: string;
20277
- end?: string;
20278
- };
20279
- forceUpdate?: boolean;
20280
- }[];
20281
- };
20282
- };
20283
- };
20284
- responses: {
20285
- /** @description Successful response */
20286
- 200: {
20287
- headers: {
20288
- [name: string]: unknown;
20289
- };
20290
- content: {
20291
- "application/json": {
20292
- data: {
20293
- /** Format: uuid */
20294
- runId: string;
20295
- /** Format: uuid */
20296
- workflowId: string;
20297
- /** Format: uuid */
20298
- taskId: string;
20299
- /** Format: uuid */
20300
- syncId: string;
20301
- data?: unknown;
20302
- error?: {
20303
- message: string;
20304
- error?: string;
20305
- };
20306
- }[];
20307
- };
20308
- };
20309
- };
20310
- /** @description Invalid input data */
20311
- 400: {
20312
- headers: {
20313
- [name: string]: unknown;
20314
- };
20315
- content: {
20316
- "application/json": components["schemas"]["error.BAD_REQUEST"];
20317
- };
20318
- };
20319
- /** @description Authorization not provided */
20320
- 401: {
20321
- headers: {
20322
- [name: string]: unknown;
20323
- };
20324
- content: {
20325
- "application/json": components["schemas"]["error.UNAUTHORIZED"];
20326
- };
20327
- };
20328
- /** @description Insufficient access */
20329
- 403: {
20330
- headers: {
20331
- [name: string]: unknown;
20332
- };
20333
- content: {
20334
- "application/json": components["schemas"]["error.FORBIDDEN"];
20335
- };
20336
- };
20337
- /** @description Internal server error */
20338
- 500: {
20339
- headers: {
20340
- [name: string]: unknown;
20341
- };
20342
- content: {
20343
- "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
20344
- };
20345
- };
20346
- };
20347
- };
20348
20346
  getSync: {
20349
20347
  parameters: {
20350
20348
  query?: never;
@@ -21321,21 +21319,15 @@ export interface operations {
21321
21319
  };
21322
21320
  };
21323
21321
  };
21324
- getReviews: {
21322
+ getDispatchAction: {
21325
21323
  parameters: {
21326
- query?: {
21327
- date?: string;
21328
- connectionId?: string;
21329
- type?: string;
21330
- listingId?: string;
21331
- listingConnectionId?: string;
21332
- limit?: number;
21333
- page?: number;
21334
- };
21324
+ query?: never;
21335
21325
  header?: {
21336
21326
  "X-Team-Id"?: string;
21337
21327
  };
21338
- path?: never;
21328
+ path: {
21329
+ id: string;
21330
+ };
21339
21331
  cookie?: never;
21340
21332
  };
21341
21333
  requestBody?: never;
@@ -21347,183 +21339,47 @@ export interface operations {
21347
21339
  };
21348
21340
  content: {
21349
21341
  "application/json": {
21350
- data: {
21342
+ /** Format: uuid */
21343
+ id: string;
21344
+ /** Format: uuid */
21345
+ tenantId: string;
21346
+ actionType: string;
21347
+ message: string | null;
21348
+ payload?: unknown;
21349
+ userId: string | null;
21350
+ /** Format: date-time */
21351
+ createdAt: string;
21352
+ effects: {
21353
+ /** Format: uuid */
21351
21354
  id: string;
21352
- uniqueRef: string;
21353
- comments?: string | null;
21354
- privateFeedback?: string | null;
21355
- totalRating: number;
21356
- tags: {
21357
- type: string;
21358
- description: string;
21359
- }[];
21360
- ratings: {
21361
- type: string;
21362
- comments: string;
21363
- rating?: number | null;
21364
- }[];
21365
- reservation: {
21366
- currency: string | null;
21367
- uniqueRef?: string | null;
21368
- guestName?: string | null;
21369
- bookerName?: string | null;
21370
- checkIn?: string | null;
21371
- checkOut?: string | null;
21372
- generalLedgerPostingAt?: string | null;
21373
- bookedAt?: string | null;
21374
- cancelledAt?: string | null;
21375
- bookingPlatform?: string | null;
21376
- confirmationCode?: string | null;
21377
- pmsReferenceCode?: string | null;
21378
- guests?: number | null;
21379
- userdata: {
21380
- [key: string]: unknown;
21381
- } | null;
21382
- /** Format: uuid */
21383
- id: string;
21384
- issues: ({
21385
- /** @enum {string} */
21386
- code: "unassignedAccount";
21387
- /** @enum {string} */
21388
- severity: "error";
21389
- context: {
21390
- accountIds: string[];
21391
- };
21392
- } | {
21393
- /** @enum {string} */
21394
- code: "priorToStartDate";
21395
- /** @enum {string} */
21396
- severity: "warning";
21397
- context: {
21398
- startDate?: string | null;
21399
- };
21400
- } | {
21401
- /** @enum {string} */
21402
- code: "inactiveListing";
21403
- /** @enum {string} */
21404
- severity: "warning";
21405
- context: {
21406
- startDate?: string | null;
21407
- };
21408
- } | {
21409
- /** @enum {string} */
21410
- code: "inactiveConnection";
21411
- /** @enum {string} */
21412
- severity: "warning";
21413
- context: Record<string, never>;
21414
- })[];
21415
- connection?: {
21416
- /** Format: uuid */
21417
- id: string;
21418
- name: string;
21419
- /** @enum {string} */
21420
- status: "active" | "inactive";
21421
- uniqueRef?: string | null;
21422
- app: {
21423
- id: string;
21424
- name: string;
21425
- icon?: string | null;
21426
- importers?: string[] | null;
21427
- extractors?: string[] | null;
21428
- };
21429
- } | null;
21430
- nights?: number | null;
21431
- /** @enum {string|null} */
21432
- status?: "booked" | "canceled" | "inactive" | null;
21433
- listing?: {
21434
- /** Format: uuid */
21435
- id: string;
21436
- name: string;
21437
- address?: {
21438
- full?: string | null;
21439
- line1?: string | null;
21440
- line2?: string | null;
21441
- city?: string | null;
21442
- /** @deprecated */
21443
- state?: string | null;
21444
- postalCode?: string | null;
21445
- stateCode?: string | null;
21446
- countryCode?: string | null;
21447
- } | null;
21448
- uniqueRef?: string | null;
21449
- } | null;
21450
- listingConnection?: {
21451
- /** Format: uuid */
21452
- id: string;
21453
- name: string;
21454
- uniqueRef?: string | null;
21455
- } | null;
21456
- payment: {
21457
- expected: number;
21458
- received: number;
21459
- status: ("unpaid" | "underpaid" | "overpaid" | "paid") | "coHost";
21460
- };
21461
- source?: {
21462
- /** Format: uuid */
21463
- id: string;
21464
- type: string;
21465
- /** @enum {string|null} */
21466
- status?: "active" | "inactive" | null;
21467
- } | null;
21468
- lines: {
21469
- /** Format: uuid */
21470
- id: string;
21471
- uniqueRef?: string | null;
21472
- type: string;
21473
- description?: string | null;
21474
- /** @description Value in cents (100 = 1€) */
21475
- amount: number;
21476
- connectionId?: string | null;
21477
- metadata?: {
21478
- [key: string]: unknown;
21479
- } | null;
21480
- account?: {
21481
- id: string;
21482
- name: string;
21483
- uniqueRef?: string | null;
21484
- /** @enum {string} */
21485
- status: "active" | "inactive";
21486
- } | null;
21487
- isExcluded?: boolean | null;
21488
- }[];
21489
- /** @description Adjustments are manually added financial lines that are not part of the booking platform */
21490
- adjustments: {
21491
- /** Format: uuid */
21492
- id: string;
21493
- type?: string;
21494
- description?: string | null;
21495
- /** @description Value in cents (100 = 1€) */
21496
- amount: number;
21497
- metadata?: {
21498
- [key: string]: unknown;
21499
- } | null;
21500
- /** @enum {string|null} */
21501
- party?: "owners" | "manager" | null;
21502
- account?: {
21503
- id: string;
21504
- name: string;
21505
- uniqueRef?: string | null;
21506
- /** @enum {string} */
21507
- status: "active" | "inactive";
21508
- } | null;
21509
- recurringFee?: {
21510
- id: string;
21511
- uniqueRef: string;
21512
- name: string;
21513
- /** @enum {string} */
21514
- type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
21515
- } | null;
21516
- }[];
21517
- };
21355
+ /** @enum {string} */
21356
+ effectType: "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "CREATE_RECURRING_TRANSACTION_INSTANCE" | "UPDATE_RECURRING_TRANSACTION_INSTANCES" | "DEACTIVATE_RECURRING_TEMPLATE" | "UPDATE_RESERVATION_PAYMENTS" | "MATCH_TRANSACTION_LINE_TO_RESERVATION" | "MATCH_RESERVATION_TO_STRIPE_DEPOSIT" | "TEST_EFFECT" | "TENANT_HYPERLINE_SYNC" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_LINEAR_WEBHOOK" | "TENANT_SUSPENSION_EMAIL" | "TENANT_STATUS_TRACK" | "CALENDAR_BLOCK_ACTION";
21357
+ payload?: unknown;
21358
+ /** @enum {string} */
21359
+ status: "pending" | "claimed" | "running" | "completed" | "failed" | "dead_letter";
21360
+ priority: number;
21361
+ retryCount: number;
21362
+ maxRetries: number;
21363
+ sequence: number;
21364
+ /** Format: date-time */
21365
+ claimedAt: string | null;
21366
+ claimedBy: string | null;
21367
+ /** Format: date-time */
21368
+ completedAt: string | null;
21369
+ /** Format: date-time */
21370
+ lastAttemptAt: string | null;
21371
+ lastError: string | null;
21372
+ /** Format: date-time */
21373
+ createdAt: string;
21518
21374
  }[];
21519
- pagination: {
21520
- /** @default 100 */
21521
- limit: number;
21522
- /** @default 1 */
21523
- page: number;
21375
+ effectCounts: {
21524
21376
  total: number;
21525
- totalPage: number;
21526
- nextPage?: number;
21377
+ pending: number;
21378
+ claimed: number;
21379
+ running: number;
21380
+ completed: number;
21381
+ failed: number;
21382
+ deadLetter: number;
21527
21383
  };
21528
21384
  };
21529
21385
  };
@@ -22648,9 +22504,9 @@ export interface operations {
22648
22504
  };
22649
22505
  getJournalEntriesReport: {
22650
22506
  parameters: {
22651
- query: {
22652
- startAt: string;
22653
- endAt: string;
22507
+ query?: {
22508
+ startAt?: string;
22509
+ endAt?: string;
22654
22510
  search?: string;
22655
22511
  date?: string;
22656
22512
  amount?: string;
@@ -22685,6 +22541,7 @@ export interface operations {
22685
22541
  "application/json": {
22686
22542
  data: {
22687
22543
  id: string;
22544
+ txnCode: string;
22688
22545
  txnAt: string;
22689
22546
  description: string;
22690
22547
  centTotal: number;
@@ -23011,6 +22868,7 @@ export interface operations {
23011
22868
  "application/json": {
23012
22869
  data: {
23013
22870
  id: string;
22871
+ txnCode: string;
23014
22872
  txnAt: string;
23015
22873
  description: string;
23016
22874
  centTotal: number;
@@ -23338,10 +23196,10 @@ export interface operations {
23338
23196
  data: {
23339
23197
  contact: {
23340
23198
  contactId: string;
23341
- name: string | null;
23342
- firstName: string | null;
23343
- email: string | null;
23344
- phone: string | null;
23199
+ name?: string;
23200
+ firstName?: string;
23201
+ email?: string;
23202
+ phone?: string;
23345
23203
  };
23346
23204
  currency: string;
23347
23205
  financials: {
@@ -23476,12 +23334,244 @@ export interface operations {
23476
23334
  };
23477
23335
  };
23478
23336
  };
23337
+ getOwnerStatementSummaryDetailsReport: {
23338
+ parameters: {
23339
+ query: {
23340
+ view: "listing" | "month" | "reservation" | "bookingChannel";
23341
+ /** @description Year in format YYYY */
23342
+ year: number;
23343
+ listingId?: string;
23344
+ currency?: string;
23345
+ viewAs?: "owner" | "manager";
23346
+ };
23347
+ header?: {
23348
+ "X-Team-Id"?: string;
23349
+ };
23350
+ path: {
23351
+ contactId: string;
23352
+ };
23353
+ cookie?: never;
23354
+ };
23355
+ requestBody?: never;
23356
+ responses: {
23357
+ /** @description Successful response */
23358
+ 200: {
23359
+ headers: {
23360
+ [name: string]: unknown;
23361
+ };
23362
+ content: {
23363
+ "application/json": {
23364
+ currency: string;
23365
+ contact: {
23366
+ contactId: string;
23367
+ name?: string;
23368
+ firstName?: string;
23369
+ email?: string;
23370
+ phone?: string;
23371
+ };
23372
+ financials: {
23373
+ balanceStart: number;
23374
+ netRevenue: number;
23375
+ expenses: number;
23376
+ transfers: number;
23377
+ netIncome: number;
23378
+ currentBalance: number;
23379
+ balanceEnd: number;
23380
+ };
23381
+ netRevenueSection: {
23382
+ title: string;
23383
+ rows: {
23384
+ title: string;
23385
+ statementIds?: string[];
23386
+ columns: {
23387
+ title: string;
23388
+ value: number | string;
23389
+ formatted: string;
23390
+ }[];
23391
+ }[];
23392
+ subtotal?: {
23393
+ title: string;
23394
+ columns: {
23395
+ title: string;
23396
+ value: number | string;
23397
+ formatted: string;
23398
+ }[];
23399
+ };
23400
+ };
23401
+ otherSections: {
23402
+ title: string;
23403
+ rows: {
23404
+ title: string;
23405
+ statementIds?: string[];
23406
+ columns: {
23407
+ title: string;
23408
+ value: number | string;
23409
+ formatted: string;
23410
+ }[];
23411
+ }[];
23412
+ subtotal?: {
23413
+ title: string;
23414
+ columns: {
23415
+ title: string;
23416
+ value: number | string;
23417
+ formatted: string;
23418
+ }[];
23419
+ };
23420
+ }[];
23421
+ transfersSection?: {
23422
+ title: string;
23423
+ rows: {
23424
+ title: string;
23425
+ statementIds?: string[];
23426
+ columns: {
23427
+ title: string;
23428
+ value: number | string;
23429
+ formatted: string;
23430
+ }[];
23431
+ }[];
23432
+ subtotal?: {
23433
+ title: string;
23434
+ columns: {
23435
+ title: string;
23436
+ value: number | string;
23437
+ formatted: string;
23438
+ }[];
23439
+ };
23440
+ };
23441
+ };
23442
+ };
23443
+ };
23444
+ /** @description Invalid input data */
23445
+ 400: {
23446
+ headers: {
23447
+ [name: string]: unknown;
23448
+ };
23449
+ content: {
23450
+ "application/json": components["schemas"]["error.BAD_REQUEST"];
23451
+ };
23452
+ };
23453
+ /** @description Authorization not provided */
23454
+ 401: {
23455
+ headers: {
23456
+ [name: string]: unknown;
23457
+ };
23458
+ content: {
23459
+ "application/json": components["schemas"]["error.UNAUTHORIZED"];
23460
+ };
23461
+ };
23462
+ /** @description Insufficient access */
23463
+ 403: {
23464
+ headers: {
23465
+ [name: string]: unknown;
23466
+ };
23467
+ content: {
23468
+ "application/json": components["schemas"]["error.FORBIDDEN"];
23469
+ };
23470
+ };
23471
+ /** @description Not found */
23472
+ 404: {
23473
+ headers: {
23474
+ [name: string]: unknown;
23475
+ };
23476
+ content: {
23477
+ "application/json": components["schemas"]["error.NOT_FOUND"];
23478
+ };
23479
+ };
23480
+ /** @description Internal server error */
23481
+ 500: {
23482
+ headers: {
23483
+ [name: string]: unknown;
23484
+ };
23485
+ content: {
23486
+ "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
23487
+ };
23488
+ };
23489
+ };
23490
+ };
23491
+ getOwnerStatementSummaryDetailsReportCsv: {
23492
+ parameters: {
23493
+ query: {
23494
+ view: "listing" | "month" | "reservation" | "bookingChannel";
23495
+ /** @description Year in format YYYY */
23496
+ year: number;
23497
+ listingId?: string;
23498
+ currency?: string;
23499
+ viewAs?: "owner" | "manager";
23500
+ };
23501
+ header?: {
23502
+ "X-Team-Id"?: string;
23503
+ };
23504
+ path: {
23505
+ contactId: string;
23506
+ };
23507
+ cookie?: never;
23508
+ };
23509
+ requestBody?: never;
23510
+ responses: {
23511
+ /** @description Successful response */
23512
+ 200: {
23513
+ headers: {
23514
+ [name: string]: unknown;
23515
+ };
23516
+ content: {
23517
+ "application/json": {
23518
+ url: string;
23519
+ };
23520
+ };
23521
+ };
23522
+ /** @description Invalid input data */
23523
+ 400: {
23524
+ headers: {
23525
+ [name: string]: unknown;
23526
+ };
23527
+ content: {
23528
+ "application/json": components["schemas"]["error.BAD_REQUEST"];
23529
+ };
23530
+ };
23531
+ /** @description Authorization not provided */
23532
+ 401: {
23533
+ headers: {
23534
+ [name: string]: unknown;
23535
+ };
23536
+ content: {
23537
+ "application/json": components["schemas"]["error.UNAUTHORIZED"];
23538
+ };
23539
+ };
23540
+ /** @description Insufficient access */
23541
+ 403: {
23542
+ headers: {
23543
+ [name: string]: unknown;
23544
+ };
23545
+ content: {
23546
+ "application/json": components["schemas"]["error.FORBIDDEN"];
23547
+ };
23548
+ };
23549
+ /** @description Not found */
23550
+ 404: {
23551
+ headers: {
23552
+ [name: string]: unknown;
23553
+ };
23554
+ content: {
23555
+ "application/json": components["schemas"]["error.NOT_FOUND"];
23556
+ };
23557
+ };
23558
+ /** @description Internal server error */
23559
+ 500: {
23560
+ headers: {
23561
+ [name: string]: unknown;
23562
+ };
23563
+ content: {
23564
+ "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
23565
+ };
23566
+ };
23567
+ };
23568
+ };
23479
23569
  getCalendar: {
23480
23570
  parameters: {
23481
23571
  query: {
23572
+ listingId: string;
23482
23573
  startDate: string;
23483
23574
  endDate: string;
23484
- listingId: string;
23485
23575
  };
23486
23576
  header?: {
23487
23577
  "X-Team-Id"?: string;
@@ -23503,7 +23593,6 @@ export interface operations {
23503
23593
  /** @enum {string} */
23504
23594
  blockReason: "ownerBlock" | "maintenance";
23505
23595
  description?: string;
23506
- id?: string;
23507
23596
  user?: {
23508
23597
  email: string;
23509
23598
  firstName: string;
@@ -23573,9 +23662,9 @@ export interface operations {
23573
23662
  requestBody: {
23574
23663
  content: {
23575
23664
  "application/json": {
23665
+ listingId: string;
23576
23666
  startDate: string;
23577
23667
  endDate: string;
23578
- listingId: string;
23579
23668
  description?: string;
23580
23669
  };
23581
23670
  };
@@ -23593,7 +23682,6 @@ export interface operations {
23593
23682
  /** @enum {string} */
23594
23683
  blockReason: "ownerBlock" | "maintenance";
23595
23684
  description?: string;
23596
- id?: string;
23597
23685
  user?: {
23598
23686
  email: string;
23599
23687
  firstName: string;
@@ -23648,6 +23736,7 @@ export interface operations {
23648
23736
  listingId: string;
23649
23737
  startDate: string;
23650
23738
  endDate: string;
23739
+ description?: string;
23651
23740
  };
23652
23741
  header?: {
23653
23742
  "X-Team-Id"?: string;
@@ -23669,7 +23758,6 @@ export interface operations {
23669
23758
  /** @enum {string} */
23670
23759
  blockReason: "ownerBlock" | "maintenance";
23671
23760
  description?: string;
23672
- id?: string;
23673
23761
  user?: {
23674
23762
  email: string;
23675
23763
  firstName: string;
@@ -23772,7 +23860,7 @@ export interface operations {
23772
23860
  * @description Internal semantic type
23773
23861
  * @enum {string}
23774
23862
  */
23775
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23863
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23776
23864
  /** @description Optional JSONB filter for internal data */
23777
23865
  filter?: string;
23778
23866
  };
@@ -23796,7 +23884,7 @@ export interface operations {
23796
23884
  * @description Semantic type of the setting value
23797
23885
  * @enum {string}
23798
23886
  */
23799
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23887
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23800
23888
  /** @description Optional JSONB filter for available values */
23801
23889
  filter?: string;
23802
23890
  };
@@ -23893,7 +23981,7 @@ export interface operations {
23893
23981
  * @description Internal semantic type
23894
23982
  * @enum {string}
23895
23983
  */
23896
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23984
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23897
23985
  /** @description Optional JSONB filter for internal data */
23898
23986
  filter?: string;
23899
23987
  };
@@ -23917,7 +24005,7 @@ export interface operations {
23917
24005
  * @description Semantic type of the setting value
23918
24006
  * @enum {string}
23919
24007
  */
23920
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24008
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23921
24009
  /** @description Optional JSONB filter for available values */
23922
24010
  filter?: string;
23923
24011
  };
@@ -24017,7 +24105,7 @@ export interface operations {
24017
24105
  * @description Internal semantic type
24018
24106
  * @enum {string}
24019
24107
  */
24020
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24108
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24021
24109
  /** @description Optional JSONB filter for internal data */
24022
24110
  filter?: string;
24023
24111
  };
@@ -24041,7 +24129,7 @@ export interface operations {
24041
24129
  * @description Semantic type of the setting value
24042
24130
  * @enum {string}
24043
24131
  */
24044
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24132
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24045
24133
  /** @description Optional JSONB filter for available values */
24046
24134
  filter?: string;
24047
24135
  };
@@ -24128,7 +24216,7 @@ export interface operations {
24128
24216
  * @description Internal semantic type
24129
24217
  * @enum {string}
24130
24218
  */
24131
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24219
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24132
24220
  /** @description Optional JSONB filter for internal data */
24133
24221
  filter?: string;
24134
24222
  };
@@ -24152,7 +24240,7 @@ export interface operations {
24152
24240
  * @description Semantic type of the setting value
24153
24241
  * @enum {string}
24154
24242
  */
24155
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24243
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24156
24244
  /** @description Optional JSONB filter for available values */
24157
24245
  filter?: string;
24158
24246
  };
@@ -24192,7 +24280,7 @@ export interface operations {
24192
24280
  * @description Internal semantic type
24193
24281
  * @enum {string}
24194
24282
  */
24195
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24283
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24196
24284
  /** @description Optional JSONB filter for internal data */
24197
24285
  filter?: string;
24198
24286
  };
@@ -24216,7 +24304,7 @@ export interface operations {
24216
24304
  * @description Semantic type of the setting value
24217
24305
  * @enum {string}
24218
24306
  */
24219
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24307
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24220
24308
  /** @description Optional JSONB filter for available values */
24221
24309
  filter?: string;
24222
24310
  };