@robosystems/client 0.3.24 → 0.3.26
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 +3 -3
- package/artifacts/LedgerClient.js +4 -4
- package/artifacts/LedgerClient.ts +5 -5
- package/artifacts/graphql/generated/graphql.d.ts +60 -34
- package/artifacts/graphql/generated/graphql.js +94 -19
- package/artifacts/graphql/generated/graphql.ts +136 -53
- package/artifacts/graphql/queries/ledger/closingBookStructures.js +1 -1
- package/artifacts/graphql/queries/ledger/closingBookStructures.ts +1 -1
- package/artifacts/graphql/queries/ledger/informationBlock.js +20 -2
- package/artifacts/graphql/queries/ledger/informationBlock.ts +20 -2
- package/artifacts/graphql/queries/ledger/mapping.js +1 -1
- package/artifacts/graphql/queries/ledger/mapping.ts +1 -1
- package/artifacts/graphql/queries/ledger/mappings.d.ts +1 -1
- package/artifacts/graphql/queries/ledger/mappings.js +2 -2
- package/artifacts/graphql/queries/ledger/mappings.ts +2 -2
- package/artifacts/graphql/queries/ledger/report.js +1 -1
- package/artifacts/graphql/queries/ledger/report.ts +1 -1
- package/artifacts/graphql/queries/ledger/reportPackage.d.ts +1 -1
- package/artifacts/graphql/queries/ledger/reportPackage.js +10 -2
- package/artifacts/graphql/queries/ledger/reportPackage.ts +10 -2
- package/artifacts/graphql/queries/ledger/reports.js +1 -1
- package/artifacts/graphql/queries/ledger/reports.ts +1 -1
- package/artifacts/graphql/queries/ledger/statement.d.ts +1 -1
- package/artifacts/graphql/queries/ledger/statement.js +4 -4
- package/artifacts/graphql/queries/ledger/statement.ts +4 -4
- package/artifacts/graphql/queries/ledger/structures.js +3 -3
- package/artifacts/graphql/queries/ledger/structures.ts +3 -3
- package/package.json +1 -1
- package/sdk/types.gen.d.ts +21 -15
- package/sdk/types.gen.ts +21 -15
- package/types.gen.d.ts +21 -15
- package/types.gen.ts +21 -15
package/types.gen.d.ts
CHANGED
|
@@ -448,11 +448,11 @@ export type ArtifactResponse = {
|
|
|
448
448
|
*/
|
|
449
449
|
topic?: string | null;
|
|
450
450
|
/**
|
|
451
|
-
*
|
|
451
|
+
* Renderer Note
|
|
452
452
|
*
|
|
453
453
|
* e.g. 'in thousands', 'except per share'.
|
|
454
454
|
*/
|
|
455
|
-
|
|
455
|
+
renderer_note?: string | null;
|
|
456
456
|
/**
|
|
457
457
|
* Template
|
|
458
458
|
*
|
|
@@ -1028,7 +1028,7 @@ export type CancelSubscriptionRequest = {
|
|
|
1028
1028
|
*
|
|
1029
1029
|
* Switches the graph to a different Reporting Style. The target Style
|
|
1030
1030
|
* must be a library- or customer-authored Structure with
|
|
1031
|
-
* ``
|
|
1031
|
+
* ``block_type='reporting_style'`` and a complete composition
|
|
1032
1032
|
* (one Network per required statement type — BS / IS / CF / SE). Filed
|
|
1033
1033
|
* Reports are unaffected because each ``Report`` already pins its own
|
|
1034
1034
|
* ``structure_id`` per FactSet at create-time; new reports use the new
|
|
@@ -1038,7 +1038,7 @@ export type ChangeReportingStyleOp = {
|
|
|
1038
1038
|
/**
|
|
1039
1039
|
* Reporting Style Id
|
|
1040
1040
|
*
|
|
1041
|
-
* Structure id of the target Reporting Style (e.g., `025f5d48-12ce-5d65-b9eb-4f137a10ef06` for the library-seeded Default Style). Must resolve to a Structure with
|
|
1041
|
+
* Structure id of the target Reporting Style (e.g., `025f5d48-12ce-5d65-b9eb-4f137a10ef06` for the library-seeded Default Style). Must resolve to a Structure with block_type='reporting_style' that has a complete composition in the graph's tenant schema.
|
|
1042
1042
|
*/
|
|
1043
1043
|
reporting_style_id: string;
|
|
1044
1044
|
};
|
|
@@ -1160,7 +1160,7 @@ export type ClassificationLite = {
|
|
|
1160
1160
|
/**
|
|
1161
1161
|
* Identifier
|
|
1162
1162
|
*
|
|
1163
|
-
* Vocabulary identifier within the category — e.g. 'RollUp', '
|
|
1163
|
+
* Vocabulary identifier within the category — e.g. 'RollUp', 'whole_part', 'AssetsRollUp'.
|
|
1164
1164
|
*/
|
|
1165
1165
|
identifier: string;
|
|
1166
1166
|
/**
|
|
@@ -5654,7 +5654,7 @@ export type InformationModelResponse = {
|
|
|
5654
5654
|
/**
|
|
5655
5655
|
* Member Arrangement
|
|
5656
5656
|
*
|
|
5657
|
-
*
|
|
5657
|
+
* is_a | whole_part | nested_whole_part | two_dimension_aggregation | complex_aggregating_whole_part, or null if non-hypercube.
|
|
5658
5658
|
*/
|
|
5659
5659
|
member_arrangement?: string | null;
|
|
5660
5660
|
};
|
|
@@ -9708,9 +9708,15 @@ export type RuleLite = {
|
|
|
9708
9708
|
/**
|
|
9709
9709
|
* Rule Pattern
|
|
9710
9710
|
*
|
|
9711
|
-
* One of
|
|
9711
|
+
* Arithmetic / logical pattern evaluated over fact values. One of 11 cm:BusinessRulePattern mechanisms — Adjustment, CoExists, EqualTo, Exists, GreaterThan, GreaterThanOrEqualToZero, LessThan, RollForward, RollUp, SumEquals, Variance. Null when the rule is a structural check (see rule_check_kind).
|
|
9712
9712
|
*/
|
|
9713
|
-
rule_pattern
|
|
9713
|
+
rule_pattern?: string | null;
|
|
9714
|
+
/**
|
|
9715
|
+
* Rule Check Kind
|
|
9716
|
+
*
|
|
9717
|
+
* Model-structure check kind evaluated over the association graph. One of 6 kinds — LeafHasClassification, LibraryOriginImmutability, NoCycles, NoOrphanArcs, ParentBeforeChild, UniqueQNameInTaxonomy. Null when the rule is an arithmetic pattern (see rule_pattern). Exactly one of rule_pattern / rule_check_kind is non-null per rule.
|
|
9718
|
+
*/
|
|
9719
|
+
rule_check_kind?: string | null;
|
|
9714
9720
|
/**
|
|
9715
9721
|
* Rule Expression
|
|
9716
9722
|
*/
|
|
@@ -10717,11 +10723,11 @@ export type StructureSummary = {
|
|
|
10717
10723
|
*/
|
|
10718
10724
|
name: string;
|
|
10719
10725
|
/**
|
|
10720
|
-
*
|
|
10726
|
+
* Block Type
|
|
10721
10727
|
*
|
|
10722
10728
|
* Structure category: `balance_sheet`, `income_statement`, `cash_flow_statement`, `equity_statement`, `schedule`.
|
|
10723
10729
|
*/
|
|
10724
|
-
|
|
10730
|
+
block_type: string;
|
|
10725
10731
|
};
|
|
10726
10732
|
/**
|
|
10727
10733
|
* StructureUpdatePatch
|
|
@@ -11574,9 +11580,9 @@ export type TaxonomyBlockStructure = {
|
|
|
11574
11580
|
*/
|
|
11575
11581
|
name: string;
|
|
11576
11582
|
/**
|
|
11577
|
-
*
|
|
11583
|
+
* Block Type
|
|
11578
11584
|
*/
|
|
11579
|
-
|
|
11585
|
+
block_type: string;
|
|
11580
11586
|
/**
|
|
11581
11587
|
* Description
|
|
11582
11588
|
*/
|
|
@@ -11599,11 +11605,11 @@ export type TaxonomyBlockStructureRequest = {
|
|
|
11599
11605
|
*/
|
|
11600
11606
|
name: string;
|
|
11601
11607
|
/**
|
|
11602
|
-
*
|
|
11608
|
+
* Block Type
|
|
11603
11609
|
*
|
|
11604
|
-
* DB ``structures.
|
|
11610
|
+
* DB ``structures.block_type`` enum. CoA blocks use ``chart_of_accounts``; reporting extensions use the statement family or ``custom``; custom ontology uses ``custom``.
|
|
11605
11611
|
*/
|
|
11606
|
-
|
|
11612
|
+
block_type: 'chart_of_accounts' | 'custom' | 'balance_sheet' | 'income_statement' | 'cash_flow_statement' | 'equity_statement' | 'coa_mapping' | 'schedule' | 'rollforward' | 'reconciliation' | 'policy' | 'metric';
|
|
11607
11613
|
/**
|
|
11608
11614
|
* Description
|
|
11609
11615
|
*/
|
package/types.gen.ts
CHANGED
|
@@ -464,11 +464,11 @@ export type ArtifactResponse = {
|
|
|
464
464
|
*/
|
|
465
465
|
topic?: string | null;
|
|
466
466
|
/**
|
|
467
|
-
*
|
|
467
|
+
* Renderer Note
|
|
468
468
|
*
|
|
469
469
|
* e.g. 'in thousands', 'except per share'.
|
|
470
470
|
*/
|
|
471
|
-
|
|
471
|
+
renderer_note?: string | null;
|
|
472
472
|
/**
|
|
473
473
|
* Template
|
|
474
474
|
*
|
|
@@ -1061,7 +1061,7 @@ export type CancelSubscriptionRequest = {
|
|
|
1061
1061
|
*
|
|
1062
1062
|
* Switches the graph to a different Reporting Style. The target Style
|
|
1063
1063
|
* must be a library- or customer-authored Structure with
|
|
1064
|
-
* ``
|
|
1064
|
+
* ``block_type='reporting_style'`` and a complete composition
|
|
1065
1065
|
* (one Network per required statement type — BS / IS / CF / SE). Filed
|
|
1066
1066
|
* Reports are unaffected because each ``Report`` already pins its own
|
|
1067
1067
|
* ``structure_id`` per FactSet at create-time; new reports use the new
|
|
@@ -1071,7 +1071,7 @@ export type ChangeReportingStyleOp = {
|
|
|
1071
1071
|
/**
|
|
1072
1072
|
* Reporting Style Id
|
|
1073
1073
|
*
|
|
1074
|
-
* Structure id of the target Reporting Style (e.g., `025f5d48-12ce-5d65-b9eb-4f137a10ef06` for the library-seeded Default Style). Must resolve to a Structure with
|
|
1074
|
+
* Structure id of the target Reporting Style (e.g., `025f5d48-12ce-5d65-b9eb-4f137a10ef06` for the library-seeded Default Style). Must resolve to a Structure with block_type='reporting_style' that has a complete composition in the graph's tenant schema.
|
|
1075
1075
|
*/
|
|
1076
1076
|
reporting_style_id: string;
|
|
1077
1077
|
};
|
|
@@ -1197,7 +1197,7 @@ export type ClassificationLite = {
|
|
|
1197
1197
|
/**
|
|
1198
1198
|
* Identifier
|
|
1199
1199
|
*
|
|
1200
|
-
* Vocabulary identifier within the category — e.g. 'RollUp', '
|
|
1200
|
+
* Vocabulary identifier within the category — e.g. 'RollUp', 'whole_part', 'AssetsRollUp'.
|
|
1201
1201
|
*/
|
|
1202
1202
|
identifier: string;
|
|
1203
1203
|
/**
|
|
@@ -5795,7 +5795,7 @@ export type InformationModelResponse = {
|
|
|
5795
5795
|
/**
|
|
5796
5796
|
* Member Arrangement
|
|
5797
5797
|
*
|
|
5798
|
-
*
|
|
5798
|
+
* is_a | whole_part | nested_whole_part | two_dimension_aggregation | complex_aggregating_whole_part, or null if non-hypercube.
|
|
5799
5799
|
*/
|
|
5800
5800
|
member_arrangement?: string | null;
|
|
5801
5801
|
};
|
|
@@ -9948,9 +9948,15 @@ export type RuleLite = {
|
|
|
9948
9948
|
/**
|
|
9949
9949
|
* Rule Pattern
|
|
9950
9950
|
*
|
|
9951
|
-
* One of
|
|
9951
|
+
* Arithmetic / logical pattern evaluated over fact values. One of 11 cm:BusinessRulePattern mechanisms — Adjustment, CoExists, EqualTo, Exists, GreaterThan, GreaterThanOrEqualToZero, LessThan, RollForward, RollUp, SumEquals, Variance. Null when the rule is a structural check (see rule_check_kind).
|
|
9952
9952
|
*/
|
|
9953
|
-
rule_pattern
|
|
9953
|
+
rule_pattern?: string | null;
|
|
9954
|
+
/**
|
|
9955
|
+
* Rule Check Kind
|
|
9956
|
+
*
|
|
9957
|
+
* Model-structure check kind evaluated over the association graph. One of 6 kinds — LeafHasClassification, LibraryOriginImmutability, NoCycles, NoOrphanArcs, ParentBeforeChild, UniqueQNameInTaxonomy. Null when the rule is an arithmetic pattern (see rule_pattern). Exactly one of rule_pattern / rule_check_kind is non-null per rule.
|
|
9958
|
+
*/
|
|
9959
|
+
rule_check_kind?: string | null;
|
|
9954
9960
|
/**
|
|
9955
9961
|
* Rule Expression
|
|
9956
9962
|
*/
|
|
@@ -10986,11 +10992,11 @@ export type StructureSummary = {
|
|
|
10986
10992
|
*/
|
|
10987
10993
|
name: string;
|
|
10988
10994
|
/**
|
|
10989
|
-
*
|
|
10995
|
+
* Block Type
|
|
10990
10996
|
*
|
|
10991
10997
|
* Structure category: `balance_sheet`, `income_statement`, `cash_flow_statement`, `equity_statement`, `schedule`.
|
|
10992
10998
|
*/
|
|
10993
|
-
|
|
10999
|
+
block_type: string;
|
|
10994
11000
|
};
|
|
10995
11001
|
|
|
10996
11002
|
/**
|
|
@@ -11862,9 +11868,9 @@ export type TaxonomyBlockStructure = {
|
|
|
11862
11868
|
*/
|
|
11863
11869
|
name: string;
|
|
11864
11870
|
/**
|
|
11865
|
-
*
|
|
11871
|
+
* Block Type
|
|
11866
11872
|
*/
|
|
11867
|
-
|
|
11873
|
+
block_type: string;
|
|
11868
11874
|
/**
|
|
11869
11875
|
* Description
|
|
11870
11876
|
*/
|
|
@@ -11888,11 +11894,11 @@ export type TaxonomyBlockStructureRequest = {
|
|
|
11888
11894
|
*/
|
|
11889
11895
|
name: string;
|
|
11890
11896
|
/**
|
|
11891
|
-
*
|
|
11897
|
+
* Block Type
|
|
11892
11898
|
*
|
|
11893
|
-
* DB ``structures.
|
|
11899
|
+
* DB ``structures.block_type`` enum. CoA blocks use ``chart_of_accounts``; reporting extensions use the statement family or ``custom``; custom ontology uses ``custom``.
|
|
11894
11900
|
*/
|
|
11895
|
-
|
|
11901
|
+
block_type: 'chart_of_accounts' | 'custom' | 'balance_sheet' | 'income_statement' | 'cash_flow_statement' | 'equity_statement' | 'coa_mapping' | 'schedule' | 'rollforward' | 'reconciliation' | 'policy' | 'metric';
|
|
11896
11902
|
/**
|
|
11897
11903
|
* Description
|
|
11898
11904
|
*/
|