@robosystems/client 0.3.25 → 0.3.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/artifacts/LedgerClient.d.ts +3 -3
  2. package/artifacts/LedgerClient.js +4 -4
  3. package/artifacts/LedgerClient.ts +5 -5
  4. package/artifacts/graphql/generated/graphql.d.ts +39 -34
  5. package/artifacts/graphql/generated/graphql.js +19 -19
  6. package/artifacts/graphql/generated/graphql.ts +58 -53
  7. package/artifacts/graphql/queries/ledger/closingBookStructures.js +1 -1
  8. package/artifacts/graphql/queries/ledger/closingBookStructures.ts +1 -1
  9. package/artifacts/graphql/queries/ledger/informationBlock.js +4 -2
  10. package/artifacts/graphql/queries/ledger/informationBlock.ts +4 -2
  11. package/artifacts/graphql/queries/ledger/mapping.js +1 -1
  12. package/artifacts/graphql/queries/ledger/mapping.ts +1 -1
  13. package/artifacts/graphql/queries/ledger/mappings.d.ts +1 -1
  14. package/artifacts/graphql/queries/ledger/mappings.js +2 -2
  15. package/artifacts/graphql/queries/ledger/mappings.ts +2 -2
  16. package/artifacts/graphql/queries/ledger/report.js +1 -1
  17. package/artifacts/graphql/queries/ledger/report.ts +1 -1
  18. package/artifacts/graphql/queries/ledger/reportPackage.d.ts +1 -1
  19. package/artifacts/graphql/queries/ledger/reportPackage.js +3 -2
  20. package/artifacts/graphql/queries/ledger/reportPackage.ts +3 -2
  21. package/artifacts/graphql/queries/ledger/reports.js +1 -1
  22. package/artifacts/graphql/queries/ledger/reports.ts +1 -1
  23. package/artifacts/graphql/queries/ledger/statement.d.ts +1 -1
  24. package/artifacts/graphql/queries/ledger/statement.js +4 -4
  25. package/artifacts/graphql/queries/ledger/statement.ts +4 -4
  26. package/artifacts/graphql/queries/ledger/structures.js +3 -3
  27. package/artifacts/graphql/queries/ledger/structures.ts +3 -3
  28. package/package.json +1 -1
  29. package/sdk/types.gen.d.ts +40 -16
  30. package/sdk/types.gen.ts +40 -16
  31. package/types.gen.d.ts +40 -16
  32. package/types.gen.ts +40 -16
package/types.gen.ts CHANGED
@@ -464,11 +464,11 @@ export type ArtifactResponse = {
464
464
  */
465
465
  topic?: string | null;
466
466
  /**
467
- * Parenthetical Note
467
+ * Renderer Note
468
468
  *
469
469
  * e.g. 'in thousands', 'except per share'.
470
470
  */
471
- parenthetical_note?: string | null;
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
- * ``structure_type='reporting_style'`` and a complete composition
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 structure_type='reporting_style' that has a complete composition in the graph's tenant schema.
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', 'aggregation', 'AssetsRollUp'.
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
- * aggregation | nonaggregation, or null if non-hypercube.
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 10 cm:BusinessRulePattern mechanisms — Adjustment, CoExists, EqualTo, Exists, GreaterThan, GreaterThanOrEqualToZero, LessThan, RollForward, RollUp, Variance.
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: string;
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
- * Structure Type
10995
+ * Block Type
10990
10996
  *
10991
10997
  * Structure category: `balance_sheet`, `income_statement`, `cash_flow_statement`, `equity_statement`, `schedule`.
10992
10998
  */
10993
- structure_type: string;
10999
+ block_type: string;
10994
11000
  };
10995
11001
 
10996
11002
  /**
@@ -11723,6 +11729,11 @@ export type TaxonomyBlockEnvelope = {
11723
11729
  * TaxonomyBlockRule
11724
11730
  *
11725
11731
  * Rule projection for the Taxonomy Block envelope.
11732
+ *
11733
+ * Exactly one of ``rule_pattern`` (arithmetic) or ``rule_check_kind``
11734
+ * (model-structure) is non-null per row, enforced by the
11735
+ * ``check_rule_pattern_kind_xor`` DB constraint. See
11736
+ * information-block.md §5.2.2.
11726
11737
  */
11727
11738
  export type TaxonomyBlockRule = {
11728
11739
  /**
@@ -11740,7 +11751,11 @@ export type TaxonomyBlockRule = {
11740
11751
  /**
11741
11752
  * Rule Pattern
11742
11753
  */
11743
- rule_pattern: string;
11754
+ rule_pattern?: string | null;
11755
+ /**
11756
+ * Rule Check Kind
11757
+ */
11758
+ rule_check_kind?: string | null;
11744
11759
  /**
11745
11760
  * Rule Expression
11746
11761
  */
@@ -11775,6 +11790,15 @@ export type TaxonomyBlockRule = {
11775
11790
  * Exactly one of ``target_structure_ref``, ``target_element_qname``, or
11776
11791
  * ``target_taxonomy_self`` must be set (or all null for a global rule).
11777
11792
  * The ``model_validator`` enforces this contract at the Pydantic layer.
11793
+ *
11794
+ * Only **arithmetic** rule patterns are user-creatable via this API
11795
+ * (the ``rule_pattern`` Literal below). The 6 model-structure check
11796
+ * kinds (``NoCycles``, ``NoOrphanArcs``, ``ParentBeforeChild``,
11797
+ * ``LeafHasClassification``, ``LibraryOriginImmutability``,
11798
+ * ``UniqueQNameInTaxonomy``) are system-managed — they're auto-emitted
11799
+ * by :func:`emit_auto_rules` at taxonomy-block creation time and
11800
+ * populate ``rules.rule_check_kind`` instead of ``rule_pattern``. See
11801
+ * information-block.md §5.2.2 for the axis split.
11778
11802
  */
11779
11803
  export type TaxonomyBlockRuleRequest = {
11780
11804
  /**
@@ -11862,9 +11886,9 @@ export type TaxonomyBlockStructure = {
11862
11886
  */
11863
11887
  name: string;
11864
11888
  /**
11865
- * Structure Type
11889
+ * Block Type
11866
11890
  */
11867
- structure_type: string;
11891
+ block_type: string;
11868
11892
  /**
11869
11893
  * Description
11870
11894
  */
@@ -11888,11 +11912,11 @@ export type TaxonomyBlockStructureRequest = {
11888
11912
  */
11889
11913
  name: string;
11890
11914
  /**
11891
- * Structure Type
11915
+ * Block Type
11892
11916
  *
11893
- * DB ``structures.structure_type`` enum. CoA blocks use ``chart_of_accounts``; reporting extensions use the statement family or ``custom``; custom ontology uses ``custom``.
11917
+ * DB ``structures.block_type`` enum. CoA blocks use ``chart_of_accounts``; reporting extensions use the statement family or ``custom``; custom ontology uses ``custom``.
11894
11918
  */
11895
- structure_type: 'chart_of_accounts' | 'custom' | 'balance_sheet' | 'income_statement' | 'cash_flow_statement' | 'equity_statement' | 'coa_mapping' | 'schedule' | 'rollforward' | 'reconciliation' | 'policy' | 'metric';
11919
+ block_type: 'chart_of_accounts' | 'custom' | 'balance_sheet' | 'income_statement' | 'cash_flow_statement' | 'equity_statement' | 'coa_mapping' | 'schedule' | 'rollforward' | 'reconciliation' | 'policy' | 'metric';
11896
11920
  /**
11897
11921
  * Description
11898
11922
  */