@robosystems/client 0.3.20 → 0.3.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/sdk/types.gen.ts CHANGED
@@ -15162,9 +15162,9 @@ export type SyncConnectionErrors = {
15162
15162
  */
15163
15163
  409: ErrorResponse;
15164
15164
  /**
15165
- * Validation Error
15165
+ * Validation error
15166
15166
  */
15167
- 422: HttpValidationError;
15167
+ 422: ErrorResponse;
15168
15168
  /**
15169
15169
  * Rate limit exceeded
15170
15170
  */
@@ -17553,9 +17553,9 @@ export type OpCreateSubgraphErrors = {
17553
17553
  */
17554
17554
  409: ErrorResponse;
17555
17555
  /**
17556
- * Validation Error
17556
+ * Validation error
17557
17557
  */
17558
- 422: HttpValidationError;
17558
+ 422: ErrorResponse;
17559
17559
  /**
17560
17560
  * Rate limit exceeded
17561
17561
  */
@@ -17617,9 +17617,9 @@ export type OpDeleteSubgraphErrors = {
17617
17617
  */
17618
17618
  409: ErrorResponse;
17619
17619
  /**
17620
- * Validation Error
17620
+ * Validation error
17621
17621
  */
17622
- 422: HttpValidationError;
17622
+ 422: ErrorResponse;
17623
17623
  /**
17624
17624
  * Rate limit exceeded
17625
17625
  */
@@ -17681,9 +17681,9 @@ export type OpDeleteGraphErrors = {
17681
17681
  */
17682
17682
  409: ErrorResponse;
17683
17683
  /**
17684
- * Validation Error
17684
+ * Validation error
17685
17685
  */
17686
- 422: HttpValidationError;
17686
+ 422: ErrorResponse;
17687
17687
  /**
17688
17688
  * Rate limit exceeded
17689
17689
  */
@@ -17745,9 +17745,9 @@ export type OpCreateBackupErrors = {
17745
17745
  */
17746
17746
  409: ErrorResponse;
17747
17747
  /**
17748
- * Validation Error
17748
+ * Validation error
17749
17749
  */
17750
- 422: HttpValidationError;
17750
+ 422: ErrorResponse;
17751
17751
  /**
17752
17752
  * Rate limit exceeded
17753
17753
  */
@@ -17809,9 +17809,9 @@ export type OpRestoreBackupErrors = {
17809
17809
  */
17810
17810
  409: ErrorResponse;
17811
17811
  /**
17812
- * Validation Error
17812
+ * Validation error
17813
17813
  */
17814
- 422: HttpValidationError;
17814
+ 422: ErrorResponse;
17815
17815
  /**
17816
17816
  * Rate limit exceeded
17817
17817
  */
@@ -17873,9 +17873,9 @@ export type OpChangeTierErrors = {
17873
17873
  */
17874
17874
  409: ErrorResponse;
17875
17875
  /**
17876
- * Validation Error
17876
+ * Validation error
17877
17877
  */
17878
- 422: HttpValidationError;
17878
+ 422: ErrorResponse;
17879
17879
  /**
17880
17880
  * Rate limit exceeded
17881
17881
  */
@@ -17937,9 +17937,9 @@ export type OpMaterializeErrors = {
17937
17937
  */
17938
17938
  409: ErrorResponse;
17939
17939
  /**
17940
- * Validation Error
17940
+ * Validation error
17941
17941
  */
17942
- 422: HttpValidationError;
17942
+ 422: ErrorResponse;
17943
17943
  /**
17944
17944
  * Rate limit exceeded
17945
17945
  */
@@ -18359,9 +18359,9 @@ export type CreateGraphErrors = {
18359
18359
  */
18360
18360
  409: ErrorResponse;
18361
18361
  /**
18362
- * Validation Error
18362
+ * Validation error
18363
18363
  */
18364
- 422: HttpValidationError;
18364
+ 422: ErrorResponse;
18365
18365
  /**
18366
18366
  * Rate limit exceeded
18367
18367
  */
@@ -19423,9 +19423,9 @@ export type OpInitializeLedgerErrors = {
19423
19423
  */
19424
19424
  409: ErrorResponse;
19425
19425
  /**
19426
- * Validation Error
19426
+ * Validation error
19427
19427
  */
19428
- 422: HttpValidationError;
19428
+ 422: ErrorResponse;
19429
19429
  /**
19430
19430
  * Rate limit exceeded
19431
19431
  */
@@ -19487,9 +19487,9 @@ export type OpUpdateEntityErrors = {
19487
19487
  */
19488
19488
  409: ErrorResponse;
19489
19489
  /**
19490
- * Validation Error
19490
+ * Validation error
19491
19491
  */
19492
- 422: HttpValidationError;
19492
+ 422: ErrorResponse;
19493
19493
  /**
19494
19494
  * Rate limit exceeded
19495
19495
  */
@@ -19531,37 +19531,37 @@ export type OpCreateTaxonomyBlockData = {
19531
19531
 
19532
19532
  export type OpCreateTaxonomyBlockErrors = {
19533
19533
  /**
19534
- * Invalid request payload
19534
+ * Invalid request
19535
19535
  */
19536
- 400: OperationError;
19536
+ 400: ErrorResponse;
19537
19537
  /**
19538
- * Unauthorized — missing or invalid credentials
19538
+ * Authentication required
19539
19539
  */
19540
- 401: unknown;
19540
+ 401: ErrorResponse;
19541
19541
  /**
19542
- * Forbidden — caller cannot access this graph
19542
+ * Access denied
19543
19543
  */
19544
- 403: unknown;
19544
+ 403: ErrorResponse;
19545
19545
  /**
19546
- * Resource not found (graph, ledger, report, etc.)
19546
+ * Resource not found
19547
19547
  */
19548
- 404: OperationError;
19548
+ 404: ErrorResponse;
19549
19549
  /**
19550
- * Idempotency-Key reused with a different request body, or other operation-level conflict
19550
+ * Idempotency-Key conflict — key reused with different body
19551
19551
  */
19552
- 409: OperationError;
19552
+ 409: ErrorResponse;
19553
19553
  /**
19554
- * Validation Error
19554
+ * Validation error
19555
19555
  */
19556
- 422: HttpValidationError;
19556
+ 422: ErrorResponse;
19557
19557
  /**
19558
19558
  * Rate limit exceeded
19559
19559
  */
19560
- 429: unknown;
19560
+ 429: ErrorResponse;
19561
19561
  /**
19562
- * Internal error
19562
+ * Internal server error
19563
19563
  */
19564
- 500: unknown;
19564
+ 500: ErrorResponse;
19565
19565
  };
19566
19566
 
19567
19567
  export type OpCreateTaxonomyBlockError = OpCreateTaxonomyBlockErrors[keyof OpCreateTaxonomyBlockErrors];
@@ -19595,37 +19595,37 @@ export type OpUpdateTaxonomyBlockData = {
19595
19595
 
19596
19596
  export type OpUpdateTaxonomyBlockErrors = {
19597
19597
  /**
19598
- * Invalid request payload
19598
+ * Invalid request
19599
19599
  */
19600
- 400: OperationError;
19600
+ 400: ErrorResponse;
19601
19601
  /**
19602
- * Unauthorized — missing or invalid credentials
19602
+ * Authentication required
19603
19603
  */
19604
- 401: unknown;
19604
+ 401: ErrorResponse;
19605
19605
  /**
19606
- * Forbidden — caller cannot access this graph
19606
+ * Access denied
19607
19607
  */
19608
- 403: unknown;
19608
+ 403: ErrorResponse;
19609
19609
  /**
19610
- * Resource not found (graph, ledger, report, etc.)
19610
+ * Resource not found
19611
19611
  */
19612
- 404: OperationError;
19612
+ 404: ErrorResponse;
19613
19613
  /**
19614
- * Idempotency-Key reused with a different request body, or other operation-level conflict
19614
+ * Idempotency-Key conflict — key reused with different body
19615
19615
  */
19616
- 409: OperationError;
19616
+ 409: ErrorResponse;
19617
19617
  /**
19618
- * Validation Error
19618
+ * Validation error
19619
19619
  */
19620
- 422: HttpValidationError;
19620
+ 422: ErrorResponse;
19621
19621
  /**
19622
19622
  * Rate limit exceeded
19623
19623
  */
19624
- 429: unknown;
19624
+ 429: ErrorResponse;
19625
19625
  /**
19626
- * Internal error
19626
+ * Internal server error
19627
19627
  */
19628
- 500: unknown;
19628
+ 500: ErrorResponse;
19629
19629
  };
19630
19630
 
19631
19631
  export type OpUpdateTaxonomyBlockError = OpUpdateTaxonomyBlockErrors[keyof OpUpdateTaxonomyBlockErrors];
@@ -19659,37 +19659,37 @@ export type OpDeleteTaxonomyBlockData = {
19659
19659
 
19660
19660
  export type OpDeleteTaxonomyBlockErrors = {
19661
19661
  /**
19662
- * Invalid request payload
19662
+ * Invalid request
19663
19663
  */
19664
- 400: OperationError;
19664
+ 400: ErrorResponse;
19665
19665
  /**
19666
- * Unauthorized — missing or invalid credentials
19666
+ * Authentication required
19667
19667
  */
19668
- 401: unknown;
19668
+ 401: ErrorResponse;
19669
19669
  /**
19670
- * Forbidden — caller cannot access this graph
19670
+ * Access denied
19671
19671
  */
19672
- 403: unknown;
19672
+ 403: ErrorResponse;
19673
19673
  /**
19674
- * Resource not found (graph, ledger, report, etc.)
19674
+ * Resource not found
19675
19675
  */
19676
- 404: OperationError;
19676
+ 404: ErrorResponse;
19677
19677
  /**
19678
- * Idempotency-Key reused with a different request body, or other operation-level conflict
19678
+ * Idempotency-Key conflict — key reused with different body
19679
19679
  */
19680
- 409: OperationError;
19680
+ 409: ErrorResponse;
19681
19681
  /**
19682
- * Validation Error
19682
+ * Validation error
19683
19683
  */
19684
- 422: HttpValidationError;
19684
+ 422: ErrorResponse;
19685
19685
  /**
19686
19686
  * Rate limit exceeded
19687
19687
  */
19688
- 429: unknown;
19688
+ 429: ErrorResponse;
19689
19689
  /**
19690
- * Internal error
19690
+ * Internal server error
19691
19691
  */
19692
- 500: unknown;
19692
+ 500: ErrorResponse;
19693
19693
  };
19694
19694
 
19695
19695
  export type OpDeleteTaxonomyBlockError = OpDeleteTaxonomyBlockErrors[keyof OpDeleteTaxonomyBlockErrors];
@@ -19723,37 +19723,37 @@ export type OpLinkEntityTaxonomyData = {
19723
19723
 
19724
19724
  export type OpLinkEntityTaxonomyErrors = {
19725
19725
  /**
19726
- * Invalid request payload
19726
+ * Invalid request
19727
19727
  */
19728
- 400: OperationError;
19728
+ 400: ErrorResponse;
19729
19729
  /**
19730
- * Unauthorized — missing or invalid credentials
19730
+ * Authentication required
19731
19731
  */
19732
- 401: unknown;
19732
+ 401: ErrorResponse;
19733
19733
  /**
19734
- * Forbidden — caller cannot access this graph
19734
+ * Access denied
19735
19735
  */
19736
- 403: unknown;
19736
+ 403: ErrorResponse;
19737
19737
  /**
19738
- * Resource not found (graph, ledger, report, etc.)
19738
+ * Resource not found
19739
19739
  */
19740
- 404: OperationError;
19740
+ 404: ErrorResponse;
19741
19741
  /**
19742
- * Idempotency-Key reused with a different request body, or other operation-level conflict
19742
+ * Idempotency-Key conflict — key reused with different body
19743
19743
  */
19744
- 409: OperationError;
19744
+ 409: ErrorResponse;
19745
19745
  /**
19746
- * Validation Error
19746
+ * Validation error
19747
19747
  */
19748
- 422: HttpValidationError;
19748
+ 422: ErrorResponse;
19749
19749
  /**
19750
19750
  * Rate limit exceeded
19751
19751
  */
19752
- 429: unknown;
19752
+ 429: ErrorResponse;
19753
19753
  /**
19754
- * Internal error
19754
+ * Internal server error
19755
19755
  */
19756
- 500: unknown;
19756
+ 500: ErrorResponse;
19757
19757
  };
19758
19758
 
19759
19759
  export type OpLinkEntityTaxonomyError = OpLinkEntityTaxonomyErrors[keyof OpLinkEntityTaxonomyErrors];
@@ -19787,37 +19787,37 @@ export type OpCreateMappingAssociationData = {
19787
19787
 
19788
19788
  export type OpCreateMappingAssociationErrors = {
19789
19789
  /**
19790
- * Invalid request payload
19790
+ * Invalid request
19791
19791
  */
19792
- 400: OperationError;
19792
+ 400: ErrorResponse;
19793
19793
  /**
19794
- * Unauthorized — missing or invalid credentials
19794
+ * Authentication required
19795
19795
  */
19796
- 401: unknown;
19796
+ 401: ErrorResponse;
19797
19797
  /**
19798
- * Forbidden — caller cannot access this graph
19798
+ * Access denied
19799
19799
  */
19800
- 403: unknown;
19800
+ 403: ErrorResponse;
19801
19801
  /**
19802
- * Resource not found (graph, ledger, report, etc.)
19802
+ * Resource not found
19803
19803
  */
19804
- 404: OperationError;
19804
+ 404: ErrorResponse;
19805
19805
  /**
19806
- * Idempotency-Key reused with a different request body, or other operation-level conflict
19806
+ * Idempotency-Key conflict — key reused with different body
19807
19807
  */
19808
- 409: OperationError;
19808
+ 409: ErrorResponse;
19809
19809
  /**
19810
- * Validation Error
19810
+ * Validation error
19811
19811
  */
19812
- 422: HttpValidationError;
19812
+ 422: ErrorResponse;
19813
19813
  /**
19814
19814
  * Rate limit exceeded
19815
19815
  */
19816
- 429: unknown;
19816
+ 429: ErrorResponse;
19817
19817
  /**
19818
- * Internal error
19818
+ * Internal server error
19819
19819
  */
19820
- 500: unknown;
19820
+ 500: ErrorResponse;
19821
19821
  };
19822
19822
 
19823
19823
  export type OpCreateMappingAssociationError = OpCreateMappingAssociationErrors[keyof OpCreateMappingAssociationErrors];
@@ -19871,9 +19871,9 @@ export type OpDeleteMappingAssociationErrors = {
19871
19871
  */
19872
19872
  409: ErrorResponse;
19873
19873
  /**
19874
- * Validation Error
19874
+ * Validation error
19875
19875
  */
19876
- 422: HttpValidationError;
19876
+ 422: ErrorResponse;
19877
19877
  /**
19878
19878
  * Rate limit exceeded
19879
19879
  */
@@ -19935,9 +19935,9 @@ export type OpAutoMapElementsErrors = {
19935
19935
  */
19936
19936
  409: ErrorResponse;
19937
19937
  /**
19938
- * Validation Error
19938
+ * Validation error
19939
19939
  */
19940
- 422: HttpValidationError;
19940
+ 422: ErrorResponse;
19941
19941
  /**
19942
19942
  * Rate limit exceeded
19943
19943
  */
@@ -19979,37 +19979,37 @@ export type OpCreateInformationBlockData = {
19979
19979
 
19980
19980
  export type OpCreateInformationBlockErrors = {
19981
19981
  /**
19982
- * Invalid request payload
19982
+ * Invalid request
19983
19983
  */
19984
- 400: OperationError;
19984
+ 400: ErrorResponse;
19985
19985
  /**
19986
- * Unauthorized — missing or invalid credentials
19986
+ * Authentication required
19987
19987
  */
19988
- 401: unknown;
19988
+ 401: ErrorResponse;
19989
19989
  /**
19990
- * Forbidden — caller cannot access this graph
19990
+ * Access denied
19991
19991
  */
19992
- 403: unknown;
19992
+ 403: ErrorResponse;
19993
19993
  /**
19994
- * Resource not found (graph, ledger, report, etc.)
19994
+ * Resource not found
19995
19995
  */
19996
- 404: OperationError;
19996
+ 404: ErrorResponse;
19997
19997
  /**
19998
- * Idempotency-Key reused with a different request body, or other operation-level conflict
19998
+ * Idempotency-Key conflict — key reused with different body
19999
19999
  */
20000
- 409: OperationError;
20000
+ 409: ErrorResponse;
20001
20001
  /**
20002
- * Validation Error
20002
+ * Validation error
20003
20003
  */
20004
- 422: HttpValidationError;
20004
+ 422: ErrorResponse;
20005
20005
  /**
20006
20006
  * Rate limit exceeded
20007
20007
  */
20008
- 429: unknown;
20008
+ 429: ErrorResponse;
20009
20009
  /**
20010
- * Internal error
20010
+ * Internal server error
20011
20011
  */
20012
- 500: unknown;
20012
+ 500: ErrorResponse;
20013
20013
  };
20014
20014
 
20015
20015
  export type OpCreateInformationBlockError = OpCreateInformationBlockErrors[keyof OpCreateInformationBlockErrors];
@@ -20043,37 +20043,37 @@ export type OpUpdateInformationBlockData = {
20043
20043
 
20044
20044
  export type OpUpdateInformationBlockErrors = {
20045
20045
  /**
20046
- * Invalid request payload
20046
+ * Invalid request
20047
20047
  */
20048
- 400: OperationError;
20048
+ 400: ErrorResponse;
20049
20049
  /**
20050
- * Unauthorized — missing or invalid credentials
20050
+ * Authentication required
20051
20051
  */
20052
- 401: unknown;
20052
+ 401: ErrorResponse;
20053
20053
  /**
20054
- * Forbidden — caller cannot access this graph
20054
+ * Access denied
20055
20055
  */
20056
- 403: unknown;
20056
+ 403: ErrorResponse;
20057
20057
  /**
20058
- * Resource not found (graph, ledger, report, etc.)
20058
+ * Resource not found
20059
20059
  */
20060
- 404: OperationError;
20060
+ 404: ErrorResponse;
20061
20061
  /**
20062
- * Idempotency-Key reused with a different request body, or other operation-level conflict
20062
+ * Idempotency-Key conflict — key reused with different body
20063
20063
  */
20064
- 409: OperationError;
20064
+ 409: ErrorResponse;
20065
20065
  /**
20066
- * Validation Error
20066
+ * Validation error
20067
20067
  */
20068
- 422: HttpValidationError;
20068
+ 422: ErrorResponse;
20069
20069
  /**
20070
20070
  * Rate limit exceeded
20071
20071
  */
20072
- 429: unknown;
20072
+ 429: ErrorResponse;
20073
20073
  /**
20074
- * Internal error
20074
+ * Internal server error
20075
20075
  */
20076
- 500: unknown;
20076
+ 500: ErrorResponse;
20077
20077
  };
20078
20078
 
20079
20079
  export type OpUpdateInformationBlockError = OpUpdateInformationBlockErrors[keyof OpUpdateInformationBlockErrors];
@@ -20107,37 +20107,37 @@ export type OpDeleteInformationBlockData = {
20107
20107
 
20108
20108
  export type OpDeleteInformationBlockErrors = {
20109
20109
  /**
20110
- * Invalid request payload
20110
+ * Invalid request
20111
20111
  */
20112
- 400: OperationError;
20112
+ 400: ErrorResponse;
20113
20113
  /**
20114
- * Unauthorized — missing or invalid credentials
20114
+ * Authentication required
20115
20115
  */
20116
- 401: unknown;
20116
+ 401: ErrorResponse;
20117
20117
  /**
20118
- * Forbidden — caller cannot access this graph
20118
+ * Access denied
20119
20119
  */
20120
- 403: unknown;
20120
+ 403: ErrorResponse;
20121
20121
  /**
20122
- * Resource not found (graph, ledger, report, etc.)
20122
+ * Resource not found
20123
20123
  */
20124
- 404: OperationError;
20124
+ 404: ErrorResponse;
20125
20125
  /**
20126
- * Idempotency-Key reused with a different request body, or other operation-level conflict
20126
+ * Idempotency-Key conflict — key reused with different body
20127
20127
  */
20128
- 409: OperationError;
20128
+ 409: ErrorResponse;
20129
20129
  /**
20130
- * Validation Error
20130
+ * Validation error
20131
20131
  */
20132
- 422: HttpValidationError;
20132
+ 422: ErrorResponse;
20133
20133
  /**
20134
20134
  * Rate limit exceeded
20135
20135
  */
20136
- 429: unknown;
20136
+ 429: ErrorResponse;
20137
20137
  /**
20138
- * Internal error
20138
+ * Internal server error
20139
20139
  */
20140
- 500: unknown;
20140
+ 500: ErrorResponse;
20141
20141
  };
20142
20142
 
20143
20143
  export type OpDeleteInformationBlockError = OpDeleteInformationBlockErrors[keyof OpDeleteInformationBlockErrors];
@@ -20171,37 +20171,37 @@ export type OpEvaluateRulesData = {
20171
20171
 
20172
20172
  export type OpEvaluateRulesErrors = {
20173
20173
  /**
20174
- * Invalid request payload
20174
+ * Invalid request
20175
20175
  */
20176
- 400: OperationError;
20176
+ 400: ErrorResponse;
20177
20177
  /**
20178
- * Unauthorized — missing or invalid credentials
20178
+ * Authentication required
20179
20179
  */
20180
- 401: unknown;
20180
+ 401: ErrorResponse;
20181
20181
  /**
20182
- * Forbidden — caller cannot access this graph
20182
+ * Access denied
20183
20183
  */
20184
- 403: unknown;
20184
+ 403: ErrorResponse;
20185
20185
  /**
20186
- * Resource not found (graph, ledger, report, etc.)
20186
+ * Resource not found
20187
20187
  */
20188
- 404: OperationError;
20188
+ 404: ErrorResponse;
20189
20189
  /**
20190
- * Idempotency-Key reused with a different request body, or other operation-level conflict
20190
+ * Idempotency-Key conflict — key reused with different body
20191
20191
  */
20192
- 409: OperationError;
20192
+ 409: ErrorResponse;
20193
20193
  /**
20194
- * Validation Error
20194
+ * Validation error
20195
20195
  */
20196
- 422: HttpValidationError;
20196
+ 422: ErrorResponse;
20197
20197
  /**
20198
20198
  * Rate limit exceeded
20199
20199
  */
20200
- 429: unknown;
20200
+ 429: ErrorResponse;
20201
20201
  /**
20202
- * Internal error
20202
+ * Internal server error
20203
20203
  */
20204
- 500: unknown;
20204
+ 500: ErrorResponse;
20205
20205
  };
20206
20206
 
20207
20207
  export type OpEvaluateRulesError = OpEvaluateRulesErrors[keyof OpEvaluateRulesErrors];
@@ -20235,37 +20235,37 @@ export type OpCreateAgentData = {
20235
20235
 
20236
20236
  export type OpCreateAgentErrors = {
20237
20237
  /**
20238
- * Invalid request payload
20238
+ * Invalid request
20239
20239
  */
20240
- 400: OperationError;
20240
+ 400: ErrorResponse;
20241
20241
  /**
20242
- * Unauthorized — missing or invalid credentials
20242
+ * Authentication required
20243
20243
  */
20244
- 401: unknown;
20244
+ 401: ErrorResponse;
20245
20245
  /**
20246
- * Forbidden — caller cannot access this graph
20246
+ * Access denied
20247
20247
  */
20248
- 403: unknown;
20248
+ 403: ErrorResponse;
20249
20249
  /**
20250
- * Resource not found (graph, ledger, report, etc.)
20250
+ * Resource not found
20251
20251
  */
20252
- 404: OperationError;
20252
+ 404: ErrorResponse;
20253
20253
  /**
20254
- * Idempotency-Key reused with a different request body, or other operation-level conflict
20254
+ * Idempotency-Key conflict — key reused with different body
20255
20255
  */
20256
- 409: OperationError;
20256
+ 409: ErrorResponse;
20257
20257
  /**
20258
- * Validation Error
20258
+ * Validation error
20259
20259
  */
20260
- 422: HttpValidationError;
20260
+ 422: ErrorResponse;
20261
20261
  /**
20262
20262
  * Rate limit exceeded
20263
20263
  */
20264
- 429: unknown;
20264
+ 429: ErrorResponse;
20265
20265
  /**
20266
- * Internal error
20266
+ * Internal server error
20267
20267
  */
20268
- 500: unknown;
20268
+ 500: ErrorResponse;
20269
20269
  };
20270
20270
 
20271
20271
  export type OpCreateAgentError = OpCreateAgentErrors[keyof OpCreateAgentErrors];
@@ -20299,37 +20299,37 @@ export type OpUpdateAgentData = {
20299
20299
 
20300
20300
  export type OpUpdateAgentErrors = {
20301
20301
  /**
20302
- * Invalid request payload
20302
+ * Invalid request
20303
20303
  */
20304
- 400: OperationError;
20304
+ 400: ErrorResponse;
20305
20305
  /**
20306
- * Unauthorized — missing or invalid credentials
20306
+ * Authentication required
20307
20307
  */
20308
- 401: unknown;
20308
+ 401: ErrorResponse;
20309
20309
  /**
20310
- * Forbidden — caller cannot access this graph
20310
+ * Access denied
20311
20311
  */
20312
- 403: unknown;
20312
+ 403: ErrorResponse;
20313
20313
  /**
20314
- * Resource not found (graph, ledger, report, etc.)
20314
+ * Resource not found
20315
20315
  */
20316
- 404: OperationError;
20316
+ 404: ErrorResponse;
20317
20317
  /**
20318
- * Idempotency-Key reused with a different request body, or other operation-level conflict
20318
+ * Idempotency-Key conflict — key reused with different body
20319
20319
  */
20320
- 409: OperationError;
20320
+ 409: ErrorResponse;
20321
20321
  /**
20322
- * Validation Error
20322
+ * Validation error
20323
20323
  */
20324
- 422: HttpValidationError;
20324
+ 422: ErrorResponse;
20325
20325
  /**
20326
20326
  * Rate limit exceeded
20327
20327
  */
20328
- 429: unknown;
20328
+ 429: ErrorResponse;
20329
20329
  /**
20330
- * Internal error
20330
+ * Internal server error
20331
20331
  */
20332
- 500: unknown;
20332
+ 500: ErrorResponse;
20333
20333
  };
20334
20334
 
20335
20335
  export type OpUpdateAgentError = OpUpdateAgentErrors[keyof OpUpdateAgentErrors];
@@ -20363,37 +20363,37 @@ export type OpCreateEventBlockData = {
20363
20363
 
20364
20364
  export type OpCreateEventBlockErrors = {
20365
20365
  /**
20366
- * Invalid request payload
20366
+ * Invalid request
20367
20367
  */
20368
- 400: OperationError;
20368
+ 400: ErrorResponse;
20369
20369
  /**
20370
- * Unauthorized — missing or invalid credentials
20370
+ * Authentication required
20371
20371
  */
20372
- 401: unknown;
20372
+ 401: ErrorResponse;
20373
20373
  /**
20374
- * Forbidden — caller cannot access this graph
20374
+ * Access denied
20375
20375
  */
20376
- 403: unknown;
20376
+ 403: ErrorResponse;
20377
20377
  /**
20378
- * Resource not found (graph, ledger, report, etc.)
20378
+ * Resource not found
20379
20379
  */
20380
- 404: OperationError;
20380
+ 404: ErrorResponse;
20381
20381
  /**
20382
- * Idempotency-Key reused with a different request body, or other operation-level conflict
20382
+ * Idempotency-Key conflict — key reused with different body
20383
20383
  */
20384
- 409: OperationError;
20384
+ 409: ErrorResponse;
20385
20385
  /**
20386
- * Validation Error
20386
+ * Validation error
20387
20387
  */
20388
- 422: HttpValidationError;
20388
+ 422: ErrorResponse;
20389
20389
  /**
20390
20390
  * Rate limit exceeded
20391
20391
  */
20392
- 429: unknown;
20392
+ 429: ErrorResponse;
20393
20393
  /**
20394
- * Internal error
20394
+ * Internal server error
20395
20395
  */
20396
- 500: unknown;
20396
+ 500: ErrorResponse;
20397
20397
  };
20398
20398
 
20399
20399
  export type OpCreateEventBlockError = OpCreateEventBlockErrors[keyof OpCreateEventBlockErrors];
@@ -20427,37 +20427,37 @@ export type OpUpdateEventBlockData = {
20427
20427
 
20428
20428
  export type OpUpdateEventBlockErrors = {
20429
20429
  /**
20430
- * Invalid request payload
20430
+ * Invalid request
20431
20431
  */
20432
- 400: OperationError;
20432
+ 400: ErrorResponse;
20433
20433
  /**
20434
- * Unauthorized — missing or invalid credentials
20434
+ * Authentication required
20435
20435
  */
20436
- 401: unknown;
20436
+ 401: ErrorResponse;
20437
20437
  /**
20438
- * Forbidden — caller cannot access this graph
20438
+ * Access denied
20439
20439
  */
20440
- 403: unknown;
20440
+ 403: ErrorResponse;
20441
20441
  /**
20442
- * Resource not found (graph, ledger, report, etc.)
20442
+ * Resource not found
20443
20443
  */
20444
- 404: OperationError;
20444
+ 404: ErrorResponse;
20445
20445
  /**
20446
- * Idempotency-Key reused with a different request body, or other operation-level conflict
20446
+ * Idempotency-Key conflict — key reused with different body
20447
20447
  */
20448
- 409: OperationError;
20448
+ 409: ErrorResponse;
20449
20449
  /**
20450
- * Validation Error
20450
+ * Validation error
20451
20451
  */
20452
- 422: HttpValidationError;
20452
+ 422: ErrorResponse;
20453
20453
  /**
20454
20454
  * Rate limit exceeded
20455
20455
  */
20456
- 429: unknown;
20456
+ 429: ErrorResponse;
20457
20457
  /**
20458
- * Internal error
20458
+ * Internal server error
20459
20459
  */
20460
- 500: unknown;
20460
+ 500: ErrorResponse;
20461
20461
  };
20462
20462
 
20463
20463
  export type OpUpdateEventBlockError = OpUpdateEventBlockErrors[keyof OpUpdateEventBlockErrors];
@@ -20491,37 +20491,37 @@ export type OpCreateEventHandlerData = {
20491
20491
 
20492
20492
  export type OpCreateEventHandlerErrors = {
20493
20493
  /**
20494
- * Invalid request payload
20494
+ * Invalid request
20495
20495
  */
20496
- 400: OperationError;
20496
+ 400: ErrorResponse;
20497
20497
  /**
20498
- * Unauthorized — missing or invalid credentials
20498
+ * Authentication required
20499
20499
  */
20500
- 401: unknown;
20500
+ 401: ErrorResponse;
20501
20501
  /**
20502
- * Forbidden — caller cannot access this graph
20502
+ * Access denied
20503
20503
  */
20504
- 403: unknown;
20504
+ 403: ErrorResponse;
20505
20505
  /**
20506
- * Resource not found (graph, ledger, report, etc.)
20506
+ * Resource not found
20507
20507
  */
20508
- 404: OperationError;
20508
+ 404: ErrorResponse;
20509
20509
  /**
20510
- * Idempotency-Key reused with a different request body, or other operation-level conflict
20510
+ * Idempotency-Key conflict — key reused with different body
20511
20511
  */
20512
- 409: OperationError;
20512
+ 409: ErrorResponse;
20513
20513
  /**
20514
- * Validation Error
20514
+ * Validation error
20515
20515
  */
20516
- 422: HttpValidationError;
20516
+ 422: ErrorResponse;
20517
20517
  /**
20518
20518
  * Rate limit exceeded
20519
20519
  */
20520
- 429: unknown;
20520
+ 429: ErrorResponse;
20521
20521
  /**
20522
- * Internal error
20522
+ * Internal server error
20523
20523
  */
20524
- 500: unknown;
20524
+ 500: ErrorResponse;
20525
20525
  };
20526
20526
 
20527
20527
  export type OpCreateEventHandlerError = OpCreateEventHandlerErrors[keyof OpCreateEventHandlerErrors];
@@ -20555,37 +20555,37 @@ export type OpUpdateEventHandlerData = {
20555
20555
 
20556
20556
  export type OpUpdateEventHandlerErrors = {
20557
20557
  /**
20558
- * Invalid request payload
20558
+ * Invalid request
20559
20559
  */
20560
- 400: OperationError;
20560
+ 400: ErrorResponse;
20561
20561
  /**
20562
- * Unauthorized — missing or invalid credentials
20562
+ * Authentication required
20563
20563
  */
20564
- 401: unknown;
20564
+ 401: ErrorResponse;
20565
20565
  /**
20566
- * Forbidden — caller cannot access this graph
20566
+ * Access denied
20567
20567
  */
20568
- 403: unknown;
20568
+ 403: ErrorResponse;
20569
20569
  /**
20570
- * Resource not found (graph, ledger, report, etc.)
20570
+ * Resource not found
20571
20571
  */
20572
- 404: OperationError;
20572
+ 404: ErrorResponse;
20573
20573
  /**
20574
- * Idempotency-Key reused with a different request body, or other operation-level conflict
20574
+ * Idempotency-Key conflict — key reused with different body
20575
20575
  */
20576
- 409: OperationError;
20576
+ 409: ErrorResponse;
20577
20577
  /**
20578
- * Validation Error
20578
+ * Validation error
20579
20579
  */
20580
- 422: HttpValidationError;
20580
+ 422: ErrorResponse;
20581
20581
  /**
20582
20582
  * Rate limit exceeded
20583
20583
  */
20584
- 429: unknown;
20584
+ 429: ErrorResponse;
20585
20585
  /**
20586
- * Internal error
20586
+ * Internal server error
20587
20587
  */
20588
- 500: unknown;
20588
+ 500: ErrorResponse;
20589
20589
  };
20590
20590
 
20591
20591
  export type OpUpdateEventHandlerError = OpUpdateEventHandlerErrors[keyof OpUpdateEventHandlerErrors];
@@ -20619,37 +20619,37 @@ export type OpPreviewEventBlockData = {
20619
20619
 
20620
20620
  export type OpPreviewEventBlockErrors = {
20621
20621
  /**
20622
- * Invalid request payload
20622
+ * Invalid request
20623
20623
  */
20624
- 400: OperationError;
20624
+ 400: ErrorResponse;
20625
20625
  /**
20626
- * Unauthorized — missing or invalid credentials
20626
+ * Authentication required
20627
20627
  */
20628
- 401: unknown;
20628
+ 401: ErrorResponse;
20629
20629
  /**
20630
- * Forbidden — caller cannot access this graph
20630
+ * Access denied
20631
20631
  */
20632
- 403: unknown;
20632
+ 403: ErrorResponse;
20633
20633
  /**
20634
- * Resource not found (graph, ledger, report, etc.)
20634
+ * Resource not found
20635
20635
  */
20636
- 404: OperationError;
20636
+ 404: ErrorResponse;
20637
20637
  /**
20638
- * Idempotency-Key reused with a different request body, or other operation-level conflict
20638
+ * Idempotency-Key conflict — key reused with different body
20639
20639
  */
20640
- 409: OperationError;
20640
+ 409: ErrorResponse;
20641
20641
  /**
20642
- * Validation Error
20642
+ * Validation error
20643
20643
  */
20644
- 422: HttpValidationError;
20644
+ 422: ErrorResponse;
20645
20645
  /**
20646
20646
  * Rate limit exceeded
20647
20647
  */
20648
- 429: unknown;
20648
+ 429: ErrorResponse;
20649
20649
  /**
20650
- * Internal error
20650
+ * Internal server error
20651
20651
  */
20652
- 500: unknown;
20652
+ 500: ErrorResponse;
20653
20653
  };
20654
20654
 
20655
20655
  export type OpPreviewEventBlockError = OpPreviewEventBlockErrors[keyof OpPreviewEventBlockErrors];
@@ -20683,37 +20683,37 @@ export type OpUpdateJournalEntryData = {
20683
20683
 
20684
20684
  export type OpUpdateJournalEntryErrors = {
20685
20685
  /**
20686
- * Invalid request payload
20686
+ * Invalid request
20687
20687
  */
20688
- 400: OperationError;
20688
+ 400: ErrorResponse;
20689
20689
  /**
20690
- * Unauthorized — missing or invalid credentials
20690
+ * Authentication required
20691
20691
  */
20692
- 401: unknown;
20692
+ 401: ErrorResponse;
20693
20693
  /**
20694
- * Forbidden — caller cannot access this graph
20694
+ * Access denied
20695
20695
  */
20696
- 403: unknown;
20696
+ 403: ErrorResponse;
20697
20697
  /**
20698
- * Resource not found (graph, ledger, report, etc.)
20698
+ * Resource not found
20699
20699
  */
20700
- 404: OperationError;
20700
+ 404: ErrorResponse;
20701
20701
  /**
20702
- * Idempotency-Key reused with a different request body, or other operation-level conflict
20702
+ * Idempotency-Key conflict — key reused with different body
20703
20703
  */
20704
- 409: OperationError;
20704
+ 409: ErrorResponse;
20705
20705
  /**
20706
- * Validation Error
20706
+ * Validation error
20707
20707
  */
20708
- 422: HttpValidationError;
20708
+ 422: ErrorResponse;
20709
20709
  /**
20710
20710
  * Rate limit exceeded
20711
20711
  */
20712
- 429: unknown;
20712
+ 429: ErrorResponse;
20713
20713
  /**
20714
- * Internal error
20714
+ * Internal server error
20715
20715
  */
20716
- 500: unknown;
20716
+ 500: ErrorResponse;
20717
20717
  };
20718
20718
 
20719
20719
  export type OpUpdateJournalEntryError = OpUpdateJournalEntryErrors[keyof OpUpdateJournalEntryErrors];
@@ -20747,37 +20747,37 @@ export type OpDeleteJournalEntryData = {
20747
20747
 
20748
20748
  export type OpDeleteJournalEntryErrors = {
20749
20749
  /**
20750
- * Invalid request payload
20750
+ * Invalid request
20751
20751
  */
20752
- 400: OperationError;
20752
+ 400: ErrorResponse;
20753
20753
  /**
20754
- * Unauthorized — missing or invalid credentials
20754
+ * Authentication required
20755
20755
  */
20756
- 401: unknown;
20756
+ 401: ErrorResponse;
20757
20757
  /**
20758
- * Forbidden — caller cannot access this graph
20758
+ * Access denied
20759
20759
  */
20760
- 403: unknown;
20760
+ 403: ErrorResponse;
20761
20761
  /**
20762
- * Resource not found (graph, ledger, report, etc.)
20762
+ * Resource not found
20763
20763
  */
20764
- 404: OperationError;
20764
+ 404: ErrorResponse;
20765
20765
  /**
20766
- * Idempotency-Key reused with a different request body, or other operation-level conflict
20766
+ * Idempotency-Key conflict — key reused with different body
20767
20767
  */
20768
- 409: OperationError;
20768
+ 409: ErrorResponse;
20769
20769
  /**
20770
- * Validation Error
20770
+ * Validation error
20771
20771
  */
20772
- 422: HttpValidationError;
20772
+ 422: ErrorResponse;
20773
20773
  /**
20774
20774
  * Rate limit exceeded
20775
20775
  */
20776
- 429: unknown;
20776
+ 429: ErrorResponse;
20777
20777
  /**
20778
- * Internal error
20778
+ * Internal server error
20779
20779
  */
20780
- 500: unknown;
20780
+ 500: ErrorResponse;
20781
20781
  };
20782
20782
 
20783
20783
  export type OpDeleteJournalEntryError = OpDeleteJournalEntryErrors[keyof OpDeleteJournalEntryErrors];
@@ -20831,9 +20831,9 @@ export type OpSetCloseTargetErrors = {
20831
20831
  */
20832
20832
  409: ErrorResponse;
20833
20833
  /**
20834
- * Validation Error
20834
+ * Validation error
20835
20835
  */
20836
- 422: HttpValidationError;
20836
+ 422: ErrorResponse;
20837
20837
  /**
20838
20838
  * Rate limit exceeded
20839
20839
  */
@@ -20895,9 +20895,9 @@ export type OpClosePeriodErrors = {
20895
20895
  */
20896
20896
  409: ErrorResponse;
20897
20897
  /**
20898
- * Validation Error
20898
+ * Validation error
20899
20899
  */
20900
- 422: HttpValidationError;
20900
+ 422: ErrorResponse;
20901
20901
  /**
20902
20902
  * Rate limit exceeded
20903
20903
  */
@@ -20959,9 +20959,9 @@ export type OpReopenPeriodErrors = {
20959
20959
  */
20960
20960
  409: ErrorResponse;
20961
20961
  /**
20962
- * Validation Error
20962
+ * Validation error
20963
20963
  */
20964
- 422: HttpValidationError;
20964
+ 422: ErrorResponse;
20965
20965
  /**
20966
20966
  * Rate limit exceeded
20967
20967
  */
@@ -21023,9 +21023,9 @@ export type OpCreateReportErrors = {
21023
21023
  */
21024
21024
  409: ErrorResponse;
21025
21025
  /**
21026
- * Validation Error
21026
+ * Validation error
21027
21027
  */
21028
- 422: HttpValidationError;
21028
+ 422: ErrorResponse;
21029
21029
  /**
21030
21030
  * Rate limit exceeded
21031
21031
  */
@@ -21087,9 +21087,9 @@ export type OpRegenerateReportErrors = {
21087
21087
  */
21088
21088
  409: ErrorResponse;
21089
21089
  /**
21090
- * Validation Error
21090
+ * Validation error
21091
21091
  */
21092
- 422: HttpValidationError;
21092
+ 422: ErrorResponse;
21093
21093
  /**
21094
21094
  * Rate limit exceeded
21095
21095
  */
@@ -21151,9 +21151,9 @@ export type OpDeleteReportErrors = {
21151
21151
  */
21152
21152
  409: ErrorResponse;
21153
21153
  /**
21154
- * Validation Error
21154
+ * Validation error
21155
21155
  */
21156
- 422: HttpValidationError;
21156
+ 422: ErrorResponse;
21157
21157
  /**
21158
21158
  * Rate limit exceeded
21159
21159
  */
@@ -21215,9 +21215,9 @@ export type OpShareReportErrors = {
21215
21215
  */
21216
21216
  409: ErrorResponse;
21217
21217
  /**
21218
- * Validation Error
21218
+ * Validation error
21219
21219
  */
21220
- 422: HttpValidationError;
21220
+ 422: ErrorResponse;
21221
21221
  /**
21222
21222
  * Rate limit exceeded
21223
21223
  */
@@ -21279,9 +21279,9 @@ export type OpFileReportErrors = {
21279
21279
  */
21280
21280
  409: ErrorResponse;
21281
21281
  /**
21282
- * Validation Error
21282
+ * Validation error
21283
21283
  */
21284
- 422: HttpValidationError;
21284
+ 422: ErrorResponse;
21285
21285
  /**
21286
21286
  * Rate limit exceeded
21287
21287
  */
@@ -21343,9 +21343,9 @@ export type OpTransitionFilingStatusErrors = {
21343
21343
  */
21344
21344
  409: ErrorResponse;
21345
21345
  /**
21346
- * Validation Error
21346
+ * Validation error
21347
21347
  */
21348
- 422: HttpValidationError;
21348
+ 422: ErrorResponse;
21349
21349
  /**
21350
21350
  * Rate limit exceeded
21351
21351
  */
@@ -21407,9 +21407,9 @@ export type OpCreatePublishListErrors = {
21407
21407
  */
21408
21408
  409: ErrorResponse;
21409
21409
  /**
21410
- * Validation Error
21410
+ * Validation error
21411
21411
  */
21412
- 422: HttpValidationError;
21412
+ 422: ErrorResponse;
21413
21413
  /**
21414
21414
  * Rate limit exceeded
21415
21415
  */
@@ -21471,9 +21471,9 @@ export type OpUpdatePublishListErrors = {
21471
21471
  */
21472
21472
  409: ErrorResponse;
21473
21473
  /**
21474
- * Validation Error
21474
+ * Validation error
21475
21475
  */
21476
- 422: HttpValidationError;
21476
+ 422: ErrorResponse;
21477
21477
  /**
21478
21478
  * Rate limit exceeded
21479
21479
  */
@@ -21535,9 +21535,9 @@ export type OpDeletePublishListErrors = {
21535
21535
  */
21536
21536
  409: ErrorResponse;
21537
21537
  /**
21538
- * Validation Error
21538
+ * Validation error
21539
21539
  */
21540
- 422: HttpValidationError;
21540
+ 422: ErrorResponse;
21541
21541
  /**
21542
21542
  * Rate limit exceeded
21543
21543
  */
@@ -21599,9 +21599,9 @@ export type OpAddPublishListMembersErrors = {
21599
21599
  */
21600
21600
  409: ErrorResponse;
21601
21601
  /**
21602
- * Validation Error
21602
+ * Validation error
21603
21603
  */
21604
- 422: HttpValidationError;
21604
+ 422: ErrorResponse;
21605
21605
  /**
21606
21606
  * Rate limit exceeded
21607
21607
  */
@@ -21663,9 +21663,9 @@ export type OpRemovePublishListMemberErrors = {
21663
21663
  */
21664
21664
  409: ErrorResponse;
21665
21665
  /**
21666
- * Validation Error
21666
+ * Validation error
21667
21667
  */
21668
- 422: HttpValidationError;
21668
+ 422: ErrorResponse;
21669
21669
  /**
21670
21670
  * Rate limit exceeded
21671
21671
  */
@@ -21727,9 +21727,9 @@ export type OpLiveFinancialStatementErrors = {
21727
21727
  */
21728
21728
  409: ErrorResponse;
21729
21729
  /**
21730
- * Validation Error
21730
+ * Validation error
21731
21731
  */
21732
- 422: HttpValidationError;
21732
+ 422: ErrorResponse;
21733
21733
  /**
21734
21734
  * Rate limit exceeded
21735
21735
  */
@@ -21791,9 +21791,9 @@ export type OpBuildFactGridErrors = {
21791
21791
  */
21792
21792
  409: ErrorResponse;
21793
21793
  /**
21794
- * Validation Error
21794
+ * Validation error
21795
21795
  */
21796
- 422: HttpValidationError;
21796
+ 422: ErrorResponse;
21797
21797
  /**
21798
21798
  * Rate limit exceeded
21799
21799
  */
@@ -21855,9 +21855,9 @@ export type OpFinancialStatementAnalysisErrors = {
21855
21855
  */
21856
21856
  409: ErrorResponse;
21857
21857
  /**
21858
- * Validation Error
21858
+ * Validation error
21859
21859
  */
21860
- 422: HttpValidationError;
21860
+ 422: ErrorResponse;
21861
21861
  /**
21862
21862
  * Rate limit exceeded
21863
21863
  */
@@ -21899,37 +21899,37 @@ export type OpCreatePortfolioBlockData = {
21899
21899
 
21900
21900
  export type OpCreatePortfolioBlockErrors = {
21901
21901
  /**
21902
- * Invalid request payload
21902
+ * Invalid request
21903
21903
  */
21904
- 400: OperationError;
21904
+ 400: ErrorResponse;
21905
21905
  /**
21906
- * Unauthorized — missing or invalid credentials
21906
+ * Authentication required
21907
21907
  */
21908
- 401: unknown;
21908
+ 401: ErrorResponse;
21909
21909
  /**
21910
- * Forbidden — caller cannot access this graph
21910
+ * Access denied
21911
21911
  */
21912
- 403: unknown;
21912
+ 403: ErrorResponse;
21913
21913
  /**
21914
- * Resource not found (graph, ledger, report, etc.)
21914
+ * Resource not found
21915
21915
  */
21916
- 404: OperationError;
21916
+ 404: ErrorResponse;
21917
21917
  /**
21918
- * Idempotency-Key reused with a different request body, or other operation-level conflict
21918
+ * Idempotency-Key conflict — key reused with different body
21919
21919
  */
21920
- 409: OperationError;
21920
+ 409: ErrorResponse;
21921
21921
  /**
21922
- * Validation Error
21922
+ * Validation error
21923
21923
  */
21924
- 422: HttpValidationError;
21924
+ 422: ErrorResponse;
21925
21925
  /**
21926
21926
  * Rate limit exceeded
21927
21927
  */
21928
- 429: unknown;
21928
+ 429: ErrorResponse;
21929
21929
  /**
21930
- * Internal error
21930
+ * Internal server error
21931
21931
  */
21932
- 500: unknown;
21932
+ 500: ErrorResponse;
21933
21933
  };
21934
21934
 
21935
21935
  export type OpCreatePortfolioBlockError = OpCreatePortfolioBlockErrors[keyof OpCreatePortfolioBlockErrors];
@@ -21963,37 +21963,37 @@ export type OpUpdatePortfolioBlockData = {
21963
21963
 
21964
21964
  export type OpUpdatePortfolioBlockErrors = {
21965
21965
  /**
21966
- * Invalid request payload
21966
+ * Invalid request
21967
21967
  */
21968
- 400: OperationError;
21968
+ 400: ErrorResponse;
21969
21969
  /**
21970
- * Unauthorized — missing or invalid credentials
21970
+ * Authentication required
21971
21971
  */
21972
- 401: unknown;
21972
+ 401: ErrorResponse;
21973
21973
  /**
21974
- * Forbidden — caller cannot access this graph
21974
+ * Access denied
21975
21975
  */
21976
- 403: unknown;
21976
+ 403: ErrorResponse;
21977
21977
  /**
21978
- * Resource not found (graph, ledger, report, etc.)
21978
+ * Resource not found
21979
21979
  */
21980
- 404: OperationError;
21980
+ 404: ErrorResponse;
21981
21981
  /**
21982
- * Idempotency-Key reused with a different request body, or other operation-level conflict
21982
+ * Idempotency-Key conflict — key reused with different body
21983
21983
  */
21984
- 409: OperationError;
21984
+ 409: ErrorResponse;
21985
21985
  /**
21986
- * Validation Error
21986
+ * Validation error
21987
21987
  */
21988
- 422: HttpValidationError;
21988
+ 422: ErrorResponse;
21989
21989
  /**
21990
21990
  * Rate limit exceeded
21991
21991
  */
21992
- 429: unknown;
21992
+ 429: ErrorResponse;
21993
21993
  /**
21994
- * Internal error
21994
+ * Internal server error
21995
21995
  */
21996
- 500: unknown;
21996
+ 500: ErrorResponse;
21997
21997
  };
21998
21998
 
21999
21999
  export type OpUpdatePortfolioBlockError = OpUpdatePortfolioBlockErrors[keyof OpUpdatePortfolioBlockErrors];
@@ -22027,37 +22027,37 @@ export type OpDeletePortfolioBlockData = {
22027
22027
 
22028
22028
  export type OpDeletePortfolioBlockErrors = {
22029
22029
  /**
22030
- * Invalid request payload
22030
+ * Invalid request
22031
22031
  */
22032
- 400: OperationError;
22032
+ 400: ErrorResponse;
22033
22033
  /**
22034
- * Unauthorized — missing or invalid credentials
22034
+ * Authentication required
22035
22035
  */
22036
- 401: unknown;
22036
+ 401: ErrorResponse;
22037
22037
  /**
22038
- * Forbidden — caller cannot access this graph
22038
+ * Access denied
22039
22039
  */
22040
- 403: unknown;
22040
+ 403: ErrorResponse;
22041
22041
  /**
22042
- * Resource not found (graph, ledger, report, etc.)
22042
+ * Resource not found
22043
22043
  */
22044
- 404: OperationError;
22044
+ 404: ErrorResponse;
22045
22045
  /**
22046
- * Idempotency-Key reused with a different request body, or other operation-level conflict
22046
+ * Idempotency-Key conflict — key reused with different body
22047
22047
  */
22048
- 409: OperationError;
22048
+ 409: ErrorResponse;
22049
22049
  /**
22050
- * Validation Error
22050
+ * Validation error
22051
22051
  */
22052
- 422: HttpValidationError;
22052
+ 422: ErrorResponse;
22053
22053
  /**
22054
22054
  * Rate limit exceeded
22055
22055
  */
22056
- 429: unknown;
22056
+ 429: ErrorResponse;
22057
22057
  /**
22058
- * Internal error
22058
+ * Internal server error
22059
22059
  */
22060
- 500: unknown;
22060
+ 500: ErrorResponse;
22061
22061
  };
22062
22062
 
22063
22063
  export type OpDeletePortfolioBlockError = OpDeletePortfolioBlockErrors[keyof OpDeletePortfolioBlockErrors];
@@ -22091,37 +22091,37 @@ export type OpCreateSecurityData = {
22091
22091
 
22092
22092
  export type OpCreateSecurityErrors = {
22093
22093
  /**
22094
- * Invalid request payload
22094
+ * Invalid request
22095
22095
  */
22096
- 400: OperationError;
22096
+ 400: ErrorResponse;
22097
22097
  /**
22098
- * Unauthorized — missing or invalid credentials
22098
+ * Authentication required
22099
22099
  */
22100
- 401: unknown;
22100
+ 401: ErrorResponse;
22101
22101
  /**
22102
- * Forbidden — caller cannot access this graph
22102
+ * Access denied
22103
22103
  */
22104
- 403: unknown;
22104
+ 403: ErrorResponse;
22105
22105
  /**
22106
- * Resource not found (graph, ledger, report, etc.)
22106
+ * Resource not found
22107
22107
  */
22108
- 404: OperationError;
22108
+ 404: ErrorResponse;
22109
22109
  /**
22110
- * Idempotency-Key reused with a different request body, or other operation-level conflict
22110
+ * Idempotency-Key conflict — key reused with different body
22111
22111
  */
22112
- 409: OperationError;
22112
+ 409: ErrorResponse;
22113
22113
  /**
22114
- * Validation Error
22114
+ * Validation error
22115
22115
  */
22116
- 422: HttpValidationError;
22116
+ 422: ErrorResponse;
22117
22117
  /**
22118
22118
  * Rate limit exceeded
22119
22119
  */
22120
- 429: unknown;
22120
+ 429: ErrorResponse;
22121
22121
  /**
22122
- * Internal error
22122
+ * Internal server error
22123
22123
  */
22124
- 500: unknown;
22124
+ 500: ErrorResponse;
22125
22125
  };
22126
22126
 
22127
22127
  export type OpCreateSecurityError = OpCreateSecurityErrors[keyof OpCreateSecurityErrors];
@@ -22155,37 +22155,37 @@ export type OpUpdateSecurityData = {
22155
22155
 
22156
22156
  export type OpUpdateSecurityErrors = {
22157
22157
  /**
22158
- * Invalid request payload
22158
+ * Invalid request
22159
22159
  */
22160
- 400: OperationError;
22160
+ 400: ErrorResponse;
22161
22161
  /**
22162
- * Unauthorized — missing or invalid credentials
22162
+ * Authentication required
22163
22163
  */
22164
- 401: unknown;
22164
+ 401: ErrorResponse;
22165
22165
  /**
22166
- * Forbidden — caller cannot access this graph
22166
+ * Access denied
22167
22167
  */
22168
- 403: unknown;
22168
+ 403: ErrorResponse;
22169
22169
  /**
22170
- * Resource not found (graph, ledger, report, etc.)
22170
+ * Resource not found
22171
22171
  */
22172
- 404: OperationError;
22172
+ 404: ErrorResponse;
22173
22173
  /**
22174
- * Idempotency-Key reused with a different request body, or other operation-level conflict
22174
+ * Idempotency-Key conflict — key reused with different body
22175
22175
  */
22176
- 409: OperationError;
22176
+ 409: ErrorResponse;
22177
22177
  /**
22178
- * Validation Error
22178
+ * Validation error
22179
22179
  */
22180
- 422: HttpValidationError;
22180
+ 422: ErrorResponse;
22181
22181
  /**
22182
22182
  * Rate limit exceeded
22183
22183
  */
22184
- 429: unknown;
22184
+ 429: ErrorResponse;
22185
22185
  /**
22186
- * Internal error
22186
+ * Internal server error
22187
22187
  */
22188
- 500: unknown;
22188
+ 500: ErrorResponse;
22189
22189
  };
22190
22190
 
22191
22191
  export type OpUpdateSecurityError = OpUpdateSecurityErrors[keyof OpUpdateSecurityErrors];
@@ -22219,37 +22219,37 @@ export type OpDeleteSecurityData = {
22219
22219
 
22220
22220
  export type OpDeleteSecurityErrors = {
22221
22221
  /**
22222
- * Invalid request payload
22222
+ * Invalid request
22223
22223
  */
22224
- 400: OperationError;
22224
+ 400: ErrorResponse;
22225
22225
  /**
22226
- * Unauthorized — missing or invalid credentials
22226
+ * Authentication required
22227
22227
  */
22228
- 401: unknown;
22228
+ 401: ErrorResponse;
22229
22229
  /**
22230
- * Forbidden — caller cannot access this graph
22230
+ * Access denied
22231
22231
  */
22232
- 403: unknown;
22232
+ 403: ErrorResponse;
22233
22233
  /**
22234
- * Resource not found (graph, ledger, report, etc.)
22234
+ * Resource not found
22235
22235
  */
22236
- 404: OperationError;
22236
+ 404: ErrorResponse;
22237
22237
  /**
22238
- * Idempotency-Key reused with a different request body, or other operation-level conflict
22238
+ * Idempotency-Key conflict — key reused with different body
22239
22239
  */
22240
- 409: OperationError;
22240
+ 409: ErrorResponse;
22241
22241
  /**
22242
- * Validation Error
22242
+ * Validation error
22243
22243
  */
22244
- 422: HttpValidationError;
22244
+ 422: ErrorResponse;
22245
22245
  /**
22246
22246
  * Rate limit exceeded
22247
22247
  */
22248
- 429: unknown;
22248
+ 429: ErrorResponse;
22249
22249
  /**
22250
- * Internal error
22250
+ * Internal server error
22251
22251
  */
22252
- 500: unknown;
22252
+ 500: ErrorResponse;
22253
22253
  };
22254
22254
 
22255
22255
  export type OpDeleteSecurityError = OpDeleteSecurityErrors[keyof OpDeleteSecurityErrors];