@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/artifacts/LedgerClient.d.ts +13 -1
- package/artifacts/LedgerClient.js +9 -5
- package/artifacts/LedgerClient.ts +18 -5
- package/package.json +1 -1
- package/sdk/types.gen.d.ts +420 -420
- package/sdk/types.gen.ts +420 -420
- package/types.gen.d.ts +420 -420
- package/types.gen.ts +420 -420
package/sdk/types.gen.ts
CHANGED
|
@@ -15162,9 +15162,9 @@ export type SyncConnectionErrors = {
|
|
|
15162
15162
|
*/
|
|
15163
15163
|
409: ErrorResponse;
|
|
15164
15164
|
/**
|
|
15165
|
-
* Validation
|
|
15165
|
+
* Validation error
|
|
15166
15166
|
*/
|
|
15167
|
-
422:
|
|
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
|
|
17556
|
+
* Validation error
|
|
17557
17557
|
*/
|
|
17558
|
-
422:
|
|
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
|
|
17620
|
+
* Validation error
|
|
17621
17621
|
*/
|
|
17622
|
-
422:
|
|
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
|
|
17684
|
+
* Validation error
|
|
17685
17685
|
*/
|
|
17686
|
-
422:
|
|
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
|
|
17748
|
+
* Validation error
|
|
17749
17749
|
*/
|
|
17750
|
-
422:
|
|
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
|
|
17812
|
+
* Validation error
|
|
17813
17813
|
*/
|
|
17814
|
-
422:
|
|
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
|
|
17876
|
+
* Validation error
|
|
17877
17877
|
*/
|
|
17878
|
-
422:
|
|
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
|
|
17940
|
+
* Validation error
|
|
17941
17941
|
*/
|
|
17942
|
-
422:
|
|
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
|
|
18362
|
+
* Validation error
|
|
18363
18363
|
*/
|
|
18364
|
-
422:
|
|
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
|
|
19426
|
+
* Validation error
|
|
19427
19427
|
*/
|
|
19428
|
-
422:
|
|
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
|
|
19490
|
+
* Validation error
|
|
19491
19491
|
*/
|
|
19492
|
-
422:
|
|
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
|
|
19534
|
+
* Invalid request
|
|
19535
19535
|
*/
|
|
19536
|
-
400:
|
|
19536
|
+
400: ErrorResponse;
|
|
19537
19537
|
/**
|
|
19538
|
-
*
|
|
19538
|
+
* Authentication required
|
|
19539
19539
|
*/
|
|
19540
|
-
401:
|
|
19540
|
+
401: ErrorResponse;
|
|
19541
19541
|
/**
|
|
19542
|
-
*
|
|
19542
|
+
* Access denied
|
|
19543
19543
|
*/
|
|
19544
|
-
403:
|
|
19544
|
+
403: ErrorResponse;
|
|
19545
19545
|
/**
|
|
19546
|
-
* Resource not found
|
|
19546
|
+
* Resource not found
|
|
19547
19547
|
*/
|
|
19548
|
-
404:
|
|
19548
|
+
404: ErrorResponse;
|
|
19549
19549
|
/**
|
|
19550
|
-
* Idempotency-Key reused with
|
|
19550
|
+
* Idempotency-Key conflict — key reused with different body
|
|
19551
19551
|
*/
|
|
19552
|
-
409:
|
|
19552
|
+
409: ErrorResponse;
|
|
19553
19553
|
/**
|
|
19554
|
-
* Validation
|
|
19554
|
+
* Validation error
|
|
19555
19555
|
*/
|
|
19556
|
-
422:
|
|
19556
|
+
422: ErrorResponse;
|
|
19557
19557
|
/**
|
|
19558
19558
|
* Rate limit exceeded
|
|
19559
19559
|
*/
|
|
19560
|
-
429:
|
|
19560
|
+
429: ErrorResponse;
|
|
19561
19561
|
/**
|
|
19562
|
-
* Internal error
|
|
19562
|
+
* Internal server error
|
|
19563
19563
|
*/
|
|
19564
|
-
500:
|
|
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
|
|
19598
|
+
* Invalid request
|
|
19599
19599
|
*/
|
|
19600
|
-
400:
|
|
19600
|
+
400: ErrorResponse;
|
|
19601
19601
|
/**
|
|
19602
|
-
*
|
|
19602
|
+
* Authentication required
|
|
19603
19603
|
*/
|
|
19604
|
-
401:
|
|
19604
|
+
401: ErrorResponse;
|
|
19605
19605
|
/**
|
|
19606
|
-
*
|
|
19606
|
+
* Access denied
|
|
19607
19607
|
*/
|
|
19608
|
-
403:
|
|
19608
|
+
403: ErrorResponse;
|
|
19609
19609
|
/**
|
|
19610
|
-
* Resource not found
|
|
19610
|
+
* Resource not found
|
|
19611
19611
|
*/
|
|
19612
|
-
404:
|
|
19612
|
+
404: ErrorResponse;
|
|
19613
19613
|
/**
|
|
19614
|
-
* Idempotency-Key reused with
|
|
19614
|
+
* Idempotency-Key conflict — key reused with different body
|
|
19615
19615
|
*/
|
|
19616
|
-
409:
|
|
19616
|
+
409: ErrorResponse;
|
|
19617
19617
|
/**
|
|
19618
|
-
* Validation
|
|
19618
|
+
* Validation error
|
|
19619
19619
|
*/
|
|
19620
|
-
422:
|
|
19620
|
+
422: ErrorResponse;
|
|
19621
19621
|
/**
|
|
19622
19622
|
* Rate limit exceeded
|
|
19623
19623
|
*/
|
|
19624
|
-
429:
|
|
19624
|
+
429: ErrorResponse;
|
|
19625
19625
|
/**
|
|
19626
|
-
* Internal error
|
|
19626
|
+
* Internal server error
|
|
19627
19627
|
*/
|
|
19628
|
-
500:
|
|
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
|
|
19662
|
+
* Invalid request
|
|
19663
19663
|
*/
|
|
19664
|
-
400:
|
|
19664
|
+
400: ErrorResponse;
|
|
19665
19665
|
/**
|
|
19666
|
-
*
|
|
19666
|
+
* Authentication required
|
|
19667
19667
|
*/
|
|
19668
|
-
401:
|
|
19668
|
+
401: ErrorResponse;
|
|
19669
19669
|
/**
|
|
19670
|
-
*
|
|
19670
|
+
* Access denied
|
|
19671
19671
|
*/
|
|
19672
|
-
403:
|
|
19672
|
+
403: ErrorResponse;
|
|
19673
19673
|
/**
|
|
19674
|
-
* Resource not found
|
|
19674
|
+
* Resource not found
|
|
19675
19675
|
*/
|
|
19676
|
-
404:
|
|
19676
|
+
404: ErrorResponse;
|
|
19677
19677
|
/**
|
|
19678
|
-
* Idempotency-Key reused with
|
|
19678
|
+
* Idempotency-Key conflict — key reused with different body
|
|
19679
19679
|
*/
|
|
19680
|
-
409:
|
|
19680
|
+
409: ErrorResponse;
|
|
19681
19681
|
/**
|
|
19682
|
-
* Validation
|
|
19682
|
+
* Validation error
|
|
19683
19683
|
*/
|
|
19684
|
-
422:
|
|
19684
|
+
422: ErrorResponse;
|
|
19685
19685
|
/**
|
|
19686
19686
|
* Rate limit exceeded
|
|
19687
19687
|
*/
|
|
19688
|
-
429:
|
|
19688
|
+
429: ErrorResponse;
|
|
19689
19689
|
/**
|
|
19690
|
-
* Internal error
|
|
19690
|
+
* Internal server error
|
|
19691
19691
|
*/
|
|
19692
|
-
500:
|
|
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
|
|
19726
|
+
* Invalid request
|
|
19727
19727
|
*/
|
|
19728
|
-
400:
|
|
19728
|
+
400: ErrorResponse;
|
|
19729
19729
|
/**
|
|
19730
|
-
*
|
|
19730
|
+
* Authentication required
|
|
19731
19731
|
*/
|
|
19732
|
-
401:
|
|
19732
|
+
401: ErrorResponse;
|
|
19733
19733
|
/**
|
|
19734
|
-
*
|
|
19734
|
+
* Access denied
|
|
19735
19735
|
*/
|
|
19736
|
-
403:
|
|
19736
|
+
403: ErrorResponse;
|
|
19737
19737
|
/**
|
|
19738
|
-
* Resource not found
|
|
19738
|
+
* Resource not found
|
|
19739
19739
|
*/
|
|
19740
|
-
404:
|
|
19740
|
+
404: ErrorResponse;
|
|
19741
19741
|
/**
|
|
19742
|
-
* Idempotency-Key reused with
|
|
19742
|
+
* Idempotency-Key conflict — key reused with different body
|
|
19743
19743
|
*/
|
|
19744
|
-
409:
|
|
19744
|
+
409: ErrorResponse;
|
|
19745
19745
|
/**
|
|
19746
|
-
* Validation
|
|
19746
|
+
* Validation error
|
|
19747
19747
|
*/
|
|
19748
|
-
422:
|
|
19748
|
+
422: ErrorResponse;
|
|
19749
19749
|
/**
|
|
19750
19750
|
* Rate limit exceeded
|
|
19751
19751
|
*/
|
|
19752
|
-
429:
|
|
19752
|
+
429: ErrorResponse;
|
|
19753
19753
|
/**
|
|
19754
|
-
* Internal error
|
|
19754
|
+
* Internal server error
|
|
19755
19755
|
*/
|
|
19756
|
-
500:
|
|
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
|
|
19790
|
+
* Invalid request
|
|
19791
19791
|
*/
|
|
19792
|
-
400:
|
|
19792
|
+
400: ErrorResponse;
|
|
19793
19793
|
/**
|
|
19794
|
-
*
|
|
19794
|
+
* Authentication required
|
|
19795
19795
|
*/
|
|
19796
|
-
401:
|
|
19796
|
+
401: ErrorResponse;
|
|
19797
19797
|
/**
|
|
19798
|
-
*
|
|
19798
|
+
* Access denied
|
|
19799
19799
|
*/
|
|
19800
|
-
403:
|
|
19800
|
+
403: ErrorResponse;
|
|
19801
19801
|
/**
|
|
19802
|
-
* Resource not found
|
|
19802
|
+
* Resource not found
|
|
19803
19803
|
*/
|
|
19804
|
-
404:
|
|
19804
|
+
404: ErrorResponse;
|
|
19805
19805
|
/**
|
|
19806
|
-
* Idempotency-Key reused with
|
|
19806
|
+
* Idempotency-Key conflict — key reused with different body
|
|
19807
19807
|
*/
|
|
19808
|
-
409:
|
|
19808
|
+
409: ErrorResponse;
|
|
19809
19809
|
/**
|
|
19810
|
-
* Validation
|
|
19810
|
+
* Validation error
|
|
19811
19811
|
*/
|
|
19812
|
-
422:
|
|
19812
|
+
422: ErrorResponse;
|
|
19813
19813
|
/**
|
|
19814
19814
|
* Rate limit exceeded
|
|
19815
19815
|
*/
|
|
19816
|
-
429:
|
|
19816
|
+
429: ErrorResponse;
|
|
19817
19817
|
/**
|
|
19818
|
-
* Internal error
|
|
19818
|
+
* Internal server error
|
|
19819
19819
|
*/
|
|
19820
|
-
500:
|
|
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
|
|
19874
|
+
* Validation error
|
|
19875
19875
|
*/
|
|
19876
|
-
422:
|
|
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
|
|
19938
|
+
* Validation error
|
|
19939
19939
|
*/
|
|
19940
|
-
422:
|
|
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
|
|
19982
|
+
* Invalid request
|
|
19983
19983
|
*/
|
|
19984
|
-
400:
|
|
19984
|
+
400: ErrorResponse;
|
|
19985
19985
|
/**
|
|
19986
|
-
*
|
|
19986
|
+
* Authentication required
|
|
19987
19987
|
*/
|
|
19988
|
-
401:
|
|
19988
|
+
401: ErrorResponse;
|
|
19989
19989
|
/**
|
|
19990
|
-
*
|
|
19990
|
+
* Access denied
|
|
19991
19991
|
*/
|
|
19992
|
-
403:
|
|
19992
|
+
403: ErrorResponse;
|
|
19993
19993
|
/**
|
|
19994
|
-
* Resource not found
|
|
19994
|
+
* Resource not found
|
|
19995
19995
|
*/
|
|
19996
|
-
404:
|
|
19996
|
+
404: ErrorResponse;
|
|
19997
19997
|
/**
|
|
19998
|
-
* Idempotency-Key reused with
|
|
19998
|
+
* Idempotency-Key conflict — key reused with different body
|
|
19999
19999
|
*/
|
|
20000
|
-
409:
|
|
20000
|
+
409: ErrorResponse;
|
|
20001
20001
|
/**
|
|
20002
|
-
* Validation
|
|
20002
|
+
* Validation error
|
|
20003
20003
|
*/
|
|
20004
|
-
422:
|
|
20004
|
+
422: ErrorResponse;
|
|
20005
20005
|
/**
|
|
20006
20006
|
* Rate limit exceeded
|
|
20007
20007
|
*/
|
|
20008
|
-
429:
|
|
20008
|
+
429: ErrorResponse;
|
|
20009
20009
|
/**
|
|
20010
|
-
* Internal error
|
|
20010
|
+
* Internal server error
|
|
20011
20011
|
*/
|
|
20012
|
-
500:
|
|
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
|
|
20046
|
+
* Invalid request
|
|
20047
20047
|
*/
|
|
20048
|
-
400:
|
|
20048
|
+
400: ErrorResponse;
|
|
20049
20049
|
/**
|
|
20050
|
-
*
|
|
20050
|
+
* Authentication required
|
|
20051
20051
|
*/
|
|
20052
|
-
401:
|
|
20052
|
+
401: ErrorResponse;
|
|
20053
20053
|
/**
|
|
20054
|
-
*
|
|
20054
|
+
* Access denied
|
|
20055
20055
|
*/
|
|
20056
|
-
403:
|
|
20056
|
+
403: ErrorResponse;
|
|
20057
20057
|
/**
|
|
20058
|
-
* Resource not found
|
|
20058
|
+
* Resource not found
|
|
20059
20059
|
*/
|
|
20060
|
-
404:
|
|
20060
|
+
404: ErrorResponse;
|
|
20061
20061
|
/**
|
|
20062
|
-
* Idempotency-Key reused with
|
|
20062
|
+
* Idempotency-Key conflict — key reused with different body
|
|
20063
20063
|
*/
|
|
20064
|
-
409:
|
|
20064
|
+
409: ErrorResponse;
|
|
20065
20065
|
/**
|
|
20066
|
-
* Validation
|
|
20066
|
+
* Validation error
|
|
20067
20067
|
*/
|
|
20068
|
-
422:
|
|
20068
|
+
422: ErrorResponse;
|
|
20069
20069
|
/**
|
|
20070
20070
|
* Rate limit exceeded
|
|
20071
20071
|
*/
|
|
20072
|
-
429:
|
|
20072
|
+
429: ErrorResponse;
|
|
20073
20073
|
/**
|
|
20074
|
-
* Internal error
|
|
20074
|
+
* Internal server error
|
|
20075
20075
|
*/
|
|
20076
|
-
500:
|
|
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
|
|
20110
|
+
* Invalid request
|
|
20111
20111
|
*/
|
|
20112
|
-
400:
|
|
20112
|
+
400: ErrorResponse;
|
|
20113
20113
|
/**
|
|
20114
|
-
*
|
|
20114
|
+
* Authentication required
|
|
20115
20115
|
*/
|
|
20116
|
-
401:
|
|
20116
|
+
401: ErrorResponse;
|
|
20117
20117
|
/**
|
|
20118
|
-
*
|
|
20118
|
+
* Access denied
|
|
20119
20119
|
*/
|
|
20120
|
-
403:
|
|
20120
|
+
403: ErrorResponse;
|
|
20121
20121
|
/**
|
|
20122
|
-
* Resource not found
|
|
20122
|
+
* Resource not found
|
|
20123
20123
|
*/
|
|
20124
|
-
404:
|
|
20124
|
+
404: ErrorResponse;
|
|
20125
20125
|
/**
|
|
20126
|
-
* Idempotency-Key reused with
|
|
20126
|
+
* Idempotency-Key conflict — key reused with different body
|
|
20127
20127
|
*/
|
|
20128
|
-
409:
|
|
20128
|
+
409: ErrorResponse;
|
|
20129
20129
|
/**
|
|
20130
|
-
* Validation
|
|
20130
|
+
* Validation error
|
|
20131
20131
|
*/
|
|
20132
|
-
422:
|
|
20132
|
+
422: ErrorResponse;
|
|
20133
20133
|
/**
|
|
20134
20134
|
* Rate limit exceeded
|
|
20135
20135
|
*/
|
|
20136
|
-
429:
|
|
20136
|
+
429: ErrorResponse;
|
|
20137
20137
|
/**
|
|
20138
|
-
* Internal error
|
|
20138
|
+
* Internal server error
|
|
20139
20139
|
*/
|
|
20140
|
-
500:
|
|
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
|
|
20174
|
+
* Invalid request
|
|
20175
20175
|
*/
|
|
20176
|
-
400:
|
|
20176
|
+
400: ErrorResponse;
|
|
20177
20177
|
/**
|
|
20178
|
-
*
|
|
20178
|
+
* Authentication required
|
|
20179
20179
|
*/
|
|
20180
|
-
401:
|
|
20180
|
+
401: ErrorResponse;
|
|
20181
20181
|
/**
|
|
20182
|
-
*
|
|
20182
|
+
* Access denied
|
|
20183
20183
|
*/
|
|
20184
|
-
403:
|
|
20184
|
+
403: ErrorResponse;
|
|
20185
20185
|
/**
|
|
20186
|
-
* Resource not found
|
|
20186
|
+
* Resource not found
|
|
20187
20187
|
*/
|
|
20188
|
-
404:
|
|
20188
|
+
404: ErrorResponse;
|
|
20189
20189
|
/**
|
|
20190
|
-
* Idempotency-Key reused with
|
|
20190
|
+
* Idempotency-Key conflict — key reused with different body
|
|
20191
20191
|
*/
|
|
20192
|
-
409:
|
|
20192
|
+
409: ErrorResponse;
|
|
20193
20193
|
/**
|
|
20194
|
-
* Validation
|
|
20194
|
+
* Validation error
|
|
20195
20195
|
*/
|
|
20196
|
-
422:
|
|
20196
|
+
422: ErrorResponse;
|
|
20197
20197
|
/**
|
|
20198
20198
|
* Rate limit exceeded
|
|
20199
20199
|
*/
|
|
20200
|
-
429:
|
|
20200
|
+
429: ErrorResponse;
|
|
20201
20201
|
/**
|
|
20202
|
-
* Internal error
|
|
20202
|
+
* Internal server error
|
|
20203
20203
|
*/
|
|
20204
|
-
500:
|
|
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
|
|
20238
|
+
* Invalid request
|
|
20239
20239
|
*/
|
|
20240
|
-
400:
|
|
20240
|
+
400: ErrorResponse;
|
|
20241
20241
|
/**
|
|
20242
|
-
*
|
|
20242
|
+
* Authentication required
|
|
20243
20243
|
*/
|
|
20244
|
-
401:
|
|
20244
|
+
401: ErrorResponse;
|
|
20245
20245
|
/**
|
|
20246
|
-
*
|
|
20246
|
+
* Access denied
|
|
20247
20247
|
*/
|
|
20248
|
-
403:
|
|
20248
|
+
403: ErrorResponse;
|
|
20249
20249
|
/**
|
|
20250
|
-
* Resource not found
|
|
20250
|
+
* Resource not found
|
|
20251
20251
|
*/
|
|
20252
|
-
404:
|
|
20252
|
+
404: ErrorResponse;
|
|
20253
20253
|
/**
|
|
20254
|
-
* Idempotency-Key reused with
|
|
20254
|
+
* Idempotency-Key conflict — key reused with different body
|
|
20255
20255
|
*/
|
|
20256
|
-
409:
|
|
20256
|
+
409: ErrorResponse;
|
|
20257
20257
|
/**
|
|
20258
|
-
* Validation
|
|
20258
|
+
* Validation error
|
|
20259
20259
|
*/
|
|
20260
|
-
422:
|
|
20260
|
+
422: ErrorResponse;
|
|
20261
20261
|
/**
|
|
20262
20262
|
* Rate limit exceeded
|
|
20263
20263
|
*/
|
|
20264
|
-
429:
|
|
20264
|
+
429: ErrorResponse;
|
|
20265
20265
|
/**
|
|
20266
|
-
* Internal error
|
|
20266
|
+
* Internal server error
|
|
20267
20267
|
*/
|
|
20268
|
-
500:
|
|
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
|
|
20302
|
+
* Invalid request
|
|
20303
20303
|
*/
|
|
20304
|
-
400:
|
|
20304
|
+
400: ErrorResponse;
|
|
20305
20305
|
/**
|
|
20306
|
-
*
|
|
20306
|
+
* Authentication required
|
|
20307
20307
|
*/
|
|
20308
|
-
401:
|
|
20308
|
+
401: ErrorResponse;
|
|
20309
20309
|
/**
|
|
20310
|
-
*
|
|
20310
|
+
* Access denied
|
|
20311
20311
|
*/
|
|
20312
|
-
403:
|
|
20312
|
+
403: ErrorResponse;
|
|
20313
20313
|
/**
|
|
20314
|
-
* Resource not found
|
|
20314
|
+
* Resource not found
|
|
20315
20315
|
*/
|
|
20316
|
-
404:
|
|
20316
|
+
404: ErrorResponse;
|
|
20317
20317
|
/**
|
|
20318
|
-
* Idempotency-Key reused with
|
|
20318
|
+
* Idempotency-Key conflict — key reused with different body
|
|
20319
20319
|
*/
|
|
20320
|
-
409:
|
|
20320
|
+
409: ErrorResponse;
|
|
20321
20321
|
/**
|
|
20322
|
-
* Validation
|
|
20322
|
+
* Validation error
|
|
20323
20323
|
*/
|
|
20324
|
-
422:
|
|
20324
|
+
422: ErrorResponse;
|
|
20325
20325
|
/**
|
|
20326
20326
|
* Rate limit exceeded
|
|
20327
20327
|
*/
|
|
20328
|
-
429:
|
|
20328
|
+
429: ErrorResponse;
|
|
20329
20329
|
/**
|
|
20330
|
-
* Internal error
|
|
20330
|
+
* Internal server error
|
|
20331
20331
|
*/
|
|
20332
|
-
500:
|
|
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
|
|
20366
|
+
* Invalid request
|
|
20367
20367
|
*/
|
|
20368
|
-
400:
|
|
20368
|
+
400: ErrorResponse;
|
|
20369
20369
|
/**
|
|
20370
|
-
*
|
|
20370
|
+
* Authentication required
|
|
20371
20371
|
*/
|
|
20372
|
-
401:
|
|
20372
|
+
401: ErrorResponse;
|
|
20373
20373
|
/**
|
|
20374
|
-
*
|
|
20374
|
+
* Access denied
|
|
20375
20375
|
*/
|
|
20376
|
-
403:
|
|
20376
|
+
403: ErrorResponse;
|
|
20377
20377
|
/**
|
|
20378
|
-
* Resource not found
|
|
20378
|
+
* Resource not found
|
|
20379
20379
|
*/
|
|
20380
|
-
404:
|
|
20380
|
+
404: ErrorResponse;
|
|
20381
20381
|
/**
|
|
20382
|
-
* Idempotency-Key reused with
|
|
20382
|
+
* Idempotency-Key conflict — key reused with different body
|
|
20383
20383
|
*/
|
|
20384
|
-
409:
|
|
20384
|
+
409: ErrorResponse;
|
|
20385
20385
|
/**
|
|
20386
|
-
* Validation
|
|
20386
|
+
* Validation error
|
|
20387
20387
|
*/
|
|
20388
|
-
422:
|
|
20388
|
+
422: ErrorResponse;
|
|
20389
20389
|
/**
|
|
20390
20390
|
* Rate limit exceeded
|
|
20391
20391
|
*/
|
|
20392
|
-
429:
|
|
20392
|
+
429: ErrorResponse;
|
|
20393
20393
|
/**
|
|
20394
|
-
* Internal error
|
|
20394
|
+
* Internal server error
|
|
20395
20395
|
*/
|
|
20396
|
-
500:
|
|
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
|
|
20430
|
+
* Invalid request
|
|
20431
20431
|
*/
|
|
20432
|
-
400:
|
|
20432
|
+
400: ErrorResponse;
|
|
20433
20433
|
/**
|
|
20434
|
-
*
|
|
20434
|
+
* Authentication required
|
|
20435
20435
|
*/
|
|
20436
|
-
401:
|
|
20436
|
+
401: ErrorResponse;
|
|
20437
20437
|
/**
|
|
20438
|
-
*
|
|
20438
|
+
* Access denied
|
|
20439
20439
|
*/
|
|
20440
|
-
403:
|
|
20440
|
+
403: ErrorResponse;
|
|
20441
20441
|
/**
|
|
20442
|
-
* Resource not found
|
|
20442
|
+
* Resource not found
|
|
20443
20443
|
*/
|
|
20444
|
-
404:
|
|
20444
|
+
404: ErrorResponse;
|
|
20445
20445
|
/**
|
|
20446
|
-
* Idempotency-Key reused with
|
|
20446
|
+
* Idempotency-Key conflict — key reused with different body
|
|
20447
20447
|
*/
|
|
20448
|
-
409:
|
|
20448
|
+
409: ErrorResponse;
|
|
20449
20449
|
/**
|
|
20450
|
-
* Validation
|
|
20450
|
+
* Validation error
|
|
20451
20451
|
*/
|
|
20452
|
-
422:
|
|
20452
|
+
422: ErrorResponse;
|
|
20453
20453
|
/**
|
|
20454
20454
|
* Rate limit exceeded
|
|
20455
20455
|
*/
|
|
20456
|
-
429:
|
|
20456
|
+
429: ErrorResponse;
|
|
20457
20457
|
/**
|
|
20458
|
-
* Internal error
|
|
20458
|
+
* Internal server error
|
|
20459
20459
|
*/
|
|
20460
|
-
500:
|
|
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
|
|
20494
|
+
* Invalid request
|
|
20495
20495
|
*/
|
|
20496
|
-
400:
|
|
20496
|
+
400: ErrorResponse;
|
|
20497
20497
|
/**
|
|
20498
|
-
*
|
|
20498
|
+
* Authentication required
|
|
20499
20499
|
*/
|
|
20500
|
-
401:
|
|
20500
|
+
401: ErrorResponse;
|
|
20501
20501
|
/**
|
|
20502
|
-
*
|
|
20502
|
+
* Access denied
|
|
20503
20503
|
*/
|
|
20504
|
-
403:
|
|
20504
|
+
403: ErrorResponse;
|
|
20505
20505
|
/**
|
|
20506
|
-
* Resource not found
|
|
20506
|
+
* Resource not found
|
|
20507
20507
|
*/
|
|
20508
|
-
404:
|
|
20508
|
+
404: ErrorResponse;
|
|
20509
20509
|
/**
|
|
20510
|
-
* Idempotency-Key reused with
|
|
20510
|
+
* Idempotency-Key conflict — key reused with different body
|
|
20511
20511
|
*/
|
|
20512
|
-
409:
|
|
20512
|
+
409: ErrorResponse;
|
|
20513
20513
|
/**
|
|
20514
|
-
* Validation
|
|
20514
|
+
* Validation error
|
|
20515
20515
|
*/
|
|
20516
|
-
422:
|
|
20516
|
+
422: ErrorResponse;
|
|
20517
20517
|
/**
|
|
20518
20518
|
* Rate limit exceeded
|
|
20519
20519
|
*/
|
|
20520
|
-
429:
|
|
20520
|
+
429: ErrorResponse;
|
|
20521
20521
|
/**
|
|
20522
|
-
* Internal error
|
|
20522
|
+
* Internal server error
|
|
20523
20523
|
*/
|
|
20524
|
-
500:
|
|
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
|
|
20558
|
+
* Invalid request
|
|
20559
20559
|
*/
|
|
20560
|
-
400:
|
|
20560
|
+
400: ErrorResponse;
|
|
20561
20561
|
/**
|
|
20562
|
-
*
|
|
20562
|
+
* Authentication required
|
|
20563
20563
|
*/
|
|
20564
|
-
401:
|
|
20564
|
+
401: ErrorResponse;
|
|
20565
20565
|
/**
|
|
20566
|
-
*
|
|
20566
|
+
* Access denied
|
|
20567
20567
|
*/
|
|
20568
|
-
403:
|
|
20568
|
+
403: ErrorResponse;
|
|
20569
20569
|
/**
|
|
20570
|
-
* Resource not found
|
|
20570
|
+
* Resource not found
|
|
20571
20571
|
*/
|
|
20572
|
-
404:
|
|
20572
|
+
404: ErrorResponse;
|
|
20573
20573
|
/**
|
|
20574
|
-
* Idempotency-Key reused with
|
|
20574
|
+
* Idempotency-Key conflict — key reused with different body
|
|
20575
20575
|
*/
|
|
20576
|
-
409:
|
|
20576
|
+
409: ErrorResponse;
|
|
20577
20577
|
/**
|
|
20578
|
-
* Validation
|
|
20578
|
+
* Validation error
|
|
20579
20579
|
*/
|
|
20580
|
-
422:
|
|
20580
|
+
422: ErrorResponse;
|
|
20581
20581
|
/**
|
|
20582
20582
|
* Rate limit exceeded
|
|
20583
20583
|
*/
|
|
20584
|
-
429:
|
|
20584
|
+
429: ErrorResponse;
|
|
20585
20585
|
/**
|
|
20586
|
-
* Internal error
|
|
20586
|
+
* Internal server error
|
|
20587
20587
|
*/
|
|
20588
|
-
500:
|
|
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
|
|
20622
|
+
* Invalid request
|
|
20623
20623
|
*/
|
|
20624
|
-
400:
|
|
20624
|
+
400: ErrorResponse;
|
|
20625
20625
|
/**
|
|
20626
|
-
*
|
|
20626
|
+
* Authentication required
|
|
20627
20627
|
*/
|
|
20628
|
-
401:
|
|
20628
|
+
401: ErrorResponse;
|
|
20629
20629
|
/**
|
|
20630
|
-
*
|
|
20630
|
+
* Access denied
|
|
20631
20631
|
*/
|
|
20632
|
-
403:
|
|
20632
|
+
403: ErrorResponse;
|
|
20633
20633
|
/**
|
|
20634
|
-
* Resource not found
|
|
20634
|
+
* Resource not found
|
|
20635
20635
|
*/
|
|
20636
|
-
404:
|
|
20636
|
+
404: ErrorResponse;
|
|
20637
20637
|
/**
|
|
20638
|
-
* Idempotency-Key reused with
|
|
20638
|
+
* Idempotency-Key conflict — key reused with different body
|
|
20639
20639
|
*/
|
|
20640
|
-
409:
|
|
20640
|
+
409: ErrorResponse;
|
|
20641
20641
|
/**
|
|
20642
|
-
* Validation
|
|
20642
|
+
* Validation error
|
|
20643
20643
|
*/
|
|
20644
|
-
422:
|
|
20644
|
+
422: ErrorResponse;
|
|
20645
20645
|
/**
|
|
20646
20646
|
* Rate limit exceeded
|
|
20647
20647
|
*/
|
|
20648
|
-
429:
|
|
20648
|
+
429: ErrorResponse;
|
|
20649
20649
|
/**
|
|
20650
|
-
* Internal error
|
|
20650
|
+
* Internal server error
|
|
20651
20651
|
*/
|
|
20652
|
-
500:
|
|
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
|
|
20686
|
+
* Invalid request
|
|
20687
20687
|
*/
|
|
20688
|
-
400:
|
|
20688
|
+
400: ErrorResponse;
|
|
20689
20689
|
/**
|
|
20690
|
-
*
|
|
20690
|
+
* Authentication required
|
|
20691
20691
|
*/
|
|
20692
|
-
401:
|
|
20692
|
+
401: ErrorResponse;
|
|
20693
20693
|
/**
|
|
20694
|
-
*
|
|
20694
|
+
* Access denied
|
|
20695
20695
|
*/
|
|
20696
|
-
403:
|
|
20696
|
+
403: ErrorResponse;
|
|
20697
20697
|
/**
|
|
20698
|
-
* Resource not found
|
|
20698
|
+
* Resource not found
|
|
20699
20699
|
*/
|
|
20700
|
-
404:
|
|
20700
|
+
404: ErrorResponse;
|
|
20701
20701
|
/**
|
|
20702
|
-
* Idempotency-Key reused with
|
|
20702
|
+
* Idempotency-Key conflict — key reused with different body
|
|
20703
20703
|
*/
|
|
20704
|
-
409:
|
|
20704
|
+
409: ErrorResponse;
|
|
20705
20705
|
/**
|
|
20706
|
-
* Validation
|
|
20706
|
+
* Validation error
|
|
20707
20707
|
*/
|
|
20708
|
-
422:
|
|
20708
|
+
422: ErrorResponse;
|
|
20709
20709
|
/**
|
|
20710
20710
|
* Rate limit exceeded
|
|
20711
20711
|
*/
|
|
20712
|
-
429:
|
|
20712
|
+
429: ErrorResponse;
|
|
20713
20713
|
/**
|
|
20714
|
-
* Internal error
|
|
20714
|
+
* Internal server error
|
|
20715
20715
|
*/
|
|
20716
|
-
500:
|
|
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
|
|
20750
|
+
* Invalid request
|
|
20751
20751
|
*/
|
|
20752
|
-
400:
|
|
20752
|
+
400: ErrorResponse;
|
|
20753
20753
|
/**
|
|
20754
|
-
*
|
|
20754
|
+
* Authentication required
|
|
20755
20755
|
*/
|
|
20756
|
-
401:
|
|
20756
|
+
401: ErrorResponse;
|
|
20757
20757
|
/**
|
|
20758
|
-
*
|
|
20758
|
+
* Access denied
|
|
20759
20759
|
*/
|
|
20760
|
-
403:
|
|
20760
|
+
403: ErrorResponse;
|
|
20761
20761
|
/**
|
|
20762
|
-
* Resource not found
|
|
20762
|
+
* Resource not found
|
|
20763
20763
|
*/
|
|
20764
|
-
404:
|
|
20764
|
+
404: ErrorResponse;
|
|
20765
20765
|
/**
|
|
20766
|
-
* Idempotency-Key reused with
|
|
20766
|
+
* Idempotency-Key conflict — key reused with different body
|
|
20767
20767
|
*/
|
|
20768
|
-
409:
|
|
20768
|
+
409: ErrorResponse;
|
|
20769
20769
|
/**
|
|
20770
|
-
* Validation
|
|
20770
|
+
* Validation error
|
|
20771
20771
|
*/
|
|
20772
|
-
422:
|
|
20772
|
+
422: ErrorResponse;
|
|
20773
20773
|
/**
|
|
20774
20774
|
* Rate limit exceeded
|
|
20775
20775
|
*/
|
|
20776
|
-
429:
|
|
20776
|
+
429: ErrorResponse;
|
|
20777
20777
|
/**
|
|
20778
|
-
* Internal error
|
|
20778
|
+
* Internal server error
|
|
20779
20779
|
*/
|
|
20780
|
-
500:
|
|
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
|
|
20834
|
+
* Validation error
|
|
20835
20835
|
*/
|
|
20836
|
-
422:
|
|
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
|
|
20898
|
+
* Validation error
|
|
20899
20899
|
*/
|
|
20900
|
-
422:
|
|
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
|
|
20962
|
+
* Validation error
|
|
20963
20963
|
*/
|
|
20964
|
-
422:
|
|
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
|
|
21026
|
+
* Validation error
|
|
21027
21027
|
*/
|
|
21028
|
-
422:
|
|
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
|
|
21090
|
+
* Validation error
|
|
21091
21091
|
*/
|
|
21092
|
-
422:
|
|
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
|
|
21154
|
+
* Validation error
|
|
21155
21155
|
*/
|
|
21156
|
-
422:
|
|
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
|
|
21218
|
+
* Validation error
|
|
21219
21219
|
*/
|
|
21220
|
-
422:
|
|
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
|
|
21282
|
+
* Validation error
|
|
21283
21283
|
*/
|
|
21284
|
-
422:
|
|
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
|
|
21346
|
+
* Validation error
|
|
21347
21347
|
*/
|
|
21348
|
-
422:
|
|
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
|
|
21410
|
+
* Validation error
|
|
21411
21411
|
*/
|
|
21412
|
-
422:
|
|
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
|
|
21474
|
+
* Validation error
|
|
21475
21475
|
*/
|
|
21476
|
-
422:
|
|
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
|
|
21538
|
+
* Validation error
|
|
21539
21539
|
*/
|
|
21540
|
-
422:
|
|
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
|
|
21602
|
+
* Validation error
|
|
21603
21603
|
*/
|
|
21604
|
-
422:
|
|
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
|
|
21666
|
+
* Validation error
|
|
21667
21667
|
*/
|
|
21668
|
-
422:
|
|
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
|
|
21730
|
+
* Validation error
|
|
21731
21731
|
*/
|
|
21732
|
-
422:
|
|
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
|
|
21794
|
+
* Validation error
|
|
21795
21795
|
*/
|
|
21796
|
-
422:
|
|
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
|
|
21858
|
+
* Validation error
|
|
21859
21859
|
*/
|
|
21860
|
-
422:
|
|
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
|
|
21902
|
+
* Invalid request
|
|
21903
21903
|
*/
|
|
21904
|
-
400:
|
|
21904
|
+
400: ErrorResponse;
|
|
21905
21905
|
/**
|
|
21906
|
-
*
|
|
21906
|
+
* Authentication required
|
|
21907
21907
|
*/
|
|
21908
|
-
401:
|
|
21908
|
+
401: ErrorResponse;
|
|
21909
21909
|
/**
|
|
21910
|
-
*
|
|
21910
|
+
* Access denied
|
|
21911
21911
|
*/
|
|
21912
|
-
403:
|
|
21912
|
+
403: ErrorResponse;
|
|
21913
21913
|
/**
|
|
21914
|
-
* Resource not found
|
|
21914
|
+
* Resource not found
|
|
21915
21915
|
*/
|
|
21916
|
-
404:
|
|
21916
|
+
404: ErrorResponse;
|
|
21917
21917
|
/**
|
|
21918
|
-
* Idempotency-Key reused with
|
|
21918
|
+
* Idempotency-Key conflict — key reused with different body
|
|
21919
21919
|
*/
|
|
21920
|
-
409:
|
|
21920
|
+
409: ErrorResponse;
|
|
21921
21921
|
/**
|
|
21922
|
-
* Validation
|
|
21922
|
+
* Validation error
|
|
21923
21923
|
*/
|
|
21924
|
-
422:
|
|
21924
|
+
422: ErrorResponse;
|
|
21925
21925
|
/**
|
|
21926
21926
|
* Rate limit exceeded
|
|
21927
21927
|
*/
|
|
21928
|
-
429:
|
|
21928
|
+
429: ErrorResponse;
|
|
21929
21929
|
/**
|
|
21930
|
-
* Internal error
|
|
21930
|
+
* Internal server error
|
|
21931
21931
|
*/
|
|
21932
|
-
500:
|
|
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
|
|
21966
|
+
* Invalid request
|
|
21967
21967
|
*/
|
|
21968
|
-
400:
|
|
21968
|
+
400: ErrorResponse;
|
|
21969
21969
|
/**
|
|
21970
|
-
*
|
|
21970
|
+
* Authentication required
|
|
21971
21971
|
*/
|
|
21972
|
-
401:
|
|
21972
|
+
401: ErrorResponse;
|
|
21973
21973
|
/**
|
|
21974
|
-
*
|
|
21974
|
+
* Access denied
|
|
21975
21975
|
*/
|
|
21976
|
-
403:
|
|
21976
|
+
403: ErrorResponse;
|
|
21977
21977
|
/**
|
|
21978
|
-
* Resource not found
|
|
21978
|
+
* Resource not found
|
|
21979
21979
|
*/
|
|
21980
|
-
404:
|
|
21980
|
+
404: ErrorResponse;
|
|
21981
21981
|
/**
|
|
21982
|
-
* Idempotency-Key reused with
|
|
21982
|
+
* Idempotency-Key conflict — key reused with different body
|
|
21983
21983
|
*/
|
|
21984
|
-
409:
|
|
21984
|
+
409: ErrorResponse;
|
|
21985
21985
|
/**
|
|
21986
|
-
* Validation
|
|
21986
|
+
* Validation error
|
|
21987
21987
|
*/
|
|
21988
|
-
422:
|
|
21988
|
+
422: ErrorResponse;
|
|
21989
21989
|
/**
|
|
21990
21990
|
* Rate limit exceeded
|
|
21991
21991
|
*/
|
|
21992
|
-
429:
|
|
21992
|
+
429: ErrorResponse;
|
|
21993
21993
|
/**
|
|
21994
|
-
* Internal error
|
|
21994
|
+
* Internal server error
|
|
21995
21995
|
*/
|
|
21996
|
-
500:
|
|
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
|
|
22030
|
+
* Invalid request
|
|
22031
22031
|
*/
|
|
22032
|
-
400:
|
|
22032
|
+
400: ErrorResponse;
|
|
22033
22033
|
/**
|
|
22034
|
-
*
|
|
22034
|
+
* Authentication required
|
|
22035
22035
|
*/
|
|
22036
|
-
401:
|
|
22036
|
+
401: ErrorResponse;
|
|
22037
22037
|
/**
|
|
22038
|
-
*
|
|
22038
|
+
* Access denied
|
|
22039
22039
|
*/
|
|
22040
|
-
403:
|
|
22040
|
+
403: ErrorResponse;
|
|
22041
22041
|
/**
|
|
22042
|
-
* Resource not found
|
|
22042
|
+
* Resource not found
|
|
22043
22043
|
*/
|
|
22044
|
-
404:
|
|
22044
|
+
404: ErrorResponse;
|
|
22045
22045
|
/**
|
|
22046
|
-
* Idempotency-Key reused with
|
|
22046
|
+
* Idempotency-Key conflict — key reused with different body
|
|
22047
22047
|
*/
|
|
22048
|
-
409:
|
|
22048
|
+
409: ErrorResponse;
|
|
22049
22049
|
/**
|
|
22050
|
-
* Validation
|
|
22050
|
+
* Validation error
|
|
22051
22051
|
*/
|
|
22052
|
-
422:
|
|
22052
|
+
422: ErrorResponse;
|
|
22053
22053
|
/**
|
|
22054
22054
|
* Rate limit exceeded
|
|
22055
22055
|
*/
|
|
22056
|
-
429:
|
|
22056
|
+
429: ErrorResponse;
|
|
22057
22057
|
/**
|
|
22058
|
-
* Internal error
|
|
22058
|
+
* Internal server error
|
|
22059
22059
|
*/
|
|
22060
|
-
500:
|
|
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
|
|
22094
|
+
* Invalid request
|
|
22095
22095
|
*/
|
|
22096
|
-
400:
|
|
22096
|
+
400: ErrorResponse;
|
|
22097
22097
|
/**
|
|
22098
|
-
*
|
|
22098
|
+
* Authentication required
|
|
22099
22099
|
*/
|
|
22100
|
-
401:
|
|
22100
|
+
401: ErrorResponse;
|
|
22101
22101
|
/**
|
|
22102
|
-
*
|
|
22102
|
+
* Access denied
|
|
22103
22103
|
*/
|
|
22104
|
-
403:
|
|
22104
|
+
403: ErrorResponse;
|
|
22105
22105
|
/**
|
|
22106
|
-
* Resource not found
|
|
22106
|
+
* Resource not found
|
|
22107
22107
|
*/
|
|
22108
|
-
404:
|
|
22108
|
+
404: ErrorResponse;
|
|
22109
22109
|
/**
|
|
22110
|
-
* Idempotency-Key reused with
|
|
22110
|
+
* Idempotency-Key conflict — key reused with different body
|
|
22111
22111
|
*/
|
|
22112
|
-
409:
|
|
22112
|
+
409: ErrorResponse;
|
|
22113
22113
|
/**
|
|
22114
|
-
* Validation
|
|
22114
|
+
* Validation error
|
|
22115
22115
|
*/
|
|
22116
|
-
422:
|
|
22116
|
+
422: ErrorResponse;
|
|
22117
22117
|
/**
|
|
22118
22118
|
* Rate limit exceeded
|
|
22119
22119
|
*/
|
|
22120
|
-
429:
|
|
22120
|
+
429: ErrorResponse;
|
|
22121
22121
|
/**
|
|
22122
|
-
* Internal error
|
|
22122
|
+
* Internal server error
|
|
22123
22123
|
*/
|
|
22124
|
-
500:
|
|
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
|
|
22158
|
+
* Invalid request
|
|
22159
22159
|
*/
|
|
22160
|
-
400:
|
|
22160
|
+
400: ErrorResponse;
|
|
22161
22161
|
/**
|
|
22162
|
-
*
|
|
22162
|
+
* Authentication required
|
|
22163
22163
|
*/
|
|
22164
|
-
401:
|
|
22164
|
+
401: ErrorResponse;
|
|
22165
22165
|
/**
|
|
22166
|
-
*
|
|
22166
|
+
* Access denied
|
|
22167
22167
|
*/
|
|
22168
|
-
403:
|
|
22168
|
+
403: ErrorResponse;
|
|
22169
22169
|
/**
|
|
22170
|
-
* Resource not found
|
|
22170
|
+
* Resource not found
|
|
22171
22171
|
*/
|
|
22172
|
-
404:
|
|
22172
|
+
404: ErrorResponse;
|
|
22173
22173
|
/**
|
|
22174
|
-
* Idempotency-Key reused with
|
|
22174
|
+
* Idempotency-Key conflict — key reused with different body
|
|
22175
22175
|
*/
|
|
22176
|
-
409:
|
|
22176
|
+
409: ErrorResponse;
|
|
22177
22177
|
/**
|
|
22178
|
-
* Validation
|
|
22178
|
+
* Validation error
|
|
22179
22179
|
*/
|
|
22180
|
-
422:
|
|
22180
|
+
422: ErrorResponse;
|
|
22181
22181
|
/**
|
|
22182
22182
|
* Rate limit exceeded
|
|
22183
22183
|
*/
|
|
22184
|
-
429:
|
|
22184
|
+
429: ErrorResponse;
|
|
22185
22185
|
/**
|
|
22186
|
-
* Internal error
|
|
22186
|
+
* Internal server error
|
|
22187
22187
|
*/
|
|
22188
|
-
500:
|
|
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
|
|
22222
|
+
* Invalid request
|
|
22223
22223
|
*/
|
|
22224
|
-
400:
|
|
22224
|
+
400: ErrorResponse;
|
|
22225
22225
|
/**
|
|
22226
|
-
*
|
|
22226
|
+
* Authentication required
|
|
22227
22227
|
*/
|
|
22228
|
-
401:
|
|
22228
|
+
401: ErrorResponse;
|
|
22229
22229
|
/**
|
|
22230
|
-
*
|
|
22230
|
+
* Access denied
|
|
22231
22231
|
*/
|
|
22232
|
-
403:
|
|
22232
|
+
403: ErrorResponse;
|
|
22233
22233
|
/**
|
|
22234
|
-
* Resource not found
|
|
22234
|
+
* Resource not found
|
|
22235
22235
|
*/
|
|
22236
|
-
404:
|
|
22236
|
+
404: ErrorResponse;
|
|
22237
22237
|
/**
|
|
22238
|
-
* Idempotency-Key reused with
|
|
22238
|
+
* Idempotency-Key conflict — key reused with different body
|
|
22239
22239
|
*/
|
|
22240
|
-
409:
|
|
22240
|
+
409: ErrorResponse;
|
|
22241
22241
|
/**
|
|
22242
|
-
* Validation
|
|
22242
|
+
* Validation error
|
|
22243
22243
|
*/
|
|
22244
|
-
422:
|
|
22244
|
+
422: ErrorResponse;
|
|
22245
22245
|
/**
|
|
22246
22246
|
* Rate limit exceeded
|
|
22247
22247
|
*/
|
|
22248
|
-
429:
|
|
22248
|
+
429: ErrorResponse;
|
|
22249
22249
|
/**
|
|
22250
|
-
* Internal error
|
|
22250
|
+
* Internal server error
|
|
22251
22251
|
*/
|
|
22252
|
-
500:
|
|
22252
|
+
500: ErrorResponse;
|
|
22253
22253
|
};
|
|
22254
22254
|
|
|
22255
22255
|
export type OpDeleteSecurityError = OpDeleteSecurityErrors[keyof OpDeleteSecurityErrors];
|