@vrplatform/api 1.3.1-3959 → 1.3.1-4031

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.
@@ -573,6 +573,23 @@ export interface paths {
573
573
  patch?: never;
574
574
  trace?: never;
575
575
  };
576
+ "/connections/connect": {
577
+ parameters: {
578
+ query?: never;
579
+ header?: never;
580
+ path?: never;
581
+ cookie?: never;
582
+ };
583
+ get?: never;
584
+ put?: never;
585
+ /** @description Connect an app and create the connection. */
586
+ post: operations["connectAppConnection"];
587
+ delete?: never;
588
+ options?: never;
589
+ head?: never;
590
+ patch?: never;
591
+ trace?: never;
592
+ };
576
593
  "/connections/extract": {
577
594
  parameters: {
578
595
  query?: never;
@@ -673,6 +690,24 @@ export interface paths {
673
690
  delete: operations["deleteConnection"];
674
691
  options?: never;
675
692
  head?: never;
693
+ /** @description Update connection settings. */
694
+ patch: operations["updateConnection"];
695
+ trace?: never;
696
+ };
697
+ "/connections/{id}/connect": {
698
+ parameters: {
699
+ query?: never;
700
+ header?: never;
701
+ path?: never;
702
+ cookie?: never;
703
+ };
704
+ get?: never;
705
+ /** @description Reconnect an existing app connection. */
706
+ put: operations["reconnectAppConnection"];
707
+ post?: never;
708
+ delete?: never;
709
+ options?: never;
710
+ head?: never;
676
711
  patch?: never;
677
712
  trace?: never;
678
713
  };
@@ -1264,6 +1299,23 @@ export interface paths {
1264
1299
  patch?: never;
1265
1300
  trace?: never;
1266
1301
  };
1302
+ "/listings/opening-balance/csv-template": {
1303
+ parameters: {
1304
+ query?: never;
1305
+ header?: never;
1306
+ path?: never;
1307
+ cookie?: never;
1308
+ };
1309
+ /** @description Listing opening balance CSV import template */
1310
+ get: operations["getListingsOpeningBalanceCsvTemplate"];
1311
+ put?: never;
1312
+ post?: never;
1313
+ delete?: never;
1314
+ options?: never;
1315
+ head?: never;
1316
+ patch?: never;
1317
+ trace?: never;
1318
+ };
1267
1319
  "/listings/ownership-periods": {
1268
1320
  parameters: {
1269
1321
  query?: never;
@@ -2782,6 +2834,40 @@ export interface paths {
2782
2834
  patch?: never;
2783
2835
  trace?: never;
2784
2836
  };
2837
+ "/statements/layouts/listing-mappings": {
2838
+ parameters: {
2839
+ query?: never;
2840
+ header?: never;
2841
+ path?: never;
2842
+ cookie?: never;
2843
+ };
2844
+ /** @description List statement layout listing mappings */
2845
+ get: operations["getStatementsLayoutsListingMappings"];
2846
+ put?: never;
2847
+ post?: never;
2848
+ delete?: never;
2849
+ options?: never;
2850
+ head?: never;
2851
+ patch?: never;
2852
+ trace?: never;
2853
+ };
2854
+ "/statements/layouts/listing-mappings/{listingId}": {
2855
+ parameters: {
2856
+ query?: never;
2857
+ header?: never;
2858
+ path?: never;
2859
+ cookie?: never;
2860
+ };
2861
+ get?: never;
2862
+ /** @description Update statement layout listing mapping */
2863
+ put: operations["putStatementsLayoutsListingMappingsByListingId"];
2864
+ post?: never;
2865
+ delete?: never;
2866
+ options?: never;
2867
+ head?: never;
2868
+ patch?: never;
2869
+ trace?: never;
2870
+ };
2785
2871
  "/statements/layouts/{id}": {
2786
2872
  parameters: {
2787
2873
  query?: never;
@@ -2801,6 +2887,23 @@ export interface paths {
2801
2887
  patch?: never;
2802
2888
  trace?: never;
2803
2889
  };
2890
+ "/statements/line-description": {
2891
+ parameters: {
2892
+ query?: never;
2893
+ header?: never;
2894
+ path?: never;
2895
+ cookie?: never;
2896
+ };
2897
+ get?: never;
2898
+ put?: never;
2899
+ post?: never;
2900
+ delete?: never;
2901
+ options?: never;
2902
+ head?: never;
2903
+ /** @description Update an owner statement line description */
2904
+ patch: operations["patchStatementsLineDescription"];
2905
+ trace?: never;
2906
+ };
2804
2907
  "/statements/manager/pay": {
2805
2908
  parameters: {
2806
2909
  query?: never;
@@ -3755,23 +3858,6 @@ export interface paths {
3755
3858
  patch?: never;
3756
3859
  trace?: never;
3757
3860
  };
3758
- "/transactions/{transactionId}/lines/{id}/description": {
3759
- parameters: {
3760
- query?: never;
3761
- header?: never;
3762
- path?: never;
3763
- cookie?: never;
3764
- };
3765
- get?: never;
3766
- put?: never;
3767
- post?: never;
3768
- delete?: never;
3769
- options?: never;
3770
- head?: never;
3771
- /** @description Update a transaction line description (description-only flow bypasses reconciliation lock) */
3772
- patch: operations["patchTransactionsByTransactionIdLinesByIdDescription"];
3773
- trace?: never;
3774
- };
3775
3861
  }
3776
3862
  export type webhooks = Record<string, never>;
3777
3863
  export interface components {
@@ -3837,7 +3923,7 @@ export interface operations {
3837
3923
  /** @constant */
3838
3924
  reason: "immutable";
3839
3925
  };
3840
- issues: {
3926
+ issues: ({
3841
3927
  /** @constant */
3842
3928
  code: "bankAccountLast4OutOfSync";
3843
3929
  /** @constant */
@@ -3847,7 +3933,16 @@ export interface operations {
3847
3933
  bankAccountLast4: string;
3848
3934
  bankAccountIds: string[];
3849
3935
  };
3850
- }[];
3936
+ } | {
3937
+ /** @constant */
3938
+ code: "operatingBankAccountRequiresOpex";
3939
+ /** @constant */
3940
+ severity: "error";
3941
+ context: {
3942
+ /** @constant */
3943
+ bankingCategory: "operating";
3944
+ };
3945
+ })[];
3851
3946
  banking?: {
3852
3947
  category?: ("trust" | "operating" | "external") | null;
3853
3948
  type?: ("deposit" | "creditCard") | null;
@@ -4062,7 +4157,7 @@ export interface operations {
4062
4157
  /** @constant */
4063
4158
  reason: "immutable";
4064
4159
  };
4065
- issues: {
4160
+ issues: ({
4066
4161
  /** @constant */
4067
4162
  code: "bankAccountLast4OutOfSync";
4068
4163
  /** @constant */
@@ -4072,7 +4167,16 @@ export interface operations {
4072
4167
  bankAccountLast4: string;
4073
4168
  bankAccountIds: string[];
4074
4169
  };
4075
- }[];
4170
+ } | {
4171
+ /** @constant */
4172
+ code: "operatingBankAccountRequiresOpex";
4173
+ /** @constant */
4174
+ severity: "error";
4175
+ context: {
4176
+ /** @constant */
4177
+ bankingCategory: "operating";
4178
+ };
4179
+ })[];
4076
4180
  banking?: {
4077
4181
  category?: ("trust" | "operating" | "external") | null;
4078
4182
  type?: ("deposit" | "creditCard") | null;
@@ -4475,7 +4579,7 @@ export interface operations {
4475
4579
  /** @constant */
4476
4580
  reason: "immutable";
4477
4581
  };
4478
- issues: {
4582
+ issues: ({
4479
4583
  /** @constant */
4480
4584
  code: "bankAccountLast4OutOfSync";
4481
4585
  /** @constant */
@@ -4485,7 +4589,16 @@ export interface operations {
4485
4589
  bankAccountLast4: string;
4486
4590
  bankAccountIds: string[];
4487
4591
  };
4488
- }[];
4592
+ } | {
4593
+ /** @constant */
4594
+ code: "operatingBankAccountRequiresOpex";
4595
+ /** @constant */
4596
+ severity: "error";
4597
+ context: {
4598
+ /** @constant */
4599
+ bankingCategory: "operating";
4600
+ };
4601
+ })[];
4489
4602
  banking?: {
4490
4603
  category?: ("trust" | "operating" | "external") | null;
4491
4604
  type?: ("deposit" | "creditCard") | null;
@@ -4692,7 +4805,7 @@ export interface operations {
4692
4805
  /** @constant */
4693
4806
  reason: "immutable";
4694
4807
  };
4695
- issues: {
4808
+ issues: ({
4696
4809
  /** @constant */
4697
4810
  code: "bankAccountLast4OutOfSync";
4698
4811
  /** @constant */
@@ -4702,7 +4815,16 @@ export interface operations {
4702
4815
  bankAccountLast4: string;
4703
4816
  bankAccountIds: string[];
4704
4817
  };
4705
- }[];
4818
+ } | {
4819
+ /** @constant */
4820
+ code: "operatingBankAccountRequiresOpex";
4821
+ /** @constant */
4822
+ severity: "error";
4823
+ context: {
4824
+ /** @constant */
4825
+ bankingCategory: "operating";
4826
+ };
4827
+ })[];
4706
4828
  banking?: {
4707
4829
  category?: ("trust" | "operating" | "external") | null;
4708
4830
  type?: ("deposit" | "creditCard") | null;
@@ -5421,7 +5543,7 @@ export interface operations {
5421
5543
  /** @constant */
5422
5544
  reason: "immutable";
5423
5545
  };
5424
- issues: {
5546
+ issues: ({
5425
5547
  /** @constant */
5426
5548
  code: "bankAccountLast4OutOfSync";
5427
5549
  /** @constant */
@@ -5431,7 +5553,16 @@ export interface operations {
5431
5553
  bankAccountLast4: string;
5432
5554
  bankAccountIds: string[];
5433
5555
  };
5434
- }[];
5556
+ } | {
5557
+ /** @constant */
5558
+ code: "operatingBankAccountRequiresOpex";
5559
+ /** @constant */
5560
+ severity: "error";
5561
+ context: {
5562
+ /** @constant */
5563
+ bankingCategory: "operating";
5564
+ };
5565
+ })[];
5435
5566
  banking?: {
5436
5567
  category?: ("trust" | "operating" | "external") | null;
5437
5568
  type?: ("deposit" | "creditCard") | null;
@@ -5630,7 +5761,7 @@ export interface operations {
5630
5761
  /** @constant */
5631
5762
  reason: "immutable";
5632
5763
  };
5633
- issues: {
5764
+ issues: ({
5634
5765
  /** @constant */
5635
5766
  code: "bankAccountLast4OutOfSync";
5636
5767
  /** @constant */
@@ -5640,7 +5771,16 @@ export interface operations {
5640
5771
  bankAccountLast4: string;
5641
5772
  bankAccountIds: string[];
5642
5773
  };
5643
- }[];
5774
+ } | {
5775
+ /** @constant */
5776
+ code: "operatingBankAccountRequiresOpex";
5777
+ /** @constant */
5778
+ severity: "error";
5779
+ context: {
5780
+ /** @constant */
5781
+ bankingCategory: "operating";
5782
+ };
5783
+ })[];
5644
5784
  banking?: {
5645
5785
  category?: ("trust" | "operating" | "external") | null;
5646
5786
  type?: ("deposit" | "creditCard") | null;
@@ -11189,6 +11329,7 @@ export interface operations {
11189
11329
  credentials?: {
11190
11330
  [key: string]: unknown;
11191
11331
  };
11332
+ uniqueRef?: string;
11192
11333
  accountingStartAt?: string | null;
11193
11334
  accountingEndAt?: string | null;
11194
11335
  };
@@ -11341,7 +11482,7 @@ export interface operations {
11341
11482
  };
11342
11483
  };
11343
11484
  };
11344
- extractConnections: {
11485
+ connectAppConnection: {
11345
11486
  parameters: {
11346
11487
  query?: never;
11347
11488
  header?: never;
@@ -11351,18 +11492,15 @@ export interface operations {
11351
11492
  requestBody?: {
11352
11493
  content: {
11353
11494
  "application/json": {
11354
- isInitial?: boolean;
11355
- connections: {
11356
- /** Format: uuid */
11357
- connectionId: string;
11358
- params?: unknown;
11359
- type?: string;
11360
- range?: {
11361
- start?: string;
11362
- end?: string;
11363
- };
11364
- forceUpdate?: boolean;
11365
- }[];
11495
+ appId?: string;
11496
+ name?: string;
11497
+ /** @default true */
11498
+ autoExtract?: boolean;
11499
+ sessionKey?: string;
11500
+ /** @default {} */
11501
+ params?: {
11502
+ [key: string]: unknown;
11503
+ };
11366
11504
  };
11367
11505
  };
11368
11506
  };
@@ -11374,21 +11512,77 @@ export interface operations {
11374
11512
  };
11375
11513
  content: {
11376
11514
  "application/json": {
11377
- data: {
11378
- /** Format: uuid */
11379
- runId: string;
11380
- /** Format: uuid */
11381
- workflowId: string;
11382
- /** Format: uuid */
11383
- taskId: string;
11515
+ /** @enum {string} */
11516
+ type: "success" | "issue" | "error";
11517
+ /** Format: uuid */
11518
+ id?: string;
11519
+ connection?: {
11384
11520
  /** Format: uuid */
11385
- syncId: string;
11386
- data?: unknown;
11387
- error?: {
11388
- message: string;
11389
- error?: string;
11521
+ id: string;
11522
+ name: string;
11523
+ /** @enum {string} */
11524
+ status: "active" | "inactive";
11525
+ accountingStartAt?: string | null;
11526
+ accountingEndAt?: string | null;
11527
+ uniqueRef?: string | null;
11528
+ app: {
11529
+ id: string;
11530
+ /** @enum {string} */
11531
+ type: "paymentGateway" | "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
11532
+ name: string;
11533
+ icon?: string | null;
11534
+ importers?: string[] | null;
11535
+ extractors?: string[] | null;
11390
11536
  };
11391
- }[];
11537
+ /**
11538
+ * Format: date-time
11539
+ * @description Timestamp string with date, time, milliseconds, and timezone.
11540
+ * @example 2024-01-15T12:30:00.000+00:00
11541
+ */
11542
+ createdAt: string;
11543
+ /**
11544
+ * Format: date-time
11545
+ * @description Timestamp string with date, time, milliseconds, and timezone.
11546
+ * @example 2024-01-15T12:30:00.000+00:00
11547
+ */
11548
+ updatedAt: string;
11549
+ isErrorState: boolean;
11550
+ currentSync?: {
11551
+ /** @enum {string} */
11552
+ status: "queued" | "started" | "completed" | "failed" | "canceled";
11553
+ /**
11554
+ * Format: date-time
11555
+ * @description Timestamp string with date, time, milliseconds, and timezone.
11556
+ * @example 2024-01-15T12:30:00.000+00:00
11557
+ */
11558
+ createdAt: string;
11559
+ /**
11560
+ * Format: date-time
11561
+ * @description Timestamp string with date, time, milliseconds, and timezone.
11562
+ * @example 2024-01-15T12:30:00.000+00:00
11563
+ */
11564
+ updatedAt: string;
11565
+ message?: string | null;
11566
+ } | null;
11567
+ enabledFlows: {
11568
+ /** Format: uuid */
11569
+ id: string;
11570
+ title: string;
11571
+ isPublic: boolean;
11572
+ type: ("push" | "pull") | null;
11573
+ }[];
11574
+ };
11575
+ code?: string;
11576
+ message?: string;
11577
+ state?: {
11578
+ sessionKey?: string;
11579
+ expiresIn: number;
11580
+ };
11581
+ action?: {
11582
+ /** @enum {string} */
11583
+ type: "extension" | "form" | "link" | "oauth";
11584
+ value?: unknown;
11585
+ };
11392
11586
  };
11393
11587
  };
11394
11588
  };
@@ -11474,7 +11668,7 @@ export interface operations {
11474
11668
  };
11475
11669
  };
11476
11670
  };
11477
- connectConnection: {
11671
+ extractConnections: {
11478
11672
  parameters: {
11479
11673
  query?: never;
11480
11674
  header?: never;
@@ -11484,9 +11678,18 @@ export interface operations {
11484
11678
  requestBody?: {
11485
11679
  content: {
11486
11680
  "application/json": {
11487
- appId: string;
11488
- /** @default https://portal.vrplatform.app */
11489
- redirectTo?: string;
11681
+ isInitial?: boolean;
11682
+ connections: {
11683
+ /** Format: uuid */
11684
+ connectionId: string;
11685
+ params?: unknown;
11686
+ type?: string;
11687
+ range?: {
11688
+ start?: string;
11689
+ end?: string;
11690
+ };
11691
+ forceUpdate?: boolean;
11692
+ }[];
11490
11693
  };
11491
11694
  };
11492
11695
  };
@@ -11498,11 +11701,135 @@ export interface operations {
11498
11701
  };
11499
11702
  content: {
11500
11703
  "application/json": {
11501
- redirectUri: string;
11502
- manual: {
11503
- state: string;
11504
- redirectUri: string;
11505
- };
11704
+ data: {
11705
+ /** Format: uuid */
11706
+ runId: string;
11707
+ /** Format: uuid */
11708
+ workflowId: string;
11709
+ /** Format: uuid */
11710
+ taskId: string;
11711
+ /** Format: uuid */
11712
+ syncId: string;
11713
+ data?: unknown;
11714
+ error?: {
11715
+ message: string;
11716
+ error?: string;
11717
+ };
11718
+ }[];
11719
+ };
11720
+ };
11721
+ };
11722
+ /** @description Bad request */
11723
+ 400: {
11724
+ headers: {
11725
+ [name: string]: unknown;
11726
+ };
11727
+ content: {
11728
+ "application/json": {
11729
+ code: string;
11730
+ message: string;
11731
+ issues?: {
11732
+ message: string;
11733
+ }[];
11734
+ context?: unknown;
11735
+ };
11736
+ };
11737
+ };
11738
+ /** @description Unauthorized */
11739
+ 401: {
11740
+ headers: {
11741
+ [name: string]: unknown;
11742
+ };
11743
+ content: {
11744
+ "application/json": {
11745
+ code: string;
11746
+ message: string;
11747
+ issues?: {
11748
+ message: string;
11749
+ }[];
11750
+ context?: unknown;
11751
+ };
11752
+ };
11753
+ };
11754
+ /** @description Forbidden */
11755
+ 403: {
11756
+ headers: {
11757
+ [name: string]: unknown;
11758
+ };
11759
+ content: {
11760
+ "application/json": {
11761
+ code: string;
11762
+ message: string;
11763
+ issues?: {
11764
+ message: string;
11765
+ }[];
11766
+ context?: unknown;
11767
+ };
11768
+ };
11769
+ };
11770
+ /** @description Not found */
11771
+ 404: {
11772
+ headers: {
11773
+ [name: string]: unknown;
11774
+ };
11775
+ content: {
11776
+ "application/json": {
11777
+ code: string;
11778
+ message: string;
11779
+ issues?: {
11780
+ message: string;
11781
+ }[];
11782
+ context?: unknown;
11783
+ };
11784
+ };
11785
+ };
11786
+ /** @description Internal server error */
11787
+ 500: {
11788
+ headers: {
11789
+ [name: string]: unknown;
11790
+ };
11791
+ content: {
11792
+ "application/json": {
11793
+ code: string;
11794
+ message: string;
11795
+ issues?: {
11796
+ message: string;
11797
+ }[];
11798
+ context?: unknown;
11799
+ };
11800
+ };
11801
+ };
11802
+ };
11803
+ };
11804
+ connectConnection: {
11805
+ parameters: {
11806
+ query?: never;
11807
+ header?: never;
11808
+ path?: never;
11809
+ cookie?: never;
11810
+ };
11811
+ requestBody?: {
11812
+ content: {
11813
+ "application/json": {
11814
+ appId: string;
11815
+ /** @default https://portal.vrplatform.app */
11816
+ redirectTo?: string;
11817
+ };
11818
+ };
11819
+ };
11820
+ responses: {
11821
+ /** @description Successful response */
11822
+ 200: {
11823
+ headers: {
11824
+ [name: string]: unknown;
11825
+ };
11826
+ content: {
11827
+ "application/json": {
11828
+ redirectUri: string;
11829
+ manual: {
11830
+ state: string;
11831
+ redirectUri: string;
11832
+ };
11506
11833
  };
11507
11834
  };
11508
11835
  };
@@ -11657,6 +11984,22 @@ export interface operations {
11657
11984
  targetTransactionLineMoveCount: number;
11658
11985
  targetPaymentLineMoveCount: number;
11659
11986
  lockedCount: number;
11987
+ targetListings: {
11988
+ /** Format: uuid */
11989
+ targetListingConnectionId: string;
11990
+ uniqueRef: string | null;
11991
+ name: string;
11992
+ address: string | null;
11993
+ listingId: string | null;
11994
+ /** @enum {string} */
11995
+ status: "alreadyShared" | "matched" | "ambiguous" | "unmapped";
11996
+ suggestedListing: {
11997
+ /** Format: uuid */
11998
+ id: string;
11999
+ name: string;
12000
+ address: string | null;
12001
+ } | null;
12002
+ }[];
11660
12003
  };
11661
12004
  /** @constant */
11662
12005
  applied: true;
@@ -11880,27 +12223,348 @@ export interface operations {
11880
12223
  };
11881
12224
  };
11882
12225
  };
11883
- previewPmsConnectionCutover: {
12226
+ previewPmsConnectionCutover: {
12227
+ parameters: {
12228
+ query?: never;
12229
+ header?: never;
12230
+ path?: never;
12231
+ cookie?: never;
12232
+ };
12233
+ requestBody?: {
12234
+ content: {
12235
+ "application/json": {
12236
+ /** Format: uuid */
12237
+ sourceConnectionId: string;
12238
+ /** Format: uuid */
12239
+ targetConnectionId: string;
12240
+ cutoverAt: string;
12241
+ listingMappings?: {
12242
+ /** Format: uuid */
12243
+ targetListingConnectionId: string;
12244
+ sourceListingId: string | null;
12245
+ }[];
12246
+ };
12247
+ };
12248
+ };
12249
+ responses: {
12250
+ /** @description Successful response */
12251
+ 200: {
12252
+ headers: {
12253
+ [name: string]: unknown;
12254
+ };
12255
+ content: {
12256
+ "application/json": {
12257
+ cutoverAt: string;
12258
+ /** @enum {string} */
12259
+ revenueRecognition: "checkIn" | "checkOut" | "bookedAt" | "proRata";
12260
+ sourceConnection: {
12261
+ /** Format: uuid */
12262
+ id: string;
12263
+ name: string;
12264
+ accountingStartAt?: string | null;
12265
+ accountingEndAt?: string | null;
12266
+ };
12267
+ targetConnection: {
12268
+ /** Format: uuid */
12269
+ id: string;
12270
+ name: string;
12271
+ accountingStartAt?: string | null;
12272
+ accountingEndAt?: string | null;
12273
+ };
12274
+ proposed: {
12275
+ sourceAccountingEndAt: string;
12276
+ targetAccountingStartAt: string;
12277
+ };
12278
+ impactedReservations: {
12279
+ sourceCount: number;
12280
+ targetCount: number;
12281
+ refreshCount: number;
12282
+ lockedCount: number;
12283
+ };
12284
+ listingContinuity: {
12285
+ sourceCount: number;
12286
+ targetCount: number;
12287
+ alreadySharedCount: number;
12288
+ mergeCount: number;
12289
+ unmappedCount: number;
12290
+ ambiguousCount: number;
12291
+ targetReservationMoveCount: number;
12292
+ targetTransactionLineMoveCount: number;
12293
+ targetPaymentLineMoveCount: number;
12294
+ lockedCount: number;
12295
+ targetListings: {
12296
+ /** Format: uuid */
12297
+ targetListingConnectionId: string;
12298
+ uniqueRef: string | null;
12299
+ name: string;
12300
+ address: string | null;
12301
+ listingId: string | null;
12302
+ /** @enum {string} */
12303
+ status: "alreadyShared" | "matched" | "ambiguous" | "unmapped";
12304
+ suggestedListing: {
12305
+ /** Format: uuid */
12306
+ id: string;
12307
+ name: string;
12308
+ address: string | null;
12309
+ } | null;
12310
+ }[];
12311
+ };
12312
+ };
12313
+ };
12314
+ };
12315
+ /** @description Bad request */
12316
+ 400: {
12317
+ headers: {
12318
+ [name: string]: unknown;
12319
+ };
12320
+ content: {
12321
+ "application/json": {
12322
+ code: string;
12323
+ message: string;
12324
+ issues?: {
12325
+ message: string;
12326
+ }[];
12327
+ context?: unknown;
12328
+ };
12329
+ };
12330
+ };
12331
+ /** @description Unauthorized */
12332
+ 401: {
12333
+ headers: {
12334
+ [name: string]: unknown;
12335
+ };
12336
+ content: {
12337
+ "application/json": {
12338
+ code: string;
12339
+ message: string;
12340
+ issues?: {
12341
+ message: string;
12342
+ }[];
12343
+ context?: unknown;
12344
+ };
12345
+ };
12346
+ };
12347
+ /** @description Forbidden */
12348
+ 403: {
12349
+ headers: {
12350
+ [name: string]: unknown;
12351
+ };
12352
+ content: {
12353
+ "application/json": {
12354
+ code: string;
12355
+ message: string;
12356
+ issues?: {
12357
+ message: string;
12358
+ }[];
12359
+ context?: unknown;
12360
+ };
12361
+ };
12362
+ };
12363
+ /** @description Not found */
12364
+ 404: {
12365
+ headers: {
12366
+ [name: string]: unknown;
12367
+ };
12368
+ content: {
12369
+ "application/json": {
12370
+ code: string;
12371
+ message: string;
12372
+ issues?: {
12373
+ message: string;
12374
+ }[];
12375
+ context?: unknown;
12376
+ };
12377
+ };
12378
+ };
12379
+ /** @description Internal server error */
12380
+ 500: {
12381
+ headers: {
12382
+ [name: string]: unknown;
12383
+ };
12384
+ content: {
12385
+ "application/json": {
12386
+ code: string;
12387
+ message: string;
12388
+ issues?: {
12389
+ message: string;
12390
+ }[];
12391
+ context?: unknown;
12392
+ };
12393
+ };
12394
+ };
12395
+ };
12396
+ };
12397
+ getConnection: {
12398
+ parameters: {
12399
+ query?: never;
12400
+ header?: never;
12401
+ path: {
12402
+ id: string;
12403
+ };
12404
+ cookie?: never;
12405
+ };
12406
+ requestBody?: never;
12407
+ responses: {
12408
+ /** @description Successful response */
12409
+ 200: {
12410
+ headers: {
12411
+ [name: string]: unknown;
12412
+ };
12413
+ content: {
12414
+ "application/json": {
12415
+ /** Format: uuid */
12416
+ id: string;
12417
+ name: string;
12418
+ /** @enum {string} */
12419
+ status: "active" | "inactive";
12420
+ accountingStartAt?: string | null;
12421
+ accountingEndAt?: string | null;
12422
+ uniqueRef?: string | null;
12423
+ app: {
12424
+ id: string;
12425
+ /** @enum {string} */
12426
+ type: "paymentGateway" | "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
12427
+ name: string;
12428
+ icon?: string | null;
12429
+ importers?: string[] | null;
12430
+ extractors?: string[] | null;
12431
+ };
12432
+ /**
12433
+ * Format: date-time
12434
+ * @description Timestamp string with date, time, milliseconds, and timezone.
12435
+ * @example 2024-01-15T12:30:00.000+00:00
12436
+ */
12437
+ createdAt: string;
12438
+ /**
12439
+ * Format: date-time
12440
+ * @description Timestamp string with date, time, milliseconds, and timezone.
12441
+ * @example 2024-01-15T12:30:00.000+00:00
12442
+ */
12443
+ updatedAt: string;
12444
+ isErrorState: boolean;
12445
+ currentSync?: {
12446
+ /** @enum {string} */
12447
+ status: "queued" | "started" | "completed" | "failed" | "canceled";
12448
+ /**
12449
+ * Format: date-time
12450
+ * @description Timestamp string with date, time, milliseconds, and timezone.
12451
+ * @example 2024-01-15T12:30:00.000+00:00
12452
+ */
12453
+ createdAt: string;
12454
+ /**
12455
+ * Format: date-time
12456
+ * @description Timestamp string with date, time, milliseconds, and timezone.
12457
+ * @example 2024-01-15T12:30:00.000+00:00
12458
+ */
12459
+ updatedAt: string;
12460
+ message?: string | null;
12461
+ } | null;
12462
+ enabledFlows: {
12463
+ /** Format: uuid */
12464
+ id: string;
12465
+ title: string;
12466
+ isPublic: boolean;
12467
+ type: ("push" | "pull") | null;
12468
+ }[];
12469
+ };
12470
+ };
12471
+ };
12472
+ /** @description Bad request */
12473
+ 400: {
12474
+ headers: {
12475
+ [name: string]: unknown;
12476
+ };
12477
+ content: {
12478
+ "application/json": {
12479
+ code: string;
12480
+ message: string;
12481
+ issues?: {
12482
+ message: string;
12483
+ }[];
12484
+ context?: unknown;
12485
+ };
12486
+ };
12487
+ };
12488
+ /** @description Unauthorized */
12489
+ 401: {
12490
+ headers: {
12491
+ [name: string]: unknown;
12492
+ };
12493
+ content: {
12494
+ "application/json": {
12495
+ code: string;
12496
+ message: string;
12497
+ issues?: {
12498
+ message: string;
12499
+ }[];
12500
+ context?: unknown;
12501
+ };
12502
+ };
12503
+ };
12504
+ /** @description Forbidden */
12505
+ 403: {
12506
+ headers: {
12507
+ [name: string]: unknown;
12508
+ };
12509
+ content: {
12510
+ "application/json": {
12511
+ code: string;
12512
+ message: string;
12513
+ issues?: {
12514
+ message: string;
12515
+ }[];
12516
+ context?: unknown;
12517
+ };
12518
+ };
12519
+ };
12520
+ /** @description Not found */
12521
+ 404: {
12522
+ headers: {
12523
+ [name: string]: unknown;
12524
+ };
12525
+ content: {
12526
+ "application/json": {
12527
+ code: string;
12528
+ message: string;
12529
+ issues?: {
12530
+ message: string;
12531
+ }[];
12532
+ context?: unknown;
12533
+ };
12534
+ };
12535
+ };
12536
+ /** @description Internal server error */
12537
+ 500: {
12538
+ headers: {
12539
+ [name: string]: unknown;
12540
+ };
12541
+ content: {
12542
+ "application/json": {
12543
+ code: string;
12544
+ message: string;
12545
+ issues?: {
12546
+ message: string;
12547
+ }[];
12548
+ context?: unknown;
12549
+ };
12550
+ };
12551
+ };
12552
+ };
12553
+ };
12554
+ deleteConnection: {
11884
12555
  parameters: {
11885
- query?: never;
12556
+ query?: {
12557
+ onLocked?: "error" | "archive";
12558
+ };
11886
12559
  header?: never;
11887
- path?: never;
12560
+ path: {
12561
+ id: string;
12562
+ };
11888
12563
  cookie?: never;
11889
12564
  };
11890
12565
  requestBody?: {
11891
12566
  content: {
11892
- "application/json": {
11893
- /** Format: uuid */
11894
- sourceConnectionId: string;
11895
- /** Format: uuid */
11896
- targetConnectionId: string;
11897
- cutoverAt: string;
11898
- listingMappings?: {
11899
- /** Format: uuid */
11900
- targetListingConnectionId: string;
11901
- sourceListingId: string | null;
11902
- }[];
11903
- };
12567
+ "application/json": Record<string, never>;
11904
12568
  };
11905
12569
  };
11906
12570
  responses: {
@@ -11911,45 +12575,8 @@ export interface operations {
11911
12575
  };
11912
12576
  content: {
11913
12577
  "application/json": {
11914
- cutoverAt: string;
11915
12578
  /** @enum {string} */
11916
- revenueRecognition: "checkIn" | "checkOut" | "bookedAt" | "proRata";
11917
- sourceConnection: {
11918
- /** Format: uuid */
11919
- id: string;
11920
- name: string;
11921
- accountingStartAt?: string | null;
11922
- accountingEndAt?: string | null;
11923
- };
11924
- targetConnection: {
11925
- /** Format: uuid */
11926
- id: string;
11927
- name: string;
11928
- accountingStartAt?: string | null;
11929
- accountingEndAt?: string | null;
11930
- };
11931
- proposed: {
11932
- sourceAccountingEndAt: string;
11933
- targetAccountingStartAt: string;
11934
- };
11935
- impactedReservations: {
11936
- sourceCount: number;
11937
- targetCount: number;
11938
- refreshCount: number;
11939
- lockedCount: number;
11940
- };
11941
- listingContinuity: {
11942
- sourceCount: number;
11943
- targetCount: number;
11944
- alreadySharedCount: number;
11945
- mergeCount: number;
11946
- unmappedCount: number;
11947
- ambiguousCount: number;
11948
- targetReservationMoveCount: number;
11949
- targetTransactionLineMoveCount: number;
11950
- targetPaymentLineMoveCount: number;
11951
- lockedCount: number;
11952
- };
12579
+ status: "deleted" | "archived";
11953
12580
  };
11954
12581
  };
11955
12582
  };
@@ -12035,7 +12662,7 @@ export interface operations {
12035
12662
  };
12036
12663
  };
12037
12664
  };
12038
- getConnection: {
12665
+ updateConnection: {
12039
12666
  parameters: {
12040
12667
  query?: never;
12041
12668
  header?: never;
@@ -12044,7 +12671,17 @@ export interface operations {
12044
12671
  };
12045
12672
  cookie?: never;
12046
12673
  };
12047
- requestBody?: never;
12674
+ requestBody?: {
12675
+ content: {
12676
+ "application/json": {
12677
+ name?: string;
12678
+ /** @enum {string} */
12679
+ status?: "active" | "inactive";
12680
+ accountingStartAt?: string | null;
12681
+ accountingEndAt?: string | null;
12682
+ };
12683
+ };
12684
+ };
12048
12685
  responses: {
12049
12686
  /** @description Successful response */
12050
12687
  200: {
@@ -12192,11 +12829,9 @@ export interface operations {
12192
12829
  };
12193
12830
  };
12194
12831
  };
12195
- deleteConnection: {
12832
+ reconnectAppConnection: {
12196
12833
  parameters: {
12197
- query?: {
12198
- onLocked?: "error" | "archive";
12199
- };
12834
+ query?: never;
12200
12835
  header?: never;
12201
12836
  path: {
12202
12837
  id: string;
@@ -12205,7 +12840,17 @@ export interface operations {
12205
12840
  };
12206
12841
  requestBody?: {
12207
12842
  content: {
12208
- "application/json": Record<string, never>;
12843
+ "application/json": {
12844
+ appId?: string;
12845
+ name?: string;
12846
+ /** @default true */
12847
+ autoExtract?: boolean;
12848
+ sessionKey?: string;
12849
+ /** @default {} */
12850
+ params?: {
12851
+ [key: string]: unknown;
12852
+ };
12853
+ };
12209
12854
  };
12210
12855
  };
12211
12856
  responses: {
@@ -12217,7 +12862,76 @@ export interface operations {
12217
12862
  content: {
12218
12863
  "application/json": {
12219
12864
  /** @enum {string} */
12220
- status: "deleted" | "archived";
12865
+ type: "success" | "issue" | "error";
12866
+ /** Format: uuid */
12867
+ id?: string;
12868
+ connection?: {
12869
+ /** Format: uuid */
12870
+ id: string;
12871
+ name: string;
12872
+ /** @enum {string} */
12873
+ status: "active" | "inactive";
12874
+ accountingStartAt?: string | null;
12875
+ accountingEndAt?: string | null;
12876
+ uniqueRef?: string | null;
12877
+ app: {
12878
+ id: string;
12879
+ /** @enum {string} */
12880
+ type: "paymentGateway" | "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
12881
+ name: string;
12882
+ icon?: string | null;
12883
+ importers?: string[] | null;
12884
+ extractors?: string[] | null;
12885
+ };
12886
+ /**
12887
+ * Format: date-time
12888
+ * @description Timestamp string with date, time, milliseconds, and timezone.
12889
+ * @example 2024-01-15T12:30:00.000+00:00
12890
+ */
12891
+ createdAt: string;
12892
+ /**
12893
+ * Format: date-time
12894
+ * @description Timestamp string with date, time, milliseconds, and timezone.
12895
+ * @example 2024-01-15T12:30:00.000+00:00
12896
+ */
12897
+ updatedAt: string;
12898
+ isErrorState: boolean;
12899
+ currentSync?: {
12900
+ /** @enum {string} */
12901
+ status: "queued" | "started" | "completed" | "failed" | "canceled";
12902
+ /**
12903
+ * Format: date-time
12904
+ * @description Timestamp string with date, time, milliseconds, and timezone.
12905
+ * @example 2024-01-15T12:30:00.000+00:00
12906
+ */
12907
+ createdAt: string;
12908
+ /**
12909
+ * Format: date-time
12910
+ * @description Timestamp string with date, time, milliseconds, and timezone.
12911
+ * @example 2024-01-15T12:30:00.000+00:00
12912
+ */
12913
+ updatedAt: string;
12914
+ message?: string | null;
12915
+ } | null;
12916
+ enabledFlows: {
12917
+ /** Format: uuid */
12918
+ id: string;
12919
+ title: string;
12920
+ isPublic: boolean;
12921
+ type: ("push" | "pull") | null;
12922
+ }[];
12923
+ };
12924
+ code?: string;
12925
+ message?: string;
12926
+ state?: {
12927
+ sessionKey?: string;
12928
+ expiresIn: number;
12929
+ };
12930
+ action?: {
12931
+ /** @enum {string} */
12932
+ type: "extension" | "form" | "link" | "oauth";
12933
+ value?: unknown;
12934
+ };
12221
12935
  };
12222
12936
  };
12223
12937
  };
@@ -18443,6 +19157,7 @@ export interface operations {
18443
19157
  /** Format: uuid */
18444
19158
  id: string;
18445
19159
  name: string;
19160
+ childCount: number;
18446
19161
  address?: {
18447
19162
  full?: string | null;
18448
19163
  line1?: string | null;
@@ -18556,6 +19271,131 @@ export interface operations {
18556
19271
  };
18557
19272
  };
18558
19273
  };
19274
+ getListingsOpeningBalanceCsvTemplate: {
19275
+ parameters: {
19276
+ query?: {
19277
+ status?: "active" | "inactive";
19278
+ connectionId?: string;
19279
+ /** @description Filter by parent listing id. Use parent=null to return only parent/root listings. */
19280
+ parent?: string | "null";
19281
+ /** @description Comma-separated listing ids. */
19282
+ ids?: string;
19283
+ search?: string;
19284
+ contactId?: string;
19285
+ /** @description Filter listings by ownership period ID. */
19286
+ ownershipPeriodId?: string;
19287
+ /** @description Comma-separated listing short refs. */
19288
+ shortRefs?: string;
19289
+ /** @description Filter listings by whether they currently have an active ownership period. */
19290
+ activeOwnership?: boolean;
19291
+ /** @description Include child listing links on each listing. */
19292
+ includeChildren?: boolean;
19293
+ /** @description Filter by active recurring fee coverage. Use `active` or `inactive` for any recurring fee type, prefix a fee type with `!` to exclude it, or pass a recurring fee UUID for one specific fee. */
19294
+ activeRecurringFeePeriods?: string;
19295
+ /** @description Filter listings that have (true) or lack (false) opening balances */
19296
+ openingBalance?: boolean;
19297
+ /** @description Filter listings by setup issue code, "all" (all setup issues), or "any" (at least one setup issue) */
19298
+ issue?: "all" | "any" | "missingOwnershipOrDeactivation" | "missingFeesAndCommission" | "missingOpeningBalance";
19299
+ };
19300
+ header?: never;
19301
+ path?: never;
19302
+ cookie?: never;
19303
+ };
19304
+ requestBody?: never;
19305
+ responses: {
19306
+ /** @description Successful response */
19307
+ 200: {
19308
+ headers: {
19309
+ [name: string]: unknown;
19310
+ };
19311
+ content: {
19312
+ "application/json": {
19313
+ url: string;
19314
+ };
19315
+ };
19316
+ };
19317
+ /** @description Bad request */
19318
+ 400: {
19319
+ headers: {
19320
+ [name: string]: unknown;
19321
+ };
19322
+ content: {
19323
+ "application/json": {
19324
+ code: string;
19325
+ message: string;
19326
+ issues?: {
19327
+ message: string;
19328
+ }[];
19329
+ context?: unknown;
19330
+ };
19331
+ };
19332
+ };
19333
+ /** @description Unauthorized */
19334
+ 401: {
19335
+ headers: {
19336
+ [name: string]: unknown;
19337
+ };
19338
+ content: {
19339
+ "application/json": {
19340
+ code: string;
19341
+ message: string;
19342
+ issues?: {
19343
+ message: string;
19344
+ }[];
19345
+ context?: unknown;
19346
+ };
19347
+ };
19348
+ };
19349
+ /** @description Forbidden */
19350
+ 403: {
19351
+ headers: {
19352
+ [name: string]: unknown;
19353
+ };
19354
+ content: {
19355
+ "application/json": {
19356
+ code: string;
19357
+ message: string;
19358
+ issues?: {
19359
+ message: string;
19360
+ }[];
19361
+ context?: unknown;
19362
+ };
19363
+ };
19364
+ };
19365
+ /** @description Not found */
19366
+ 404: {
19367
+ headers: {
19368
+ [name: string]: unknown;
19369
+ };
19370
+ content: {
19371
+ "application/json": {
19372
+ code: string;
19373
+ message: string;
19374
+ issues?: {
19375
+ message: string;
19376
+ }[];
19377
+ context?: unknown;
19378
+ };
19379
+ };
19380
+ };
19381
+ /** @description Internal server error */
19382
+ 500: {
19383
+ headers: {
19384
+ [name: string]: unknown;
19385
+ };
19386
+ content: {
19387
+ "application/json": {
19388
+ code: string;
19389
+ message: string;
19390
+ issues?: {
19391
+ message: string;
19392
+ }[];
19393
+ context?: unknown;
19394
+ };
19395
+ };
19396
+ };
19397
+ };
19398
+ };
18559
19399
  getListingsOwnershipPeriods: {
18560
19400
  parameters: {
18561
19401
  query?: {
@@ -24232,6 +25072,8 @@ export interface operations {
24232
25072
  search?: string;
24233
25073
  /** @description comma separated listing ids */
24234
25074
  listingIds?: string;
25075
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
25076
+ listingScope?: "exact" | "withChildren";
24235
25077
  status?: "active" | "inactive";
24236
25078
  type?: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
24237
25079
  limit?: number;
@@ -24659,6 +25501,8 @@ export interface operations {
24659
25501
  query?: {
24660
25502
  recurringFeeId?: string;
24661
25503
  listingId?: string;
25504
+ /** @description Controls listingId filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing id. */
25505
+ listingScope?: "exact" | "withChildren";
24662
25506
  /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
24663
25507
  date?: string;
24664
25508
  recurringFeeType?: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
@@ -26002,6 +26846,11 @@ export interface operations {
26002
26846
  excludeApAppendix?: boolean;
26003
26847
  /** @description listing ids comma separated or "unmapped" */
26004
26848
  listingIds?: string;
26849
+ /**
26850
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
26851
+ * @enum {string}
26852
+ */
26853
+ listingScope?: "exact" | "withChildren";
26005
26854
  /** @description listing ownership period ids comma separated or "unmapped" */
26006
26855
  listingOwnershipPeriodIds?: string;
26007
26856
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26087,6 +26936,11 @@ export interface operations {
26087
26936
  excludeApAppendix?: boolean;
26088
26937
  /** @description listing ids comma separated or "unmapped" */
26089
26938
  listingIds?: string;
26939
+ /**
26940
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
26941
+ * @enum {string}
26942
+ */
26943
+ listingScope?: "exact" | "withChildren";
26090
26944
  /** @description listing ownership period ids comma separated or "unmapped" */
26091
26945
  listingOwnershipPeriodIds?: string;
26092
26946
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26175,6 +27029,11 @@ export interface operations {
26175
27029
  excludeApAppendix?: boolean;
26176
27030
  /** @description listing ids comma separated or "unmapped" */
26177
27031
  listingIds?: string;
27032
+ /**
27033
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27034
+ * @enum {string}
27035
+ */
27036
+ listingScope?: "exact" | "withChildren";
26178
27037
  /** @description listing ownership period ids comma separated or "unmapped" */
26179
27038
  listingOwnershipPeriodIds?: string;
26180
27039
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26262,6 +27121,11 @@ export interface operations {
26262
27121
  excludeApAppendix?: boolean;
26263
27122
  /** @description listing ids comma separated or "unmapped" */
26264
27123
  listingIds?: string;
27124
+ /**
27125
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27126
+ * @enum {string}
27127
+ */
27128
+ listingScope?: "exact" | "withChildren";
26265
27129
  /** @description listing ownership period ids comma separated or "unmapped" */
26266
27130
  listingOwnershipPeriodIds?: string;
26267
27131
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26347,6 +27211,11 @@ export interface operations {
26347
27211
  excludeApAppendix?: boolean;
26348
27212
  /** @description listing ids comma separated or "unmapped" */
26349
27213
  listingIds?: string;
27214
+ /**
27215
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27216
+ * @enum {string}
27217
+ */
27218
+ listingScope?: "exact" | "withChildren";
26350
27219
  /** @description listing ownership period ids comma separated or "unmapped" */
26351
27220
  listingOwnershipPeriodIds?: string;
26352
27221
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26435,6 +27304,11 @@ export interface operations {
26435
27304
  excludeApAppendix?: boolean;
26436
27305
  /** @description listing ids comma separated or "unmapped" */
26437
27306
  listingIds?: string;
27307
+ /**
27308
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27309
+ * @enum {string}
27310
+ */
27311
+ listingScope?: "exact" | "withChildren";
26438
27312
  /** @description listing ownership period ids comma separated or "unmapped" */
26439
27313
  listingOwnershipPeriodIds?: string;
26440
27314
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26522,6 +27396,11 @@ export interface operations {
26522
27396
  excludeApAppendix?: boolean;
26523
27397
  /** @description listing ids comma separated or "unmapped" */
26524
27398
  listingIds?: string;
27399
+ /**
27400
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27401
+ * @enum {string}
27402
+ */
27403
+ listingScope?: "exact" | "withChildren";
26525
27404
  /** @description listing ownership period ids comma separated or "unmapped" */
26526
27405
  listingOwnershipPeriodIds?: string;
26527
27406
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26607,6 +27486,11 @@ export interface operations {
26607
27486
  excludeApAppendix?: boolean;
26608
27487
  /** @description listing ids comma separated or "unmapped" */
26609
27488
  listingIds?: string;
27489
+ /**
27490
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27491
+ * @enum {string}
27492
+ */
27493
+ listingScope?: "exact" | "withChildren";
26610
27494
  /** @description listing ownership period ids comma separated or "unmapped" */
26611
27495
  listingOwnershipPeriodIds?: string;
26612
27496
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26695,6 +27579,11 @@ export interface operations {
26695
27579
  excludeApAppendix?: boolean;
26696
27580
  /** @description listing ids comma separated or "unmapped" */
26697
27581
  listingIds?: string;
27582
+ /**
27583
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27584
+ * @enum {string}
27585
+ */
27586
+ listingScope?: "exact" | "withChildren";
26698
27587
  /** @description listing ownership period ids comma separated or "unmapped" */
26699
27588
  listingOwnershipPeriodIds?: string;
26700
27589
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26782,6 +27671,11 @@ export interface operations {
26782
27671
  excludeApAppendix?: boolean;
26783
27672
  /** @description listing ids comma separated or "unmapped" */
26784
27673
  listingIds?: string;
27674
+ /**
27675
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27676
+ * @enum {string}
27677
+ */
27678
+ listingScope?: "exact" | "withChildren";
26785
27679
  /** @description listing ownership period ids comma separated or "unmapped" */
26786
27680
  listingOwnershipPeriodIds?: string;
26787
27681
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26867,6 +27761,11 @@ export interface operations {
26867
27761
  excludeApAppendix?: boolean;
26868
27762
  /** @description listing ids comma separated or "unmapped" */
26869
27763
  listingIds?: string;
27764
+ /**
27765
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27766
+ * @enum {string}
27767
+ */
27768
+ listingScope?: "exact" | "withChildren";
26870
27769
  /** @description listing ownership period ids comma separated or "unmapped" */
26871
27770
  listingOwnershipPeriodIds?: string;
26872
27771
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26955,6 +27854,11 @@ export interface operations {
26955
27854
  excludeApAppendix?: boolean;
26956
27855
  /** @description listing ids comma separated or "unmapped" */
26957
27856
  listingIds?: string;
27857
+ /**
27858
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27859
+ * @enum {string}
27860
+ */
27861
+ listingScope?: "exact" | "withChildren";
26958
27862
  /** @description listing ownership period ids comma separated or "unmapped" */
26959
27863
  listingOwnershipPeriodIds?: string;
26960
27864
  /** @description account ids comma separated accounts or "unmapped" */
@@ -27283,6 +28187,11 @@ export interface operations {
27283
28187
  excludeApAppendix?: boolean;
27284
28188
  /** @description listing ids comma separated or "unmapped" */
27285
28189
  listingIds?: string;
28190
+ /**
28191
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
28192
+ * @enum {string}
28193
+ */
28194
+ listingScope?: "exact" | "withChildren";
27286
28195
  /** @description listing ownership period ids comma separated or "unmapped" */
27287
28196
  listingOwnershipPeriodIds?: string;
27288
28197
  /** @description account ids comma separated accounts or "unmapped" */
@@ -27657,6 +28566,8 @@ export interface operations {
27657
28566
  currency?: string;
27658
28567
  /** @description listing ids comma separated or "unmapped" */
27659
28568
  listingIds?: string;
28569
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
28570
+ listingScope?: "exact" | "withChildren";
27660
28571
  /** @description listing ownership period ids comma separated or "unmapped" */
27661
28572
  listingOwnershipPeriodIds?: string;
27662
28573
  /** @description account ids comma separated accounts or "unmapped" */
@@ -27946,6 +28857,8 @@ export interface operations {
27946
28857
  currency?: string;
27947
28858
  /** @description listing ids comma separated or "unmapped" */
27948
28859
  listingIds?: string;
28860
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
28861
+ listingScope?: "exact" | "withChildren";
27949
28862
  /** @description listing ownership period ids comma separated or "unmapped" */
27950
28863
  listingOwnershipPeriodIds?: string;
27951
28864
  /** @description account ids comma separated accounts or "unmapped" */
@@ -28401,6 +29314,11 @@ export interface operations {
28401
29314
  excludeApAppendix?: boolean;
28402
29315
  /** @description listing ids comma separated or "unmapped" */
28403
29316
  listingIds?: string;
29317
+ /**
29318
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
29319
+ * @enum {string}
29320
+ */
29321
+ listingScope?: "exact" | "withChildren";
28404
29322
  /** @description listing ownership period ids comma separated or "unmapped" */
28405
29323
  listingOwnershipPeriodIds?: string;
28406
29324
  /** @description account ids comma separated accounts or "unmapped" */
@@ -28495,6 +29413,11 @@ export interface operations {
28495
29413
  excludeApAppendix?: boolean;
28496
29414
  /** @description listing ids comma separated or "unmapped" */
28497
29415
  listingIds?: string;
29416
+ /**
29417
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
29418
+ * @enum {string}
29419
+ */
29420
+ listingScope?: "exact" | "withChildren";
28498
29421
  /** @description listing ownership period ids comma separated or "unmapped" */
28499
29422
  listingOwnershipPeriodIds?: string;
28500
29423
  /** @description account ids comma separated accounts or "unmapped" */
@@ -28574,6 +29497,11 @@ export interface operations {
28574
29497
  excludeApAppendix?: boolean;
28575
29498
  /** @description listing ids comma separated or "unmapped" */
28576
29499
  listingIds?: string;
29500
+ /**
29501
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
29502
+ * @enum {string}
29503
+ */
29504
+ listingScope?: "exact" | "withChildren";
28577
29505
  /** @description listing ownership period ids comma separated or "unmapped" */
28578
29506
  listingOwnershipPeriodIds?: string;
28579
29507
  /** @description account ids comma separated accounts or "unmapped" */
@@ -28831,6 +29759,8 @@ export interface operations {
28831
29759
  currency?: string;
28832
29760
  /** @description listing ids comma separated or "unmapped" */
28833
29761
  listingIds?: string;
29762
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
29763
+ listingScope?: "exact" | "withChildren";
28834
29764
  /** @description listing ownership period ids comma separated or "unmapped" */
28835
29765
  listingOwnershipPeriodIds?: string;
28836
29766
  /** @description account ids comma separated accounts or "unmapped" */
@@ -29116,6 +30046,8 @@ export interface operations {
29116
30046
  currency?: string;
29117
30047
  /** @description listing ids comma separated or "unmapped" */
29118
30048
  listingIds?: string;
30049
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
30050
+ listingScope?: "exact" | "withChildren";
29119
30051
  /** @description listing ownership period ids comma separated or "unmapped" */
29120
30052
  listingOwnershipPeriodIds?: string;
29121
30053
  /** @description account ids comma separated accounts or "unmapped" */
@@ -29540,6 +30472,11 @@ export interface operations {
29540
30472
  excludeApAppendix?: boolean;
29541
30473
  /** @description listing ids comma separated or "unmapped" */
29542
30474
  listingIds?: string;
30475
+ /**
30476
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
30477
+ * @enum {string}
30478
+ */
30479
+ listingScope?: "exact" | "withChildren";
29543
30480
  /** @description listing ownership period ids comma separated or "unmapped" */
29544
30481
  listingOwnershipPeriodIds?: string;
29545
30482
  /** @description account ids comma separated accounts or "unmapped" */
@@ -29966,6 +30903,11 @@ export interface operations {
29966
30903
  excludeApAppendix?: boolean;
29967
30904
  /** @description listing ids comma separated or "unmapped" */
29968
30905
  listingIds?: string;
30906
+ /**
30907
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
30908
+ * @enum {string}
30909
+ */
30910
+ listingScope?: "exact" | "withChildren";
29969
30911
  /** @description listing ownership period ids comma separated or "unmapped" */
29970
30912
  listingOwnershipPeriodIds?: string;
29971
30913
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30046,6 +30988,11 @@ export interface operations {
30046
30988
  excludeApAppendix?: boolean;
30047
30989
  /** @description listing ids comma separated or "unmapped" */
30048
30990
  listingIds?: string;
30991
+ /**
30992
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
30993
+ * @enum {string}
30994
+ */
30995
+ listingScope?: "exact" | "withChildren";
30049
30996
  /** @description listing ownership period ids comma separated or "unmapped" */
30050
30997
  listingOwnershipPeriodIds?: string;
30051
30998
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30151,6 +31098,267 @@ export interface operations {
30151
31098
  excludeApAppendix?: boolean;
30152
31099
  /** @description listing ids comma separated or "unmapped" */
30153
31100
  listingIds?: string;
31101
+ /**
31102
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31103
+ * @enum {string}
31104
+ */
31105
+ listingScope?: "exact" | "withChildren";
31106
+ /** @description listing ownership period ids comma separated or "unmapped" */
31107
+ listingOwnershipPeriodIds?: string;
31108
+ /** @description account ids comma separated accounts or "unmapped" */
31109
+ accountIds?: string;
31110
+ /** @description comma separated account reservation line type ids */
31111
+ accountReservationLineTypeIds?: string;
31112
+ /** @description comma separated categories */
31113
+ categoryIds?: string;
31114
+ /** @description comma separated categories to exclude */
31115
+ excludeCategoryIds?: string;
31116
+ /** @description comma separated contacts */
31117
+ contactIds?: string;
31118
+ classifications?: string;
31119
+ /** @enum {string} */
31120
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
31121
+ /** @description comma separated journal entry types */
31122
+ types?: string;
31123
+ /** @description comma separated journal entry types to exclude */
31124
+ excludeTypes?: string;
31125
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
31126
+ entityTypes?: string;
31127
+ /** @description comma separated booking channel refs */
31128
+ bookingChannels?: string;
31129
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
31130
+ triggerTypes?: string;
31131
+ /** @description comma separated journal entry trigger types to exclude */
31132
+ excludeTriggerTypes?: string;
31133
+ /** @description comma separated parties */
31134
+ parties?: string;
31135
+ /** @enum {string} */
31136
+ party?: "owners" | "manager";
31137
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
31138
+ accountAssignmentTypes?: string;
31139
+ /** @description comma separated manager statement section ids */
31140
+ managerStatementSectionIds?: string;
31141
+ recurringFee?: boolean;
31142
+ /** @enum {string} */
31143
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
31144
+ };
31145
+ /** @enum {string} */
31146
+ measure?: "periodActivity" | "balance";
31147
+ label?: string;
31148
+ } | null;
31149
+ }[];
31150
+ drilldown?: {
31151
+ /** @constant */
31152
+ type: "journalEntryReport";
31153
+ filter: {
31154
+ /** @description comma separated journal entry ids */
31155
+ ids?: string;
31156
+ txnCode?: string;
31157
+ published?: boolean;
31158
+ /** @enum {string} */
31159
+ status?: "active" | "inactive";
31160
+ /** @enum {string} */
31161
+ ledger?: "historical" | "trust" | "operating";
31162
+ startAt?: string;
31163
+ endAt?: string;
31164
+ search?: string;
31165
+ date?: string;
31166
+ amount?: string;
31167
+ /**
31168
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
31169
+ * @default true
31170
+ */
31171
+ isDateRangeEndInclusive: boolean;
31172
+ /** @description comma separated reservation ids or "unmapped" */
31173
+ reservationIds?: string;
31174
+ /** @description comma separated transaction ids */
31175
+ transactionIds?: string;
31176
+ /** @description comma separated owner statement ids */
31177
+ ownerStatementIds?: string;
31178
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
31179
+ currency?: string;
31180
+ excludeApAppendix?: boolean;
31181
+ /** @description listing ids comma separated or "unmapped" */
31182
+ listingIds?: string;
31183
+ /**
31184
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31185
+ * @enum {string}
31186
+ */
31187
+ listingScope?: "exact" | "withChildren";
31188
+ /** @description listing ownership period ids comma separated or "unmapped" */
31189
+ listingOwnershipPeriodIds?: string;
31190
+ /** @description account ids comma separated accounts or "unmapped" */
31191
+ accountIds?: string;
31192
+ /** @description comma separated account reservation line type ids */
31193
+ accountReservationLineTypeIds?: string;
31194
+ /** @description comma separated categories */
31195
+ categoryIds?: string;
31196
+ /** @description comma separated categories to exclude */
31197
+ excludeCategoryIds?: string;
31198
+ /** @description comma separated contacts */
31199
+ contactIds?: string;
31200
+ classifications?: string;
31201
+ /** @enum {string} */
31202
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
31203
+ /** @description comma separated journal entry types */
31204
+ types?: string;
31205
+ /** @description comma separated journal entry types to exclude */
31206
+ excludeTypes?: string;
31207
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
31208
+ entityTypes?: string;
31209
+ /** @description comma separated booking channel refs */
31210
+ bookingChannels?: string;
31211
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
31212
+ triggerTypes?: string;
31213
+ /** @description comma separated journal entry trigger types to exclude */
31214
+ excludeTriggerTypes?: string;
31215
+ /** @description comma separated parties */
31216
+ parties?: string;
31217
+ /** @enum {string} */
31218
+ party?: "owners" | "manager";
31219
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
31220
+ accountAssignmentTypes?: string;
31221
+ /** @description comma separated manager statement section ids */
31222
+ managerStatementSectionIds?: string;
31223
+ recurringFee?: boolean;
31224
+ /** @enum {string} */
31225
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
31226
+ };
31227
+ /** @enum {string} */
31228
+ measure?: "periodActivity" | "balance";
31229
+ label?: string;
31230
+ } | null;
31231
+ }[];
31232
+ drilldown?: {
31233
+ /** @constant */
31234
+ type: "journalEntryReport";
31235
+ filter: {
31236
+ /** @description comma separated journal entry ids */
31237
+ ids?: string;
31238
+ txnCode?: string;
31239
+ published?: boolean;
31240
+ /** @enum {string} */
31241
+ status?: "active" | "inactive";
31242
+ /** @enum {string} */
31243
+ ledger?: "historical" | "trust" | "operating";
31244
+ startAt?: string;
31245
+ endAt?: string;
31246
+ search?: string;
31247
+ date?: string;
31248
+ amount?: string;
31249
+ /**
31250
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
31251
+ * @default true
31252
+ */
31253
+ isDateRangeEndInclusive: boolean;
31254
+ /** @description comma separated reservation ids or "unmapped" */
31255
+ reservationIds?: string;
31256
+ /** @description comma separated transaction ids */
31257
+ transactionIds?: string;
31258
+ /** @description comma separated owner statement ids */
31259
+ ownerStatementIds?: string;
31260
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
31261
+ currency?: string;
31262
+ excludeApAppendix?: boolean;
31263
+ /** @description listing ids comma separated or "unmapped" */
31264
+ listingIds?: string;
31265
+ /**
31266
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31267
+ * @enum {string}
31268
+ */
31269
+ listingScope?: "exact" | "withChildren";
31270
+ /** @description listing ownership period ids comma separated or "unmapped" */
31271
+ listingOwnershipPeriodIds?: string;
31272
+ /** @description account ids comma separated accounts or "unmapped" */
31273
+ accountIds?: string;
31274
+ /** @description comma separated account reservation line type ids */
31275
+ accountReservationLineTypeIds?: string;
31276
+ /** @description comma separated categories */
31277
+ categoryIds?: string;
31278
+ /** @description comma separated categories to exclude */
31279
+ excludeCategoryIds?: string;
31280
+ /** @description comma separated contacts */
31281
+ contactIds?: string;
31282
+ classifications?: string;
31283
+ /** @enum {string} */
31284
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
31285
+ /** @description comma separated journal entry types */
31286
+ types?: string;
31287
+ /** @description comma separated journal entry types to exclude */
31288
+ excludeTypes?: string;
31289
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
31290
+ entityTypes?: string;
31291
+ /** @description comma separated booking channel refs */
31292
+ bookingChannels?: string;
31293
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
31294
+ triggerTypes?: string;
31295
+ /** @description comma separated journal entry trigger types to exclude */
31296
+ excludeTriggerTypes?: string;
31297
+ /** @description comma separated parties */
31298
+ parties?: string;
31299
+ /** @enum {string} */
31300
+ party?: "owners" | "manager";
31301
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
31302
+ accountAssignmentTypes?: string;
31303
+ /** @description comma separated manager statement section ids */
31304
+ managerStatementSectionIds?: string;
31305
+ recurringFee?: boolean;
31306
+ /** @enum {string} */
31307
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
31308
+ };
31309
+ /** @enum {string} */
31310
+ measure?: "periodActivity" | "balance";
31311
+ label?: string;
31312
+ } | null;
31313
+ subtotal?: {
31314
+ title: string;
31315
+ columns: {
31316
+ id?: string;
31317
+ title: string;
31318
+ /** @enum {string} */
31319
+ type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
31320
+ formula?: string;
31321
+ value: number | string;
31322
+ formatted: string;
31323
+ accountIds: string[];
31324
+ drilldown?: {
31325
+ /** @constant */
31326
+ type: "journalEntryReport";
31327
+ filter: {
31328
+ /** @description comma separated journal entry ids */
31329
+ ids?: string;
31330
+ txnCode?: string;
31331
+ published?: boolean;
31332
+ /** @enum {string} */
31333
+ status?: "active" | "inactive";
31334
+ /** @enum {string} */
31335
+ ledger?: "historical" | "trust" | "operating";
31336
+ startAt?: string;
31337
+ endAt?: string;
31338
+ search?: string;
31339
+ date?: string;
31340
+ amount?: string;
31341
+ /**
31342
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
31343
+ * @default true
31344
+ */
31345
+ isDateRangeEndInclusive: boolean;
31346
+ /** @description comma separated reservation ids or "unmapped" */
31347
+ reservationIds?: string;
31348
+ /** @description comma separated transaction ids */
31349
+ transactionIds?: string;
31350
+ /** @description comma separated owner statement ids */
31351
+ ownerStatementIds?: string;
31352
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
31353
+ currency?: string;
31354
+ excludeApAppendix?: boolean;
31355
+ /** @description listing ids comma separated or "unmapped" */
31356
+ listingIds?: string;
31357
+ /**
31358
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31359
+ * @enum {string}
31360
+ */
31361
+ listingScope?: "exact" | "withChildren";
30154
31362
  /** @description listing ownership period ids comma separated or "unmapped" */
30155
31363
  listingOwnershipPeriodIds?: string;
30156
31364
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30228,247 +31436,11 @@ export interface operations {
30228
31436
  excludeApAppendix?: boolean;
30229
31437
  /** @description listing ids comma separated or "unmapped" */
30230
31438
  listingIds?: string;
30231
- /** @description listing ownership period ids comma separated or "unmapped" */
30232
- listingOwnershipPeriodIds?: string;
30233
- /** @description account ids comma separated accounts or "unmapped" */
30234
- accountIds?: string;
30235
- /** @description comma separated account reservation line type ids */
30236
- accountReservationLineTypeIds?: string;
30237
- /** @description comma separated categories */
30238
- categoryIds?: string;
30239
- /** @description comma separated categories to exclude */
30240
- excludeCategoryIds?: string;
30241
- /** @description comma separated contacts */
30242
- contactIds?: string;
30243
- classifications?: string;
30244
- /** @enum {string} */
30245
- accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
30246
- /** @description comma separated journal entry types */
30247
- types?: string;
30248
- /** @description comma separated journal entry types to exclude */
30249
- excludeTypes?: string;
30250
- /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
30251
- entityTypes?: string;
30252
- /** @description comma separated booking channel refs */
30253
- bookingChannels?: string;
30254
- /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
30255
- triggerTypes?: string;
30256
- /** @description comma separated journal entry trigger types to exclude */
30257
- excludeTriggerTypes?: string;
30258
- /** @description comma separated parties */
30259
- parties?: string;
30260
- /** @enum {string} */
30261
- party?: "owners" | "manager";
30262
- /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
30263
- accountAssignmentTypes?: string;
30264
- /** @description comma separated manager statement section ids */
30265
- managerStatementSectionIds?: string;
30266
- recurringFee?: boolean;
30267
- /** @enum {string} */
30268
- openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30269
- };
30270
- /** @enum {string} */
30271
- measure?: "periodActivity" | "balance";
30272
- label?: string;
30273
- } | null;
30274
- }[];
30275
- drilldown?: {
30276
- /** @constant */
30277
- type: "journalEntryReport";
30278
- filter: {
30279
- /** @description comma separated journal entry ids */
30280
- ids?: string;
30281
- txnCode?: string;
30282
- published?: boolean;
30283
- /** @enum {string} */
30284
- status?: "active" | "inactive";
30285
- /** @enum {string} */
30286
- ledger?: "historical" | "trust" | "operating";
30287
- startAt?: string;
30288
- endAt?: string;
30289
- search?: string;
30290
- date?: string;
30291
- amount?: string;
30292
- /**
30293
- * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
30294
- * @default true
30295
- */
30296
- isDateRangeEndInclusive: boolean;
30297
- /** @description comma separated reservation ids or "unmapped" */
30298
- reservationIds?: string;
30299
- /** @description comma separated transaction ids */
30300
- transactionIds?: string;
30301
- /** @description comma separated owner statement ids */
30302
- ownerStatementIds?: string;
30303
- /** @description Currency in ISO 4217 format, will be converted to lowercase */
30304
- currency?: string;
30305
- excludeApAppendix?: boolean;
30306
- /** @description listing ids comma separated or "unmapped" */
30307
- listingIds?: string;
30308
- /** @description listing ownership period ids comma separated or "unmapped" */
30309
- listingOwnershipPeriodIds?: string;
30310
- /** @description account ids comma separated accounts or "unmapped" */
30311
- accountIds?: string;
30312
- /** @description comma separated account reservation line type ids */
30313
- accountReservationLineTypeIds?: string;
30314
- /** @description comma separated categories */
30315
- categoryIds?: string;
30316
- /** @description comma separated categories to exclude */
30317
- excludeCategoryIds?: string;
30318
- /** @description comma separated contacts */
30319
- contactIds?: string;
30320
- classifications?: string;
30321
- /** @enum {string} */
30322
- accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
30323
- /** @description comma separated journal entry types */
30324
- types?: string;
30325
- /** @description comma separated journal entry types to exclude */
30326
- excludeTypes?: string;
30327
- /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
30328
- entityTypes?: string;
30329
- /** @description comma separated booking channel refs */
30330
- bookingChannels?: string;
30331
- /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
30332
- triggerTypes?: string;
30333
- /** @description comma separated journal entry trigger types to exclude */
30334
- excludeTriggerTypes?: string;
30335
- /** @description comma separated parties */
30336
- parties?: string;
30337
- /** @enum {string} */
30338
- party?: "owners" | "manager";
30339
- /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
30340
- accountAssignmentTypes?: string;
30341
- /** @description comma separated manager statement section ids */
30342
- managerStatementSectionIds?: string;
30343
- recurringFee?: boolean;
30344
- /** @enum {string} */
30345
- openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30346
- };
30347
- /** @enum {string} */
30348
- measure?: "periodActivity" | "balance";
30349
- label?: string;
30350
- } | null;
30351
- subtotal?: {
30352
- title: string;
30353
- columns: {
30354
- id?: string;
30355
- title: string;
30356
- /** @enum {string} */
30357
- type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
30358
- formula?: string;
30359
- value: number | string;
30360
- formatted: string;
30361
- accountIds: string[];
30362
- drilldown?: {
30363
- /** @constant */
30364
- type: "journalEntryReport";
30365
- filter: {
30366
- /** @description comma separated journal entry ids */
30367
- ids?: string;
30368
- txnCode?: string;
30369
- published?: boolean;
30370
- /** @enum {string} */
30371
- status?: "active" | "inactive";
30372
- /** @enum {string} */
30373
- ledger?: "historical" | "trust" | "operating";
30374
- startAt?: string;
30375
- endAt?: string;
30376
- search?: string;
30377
- date?: string;
30378
- amount?: string;
30379
- /**
30380
- * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
30381
- * @default true
30382
- */
30383
- isDateRangeEndInclusive: boolean;
30384
- /** @description comma separated reservation ids or "unmapped" */
30385
- reservationIds?: string;
30386
- /** @description comma separated transaction ids */
30387
- transactionIds?: string;
30388
- /** @description comma separated owner statement ids */
30389
- ownerStatementIds?: string;
30390
- /** @description Currency in ISO 4217 format, will be converted to lowercase */
30391
- currency?: string;
30392
- excludeApAppendix?: boolean;
30393
- /** @description listing ids comma separated or "unmapped" */
30394
- listingIds?: string;
30395
- /** @description listing ownership period ids comma separated or "unmapped" */
30396
- listingOwnershipPeriodIds?: string;
30397
- /** @description account ids comma separated accounts or "unmapped" */
30398
- accountIds?: string;
30399
- /** @description comma separated account reservation line type ids */
30400
- accountReservationLineTypeIds?: string;
30401
- /** @description comma separated categories */
30402
- categoryIds?: string;
30403
- /** @description comma separated categories to exclude */
30404
- excludeCategoryIds?: string;
30405
- /** @description comma separated contacts */
30406
- contactIds?: string;
30407
- classifications?: string;
30408
- /** @enum {string} */
30409
- accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
30410
- /** @description comma separated journal entry types */
30411
- types?: string;
30412
- /** @description comma separated journal entry types to exclude */
30413
- excludeTypes?: string;
30414
- /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
30415
- entityTypes?: string;
30416
- /** @description comma separated booking channel refs */
30417
- bookingChannels?: string;
30418
- /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
30419
- triggerTypes?: string;
30420
- /** @description comma separated journal entry trigger types to exclude */
30421
- excludeTriggerTypes?: string;
30422
- /** @description comma separated parties */
30423
- parties?: string;
30424
- /** @enum {string} */
30425
- party?: "owners" | "manager";
30426
- /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
30427
- accountAssignmentTypes?: string;
30428
- /** @description comma separated manager statement section ids */
30429
- managerStatementSectionIds?: string;
30430
- recurringFee?: boolean;
30431
- /** @enum {string} */
30432
- openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30433
- };
30434
- /** @enum {string} */
30435
- measure?: "periodActivity" | "balance";
30436
- label?: string;
30437
- } | null;
30438
- }[];
30439
- drilldown?: {
30440
- /** @constant */
30441
- type: "journalEntryReport";
30442
- filter: {
30443
- /** @description comma separated journal entry ids */
30444
- ids?: string;
30445
- txnCode?: string;
30446
- published?: boolean;
30447
- /** @enum {string} */
30448
- status?: "active" | "inactive";
30449
- /** @enum {string} */
30450
- ledger?: "historical" | "trust" | "operating";
30451
- startAt?: string;
30452
- endAt?: string;
30453
- search?: string;
30454
- date?: string;
30455
- amount?: string;
30456
31439
  /**
30457
- * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
30458
- * @default true
31440
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31441
+ * @enum {string}
30459
31442
  */
30460
- isDateRangeEndInclusive: boolean;
30461
- /** @description comma separated reservation ids or "unmapped" */
30462
- reservationIds?: string;
30463
- /** @description comma separated transaction ids */
30464
- transactionIds?: string;
30465
- /** @description comma separated owner statement ids */
30466
- ownerStatementIds?: string;
30467
- /** @description Currency in ISO 4217 format, will be converted to lowercase */
30468
- currency?: string;
30469
- excludeApAppendix?: boolean;
30470
- /** @description listing ids comma separated or "unmapped" */
30471
- listingIds?: string;
31443
+ listingScope?: "exact" | "withChildren";
30472
31444
  /** @description listing ownership period ids comma separated or "unmapped" */
30473
31445
  listingOwnershipPeriodIds?: string;
30474
31446
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30577,6 +31549,11 @@ export interface operations {
30577
31549
  excludeApAppendix?: boolean;
30578
31550
  /** @description listing ids comma separated or "unmapped" */
30579
31551
  listingIds?: string;
31552
+ /**
31553
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31554
+ * @enum {string}
31555
+ */
31556
+ listingScope?: "exact" | "withChildren";
30580
31557
  /** @description listing ownership period ids comma separated or "unmapped" */
30581
31558
  listingOwnershipPeriodIds?: string;
30582
31559
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30654,6 +31631,11 @@ export interface operations {
30654
31631
  excludeApAppendix?: boolean;
30655
31632
  /** @description listing ids comma separated or "unmapped" */
30656
31633
  listingIds?: string;
31634
+ /**
31635
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31636
+ * @enum {string}
31637
+ */
31638
+ listingScope?: "exact" | "withChildren";
30657
31639
  /** @description listing ownership period ids comma separated or "unmapped" */
30658
31640
  listingOwnershipPeriodIds?: string;
30659
31641
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30731,6 +31713,11 @@ export interface operations {
30731
31713
  excludeApAppendix?: boolean;
30732
31714
  /** @description listing ids comma separated or "unmapped" */
30733
31715
  listingIds?: string;
31716
+ /**
31717
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31718
+ * @enum {string}
31719
+ */
31720
+ listingScope?: "exact" | "withChildren";
30734
31721
  /** @description listing ownership period ids comma separated or "unmapped" */
30735
31722
  listingOwnershipPeriodIds?: string;
30736
31723
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30818,6 +31805,11 @@ export interface operations {
30818
31805
  excludeApAppendix?: boolean;
30819
31806
  /** @description listing ids comma separated or "unmapped" */
30820
31807
  listingIds?: string;
31808
+ /**
31809
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31810
+ * @enum {string}
31811
+ */
31812
+ listingScope?: "exact" | "withChildren";
30821
31813
  /** @description listing ownership period ids comma separated or "unmapped" */
30822
31814
  listingOwnershipPeriodIds?: string;
30823
31815
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30895,6 +31887,11 @@ export interface operations {
30895
31887
  excludeApAppendix?: boolean;
30896
31888
  /** @description listing ids comma separated or "unmapped" */
30897
31889
  listingIds?: string;
31890
+ /**
31891
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31892
+ * @enum {string}
31893
+ */
31894
+ listingScope?: "exact" | "withChildren";
30898
31895
  /** @description listing ownership period ids comma separated or "unmapped" */
30899
31896
  listingOwnershipPeriodIds?: string;
30900
31897
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31002,6 +31999,11 @@ export interface operations {
31002
31999
  excludeApAppendix?: boolean;
31003
32000
  /** @description listing ids comma separated or "unmapped" */
31004
32001
  listingIds?: string;
32002
+ /**
32003
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32004
+ * @enum {string}
32005
+ */
32006
+ listingScope?: "exact" | "withChildren";
31005
32007
  /** @description listing ownership period ids comma separated or "unmapped" */
31006
32008
  listingOwnershipPeriodIds?: string;
31007
32009
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31079,6 +32081,11 @@ export interface operations {
31079
32081
  excludeApAppendix?: boolean;
31080
32082
  /** @description listing ids comma separated or "unmapped" */
31081
32083
  listingIds?: string;
32084
+ /**
32085
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32086
+ * @enum {string}
32087
+ */
32088
+ listingScope?: "exact" | "withChildren";
31082
32089
  /** @description listing ownership period ids comma separated or "unmapped" */
31083
32090
  listingOwnershipPeriodIds?: string;
31084
32091
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31156,6 +32163,11 @@ export interface operations {
31156
32163
  excludeApAppendix?: boolean;
31157
32164
  /** @description listing ids comma separated or "unmapped" */
31158
32165
  listingIds?: string;
32166
+ /**
32167
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32168
+ * @enum {string}
32169
+ */
32170
+ listingScope?: "exact" | "withChildren";
31159
32171
  /** @description listing ownership period ids comma separated or "unmapped" */
31160
32172
  listingOwnershipPeriodIds?: string;
31161
32173
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31243,6 +32255,11 @@ export interface operations {
31243
32255
  excludeApAppendix?: boolean;
31244
32256
  /** @description listing ids comma separated or "unmapped" */
31245
32257
  listingIds?: string;
32258
+ /**
32259
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32260
+ * @enum {string}
32261
+ */
32262
+ listingScope?: "exact" | "withChildren";
31246
32263
  /** @description listing ownership period ids comma separated or "unmapped" */
31247
32264
  listingOwnershipPeriodIds?: string;
31248
32265
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31320,6 +32337,11 @@ export interface operations {
31320
32337
  excludeApAppendix?: boolean;
31321
32338
  /** @description listing ids comma separated or "unmapped" */
31322
32339
  listingIds?: string;
32340
+ /**
32341
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32342
+ * @enum {string}
32343
+ */
32344
+ listingScope?: "exact" | "withChildren";
31323
32345
  /** @description listing ownership period ids comma separated or "unmapped" */
31324
32346
  listingOwnershipPeriodIds?: string;
31325
32347
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31813,6 +32835,8 @@ export interface operations {
31813
32835
  view?: "ledger" | "party" | "listing" | "month" | "quarter" | "year";
31814
32836
  listingIds?: string;
31815
32837
  ledger?: "trust" | "operating";
32838
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
32839
+ listingScope?: "exact" | "withChildren";
31816
32840
  };
31817
32841
  header?: never;
31818
32842
  path?: never;
@@ -31870,6 +32894,11 @@ export interface operations {
31870
32894
  excludeApAppendix?: boolean;
31871
32895
  /** @description listing ids comma separated or "unmapped" */
31872
32896
  listingIds?: string;
32897
+ /**
32898
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32899
+ * @enum {string}
32900
+ */
32901
+ listingScope?: "exact" | "withChildren";
31873
32902
  /** @description listing ownership period ids comma separated or "unmapped" */
31874
32903
  listingOwnershipPeriodIds?: string;
31875
32904
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31952,6 +32981,11 @@ export interface operations {
31952
32981
  excludeApAppendix?: boolean;
31953
32982
  /** @description listing ids comma separated or "unmapped" */
31954
32983
  listingIds?: string;
32984
+ /**
32985
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32986
+ * @enum {string}
32987
+ */
32988
+ listingScope?: "exact" | "withChildren";
31955
32989
  /** @description listing ownership period ids comma separated or "unmapped" */
31956
32990
  listingOwnershipPeriodIds?: string;
31957
32991
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32038,6 +33072,11 @@ export interface operations {
32038
33072
  excludeApAppendix?: boolean;
32039
33073
  /** @description listing ids comma separated or "unmapped" */
32040
33074
  listingIds?: string;
33075
+ /**
33076
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33077
+ * @enum {string}
33078
+ */
33079
+ listingScope?: "exact" | "withChildren";
32041
33080
  /** @description listing ownership period ids comma separated or "unmapped" */
32042
33081
  listingOwnershipPeriodIds?: string;
32043
33082
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32119,6 +33158,11 @@ export interface operations {
32119
33158
  excludeApAppendix?: boolean;
32120
33159
  /** @description listing ids comma separated or "unmapped" */
32121
33160
  listingIds?: string;
33161
+ /**
33162
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33163
+ * @enum {string}
33164
+ */
33165
+ listingScope?: "exact" | "withChildren";
32122
33166
  /** @description listing ownership period ids comma separated or "unmapped" */
32123
33167
  listingOwnershipPeriodIds?: string;
32124
33168
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32208,6 +33252,11 @@ export interface operations {
32208
33252
  excludeApAppendix?: boolean;
32209
33253
  /** @description listing ids comma separated or "unmapped" */
32210
33254
  listingIds?: string;
33255
+ /**
33256
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33257
+ * @enum {string}
33258
+ */
33259
+ listingScope?: "exact" | "withChildren";
32211
33260
  /** @description listing ownership period ids comma separated or "unmapped" */
32212
33261
  listingOwnershipPeriodIds?: string;
32213
33262
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32290,6 +33339,11 @@ export interface operations {
32290
33339
  excludeApAppendix?: boolean;
32291
33340
  /** @description listing ids comma separated or "unmapped" */
32292
33341
  listingIds?: string;
33342
+ /**
33343
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33344
+ * @enum {string}
33345
+ */
33346
+ listingScope?: "exact" | "withChildren";
32293
33347
  /** @description listing ownership period ids comma separated or "unmapped" */
32294
33348
  listingOwnershipPeriodIds?: string;
32295
33349
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32376,6 +33430,11 @@ export interface operations {
32376
33430
  excludeApAppendix?: boolean;
32377
33431
  /** @description listing ids comma separated or "unmapped" */
32378
33432
  listingIds?: string;
33433
+ /**
33434
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33435
+ * @enum {string}
33436
+ */
33437
+ listingScope?: "exact" | "withChildren";
32379
33438
  /** @description listing ownership period ids comma separated or "unmapped" */
32380
33439
  listingOwnershipPeriodIds?: string;
32381
33440
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32457,6 +33516,11 @@ export interface operations {
32457
33516
  excludeApAppendix?: boolean;
32458
33517
  /** @description listing ids comma separated or "unmapped" */
32459
33518
  listingIds?: string;
33519
+ /**
33520
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33521
+ * @enum {string}
33522
+ */
33523
+ listingScope?: "exact" | "withChildren";
32460
33524
  /** @description listing ownership period ids comma separated or "unmapped" */
32461
33525
  listingOwnershipPeriodIds?: string;
32462
33526
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32546,6 +33610,11 @@ export interface operations {
32546
33610
  excludeApAppendix?: boolean;
32547
33611
  /** @description listing ids comma separated or "unmapped" */
32548
33612
  listingIds?: string;
33613
+ /**
33614
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33615
+ * @enum {string}
33616
+ */
33617
+ listingScope?: "exact" | "withChildren";
32549
33618
  /** @description listing ownership period ids comma separated or "unmapped" */
32550
33619
  listingOwnershipPeriodIds?: string;
32551
33620
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32628,6 +33697,11 @@ export interface operations {
32628
33697
  excludeApAppendix?: boolean;
32629
33698
  /** @description listing ids comma separated or "unmapped" */
32630
33699
  listingIds?: string;
33700
+ /**
33701
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33702
+ * @enum {string}
33703
+ */
33704
+ listingScope?: "exact" | "withChildren";
32631
33705
  /** @description listing ownership period ids comma separated or "unmapped" */
32632
33706
  listingOwnershipPeriodIds?: string;
32633
33707
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32714,6 +33788,11 @@ export interface operations {
32714
33788
  excludeApAppendix?: boolean;
32715
33789
  /** @description listing ids comma separated or "unmapped" */
32716
33790
  listingIds?: string;
33791
+ /**
33792
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33793
+ * @enum {string}
33794
+ */
33795
+ listingScope?: "exact" | "withChildren";
32717
33796
  /** @description listing ownership period ids comma separated or "unmapped" */
32718
33797
  listingOwnershipPeriodIds?: string;
32719
33798
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32795,6 +33874,11 @@ export interface operations {
32795
33874
  excludeApAppendix?: boolean;
32796
33875
  /** @description listing ids comma separated or "unmapped" */
32797
33876
  listingIds?: string;
33877
+ /**
33878
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33879
+ * @enum {string}
33880
+ */
33881
+ listingScope?: "exact" | "withChildren";
32798
33882
  /** @description listing ownership period ids comma separated or "unmapped" */
32799
33883
  listingOwnershipPeriodIds?: string;
32800
33884
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32884,6 +33968,11 @@ export interface operations {
32884
33968
  excludeApAppendix?: boolean;
32885
33969
  /** @description listing ids comma separated or "unmapped" */
32886
33970
  listingIds?: string;
33971
+ /**
33972
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33973
+ * @enum {string}
33974
+ */
33975
+ listingScope?: "exact" | "withChildren";
32887
33976
  /** @description listing ownership period ids comma separated or "unmapped" */
32888
33977
  listingOwnershipPeriodIds?: string;
32889
33978
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32966,6 +34055,11 @@ export interface operations {
32966
34055
  excludeApAppendix?: boolean;
32967
34056
  /** @description listing ids comma separated or "unmapped" */
32968
34057
  listingIds?: string;
34058
+ /**
34059
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34060
+ * @enum {string}
34061
+ */
34062
+ listingScope?: "exact" | "withChildren";
32969
34063
  /** @description listing ownership period ids comma separated or "unmapped" */
32970
34064
  listingOwnershipPeriodIds?: string;
32971
34065
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33052,6 +34146,11 @@ export interface operations {
33052
34146
  excludeApAppendix?: boolean;
33053
34147
  /** @description listing ids comma separated or "unmapped" */
33054
34148
  listingIds?: string;
34149
+ /**
34150
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34151
+ * @enum {string}
34152
+ */
34153
+ listingScope?: "exact" | "withChildren";
33055
34154
  /** @description listing ownership period ids comma separated or "unmapped" */
33056
34155
  listingOwnershipPeriodIds?: string;
33057
34156
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33133,6 +34232,11 @@ export interface operations {
33133
34232
  excludeApAppendix?: boolean;
33134
34233
  /** @description listing ids comma separated or "unmapped" */
33135
34234
  listingIds?: string;
34235
+ /**
34236
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34237
+ * @enum {string}
34238
+ */
34239
+ listingScope?: "exact" | "withChildren";
33136
34240
  /** @description listing ownership period ids comma separated or "unmapped" */
33137
34241
  listingOwnershipPeriodIds?: string;
33138
34242
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33277,6 +34381,8 @@ export interface operations {
33277
34381
  view?: "ledger" | "party" | "listing" | "month" | "quarter" | "year";
33278
34382
  listingIds?: string;
33279
34383
  ledger?: "trust" | "operating";
34384
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
34385
+ listingScope?: "exact" | "withChildren";
33280
34386
  };
33281
34387
  header?: never;
33282
34388
  path?: never;
@@ -33454,6 +34560,11 @@ export interface operations {
33454
34560
  excludeApAppendix?: boolean;
33455
34561
  /** @description listing ids comma separated or "unmapped" */
33456
34562
  listingIds?: string;
34563
+ /**
34564
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34565
+ * @enum {string}
34566
+ */
34567
+ listingScope?: "exact" | "withChildren";
33457
34568
  /** @description listing ownership period ids comma separated or "unmapped" */
33458
34569
  listingOwnershipPeriodIds?: string;
33459
34570
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33530,6 +34641,11 @@ export interface operations {
33530
34641
  excludeApAppendix?: boolean;
33531
34642
  /** @description listing ids comma separated or "unmapped" */
33532
34643
  listingIds?: string;
34644
+ /**
34645
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34646
+ * @enum {string}
34647
+ */
34648
+ listingScope?: "exact" | "withChildren";
33533
34649
  /** @description listing ownership period ids comma separated or "unmapped" */
33534
34650
  listingOwnershipPeriodIds?: string;
33535
34651
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33835,6 +34951,11 @@ export interface operations {
33835
34951
  excludeApAppendix?: boolean;
33836
34952
  /** @description listing ids comma separated or "unmapped" */
33837
34953
  listingIds?: string;
34954
+ /**
34955
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34956
+ * @enum {string}
34957
+ */
34958
+ listingScope?: "exact" | "withChildren";
33838
34959
  /** @description listing ownership period ids comma separated or "unmapped" */
33839
34960
  listingOwnershipPeriodIds?: string;
33840
34961
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33911,6 +35032,11 @@ export interface operations {
33911
35032
  excludeApAppendix?: boolean;
33912
35033
  /** @description listing ids comma separated or "unmapped" */
33913
35034
  listingIds?: string;
35035
+ /**
35036
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35037
+ * @enum {string}
35038
+ */
35039
+ listingScope?: "exact" | "withChildren";
33914
35040
  /** @description listing ownership period ids comma separated or "unmapped" */
33915
35041
  listingOwnershipPeriodIds?: string;
33916
35042
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33987,6 +35113,11 @@ export interface operations {
33987
35113
  excludeApAppendix?: boolean;
33988
35114
  /** @description listing ids comma separated or "unmapped" */
33989
35115
  listingIds?: string;
35116
+ /**
35117
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35118
+ * @enum {string}
35119
+ */
35120
+ listingScope?: "exact" | "withChildren";
33990
35121
  /** @description listing ownership period ids comma separated or "unmapped" */
33991
35122
  listingOwnershipPeriodIds?: string;
33992
35123
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34063,6 +35194,11 @@ export interface operations {
34063
35194
  excludeApAppendix?: boolean;
34064
35195
  /** @description listing ids comma separated or "unmapped" */
34065
35196
  listingIds?: string;
35197
+ /**
35198
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35199
+ * @enum {string}
35200
+ */
35201
+ listingScope?: "exact" | "withChildren";
34066
35202
  /** @description listing ownership period ids comma separated or "unmapped" */
34067
35203
  listingOwnershipPeriodIds?: string;
34068
35204
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34149,6 +35285,11 @@ export interface operations {
34149
35285
  excludeApAppendix?: boolean;
34150
35286
  /** @description listing ids comma separated or "unmapped" */
34151
35287
  listingIds?: string;
35288
+ /**
35289
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35290
+ * @enum {string}
35291
+ */
35292
+ listingScope?: "exact" | "withChildren";
34152
35293
  /** @description listing ownership period ids comma separated or "unmapped" */
34153
35294
  listingOwnershipPeriodIds?: string;
34154
35295
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34225,6 +35366,11 @@ export interface operations {
34225
35366
  excludeApAppendix?: boolean;
34226
35367
  /** @description listing ids comma separated or "unmapped" */
34227
35368
  listingIds?: string;
35369
+ /**
35370
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35371
+ * @enum {string}
35372
+ */
35373
+ listingScope?: "exact" | "withChildren";
34228
35374
  /** @description listing ownership period ids comma separated or "unmapped" */
34229
35375
  listingOwnershipPeriodIds?: string;
34230
35376
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34301,6 +35447,11 @@ export interface operations {
34301
35447
  excludeApAppendix?: boolean;
34302
35448
  /** @description listing ids comma separated or "unmapped" */
34303
35449
  listingIds?: string;
35450
+ /**
35451
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35452
+ * @enum {string}
35453
+ */
35454
+ listingScope?: "exact" | "withChildren";
34304
35455
  /** @description listing ownership period ids comma separated or "unmapped" */
34305
35456
  listingOwnershipPeriodIds?: string;
34306
35457
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34377,6 +35528,11 @@ export interface operations {
34377
35528
  excludeApAppendix?: boolean;
34378
35529
  /** @description listing ids comma separated or "unmapped" */
34379
35530
  listingIds?: string;
35531
+ /**
35532
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35533
+ * @enum {string}
35534
+ */
35535
+ listingScope?: "exact" | "withChildren";
34380
35536
  /** @description listing ownership period ids comma separated or "unmapped" */
34381
35537
  listingOwnershipPeriodIds?: string;
34382
35538
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34684,6 +35840,11 @@ export interface operations {
34684
35840
  excludeApAppendix?: boolean;
34685
35841
  /** @description listing ids comma separated or "unmapped" */
34686
35842
  listingIds?: string;
35843
+ /**
35844
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35845
+ * @enum {string}
35846
+ */
35847
+ listingScope?: "exact" | "withChildren";
34687
35848
  /** @description listing ownership period ids comma separated or "unmapped" */
34688
35849
  listingOwnershipPeriodIds?: string;
34689
35850
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34781,6 +35942,11 @@ export interface operations {
34781
35942
  excludeApAppendix?: boolean;
34782
35943
  /** @description listing ids comma separated or "unmapped" */
34783
35944
  listingIds?: string;
35945
+ /**
35946
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35947
+ * @enum {string}
35948
+ */
35949
+ listingScope?: "exact" | "withChildren";
34784
35950
  /** @description listing ownership period ids comma separated or "unmapped" */
34785
35951
  listingOwnershipPeriodIds?: string;
34786
35952
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34868,6 +36034,11 @@ export interface operations {
34868
36034
  excludeApAppendix?: boolean;
34869
36035
  /** @description listing ids comma separated or "unmapped" */
34870
36036
  listingIds?: string;
36037
+ /**
36038
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
36039
+ * @enum {string}
36040
+ */
36041
+ listingScope?: "exact" | "withChildren";
34871
36042
  /** @description listing ownership period ids comma separated or "unmapped" */
34872
36043
  listingOwnershipPeriodIds?: string;
34873
36044
  /** @description account ids comma separated accounts or "unmapped" */
@@ -35003,6 +36174,8 @@ export interface operations {
35003
36174
  parameters: {
35004
36175
  query: {
35005
36176
  endDate: string;
36177
+ /** @description Controls grouped listing presentation. source returns flat source listing rows, nestedParent nests child rows below parent totals, and parentRollup returns only parent/group totals. */
36178
+ listingDisplay?: "source" | "nestedParent" | "parentRollup";
35006
36179
  };
35007
36180
  header?: never;
35008
36181
  path?: never;
@@ -35065,6 +36238,11 @@ export interface operations {
35065
36238
  excludeApAppendix?: boolean;
35066
36239
  /** @description listing ids comma separated or "unmapped" */
35067
36240
  listingIds?: string;
36241
+ /**
36242
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
36243
+ * @enum {string}
36244
+ */
36245
+ listingScope?: "exact" | "withChildren";
35068
36246
  /** @description listing ownership period ids comma separated or "unmapped" */
35069
36247
  listingOwnershipPeriodIds?: string;
35070
36248
  /** @description account ids comma separated accounts or "unmapped" */
@@ -35118,6 +36296,7 @@ export interface operations {
35118
36296
  listings: {
35119
36297
  id: string;
35120
36298
  listingId: string | null;
36299
+ parentListingId?: string | null;
35121
36300
  ownershipPeriodId: string | null;
35122
36301
  name: string;
35123
36302
  total: number;
@@ -35165,6 +36344,11 @@ export interface operations {
35165
36344
  excludeApAppendix?: boolean;
35166
36345
  /** @description listing ids comma separated or "unmapped" */
35167
36346
  listingIds?: string;
36347
+ /**
36348
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
36349
+ * @enum {string}
36350
+ */
36351
+ listingScope?: "exact" | "withChildren";
35168
36352
  /** @description listing ownership period ids comma separated or "unmapped" */
35169
36353
  listingOwnershipPeriodIds?: string;
35170
36354
  /** @description account ids comma separated accounts or "unmapped" */
@@ -35221,6 +36405,119 @@ export interface operations {
35221
36405
  setListingInactive: boolean;
35222
36406
  };
35223
36407
  }[];
36408
+ children?: {
36409
+ id: string;
36410
+ listingId: string | null;
36411
+ parentListingId?: string | null;
36412
+ ownershipPeriodId: string | null;
36413
+ name: string;
36414
+ total: number;
36415
+ sections: {
36416
+ /** @enum {string} */
36417
+ name: "Manager Payable" | "Owner Payable" | "Other Net Liabilities";
36418
+ total: number;
36419
+ /** @constant */
36420
+ type: "accounts";
36421
+ accounts: {
36422
+ id: string;
36423
+ name: string;
36424
+ categoryId: string;
36425
+ total: number;
36426
+ drilldown?: {
36427
+ /** @constant */
36428
+ type: "journalEntryReport";
36429
+ filter: {
36430
+ /** @description comma separated journal entry ids */
36431
+ ids?: string;
36432
+ txnCode?: string;
36433
+ published?: boolean;
36434
+ /** @enum {string} */
36435
+ status?: "active" | "inactive";
36436
+ /** @enum {string} */
36437
+ ledger?: "historical" | "trust" | "operating";
36438
+ startAt?: string;
36439
+ endAt?: string;
36440
+ search?: string;
36441
+ date?: string;
36442
+ amount?: string;
36443
+ /**
36444
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
36445
+ * @default true
36446
+ */
36447
+ isDateRangeEndInclusive: boolean;
36448
+ /** @description comma separated reservation ids or "unmapped" */
36449
+ reservationIds?: string;
36450
+ /** @description comma separated transaction ids */
36451
+ transactionIds?: string;
36452
+ /** @description comma separated owner statement ids */
36453
+ ownerStatementIds?: string;
36454
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
36455
+ currency?: string;
36456
+ excludeApAppendix?: boolean;
36457
+ /** @description listing ids comma separated or "unmapped" */
36458
+ listingIds?: string;
36459
+ /**
36460
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
36461
+ * @enum {string}
36462
+ */
36463
+ listingScope?: "exact" | "withChildren";
36464
+ /** @description listing ownership period ids comma separated or "unmapped" */
36465
+ listingOwnershipPeriodIds?: string;
36466
+ /** @description account ids comma separated accounts or "unmapped" */
36467
+ accountIds?: string;
36468
+ /** @description comma separated account reservation line type ids */
36469
+ accountReservationLineTypeIds?: string;
36470
+ /** @description comma separated categories */
36471
+ categoryIds?: string;
36472
+ /** @description comma separated categories to exclude */
36473
+ excludeCategoryIds?: string;
36474
+ /** @description comma separated contacts */
36475
+ contactIds?: string;
36476
+ classifications?: string;
36477
+ /** @enum {string} */
36478
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
36479
+ /** @description comma separated journal entry types */
36480
+ types?: string;
36481
+ /** @description comma separated journal entry types to exclude */
36482
+ excludeTypes?: string;
36483
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
36484
+ entityTypes?: string;
36485
+ /** @description comma separated booking channel refs */
36486
+ bookingChannels?: string;
36487
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
36488
+ triggerTypes?: string;
36489
+ /** @description comma separated journal entry trigger types to exclude */
36490
+ excludeTriggerTypes?: string;
36491
+ /** @description comma separated parties */
36492
+ parties?: string;
36493
+ /** @enum {string} */
36494
+ party?: "owners" | "manager";
36495
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
36496
+ accountAssignmentTypes?: string;
36497
+ /** @description comma separated manager statement section ids */
36498
+ managerStatementSectionIds?: string;
36499
+ recurringFee?: boolean;
36500
+ /** @enum {string} */
36501
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
36502
+ };
36503
+ /** @enum {string} */
36504
+ measure?: "periodActivity" | "balance";
36505
+ label?: string;
36506
+ } | null;
36507
+ }[];
36508
+ }[];
36509
+ issues?: {
36510
+ /** @constant */
36511
+ code: "endedOwnershipNonZeroBalance";
36512
+ /** @constant */
36513
+ severity: "warning";
36514
+ message: string;
36515
+ context: {
36516
+ endAt: string | null;
36517
+ setListingInactive: boolean;
36518
+ };
36519
+ }[];
36520
+ }[];
35224
36521
  }[];
35225
36522
  })[];
35226
36523
  };
@@ -35528,6 +36825,8 @@ export interface operations {
35528
36825
  status?: "booked" | "canceled" | "inactive";
35529
36826
  generalLedgerStatus?: "active" | "inactive";
35530
36827
  listingId?: string;
36828
+ /** @description Controls listingId filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
36829
+ listingScope?: "exact" | "withChildren";
35531
36830
  /** @description Date filter string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD`. Single values expand to the full year, month, or day. */
35532
36831
  date?: string;
35533
36832
  /** @description Choose which reservation date field the `date` filter applies to. */
@@ -36558,6 +37857,8 @@ export interface operations {
36558
37857
  status?: "booked" | "canceled" | "inactive";
36559
37858
  generalLedgerStatus?: "active" | "inactive";
36560
37859
  listingId?: string;
37860
+ /** @description Controls listingId filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
37861
+ listingScope?: "exact" | "withChildren";
36561
37862
  /** @description Date filter string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD`. Single values expand to the full year, month, or day. */
36562
37863
  date?: string;
36563
37864
  /** @description Choose which reservation date field the `date` filter applies to. */
@@ -40406,6 +41707,11 @@ export interface operations {
40406
41707
  excludeApAppendix?: boolean;
40407
41708
  /** @description listing ids comma separated or "unmapped" */
40408
41709
  listingIds?: string;
41710
+ /**
41711
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
41712
+ * @enum {string}
41713
+ */
41714
+ listingScope?: "exact" | "withChildren";
40409
41715
  /** @description listing ownership period ids comma separated or "unmapped" */
40410
41716
  listingOwnershipPeriodIds?: string;
40411
41717
  /** @description account ids comma separated accounts or "unmapped" */
@@ -40490,6 +41796,7 @@ export interface operations {
40490
41796
  id: string;
40491
41797
  name: string;
40492
41798
  uniqueRef: string | null;
41799
+ childCount: number;
40493
41800
  };
40494
41801
  /** @enum {string} */
40495
41802
  status: "draft" | "inReview" | "published";
@@ -40503,6 +41810,17 @@ export interface operations {
40503
41810
  id: string;
40504
41811
  ownerId: string | null;
40505
41812
  contactId: string | null;
41813
+ contact?: {
41814
+ /** Format: uuid */
41815
+ id: string;
41816
+ name?: string | null;
41817
+ firstName?: string | null;
41818
+ uniqueRef?: string | null;
41819
+ shortRef?: string | null;
41820
+ email?: string | null;
41821
+ /** @enum {string} */
41822
+ type: "owner" | "vendor";
41823
+ } | null;
40506
41824
  split: number;
40507
41825
  }[];
40508
41826
  } | null;
@@ -40891,6 +42209,11 @@ export interface operations {
40891
42209
  excludeApAppendix?: boolean;
40892
42210
  /** @description listing ids comma separated or "unmapped" */
40893
42211
  listingIds?: string;
42212
+ /**
42213
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
42214
+ * @enum {string}
42215
+ */
42216
+ listingScope?: "exact" | "withChildren";
40894
42217
  /** @description listing ownership period ids comma separated or "unmapped" */
40895
42218
  listingOwnershipPeriodIds?: string;
40896
42219
  /** @description account ids comma separated accounts or "unmapped" */
@@ -40975,6 +42298,7 @@ export interface operations {
40975
42298
  id: string;
40976
42299
  name: string;
40977
42300
  uniqueRef: string | null;
42301
+ childCount: number;
40978
42302
  };
40979
42303
  /** @enum {string} */
40980
42304
  status: "draft" | "inReview" | "published";
@@ -40988,6 +42312,17 @@ export interface operations {
40988
42312
  id: string;
40989
42313
  ownerId: string | null;
40990
42314
  contactId: string | null;
42315
+ contact?: {
42316
+ /** Format: uuid */
42317
+ id: string;
42318
+ name?: string | null;
42319
+ firstName?: string | null;
42320
+ uniqueRef?: string | null;
42321
+ shortRef?: string | null;
42322
+ email?: string | null;
42323
+ /** @enum {string} */
42324
+ type: "owner" | "vendor";
42325
+ } | null;
40991
42326
  split: number;
40992
42327
  }[];
40993
42328
  } | null;
@@ -41140,6 +42475,15 @@ export interface operations {
41140
42475
  context: Record<string, never>;
41141
42476
  message: string;
41142
42477
  })[];
42478
+ descriptionEdit?: {
42479
+ /** @enum {string} */
42480
+ status: "editable" | "disabled";
42481
+ transactionId?: string | null;
42482
+ /** Format: uuid */
42483
+ lineId?: string;
42484
+ /** @enum {string} */
42485
+ reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
42486
+ };
41143
42487
  columns: {
41144
42488
  name: string;
41145
42489
  text: string;
@@ -41179,6 +42523,11 @@ export interface operations {
41179
42523
  excludeApAppendix?: boolean;
41180
42524
  /** @description listing ids comma separated or "unmapped" */
41181
42525
  listingIds?: string;
42526
+ /**
42527
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
42528
+ * @enum {string}
42529
+ */
42530
+ listingScope?: "exact" | "withChildren";
41182
42531
  /** @description listing ownership period ids comma separated or "unmapped" */
41183
42532
  listingOwnershipPeriodIds?: string;
41184
42533
  /** @description account ids comma separated accounts or "unmapped" */
@@ -41259,6 +42608,11 @@ export interface operations {
41259
42608
  excludeApAppendix?: boolean;
41260
42609
  /** @description listing ids comma separated or "unmapped" */
41261
42610
  listingIds?: string;
42611
+ /**
42612
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
42613
+ * @enum {string}
42614
+ */
42615
+ listingScope?: "exact" | "withChildren";
41262
42616
  /** @description listing ownership period ids comma separated or "unmapped" */
41263
42617
  listingOwnershipPeriodIds?: string;
41264
42618
  /** @description account ids comma separated accounts or "unmapped" */
@@ -41367,6 +42721,15 @@ export interface operations {
41367
42721
  context: Record<string, never>;
41368
42722
  message: string;
41369
42723
  })[];
42724
+ descriptionEdit?: {
42725
+ /** @enum {string} */
42726
+ status: "editable" | "disabled";
42727
+ transactionId?: string | null;
42728
+ /** Format: uuid */
42729
+ lineId?: string;
42730
+ /** @enum {string} */
42731
+ reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
42732
+ };
41370
42733
  columns: {
41371
42734
  name: string;
41372
42735
  text: string;
@@ -41406,6 +42769,11 @@ export interface operations {
41406
42769
  excludeApAppendix?: boolean;
41407
42770
  /** @description listing ids comma separated or "unmapped" */
41408
42771
  listingIds?: string;
42772
+ /**
42773
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
42774
+ * @enum {string}
42775
+ */
42776
+ listingScope?: "exact" | "withChildren";
41409
42777
  /** @description listing ownership period ids comma separated or "unmapped" */
41410
42778
  listingOwnershipPeriodIds?: string;
41411
42779
  /** @description account ids comma separated accounts or "unmapped" */
@@ -41486,6 +42854,11 @@ export interface operations {
41486
42854
  excludeApAppendix?: boolean;
41487
42855
  /** @description listing ids comma separated or "unmapped" */
41488
42856
  listingIds?: string;
42857
+ /**
42858
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
42859
+ * @enum {string}
42860
+ */
42861
+ listingScope?: "exact" | "withChildren";
41489
42862
  /** @description listing ownership period ids comma separated or "unmapped" */
41490
42863
  listingOwnershipPeriodIds?: string;
41491
42864
  /** @description account ids comma separated accounts or "unmapped" */
@@ -41610,6 +42983,15 @@ export interface operations {
41610
42983
  context: Record<string, never>;
41611
42984
  message: string;
41612
42985
  })[];
42986
+ descriptionEdit?: {
42987
+ /** @enum {string} */
42988
+ status: "editable" | "disabled";
42989
+ transactionId?: string | null;
42990
+ /** Format: uuid */
42991
+ lineId?: string;
42992
+ /** @enum {string} */
42993
+ reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
42994
+ };
41613
42995
  columns: {
41614
42996
  name: string;
41615
42997
  text: string;
@@ -41649,6 +43031,11 @@ export interface operations {
41649
43031
  excludeApAppendix?: boolean;
41650
43032
  /** @description listing ids comma separated or "unmapped" */
41651
43033
  listingIds?: string;
43034
+ /**
43035
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
43036
+ * @enum {string}
43037
+ */
43038
+ listingScope?: "exact" | "withChildren";
41652
43039
  /** @description listing ownership period ids comma separated or "unmapped" */
41653
43040
  listingOwnershipPeriodIds?: string;
41654
43041
  /** @description account ids comma separated accounts or "unmapped" */
@@ -41729,6 +43116,11 @@ export interface operations {
41729
43116
  excludeApAppendix?: boolean;
41730
43117
  /** @description listing ids comma separated or "unmapped" */
41731
43118
  listingIds?: string;
43119
+ /**
43120
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
43121
+ * @enum {string}
43122
+ */
43123
+ listingScope?: "exact" | "withChildren";
41732
43124
  /** @description listing ownership period ids comma separated or "unmapped" */
41733
43125
  listingOwnershipPeriodIds?: string;
41734
43126
  /** @description account ids comma separated accounts or "unmapped" */
@@ -42137,6 +43529,11 @@ export interface operations {
42137
43529
  excludeApAppendix?: boolean;
42138
43530
  /** @description listing ids comma separated or "unmapped" */
42139
43531
  listingIds?: string;
43532
+ /**
43533
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
43534
+ * @enum {string}
43535
+ */
43536
+ listingScope?: "exact" | "withChildren";
42140
43537
  /** @description listing ownership period ids comma separated or "unmapped" */
42141
43538
  listingOwnershipPeriodIds?: string;
42142
43539
  /** @description account ids comma separated accounts or "unmapped" */
@@ -42221,6 +43618,7 @@ export interface operations {
42221
43618
  id: string;
42222
43619
  name: string;
42223
43620
  uniqueRef: string | null;
43621
+ childCount: number;
42224
43622
  };
42225
43623
  /** @enum {string} */
42226
43624
  status: "draft" | "inReview" | "published";
@@ -42234,6 +43632,17 @@ export interface operations {
42234
43632
  id: string;
42235
43633
  ownerId: string | null;
42236
43634
  contactId: string | null;
43635
+ contact?: {
43636
+ /** Format: uuid */
43637
+ id: string;
43638
+ name?: string | null;
43639
+ firstName?: string | null;
43640
+ uniqueRef?: string | null;
43641
+ shortRef?: string | null;
43642
+ email?: string | null;
43643
+ /** @enum {string} */
43644
+ type: "owner" | "vendor";
43645
+ } | null;
42237
43646
  split: number;
42238
43647
  }[];
42239
43648
  } | null;
@@ -42386,6 +43795,15 @@ export interface operations {
42386
43795
  context: Record<string, never>;
42387
43796
  message: string;
42388
43797
  })[];
43798
+ descriptionEdit?: {
43799
+ /** @enum {string} */
43800
+ status: "editable" | "disabled";
43801
+ transactionId?: string | null;
43802
+ /** Format: uuid */
43803
+ lineId?: string;
43804
+ /** @enum {string} */
43805
+ reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
43806
+ };
42389
43807
  columns: {
42390
43808
  name: string;
42391
43809
  text: string;
@@ -42425,6 +43843,11 @@ export interface operations {
42425
43843
  excludeApAppendix?: boolean;
42426
43844
  /** @description listing ids comma separated or "unmapped" */
42427
43845
  listingIds?: string;
43846
+ /**
43847
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
43848
+ * @enum {string}
43849
+ */
43850
+ listingScope?: "exact" | "withChildren";
42428
43851
  /** @description listing ownership period ids comma separated or "unmapped" */
42429
43852
  listingOwnershipPeriodIds?: string;
42430
43853
  /** @description account ids comma separated accounts or "unmapped" */
@@ -42505,6 +43928,11 @@ export interface operations {
42505
43928
  excludeApAppendix?: boolean;
42506
43929
  /** @description listing ids comma separated or "unmapped" */
42507
43930
  listingIds?: string;
43931
+ /**
43932
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
43933
+ * @enum {string}
43934
+ */
43935
+ listingScope?: "exact" | "withChildren";
42508
43936
  /** @description listing ownership period ids comma separated or "unmapped" */
42509
43937
  listingOwnershipPeriodIds?: string;
42510
43938
  /** @description account ids comma separated accounts or "unmapped" */
@@ -42613,6 +44041,15 @@ export interface operations {
42613
44041
  context: Record<string, never>;
42614
44042
  message: string;
42615
44043
  })[];
44044
+ descriptionEdit?: {
44045
+ /** @enum {string} */
44046
+ status: "editable" | "disabled";
44047
+ transactionId?: string | null;
44048
+ /** Format: uuid */
44049
+ lineId?: string;
44050
+ /** @enum {string} */
44051
+ reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
44052
+ };
42616
44053
  columns: {
42617
44054
  name: string;
42618
44055
  text: string;
@@ -42652,6 +44089,11 @@ export interface operations {
42652
44089
  excludeApAppendix?: boolean;
42653
44090
  /** @description listing ids comma separated or "unmapped" */
42654
44091
  listingIds?: string;
44092
+ /**
44093
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
44094
+ * @enum {string}
44095
+ */
44096
+ listingScope?: "exact" | "withChildren";
42655
44097
  /** @description listing ownership period ids comma separated or "unmapped" */
42656
44098
  listingOwnershipPeriodIds?: string;
42657
44099
  /** @description account ids comma separated accounts or "unmapped" */
@@ -42732,6 +44174,11 @@ export interface operations {
42732
44174
  excludeApAppendix?: boolean;
42733
44175
  /** @description listing ids comma separated or "unmapped" */
42734
44176
  listingIds?: string;
44177
+ /**
44178
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
44179
+ * @enum {string}
44180
+ */
44181
+ listingScope?: "exact" | "withChildren";
42735
44182
  /** @description listing ownership period ids comma separated or "unmapped" */
42736
44183
  listingOwnershipPeriodIds?: string;
42737
44184
  /** @description account ids comma separated accounts or "unmapped" */
@@ -42856,6 +44303,15 @@ export interface operations {
42856
44303
  context: Record<string, never>;
42857
44304
  message: string;
42858
44305
  })[];
44306
+ descriptionEdit?: {
44307
+ /** @enum {string} */
44308
+ status: "editable" | "disabled";
44309
+ transactionId?: string | null;
44310
+ /** Format: uuid */
44311
+ lineId?: string;
44312
+ /** @enum {string} */
44313
+ reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
44314
+ };
42859
44315
  columns: {
42860
44316
  name: string;
42861
44317
  text: string;
@@ -42895,6 +44351,11 @@ export interface operations {
42895
44351
  excludeApAppendix?: boolean;
42896
44352
  /** @description listing ids comma separated or "unmapped" */
42897
44353
  listingIds?: string;
44354
+ /**
44355
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
44356
+ * @enum {string}
44357
+ */
44358
+ listingScope?: "exact" | "withChildren";
42898
44359
  /** @description listing ownership period ids comma separated or "unmapped" */
42899
44360
  listingOwnershipPeriodIds?: string;
42900
44361
  /** @description account ids comma separated accounts or "unmapped" */
@@ -42975,6 +44436,11 @@ export interface operations {
42975
44436
  excludeApAppendix?: boolean;
42976
44437
  /** @description listing ids comma separated or "unmapped" */
42977
44438
  listingIds?: string;
44439
+ /**
44440
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
44441
+ * @enum {string}
44442
+ */
44443
+ listingScope?: "exact" | "withChildren";
42978
44444
  /** @description listing ownership period ids comma separated or "unmapped" */
42979
44445
  listingOwnershipPeriodIds?: string;
42980
44446
  /** @description account ids comma separated accounts or "unmapped" */
@@ -44180,6 +45646,262 @@ export interface operations {
44180
45646
  };
44181
45647
  };
44182
45648
  };
45649
+ getStatementsLayoutsListingMappings: {
45650
+ parameters: {
45651
+ query?: {
45652
+ layoutId?: string;
45653
+ search?: string;
45654
+ limit?: number;
45655
+ page?: number;
45656
+ };
45657
+ header?: never;
45658
+ path?: never;
45659
+ cookie?: never;
45660
+ };
45661
+ requestBody?: never;
45662
+ responses: {
45663
+ /** @description Successful response */
45664
+ 200: {
45665
+ headers: {
45666
+ [name: string]: unknown;
45667
+ };
45668
+ content: {
45669
+ "application/json": {
45670
+ data: {
45671
+ listing: {
45672
+ /** Format: uuid */
45673
+ id: string;
45674
+ name: string;
45675
+ children: {
45676
+ /** Format: uuid */
45677
+ id: string;
45678
+ name: string;
45679
+ }[];
45680
+ };
45681
+ layout: {
45682
+ /** Format: uuid */
45683
+ id: string;
45684
+ name: string;
45685
+ } | null;
45686
+ }[];
45687
+ pagination: {
45688
+ /** @default 100 */
45689
+ limit: number;
45690
+ /** @default 1 */
45691
+ page: number;
45692
+ total: number;
45693
+ totalPage: number;
45694
+ nextPage?: number;
45695
+ };
45696
+ };
45697
+ };
45698
+ };
45699
+ /** @description Bad request */
45700
+ 400: {
45701
+ headers: {
45702
+ [name: string]: unknown;
45703
+ };
45704
+ content: {
45705
+ "application/json": {
45706
+ code: string;
45707
+ message: string;
45708
+ issues?: {
45709
+ message: string;
45710
+ }[];
45711
+ context?: unknown;
45712
+ };
45713
+ };
45714
+ };
45715
+ /** @description Unauthorized */
45716
+ 401: {
45717
+ headers: {
45718
+ [name: string]: unknown;
45719
+ };
45720
+ content: {
45721
+ "application/json": {
45722
+ code: string;
45723
+ message: string;
45724
+ issues?: {
45725
+ message: string;
45726
+ }[];
45727
+ context?: unknown;
45728
+ };
45729
+ };
45730
+ };
45731
+ /** @description Forbidden */
45732
+ 403: {
45733
+ headers: {
45734
+ [name: string]: unknown;
45735
+ };
45736
+ content: {
45737
+ "application/json": {
45738
+ code: string;
45739
+ message: string;
45740
+ issues?: {
45741
+ message: string;
45742
+ }[];
45743
+ context?: unknown;
45744
+ };
45745
+ };
45746
+ };
45747
+ /** @description Not found */
45748
+ 404: {
45749
+ headers: {
45750
+ [name: string]: unknown;
45751
+ };
45752
+ content: {
45753
+ "application/json": {
45754
+ code: string;
45755
+ message: string;
45756
+ issues?: {
45757
+ message: string;
45758
+ }[];
45759
+ context?: unknown;
45760
+ };
45761
+ };
45762
+ };
45763
+ /** @description Internal server error */
45764
+ 500: {
45765
+ headers: {
45766
+ [name: string]: unknown;
45767
+ };
45768
+ content: {
45769
+ "application/json": {
45770
+ code: string;
45771
+ message: string;
45772
+ issues?: {
45773
+ message: string;
45774
+ }[];
45775
+ context?: unknown;
45776
+ };
45777
+ };
45778
+ };
45779
+ };
45780
+ };
45781
+ putStatementsLayoutsListingMappingsByListingId: {
45782
+ parameters: {
45783
+ query?: never;
45784
+ header?: never;
45785
+ path: {
45786
+ listingId: string;
45787
+ };
45788
+ cookie?: never;
45789
+ };
45790
+ requestBody?: {
45791
+ content: {
45792
+ "application/json": {
45793
+ layoutId: string | null;
45794
+ };
45795
+ };
45796
+ };
45797
+ responses: {
45798
+ /** @description Successful response */
45799
+ 200: {
45800
+ headers: {
45801
+ [name: string]: unknown;
45802
+ };
45803
+ content: {
45804
+ "application/json": {
45805
+ listing: {
45806
+ /** Format: uuid */
45807
+ id: string;
45808
+ name: string;
45809
+ children: {
45810
+ /** Format: uuid */
45811
+ id: string;
45812
+ name: string;
45813
+ }[];
45814
+ };
45815
+ layout: {
45816
+ /** Format: uuid */
45817
+ id: string;
45818
+ name: string;
45819
+ } | null;
45820
+ };
45821
+ };
45822
+ };
45823
+ /** @description Bad request */
45824
+ 400: {
45825
+ headers: {
45826
+ [name: string]: unknown;
45827
+ };
45828
+ content: {
45829
+ "application/json": {
45830
+ code: string;
45831
+ message: string;
45832
+ issues?: {
45833
+ message: string;
45834
+ }[];
45835
+ context?: unknown;
45836
+ };
45837
+ };
45838
+ };
45839
+ /** @description Unauthorized */
45840
+ 401: {
45841
+ headers: {
45842
+ [name: string]: unknown;
45843
+ };
45844
+ content: {
45845
+ "application/json": {
45846
+ code: string;
45847
+ message: string;
45848
+ issues?: {
45849
+ message: string;
45850
+ }[];
45851
+ context?: unknown;
45852
+ };
45853
+ };
45854
+ };
45855
+ /** @description Forbidden */
45856
+ 403: {
45857
+ headers: {
45858
+ [name: string]: unknown;
45859
+ };
45860
+ content: {
45861
+ "application/json": {
45862
+ code: string;
45863
+ message: string;
45864
+ issues?: {
45865
+ message: string;
45866
+ }[];
45867
+ context?: unknown;
45868
+ };
45869
+ };
45870
+ };
45871
+ /** @description Not found */
45872
+ 404: {
45873
+ headers: {
45874
+ [name: string]: unknown;
45875
+ };
45876
+ content: {
45877
+ "application/json": {
45878
+ code: string;
45879
+ message: string;
45880
+ issues?: {
45881
+ message: string;
45882
+ }[];
45883
+ context?: unknown;
45884
+ };
45885
+ };
45886
+ };
45887
+ /** @description Internal server error */
45888
+ 500: {
45889
+ headers: {
45890
+ [name: string]: unknown;
45891
+ };
45892
+ content: {
45893
+ "application/json": {
45894
+ code: string;
45895
+ message: string;
45896
+ issues?: {
45897
+ message: string;
45898
+ }[];
45899
+ context?: unknown;
45900
+ };
45901
+ };
45902
+ };
45903
+ };
45904
+ };
44183
45905
  getStatementsLayoutsById: {
44184
45906
  parameters: {
44185
45907
  query?: never;
@@ -44812,6 +46534,119 @@ export interface operations {
44812
46534
  };
44813
46535
  };
44814
46536
  };
46537
+ patchStatementsLineDescription: {
46538
+ parameters: {
46539
+ query?: never;
46540
+ header?: never;
46541
+ path?: never;
46542
+ cookie?: never;
46543
+ };
46544
+ requestBody?: {
46545
+ content: {
46546
+ "application/json": {
46547
+ transactionId: string | null;
46548
+ /** Format: uuid */
46549
+ lineId: string;
46550
+ description: string;
46551
+ };
46552
+ };
46553
+ };
46554
+ responses: {
46555
+ /** @description Successful response */
46556
+ 200: {
46557
+ headers: {
46558
+ [name: string]: unknown;
46559
+ };
46560
+ content: {
46561
+ "application/json": {
46562
+ /** Format: uuid */
46563
+ id: string;
46564
+ description: string;
46565
+ };
46566
+ };
46567
+ };
46568
+ /** @description Bad request */
46569
+ 400: {
46570
+ headers: {
46571
+ [name: string]: unknown;
46572
+ };
46573
+ content: {
46574
+ "application/json": {
46575
+ code: string;
46576
+ message: string;
46577
+ issues?: {
46578
+ message: string;
46579
+ }[];
46580
+ context?: unknown;
46581
+ };
46582
+ };
46583
+ };
46584
+ /** @description Unauthorized */
46585
+ 401: {
46586
+ headers: {
46587
+ [name: string]: unknown;
46588
+ };
46589
+ content: {
46590
+ "application/json": {
46591
+ code: string;
46592
+ message: string;
46593
+ issues?: {
46594
+ message: string;
46595
+ }[];
46596
+ context?: unknown;
46597
+ };
46598
+ };
46599
+ };
46600
+ /** @description Forbidden */
46601
+ 403: {
46602
+ headers: {
46603
+ [name: string]: unknown;
46604
+ };
46605
+ content: {
46606
+ "application/json": {
46607
+ code: string;
46608
+ message: string;
46609
+ issues?: {
46610
+ message: string;
46611
+ }[];
46612
+ context?: unknown;
46613
+ };
46614
+ };
46615
+ };
46616
+ /** @description Not found */
46617
+ 404: {
46618
+ headers: {
46619
+ [name: string]: unknown;
46620
+ };
46621
+ content: {
46622
+ "application/json": {
46623
+ code: string;
46624
+ message: string;
46625
+ issues?: {
46626
+ message: string;
46627
+ }[];
46628
+ context?: unknown;
46629
+ };
46630
+ };
46631
+ };
46632
+ /** @description Internal server error */
46633
+ 500: {
46634
+ headers: {
46635
+ [name: string]: unknown;
46636
+ };
46637
+ content: {
46638
+ "application/json": {
46639
+ code: string;
46640
+ message: string;
46641
+ issues?: {
46642
+ message: string;
46643
+ }[];
46644
+ context?: unknown;
46645
+ };
46646
+ };
46647
+ };
46648
+ };
46649
+ };
44815
46650
  postStatementsManagerPay: {
44816
46651
  parameters: {
44817
46652
  query?: never;
@@ -45788,6 +47623,11 @@ export interface operations {
45788
47623
  excludeApAppendix?: boolean;
45789
47624
  /** @description listing ids comma separated or "unmapped" */
45790
47625
  listingIds?: string;
47626
+ /**
47627
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
47628
+ * @enum {string}
47629
+ */
47630
+ listingScope?: "exact" | "withChildren";
45791
47631
  /** @description listing ownership period ids comma separated or "unmapped" */
45792
47632
  listingOwnershipPeriodIds?: string;
45793
47633
  /** @description account ids comma separated accounts or "unmapped" */
@@ -45872,6 +47712,7 @@ export interface operations {
45872
47712
  id: string;
45873
47713
  name: string;
45874
47714
  uniqueRef: string | null;
47715
+ childCount: number;
45875
47716
  };
45876
47717
  /** @enum {string} */
45877
47718
  status: "draft" | "inReview" | "published";
@@ -45885,6 +47726,17 @@ export interface operations {
45885
47726
  id: string;
45886
47727
  ownerId: string | null;
45887
47728
  contactId: string | null;
47729
+ contact?: {
47730
+ /** Format: uuid */
47731
+ id: string;
47732
+ name?: string | null;
47733
+ firstName?: string | null;
47734
+ uniqueRef?: string | null;
47735
+ shortRef?: string | null;
47736
+ email?: string | null;
47737
+ /** @enum {string} */
47738
+ type: "owner" | "vendor";
47739
+ } | null;
45888
47740
  split: number;
45889
47741
  }[];
45890
47742
  } | null;
@@ -46037,6 +47889,15 @@ export interface operations {
46037
47889
  context: Record<string, never>;
46038
47890
  message: string;
46039
47891
  })[];
47892
+ descriptionEdit?: {
47893
+ /** @enum {string} */
47894
+ status: "editable" | "disabled";
47895
+ transactionId?: string | null;
47896
+ /** Format: uuid */
47897
+ lineId?: string;
47898
+ /** @enum {string} */
47899
+ reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
47900
+ };
46040
47901
  columns: {
46041
47902
  name: string;
46042
47903
  text: string;
@@ -46076,6 +47937,11 @@ export interface operations {
46076
47937
  excludeApAppendix?: boolean;
46077
47938
  /** @description listing ids comma separated or "unmapped" */
46078
47939
  listingIds?: string;
47940
+ /**
47941
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
47942
+ * @enum {string}
47943
+ */
47944
+ listingScope?: "exact" | "withChildren";
46079
47945
  /** @description listing ownership period ids comma separated or "unmapped" */
46080
47946
  listingOwnershipPeriodIds?: string;
46081
47947
  /** @description account ids comma separated accounts or "unmapped" */
@@ -46156,6 +48022,11 @@ export interface operations {
46156
48022
  excludeApAppendix?: boolean;
46157
48023
  /** @description listing ids comma separated or "unmapped" */
46158
48024
  listingIds?: string;
48025
+ /**
48026
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
48027
+ * @enum {string}
48028
+ */
48029
+ listingScope?: "exact" | "withChildren";
46159
48030
  /** @description listing ownership period ids comma separated or "unmapped" */
46160
48031
  listingOwnershipPeriodIds?: string;
46161
48032
  /** @description account ids comma separated accounts or "unmapped" */
@@ -46264,6 +48135,15 @@ export interface operations {
46264
48135
  context: Record<string, never>;
46265
48136
  message: string;
46266
48137
  })[];
48138
+ descriptionEdit?: {
48139
+ /** @enum {string} */
48140
+ status: "editable" | "disabled";
48141
+ transactionId?: string | null;
48142
+ /** Format: uuid */
48143
+ lineId?: string;
48144
+ /** @enum {string} */
48145
+ reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
48146
+ };
46267
48147
  columns: {
46268
48148
  name: string;
46269
48149
  text: string;
@@ -46303,6 +48183,11 @@ export interface operations {
46303
48183
  excludeApAppendix?: boolean;
46304
48184
  /** @description listing ids comma separated or "unmapped" */
46305
48185
  listingIds?: string;
48186
+ /**
48187
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
48188
+ * @enum {string}
48189
+ */
48190
+ listingScope?: "exact" | "withChildren";
46306
48191
  /** @description listing ownership period ids comma separated or "unmapped" */
46307
48192
  listingOwnershipPeriodIds?: string;
46308
48193
  /** @description account ids comma separated accounts or "unmapped" */
@@ -46383,6 +48268,11 @@ export interface operations {
46383
48268
  excludeApAppendix?: boolean;
46384
48269
  /** @description listing ids comma separated or "unmapped" */
46385
48270
  listingIds?: string;
48271
+ /**
48272
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
48273
+ * @enum {string}
48274
+ */
48275
+ listingScope?: "exact" | "withChildren";
46386
48276
  /** @description listing ownership period ids comma separated or "unmapped" */
46387
48277
  listingOwnershipPeriodIds?: string;
46388
48278
  /** @description account ids comma separated accounts or "unmapped" */
@@ -46507,6 +48397,15 @@ export interface operations {
46507
48397
  context: Record<string, never>;
46508
48398
  message: string;
46509
48399
  })[];
48400
+ descriptionEdit?: {
48401
+ /** @enum {string} */
48402
+ status: "editable" | "disabled";
48403
+ transactionId?: string | null;
48404
+ /** Format: uuid */
48405
+ lineId?: string;
48406
+ /** @enum {string} */
48407
+ reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
48408
+ };
46510
48409
  columns: {
46511
48410
  name: string;
46512
48411
  text: string;
@@ -46546,6 +48445,11 @@ export interface operations {
46546
48445
  excludeApAppendix?: boolean;
46547
48446
  /** @description listing ids comma separated or "unmapped" */
46548
48447
  listingIds?: string;
48448
+ /**
48449
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
48450
+ * @enum {string}
48451
+ */
48452
+ listingScope?: "exact" | "withChildren";
46549
48453
  /** @description listing ownership period ids comma separated or "unmapped" */
46550
48454
  listingOwnershipPeriodIds?: string;
46551
48455
  /** @description account ids comma separated accounts or "unmapped" */
@@ -46626,6 +48530,11 @@ export interface operations {
46626
48530
  excludeApAppendix?: boolean;
46627
48531
  /** @description listing ids comma separated or "unmapped" */
46628
48532
  listingIds?: string;
48533
+ /**
48534
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
48535
+ * @enum {string}
48536
+ */
48537
+ listingScope?: "exact" | "withChildren";
46629
48538
  /** @description listing ownership period ids comma separated or "unmapped" */
46630
48539
  listingOwnershipPeriodIds?: string;
46631
48540
  /** @description account ids comma separated accounts or "unmapped" */
@@ -47039,6 +48948,11 @@ export interface operations {
47039
48948
  excludeApAppendix?: boolean;
47040
48949
  /** @description listing ids comma separated or "unmapped" */
47041
48950
  listingIds?: string;
48951
+ /**
48952
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
48953
+ * @enum {string}
48954
+ */
48955
+ listingScope?: "exact" | "withChildren";
47042
48956
  /** @description listing ownership period ids comma separated or "unmapped" */
47043
48957
  listingOwnershipPeriodIds?: string;
47044
48958
  /** @description account ids comma separated accounts or "unmapped" */
@@ -47123,6 +49037,7 @@ export interface operations {
47123
49037
  id: string;
47124
49038
  name: string;
47125
49039
  uniqueRef: string | null;
49040
+ childCount: number;
47126
49041
  };
47127
49042
  /** @enum {string} */
47128
49043
  status: "draft" | "inReview" | "published";
@@ -47136,6 +49051,17 @@ export interface operations {
47136
49051
  id: string;
47137
49052
  ownerId: string | null;
47138
49053
  contactId: string | null;
49054
+ contact?: {
49055
+ /** Format: uuid */
49056
+ id: string;
49057
+ name?: string | null;
49058
+ firstName?: string | null;
49059
+ uniqueRef?: string | null;
49060
+ shortRef?: string | null;
49061
+ email?: string | null;
49062
+ /** @enum {string} */
49063
+ type: "owner" | "vendor";
49064
+ } | null;
47139
49065
  split: number;
47140
49066
  }[];
47141
49067
  } | null;
@@ -47288,6 +49214,15 @@ export interface operations {
47288
49214
  context: Record<string, never>;
47289
49215
  message: string;
47290
49216
  })[];
49217
+ descriptionEdit?: {
49218
+ /** @enum {string} */
49219
+ status: "editable" | "disabled";
49220
+ transactionId?: string | null;
49221
+ /** Format: uuid */
49222
+ lineId?: string;
49223
+ /** @enum {string} */
49224
+ reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
49225
+ };
47291
49226
  columns: {
47292
49227
  name: string;
47293
49228
  text: string;
@@ -47327,6 +49262,11 @@ export interface operations {
47327
49262
  excludeApAppendix?: boolean;
47328
49263
  /** @description listing ids comma separated or "unmapped" */
47329
49264
  listingIds?: string;
49265
+ /**
49266
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
49267
+ * @enum {string}
49268
+ */
49269
+ listingScope?: "exact" | "withChildren";
47330
49270
  /** @description listing ownership period ids comma separated or "unmapped" */
47331
49271
  listingOwnershipPeriodIds?: string;
47332
49272
  /** @description account ids comma separated accounts or "unmapped" */
@@ -47407,6 +49347,11 @@ export interface operations {
47407
49347
  excludeApAppendix?: boolean;
47408
49348
  /** @description listing ids comma separated or "unmapped" */
47409
49349
  listingIds?: string;
49350
+ /**
49351
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
49352
+ * @enum {string}
49353
+ */
49354
+ listingScope?: "exact" | "withChildren";
47410
49355
  /** @description listing ownership period ids comma separated or "unmapped" */
47411
49356
  listingOwnershipPeriodIds?: string;
47412
49357
  /** @description account ids comma separated accounts or "unmapped" */
@@ -47515,6 +49460,15 @@ export interface operations {
47515
49460
  context: Record<string, never>;
47516
49461
  message: string;
47517
49462
  })[];
49463
+ descriptionEdit?: {
49464
+ /** @enum {string} */
49465
+ status: "editable" | "disabled";
49466
+ transactionId?: string | null;
49467
+ /** Format: uuid */
49468
+ lineId?: string;
49469
+ /** @enum {string} */
49470
+ reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
49471
+ };
47518
49472
  columns: {
47519
49473
  name: string;
47520
49474
  text: string;
@@ -47554,6 +49508,11 @@ export interface operations {
47554
49508
  excludeApAppendix?: boolean;
47555
49509
  /** @description listing ids comma separated or "unmapped" */
47556
49510
  listingIds?: string;
49511
+ /**
49512
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
49513
+ * @enum {string}
49514
+ */
49515
+ listingScope?: "exact" | "withChildren";
47557
49516
  /** @description listing ownership period ids comma separated or "unmapped" */
47558
49517
  listingOwnershipPeriodIds?: string;
47559
49518
  /** @description account ids comma separated accounts or "unmapped" */
@@ -47634,6 +49593,11 @@ export interface operations {
47634
49593
  excludeApAppendix?: boolean;
47635
49594
  /** @description listing ids comma separated or "unmapped" */
47636
49595
  listingIds?: string;
49596
+ /**
49597
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
49598
+ * @enum {string}
49599
+ */
49600
+ listingScope?: "exact" | "withChildren";
47637
49601
  /** @description listing ownership period ids comma separated or "unmapped" */
47638
49602
  listingOwnershipPeriodIds?: string;
47639
49603
  /** @description account ids comma separated accounts or "unmapped" */
@@ -47758,6 +49722,15 @@ export interface operations {
47758
49722
  context: Record<string, never>;
47759
49723
  message: string;
47760
49724
  })[];
49725
+ descriptionEdit?: {
49726
+ /** @enum {string} */
49727
+ status: "editable" | "disabled";
49728
+ transactionId?: string | null;
49729
+ /** Format: uuid */
49730
+ lineId?: string;
49731
+ /** @enum {string} */
49732
+ reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
49733
+ };
47761
49734
  columns: {
47762
49735
  name: string;
47763
49736
  text: string;
@@ -47797,6 +49770,11 @@ export interface operations {
47797
49770
  excludeApAppendix?: boolean;
47798
49771
  /** @description listing ids comma separated or "unmapped" */
47799
49772
  listingIds?: string;
49773
+ /**
49774
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
49775
+ * @enum {string}
49776
+ */
49777
+ listingScope?: "exact" | "withChildren";
47800
49778
  /** @description listing ownership period ids comma separated or "unmapped" */
47801
49779
  listingOwnershipPeriodIds?: string;
47802
49780
  /** @description account ids comma separated accounts or "unmapped" */
@@ -47877,6 +49855,11 @@ export interface operations {
47877
49855
  excludeApAppendix?: boolean;
47878
49856
  /** @description listing ids comma separated or "unmapped" */
47879
49857
  listingIds?: string;
49858
+ /**
49859
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
49860
+ * @enum {string}
49861
+ */
49862
+ listingScope?: "exact" | "withChildren";
47880
49863
  /** @description listing ownership period ids comma separated or "unmapped" */
47881
49864
  listingOwnershipPeriodIds?: string;
47882
49865
  /** @description account ids comma separated accounts or "unmapped" */
@@ -48490,7 +50473,7 @@ export interface operations {
48490
50473
  search?: string;
48491
50474
  category?: string;
48492
50475
  connectionId?: string;
48493
- type?: "extract" | "automate" | "webhook";
50476
+ type?: "extract" | "automate" | "flow" | "webhook";
48494
50477
  status?: "queued" | "started" | "completed" | "failed" | "canceled";
48495
50478
  sort?: "created_asc" | "created_desc" | "updated_asc" | "updated_desc";
48496
50479
  /** @description Comma-separated sync IDs. */
@@ -48513,7 +50496,7 @@ export interface operations {
48513
50496
  "application/json": {
48514
50497
  data: {
48515
50498
  /** @enum {string} */
48516
- type: "extract" | "automate" | "webhook";
50499
+ type: "extract" | "automate" | "flow" | "webhook";
48517
50500
  message?: string;
48518
50501
  triggerRef?: string;
48519
50502
  automationId?: string | null;
@@ -48654,7 +50637,7 @@ export interface operations {
48654
50637
  /** Format: uuid */
48655
50638
  id?: string;
48656
50639
  /** @enum {string} */
48657
- type: "extract" | "automate" | "webhook";
50640
+ type: "extract" | "automate" | "flow" | "webhook";
48658
50641
  params?: {
48659
50642
  [key: string]: unknown;
48660
50643
  };
@@ -48675,7 +50658,7 @@ export interface operations {
48675
50658
  content: {
48676
50659
  "application/json": {
48677
50660
  /** @enum {string} */
48678
- type: "extract" | "automate" | "webhook";
50661
+ type: "extract" | "automate" | "flow" | "webhook";
48679
50662
  params?: {
48680
50663
  [key: string]: unknown;
48681
50664
  };
@@ -49061,7 +51044,7 @@ export interface operations {
49061
51044
  content: {
49062
51045
  "application/json": {
49063
51046
  /** @enum {string} */
49064
- type: "extract" | "automate" | "webhook";
51047
+ type: "extract" | "automate" | "flow" | "webhook";
49065
51048
  params?: {
49066
51049
  [key: string]: unknown;
49067
51050
  };
@@ -49185,7 +51168,7 @@ export interface operations {
49185
51168
  content: {
49186
51169
  "application/json": {
49187
51170
  /** @enum {string} */
49188
- type?: "extract" | "automate" | "webhook";
51171
+ type?: "extract" | "automate" | "flow" | "webhook";
49189
51172
  params?: {
49190
51173
  [key: string]: unknown;
49191
51174
  };
@@ -49206,7 +51189,7 @@ export interface operations {
49206
51189
  content: {
49207
51190
  "application/json": {
49208
51191
  /** @enum {string} */
49209
- type: "extract" | "automate" | "webhook";
51192
+ type: "extract" | "automate" | "flow" | "webhook";
49210
51193
  params?: {
49211
51194
  [key: string]: unknown;
49212
51195
  };
@@ -50226,6 +52209,22 @@ export interface operations {
50226
52209
  latestVersion: number;
50227
52210
  }[];
50228
52211
  };
52212
+ } | {
52213
+ /** @enum {string} */
52214
+ severity: "error" | "warning";
52215
+ /** @enum {string} */
52216
+ category: "criticalToUser" | "criticalToSystem";
52217
+ message: string;
52218
+ affected: number;
52219
+ /** @constant */
52220
+ code: "operatingBankAccountsWithoutOpex";
52221
+ context: {
52222
+ accounts: {
52223
+ /** Format: uuid */
52224
+ id: string;
52225
+ name: string;
52226
+ }[];
52227
+ };
50229
52228
  } | {
50230
52229
  /** @enum {string} */
50231
52230
  severity: "error" | "warning";
@@ -54358,6 +56357,22 @@ export interface operations {
54358
56357
  latestVersion: number;
54359
56358
  }[];
54360
56359
  };
56360
+ } | {
56361
+ /** @enum {string} */
56362
+ severity: "error" | "warning";
56363
+ /** @enum {string} */
56364
+ category: "criticalToUser" | "criticalToSystem";
56365
+ message: string;
56366
+ affected: number;
56367
+ /** @constant */
56368
+ code: "operatingBankAccountsWithoutOpex";
56369
+ context: {
56370
+ accounts: {
56371
+ /** Format: uuid */
56372
+ id: string;
56373
+ name: string;
56374
+ }[];
56375
+ };
54361
56376
  } | {
54362
56377
  /** @enum {string} */
54363
56378
  severity: "error" | "warning";
@@ -55366,6 +57381,8 @@ export interface operations {
55366
57381
  reconciled?: boolean | "candidate";
55367
57382
  contactId?: string;
55368
57383
  listingIds?: string;
57384
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
57385
+ listingScope?: "exact" | "withChildren";
55369
57386
  limit?: number;
55370
57387
  page?: number;
55371
57388
  };
@@ -56498,6 +58515,8 @@ export interface operations {
56498
58515
  reconciled?: boolean | "candidate";
56499
58516
  contactId?: string;
56500
58517
  listingIds?: string;
58518
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
58519
+ listingScope?: "exact" | "withChildren";
56501
58520
  };
56502
58521
  header?: never;
56503
58522
  path?: never;
@@ -56635,6 +58654,8 @@ export interface operations {
56635
58654
  reconciled?: boolean | "candidate";
56636
58655
  contactId?: string;
56637
58656
  listingIds?: string;
58657
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
58658
+ listingScope?: "exact" | "withChildren";
56638
58659
  };
56639
58660
  header?: never;
56640
58661
  path?: never;
@@ -56772,6 +58793,8 @@ export interface operations {
56772
58793
  reconciled?: boolean | "candidate";
56773
58794
  contactId?: string;
56774
58795
  listingIds?: string;
58796
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
58797
+ listingScope?: "exact" | "withChildren";
56775
58798
  };
56776
58799
  header?: never;
56777
58800
  path?: never;
@@ -57251,6 +59274,8 @@ export interface operations {
57251
59274
  reconciled?: boolean | "candidate";
57252
59275
  contactId?: string;
57253
59276
  listingIds?: string;
59277
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
59278
+ listingScope?: "exact" | "withChildren";
57254
59279
  };
57255
59280
  header?: never;
57256
59281
  path?: never;
@@ -59148,6 +61173,8 @@ export interface operations {
59148
61173
  reconciled?: boolean | "candidate";
59149
61174
  contactId?: string;
59150
61175
  listingIds?: string;
61176
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
61177
+ listingScope?: "exact" | "withChildren";
59151
61178
  };
59152
61179
  header?: never;
59153
61180
  path?: never;
@@ -60576,116 +62603,4 @@ export interface operations {
60576
62603
  };
60577
62604
  };
60578
62605
  };
60579
- patchTransactionsByTransactionIdLinesByIdDescription: {
60580
- parameters: {
60581
- query?: never;
60582
- header?: never;
60583
- path: {
60584
- transactionId: string;
60585
- id: string;
60586
- };
60587
- cookie?: never;
60588
- };
60589
- requestBody?: {
60590
- content: {
60591
- "application/json": {
60592
- description: string;
60593
- };
60594
- };
60595
- };
60596
- responses: {
60597
- /** @description Successful response */
60598
- 200: {
60599
- headers: {
60600
- [name: string]: unknown;
60601
- };
60602
- content: {
60603
- "application/json": {
60604
- id: string;
60605
- description: string;
60606
- };
60607
- };
60608
- };
60609
- /** @description Bad request */
60610
- 400: {
60611
- headers: {
60612
- [name: string]: unknown;
60613
- };
60614
- content: {
60615
- "application/json": {
60616
- code: string;
60617
- message: string;
60618
- issues?: {
60619
- message: string;
60620
- }[];
60621
- context?: unknown;
60622
- };
60623
- };
60624
- };
60625
- /** @description Unauthorized */
60626
- 401: {
60627
- headers: {
60628
- [name: string]: unknown;
60629
- };
60630
- content: {
60631
- "application/json": {
60632
- code: string;
60633
- message: string;
60634
- issues?: {
60635
- message: string;
60636
- }[];
60637
- context?: unknown;
60638
- };
60639
- };
60640
- };
60641
- /** @description Forbidden */
60642
- 403: {
60643
- headers: {
60644
- [name: string]: unknown;
60645
- };
60646
- content: {
60647
- "application/json": {
60648
- code: string;
60649
- message: string;
60650
- issues?: {
60651
- message: string;
60652
- }[];
60653
- context?: unknown;
60654
- };
60655
- };
60656
- };
60657
- /** @description Not found */
60658
- 404: {
60659
- headers: {
60660
- [name: string]: unknown;
60661
- };
60662
- content: {
60663
- "application/json": {
60664
- code: string;
60665
- message: string;
60666
- issues?: {
60667
- message: string;
60668
- }[];
60669
- context?: unknown;
60670
- };
60671
- };
60672
- };
60673
- /** @description Internal server error */
60674
- 500: {
60675
- headers: {
60676
- [name: string]: unknown;
60677
- };
60678
- content: {
60679
- "application/json": {
60680
- code: string;
60681
- message: string;
60682
- issues?: {
60683
- message: string;
60684
- }[];
60685
- context?: unknown;
60686
- };
60687
- };
60688
- };
60689
- };
60690
- };
60691
62606
  }