@robosystems/client 0.3.7 → 0.3.9
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 +27 -14
- package/artifacts/LedgerClient.js +59 -39
- package/artifacts/LedgerClient.ts +89 -62
- package/artifacts/LibraryClient.d.ts +117 -0
- package/artifacts/LibraryClient.js +132 -0
- package/artifacts/LibraryClient.ts +358 -0
- package/artifacts/graphql/generated/graphql.d.ts +686 -79
- package/artifacts/graphql/generated/graphql.js +1121 -135
- package/artifacts/graphql/generated/graphql.ts +1887 -281
- package/artifacts/graphql/queries/ledger/informationBlock.d.ts +15 -0
- package/artifacts/graphql/queries/ledger/informationBlock.js +125 -0
- package/artifacts/graphql/queries/ledger/informationBlock.ts +124 -0
- package/artifacts/graphql/queries/library/arcs.d.ts +24 -0
- package/artifacts/graphql/queries/library/arcs.js +106 -0
- package/artifacts/graphql/queries/library/arcs.ts +107 -0
- package/artifacts/graphql/queries/library/elements.d.ts +24 -0
- package/artifacts/graphql/queries/library/elements.js +134 -0
- package/artifacts/graphql/queries/library/elements.ts +134 -0
- package/artifacts/graphql/queries/library/taxonomies.d.ts +15 -0
- package/artifacts/graphql/queries/library/taxonomies.js +61 -0
- package/artifacts/graphql/queries/library/taxonomies.ts +60 -0
- package/artifacts/index.d.ts +5 -1
- package/artifacts/index.js +17 -1
- package/artifacts/index.ts +26 -1
- package/index.ts +2 -2
- package/package.json +7 -1
- package/sdk/index.d.ts +2 -2
- package/sdk/index.js +9 -7
- package/sdk/index.ts +2 -2
- package/sdk/sdk.gen.d.ts +80 -62
- package/sdk/sdk.gen.js +158 -122
- package/sdk/sdk.gen.ts +154 -118
- package/sdk/types.gen.d.ts +801 -623
- package/sdk/types.gen.ts +825 -638
- package/sdk.gen.d.ts +80 -62
- package/sdk.gen.js +158 -122
- package/sdk.gen.ts +154 -118
- package/types.gen.d.ts +801 -623
- package/types.gen.ts +825 -638
- package/artifacts/graphql/queries/ledger/scheduleFacts.d.ts +0 -7
- package/artifacts/graphql/queries/ledger/scheduleFacts.js +0 -24
- package/artifacts/graphql/queries/ledger/scheduleFacts.ts +0 -22
- package/artifacts/graphql/queries/ledger/schedules.d.ts +0 -6
- package/artifacts/graphql/queries/ledger/schedules.js +0 -24
- package/artifacts/graphql/queries/ledger/schedules.ts +0 -22
|
@@ -58,7 +58,7 @@ export type Scalars = {
|
|
|
58
58
|
export type Account = {
|
|
59
59
|
accountType: Maybe<Scalars['String']['output']>;
|
|
60
60
|
balanceType: Scalars['String']['output'];
|
|
61
|
-
classification: Scalars['String']['output']
|
|
61
|
+
classification: Maybe<Scalars['String']['output']>;
|
|
62
62
|
code: Maybe<Scalars['String']['output']>;
|
|
63
63
|
currency: Scalars['String']['output'];
|
|
64
64
|
depth: Scalars['Int']['output'];
|
|
@@ -108,13 +108,19 @@ export type AccountTreeNode = {
|
|
|
108
108
|
accountType: Maybe<Scalars['String']['output']>;
|
|
109
109
|
balanceType: Scalars['String']['output'];
|
|
110
110
|
children: Array<AccountTreeNode>;
|
|
111
|
-
classification: Scalars['String']['output']
|
|
111
|
+
classification: Maybe<Scalars['String']['output']>;
|
|
112
112
|
code: Maybe<Scalars['String']['output']>;
|
|
113
113
|
depth: Scalars['Int']['output'];
|
|
114
114
|
id: Scalars['ID']['output'];
|
|
115
115
|
isActive: Scalars['Boolean']['output'];
|
|
116
116
|
name: Scalars['String']['output'];
|
|
117
117
|
};
|
|
118
|
+
export type Artifact = {
|
|
119
|
+
mechanics: Scalars['JSON']['output'];
|
|
120
|
+
parentheticalNote: Maybe<Scalars['String']['output']>;
|
|
121
|
+
template: Maybe<Scalars['JSON']['output']>;
|
|
122
|
+
topic: Maybe<Scalars['String']['output']>;
|
|
123
|
+
};
|
|
118
124
|
export type Association = {
|
|
119
125
|
approvedBy: Maybe<Scalars['String']['output']>;
|
|
120
126
|
associationType: Scalars['String']['output'];
|
|
@@ -180,7 +186,7 @@ export type DraftLineItem = {
|
|
|
180
186
|
};
|
|
181
187
|
export type Element = {
|
|
182
188
|
balanceType: Scalars['String']['output'];
|
|
183
|
-
classification: Scalars['String']['output']
|
|
189
|
+
classification: Maybe<Scalars['String']['output']>;
|
|
184
190
|
code: Maybe<Scalars['String']['output']>;
|
|
185
191
|
depth: Scalars['Int']['output'];
|
|
186
192
|
description: Maybe<Scalars['String']['output']>;
|
|
@@ -204,7 +210,7 @@ export type ElementList = {
|
|
|
204
210
|
pagination: PaginationInfo;
|
|
205
211
|
};
|
|
206
212
|
export type FactRow = {
|
|
207
|
-
classification: Scalars['String']['output']
|
|
213
|
+
classification: Maybe<Scalars['String']['output']>;
|
|
208
214
|
depth: Scalars['Int']['output'];
|
|
209
215
|
elementId: Scalars['String']['output'];
|
|
210
216
|
elementName: Scalars['String']['output'];
|
|
@@ -266,6 +272,130 @@ export type HoldingsList = {
|
|
|
266
272
|
totalEntities: Scalars['Int']['output'];
|
|
267
273
|
totalPositions: Scalars['Int']['output'];
|
|
268
274
|
};
|
|
275
|
+
export type InformationBlock = {
|
|
276
|
+
artifact: Artifact;
|
|
277
|
+
blockType: Scalars['String']['output'];
|
|
278
|
+
category: Scalars['String']['output'];
|
|
279
|
+
connections: Array<InformationBlockConnection>;
|
|
280
|
+
dimensions: Array<Scalars['JSON']['output']>;
|
|
281
|
+
displayName: Scalars['String']['output'];
|
|
282
|
+
elements: Array<InformationBlockElement>;
|
|
283
|
+
factSet: Maybe<InformationBlockFactSet>;
|
|
284
|
+
facts: Array<InformationBlockFact>;
|
|
285
|
+
id: Scalars['ID']['output'];
|
|
286
|
+
informationModel: InformationModel;
|
|
287
|
+
name: Scalars['String']['output'];
|
|
288
|
+
rules: Array<InformationBlockRule>;
|
|
289
|
+
taxonomyId: Maybe<Scalars['String']['output']>;
|
|
290
|
+
taxonomyName: Maybe<Scalars['String']['output']>;
|
|
291
|
+
verificationResults: Array<InformationBlockVerificationResult>;
|
|
292
|
+
};
|
|
293
|
+
export type InformationBlockClassification = {
|
|
294
|
+
/** One of the categories in the `public.classifications` CHECK constraint — e.g. 'concept_arrangement', 'member_arrangement', 'named_disclosure' for association-level; 'liquidity', 'activityType', etc. for element-level. */
|
|
295
|
+
category: Scalars['String']['output'];
|
|
296
|
+
/** AI/adapter-supplied confidence (0.0-1.0). Null for deterministic library-seeded rows. */
|
|
297
|
+
confidence: Maybe<Scalars['Float']['output']>;
|
|
298
|
+
/** Classification vocabulary row id. */
|
|
299
|
+
id: Scalars['String']['output'];
|
|
300
|
+
/** Vocabulary identifier within the category — e.g. 'RollUp', 'aggregation', 'AssetsRollUp'. */
|
|
301
|
+
identifier: Scalars['String']['output'];
|
|
302
|
+
/** Whether this is the canonical classification for the (association|element, category) pair. Non-primary rows capture alternates / AI suggestions alongside the chosen primary. */
|
|
303
|
+
isPrimary: Scalars['Boolean']['output'];
|
|
304
|
+
/** Provenance — 'arcrole_analysis', 'disclosure_mechanics', 'us-gaap-metamodel', adapter name, etc. */
|
|
305
|
+
source: Maybe<Scalars['String']['output']>;
|
|
306
|
+
};
|
|
307
|
+
export type InformationBlockConnection = {
|
|
308
|
+
arcrole: Maybe<Scalars['String']['output']>;
|
|
309
|
+
/** presentation | calculation | mapping | equivalence | general-special | essence-alias */
|
|
310
|
+
associationType: Scalars['String']['output'];
|
|
311
|
+
/** Association-level classifications (Phase epsilon) — concept_arrangement, member_arrangement, named_disclosure rows from the junction. Empty for library-seeded associations that haven't been classified yet. */
|
|
312
|
+
classifications: Array<InformationBlockClassification>;
|
|
313
|
+
fromElementId: Scalars['String']['output'];
|
|
314
|
+
id: Scalars['String']['output'];
|
|
315
|
+
orderValue: Maybe<Scalars['Float']['output']>;
|
|
316
|
+
toElementId: Scalars['String']['output'];
|
|
317
|
+
weight: Maybe<Scalars['Float']['output']>;
|
|
318
|
+
};
|
|
319
|
+
export type InformationBlockElement = {
|
|
320
|
+
balanceType: Maybe<Scalars['String']['output']>;
|
|
321
|
+
code: Maybe<Scalars['String']['output']>;
|
|
322
|
+
/** concept | abstract | axis | member | hypercube */
|
|
323
|
+
elementType: Scalars['String']['output'];
|
|
324
|
+
id: Scalars['String']['output'];
|
|
325
|
+
isAbstract: Scalars['Boolean']['output'];
|
|
326
|
+
isMonetary: Scalars['Boolean']['output'];
|
|
327
|
+
name: Scalars['String']['output'];
|
|
328
|
+
periodType: Maybe<Scalars['String']['output']>;
|
|
329
|
+
qname: Maybe<Scalars['String']['output']>;
|
|
330
|
+
};
|
|
331
|
+
export type InformationBlockFact = {
|
|
332
|
+
elementId: Scalars['String']['output'];
|
|
333
|
+
/** historical | in_scope */
|
|
334
|
+
factScope: Scalars['String']['output'];
|
|
335
|
+
factSetId: Maybe<Scalars['String']['output']>;
|
|
336
|
+
id: Scalars['String']['output'];
|
|
337
|
+
periodEnd: Scalars['Date']['output'];
|
|
338
|
+
periodStart: Maybe<Scalars['Date']['output']>;
|
|
339
|
+
periodType: Scalars['String']['output'];
|
|
340
|
+
unit: Scalars['String']['output'];
|
|
341
|
+
value: Scalars['Float']['output'];
|
|
342
|
+
};
|
|
343
|
+
export type InformationBlockFactSet = {
|
|
344
|
+
entityId: Scalars['String']['output'];
|
|
345
|
+
/** 'report' | 'schedule' | 'custom'. Enum closure enforced by the ``public.fact_sets`` CHECK constraint. */
|
|
346
|
+
factsetType: Scalars['String']['output'];
|
|
347
|
+
id: Scalars['String']['output'];
|
|
348
|
+
periodEnd: Scalars['Date']['output'];
|
|
349
|
+
periodStart: Maybe<Scalars['Date']['output']>;
|
|
350
|
+
/** Back-pointer to the ``reports`` table while ``report_id`` still lives on facts. Drops out once the retirement migration lands. */
|
|
351
|
+
reportId: Maybe<Scalars['String']['output']>;
|
|
352
|
+
structureId: Maybe<Scalars['String']['output']>;
|
|
353
|
+
};
|
|
354
|
+
export type InformationBlockRule = {
|
|
355
|
+
id: Scalars['String']['output'];
|
|
356
|
+
/** One of 8 cm:VerificationRule subclasses — AutomatedAccountingAndReportingChecks, FundamentalAccountingConceptRelation, PeerConsistencyRule, PriorPeriodConsistencyRule, ReportLevelModelStructureRule, ReportingSystemSpecificRule, ToDoManualTask, XBRLTechnicalSyntaxRule. */
|
|
357
|
+
ruleCategory: Scalars['String']['output'];
|
|
358
|
+
ruleExpression: Scalars['String']['output'];
|
|
359
|
+
ruleMessage: Maybe<Scalars['String']['output']>;
|
|
360
|
+
/** 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. */
|
|
361
|
+
ruleOrigin: Scalars['String']['output'];
|
|
362
|
+
/** One of 10 cm:BusinessRulePattern mechanisms — Adjustment, CoExists, EqualTo, Exists, GreaterThan, GreaterThanOrEqualToZero, LessThan, RollForward, RollUp, Variance. */
|
|
363
|
+
rulePattern: Scalars['String']['output'];
|
|
364
|
+
/** Failure severity — 'info' | 'warning' | 'error'. Enum closure enforced by the ``public.rules`` CHECK constraint. */
|
|
365
|
+
ruleSeverity: Scalars['String']['output'];
|
|
366
|
+
ruleTarget: Maybe<InformationBlockRuleTarget>;
|
|
367
|
+
ruleVariables: Array<InformationBlockRuleVariable>;
|
|
368
|
+
};
|
|
369
|
+
export type InformationBlockRuleTarget = {
|
|
370
|
+
/** Which atom type the rule targets — 'structure' | 'element' | 'association'. Enum closure enforced by the ``public.rules`` CHECK constraint. */
|
|
371
|
+
targetKind: Scalars['String']['output'];
|
|
372
|
+
/** UUID of the target atom — structure_id, element_id, or association_id depending on ``target_kind``. */
|
|
373
|
+
targetRefId: Scalars['String']['output'];
|
|
374
|
+
};
|
|
375
|
+
export type InformationBlockRuleVariable = {
|
|
376
|
+
/** Local name in the rule expression, e.g. 'Assets'. */
|
|
377
|
+
variableName: Scalars['String']['output'];
|
|
378
|
+
/** Concept qname the variable resolves to, e.g. 'fac:Assets'. */
|
|
379
|
+
variableQname: Scalars['String']['output'];
|
|
380
|
+
};
|
|
381
|
+
export type InformationBlockVerificationResult = {
|
|
382
|
+
evaluatedAt: Maybe<Scalars['DateTime']['output']>;
|
|
383
|
+
factSetId: Maybe<Scalars['String']['output']>;
|
|
384
|
+
id: Scalars['String']['output'];
|
|
385
|
+
message: Maybe<Scalars['String']['output']>;
|
|
386
|
+
periodEnd: Maybe<Scalars['Date']['output']>;
|
|
387
|
+
periodStart: Maybe<Scalars['Date']['output']>;
|
|
388
|
+
ruleId: Scalars['String']['output'];
|
|
389
|
+
/** 'pass' | 'fail' | 'error' | 'skipped'. Enum closure enforced by the ``public.verification_results`` CHECK constraint. */
|
|
390
|
+
status: Scalars['String']['output'];
|
|
391
|
+
structureId: Maybe<Scalars['String']['output']>;
|
|
392
|
+
};
|
|
393
|
+
export type InformationModel = {
|
|
394
|
+
/** roll_up | roll_forward | variance | adjustment | set | arithmetic | textblock. Null for block types where the concept arrangement is implicit in their mechanics. */
|
|
395
|
+
conceptArrangement: Maybe<Scalars['String']['output']>;
|
|
396
|
+
/** aggregation | nonaggregation, or null if non-hypercube. */
|
|
397
|
+
memberArrangement: Maybe<Scalars['String']['output']>;
|
|
398
|
+
};
|
|
269
399
|
export type LedgerEntity = {
|
|
270
400
|
addressCity: Maybe<Scalars['String']['output']>;
|
|
271
401
|
addressCountry: Maybe<Scalars['String']['output']>;
|
|
@@ -368,6 +498,118 @@ export type LedgerTransactionSummary = {
|
|
|
368
498
|
status: Scalars['String']['output'];
|
|
369
499
|
type: Scalars['String']['output'];
|
|
370
500
|
};
|
|
501
|
+
export type LibraryAssociation = {
|
|
502
|
+
arcrole: Maybe<Scalars['String']['output']>;
|
|
503
|
+
/** presentation | calculation | mapping | equivalence | general-special | essence-alias */
|
|
504
|
+
associationType: Scalars['String']['output'];
|
|
505
|
+
fromElementId: Scalars['String']['output'];
|
|
506
|
+
fromElementName: Maybe<Scalars['String']['output']>;
|
|
507
|
+
fromElementQname: Maybe<Scalars['String']['output']>;
|
|
508
|
+
id: Scalars['String']['output'];
|
|
509
|
+
orderValue: Maybe<Scalars['Float']['output']>;
|
|
510
|
+
structureId: Scalars['String']['output'];
|
|
511
|
+
structureName: Maybe<Scalars['String']['output']>;
|
|
512
|
+
toElementId: Scalars['String']['output'];
|
|
513
|
+
toElementName: Maybe<Scalars['String']['output']>;
|
|
514
|
+
toElementQname: Maybe<Scalars['String']['output']>;
|
|
515
|
+
weight: Maybe<Scalars['Float']['output']>;
|
|
516
|
+
};
|
|
517
|
+
export type LibraryElement = {
|
|
518
|
+
/** debit | credit */
|
|
519
|
+
balanceType: Scalars['String']['output'];
|
|
520
|
+
/** FASB elementsOfFinancialStatements axis: asset | contraAsset | liability | contraLiability | equity | contraEquity | temporaryEquity | revenue | expense | expenseReversal | gain | loss | comprehensiveIncome | investmentByOwners | distributionToOwners | metric (derived subtotals, not SFAC 6 primary elements). Null for structural rows. */
|
|
521
|
+
classification: Maybe<Scalars['String']['output']>;
|
|
522
|
+
/** concept | abstract | axis | member | hypercube */
|
|
523
|
+
elementType: Scalars['String']['output'];
|
|
524
|
+
id: Scalars['String']['output'];
|
|
525
|
+
isAbstract: Scalars['Boolean']['output'];
|
|
526
|
+
isMonetary: Scalars['Boolean']['output'];
|
|
527
|
+
labels: Array<LibraryLabel>;
|
|
528
|
+
name: Scalars['String']['output'];
|
|
529
|
+
namespace: Maybe<Scalars['String']['output']>;
|
|
530
|
+
parentId: Maybe<Scalars['String']['output']>;
|
|
531
|
+
/** instant | duration */
|
|
532
|
+
periodType: Scalars['String']['output'];
|
|
533
|
+
/** Qualified name, e.g. 'sfac6:Assets' */
|
|
534
|
+
qname: Scalars['String']['output'];
|
|
535
|
+
references: Array<LibraryReference>;
|
|
536
|
+
/** sfac6 | fac | us-gaap | rs-gaap | … */
|
|
537
|
+
source: Scalars['String']['output'];
|
|
538
|
+
taxonomyId: Maybe<Scalars['String']['output']>;
|
|
539
|
+
};
|
|
540
|
+
export type LibraryElementArc = {
|
|
541
|
+
arcrole: Maybe<Scalars['String']['output']>;
|
|
542
|
+
associationType: Scalars['String']['output'];
|
|
543
|
+
/** 'outgoing' (this element is source) | 'incoming' (target) */
|
|
544
|
+
direction: Scalars['String']['output'];
|
|
545
|
+
id: Scalars['String']['output'];
|
|
546
|
+
peer: LibraryElement;
|
|
547
|
+
structureId: Maybe<Scalars['String']['output']>;
|
|
548
|
+
structureName: Maybe<Scalars['String']['output']>;
|
|
549
|
+
taxonomyId: Maybe<Scalars['String']['output']>;
|
|
550
|
+
taxonomyName: Maybe<Scalars['String']['output']>;
|
|
551
|
+
taxonomyStandard: Maybe<Scalars['String']['output']>;
|
|
552
|
+
};
|
|
553
|
+
export type LibraryElementClassification = {
|
|
554
|
+
/** Classification axis (e.g. elementsOfFinancialStatements) */
|
|
555
|
+
category: Scalars['String']['output'];
|
|
556
|
+
/** Value within the axis (e.g. expense) */
|
|
557
|
+
identifier: Scalars['String']['output'];
|
|
558
|
+
/** True for the element's primary EFS classification */
|
|
559
|
+
isPrimary: Scalars['Boolean']['output'];
|
|
560
|
+
/** Human-readable name */
|
|
561
|
+
name: Maybe<Scalars['String']['output']>;
|
|
562
|
+
};
|
|
563
|
+
export type LibraryElementTreeNode = {
|
|
564
|
+
children: Array<LibraryElementTreeNode>;
|
|
565
|
+
element: LibraryElement;
|
|
566
|
+
};
|
|
567
|
+
export type LibraryEquivalence = {
|
|
568
|
+
element: LibraryElement;
|
|
569
|
+
equivalents: Array<LibraryElement>;
|
|
570
|
+
};
|
|
571
|
+
export type LibraryLabel = {
|
|
572
|
+
/** Language code */
|
|
573
|
+
language: Scalars['String']['output'];
|
|
574
|
+
/** Label role: standard/documentation/verbose/… */
|
|
575
|
+
role: Scalars['String']['output'];
|
|
576
|
+
/** Label text */
|
|
577
|
+
text: Scalars['String']['output'];
|
|
578
|
+
};
|
|
579
|
+
export type LibraryReference = {
|
|
580
|
+
/** Full citation text */
|
|
581
|
+
citation: Scalars['String']['output'];
|
|
582
|
+
/** 'ASC' | 'SEC' | 'SFAC' | 'IFRS' | 'Other' */
|
|
583
|
+
refType: Maybe<Scalars['String']['output']>;
|
|
584
|
+
/** Dereferenceable URL if available */
|
|
585
|
+
uri: Maybe<Scalars['String']['output']>;
|
|
586
|
+
};
|
|
587
|
+
export type LibraryStructure = {
|
|
588
|
+
id: Scalars['String']['output'];
|
|
589
|
+
isActive: Scalars['Boolean']['output'];
|
|
590
|
+
name: Scalars['String']['output'];
|
|
591
|
+
/** Original XBRL role URI if any */
|
|
592
|
+
roleUri: Maybe<Scalars['String']['output']>;
|
|
593
|
+
/** balance_sheet | income_statement | cash_flow_statement | custom | … */
|
|
594
|
+
structureType: Scalars['String']['output'];
|
|
595
|
+
taxonomyId: Scalars['String']['output'];
|
|
596
|
+
};
|
|
597
|
+
export type LibraryTaxonomy = {
|
|
598
|
+
description: Maybe<Scalars['String']['output']>;
|
|
599
|
+
/** Total elements in this taxonomy (computed on demand) */
|
|
600
|
+
elementCount: Maybe<Scalars['Int']['output']>;
|
|
601
|
+
id: Scalars['String']['output'];
|
|
602
|
+
isActive: Scalars['Boolean']['output'];
|
|
603
|
+
isLocked: Scalars['Boolean']['output'];
|
|
604
|
+
isShared: Scalars['Boolean']['output'];
|
|
605
|
+
name: Scalars['String']['output'];
|
|
606
|
+
namespaceUri: Maybe<Scalars['String']['output']>;
|
|
607
|
+
/** sfac6 | fac | us-gaap | rs-gaap | ifrs */
|
|
608
|
+
standard: Maybe<Scalars['String']['output']>;
|
|
609
|
+
/** chart_of_accounts | reporting | mapping | schedule */
|
|
610
|
+
taxonomyType: Scalars['String']['output'];
|
|
611
|
+
version: Maybe<Scalars['String']['output']>;
|
|
612
|
+
};
|
|
371
613
|
export type MappedTrialBalance = {
|
|
372
614
|
mappingId: Scalars['String']['output'];
|
|
373
615
|
rows: Array<MappedTrialBalanceRow>;
|
|
@@ -528,6 +770,20 @@ export type Query = {
|
|
|
528
770
|
fiscalCalendar: Maybe<FiscalCalendar>;
|
|
529
771
|
hello: Scalars['String']['output'];
|
|
530
772
|
holdings: Maybe<HoldingsList>;
|
|
773
|
+
informationBlock: Maybe<InformationBlock>;
|
|
774
|
+
informationBlocks: Array<InformationBlock>;
|
|
775
|
+
libraryElement: Maybe<LibraryElement>;
|
|
776
|
+
libraryElementArcs: Array<LibraryElementArc>;
|
|
777
|
+
libraryElementClassifications: Array<LibraryElementClassification>;
|
|
778
|
+
libraryElementEquivalents: Maybe<LibraryEquivalence>;
|
|
779
|
+
libraryElementTree: Maybe<LibraryElementTreeNode>;
|
|
780
|
+
libraryElements: Array<LibraryElement>;
|
|
781
|
+
libraryStructure: Maybe<LibraryStructure>;
|
|
782
|
+
libraryStructures: Array<LibraryStructure>;
|
|
783
|
+
libraryTaxonomies: Array<LibraryTaxonomy>;
|
|
784
|
+
libraryTaxonomy: Maybe<LibraryTaxonomy>;
|
|
785
|
+
libraryTaxonomyArcCount: Scalars['Int']['output'];
|
|
786
|
+
libraryTaxonomyArcs: Array<LibraryAssociation>;
|
|
531
787
|
mappedTrialBalance: Maybe<MappedTrialBalance>;
|
|
532
788
|
mapping: Maybe<MappingDetail>;
|
|
533
789
|
mappingCoverage: Maybe<MappingCoverage>;
|
|
@@ -543,8 +799,7 @@ export type Query = {
|
|
|
543
799
|
report: Maybe<Report>;
|
|
544
800
|
reportingTaxonomy: Maybe<Taxonomy>;
|
|
545
801
|
reports: Maybe<ReportList>;
|
|
546
|
-
|
|
547
|
-
schedules: Maybe<ScheduleList>;
|
|
802
|
+
searchLibraryElements: Array<LibraryElement>;
|
|
548
803
|
securities: Maybe<SecurityList>;
|
|
549
804
|
security: Maybe<Security>;
|
|
550
805
|
statement: Maybe<Statement>;
|
|
@@ -581,6 +836,71 @@ export type QueryEntitiesArgs = {
|
|
|
581
836
|
export type QueryHoldingsArgs = {
|
|
582
837
|
portfolioId: Scalars['String']['input'];
|
|
583
838
|
};
|
|
839
|
+
export type QueryInformationBlockArgs = {
|
|
840
|
+
id: Scalars['ID']['input'];
|
|
841
|
+
};
|
|
842
|
+
export type QueryInformationBlocksArgs = {
|
|
843
|
+
blockType?: InputMaybe<Scalars['String']['input']>;
|
|
844
|
+
category?: InputMaybe<Scalars['String']['input']>;
|
|
845
|
+
limit?: Scalars['Int']['input'];
|
|
846
|
+
offset?: Scalars['Int']['input'];
|
|
847
|
+
};
|
|
848
|
+
export type QueryLibraryElementArgs = {
|
|
849
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
850
|
+
qname?: InputMaybe<Scalars['String']['input']>;
|
|
851
|
+
};
|
|
852
|
+
export type QueryLibraryElementArcsArgs = {
|
|
853
|
+
id: Scalars['ID']['input'];
|
|
854
|
+
};
|
|
855
|
+
export type QueryLibraryElementClassificationsArgs = {
|
|
856
|
+
id: Scalars['ID']['input'];
|
|
857
|
+
};
|
|
858
|
+
export type QueryLibraryElementEquivalentsArgs = {
|
|
859
|
+
id: Scalars['ID']['input'];
|
|
860
|
+
};
|
|
861
|
+
export type QueryLibraryElementTreeArgs = {
|
|
862
|
+
id: Scalars['ID']['input'];
|
|
863
|
+
maxDepth?: Scalars['Int']['input'];
|
|
864
|
+
structureId?: InputMaybe<Scalars['ID']['input']>;
|
|
865
|
+
};
|
|
866
|
+
export type QueryLibraryElementsArgs = {
|
|
867
|
+
activityType?: InputMaybe<Scalars['String']['input']>;
|
|
868
|
+
classification?: InputMaybe<Scalars['String']['input']>;
|
|
869
|
+
elementType?: InputMaybe<Scalars['String']['input']>;
|
|
870
|
+
includeLabels?: Scalars['Boolean']['input'];
|
|
871
|
+
includeReferences?: Scalars['Boolean']['input'];
|
|
872
|
+
isAbstract?: InputMaybe<Scalars['Boolean']['input']>;
|
|
873
|
+
limit?: Scalars['Int']['input'];
|
|
874
|
+
offset?: Scalars['Int']['input'];
|
|
875
|
+
source?: InputMaybe<Scalars['String']['input']>;
|
|
876
|
+
taxonomyId?: InputMaybe<Scalars['ID']['input']>;
|
|
877
|
+
};
|
|
878
|
+
export type QueryLibraryStructureArgs = {
|
|
879
|
+
id: Scalars['ID']['input'];
|
|
880
|
+
};
|
|
881
|
+
export type QueryLibraryStructuresArgs = {
|
|
882
|
+
structureType?: InputMaybe<Scalars['String']['input']>;
|
|
883
|
+
taxonomyId?: InputMaybe<Scalars['ID']['input']>;
|
|
884
|
+
};
|
|
885
|
+
export type QueryLibraryTaxonomiesArgs = {
|
|
886
|
+
includeElementCount?: Scalars['Boolean']['input'];
|
|
887
|
+
standard?: InputMaybe<Scalars['String']['input']>;
|
|
888
|
+
};
|
|
889
|
+
export type QueryLibraryTaxonomyArgs = {
|
|
890
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
891
|
+
includeElementCount?: Scalars['Boolean']['input'];
|
|
892
|
+
standard?: InputMaybe<Scalars['String']['input']>;
|
|
893
|
+
version?: InputMaybe<Scalars['String']['input']>;
|
|
894
|
+
};
|
|
895
|
+
export type QueryLibraryTaxonomyArcCountArgs = {
|
|
896
|
+
taxonomyId: Scalars['ID']['input'];
|
|
897
|
+
};
|
|
898
|
+
export type QueryLibraryTaxonomyArcsArgs = {
|
|
899
|
+
associationType?: InputMaybe<Scalars['String']['input']>;
|
|
900
|
+
limit?: Scalars['Int']['input'];
|
|
901
|
+
offset?: Scalars['Int']['input'];
|
|
902
|
+
taxonomyId: Scalars['ID']['input'];
|
|
903
|
+
};
|
|
584
904
|
export type QueryMappedTrialBalanceArgs = {
|
|
585
905
|
endDate?: InputMaybe<Scalars['Date']['input']>;
|
|
586
906
|
mappingId: Scalars['String']['input'];
|
|
@@ -626,10 +946,10 @@ export type QueryPublishListsArgs = {
|
|
|
626
946
|
export type QueryReportArgs = {
|
|
627
947
|
reportId: Scalars['String']['input'];
|
|
628
948
|
};
|
|
629
|
-
export type
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
949
|
+
export type QuerySearchLibraryElementsArgs = {
|
|
950
|
+
limit?: Scalars['Int']['input'];
|
|
951
|
+
query: Scalars['String']['input'];
|
|
952
|
+
source?: InputMaybe<Scalars['String']['input']>;
|
|
633
953
|
};
|
|
634
954
|
export type QuerySecuritiesArgs = {
|
|
635
955
|
entityId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -692,29 +1012,6 @@ export type Report = {
|
|
|
692
1012
|
export type ReportList = {
|
|
693
1013
|
reports: Array<Report>;
|
|
694
1014
|
};
|
|
695
|
-
export type ScheduleFact = {
|
|
696
|
-
elementId: Scalars['String']['output'];
|
|
697
|
-
elementName: Scalars['String']['output'];
|
|
698
|
-
periodEnd: Scalars['Date']['output'];
|
|
699
|
-
periodStart: Scalars['Date']['output'];
|
|
700
|
-
value: Scalars['Float']['output'];
|
|
701
|
-
};
|
|
702
|
-
export type ScheduleFacts = {
|
|
703
|
-
facts: Array<ScheduleFact>;
|
|
704
|
-
structureId: Scalars['String']['output'];
|
|
705
|
-
};
|
|
706
|
-
export type ScheduleList = {
|
|
707
|
-
schedules: Array<ScheduleSummary>;
|
|
708
|
-
};
|
|
709
|
-
export type ScheduleSummary = {
|
|
710
|
-
entryTemplate: Maybe<Scalars['JSON']['output']>;
|
|
711
|
-
name: Scalars['String']['output'];
|
|
712
|
-
periodsWithEntries: Scalars['Int']['output'];
|
|
713
|
-
scheduleMetadata: Maybe<Scalars['JSON']['output']>;
|
|
714
|
-
structureId: Scalars['ID']['output'];
|
|
715
|
-
taxonomyName: Scalars['String']['output'];
|
|
716
|
-
totalPeriods: Scalars['Int']['output'];
|
|
717
|
-
};
|
|
718
1015
|
export type Security = {
|
|
719
1016
|
authorizedShares: Maybe<Scalars['Int']['output']>;
|
|
720
1017
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -793,14 +1090,14 @@ export type TrialBalanceRow = {
|
|
|
793
1090
|
accountId: Scalars['String']['output'];
|
|
794
1091
|
accountName: Scalars['String']['output'];
|
|
795
1092
|
accountType: Maybe<Scalars['String']['output']>;
|
|
796
|
-
classification: Scalars['String']['output']
|
|
1093
|
+
classification: Maybe<Scalars['String']['output']>;
|
|
797
1094
|
netBalance: Scalars['Float']['output'];
|
|
798
1095
|
totalCredits: Scalars['Float']['output'];
|
|
799
1096
|
totalDebits: Scalars['Float']['output'];
|
|
800
1097
|
};
|
|
801
1098
|
export type UnmappedElement = {
|
|
802
1099
|
balanceType: Scalars['String']['output'];
|
|
803
|
-
classification: Scalars['String']['output']
|
|
1100
|
+
classification: Maybe<Scalars['String']['output']>;
|
|
804
1101
|
code: Maybe<Scalars['String']['output']>;
|
|
805
1102
|
externalSource: Maybe<Scalars['String']['output']>;
|
|
806
1103
|
id: Scalars['String']['output'];
|
|
@@ -1035,7 +1332,7 @@ export type GetLedgerAccountTreeQuery = {
|
|
|
1035
1332
|
id: string;
|
|
1036
1333
|
code: string | null;
|
|
1037
1334
|
name: string;
|
|
1038
|
-
classification: string;
|
|
1335
|
+
classification: string | null;
|
|
1039
1336
|
accountType: string | null;
|
|
1040
1337
|
balanceType: string;
|
|
1041
1338
|
depth: number;
|
|
@@ -1044,7 +1341,7 @@ export type GetLedgerAccountTreeQuery = {
|
|
|
1044
1341
|
id: string;
|
|
1045
1342
|
code: string | null;
|
|
1046
1343
|
name: string;
|
|
1047
|
-
classification: string;
|
|
1344
|
+
classification: string | null;
|
|
1048
1345
|
accountType: string | null;
|
|
1049
1346
|
balanceType: string;
|
|
1050
1347
|
depth: number;
|
|
@@ -1053,7 +1350,7 @@ export type GetLedgerAccountTreeQuery = {
|
|
|
1053
1350
|
id: string;
|
|
1054
1351
|
code: string | null;
|
|
1055
1352
|
name: string;
|
|
1056
|
-
classification: string;
|
|
1353
|
+
classification: string | null;
|
|
1057
1354
|
accountType: string | null;
|
|
1058
1355
|
balanceType: string;
|
|
1059
1356
|
depth: number;
|
|
@@ -1062,7 +1359,7 @@ export type GetLedgerAccountTreeQuery = {
|
|
|
1062
1359
|
id: string;
|
|
1063
1360
|
code: string | null;
|
|
1064
1361
|
name: string;
|
|
1065
|
-
classification: string;
|
|
1362
|
+
classification: string | null;
|
|
1066
1363
|
accountType: string | null;
|
|
1067
1364
|
balanceType: string;
|
|
1068
1365
|
depth: number;
|
|
@@ -1086,7 +1383,7 @@ export type ListLedgerAccountsQuery = {
|
|
|
1086
1383
|
code: string | null;
|
|
1087
1384
|
name: string;
|
|
1088
1385
|
description: string | null;
|
|
1089
|
-
classification: string;
|
|
1386
|
+
classification: string | null;
|
|
1090
1387
|
subClassification: string | null;
|
|
1091
1388
|
balanceType: string;
|
|
1092
1389
|
parentId: string | null;
|
|
@@ -1142,7 +1439,7 @@ export type ListLedgerElementsQuery = {
|
|
|
1142
1439
|
description: string | null;
|
|
1143
1440
|
qname: string | null;
|
|
1144
1441
|
namespace: string | null;
|
|
1145
|
-
classification: string;
|
|
1442
|
+
classification: string | null;
|
|
1146
1443
|
subClassification: string | null;
|
|
1147
1444
|
balanceType: string;
|
|
1148
1445
|
periodType: string;
|
|
@@ -1250,6 +1547,119 @@ export type GetLedgerFiscalCalendarQuery = {
|
|
|
1250
1547
|
}>;
|
|
1251
1548
|
} | null;
|
|
1252
1549
|
};
|
|
1550
|
+
export type GetInformationBlockQueryVariables = Exact<{
|
|
1551
|
+
id: Scalars['ID']['input'];
|
|
1552
|
+
}>;
|
|
1553
|
+
export type GetInformationBlockQuery = {
|
|
1554
|
+
informationBlock: {
|
|
1555
|
+
id: string;
|
|
1556
|
+
blockType: string;
|
|
1557
|
+
name: string;
|
|
1558
|
+
displayName: string;
|
|
1559
|
+
category: string;
|
|
1560
|
+
taxonomyId: string | null;
|
|
1561
|
+
taxonomyName: string | null;
|
|
1562
|
+
informationModel: {
|
|
1563
|
+
conceptArrangement: string | null;
|
|
1564
|
+
memberArrangement: string | null;
|
|
1565
|
+
};
|
|
1566
|
+
artifact: {
|
|
1567
|
+
topic: string | null;
|
|
1568
|
+
parentheticalNote: string | null;
|
|
1569
|
+
template: any | null;
|
|
1570
|
+
mechanics: any;
|
|
1571
|
+
};
|
|
1572
|
+
elements: Array<{
|
|
1573
|
+
id: string;
|
|
1574
|
+
qname: string | null;
|
|
1575
|
+
name: string;
|
|
1576
|
+
code: string | null;
|
|
1577
|
+
elementType: string;
|
|
1578
|
+
isAbstract: boolean;
|
|
1579
|
+
isMonetary: boolean;
|
|
1580
|
+
balanceType: string | null;
|
|
1581
|
+
periodType: string | null;
|
|
1582
|
+
}>;
|
|
1583
|
+
connections: Array<{
|
|
1584
|
+
id: string;
|
|
1585
|
+
fromElementId: string;
|
|
1586
|
+
toElementId: string;
|
|
1587
|
+
associationType: string;
|
|
1588
|
+
arcrole: string | null;
|
|
1589
|
+
orderValue: number | null;
|
|
1590
|
+
weight: number | null;
|
|
1591
|
+
}>;
|
|
1592
|
+
facts: Array<{
|
|
1593
|
+
id: string;
|
|
1594
|
+
elementId: string;
|
|
1595
|
+
value: number;
|
|
1596
|
+
periodStart: any | null;
|
|
1597
|
+
periodEnd: any;
|
|
1598
|
+
periodType: string;
|
|
1599
|
+
unit: string;
|
|
1600
|
+
factScope: string;
|
|
1601
|
+
factSetId: string | null;
|
|
1602
|
+
}>;
|
|
1603
|
+
} | null;
|
|
1604
|
+
};
|
|
1605
|
+
export type ListInformationBlocksQueryVariables = Exact<{
|
|
1606
|
+
blockType: InputMaybe<Scalars['String']['input']>;
|
|
1607
|
+
category: InputMaybe<Scalars['String']['input']>;
|
|
1608
|
+
limit: InputMaybe<Scalars['Int']['input']>;
|
|
1609
|
+
offset: InputMaybe<Scalars['Int']['input']>;
|
|
1610
|
+
}>;
|
|
1611
|
+
export type ListInformationBlocksQuery = {
|
|
1612
|
+
informationBlocks: Array<{
|
|
1613
|
+
id: string;
|
|
1614
|
+
blockType: string;
|
|
1615
|
+
name: string;
|
|
1616
|
+
displayName: string;
|
|
1617
|
+
category: string;
|
|
1618
|
+
taxonomyId: string | null;
|
|
1619
|
+
taxonomyName: string | null;
|
|
1620
|
+
informationModel: {
|
|
1621
|
+
conceptArrangement: string | null;
|
|
1622
|
+
memberArrangement: string | null;
|
|
1623
|
+
};
|
|
1624
|
+
artifact: {
|
|
1625
|
+
topic: string | null;
|
|
1626
|
+
parentheticalNote: string | null;
|
|
1627
|
+
template: any | null;
|
|
1628
|
+
mechanics: any;
|
|
1629
|
+
};
|
|
1630
|
+
elements: Array<{
|
|
1631
|
+
id: string;
|
|
1632
|
+
qname: string | null;
|
|
1633
|
+
name: string;
|
|
1634
|
+
code: string | null;
|
|
1635
|
+
elementType: string;
|
|
1636
|
+
isAbstract: boolean;
|
|
1637
|
+
isMonetary: boolean;
|
|
1638
|
+
balanceType: string | null;
|
|
1639
|
+
periodType: string | null;
|
|
1640
|
+
}>;
|
|
1641
|
+
connections: Array<{
|
|
1642
|
+
id: string;
|
|
1643
|
+
fromElementId: string;
|
|
1644
|
+
toElementId: string;
|
|
1645
|
+
associationType: string;
|
|
1646
|
+
arcrole: string | null;
|
|
1647
|
+
orderValue: number | null;
|
|
1648
|
+
weight: number | null;
|
|
1649
|
+
}>;
|
|
1650
|
+
facts: Array<{
|
|
1651
|
+
id: string;
|
|
1652
|
+
elementId: string;
|
|
1653
|
+
value: number;
|
|
1654
|
+
periodStart: any | null;
|
|
1655
|
+
periodEnd: any;
|
|
1656
|
+
periodType: string;
|
|
1657
|
+
unit: string;
|
|
1658
|
+
factScope: string;
|
|
1659
|
+
factSetId: string | null;
|
|
1660
|
+
}>;
|
|
1661
|
+
}>;
|
|
1662
|
+
};
|
|
1253
1663
|
export type GetLedgerMappedTrialBalanceQueryVariables = Exact<{
|
|
1254
1664
|
mappingId: Scalars['String']['input'];
|
|
1255
1665
|
startDate: InputMaybe<Scalars['Date']['input']>;
|
|
@@ -1517,39 +1927,6 @@ export type ListLedgerReportsQuery = {
|
|
|
1517
1927
|
}>;
|
|
1518
1928
|
} | null;
|
|
1519
1929
|
};
|
|
1520
|
-
export type GetLedgerScheduleFactsQueryVariables = Exact<{
|
|
1521
|
-
structureId: Scalars['String']['input'];
|
|
1522
|
-
periodStart: InputMaybe<Scalars['Date']['input']>;
|
|
1523
|
-
periodEnd: InputMaybe<Scalars['Date']['input']>;
|
|
1524
|
-
}>;
|
|
1525
|
-
export type GetLedgerScheduleFactsQuery = {
|
|
1526
|
-
scheduleFacts: {
|
|
1527
|
-
structureId: string;
|
|
1528
|
-
facts: Array<{
|
|
1529
|
-
elementId: string;
|
|
1530
|
-
elementName: string;
|
|
1531
|
-
value: number;
|
|
1532
|
-
periodStart: any;
|
|
1533
|
-
periodEnd: any;
|
|
1534
|
-
}>;
|
|
1535
|
-
} | null;
|
|
1536
|
-
};
|
|
1537
|
-
export type ListLedgerSchedulesQueryVariables = Exact<{
|
|
1538
|
-
[key: string]: never;
|
|
1539
|
-
}>;
|
|
1540
|
-
export type ListLedgerSchedulesQuery = {
|
|
1541
|
-
schedules: {
|
|
1542
|
-
schedules: Array<{
|
|
1543
|
-
structureId: string;
|
|
1544
|
-
name: string;
|
|
1545
|
-
taxonomyName: string;
|
|
1546
|
-
entryTemplate: any | null;
|
|
1547
|
-
scheduleMetadata: any | null;
|
|
1548
|
-
totalPeriods: number;
|
|
1549
|
-
periodsWithEntries: number;
|
|
1550
|
-
}>;
|
|
1551
|
-
} | null;
|
|
1552
|
-
};
|
|
1553
1930
|
export type GetLedgerStatementQueryVariables = Exact<{
|
|
1554
1931
|
reportId: Scalars['String']['input'];
|
|
1555
1932
|
structureType: Scalars['String']['input'];
|
|
@@ -1570,7 +1947,7 @@ export type GetLedgerStatementQuery = {
|
|
|
1570
1947
|
elementId: string;
|
|
1571
1948
|
elementQname: string;
|
|
1572
1949
|
elementName: string;
|
|
1573
|
-
classification: string;
|
|
1950
|
+
classification: string | null;
|
|
1574
1951
|
values: Array<number | null>;
|
|
1575
1952
|
isSubtotal: boolean;
|
|
1576
1953
|
depth: number;
|
|
@@ -1721,7 +2098,7 @@ export type GetLedgerTrialBalanceQuery = {
|
|
|
1721
2098
|
accountId: string;
|
|
1722
2099
|
accountCode: string;
|
|
1723
2100
|
accountName: string;
|
|
1724
|
-
classification: string;
|
|
2101
|
+
classification: string | null;
|
|
1725
2102
|
accountType: string | null;
|
|
1726
2103
|
totalDebits: number;
|
|
1727
2104
|
totalCredits: number;
|
|
@@ -1737,7 +2114,7 @@ export type ListLedgerUnmappedElementsQuery = {
|
|
|
1737
2114
|
id: string;
|
|
1738
2115
|
code: string | null;
|
|
1739
2116
|
name: string;
|
|
1740
|
-
classification: string;
|
|
2117
|
+
classification: string | null;
|
|
1741
2118
|
balanceType: string;
|
|
1742
2119
|
externalSource: string | null;
|
|
1743
2120
|
suggestedTargets: Array<{
|
|
@@ -1748,6 +2125,227 @@ export type ListLedgerUnmappedElementsQuery = {
|
|
|
1748
2125
|
}>;
|
|
1749
2126
|
}>;
|
|
1750
2127
|
};
|
|
2128
|
+
export type ListLibraryTaxonomyArcsQueryVariables = Exact<{
|
|
2129
|
+
taxonomyId: Scalars['ID']['input'];
|
|
2130
|
+
associationType: InputMaybe<Scalars['String']['input']>;
|
|
2131
|
+
limit?: Scalars['Int']['input'];
|
|
2132
|
+
offset?: Scalars['Int']['input'];
|
|
2133
|
+
}>;
|
|
2134
|
+
export type ListLibraryTaxonomyArcsQuery = {
|
|
2135
|
+
libraryTaxonomyArcCount: number;
|
|
2136
|
+
libraryTaxonomyArcs: Array<{
|
|
2137
|
+
id: string;
|
|
2138
|
+
structureId: string;
|
|
2139
|
+
structureName: string | null;
|
|
2140
|
+
fromElementId: string;
|
|
2141
|
+
fromElementQname: string | null;
|
|
2142
|
+
fromElementName: string | null;
|
|
2143
|
+
toElementId: string;
|
|
2144
|
+
toElementQname: string | null;
|
|
2145
|
+
toElementName: string | null;
|
|
2146
|
+
associationType: string;
|
|
2147
|
+
arcrole: string | null;
|
|
2148
|
+
orderValue: number | null;
|
|
2149
|
+
weight: number | null;
|
|
2150
|
+
}>;
|
|
2151
|
+
};
|
|
2152
|
+
export type GetLibraryElementArcsQueryVariables = Exact<{
|
|
2153
|
+
id: Scalars['ID']['input'];
|
|
2154
|
+
}>;
|
|
2155
|
+
export type GetLibraryElementArcsQuery = {
|
|
2156
|
+
libraryElementArcs: Array<{
|
|
2157
|
+
id: string;
|
|
2158
|
+
direction: string;
|
|
2159
|
+
associationType: string;
|
|
2160
|
+
arcrole: string | null;
|
|
2161
|
+
taxonomyId: string | null;
|
|
2162
|
+
taxonomyStandard: string | null;
|
|
2163
|
+
taxonomyName: string | null;
|
|
2164
|
+
structureId: string | null;
|
|
2165
|
+
structureName: string | null;
|
|
2166
|
+
peer: {
|
|
2167
|
+
id: string;
|
|
2168
|
+
qname: string;
|
|
2169
|
+
name: string;
|
|
2170
|
+
classification: string | null;
|
|
2171
|
+
source: string;
|
|
2172
|
+
};
|
|
2173
|
+
}>;
|
|
2174
|
+
};
|
|
2175
|
+
export type GetLibraryElementClassificationsQueryVariables = Exact<{
|
|
2176
|
+
id: Scalars['ID']['input'];
|
|
2177
|
+
}>;
|
|
2178
|
+
export type GetLibraryElementClassificationsQuery = {
|
|
2179
|
+
libraryElementClassifications: Array<{
|
|
2180
|
+
category: string;
|
|
2181
|
+
identifier: string;
|
|
2182
|
+
name: string | null;
|
|
2183
|
+
isPrimary: boolean;
|
|
2184
|
+
}>;
|
|
2185
|
+
};
|
|
2186
|
+
export type GetLibraryElementEquivalentsQueryVariables = Exact<{
|
|
2187
|
+
id: Scalars['ID']['input'];
|
|
2188
|
+
}>;
|
|
2189
|
+
export type GetLibraryElementEquivalentsQuery = {
|
|
2190
|
+
libraryElementEquivalents: {
|
|
2191
|
+
element: {
|
|
2192
|
+
id: string;
|
|
2193
|
+
qname: string;
|
|
2194
|
+
name: string;
|
|
2195
|
+
classification: string | null;
|
|
2196
|
+
source: string;
|
|
2197
|
+
};
|
|
2198
|
+
equivalents: Array<{
|
|
2199
|
+
id: string;
|
|
2200
|
+
qname: string;
|
|
2201
|
+
name: string;
|
|
2202
|
+
classification: string | null;
|
|
2203
|
+
source: string;
|
|
2204
|
+
}>;
|
|
2205
|
+
} | null;
|
|
2206
|
+
};
|
|
2207
|
+
export type ListLibraryElementsQueryVariables = Exact<{
|
|
2208
|
+
taxonomyId: InputMaybe<Scalars['ID']['input']>;
|
|
2209
|
+
source: InputMaybe<Scalars['String']['input']>;
|
|
2210
|
+
classification: InputMaybe<Scalars['String']['input']>;
|
|
2211
|
+
activityType: InputMaybe<Scalars['String']['input']>;
|
|
2212
|
+
elementType: InputMaybe<Scalars['String']['input']>;
|
|
2213
|
+
isAbstract: InputMaybe<Scalars['Boolean']['input']>;
|
|
2214
|
+
limit?: Scalars['Int']['input'];
|
|
2215
|
+
offset?: Scalars['Int']['input'];
|
|
2216
|
+
includeLabels?: Scalars['Boolean']['input'];
|
|
2217
|
+
includeReferences?: Scalars['Boolean']['input'];
|
|
2218
|
+
}>;
|
|
2219
|
+
export type ListLibraryElementsQuery = {
|
|
2220
|
+
libraryElements: Array<{
|
|
2221
|
+
id: string;
|
|
2222
|
+
qname: string;
|
|
2223
|
+
namespace: string | null;
|
|
2224
|
+
name: string;
|
|
2225
|
+
classification: string | null;
|
|
2226
|
+
balanceType: string;
|
|
2227
|
+
periodType: string;
|
|
2228
|
+
isAbstract: boolean;
|
|
2229
|
+
isMonetary: boolean;
|
|
2230
|
+
elementType: string;
|
|
2231
|
+
source: string;
|
|
2232
|
+
taxonomyId: string | null;
|
|
2233
|
+
parentId: string | null;
|
|
2234
|
+
labels?: Array<{
|
|
2235
|
+
role: string;
|
|
2236
|
+
language: string;
|
|
2237
|
+
text: string;
|
|
2238
|
+
}>;
|
|
2239
|
+
references?: Array<{
|
|
2240
|
+
refType: string | null;
|
|
2241
|
+
citation: string;
|
|
2242
|
+
uri: string | null;
|
|
2243
|
+
}>;
|
|
2244
|
+
}>;
|
|
2245
|
+
};
|
|
2246
|
+
export type SearchLibraryElementsQueryVariables = Exact<{
|
|
2247
|
+
query: Scalars['String']['input'];
|
|
2248
|
+
source: InputMaybe<Scalars['String']['input']>;
|
|
2249
|
+
limit?: Scalars['Int']['input'];
|
|
2250
|
+
}>;
|
|
2251
|
+
export type SearchLibraryElementsQuery = {
|
|
2252
|
+
searchLibraryElements: Array<{
|
|
2253
|
+
id: string;
|
|
2254
|
+
qname: string;
|
|
2255
|
+
namespace: string | null;
|
|
2256
|
+
name: string;
|
|
2257
|
+
classification: string | null;
|
|
2258
|
+
balanceType: string;
|
|
2259
|
+
periodType: string;
|
|
2260
|
+
isAbstract: boolean;
|
|
2261
|
+
isMonetary: boolean;
|
|
2262
|
+
elementType: string;
|
|
2263
|
+
source: string;
|
|
2264
|
+
taxonomyId: string | null;
|
|
2265
|
+
parentId: string | null;
|
|
2266
|
+
labels: Array<{
|
|
2267
|
+
role: string;
|
|
2268
|
+
language: string;
|
|
2269
|
+
text: string;
|
|
2270
|
+
}>;
|
|
2271
|
+
references: Array<{
|
|
2272
|
+
refType: string | null;
|
|
2273
|
+
citation: string;
|
|
2274
|
+
uri: string | null;
|
|
2275
|
+
}>;
|
|
2276
|
+
}>;
|
|
2277
|
+
};
|
|
2278
|
+
export type GetLibraryElementQueryVariables = Exact<{
|
|
2279
|
+
id: InputMaybe<Scalars['ID']['input']>;
|
|
2280
|
+
qname: InputMaybe<Scalars['String']['input']>;
|
|
2281
|
+
}>;
|
|
2282
|
+
export type GetLibraryElementQuery = {
|
|
2283
|
+
libraryElement: {
|
|
2284
|
+
id: string;
|
|
2285
|
+
qname: string;
|
|
2286
|
+
namespace: string | null;
|
|
2287
|
+
name: string;
|
|
2288
|
+
classification: string | null;
|
|
2289
|
+
balanceType: string;
|
|
2290
|
+
periodType: string;
|
|
2291
|
+
isAbstract: boolean;
|
|
2292
|
+
isMonetary: boolean;
|
|
2293
|
+
elementType: string;
|
|
2294
|
+
source: string;
|
|
2295
|
+
taxonomyId: string | null;
|
|
2296
|
+
parentId: string | null;
|
|
2297
|
+
labels: Array<{
|
|
2298
|
+
role: string;
|
|
2299
|
+
language: string;
|
|
2300
|
+
text: string;
|
|
2301
|
+
}>;
|
|
2302
|
+
references: Array<{
|
|
2303
|
+
refType: string | null;
|
|
2304
|
+
citation: string;
|
|
2305
|
+
uri: string | null;
|
|
2306
|
+
}>;
|
|
2307
|
+
} | null;
|
|
2308
|
+
};
|
|
2309
|
+
export type ListLibraryTaxonomiesQueryVariables = Exact<{
|
|
2310
|
+
standard: InputMaybe<Scalars['String']['input']>;
|
|
2311
|
+
includeElementCount?: Scalars['Boolean']['input'];
|
|
2312
|
+
}>;
|
|
2313
|
+
export type ListLibraryTaxonomiesQuery = {
|
|
2314
|
+
libraryTaxonomies: Array<{
|
|
2315
|
+
id: string;
|
|
2316
|
+
name: string;
|
|
2317
|
+
description: string | null;
|
|
2318
|
+
standard: string | null;
|
|
2319
|
+
version: string | null;
|
|
2320
|
+
namespaceUri: string | null;
|
|
2321
|
+
taxonomyType: string;
|
|
2322
|
+
isShared: boolean;
|
|
2323
|
+
isActive: boolean;
|
|
2324
|
+
isLocked: boolean;
|
|
2325
|
+
elementCount: number | null;
|
|
2326
|
+
}>;
|
|
2327
|
+
};
|
|
2328
|
+
export type GetLibraryTaxonomyQueryVariables = Exact<{
|
|
2329
|
+
id: InputMaybe<Scalars['ID']['input']>;
|
|
2330
|
+
standard: InputMaybe<Scalars['String']['input']>;
|
|
2331
|
+
version: InputMaybe<Scalars['String']['input']>;
|
|
2332
|
+
includeElementCount?: Scalars['Boolean']['input'];
|
|
2333
|
+
}>;
|
|
2334
|
+
export type GetLibraryTaxonomyQuery = {
|
|
2335
|
+
libraryTaxonomy: {
|
|
2336
|
+
id: string;
|
|
2337
|
+
name: string;
|
|
2338
|
+
description: string | null;
|
|
2339
|
+
standard: string | null;
|
|
2340
|
+
version: string | null;
|
|
2341
|
+
namespaceUri: string | null;
|
|
2342
|
+
taxonomyType: string;
|
|
2343
|
+
isShared: boolean;
|
|
2344
|
+
isActive: boolean;
|
|
2345
|
+
isLocked: boolean;
|
|
2346
|
+
elementCount: number | null;
|
|
2347
|
+
} | null;
|
|
2348
|
+
};
|
|
1751
2349
|
export declare const GetInvestorHoldingsDocument: DocumentNode<GetInvestorHoldingsQuery, GetInvestorHoldingsQueryVariables>;
|
|
1752
2350
|
export declare const GetInvestorPortfolioDocument: DocumentNode<GetInvestorPortfolioQuery, GetInvestorPortfolioQueryVariables>;
|
|
1753
2351
|
export declare const ListInvestorPortfoliosDocument: DocumentNode<ListInvestorPortfoliosQuery, ListInvestorPortfoliosQueryVariables>;
|
|
@@ -1763,6 +2361,8 @@ export declare const ListLedgerElementsDocument: DocumentNode<ListLedgerElements
|
|
|
1763
2361
|
export declare const ListLedgerEntitiesDocument: DocumentNode<ListLedgerEntitiesQuery, ListLedgerEntitiesQueryVariables>;
|
|
1764
2362
|
export declare const GetLedgerEntityDocument: DocumentNode<GetLedgerEntityQuery, GetLedgerEntityQueryVariables>;
|
|
1765
2363
|
export declare const GetLedgerFiscalCalendarDocument: DocumentNode<GetLedgerFiscalCalendarQuery, GetLedgerFiscalCalendarQueryVariables>;
|
|
2364
|
+
export declare const GetInformationBlockDocument: DocumentNode<GetInformationBlockQuery, GetInformationBlockQueryVariables>;
|
|
2365
|
+
export declare const ListInformationBlocksDocument: DocumentNode<ListInformationBlocksQuery, ListInformationBlocksQueryVariables>;
|
|
1766
2366
|
export declare const GetLedgerMappedTrialBalanceDocument: DocumentNode<GetLedgerMappedTrialBalanceQuery, GetLedgerMappedTrialBalanceQueryVariables>;
|
|
1767
2367
|
export declare const GetLedgerMappingDocument: DocumentNode<GetLedgerMappingQuery, GetLedgerMappingQueryVariables>;
|
|
1768
2368
|
export declare const GetLedgerMappingCoverageDocument: DocumentNode<GetLedgerMappingCoverageQuery, GetLedgerMappingCoverageQueryVariables>;
|
|
@@ -1774,8 +2374,6 @@ export declare const ListLedgerPublishListsDocument: DocumentNode<ListLedgerPubl
|
|
|
1774
2374
|
export declare const GetLedgerReportDocument: DocumentNode<GetLedgerReportQuery, GetLedgerReportQueryVariables>;
|
|
1775
2375
|
export declare const GetLedgerReportingTaxonomyDocument: DocumentNode<GetLedgerReportingTaxonomyQuery, GetLedgerReportingTaxonomyQueryVariables>;
|
|
1776
2376
|
export declare const ListLedgerReportsDocument: DocumentNode<ListLedgerReportsQuery, ListLedgerReportsQueryVariables>;
|
|
1777
|
-
export declare const GetLedgerScheduleFactsDocument: DocumentNode<GetLedgerScheduleFactsQuery, GetLedgerScheduleFactsQueryVariables>;
|
|
1778
|
-
export declare const ListLedgerSchedulesDocument: DocumentNode<ListLedgerSchedulesQuery, ListLedgerSchedulesQueryVariables>;
|
|
1779
2377
|
export declare const GetLedgerStatementDocument: DocumentNode<GetLedgerStatementQuery, GetLedgerStatementQueryVariables>;
|
|
1780
2378
|
export declare const ListLedgerStructuresDocument: DocumentNode<ListLedgerStructuresQuery, ListLedgerStructuresQueryVariables>;
|
|
1781
2379
|
export declare const GetLedgerSummaryDocument: DocumentNode<GetLedgerSummaryQuery, GetLedgerSummaryQueryVariables>;
|
|
@@ -1784,3 +2382,12 @@ export declare const GetLedgerTransactionDocument: DocumentNode<GetLedgerTransac
|
|
|
1784
2382
|
export declare const ListLedgerTransactionsDocument: DocumentNode<ListLedgerTransactionsQuery, ListLedgerTransactionsQueryVariables>;
|
|
1785
2383
|
export declare const GetLedgerTrialBalanceDocument: DocumentNode<GetLedgerTrialBalanceQuery, GetLedgerTrialBalanceQueryVariables>;
|
|
1786
2384
|
export declare const ListLedgerUnmappedElementsDocument: DocumentNode<ListLedgerUnmappedElementsQuery, ListLedgerUnmappedElementsQueryVariables>;
|
|
2385
|
+
export declare const ListLibraryTaxonomyArcsDocument: DocumentNode<ListLibraryTaxonomyArcsQuery, ListLibraryTaxonomyArcsQueryVariables>;
|
|
2386
|
+
export declare const GetLibraryElementArcsDocument: DocumentNode<GetLibraryElementArcsQuery, GetLibraryElementArcsQueryVariables>;
|
|
2387
|
+
export declare const GetLibraryElementClassificationsDocument: DocumentNode<GetLibraryElementClassificationsQuery, GetLibraryElementClassificationsQueryVariables>;
|
|
2388
|
+
export declare const GetLibraryElementEquivalentsDocument: DocumentNode<GetLibraryElementEquivalentsQuery, GetLibraryElementEquivalentsQueryVariables>;
|
|
2389
|
+
export declare const ListLibraryElementsDocument: DocumentNode<ListLibraryElementsQuery, ListLibraryElementsQueryVariables>;
|
|
2390
|
+
export declare const SearchLibraryElementsDocument: DocumentNode<SearchLibraryElementsQuery, SearchLibraryElementsQueryVariables>;
|
|
2391
|
+
export declare const GetLibraryElementDocument: DocumentNode<GetLibraryElementQuery, GetLibraryElementQueryVariables>;
|
|
2392
|
+
export declare const ListLibraryTaxonomiesDocument: DocumentNode<ListLibraryTaxonomiesQuery, ListLibraryTaxonomiesQueryVariables>;
|
|
2393
|
+
export declare const GetLibraryTaxonomyDocument: DocumentNode<GetLibraryTaxonomyQuery, GetLibraryTaxonomyQueryVariables>;
|