@robosystems/client 0.3.12 → 0.3.14
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 +22 -1
- package/artifacts/LedgerClient.js +40 -0
- package/artifacts/LedgerClient.ts +67 -0
- package/artifacts/graphql/generated/graphql.d.ts +350 -32
- package/artifacts/graphql/generated/graphql.js +584 -24
- package/artifacts/graphql/generated/graphql.ts +927 -61
- package/artifacts/graphql/queries/ledger/accountRollups.js +1 -1
- package/artifacts/graphql/queries/ledger/accountRollups.ts +1 -1
- package/artifacts/graphql/queries/ledger/accountTree.js +4 -4
- package/artifacts/graphql/queries/ledger/accountTree.ts +4 -4
- package/artifacts/graphql/queries/ledger/accounts.js +0 -1
- package/artifacts/graphql/queries/ledger/accounts.ts +0 -1
- package/artifacts/graphql/queries/ledger/elements.js +0 -1
- package/artifacts/graphql/queries/ledger/elements.ts +0 -1
- package/artifacts/graphql/queries/ledger/informationBlock.js +110 -0
- package/artifacts/graphql/queries/ledger/informationBlock.ts +110 -0
- package/artifacts/graphql/queries/ledger/mappedTrialBalance.js +1 -1
- package/artifacts/graphql/queries/ledger/mappedTrialBalance.ts +1 -1
- package/artifacts/graphql/queries/ledger/reportPackage.d.ts +11 -0
- package/artifacts/graphql/queries/ledger/reportPackage.js +151 -0
- package/artifacts/graphql/queries/ledger/reportPackage.ts +149 -0
- package/artifacts/graphql/queries/ledger/statement.js +1 -1
- package/artifacts/graphql/queries/ledger/statement.ts +1 -1
- package/artifacts/graphql/queries/ledger/trialBalance.js +1 -1
- package/artifacts/graphql/queries/ledger/trialBalance.ts +1 -1
- package/artifacts/graphql/queries/ledger/unmappedElements.js +1 -1
- package/artifacts/graphql/queries/ledger/unmappedElements.ts +1 -1
- package/artifacts/graphql/queries/library/arcs.js +3 -3
- package/artifacts/graphql/queries/library/arcs.ts +3 -3
- package/artifacts/graphql/queries/library/elements.js +3 -3
- package/artifacts/graphql/queries/library/elements.ts +3 -3
- package/index.ts +2 -2
- package/package.json +1 -1
- package/sdk/index.d.ts +2 -2
- package/sdk/index.js +4 -2
- package/sdk/index.ts +2 -2
- package/sdk/sdk.gen.d.ts +17 -1
- package/sdk/sdk.gen.js +36 -2
- package/sdk/sdk.gen.ts +35 -1
- package/sdk/types.gen.d.ts +199 -11
- package/sdk/types.gen.ts +211 -11
- package/sdk.gen.d.ts +17 -1
- package/sdk.gen.js +36 -2
- package/sdk.gen.ts +35 -1
- package/types.gen.d.ts +199 -11
- package/types.gen.ts +211 -11
|
@@ -20,7 +20,7 @@ exports.GET_ACCOUNT_TREE = (0, graphql_request_1.gql) `
|
|
|
20
20
|
id
|
|
21
21
|
code
|
|
22
22
|
name
|
|
23
|
-
|
|
23
|
+
trait
|
|
24
24
|
accountType
|
|
25
25
|
balanceType
|
|
26
26
|
depth
|
|
@@ -29,7 +29,7 @@ exports.GET_ACCOUNT_TREE = (0, graphql_request_1.gql) `
|
|
|
29
29
|
id
|
|
30
30
|
code
|
|
31
31
|
name
|
|
32
|
-
|
|
32
|
+
trait
|
|
33
33
|
accountType
|
|
34
34
|
balanceType
|
|
35
35
|
depth
|
|
@@ -38,7 +38,7 @@ exports.GET_ACCOUNT_TREE = (0, graphql_request_1.gql) `
|
|
|
38
38
|
id
|
|
39
39
|
code
|
|
40
40
|
name
|
|
41
|
-
|
|
41
|
+
trait
|
|
42
42
|
accountType
|
|
43
43
|
balanceType
|
|
44
44
|
depth
|
|
@@ -47,7 +47,7 @@ exports.GET_ACCOUNT_TREE = (0, graphql_request_1.gql) `
|
|
|
47
47
|
id
|
|
48
48
|
code
|
|
49
49
|
name
|
|
50
|
-
|
|
50
|
+
trait
|
|
51
51
|
accountType
|
|
52
52
|
balanceType
|
|
53
53
|
depth
|
|
@@ -18,7 +18,7 @@ export const GET_ACCOUNT_TREE = gql`
|
|
|
18
18
|
id
|
|
19
19
|
code
|
|
20
20
|
name
|
|
21
|
-
|
|
21
|
+
trait
|
|
22
22
|
accountType
|
|
23
23
|
balanceType
|
|
24
24
|
depth
|
|
@@ -27,7 +27,7 @@ export const GET_ACCOUNT_TREE = gql`
|
|
|
27
27
|
id
|
|
28
28
|
code
|
|
29
29
|
name
|
|
30
|
-
|
|
30
|
+
trait
|
|
31
31
|
accountType
|
|
32
32
|
balanceType
|
|
33
33
|
depth
|
|
@@ -36,7 +36,7 @@ export const GET_ACCOUNT_TREE = gql`
|
|
|
36
36
|
id
|
|
37
37
|
code
|
|
38
38
|
name
|
|
39
|
-
|
|
39
|
+
trait
|
|
40
40
|
accountType
|
|
41
41
|
balanceType
|
|
42
42
|
depth
|
|
@@ -45,7 +45,7 @@ export const GET_ACCOUNT_TREE = gql`
|
|
|
45
45
|
id
|
|
46
46
|
code
|
|
47
47
|
name
|
|
48
|
-
|
|
48
|
+
trait
|
|
49
49
|
accountType
|
|
50
50
|
balanceType
|
|
51
51
|
depth
|
|
@@ -60,6 +60,61 @@ exports.GET_INFORMATION_BLOCK = (0, graphql_request_1.gql) `
|
|
|
60
60
|
factScope
|
|
61
61
|
factSetId
|
|
62
62
|
}
|
|
63
|
+
rules {
|
|
64
|
+
id
|
|
65
|
+
ruleCategory
|
|
66
|
+
rulePattern
|
|
67
|
+
ruleExpression
|
|
68
|
+
ruleMessage
|
|
69
|
+
ruleSeverity
|
|
70
|
+
ruleOrigin
|
|
71
|
+
}
|
|
72
|
+
factSet {
|
|
73
|
+
id
|
|
74
|
+
structureId
|
|
75
|
+
periodStart
|
|
76
|
+
periodEnd
|
|
77
|
+
factsetType
|
|
78
|
+
entityId
|
|
79
|
+
reportId
|
|
80
|
+
}
|
|
81
|
+
verificationResults {
|
|
82
|
+
id
|
|
83
|
+
ruleId
|
|
84
|
+
structureId
|
|
85
|
+
factSetId
|
|
86
|
+
status
|
|
87
|
+
message
|
|
88
|
+
periodStart
|
|
89
|
+
periodEnd
|
|
90
|
+
evaluatedAt
|
|
91
|
+
}
|
|
92
|
+
view {
|
|
93
|
+
rendering {
|
|
94
|
+
rows {
|
|
95
|
+
elementId
|
|
96
|
+
elementQname
|
|
97
|
+
elementName
|
|
98
|
+
classification
|
|
99
|
+
balanceType
|
|
100
|
+
values
|
|
101
|
+
isSubtotal
|
|
102
|
+
depth
|
|
103
|
+
}
|
|
104
|
+
periods {
|
|
105
|
+
start
|
|
106
|
+
end
|
|
107
|
+
label
|
|
108
|
+
}
|
|
109
|
+
validation {
|
|
110
|
+
passed
|
|
111
|
+
checks
|
|
112
|
+
failures
|
|
113
|
+
warnings
|
|
114
|
+
}
|
|
115
|
+
unmappedCount
|
|
116
|
+
}
|
|
117
|
+
}
|
|
63
118
|
}
|
|
64
119
|
}
|
|
65
120
|
`;
|
|
@@ -120,6 +175,61 @@ exports.LIST_INFORMATION_BLOCKS = (0, graphql_request_1.gql) `
|
|
|
120
175
|
factScope
|
|
121
176
|
factSetId
|
|
122
177
|
}
|
|
178
|
+
rules {
|
|
179
|
+
id
|
|
180
|
+
ruleCategory
|
|
181
|
+
rulePattern
|
|
182
|
+
ruleExpression
|
|
183
|
+
ruleMessage
|
|
184
|
+
ruleSeverity
|
|
185
|
+
ruleOrigin
|
|
186
|
+
}
|
|
187
|
+
factSet {
|
|
188
|
+
id
|
|
189
|
+
structureId
|
|
190
|
+
periodStart
|
|
191
|
+
periodEnd
|
|
192
|
+
factsetType
|
|
193
|
+
entityId
|
|
194
|
+
reportId
|
|
195
|
+
}
|
|
196
|
+
verificationResults {
|
|
197
|
+
id
|
|
198
|
+
ruleId
|
|
199
|
+
structureId
|
|
200
|
+
factSetId
|
|
201
|
+
status
|
|
202
|
+
message
|
|
203
|
+
periodStart
|
|
204
|
+
periodEnd
|
|
205
|
+
evaluatedAt
|
|
206
|
+
}
|
|
207
|
+
view {
|
|
208
|
+
rendering {
|
|
209
|
+
rows {
|
|
210
|
+
elementId
|
|
211
|
+
elementQname
|
|
212
|
+
elementName
|
|
213
|
+
classification
|
|
214
|
+
balanceType
|
|
215
|
+
values
|
|
216
|
+
isSubtotal
|
|
217
|
+
depth
|
|
218
|
+
}
|
|
219
|
+
periods {
|
|
220
|
+
start
|
|
221
|
+
end
|
|
222
|
+
label
|
|
223
|
+
}
|
|
224
|
+
validation {
|
|
225
|
+
passed
|
|
226
|
+
checks
|
|
227
|
+
failures
|
|
228
|
+
warnings
|
|
229
|
+
}
|
|
230
|
+
unmappedCount
|
|
231
|
+
}
|
|
232
|
+
}
|
|
123
233
|
}
|
|
124
234
|
}
|
|
125
235
|
`;
|
|
@@ -58,6 +58,61 @@ export const GET_INFORMATION_BLOCK = gql`
|
|
|
58
58
|
factScope
|
|
59
59
|
factSetId
|
|
60
60
|
}
|
|
61
|
+
rules {
|
|
62
|
+
id
|
|
63
|
+
ruleCategory
|
|
64
|
+
rulePattern
|
|
65
|
+
ruleExpression
|
|
66
|
+
ruleMessage
|
|
67
|
+
ruleSeverity
|
|
68
|
+
ruleOrigin
|
|
69
|
+
}
|
|
70
|
+
factSet {
|
|
71
|
+
id
|
|
72
|
+
structureId
|
|
73
|
+
periodStart
|
|
74
|
+
periodEnd
|
|
75
|
+
factsetType
|
|
76
|
+
entityId
|
|
77
|
+
reportId
|
|
78
|
+
}
|
|
79
|
+
verificationResults {
|
|
80
|
+
id
|
|
81
|
+
ruleId
|
|
82
|
+
structureId
|
|
83
|
+
factSetId
|
|
84
|
+
status
|
|
85
|
+
message
|
|
86
|
+
periodStart
|
|
87
|
+
periodEnd
|
|
88
|
+
evaluatedAt
|
|
89
|
+
}
|
|
90
|
+
view {
|
|
91
|
+
rendering {
|
|
92
|
+
rows {
|
|
93
|
+
elementId
|
|
94
|
+
elementQname
|
|
95
|
+
elementName
|
|
96
|
+
classification
|
|
97
|
+
balanceType
|
|
98
|
+
values
|
|
99
|
+
isSubtotal
|
|
100
|
+
depth
|
|
101
|
+
}
|
|
102
|
+
periods {
|
|
103
|
+
start
|
|
104
|
+
end
|
|
105
|
+
label
|
|
106
|
+
}
|
|
107
|
+
validation {
|
|
108
|
+
passed
|
|
109
|
+
checks
|
|
110
|
+
failures
|
|
111
|
+
warnings
|
|
112
|
+
}
|
|
113
|
+
unmappedCount
|
|
114
|
+
}
|
|
115
|
+
}
|
|
61
116
|
}
|
|
62
117
|
}
|
|
63
118
|
`
|
|
@@ -119,6 +174,61 @@ export const LIST_INFORMATION_BLOCKS = gql`
|
|
|
119
174
|
factScope
|
|
120
175
|
factSetId
|
|
121
176
|
}
|
|
177
|
+
rules {
|
|
178
|
+
id
|
|
179
|
+
ruleCategory
|
|
180
|
+
rulePattern
|
|
181
|
+
ruleExpression
|
|
182
|
+
ruleMessage
|
|
183
|
+
ruleSeverity
|
|
184
|
+
ruleOrigin
|
|
185
|
+
}
|
|
186
|
+
factSet {
|
|
187
|
+
id
|
|
188
|
+
structureId
|
|
189
|
+
periodStart
|
|
190
|
+
periodEnd
|
|
191
|
+
factsetType
|
|
192
|
+
entityId
|
|
193
|
+
reportId
|
|
194
|
+
}
|
|
195
|
+
verificationResults {
|
|
196
|
+
id
|
|
197
|
+
ruleId
|
|
198
|
+
structureId
|
|
199
|
+
factSetId
|
|
200
|
+
status
|
|
201
|
+
message
|
|
202
|
+
periodStart
|
|
203
|
+
periodEnd
|
|
204
|
+
evaluatedAt
|
|
205
|
+
}
|
|
206
|
+
view {
|
|
207
|
+
rendering {
|
|
208
|
+
rows {
|
|
209
|
+
elementId
|
|
210
|
+
elementQname
|
|
211
|
+
elementName
|
|
212
|
+
classification
|
|
213
|
+
balanceType
|
|
214
|
+
values
|
|
215
|
+
isSubtotal
|
|
216
|
+
depth
|
|
217
|
+
}
|
|
218
|
+
periods {
|
|
219
|
+
start
|
|
220
|
+
end
|
|
221
|
+
label
|
|
222
|
+
}
|
|
223
|
+
validation {
|
|
224
|
+
passed
|
|
225
|
+
checks
|
|
226
|
+
failures
|
|
227
|
+
warnings
|
|
228
|
+
}
|
|
229
|
+
unmappedCount
|
|
230
|
+
}
|
|
231
|
+
}
|
|
122
232
|
}
|
|
123
233
|
}
|
|
124
234
|
`
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Report rehydrated as a package — Report metadata + N rendered
|
|
3
|
+
* Information Block envelopes (one per attached FactSet). Drives the
|
|
4
|
+
* `/reports/[id]` package viewer; replaces the per-statement
|
|
5
|
+
* `getStatement(reportId, structureType)` round-trip flow.
|
|
6
|
+
*
|
|
7
|
+
* Each item's `block` is a fully-rehydrated `InformationBlock` envelope
|
|
8
|
+
* pinned to its specific FactSet snapshot, so the frontend can render
|
|
9
|
+
* the package without per-section refetches.
|
|
10
|
+
*/
|
|
11
|
+
export declare const GET_REPORT_PACKAGE: string;
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GET_REPORT_PACKAGE = void 0;
|
|
4
|
+
const graphql_request_1 = require("graphql-request");
|
|
5
|
+
/**
|
|
6
|
+
* Report rehydrated as a package — Report metadata + N rendered
|
|
7
|
+
* Information Block envelopes (one per attached FactSet). Drives the
|
|
8
|
+
* `/reports/[id]` package viewer; replaces the per-statement
|
|
9
|
+
* `getStatement(reportId, structureType)` round-trip flow.
|
|
10
|
+
*
|
|
11
|
+
* Each item's `block` is a fully-rehydrated `InformationBlock` envelope
|
|
12
|
+
* pinned to its specific FactSet snapshot, so the frontend can render
|
|
13
|
+
* the package without per-section refetches.
|
|
14
|
+
*/
|
|
15
|
+
exports.GET_REPORT_PACKAGE = (0, graphql_request_1.gql) `
|
|
16
|
+
query GetLedgerReportPackage($reportId: String!) {
|
|
17
|
+
reportPackage(reportId: $reportId) {
|
|
18
|
+
id
|
|
19
|
+
name
|
|
20
|
+
description
|
|
21
|
+
taxonomyId
|
|
22
|
+
periodType
|
|
23
|
+
periodStart
|
|
24
|
+
periodEnd
|
|
25
|
+
generationStatus
|
|
26
|
+
lastGenerated
|
|
27
|
+
filingStatus
|
|
28
|
+
filedAt
|
|
29
|
+
filedBy
|
|
30
|
+
supersedesId
|
|
31
|
+
supersededById
|
|
32
|
+
sourceGraphId
|
|
33
|
+
sourceReportId
|
|
34
|
+
sharedAt
|
|
35
|
+
entityName
|
|
36
|
+
aiGenerated
|
|
37
|
+
createdAt
|
|
38
|
+
createdBy
|
|
39
|
+
items {
|
|
40
|
+
factSetId
|
|
41
|
+
structureId
|
|
42
|
+
displayOrder
|
|
43
|
+
block {
|
|
44
|
+
id
|
|
45
|
+
blockType
|
|
46
|
+
name
|
|
47
|
+
displayName
|
|
48
|
+
category
|
|
49
|
+
taxonomyId
|
|
50
|
+
taxonomyName
|
|
51
|
+
informationModel {
|
|
52
|
+
conceptArrangement
|
|
53
|
+
memberArrangement
|
|
54
|
+
}
|
|
55
|
+
artifact {
|
|
56
|
+
topic
|
|
57
|
+
parentheticalNote
|
|
58
|
+
template
|
|
59
|
+
mechanics
|
|
60
|
+
}
|
|
61
|
+
elements {
|
|
62
|
+
id
|
|
63
|
+
qname
|
|
64
|
+
name
|
|
65
|
+
code
|
|
66
|
+
elementType
|
|
67
|
+
isAbstract
|
|
68
|
+
isMonetary
|
|
69
|
+
balanceType
|
|
70
|
+
periodType
|
|
71
|
+
}
|
|
72
|
+
connections {
|
|
73
|
+
id
|
|
74
|
+
fromElementId
|
|
75
|
+
toElementId
|
|
76
|
+
associationType
|
|
77
|
+
arcrole
|
|
78
|
+
orderValue
|
|
79
|
+
weight
|
|
80
|
+
}
|
|
81
|
+
facts {
|
|
82
|
+
id
|
|
83
|
+
elementId
|
|
84
|
+
value
|
|
85
|
+
periodStart
|
|
86
|
+
periodEnd
|
|
87
|
+
periodType
|
|
88
|
+
unit
|
|
89
|
+
factScope
|
|
90
|
+
factSetId
|
|
91
|
+
}
|
|
92
|
+
rules {
|
|
93
|
+
id
|
|
94
|
+
ruleCategory
|
|
95
|
+
rulePattern
|
|
96
|
+
ruleExpression
|
|
97
|
+
ruleMessage
|
|
98
|
+
ruleSeverity
|
|
99
|
+
ruleOrigin
|
|
100
|
+
}
|
|
101
|
+
factSet {
|
|
102
|
+
id
|
|
103
|
+
structureId
|
|
104
|
+
periodStart
|
|
105
|
+
periodEnd
|
|
106
|
+
factsetType
|
|
107
|
+
entityId
|
|
108
|
+
reportId
|
|
109
|
+
}
|
|
110
|
+
verificationResults {
|
|
111
|
+
id
|
|
112
|
+
ruleId
|
|
113
|
+
structureId
|
|
114
|
+
factSetId
|
|
115
|
+
status
|
|
116
|
+
message
|
|
117
|
+
periodStart
|
|
118
|
+
periodEnd
|
|
119
|
+
evaluatedAt
|
|
120
|
+
}
|
|
121
|
+
view {
|
|
122
|
+
rendering {
|
|
123
|
+
rows {
|
|
124
|
+
elementId
|
|
125
|
+
elementQname
|
|
126
|
+
elementName
|
|
127
|
+
classification
|
|
128
|
+
balanceType
|
|
129
|
+
values
|
|
130
|
+
isSubtotal
|
|
131
|
+
depth
|
|
132
|
+
}
|
|
133
|
+
periods {
|
|
134
|
+
start
|
|
135
|
+
end
|
|
136
|
+
label
|
|
137
|
+
}
|
|
138
|
+
validation {
|
|
139
|
+
passed
|
|
140
|
+
checks
|
|
141
|
+
failures
|
|
142
|
+
warnings
|
|
143
|
+
}
|
|
144
|
+
unmappedCount
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
`;
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import { gql } from 'graphql-request'
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Report rehydrated as a package — Report metadata + N rendered
|
|
5
|
+
* Information Block envelopes (one per attached FactSet). Drives the
|
|
6
|
+
* `/reports/[id]` package viewer; replaces the per-statement
|
|
7
|
+
* `getStatement(reportId, structureType)` round-trip flow.
|
|
8
|
+
*
|
|
9
|
+
* Each item's `block` is a fully-rehydrated `InformationBlock` envelope
|
|
10
|
+
* pinned to its specific FactSet snapshot, so the frontend can render
|
|
11
|
+
* the package without per-section refetches.
|
|
12
|
+
*/
|
|
13
|
+
export const GET_REPORT_PACKAGE = gql`
|
|
14
|
+
query GetLedgerReportPackage($reportId: String!) {
|
|
15
|
+
reportPackage(reportId: $reportId) {
|
|
16
|
+
id
|
|
17
|
+
name
|
|
18
|
+
description
|
|
19
|
+
taxonomyId
|
|
20
|
+
periodType
|
|
21
|
+
periodStart
|
|
22
|
+
periodEnd
|
|
23
|
+
generationStatus
|
|
24
|
+
lastGenerated
|
|
25
|
+
filingStatus
|
|
26
|
+
filedAt
|
|
27
|
+
filedBy
|
|
28
|
+
supersedesId
|
|
29
|
+
supersededById
|
|
30
|
+
sourceGraphId
|
|
31
|
+
sourceReportId
|
|
32
|
+
sharedAt
|
|
33
|
+
entityName
|
|
34
|
+
aiGenerated
|
|
35
|
+
createdAt
|
|
36
|
+
createdBy
|
|
37
|
+
items {
|
|
38
|
+
factSetId
|
|
39
|
+
structureId
|
|
40
|
+
displayOrder
|
|
41
|
+
block {
|
|
42
|
+
id
|
|
43
|
+
blockType
|
|
44
|
+
name
|
|
45
|
+
displayName
|
|
46
|
+
category
|
|
47
|
+
taxonomyId
|
|
48
|
+
taxonomyName
|
|
49
|
+
informationModel {
|
|
50
|
+
conceptArrangement
|
|
51
|
+
memberArrangement
|
|
52
|
+
}
|
|
53
|
+
artifact {
|
|
54
|
+
topic
|
|
55
|
+
parentheticalNote
|
|
56
|
+
template
|
|
57
|
+
mechanics
|
|
58
|
+
}
|
|
59
|
+
elements {
|
|
60
|
+
id
|
|
61
|
+
qname
|
|
62
|
+
name
|
|
63
|
+
code
|
|
64
|
+
elementType
|
|
65
|
+
isAbstract
|
|
66
|
+
isMonetary
|
|
67
|
+
balanceType
|
|
68
|
+
periodType
|
|
69
|
+
}
|
|
70
|
+
connections {
|
|
71
|
+
id
|
|
72
|
+
fromElementId
|
|
73
|
+
toElementId
|
|
74
|
+
associationType
|
|
75
|
+
arcrole
|
|
76
|
+
orderValue
|
|
77
|
+
weight
|
|
78
|
+
}
|
|
79
|
+
facts {
|
|
80
|
+
id
|
|
81
|
+
elementId
|
|
82
|
+
value
|
|
83
|
+
periodStart
|
|
84
|
+
periodEnd
|
|
85
|
+
periodType
|
|
86
|
+
unit
|
|
87
|
+
factScope
|
|
88
|
+
factSetId
|
|
89
|
+
}
|
|
90
|
+
rules {
|
|
91
|
+
id
|
|
92
|
+
ruleCategory
|
|
93
|
+
rulePattern
|
|
94
|
+
ruleExpression
|
|
95
|
+
ruleMessage
|
|
96
|
+
ruleSeverity
|
|
97
|
+
ruleOrigin
|
|
98
|
+
}
|
|
99
|
+
factSet {
|
|
100
|
+
id
|
|
101
|
+
structureId
|
|
102
|
+
periodStart
|
|
103
|
+
periodEnd
|
|
104
|
+
factsetType
|
|
105
|
+
entityId
|
|
106
|
+
reportId
|
|
107
|
+
}
|
|
108
|
+
verificationResults {
|
|
109
|
+
id
|
|
110
|
+
ruleId
|
|
111
|
+
structureId
|
|
112
|
+
factSetId
|
|
113
|
+
status
|
|
114
|
+
message
|
|
115
|
+
periodStart
|
|
116
|
+
periodEnd
|
|
117
|
+
evaluatedAt
|
|
118
|
+
}
|
|
119
|
+
view {
|
|
120
|
+
rendering {
|
|
121
|
+
rows {
|
|
122
|
+
elementId
|
|
123
|
+
elementQname
|
|
124
|
+
elementName
|
|
125
|
+
classification
|
|
126
|
+
balanceType
|
|
127
|
+
values
|
|
128
|
+
isSubtotal
|
|
129
|
+
depth
|
|
130
|
+
}
|
|
131
|
+
periods {
|
|
132
|
+
start
|
|
133
|
+
end
|
|
134
|
+
label
|
|
135
|
+
}
|
|
136
|
+
validation {
|
|
137
|
+
passed
|
|
138
|
+
checks
|
|
139
|
+
failures
|
|
140
|
+
warnings
|
|
141
|
+
}
|
|
142
|
+
unmappedCount
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
`
|