@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.
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 +60 -34
  5. package/artifacts/graphql/generated/graphql.js +94 -19
  6. package/artifacts/graphql/generated/graphql.ts +136 -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 +20 -2
  10. package/artifacts/graphql/queries/ledger/informationBlock.ts +20 -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 +10 -2
  20. package/artifacts/graphql/queries/ledger/reportPackage.ts +10 -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 +21 -15
  30. package/sdk/types.gen.ts +21 -15
  31. package/types.gen.d.ts +21 -15
  32. package/types.gen.ts +21 -15
@@ -137,7 +137,7 @@ export type Agent = {
137
137
 
138
138
  export type Artifact = {
139
139
  mechanics: Scalars['JSON']['output']
140
- parentheticalNote: Maybe<Scalars['String']['output']>
140
+ rendererNote: Maybe<Scalars['String']['output']>
141
141
  template: Maybe<Scalars['JSON']['output']>
142
142
  topic: Maybe<Scalars['String']['output']>
143
143
  }
@@ -188,12 +188,12 @@ export type ClosingBookCategory = {
188
188
  * carry ``status`` ('complete' | 'draft' | 'pending').
189
189
  */
190
190
  export type ClosingBookItem = {
191
+ blockType: Maybe<Scalars['String']['output']>
191
192
  id: Scalars['String']['output']
192
193
  itemType: Scalars['String']['output']
193
194
  name: Scalars['String']['output']
194
195
  reportId: Maybe<Scalars['String']['output']>
195
196
  status: Maybe<Scalars['String']['output']>
196
- structureType: Maybe<Scalars['String']['output']>
197
197
  }
198
198
 
199
199
  /**
@@ -473,7 +473,7 @@ export type InformationBlockClassification = {
473
473
  confidence: Maybe<Scalars['Float']['output']>
474
474
  /** Classification vocabulary row id. */
475
475
  id: Scalars['String']['output']
476
- /** Vocabulary identifier within the category — e.g. 'RollUp', 'aggregation', 'AssetsRollUp'. */
476
+ /** Vocabulary identifier within the category — e.g. 'RollUp', 'whole_part', 'AssetsRollUp'. */
477
477
  identifier: Scalars['String']['output']
478
478
  /** Whether this is the canonical classification for the (association|element, category) pair. Non-primary rows capture alternates / AI suggestions alongside the chosen primary. */
479
479
  isPrimary: Scalars['Boolean']['output']
@@ -614,12 +614,14 @@ export type InformationBlockRule = {
614
614
  id: Scalars['String']['output']
615
615
  /** One of 8 cm:VerificationRule subclasses — AutomatedAccountingAndReportingChecks, FundamentalAccountingConceptRelation, PeerConsistencyRule, PriorPeriodConsistencyRule, ReportLevelModelStructureRule, ReportingSystemSpecificRule, ToDoManualTask, XBRLTechnicalSyntaxRule. */
616
616
  ruleCategory: Scalars['String']['output']
617
+ /** 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. */
618
+ ruleCheckKind: Maybe<Scalars['String']['output']>
617
619
  ruleExpression: Scalars['String']['output']
618
620
  ruleMessage: Maybe<Scalars['String']['output']>
619
621
  /** Provenance — 'forked' (from an upstream artifact, e.g. Seattle Method) or 'native' (authored in this seed or by a tenant). Enum closure enforced by the ``public.rules`` CHECK constraint. */
620
622
  ruleOrigin: Scalars['String']['output']
621
- /** One of 10 cm:BusinessRulePattern mechanisms — Adjustment, CoExists, EqualTo, Exists, GreaterThan, GreaterThanOrEqualToZero, LessThan, RollForward, RollUp, Variance. */
622
- rulePattern: Scalars['String']['output']
623
+ /** 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). */
624
+ rulePattern: Maybe<Scalars['String']['output']>
623
625
  /** Failure severity — 'info' | 'warning' | 'error'. Enum closure enforced by the ``public.rules`` CHECK constraint. */
624
626
  ruleSeverity: Scalars['String']['output']
625
627
  ruleTarget: Maybe<InformationBlockRuleTarget>
@@ -702,7 +704,7 @@ export type InformationBlockViewProjections = {
702
704
  export type InformationModel = {
703
705
  /** roll_up | roll_forward | variance | adjustment | set | arithmetic | textblock. Null for block types where the concept arrangement is implicit in their mechanics. */
704
706
  conceptArrangement: Maybe<Scalars['String']['output']>
705
- /** aggregation | nonaggregation, or null if non-hypercube. */
707
+ /** is_a | whole_part | nested_whole_part | two_dimension_aggregation | complex_aggregating_whole_part, or null if non-hypercube. */
706
708
  memberArrangement: Maybe<Scalars['String']['output']>
707
709
  }
708
710
 
@@ -1006,13 +1008,13 @@ export type LibraryReference = {
1006
1008
 
1007
1009
  /** A named structure (extended link role) within a library taxonomy. */
1008
1010
  export type LibraryStructure = {
1011
+ /** balance_sheet | income_statement | cash_flow_statement | custom | … */
1012
+ blockType: Scalars['String']['output']
1009
1013
  id: Scalars['String']['output']
1010
1014
  isActive: Scalars['Boolean']['output']
1011
1015
  name: Scalars['String']['output']
1012
1016
  /** Original XBRL role URI if any */
1013
1017
  roleUri: Maybe<Scalars['String']['output']>
1014
- /** balance_sheet | income_statement | cash_flow_statement | custom | … */
1015
- structureType: Scalars['String']['output']
1016
1018
  taxonomyId: Scalars['String']['output']
1017
1019
  }
1018
1020
 
@@ -1069,9 +1071,9 @@ export type MappingCoverage = {
1069
1071
  /** A mapping structure with all its associations. */
1070
1072
  export type MappingDetail = {
1071
1073
  associations: Array<Association>
1074
+ blockType: Scalars['String']['output']
1072
1075
  id: Scalars['String']['output']
1073
1076
  name: Scalars['String']['output']
1074
- structureType: Scalars['String']['output']
1075
1077
  taxonomyId: Scalars['String']['output']
1076
1078
  totalAssociations: Scalars['Int']['output']
1077
1079
  }
@@ -1602,7 +1604,7 @@ export type QueryLibraryStructureArgs = {
1602
1604
  }
1603
1605
 
1604
1606
  export type QueryLibraryStructuresArgs = {
1605
- structureType?: InputMaybe<Scalars['String']['input']>
1607
+ blockType?: InputMaybe<Scalars['String']['input']>
1606
1608
  taxonomyId?: InputMaybe<Scalars['ID']['input']>
1607
1609
  }
1608
1610
 
@@ -1712,12 +1714,12 @@ export type QuerySecurityArgs = {
1712
1714
  }
1713
1715
 
1714
1716
  export type QueryStatementArgs = {
1717
+ blockType: Scalars['String']['input']
1715
1718
  reportId: Scalars['String']['input']
1716
- structureType: Scalars['String']['input']
1717
1719
  }
1718
1720
 
1719
1721
  export type QueryStructuresArgs = {
1720
- structureType?: InputMaybe<Scalars['String']['input']>
1722
+ blockType?: InputMaybe<Scalars['String']['input']>
1721
1723
  taxonomyId?: InputMaybe<Scalars['String']['input']>
1722
1724
  }
1723
1725
 
@@ -1906,6 +1908,8 @@ export type SecurityLite = {
1906
1908
  * rehydrated as ``InformationBlockEnvelope`` items instead.
1907
1909
  */
1908
1910
  export type Statement = {
1911
+ /** Structure category: `balance_sheet`, `income_statement`, `cash_flow_statement`, `equity_statement`, `schedule`. */
1912
+ blockType: Scalars['String']['output']
1909
1913
  /** Period columns rendered in this statement, in display order. */
1910
1914
  periods: Array<PeriodSpec>
1911
1915
  /** The Report this statement was rendered from. */
@@ -1916,8 +1920,6 @@ export type Statement = {
1916
1920
  structureId: Scalars['String']['output']
1917
1921
  /** Human-readable structure name. */
1918
1922
  structureName: Scalars['String']['output']
1919
- /** Structure category: `balance_sheet`, `income_statement`, `cash_flow_statement`, `equity_statement`, `schedule`. */
1920
- structureType: Scalars['String']['output']
1921
1923
  /** Number of GL elements that fell through the mapping with no destination concept. Indicates mapping gaps. */
1922
1924
  unmappedCount: Scalars['Int']['output']
1923
1925
  /** Outcome of running reporting rules over this structure. Null when the structure has no rules attached. */
@@ -1928,16 +1930,16 @@ export type Statement = {
1928
1930
  * One structure header — a renderable section within a taxonomy
1929
1931
  * (balance sheet, income statement, schedule, etc.).
1930
1932
  *
1931
- * ``structure_type`` drives presentation: 'balance_sheet',
1933
+ * ``block_type`` drives presentation: 'balance_sheet',
1932
1934
  * 'income_statement', 'cash_flow_statement', 'equity_statement',
1933
1935
  * 'schedule', 'chart_of_accounts', 'coa_mapping', 'rollforward', etc.
1934
1936
  */
1935
1937
  export type Structure = {
1938
+ blockType: Scalars['String']['output']
1936
1939
  description: Maybe<Scalars['String']['output']>
1937
1940
  id: Scalars['String']['output']
1938
1941
  isActive: Scalars['Boolean']['output']
1939
1942
  name: Scalars['String']['output']
1940
- structureType: Scalars['String']['output']
1941
1943
  taxonomyId: Scalars['String']['output']
1942
1944
  }
1943
1945
 
@@ -1954,12 +1956,12 @@ export type StructureList = {
1954
1956
  * row owns the facts; structures are the lenses that project them.
1955
1957
  */
1956
1958
  export type StructureSummary = {
1959
+ /** Structure category: `balance_sheet`, `income_statement`, `cash_flow_statement`, `equity_statement`, `schedule`. */
1960
+ blockType: Scalars['String']['output']
1957
1961
  /** Structure identifier. */
1958
1962
  id: Scalars['String']['output']
1959
1963
  /** Human-readable structure name. */
1960
1964
  name: Scalars['String']['output']
1961
- /** Structure category: `balance_sheet`, `income_statement`, `cash_flow_statement`, `equity_statement`, `schedule`. */
1962
- structureType: Scalars['String']['output']
1963
1965
  }
1964
1966
 
1965
1967
  /** A suggested mapping target from the reporting taxonomy. */
@@ -2056,11 +2058,11 @@ export type TaxonomyBlockRule = {
2056
2058
  }
2057
2059
 
2058
2060
  export type TaxonomyBlockStructure = {
2061
+ blockType: Scalars['String']['output']
2059
2062
  description: Maybe<Scalars['String']['output']>
2060
2063
  id: Scalars['String']['output']
2061
2064
  name: Scalars['String']['output']
2062
2065
  roleUri: Maybe<Scalars['String']['output']>
2063
- structureType: Scalars['String']['output']
2064
2066
  }
2065
2067
 
2066
2068
  /** Flat list of taxonomy headers. Used by the catalog/picker UIs. */
@@ -2523,7 +2525,7 @@ export type GetLedgerClosingBookStructuresQuery = {
2523
2525
  id: string
2524
2526
  name: string
2525
2527
  itemType: string
2526
- structureType: string | null
2528
+ blockType: string | null
2527
2529
  reportId: string | null
2528
2530
  status: string | null
2529
2531
  }>
@@ -2742,7 +2744,7 @@ export type GetInformationBlockQuery = {
2742
2744
  informationModel: { conceptArrangement: string | null; memberArrangement: string | null }
2743
2745
  artifact: {
2744
2746
  topic: string | null
2745
- parentheticalNote: string | null
2747
+ rendererNote: string | null
2746
2748
  template: any | null
2747
2749
  mechanics: any
2748
2750
  }
@@ -2780,11 +2782,13 @@ export type GetInformationBlockQuery = {
2780
2782
  rules: Array<{
2781
2783
  id: string
2782
2784
  ruleCategory: string
2783
- rulePattern: string
2785
+ rulePattern: string | null
2784
2786
  ruleExpression: string
2785
2787
  ruleMessage: string | null
2786
2788
  ruleSeverity: string
2787
2789
  ruleOrigin: string
2790
+ ruleTarget: { targetKind: string; targetRefId: string } | null
2791
+ ruleVariables: Array<{ variableName: string; variableQname: string }>
2788
2792
  }>
2789
2793
  factSet: {
2790
2794
  id: string
@@ -2850,7 +2854,7 @@ export type ListInformationBlocksQuery = {
2850
2854
  informationModel: { conceptArrangement: string | null; memberArrangement: string | null }
2851
2855
  artifact: {
2852
2856
  topic: string | null
2853
- parentheticalNote: string | null
2857
+ rendererNote: string | null
2854
2858
  template: any | null
2855
2859
  mechanics: any
2856
2860
  }
@@ -2888,11 +2892,13 @@ export type ListInformationBlocksQuery = {
2888
2892
  rules: Array<{
2889
2893
  id: string
2890
2894
  ruleCategory: string
2891
- rulePattern: string
2895
+ rulePattern: string | null
2892
2896
  ruleExpression: string
2893
2897
  ruleMessage: string | null
2894
2898
  ruleSeverity: string
2895
2899
  ruleOrigin: string
2900
+ ruleTarget: { targetKind: string; targetRefId: string } | null
2901
+ ruleVariables: Array<{ variableName: string; variableQname: string }>
2896
2902
  }>
2897
2903
  factSet: {
2898
2904
  id: string
@@ -2969,7 +2975,7 @@ export type GetLedgerMappingQuery = {
2969
2975
  mapping: {
2970
2976
  id: string
2971
2977
  name: string
2972
- structureType: string
2978
+ blockType: string
2973
2979
  taxonomyId: string
2974
2980
  totalAssociations: number
2975
2981
  associations: Array<{
@@ -3016,7 +3022,7 @@ export type ListLedgerMappingsQuery = {
3016
3022
  id: string
3017
3023
  name: string
3018
3024
  description: string | null
3019
- structureType: string
3025
+ blockType: string
3020
3026
  taxonomyId: string
3021
3027
  isActive: boolean
3022
3028
  }>
@@ -3151,7 +3157,7 @@ export type GetLedgerReportQuery = {
3151
3157
  sourceReportId: string | null
3152
3158
  sharedAt: any | null
3153
3159
  periods: Array<{ start: any; end: any; label: string }> | null
3154
- structures: Array<{ id: string; name: string; structureType: string }>
3160
+ structures: Array<{ id: string; name: string; blockType: string }>
3155
3161
  } | null
3156
3162
  }
3157
3163
 
@@ -3197,7 +3203,7 @@ export type GetLedgerReportPackageQuery = {
3197
3203
  informationModel: { conceptArrangement: string | null; memberArrangement: string | null }
3198
3204
  artifact: {
3199
3205
  topic: string | null
3200
- parentheticalNote: string | null
3206
+ rendererNote: string | null
3201
3207
  template: any | null
3202
3208
  mechanics: any
3203
3209
  }
@@ -3235,11 +3241,13 @@ export type GetLedgerReportPackageQuery = {
3235
3241
  rules: Array<{
3236
3242
  id: string
3237
3243
  ruleCategory: string
3238
- rulePattern: string
3244
+ rulePattern: string | null
3239
3245
  ruleExpression: string
3240
3246
  ruleMessage: string | null
3241
3247
  ruleSeverity: string
3242
3248
  ruleOrigin: string
3249
+ ruleTarget: { targetKind: string; targetRefId: string } | null
3250
+ ruleVariables: Array<{ variableName: string; variableQname: string }>
3243
3251
  }>
3244
3252
  factSet: {
3245
3253
  id: string
@@ -3329,14 +3337,14 @@ export type ListLedgerReportsQuery = {
3329
3337
  sourceReportId: string | null
3330
3338
  sharedAt: any | null
3331
3339
  periods: Array<{ start: any; end: any; label: string }> | null
3332
- structures: Array<{ id: string; name: string; structureType: string }>
3340
+ structures: Array<{ id: string; name: string; blockType: string }>
3333
3341
  }>
3334
3342
  } | null
3335
3343
  }
3336
3344
 
3337
3345
  export type GetLedgerStatementQueryVariables = Exact<{
3338
3346
  reportId: Scalars['String']['input']
3339
- structureType: Scalars['String']['input']
3347
+ blockType: Scalars['String']['input']
3340
3348
  }>
3341
3349
 
3342
3350
  export type GetLedgerStatementQuery = {
@@ -3344,7 +3352,7 @@ export type GetLedgerStatementQuery = {
3344
3352
  reportId: string
3345
3353
  structureId: string
3346
3354
  structureName: string
3347
- structureType: string
3355
+ blockType: string
3348
3356
  unmappedCount: number
3349
3357
  periods: Array<{ start: any; end: any; label: string }>
3350
3358
  rows: Array<{
@@ -3367,7 +3375,7 @@ export type GetLedgerStatementQuery = {
3367
3375
 
3368
3376
  export type ListLedgerStructuresQueryVariables = Exact<{
3369
3377
  taxonomyId: InputMaybe<Scalars['String']['input']>
3370
- structureType: InputMaybe<Scalars['String']['input']>
3378
+ blockType: InputMaybe<Scalars['String']['input']>
3371
3379
  }>
3372
3380
 
3373
3381
  export type ListLedgerStructuresQuery = {
@@ -3376,7 +3384,7 @@ export type ListLedgerStructuresQuery = {
3376
3384
  id: string
3377
3385
  name: string
3378
3386
  description: string | null
3379
- structureType: string
3387
+ blockType: string
3380
3388
  taxonomyId: string
3381
3389
  isActive: boolean
3382
3390
  }>
@@ -4880,7 +4888,7 @@ export const GetLedgerClosingBookStructuresDocument = {
4880
4888
  { kind: 'Field', name: { kind: 'Name', value: 'id' } },
4881
4889
  { kind: 'Field', name: { kind: 'Name', value: 'name' } },
4882
4890
  { kind: 'Field', name: { kind: 'Name', value: 'itemType' } },
4883
- { kind: 'Field', name: { kind: 'Name', value: 'structureType' } },
4891
+ { kind: 'Field', name: { kind: 'Name', value: 'blockType' } },
4884
4892
  { kind: 'Field', name: { kind: 'Name', value: 'reportId' } },
4885
4893
  { kind: 'Field', name: { kind: 'Name', value: 'status' } },
4886
4894
  ],
@@ -5447,7 +5455,7 @@ export const GetInformationBlockDocument = {
5447
5455
  kind: 'SelectionSet',
5448
5456
  selections: [
5449
5457
  { kind: 'Field', name: { kind: 'Name', value: 'topic' } },
5450
- { kind: 'Field', name: { kind: 'Name', value: 'parentheticalNote' } },
5458
+ { kind: 'Field', name: { kind: 'Name', value: 'rendererNote' } },
5451
5459
  { kind: 'Field', name: { kind: 'Name', value: 'template' } },
5452
5460
  { kind: 'Field', name: { kind: 'Name', value: 'mechanics' } },
5453
5461
  ],
@@ -5518,6 +5526,28 @@ export const GetInformationBlockDocument = {
5518
5526
  { kind: 'Field', name: { kind: 'Name', value: 'ruleMessage' } },
5519
5527
  { kind: 'Field', name: { kind: 'Name', value: 'ruleSeverity' } },
5520
5528
  { kind: 'Field', name: { kind: 'Name', value: 'ruleOrigin' } },
5529
+ {
5530
+ kind: 'Field',
5531
+ name: { kind: 'Name', value: 'ruleTarget' },
5532
+ selectionSet: {
5533
+ kind: 'SelectionSet',
5534
+ selections: [
5535
+ { kind: 'Field', name: { kind: 'Name', value: 'targetKind' } },
5536
+ { kind: 'Field', name: { kind: 'Name', value: 'targetRefId' } },
5537
+ ],
5538
+ },
5539
+ },
5540
+ {
5541
+ kind: 'Field',
5542
+ name: { kind: 'Name', value: 'ruleVariables' },
5543
+ selectionSet: {
5544
+ kind: 'SelectionSet',
5545
+ selections: [
5546
+ { kind: 'Field', name: { kind: 'Name', value: 'variableName' } },
5547
+ { kind: 'Field', name: { kind: 'Name', value: 'variableQname' } },
5548
+ ],
5549
+ },
5550
+ },
5521
5551
  ],
5522
5552
  },
5523
5553
  },
@@ -5712,7 +5742,7 @@ export const ListInformationBlocksDocument = {
5712
5742
  kind: 'SelectionSet',
5713
5743
  selections: [
5714
5744
  { kind: 'Field', name: { kind: 'Name', value: 'topic' } },
5715
- { kind: 'Field', name: { kind: 'Name', value: 'parentheticalNote' } },
5745
+ { kind: 'Field', name: { kind: 'Name', value: 'rendererNote' } },
5716
5746
  { kind: 'Field', name: { kind: 'Name', value: 'template' } },
5717
5747
  { kind: 'Field', name: { kind: 'Name', value: 'mechanics' } },
5718
5748
  ],
@@ -5783,6 +5813,28 @@ export const ListInformationBlocksDocument = {
5783
5813
  { kind: 'Field', name: { kind: 'Name', value: 'ruleMessage' } },
5784
5814
  { kind: 'Field', name: { kind: 'Name', value: 'ruleSeverity' } },
5785
5815
  { kind: 'Field', name: { kind: 'Name', value: 'ruleOrigin' } },
5816
+ {
5817
+ kind: 'Field',
5818
+ name: { kind: 'Name', value: 'ruleTarget' },
5819
+ selectionSet: {
5820
+ kind: 'SelectionSet',
5821
+ selections: [
5822
+ { kind: 'Field', name: { kind: 'Name', value: 'targetKind' } },
5823
+ { kind: 'Field', name: { kind: 'Name', value: 'targetRefId' } },
5824
+ ],
5825
+ },
5826
+ },
5827
+ {
5828
+ kind: 'Field',
5829
+ name: { kind: 'Name', value: 'ruleVariables' },
5830
+ selectionSet: {
5831
+ kind: 'SelectionSet',
5832
+ selections: [
5833
+ { kind: 'Field', name: { kind: 'Name', value: 'variableName' } },
5834
+ { kind: 'Field', name: { kind: 'Name', value: 'variableQname' } },
5835
+ ],
5836
+ },
5837
+ },
5786
5838
  ],
5787
5839
  },
5788
5840
  },
@@ -6009,7 +6061,7 @@ export const GetLedgerMappingDocument = {
6009
6061
  selections: [
6010
6062
  { kind: 'Field', name: { kind: 'Name', value: 'id' } },
6011
6063
  { kind: 'Field', name: { kind: 'Name', value: 'name' } },
6012
- { kind: 'Field', name: { kind: 'Name', value: 'structureType' } },
6064
+ { kind: 'Field', name: { kind: 'Name', value: 'blockType' } },
6013
6065
  { kind: 'Field', name: { kind: 'Name', value: 'taxonomyId' } },
6014
6066
  { kind: 'Field', name: { kind: 'Name', value: 'totalAssociations' } },
6015
6067
  {
@@ -6117,7 +6169,7 @@ export const ListLedgerMappingsDocument = {
6117
6169
  { kind: 'Field', name: { kind: 'Name', value: 'id' } },
6118
6170
  { kind: 'Field', name: { kind: 'Name', value: 'name' } },
6119
6171
  { kind: 'Field', name: { kind: 'Name', value: 'description' } },
6120
- { kind: 'Field', name: { kind: 'Name', value: 'structureType' } },
6172
+ { kind: 'Field', name: { kind: 'Name', value: 'blockType' } },
6121
6173
  { kind: 'Field', name: { kind: 'Name', value: 'taxonomyId' } },
6122
6174
  { kind: 'Field', name: { kind: 'Name', value: 'isActive' } },
6123
6175
  ],
@@ -6509,7 +6561,7 @@ export const GetLedgerReportDocument = {
6509
6561
  selections: [
6510
6562
  { kind: 'Field', name: { kind: 'Name', value: 'id' } },
6511
6563
  { kind: 'Field', name: { kind: 'Name', value: 'name' } },
6512
- { kind: 'Field', name: { kind: 'Name', value: 'structureType' } },
6564
+ { kind: 'Field', name: { kind: 'Name', value: 'blockType' } },
6513
6565
  ],
6514
6566
  },
6515
6567
  },
@@ -6621,10 +6673,7 @@ export const GetLedgerReportPackageDocument = {
6621
6673
  kind: 'SelectionSet',
6622
6674
  selections: [
6623
6675
  { kind: 'Field', name: { kind: 'Name', value: 'topic' } },
6624
- {
6625
- kind: 'Field',
6626
- name: { kind: 'Name', value: 'parentheticalNote' },
6627
- },
6676
+ { kind: 'Field', name: { kind: 'Name', value: 'rendererNote' } },
6628
6677
  { kind: 'Field', name: { kind: 'Name', value: 'template' } },
6629
6678
  { kind: 'Field', name: { kind: 'Name', value: 'mechanics' } },
6630
6679
  ],
@@ -6701,6 +6750,40 @@ export const GetLedgerReportPackageDocument = {
6701
6750
  { kind: 'Field', name: { kind: 'Name', value: 'ruleMessage' } },
6702
6751
  { kind: 'Field', name: { kind: 'Name', value: 'ruleSeverity' } },
6703
6752
  { kind: 'Field', name: { kind: 'Name', value: 'ruleOrigin' } },
6753
+ {
6754
+ kind: 'Field',
6755
+ name: { kind: 'Name', value: 'ruleTarget' },
6756
+ selectionSet: {
6757
+ kind: 'SelectionSet',
6758
+ selections: [
6759
+ {
6760
+ kind: 'Field',
6761
+ name: { kind: 'Name', value: 'targetKind' },
6762
+ },
6763
+ {
6764
+ kind: 'Field',
6765
+ name: { kind: 'Name', value: 'targetRefId' },
6766
+ },
6767
+ ],
6768
+ },
6769
+ },
6770
+ {
6771
+ kind: 'Field',
6772
+ name: { kind: 'Name', value: 'ruleVariables' },
6773
+ selectionSet: {
6774
+ kind: 'SelectionSet',
6775
+ selections: [
6776
+ {
6777
+ kind: 'Field',
6778
+ name: { kind: 'Name', value: 'variableName' },
6779
+ },
6780
+ {
6781
+ kind: 'Field',
6782
+ name: { kind: 'Name', value: 'variableQname' },
6783
+ },
6784
+ ],
6785
+ },
6786
+ },
6704
6787
  ],
6705
6788
  },
6706
6789
  },
@@ -6958,7 +7041,7 @@ export const ListLedgerReportsDocument = {
6958
7041
  selections: [
6959
7042
  { kind: 'Field', name: { kind: 'Name', value: 'id' } },
6960
7043
  { kind: 'Field', name: { kind: 'Name', value: 'name' } },
6961
- { kind: 'Field', name: { kind: 'Name', value: 'structureType' } },
7044
+ { kind: 'Field', name: { kind: 'Name', value: 'blockType' } },
6962
7045
  ],
6963
7046
  },
6964
7047
  },
@@ -6991,7 +7074,7 @@ export const GetLedgerStatementDocument = {
6991
7074
  },
6992
7075
  {
6993
7076
  kind: 'VariableDefinition',
6994
- variable: { kind: 'Variable', name: { kind: 'Name', value: 'structureType' } },
7077
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'blockType' } },
6995
7078
  type: {
6996
7079
  kind: 'NonNullType',
6997
7080
  type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
@@ -7012,8 +7095,8 @@ export const GetLedgerStatementDocument = {
7012
7095
  },
7013
7096
  {
7014
7097
  kind: 'Argument',
7015
- name: { kind: 'Name', value: 'structureType' },
7016
- value: { kind: 'Variable', name: { kind: 'Name', value: 'structureType' } },
7098
+ name: { kind: 'Name', value: 'blockType' },
7099
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'blockType' } },
7017
7100
  },
7018
7101
  ],
7019
7102
  selectionSet: {
@@ -7022,7 +7105,7 @@ export const GetLedgerStatementDocument = {
7022
7105
  { kind: 'Field', name: { kind: 'Name', value: 'reportId' } },
7023
7106
  { kind: 'Field', name: { kind: 'Name', value: 'structureId' } },
7024
7107
  { kind: 'Field', name: { kind: 'Name', value: 'structureName' } },
7025
- { kind: 'Field', name: { kind: 'Name', value: 'structureType' } },
7108
+ { kind: 'Field', name: { kind: 'Name', value: 'blockType' } },
7026
7109
  { kind: 'Field', name: { kind: 'Name', value: 'unmappedCount' } },
7027
7110
  {
7028
7111
  kind: 'Field',
@@ -7088,7 +7171,7 @@ export const ListLedgerStructuresDocument = {
7088
7171
  },
7089
7172
  {
7090
7173
  kind: 'VariableDefinition',
7091
- variable: { kind: 'Variable', name: { kind: 'Name', value: 'structureType' } },
7174
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'blockType' } },
7092
7175
  type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
7093
7176
  },
7094
7177
  ],
@@ -7106,8 +7189,8 @@ export const ListLedgerStructuresDocument = {
7106
7189
  },
7107
7190
  {
7108
7191
  kind: 'Argument',
7109
- name: { kind: 'Name', value: 'structureType' },
7110
- value: { kind: 'Variable', name: { kind: 'Name', value: 'structureType' } },
7192
+ name: { kind: 'Name', value: 'blockType' },
7193
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'blockType' } },
7111
7194
  },
7112
7195
  ],
7113
7196
  selectionSet: {
@@ -7122,7 +7205,7 @@ export const ListLedgerStructuresDocument = {
7122
7205
  { kind: 'Field', name: { kind: 'Name', value: 'id' } },
7123
7206
  { kind: 'Field', name: { kind: 'Name', value: 'name' } },
7124
7207
  { kind: 'Field', name: { kind: 'Name', value: 'description' } },
7125
- { kind: 'Field', name: { kind: 'Name', value: 'structureType' } },
7208
+ { kind: 'Field', name: { kind: 'Name', value: 'blockType' } },
7126
7209
  { kind: 'Field', name: { kind: 'Name', value: 'taxonomyId' } },
7127
7210
  { kind: 'Field', name: { kind: 'Name', value: 'isActive' } },
7128
7211
  ],
@@ -17,7 +17,7 @@ exports.GET_CLOSING_BOOK_STRUCTURES = (0, graphql_request_1.gql) `
17
17
  id
18
18
  name
19
19
  itemType
20
- structureType
20
+ blockType
21
21
  reportId
22
22
  status
23
23
  }
@@ -15,7 +15,7 @@ export const GET_CLOSING_BOOK_STRUCTURES = gql`
15
15
  id
16
16
  name
17
17
  itemType
18
- structureType
18
+ blockType
19
19
  reportId
20
20
  status
21
21
  }
@@ -25,7 +25,7 @@ exports.GET_INFORMATION_BLOCK = (0, graphql_request_1.gql) `
25
25
  }
26
26
  artifact {
27
27
  topic
28
- parentheticalNote
28
+ rendererNote
29
29
  template
30
30
  mechanics
31
31
  }
@@ -64,10 +64,19 @@ exports.GET_INFORMATION_BLOCK = (0, graphql_request_1.gql) `
64
64
  id
65
65
  ruleCategory
66
66
  rulePattern
67
+ ruleCheckKind
67
68
  ruleExpression
68
69
  ruleMessage
69
70
  ruleSeverity
70
71
  ruleOrigin
72
+ ruleTarget {
73
+ targetKind
74
+ targetRefId
75
+ }
76
+ ruleVariables {
77
+ variableName
78
+ variableQname
79
+ }
71
80
  }
72
81
  factSet {
73
82
  id
@@ -140,7 +149,7 @@ exports.LIST_INFORMATION_BLOCKS = (0, graphql_request_1.gql) `
140
149
  }
141
150
  artifact {
142
151
  topic
143
- parentheticalNote
152
+ rendererNote
144
153
  template
145
154
  mechanics
146
155
  }
@@ -179,10 +188,19 @@ exports.LIST_INFORMATION_BLOCKS = (0, graphql_request_1.gql) `
179
188
  id
180
189
  ruleCategory
181
190
  rulePattern
191
+ ruleCheckKind
182
192
  ruleExpression
183
193
  ruleMessage
184
194
  ruleSeverity
185
195
  ruleOrigin
196
+ ruleTarget {
197
+ targetKind
198
+ targetRefId
199
+ }
200
+ ruleVariables {
201
+ variableName
202
+ variableQname
203
+ }
186
204
  }
187
205
  factSet {
188
206
  id