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