@robosystems/client 0.3.25 → 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 +36 -34
- package/artifacts/graphql/generated/graphql.js +16 -19
- package/artifacts/graphql/generated/graphql.ts +52 -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 +4 -2
- package/artifacts/graphql/queries/ledger/informationBlock.ts +4 -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 +2 -2
- package/artifacts/graphql/queries/ledger/reportPackage.ts +2 -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
|
@@ -137,7 +137,7 @@ export type Agent = {
|
|
|
137
137
|
|
|
138
138
|
export type Artifact = {
|
|
139
139
|
mechanics: Scalars['JSON']['output']
|
|
140
|
-
|
|
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', '
|
|
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
|
|
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
|
-
/**
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
* ``
|
|
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
|
-
|
|
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
|
-
|
|
2747
|
+
rendererNote: string | null
|
|
2746
2748
|
template: any | null
|
|
2747
2749
|
mechanics: any
|
|
2748
2750
|
}
|
|
@@ -2780,7 +2782,7 @@ 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
|
|
@@ -2852,7 +2854,7 @@ export type ListInformationBlocksQuery = {
|
|
|
2852
2854
|
informationModel: { conceptArrangement: string | null; memberArrangement: string | null }
|
|
2853
2855
|
artifact: {
|
|
2854
2856
|
topic: string | null
|
|
2855
|
-
|
|
2857
|
+
rendererNote: string | null
|
|
2856
2858
|
template: any | null
|
|
2857
2859
|
mechanics: any
|
|
2858
2860
|
}
|
|
@@ -2890,7 +2892,7 @@ export type ListInformationBlocksQuery = {
|
|
|
2890
2892
|
rules: Array<{
|
|
2891
2893
|
id: string
|
|
2892
2894
|
ruleCategory: string
|
|
2893
|
-
rulePattern: string
|
|
2895
|
+
rulePattern: string | null
|
|
2894
2896
|
ruleExpression: string
|
|
2895
2897
|
ruleMessage: string | null
|
|
2896
2898
|
ruleSeverity: string
|
|
@@ -2973,7 +2975,7 @@ export type GetLedgerMappingQuery = {
|
|
|
2973
2975
|
mapping: {
|
|
2974
2976
|
id: string
|
|
2975
2977
|
name: string
|
|
2976
|
-
|
|
2978
|
+
blockType: string
|
|
2977
2979
|
taxonomyId: string
|
|
2978
2980
|
totalAssociations: number
|
|
2979
2981
|
associations: Array<{
|
|
@@ -3020,7 +3022,7 @@ export type ListLedgerMappingsQuery = {
|
|
|
3020
3022
|
id: string
|
|
3021
3023
|
name: string
|
|
3022
3024
|
description: string | null
|
|
3023
|
-
|
|
3025
|
+
blockType: string
|
|
3024
3026
|
taxonomyId: string
|
|
3025
3027
|
isActive: boolean
|
|
3026
3028
|
}>
|
|
@@ -3155,7 +3157,7 @@ export type GetLedgerReportQuery = {
|
|
|
3155
3157
|
sourceReportId: string | null
|
|
3156
3158
|
sharedAt: any | null
|
|
3157
3159
|
periods: Array<{ start: any; end: any; label: string }> | null
|
|
3158
|
-
structures: Array<{ id: string; name: string;
|
|
3160
|
+
structures: Array<{ id: string; name: string; blockType: string }>
|
|
3159
3161
|
} | null
|
|
3160
3162
|
}
|
|
3161
3163
|
|
|
@@ -3201,7 +3203,7 @@ export type GetLedgerReportPackageQuery = {
|
|
|
3201
3203
|
informationModel: { conceptArrangement: string | null; memberArrangement: string | null }
|
|
3202
3204
|
artifact: {
|
|
3203
3205
|
topic: string | null
|
|
3204
|
-
|
|
3206
|
+
rendererNote: string | null
|
|
3205
3207
|
template: any | null
|
|
3206
3208
|
mechanics: any
|
|
3207
3209
|
}
|
|
@@ -3239,7 +3241,7 @@ export type GetLedgerReportPackageQuery = {
|
|
|
3239
3241
|
rules: Array<{
|
|
3240
3242
|
id: string
|
|
3241
3243
|
ruleCategory: string
|
|
3242
|
-
rulePattern: string
|
|
3244
|
+
rulePattern: string | null
|
|
3243
3245
|
ruleExpression: string
|
|
3244
3246
|
ruleMessage: string | null
|
|
3245
3247
|
ruleSeverity: string
|
|
@@ -3335,14 +3337,14 @@ export type ListLedgerReportsQuery = {
|
|
|
3335
3337
|
sourceReportId: string | null
|
|
3336
3338
|
sharedAt: any | null
|
|
3337
3339
|
periods: Array<{ start: any; end: any; label: string }> | null
|
|
3338
|
-
structures: Array<{ id: string; name: string;
|
|
3340
|
+
structures: Array<{ id: string; name: string; blockType: string }>
|
|
3339
3341
|
}>
|
|
3340
3342
|
} | null
|
|
3341
3343
|
}
|
|
3342
3344
|
|
|
3343
3345
|
export type GetLedgerStatementQueryVariables = Exact<{
|
|
3344
3346
|
reportId: Scalars['String']['input']
|
|
3345
|
-
|
|
3347
|
+
blockType: Scalars['String']['input']
|
|
3346
3348
|
}>
|
|
3347
3349
|
|
|
3348
3350
|
export type GetLedgerStatementQuery = {
|
|
@@ -3350,7 +3352,7 @@ export type GetLedgerStatementQuery = {
|
|
|
3350
3352
|
reportId: string
|
|
3351
3353
|
structureId: string
|
|
3352
3354
|
structureName: string
|
|
3353
|
-
|
|
3355
|
+
blockType: string
|
|
3354
3356
|
unmappedCount: number
|
|
3355
3357
|
periods: Array<{ start: any; end: any; label: string }>
|
|
3356
3358
|
rows: Array<{
|
|
@@ -3373,7 +3375,7 @@ export type GetLedgerStatementQuery = {
|
|
|
3373
3375
|
|
|
3374
3376
|
export type ListLedgerStructuresQueryVariables = Exact<{
|
|
3375
3377
|
taxonomyId: InputMaybe<Scalars['String']['input']>
|
|
3376
|
-
|
|
3378
|
+
blockType: InputMaybe<Scalars['String']['input']>
|
|
3377
3379
|
}>
|
|
3378
3380
|
|
|
3379
3381
|
export type ListLedgerStructuresQuery = {
|
|
@@ -3382,7 +3384,7 @@ export type ListLedgerStructuresQuery = {
|
|
|
3382
3384
|
id: string
|
|
3383
3385
|
name: string
|
|
3384
3386
|
description: string | null
|
|
3385
|
-
|
|
3387
|
+
blockType: string
|
|
3386
3388
|
taxonomyId: string
|
|
3387
3389
|
isActive: boolean
|
|
3388
3390
|
}>
|
|
@@ -4886,7 +4888,7 @@ export const GetLedgerClosingBookStructuresDocument = {
|
|
|
4886
4888
|
{ kind: 'Field', name: { kind: 'Name', value: 'id' } },
|
|
4887
4889
|
{ kind: 'Field', name: { kind: 'Name', value: 'name' } },
|
|
4888
4890
|
{ kind: 'Field', name: { kind: 'Name', value: 'itemType' } },
|
|
4889
|
-
{ kind: 'Field', name: { kind: 'Name', value: '
|
|
4891
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'blockType' } },
|
|
4890
4892
|
{ kind: 'Field', name: { kind: 'Name', value: 'reportId' } },
|
|
4891
4893
|
{ kind: 'Field', name: { kind: 'Name', value: 'status' } },
|
|
4892
4894
|
],
|
|
@@ -5453,7 +5455,7 @@ export const GetInformationBlockDocument = {
|
|
|
5453
5455
|
kind: 'SelectionSet',
|
|
5454
5456
|
selections: [
|
|
5455
5457
|
{ kind: 'Field', name: { kind: 'Name', value: 'topic' } },
|
|
5456
|
-
{ kind: 'Field', name: { kind: 'Name', value: '
|
|
5458
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'rendererNote' } },
|
|
5457
5459
|
{ kind: 'Field', name: { kind: 'Name', value: 'template' } },
|
|
5458
5460
|
{ kind: 'Field', name: { kind: 'Name', value: 'mechanics' } },
|
|
5459
5461
|
],
|
|
@@ -5740,7 +5742,7 @@ export const ListInformationBlocksDocument = {
|
|
|
5740
5742
|
kind: 'SelectionSet',
|
|
5741
5743
|
selections: [
|
|
5742
5744
|
{ kind: 'Field', name: { kind: 'Name', value: 'topic' } },
|
|
5743
|
-
{ kind: 'Field', name: { kind: 'Name', value: '
|
|
5745
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'rendererNote' } },
|
|
5744
5746
|
{ kind: 'Field', name: { kind: 'Name', value: 'template' } },
|
|
5745
5747
|
{ kind: 'Field', name: { kind: 'Name', value: 'mechanics' } },
|
|
5746
5748
|
],
|
|
@@ -6059,7 +6061,7 @@ export const GetLedgerMappingDocument = {
|
|
|
6059
6061
|
selections: [
|
|
6060
6062
|
{ kind: 'Field', name: { kind: 'Name', value: 'id' } },
|
|
6061
6063
|
{ kind: 'Field', name: { kind: 'Name', value: 'name' } },
|
|
6062
|
-
{ kind: 'Field', name: { kind: 'Name', value: '
|
|
6064
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'blockType' } },
|
|
6063
6065
|
{ kind: 'Field', name: { kind: 'Name', value: 'taxonomyId' } },
|
|
6064
6066
|
{ kind: 'Field', name: { kind: 'Name', value: 'totalAssociations' } },
|
|
6065
6067
|
{
|
|
@@ -6167,7 +6169,7 @@ export const ListLedgerMappingsDocument = {
|
|
|
6167
6169
|
{ kind: 'Field', name: { kind: 'Name', value: 'id' } },
|
|
6168
6170
|
{ kind: 'Field', name: { kind: 'Name', value: 'name' } },
|
|
6169
6171
|
{ kind: 'Field', name: { kind: 'Name', value: 'description' } },
|
|
6170
|
-
{ kind: 'Field', name: { kind: 'Name', value: '
|
|
6172
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'blockType' } },
|
|
6171
6173
|
{ kind: 'Field', name: { kind: 'Name', value: 'taxonomyId' } },
|
|
6172
6174
|
{ kind: 'Field', name: { kind: 'Name', value: 'isActive' } },
|
|
6173
6175
|
],
|
|
@@ -6559,7 +6561,7 @@ export const GetLedgerReportDocument = {
|
|
|
6559
6561
|
selections: [
|
|
6560
6562
|
{ kind: 'Field', name: { kind: 'Name', value: 'id' } },
|
|
6561
6563
|
{ kind: 'Field', name: { kind: 'Name', value: 'name' } },
|
|
6562
|
-
{ kind: 'Field', name: { kind: 'Name', value: '
|
|
6564
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'blockType' } },
|
|
6563
6565
|
],
|
|
6564
6566
|
},
|
|
6565
6567
|
},
|
|
@@ -6671,10 +6673,7 @@ export const GetLedgerReportPackageDocument = {
|
|
|
6671
6673
|
kind: 'SelectionSet',
|
|
6672
6674
|
selections: [
|
|
6673
6675
|
{ kind: 'Field', name: { kind: 'Name', value: 'topic' } },
|
|
6674
|
-
{
|
|
6675
|
-
kind: 'Field',
|
|
6676
|
-
name: { kind: 'Name', value: 'parentheticalNote' },
|
|
6677
|
-
},
|
|
6676
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'rendererNote' } },
|
|
6678
6677
|
{ kind: 'Field', name: { kind: 'Name', value: 'template' } },
|
|
6679
6678
|
{ kind: 'Field', name: { kind: 'Name', value: 'mechanics' } },
|
|
6680
6679
|
],
|
|
@@ -7042,7 +7041,7 @@ export const ListLedgerReportsDocument = {
|
|
|
7042
7041
|
selections: [
|
|
7043
7042
|
{ kind: 'Field', name: { kind: 'Name', value: 'id' } },
|
|
7044
7043
|
{ kind: 'Field', name: { kind: 'Name', value: 'name' } },
|
|
7045
|
-
{ kind: 'Field', name: { kind: 'Name', value: '
|
|
7044
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'blockType' } },
|
|
7046
7045
|
],
|
|
7047
7046
|
},
|
|
7048
7047
|
},
|
|
@@ -7075,7 +7074,7 @@ export const GetLedgerStatementDocument = {
|
|
|
7075
7074
|
},
|
|
7076
7075
|
{
|
|
7077
7076
|
kind: 'VariableDefinition',
|
|
7078
|
-
variable: { kind: 'Variable', name: { kind: 'Name', value: '
|
|
7077
|
+
variable: { kind: 'Variable', name: { kind: 'Name', value: 'blockType' } },
|
|
7079
7078
|
type: {
|
|
7080
7079
|
kind: 'NonNullType',
|
|
7081
7080
|
type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
|
|
@@ -7096,8 +7095,8 @@ export const GetLedgerStatementDocument = {
|
|
|
7096
7095
|
},
|
|
7097
7096
|
{
|
|
7098
7097
|
kind: 'Argument',
|
|
7099
|
-
name: { kind: 'Name', value: '
|
|
7100
|
-
value: { kind: 'Variable', name: { kind: 'Name', value: '
|
|
7098
|
+
name: { kind: 'Name', value: 'blockType' },
|
|
7099
|
+
value: { kind: 'Variable', name: { kind: 'Name', value: 'blockType' } },
|
|
7101
7100
|
},
|
|
7102
7101
|
],
|
|
7103
7102
|
selectionSet: {
|
|
@@ -7106,7 +7105,7 @@ export const GetLedgerStatementDocument = {
|
|
|
7106
7105
|
{ kind: 'Field', name: { kind: 'Name', value: 'reportId' } },
|
|
7107
7106
|
{ kind: 'Field', name: { kind: 'Name', value: 'structureId' } },
|
|
7108
7107
|
{ kind: 'Field', name: { kind: 'Name', value: 'structureName' } },
|
|
7109
|
-
{ kind: 'Field', name: { kind: 'Name', value: '
|
|
7108
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'blockType' } },
|
|
7110
7109
|
{ kind: 'Field', name: { kind: 'Name', value: 'unmappedCount' } },
|
|
7111
7110
|
{
|
|
7112
7111
|
kind: 'Field',
|
|
@@ -7172,7 +7171,7 @@ export const ListLedgerStructuresDocument = {
|
|
|
7172
7171
|
},
|
|
7173
7172
|
{
|
|
7174
7173
|
kind: 'VariableDefinition',
|
|
7175
|
-
variable: { kind: 'Variable', name: { kind: 'Name', value: '
|
|
7174
|
+
variable: { kind: 'Variable', name: { kind: 'Name', value: 'blockType' } },
|
|
7176
7175
|
type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
|
|
7177
7176
|
},
|
|
7178
7177
|
],
|
|
@@ -7190,8 +7189,8 @@ export const ListLedgerStructuresDocument = {
|
|
|
7190
7189
|
},
|
|
7191
7190
|
{
|
|
7192
7191
|
kind: 'Argument',
|
|
7193
|
-
name: { kind: 'Name', value: '
|
|
7194
|
-
value: { kind: 'Variable', name: { kind: 'Name', value: '
|
|
7192
|
+
name: { kind: 'Name', value: 'blockType' },
|
|
7193
|
+
value: { kind: 'Variable', name: { kind: 'Name', value: 'blockType' } },
|
|
7195
7194
|
},
|
|
7196
7195
|
],
|
|
7197
7196
|
selectionSet: {
|
|
@@ -7206,7 +7205,7 @@ export const ListLedgerStructuresDocument = {
|
|
|
7206
7205
|
{ kind: 'Field', name: { kind: 'Name', value: 'id' } },
|
|
7207
7206
|
{ kind: 'Field', name: { kind: 'Name', value: 'name' } },
|
|
7208
7207
|
{ kind: 'Field', name: { kind: 'Name', value: 'description' } },
|
|
7209
|
-
{ kind: 'Field', name: { kind: 'Name', value: '
|
|
7208
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'blockType' } },
|
|
7210
7209
|
{ kind: 'Field', name: { kind: 'Name', value: 'taxonomyId' } },
|
|
7211
7210
|
{ kind: 'Field', name: { kind: 'Name', value: 'isActive' } },
|
|
7212
7211
|
],
|
|
@@ -25,7 +25,7 @@ exports.GET_INFORMATION_BLOCK = (0, graphql_request_1.gql) `
|
|
|
25
25
|
}
|
|
26
26
|
artifact {
|
|
27
27
|
topic
|
|
28
|
-
|
|
28
|
+
rendererNote
|
|
29
29
|
template
|
|
30
30
|
mechanics
|
|
31
31
|
}
|
|
@@ -64,6 +64,7 @@ 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
|
|
@@ -148,7 +149,7 @@ exports.LIST_INFORMATION_BLOCKS = (0, graphql_request_1.gql) `
|
|
|
148
149
|
}
|
|
149
150
|
artifact {
|
|
150
151
|
topic
|
|
151
|
-
|
|
152
|
+
rendererNote
|
|
152
153
|
template
|
|
153
154
|
mechanics
|
|
154
155
|
}
|
|
@@ -187,6 +188,7 @@ exports.LIST_INFORMATION_BLOCKS = (0, graphql_request_1.gql) `
|
|
|
187
188
|
id
|
|
188
189
|
ruleCategory
|
|
189
190
|
rulePattern
|
|
191
|
+
ruleCheckKind
|
|
190
192
|
ruleExpression
|
|
191
193
|
ruleMessage
|
|
192
194
|
ruleSeverity
|
|
@@ -23,7 +23,7 @@ export const GET_INFORMATION_BLOCK = gql`
|
|
|
23
23
|
}
|
|
24
24
|
artifact {
|
|
25
25
|
topic
|
|
26
|
-
|
|
26
|
+
rendererNote
|
|
27
27
|
template
|
|
28
28
|
mechanics
|
|
29
29
|
}
|
|
@@ -62,6 +62,7 @@ export const GET_INFORMATION_BLOCK = gql`
|
|
|
62
62
|
id
|
|
63
63
|
ruleCategory
|
|
64
64
|
rulePattern
|
|
65
|
+
ruleCheckKind
|
|
65
66
|
ruleExpression
|
|
66
67
|
ruleMessage
|
|
67
68
|
ruleSeverity
|
|
@@ -147,7 +148,7 @@ export const LIST_INFORMATION_BLOCKS = gql`
|
|
|
147
148
|
}
|
|
148
149
|
artifact {
|
|
149
150
|
topic
|
|
150
|
-
|
|
151
|
+
rendererNote
|
|
151
152
|
template
|
|
152
153
|
mechanics
|
|
153
154
|
}
|
|
@@ -186,6 +187,7 @@ export const LIST_INFORMATION_BLOCKS = gql`
|
|
|
186
187
|
id
|
|
187
188
|
ruleCategory
|
|
188
189
|
rulePattern
|
|
190
|
+
ruleCheckKind
|
|
189
191
|
ruleExpression
|
|
190
192
|
ruleMessage
|
|
191
193
|
ruleSeverity
|
|
@@ -5,7 +5,7 @@ const graphql_request_1 = require("graphql-request");
|
|
|
5
5
|
/**
|
|
6
6
|
* All active coa_mapping structures. Returned as a StructureList (same
|
|
7
7
|
* wire shape as `structures`, just filtered server-side to
|
|
8
|
-
* `
|
|
8
|
+
* `block_type = 'coa_mapping'`).
|
|
9
9
|
*/
|
|
10
10
|
exports.LIST_MAPPINGS = (0, graphql_request_1.gql) `
|
|
11
11
|
query ListLedgerMappings {
|
|
@@ -14,7 +14,7 @@ exports.LIST_MAPPINGS = (0, graphql_request_1.gql) `
|
|
|
14
14
|
id
|
|
15
15
|
name
|
|
16
16
|
description
|
|
17
|
-
|
|
17
|
+
blockType
|
|
18
18
|
taxonomyId
|
|
19
19
|
isActive
|
|
20
20
|
}
|
|
@@ -3,7 +3,7 @@ import { gql } from 'graphql-request'
|
|
|
3
3
|
/**
|
|
4
4
|
* All active coa_mapping structures. Returned as a StructureList (same
|
|
5
5
|
* wire shape as `structures`, just filtered server-side to
|
|
6
|
-
* `
|
|
6
|
+
* `block_type = 'coa_mapping'`).
|
|
7
7
|
*/
|
|
8
8
|
export const LIST_MAPPINGS = gql`
|
|
9
9
|
query ListLedgerMappings {
|
|
@@ -12,7 +12,7 @@ export const LIST_MAPPINGS = gql`
|
|
|
12
12
|
id
|
|
13
13
|
name
|
|
14
14
|
description
|
|
15
|
-
|
|
15
|
+
blockType
|
|
16
16
|
taxonomyId
|
|
17
17
|
isActive
|
|
18
18
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Report rehydrated as a package — Report metadata + N rendered
|
|
3
3
|
* Information Block envelopes (one per attached FactSet). Drives the
|
|
4
4
|
* `/reports/[id]` package viewer; replaces the per-statement
|
|
5
|
-
* `getStatement(reportId,
|
|
5
|
+
* `getStatement(reportId, blockType)` round-trip flow.
|
|
6
6
|
*
|
|
7
7
|
* Each item's `block` is a fully-rehydrated `InformationBlock` envelope
|
|
8
8
|
* pinned to its specific FactSet snapshot, so the frontend can render
|
|
@@ -6,7 +6,7 @@ const graphql_request_1 = require("graphql-request");
|
|
|
6
6
|
* Report rehydrated as a package — Report metadata + N rendered
|
|
7
7
|
* Information Block envelopes (one per attached FactSet). Drives the
|
|
8
8
|
* `/reports/[id]` package viewer; replaces the per-statement
|
|
9
|
-
* `getStatement(reportId,
|
|
9
|
+
* `getStatement(reportId, blockType)` round-trip flow.
|
|
10
10
|
*
|
|
11
11
|
* Each item's `block` is a fully-rehydrated `InformationBlock` envelope
|
|
12
12
|
* pinned to its specific FactSet snapshot, so the frontend can render
|
|
@@ -54,7 +54,7 @@ exports.GET_REPORT_PACKAGE = (0, graphql_request_1.gql) `
|
|
|
54
54
|
}
|
|
55
55
|
artifact {
|
|
56
56
|
topic
|
|
57
|
-
|
|
57
|
+
rendererNote
|
|
58
58
|
template
|
|
59
59
|
mechanics
|
|
60
60
|
}
|
|
@@ -4,7 +4,7 @@ import { gql } from 'graphql-request'
|
|
|
4
4
|
* Report rehydrated as a package — Report metadata + N rendered
|
|
5
5
|
* Information Block envelopes (one per attached FactSet). Drives the
|
|
6
6
|
* `/reports/[id]` package viewer; replaces the per-statement
|
|
7
|
-
* `getStatement(reportId,
|
|
7
|
+
* `getStatement(reportId, blockType)` round-trip flow.
|
|
8
8
|
*
|
|
9
9
|
* Each item's `block` is a fully-rehydrated `InformationBlock` envelope
|
|
10
10
|
* pinned to its specific FactSet snapshot, so the frontend can render
|
|
@@ -52,7 +52,7 @@ export const GET_REPORT_PACKAGE = gql`
|
|
|
52
52
|
}
|
|
53
53
|
artifact {
|
|
54
54
|
topic
|
|
55
|
-
|
|
55
|
+
rendererNote
|
|
56
56
|
template
|
|
57
57
|
mechanics
|
|
58
58
|
}
|