@robosystems/client 0.3.6 → 0.3.8

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.
@@ -25,7 +25,7 @@ export type Scalars = {
25
25
  export type Account = {
26
26
  accountType: Maybe<Scalars['String']['output']>
27
27
  balanceType: Scalars['String']['output']
28
- classification: Scalars['String']['output']
28
+ classification: Maybe<Scalars['String']['output']>
29
29
  code: Maybe<Scalars['String']['output']>
30
30
  currency: Scalars['String']['output']
31
31
  depth: Scalars['Int']['output']
@@ -81,7 +81,7 @@ export type AccountTreeNode = {
81
81
  accountType: Maybe<Scalars['String']['output']>
82
82
  balanceType: Scalars['String']['output']
83
83
  children: Array<AccountTreeNode>
84
- classification: Scalars['String']['output']
84
+ classification: Maybe<Scalars['String']['output']>
85
85
  code: Maybe<Scalars['String']['output']>
86
86
  depth: Scalars['Int']['output']
87
87
  id: Scalars['ID']['output']
@@ -160,7 +160,7 @@ export type DraftLineItem = {
160
160
 
161
161
  export type Element = {
162
162
  balanceType: Scalars['String']['output']
163
- classification: Scalars['String']['output']
163
+ classification: Maybe<Scalars['String']['output']>
164
164
  code: Maybe<Scalars['String']['output']>
165
165
  depth: Scalars['Int']['output']
166
166
  description: Maybe<Scalars['String']['output']>
@@ -186,7 +186,7 @@ export type ElementList = {
186
186
  }
187
187
 
188
188
  export type FactRow = {
189
- classification: Scalars['String']['output']
189
+ classification: Maybe<Scalars['String']['output']>
190
190
  depth: Scalars['Int']['output']
191
191
  elementId: Scalars['String']['output']
192
192
  elementName: Scalars['String']['output']
@@ -363,6 +363,128 @@ export type LedgerTransactionSummary = {
363
363
  type: Scalars['String']['output']
364
364
  }
365
365
 
366
+ export type LibraryAssociation = {
367
+ arcrole: Maybe<Scalars['String']['output']>
368
+ /** presentation | calculation | mapping | equivalence | general-special | essence-alias */
369
+ associationType: Scalars['String']['output']
370
+ fromElementId: Scalars['String']['output']
371
+ fromElementName: Maybe<Scalars['String']['output']>
372
+ fromElementQname: Maybe<Scalars['String']['output']>
373
+ id: Scalars['String']['output']
374
+ orderValue: Maybe<Scalars['Float']['output']>
375
+ structureId: Scalars['String']['output']
376
+ structureName: Maybe<Scalars['String']['output']>
377
+ toElementId: Scalars['String']['output']
378
+ toElementName: Maybe<Scalars['String']['output']>
379
+ toElementQname: Maybe<Scalars['String']['output']>
380
+ weight: Maybe<Scalars['Float']['output']>
381
+ }
382
+
383
+ export type LibraryElement = {
384
+ /** debit | credit */
385
+ balanceType: Scalars['String']['output']
386
+ /** 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. */
387
+ classification: Maybe<Scalars['String']['output']>
388
+ /** concept | abstract | axis | member | hypercube */
389
+ elementType: Scalars['String']['output']
390
+ id: Scalars['String']['output']
391
+ isAbstract: Scalars['Boolean']['output']
392
+ isMonetary: Scalars['Boolean']['output']
393
+ labels: Array<LibraryLabel>
394
+ name: Scalars['String']['output']
395
+ namespace: Maybe<Scalars['String']['output']>
396
+ parentId: Maybe<Scalars['String']['output']>
397
+ /** instant | duration */
398
+ periodType: Scalars['String']['output']
399
+ /** Qualified name, e.g. 'sfac6:Assets' */
400
+ qname: Scalars['String']['output']
401
+ references: Array<LibraryReference>
402
+ /** sfac6 | fac | us-gaap | rs-gaap | … */
403
+ source: Scalars['String']['output']
404
+ taxonomyId: Maybe<Scalars['String']['output']>
405
+ }
406
+
407
+ export type LibraryElementArc = {
408
+ arcrole: Maybe<Scalars['String']['output']>
409
+ associationType: Scalars['String']['output']
410
+ /** 'outgoing' (this element is source) | 'incoming' (target) */
411
+ direction: Scalars['String']['output']
412
+ id: Scalars['String']['output']
413
+ peer: LibraryElement
414
+ structureId: Maybe<Scalars['String']['output']>
415
+ structureName: Maybe<Scalars['String']['output']>
416
+ taxonomyId: Maybe<Scalars['String']['output']>
417
+ taxonomyName: Maybe<Scalars['String']['output']>
418
+ taxonomyStandard: Maybe<Scalars['String']['output']>
419
+ }
420
+
421
+ export type LibraryElementClassification = {
422
+ /** Classification axis (e.g. elementsOfFinancialStatements) */
423
+ category: Scalars['String']['output']
424
+ /** Value within the axis (e.g. expense) */
425
+ identifier: Scalars['String']['output']
426
+ /** True for the element's primary EFS classification */
427
+ isPrimary: Scalars['Boolean']['output']
428
+ /** Human-readable name */
429
+ name: Maybe<Scalars['String']['output']>
430
+ }
431
+
432
+ export type LibraryElementTreeNode = {
433
+ children: Array<LibraryElementTreeNode>
434
+ element: LibraryElement
435
+ }
436
+
437
+ export type LibraryEquivalence = {
438
+ element: LibraryElement
439
+ equivalents: Array<LibraryElement>
440
+ }
441
+
442
+ export type LibraryLabel = {
443
+ /** Language code */
444
+ language: Scalars['String']['output']
445
+ /** Label role: standard/documentation/verbose/… */
446
+ role: Scalars['String']['output']
447
+ /** Label text */
448
+ text: Scalars['String']['output']
449
+ }
450
+
451
+ export type LibraryReference = {
452
+ /** Full citation text */
453
+ citation: Scalars['String']['output']
454
+ /** 'ASC' | 'SEC' | 'SFAC' | 'IFRS' | 'Other' */
455
+ refType: Maybe<Scalars['String']['output']>
456
+ /** Dereferenceable URL if available */
457
+ uri: Maybe<Scalars['String']['output']>
458
+ }
459
+
460
+ export type LibraryStructure = {
461
+ id: Scalars['String']['output']
462
+ isActive: Scalars['Boolean']['output']
463
+ name: Scalars['String']['output']
464
+ /** Original XBRL role URI if any */
465
+ roleUri: Maybe<Scalars['String']['output']>
466
+ /** balance_sheet | income_statement | cash_flow_statement | custom | … */
467
+ structureType: Scalars['String']['output']
468
+ taxonomyId: Scalars['String']['output']
469
+ }
470
+
471
+ export type LibraryTaxonomy = {
472
+ description: Maybe<Scalars['String']['output']>
473
+ /** Total elements in this taxonomy (computed on demand) */
474
+ elementCount: Maybe<Scalars['Int']['output']>
475
+ id: Scalars['String']['output']
476
+ isActive: Scalars['Boolean']['output']
477
+ isLocked: Scalars['Boolean']['output']
478
+ isShared: Scalars['Boolean']['output']
479
+ name: Scalars['String']['output']
480
+ namespaceUri: Maybe<Scalars['String']['output']>
481
+ /** sfac6 | fac | us-gaap | rs-gaap | ifrs */
482
+ standard: Maybe<Scalars['String']['output']>
483
+ /** chart_of_accounts | reporting | mapping | schedule */
484
+ taxonomyType: Scalars['String']['output']
485
+ version: Maybe<Scalars['String']['output']>
486
+ }
487
+
366
488
  export type MappedTrialBalance = {
367
489
  mappingId: Scalars['String']['output']
368
490
  rows: Array<MappedTrialBalanceRow>
@@ -540,6 +662,18 @@ export type Query = {
540
662
  fiscalCalendar: Maybe<FiscalCalendar>
541
663
  hello: Scalars['String']['output']
542
664
  holdings: Maybe<HoldingsList>
665
+ libraryElement: Maybe<LibraryElement>
666
+ libraryElementArcs: Array<LibraryElementArc>
667
+ libraryElementClassifications: Array<LibraryElementClassification>
668
+ libraryElementEquivalents: Maybe<LibraryEquivalence>
669
+ libraryElementTree: Maybe<LibraryElementTreeNode>
670
+ libraryElements: Array<LibraryElement>
671
+ libraryStructure: Maybe<LibraryStructure>
672
+ libraryStructures: Array<LibraryStructure>
673
+ libraryTaxonomies: Array<LibraryTaxonomy>
674
+ libraryTaxonomy: Maybe<LibraryTaxonomy>
675
+ libraryTaxonomyArcCount: Scalars['Int']['output']
676
+ libraryTaxonomyArcs: Array<LibraryAssociation>
543
677
  mappedTrialBalance: Maybe<MappedTrialBalance>
544
678
  mapping: Maybe<MappingDetail>
545
679
  mappingCoverage: Maybe<MappingCoverage>
@@ -557,6 +691,7 @@ export type Query = {
557
691
  reports: Maybe<ReportList>
558
692
  scheduleFacts: Maybe<ScheduleFacts>
559
693
  schedules: Maybe<ScheduleList>
694
+ searchLibraryElements: Array<LibraryElement>
560
695
  securities: Maybe<SecurityList>
561
696
  security: Maybe<Security>
562
697
  statement: Maybe<Statement>
@@ -599,6 +734,74 @@ export type QueryHoldingsArgs = {
599
734
  portfolioId: Scalars['String']['input']
600
735
  }
601
736
 
737
+ export type QueryLibraryElementArgs = {
738
+ id?: InputMaybe<Scalars['ID']['input']>
739
+ qname?: InputMaybe<Scalars['String']['input']>
740
+ }
741
+
742
+ export type QueryLibraryElementArcsArgs = {
743
+ id: Scalars['ID']['input']
744
+ }
745
+
746
+ export type QueryLibraryElementClassificationsArgs = {
747
+ id: Scalars['ID']['input']
748
+ }
749
+
750
+ export type QueryLibraryElementEquivalentsArgs = {
751
+ id: Scalars['ID']['input']
752
+ }
753
+
754
+ export type QueryLibraryElementTreeArgs = {
755
+ id: Scalars['ID']['input']
756
+ maxDepth?: Scalars['Int']['input']
757
+ structureId?: InputMaybe<Scalars['ID']['input']>
758
+ }
759
+
760
+ export type QueryLibraryElementsArgs = {
761
+ activityType?: InputMaybe<Scalars['String']['input']>
762
+ classification?: InputMaybe<Scalars['String']['input']>
763
+ elementType?: InputMaybe<Scalars['String']['input']>
764
+ includeLabels?: Scalars['Boolean']['input']
765
+ includeReferences?: Scalars['Boolean']['input']
766
+ isAbstract?: InputMaybe<Scalars['Boolean']['input']>
767
+ limit?: Scalars['Int']['input']
768
+ offset?: Scalars['Int']['input']
769
+ source?: InputMaybe<Scalars['String']['input']>
770
+ taxonomyId?: InputMaybe<Scalars['ID']['input']>
771
+ }
772
+
773
+ export type QueryLibraryStructureArgs = {
774
+ id: Scalars['ID']['input']
775
+ }
776
+
777
+ export type QueryLibraryStructuresArgs = {
778
+ structureType?: InputMaybe<Scalars['String']['input']>
779
+ taxonomyId?: InputMaybe<Scalars['ID']['input']>
780
+ }
781
+
782
+ export type QueryLibraryTaxonomiesArgs = {
783
+ includeElementCount?: Scalars['Boolean']['input']
784
+ standard?: InputMaybe<Scalars['String']['input']>
785
+ }
786
+
787
+ export type QueryLibraryTaxonomyArgs = {
788
+ id?: InputMaybe<Scalars['ID']['input']>
789
+ includeElementCount?: Scalars['Boolean']['input']
790
+ standard?: InputMaybe<Scalars['String']['input']>
791
+ version?: InputMaybe<Scalars['String']['input']>
792
+ }
793
+
794
+ export type QueryLibraryTaxonomyArcCountArgs = {
795
+ taxonomyId: Scalars['ID']['input']
796
+ }
797
+
798
+ export type QueryLibraryTaxonomyArcsArgs = {
799
+ associationType?: InputMaybe<Scalars['String']['input']>
800
+ limit?: Scalars['Int']['input']
801
+ offset?: Scalars['Int']['input']
802
+ taxonomyId: Scalars['ID']['input']
803
+ }
804
+
602
805
  export type QueryMappedTrialBalanceArgs = {
603
806
  endDate?: InputMaybe<Scalars['Date']['input']>
604
807
  mappingId: Scalars['String']['input']
@@ -662,6 +865,12 @@ export type QueryScheduleFactsArgs = {
662
865
  structureId: Scalars['String']['input']
663
866
  }
664
867
 
868
+ export type QuerySearchLibraryElementsArgs = {
869
+ limit?: Scalars['Int']['input']
870
+ query: Scalars['String']['input']
871
+ source?: InputMaybe<Scalars['String']['input']>
872
+ }
873
+
665
874
  export type QuerySecuritiesArgs = {
666
875
  entityId?: InputMaybe<Scalars['String']['input']>
667
876
  isActive?: InputMaybe<Scalars['Boolean']['input']>
@@ -849,7 +1058,7 @@ export type TrialBalanceRow = {
849
1058
  accountId: Scalars['String']['output']
850
1059
  accountName: Scalars['String']['output']
851
1060
  accountType: Maybe<Scalars['String']['output']>
852
- classification: Scalars['String']['output']
1061
+ classification: Maybe<Scalars['String']['output']>
853
1062
  netBalance: Scalars['Float']['output']
854
1063
  totalCredits: Scalars['Float']['output']
855
1064
  totalDebits: Scalars['Float']['output']
@@ -857,7 +1066,7 @@ export type TrialBalanceRow = {
857
1066
 
858
1067
  export type UnmappedElement = {
859
1068
  balanceType: Scalars['String']['output']
860
- classification: Scalars['String']['output']
1069
+ classification: Maybe<Scalars['String']['output']>
861
1070
  code: Maybe<Scalars['String']['output']>
862
1071
  externalSource: Maybe<Scalars['String']['output']>
863
1072
  id: Scalars['String']['output']
@@ -1094,7 +1303,7 @@ export type GetLedgerAccountTreeQuery = {
1094
1303
  id: string
1095
1304
  code: string | null
1096
1305
  name: string
1097
- classification: string
1306
+ classification: string | null
1098
1307
  accountType: string | null
1099
1308
  balanceType: string
1100
1309
  depth: number
@@ -1103,7 +1312,7 @@ export type GetLedgerAccountTreeQuery = {
1103
1312
  id: string
1104
1313
  code: string | null
1105
1314
  name: string
1106
- classification: string
1315
+ classification: string | null
1107
1316
  accountType: string | null
1108
1317
  balanceType: string
1109
1318
  depth: number
@@ -1112,7 +1321,7 @@ export type GetLedgerAccountTreeQuery = {
1112
1321
  id: string
1113
1322
  code: string | null
1114
1323
  name: string
1115
- classification: string
1324
+ classification: string | null
1116
1325
  accountType: string | null
1117
1326
  balanceType: string
1118
1327
  depth: number
@@ -1121,7 +1330,7 @@ export type GetLedgerAccountTreeQuery = {
1121
1330
  id: string
1122
1331
  code: string | null
1123
1332
  name: string
1124
- classification: string
1333
+ classification: string | null
1125
1334
  accountType: string | null
1126
1335
  balanceType: string
1127
1336
  depth: number
@@ -1147,7 +1356,7 @@ export type ListLedgerAccountsQuery = {
1147
1356
  code: string | null
1148
1357
  name: string
1149
1358
  description: string | null
1150
- classification: string
1359
+ classification: string | null
1151
1360
  subClassification: string | null
1152
1361
  balanceType: string
1153
1362
  parentId: string | null
@@ -1200,7 +1409,7 @@ export type ListLedgerElementsQuery = {
1200
1409
  description: string | null
1201
1410
  qname: string | null
1202
1411
  namespace: string | null
1203
- classification: string
1412
+ classification: string | null
1204
1413
  subClassification: string | null
1205
1414
  balanceType: string
1206
1415
  periodType: string
@@ -1620,7 +1829,7 @@ export type GetLedgerStatementQuery = {
1620
1829
  elementId: string
1621
1830
  elementQname: string
1622
1831
  elementName: string
1623
- classification: string
1832
+ classification: string | null
1624
1833
  values: Array<number | null>
1625
1834
  isSubtotal: boolean
1626
1835
  depth: number
@@ -1776,7 +1985,7 @@ export type GetLedgerTrialBalanceQuery = {
1776
1985
  accountId: string
1777
1986
  accountCode: string
1778
1987
  accountName: string
1779
- classification: string
1988
+ classification: string | null
1780
1989
  accountType: string | null
1781
1990
  totalDebits: number
1782
1991
  totalCredits: number
@@ -1794,7 +2003,7 @@ export type ListLedgerUnmappedElementsQuery = {
1794
2003
  id: string
1795
2004
  code: string | null
1796
2005
  name: string
1797
- classification: string
2006
+ classification: string | null
1798
2007
  balanceType: string
1799
2008
  externalSource: string | null
1800
2009
  suggestedTargets: Array<{
@@ -1806,6 +2015,215 @@ export type ListLedgerUnmappedElementsQuery = {
1806
2015
  }>
1807
2016
  }
1808
2017
 
2018
+ export type ListLibraryTaxonomyArcsQueryVariables = Exact<{
2019
+ taxonomyId: Scalars['ID']['input']
2020
+ associationType: InputMaybe<Scalars['String']['input']>
2021
+ limit?: Scalars['Int']['input']
2022
+ offset?: Scalars['Int']['input']
2023
+ }>
2024
+
2025
+ export type ListLibraryTaxonomyArcsQuery = {
2026
+ libraryTaxonomyArcCount: number
2027
+ libraryTaxonomyArcs: Array<{
2028
+ id: string
2029
+ structureId: string
2030
+ structureName: string | null
2031
+ fromElementId: string
2032
+ fromElementQname: string | null
2033
+ fromElementName: string | null
2034
+ toElementId: string
2035
+ toElementQname: string | null
2036
+ toElementName: string | null
2037
+ associationType: string
2038
+ arcrole: string | null
2039
+ orderValue: number | null
2040
+ weight: number | null
2041
+ }>
2042
+ }
2043
+
2044
+ export type GetLibraryElementArcsQueryVariables = Exact<{
2045
+ id: Scalars['ID']['input']
2046
+ }>
2047
+
2048
+ export type GetLibraryElementArcsQuery = {
2049
+ libraryElementArcs: Array<{
2050
+ id: string
2051
+ direction: string
2052
+ associationType: string
2053
+ arcrole: string | null
2054
+ taxonomyId: string | null
2055
+ taxonomyStandard: string | null
2056
+ taxonomyName: string | null
2057
+ structureId: string | null
2058
+ structureName: string | null
2059
+ peer: { id: string; qname: string; name: string; classification: string | null; source: string }
2060
+ }>
2061
+ }
2062
+
2063
+ export type GetLibraryElementClassificationsQueryVariables = Exact<{
2064
+ id: Scalars['ID']['input']
2065
+ }>
2066
+
2067
+ export type GetLibraryElementClassificationsQuery = {
2068
+ libraryElementClassifications: Array<{
2069
+ category: string
2070
+ identifier: string
2071
+ name: string | null
2072
+ isPrimary: boolean
2073
+ }>
2074
+ }
2075
+
2076
+ export type GetLibraryElementEquivalentsQueryVariables = Exact<{
2077
+ id: Scalars['ID']['input']
2078
+ }>
2079
+
2080
+ export type GetLibraryElementEquivalentsQuery = {
2081
+ libraryElementEquivalents: {
2082
+ element: {
2083
+ id: string
2084
+ qname: string
2085
+ name: string
2086
+ classification: string | null
2087
+ source: string
2088
+ }
2089
+ equivalents: Array<{
2090
+ id: string
2091
+ qname: string
2092
+ name: string
2093
+ classification: string | null
2094
+ source: string
2095
+ }>
2096
+ } | null
2097
+ }
2098
+
2099
+ export type ListLibraryElementsQueryVariables = Exact<{
2100
+ taxonomyId: InputMaybe<Scalars['ID']['input']>
2101
+ source: InputMaybe<Scalars['String']['input']>
2102
+ classification: InputMaybe<Scalars['String']['input']>
2103
+ activityType: InputMaybe<Scalars['String']['input']>
2104
+ elementType: InputMaybe<Scalars['String']['input']>
2105
+ isAbstract: InputMaybe<Scalars['Boolean']['input']>
2106
+ limit?: Scalars['Int']['input']
2107
+ offset?: Scalars['Int']['input']
2108
+ includeLabels?: Scalars['Boolean']['input']
2109
+ includeReferences?: Scalars['Boolean']['input']
2110
+ }>
2111
+
2112
+ export type ListLibraryElementsQuery = {
2113
+ libraryElements: Array<{
2114
+ id: string
2115
+ qname: string
2116
+ namespace: string | null
2117
+ name: string
2118
+ classification: string | null
2119
+ balanceType: string
2120
+ periodType: string
2121
+ isAbstract: boolean
2122
+ isMonetary: boolean
2123
+ elementType: string
2124
+ source: string
2125
+ taxonomyId: string | null
2126
+ parentId: string | null
2127
+ labels?: Array<{ role: string; language: string; text: string }>
2128
+ references?: Array<{ refType: string | null; citation: string; uri: string | null }>
2129
+ }>
2130
+ }
2131
+
2132
+ export type SearchLibraryElementsQueryVariables = Exact<{
2133
+ query: Scalars['String']['input']
2134
+ source: InputMaybe<Scalars['String']['input']>
2135
+ limit?: Scalars['Int']['input']
2136
+ }>
2137
+
2138
+ export type SearchLibraryElementsQuery = {
2139
+ searchLibraryElements: Array<{
2140
+ id: string
2141
+ qname: string
2142
+ namespace: string | null
2143
+ name: string
2144
+ classification: string | null
2145
+ balanceType: string
2146
+ periodType: string
2147
+ isAbstract: boolean
2148
+ isMonetary: boolean
2149
+ elementType: string
2150
+ source: string
2151
+ taxonomyId: string | null
2152
+ parentId: string | null
2153
+ labels: Array<{ role: string; language: string; text: string }>
2154
+ references: Array<{ refType: string | null; citation: string; uri: string | null }>
2155
+ }>
2156
+ }
2157
+
2158
+ export type GetLibraryElementQueryVariables = Exact<{
2159
+ id: InputMaybe<Scalars['ID']['input']>
2160
+ qname: InputMaybe<Scalars['String']['input']>
2161
+ }>
2162
+
2163
+ export type GetLibraryElementQuery = {
2164
+ libraryElement: {
2165
+ id: string
2166
+ qname: string
2167
+ namespace: string | null
2168
+ name: string
2169
+ classification: string | null
2170
+ balanceType: string
2171
+ periodType: string
2172
+ isAbstract: boolean
2173
+ isMonetary: boolean
2174
+ elementType: string
2175
+ source: string
2176
+ taxonomyId: string | null
2177
+ parentId: string | null
2178
+ labels: Array<{ role: string; language: string; text: string }>
2179
+ references: Array<{ refType: string | null; citation: string; uri: string | null }>
2180
+ } | null
2181
+ }
2182
+
2183
+ export type ListLibraryTaxonomiesQueryVariables = Exact<{
2184
+ standard: InputMaybe<Scalars['String']['input']>
2185
+ includeElementCount?: Scalars['Boolean']['input']
2186
+ }>
2187
+
2188
+ export type ListLibraryTaxonomiesQuery = {
2189
+ libraryTaxonomies: Array<{
2190
+ id: string
2191
+ name: string
2192
+ description: string | null
2193
+ standard: string | null
2194
+ version: string | null
2195
+ namespaceUri: string | null
2196
+ taxonomyType: string
2197
+ isShared: boolean
2198
+ isActive: boolean
2199
+ isLocked: boolean
2200
+ elementCount: number | null
2201
+ }>
2202
+ }
2203
+
2204
+ export type GetLibraryTaxonomyQueryVariables = Exact<{
2205
+ id: InputMaybe<Scalars['ID']['input']>
2206
+ standard: InputMaybe<Scalars['String']['input']>
2207
+ version: InputMaybe<Scalars['String']['input']>
2208
+ includeElementCount?: Scalars['Boolean']['input']
2209
+ }>
2210
+
2211
+ export type GetLibraryTaxonomyQuery = {
2212
+ libraryTaxonomy: {
2213
+ id: string
2214
+ name: string
2215
+ description: string | null
2216
+ standard: string | null
2217
+ version: string | null
2218
+ namespaceUri: string | null
2219
+ taxonomyType: string
2220
+ isShared: boolean
2221
+ isActive: boolean
2222
+ isLocked: boolean
2223
+ elementCount: number | null
2224
+ } | null
2225
+ }
2226
+
1809
2227
  export const GetInvestorHoldingsDocument = {
1810
2228
  kind: 'Document',
1811
2229
  definitions: [
@@ -4489,3 +4907,836 @@ export const ListLedgerUnmappedElementsDocument = {
4489
4907
  ListLedgerUnmappedElementsQuery,
4490
4908
  ListLedgerUnmappedElementsQueryVariables
4491
4909
  >
4910
+ export const ListLibraryTaxonomyArcsDocument = {
4911
+ kind: 'Document',
4912
+ definitions: [
4913
+ {
4914
+ kind: 'OperationDefinition',
4915
+ operation: 'query',
4916
+ name: { kind: 'Name', value: 'ListLibraryTaxonomyArcs' },
4917
+ variableDefinitions: [
4918
+ {
4919
+ kind: 'VariableDefinition',
4920
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'taxonomyId' } },
4921
+ type: {
4922
+ kind: 'NonNullType',
4923
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'ID' } },
4924
+ },
4925
+ },
4926
+ {
4927
+ kind: 'VariableDefinition',
4928
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'associationType' } },
4929
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
4930
+ },
4931
+ {
4932
+ kind: 'VariableDefinition',
4933
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'limit' } },
4934
+ type: {
4935
+ kind: 'NonNullType',
4936
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'Int' } },
4937
+ },
4938
+ defaultValue: { kind: 'IntValue', value: '200' },
4939
+ },
4940
+ {
4941
+ kind: 'VariableDefinition',
4942
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'offset' } },
4943
+ type: {
4944
+ kind: 'NonNullType',
4945
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'Int' } },
4946
+ },
4947
+ defaultValue: { kind: 'IntValue', value: '0' },
4948
+ },
4949
+ ],
4950
+ selectionSet: {
4951
+ kind: 'SelectionSet',
4952
+ selections: [
4953
+ {
4954
+ kind: 'Field',
4955
+ name: { kind: 'Name', value: 'libraryTaxonomyArcCount' },
4956
+ arguments: [
4957
+ {
4958
+ kind: 'Argument',
4959
+ name: { kind: 'Name', value: 'taxonomyId' },
4960
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'taxonomyId' } },
4961
+ },
4962
+ ],
4963
+ },
4964
+ {
4965
+ kind: 'Field',
4966
+ name: { kind: 'Name', value: 'libraryTaxonomyArcs' },
4967
+ arguments: [
4968
+ {
4969
+ kind: 'Argument',
4970
+ name: { kind: 'Name', value: 'taxonomyId' },
4971
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'taxonomyId' } },
4972
+ },
4973
+ {
4974
+ kind: 'Argument',
4975
+ name: { kind: 'Name', value: 'associationType' },
4976
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'associationType' } },
4977
+ },
4978
+ {
4979
+ kind: 'Argument',
4980
+ name: { kind: 'Name', value: 'limit' },
4981
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'limit' } },
4982
+ },
4983
+ {
4984
+ kind: 'Argument',
4985
+ name: { kind: 'Name', value: 'offset' },
4986
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'offset' } },
4987
+ },
4988
+ ],
4989
+ selectionSet: {
4990
+ kind: 'SelectionSet',
4991
+ selections: [
4992
+ { kind: 'Field', name: { kind: 'Name', value: 'id' } },
4993
+ { kind: 'Field', name: { kind: 'Name', value: 'structureId' } },
4994
+ { kind: 'Field', name: { kind: 'Name', value: 'structureName' } },
4995
+ { kind: 'Field', name: { kind: 'Name', value: 'fromElementId' } },
4996
+ { kind: 'Field', name: { kind: 'Name', value: 'fromElementQname' } },
4997
+ { kind: 'Field', name: { kind: 'Name', value: 'fromElementName' } },
4998
+ { kind: 'Field', name: { kind: 'Name', value: 'toElementId' } },
4999
+ { kind: 'Field', name: { kind: 'Name', value: 'toElementQname' } },
5000
+ { kind: 'Field', name: { kind: 'Name', value: 'toElementName' } },
5001
+ { kind: 'Field', name: { kind: 'Name', value: 'associationType' } },
5002
+ { kind: 'Field', name: { kind: 'Name', value: 'arcrole' } },
5003
+ { kind: 'Field', name: { kind: 'Name', value: 'orderValue' } },
5004
+ { kind: 'Field', name: { kind: 'Name', value: 'weight' } },
5005
+ ],
5006
+ },
5007
+ },
5008
+ ],
5009
+ },
5010
+ },
5011
+ ],
5012
+ } as unknown as DocumentNode<ListLibraryTaxonomyArcsQuery, ListLibraryTaxonomyArcsQueryVariables>
5013
+ export const GetLibraryElementArcsDocument = {
5014
+ kind: 'Document',
5015
+ definitions: [
5016
+ {
5017
+ kind: 'OperationDefinition',
5018
+ operation: 'query',
5019
+ name: { kind: 'Name', value: 'GetLibraryElementArcs' },
5020
+ variableDefinitions: [
5021
+ {
5022
+ kind: 'VariableDefinition',
5023
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'id' } },
5024
+ type: {
5025
+ kind: 'NonNullType',
5026
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'ID' } },
5027
+ },
5028
+ },
5029
+ ],
5030
+ selectionSet: {
5031
+ kind: 'SelectionSet',
5032
+ selections: [
5033
+ {
5034
+ kind: 'Field',
5035
+ name: { kind: 'Name', value: 'libraryElementArcs' },
5036
+ arguments: [
5037
+ {
5038
+ kind: 'Argument',
5039
+ name: { kind: 'Name', value: 'id' },
5040
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'id' } },
5041
+ },
5042
+ ],
5043
+ selectionSet: {
5044
+ kind: 'SelectionSet',
5045
+ selections: [
5046
+ { kind: 'Field', name: { kind: 'Name', value: 'id' } },
5047
+ { kind: 'Field', name: { kind: 'Name', value: 'direction' } },
5048
+ { kind: 'Field', name: { kind: 'Name', value: 'associationType' } },
5049
+ { kind: 'Field', name: { kind: 'Name', value: 'arcrole' } },
5050
+ { kind: 'Field', name: { kind: 'Name', value: 'taxonomyId' } },
5051
+ { kind: 'Field', name: { kind: 'Name', value: 'taxonomyStandard' } },
5052
+ { kind: 'Field', name: { kind: 'Name', value: 'taxonomyName' } },
5053
+ { kind: 'Field', name: { kind: 'Name', value: 'structureId' } },
5054
+ { kind: 'Field', name: { kind: 'Name', value: 'structureName' } },
5055
+ {
5056
+ kind: 'Field',
5057
+ name: { kind: 'Name', value: 'peer' },
5058
+ selectionSet: {
5059
+ kind: 'SelectionSet',
5060
+ selections: [
5061
+ { kind: 'Field', name: { kind: 'Name', value: 'id' } },
5062
+ { kind: 'Field', name: { kind: 'Name', value: 'qname' } },
5063
+ { kind: 'Field', name: { kind: 'Name', value: 'name' } },
5064
+ { kind: 'Field', name: { kind: 'Name', value: 'classification' } },
5065
+ { kind: 'Field', name: { kind: 'Name', value: 'source' } },
5066
+ ],
5067
+ },
5068
+ },
5069
+ ],
5070
+ },
5071
+ },
5072
+ ],
5073
+ },
5074
+ },
5075
+ ],
5076
+ } as unknown as DocumentNode<GetLibraryElementArcsQuery, GetLibraryElementArcsQueryVariables>
5077
+ export const GetLibraryElementClassificationsDocument = {
5078
+ kind: 'Document',
5079
+ definitions: [
5080
+ {
5081
+ kind: 'OperationDefinition',
5082
+ operation: 'query',
5083
+ name: { kind: 'Name', value: 'GetLibraryElementClassifications' },
5084
+ variableDefinitions: [
5085
+ {
5086
+ kind: 'VariableDefinition',
5087
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'id' } },
5088
+ type: {
5089
+ kind: 'NonNullType',
5090
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'ID' } },
5091
+ },
5092
+ },
5093
+ ],
5094
+ selectionSet: {
5095
+ kind: 'SelectionSet',
5096
+ selections: [
5097
+ {
5098
+ kind: 'Field',
5099
+ name: { kind: 'Name', value: 'libraryElementClassifications' },
5100
+ arguments: [
5101
+ {
5102
+ kind: 'Argument',
5103
+ name: { kind: 'Name', value: 'id' },
5104
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'id' } },
5105
+ },
5106
+ ],
5107
+ selectionSet: {
5108
+ kind: 'SelectionSet',
5109
+ selections: [
5110
+ { kind: 'Field', name: { kind: 'Name', value: 'category' } },
5111
+ { kind: 'Field', name: { kind: 'Name', value: 'identifier' } },
5112
+ { kind: 'Field', name: { kind: 'Name', value: 'name' } },
5113
+ { kind: 'Field', name: { kind: 'Name', value: 'isPrimary' } },
5114
+ ],
5115
+ },
5116
+ },
5117
+ ],
5118
+ },
5119
+ },
5120
+ ],
5121
+ } as unknown as DocumentNode<
5122
+ GetLibraryElementClassificationsQuery,
5123
+ GetLibraryElementClassificationsQueryVariables
5124
+ >
5125
+ export const GetLibraryElementEquivalentsDocument = {
5126
+ kind: 'Document',
5127
+ definitions: [
5128
+ {
5129
+ kind: 'OperationDefinition',
5130
+ operation: 'query',
5131
+ name: { kind: 'Name', value: 'GetLibraryElementEquivalents' },
5132
+ variableDefinitions: [
5133
+ {
5134
+ kind: 'VariableDefinition',
5135
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'id' } },
5136
+ type: {
5137
+ kind: 'NonNullType',
5138
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'ID' } },
5139
+ },
5140
+ },
5141
+ ],
5142
+ selectionSet: {
5143
+ kind: 'SelectionSet',
5144
+ selections: [
5145
+ {
5146
+ kind: 'Field',
5147
+ name: { kind: 'Name', value: 'libraryElementEquivalents' },
5148
+ arguments: [
5149
+ {
5150
+ kind: 'Argument',
5151
+ name: { kind: 'Name', value: 'id' },
5152
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'id' } },
5153
+ },
5154
+ ],
5155
+ selectionSet: {
5156
+ kind: 'SelectionSet',
5157
+ selections: [
5158
+ {
5159
+ kind: 'Field',
5160
+ name: { kind: 'Name', value: 'element' },
5161
+ selectionSet: {
5162
+ kind: 'SelectionSet',
5163
+ selections: [
5164
+ { kind: 'Field', name: { kind: 'Name', value: 'id' } },
5165
+ { kind: 'Field', name: { kind: 'Name', value: 'qname' } },
5166
+ { kind: 'Field', name: { kind: 'Name', value: 'name' } },
5167
+ { kind: 'Field', name: { kind: 'Name', value: 'classification' } },
5168
+ { kind: 'Field', name: { kind: 'Name', value: 'source' } },
5169
+ ],
5170
+ },
5171
+ },
5172
+ {
5173
+ kind: 'Field',
5174
+ name: { kind: 'Name', value: 'equivalents' },
5175
+ selectionSet: {
5176
+ kind: 'SelectionSet',
5177
+ selections: [
5178
+ { kind: 'Field', name: { kind: 'Name', value: 'id' } },
5179
+ { kind: 'Field', name: { kind: 'Name', value: 'qname' } },
5180
+ { kind: 'Field', name: { kind: 'Name', value: 'name' } },
5181
+ { kind: 'Field', name: { kind: 'Name', value: 'classification' } },
5182
+ { kind: 'Field', name: { kind: 'Name', value: 'source' } },
5183
+ ],
5184
+ },
5185
+ },
5186
+ ],
5187
+ },
5188
+ },
5189
+ ],
5190
+ },
5191
+ },
5192
+ ],
5193
+ } as unknown as DocumentNode<
5194
+ GetLibraryElementEquivalentsQuery,
5195
+ GetLibraryElementEquivalentsQueryVariables
5196
+ >
5197
+ export const ListLibraryElementsDocument = {
5198
+ kind: 'Document',
5199
+ definitions: [
5200
+ {
5201
+ kind: 'OperationDefinition',
5202
+ operation: 'query',
5203
+ name: { kind: 'Name', value: 'ListLibraryElements' },
5204
+ variableDefinitions: [
5205
+ {
5206
+ kind: 'VariableDefinition',
5207
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'taxonomyId' } },
5208
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'ID' } },
5209
+ },
5210
+ {
5211
+ kind: 'VariableDefinition',
5212
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'source' } },
5213
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
5214
+ },
5215
+ {
5216
+ kind: 'VariableDefinition',
5217
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'classification' } },
5218
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
5219
+ },
5220
+ {
5221
+ kind: 'VariableDefinition',
5222
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'activityType' } },
5223
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
5224
+ },
5225
+ {
5226
+ kind: 'VariableDefinition',
5227
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'elementType' } },
5228
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
5229
+ },
5230
+ {
5231
+ kind: 'VariableDefinition',
5232
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'isAbstract' } },
5233
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'Boolean' } },
5234
+ },
5235
+ {
5236
+ kind: 'VariableDefinition',
5237
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'limit' } },
5238
+ type: {
5239
+ kind: 'NonNullType',
5240
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'Int' } },
5241
+ },
5242
+ defaultValue: { kind: 'IntValue', value: '50' },
5243
+ },
5244
+ {
5245
+ kind: 'VariableDefinition',
5246
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'offset' } },
5247
+ type: {
5248
+ kind: 'NonNullType',
5249
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'Int' } },
5250
+ },
5251
+ defaultValue: { kind: 'IntValue', value: '0' },
5252
+ },
5253
+ {
5254
+ kind: 'VariableDefinition',
5255
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'includeLabels' } },
5256
+ type: {
5257
+ kind: 'NonNullType',
5258
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'Boolean' } },
5259
+ },
5260
+ defaultValue: { kind: 'BooleanValue', value: false },
5261
+ },
5262
+ {
5263
+ kind: 'VariableDefinition',
5264
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'includeReferences' } },
5265
+ type: {
5266
+ kind: 'NonNullType',
5267
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'Boolean' } },
5268
+ },
5269
+ defaultValue: { kind: 'BooleanValue', value: false },
5270
+ },
5271
+ ],
5272
+ selectionSet: {
5273
+ kind: 'SelectionSet',
5274
+ selections: [
5275
+ {
5276
+ kind: 'Field',
5277
+ name: { kind: 'Name', value: 'libraryElements' },
5278
+ arguments: [
5279
+ {
5280
+ kind: 'Argument',
5281
+ name: { kind: 'Name', value: 'taxonomyId' },
5282
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'taxonomyId' } },
5283
+ },
5284
+ {
5285
+ kind: 'Argument',
5286
+ name: { kind: 'Name', value: 'source' },
5287
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'source' } },
5288
+ },
5289
+ {
5290
+ kind: 'Argument',
5291
+ name: { kind: 'Name', value: 'classification' },
5292
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'classification' } },
5293
+ },
5294
+ {
5295
+ kind: 'Argument',
5296
+ name: { kind: 'Name', value: 'activityType' },
5297
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'activityType' } },
5298
+ },
5299
+ {
5300
+ kind: 'Argument',
5301
+ name: { kind: 'Name', value: 'elementType' },
5302
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'elementType' } },
5303
+ },
5304
+ {
5305
+ kind: 'Argument',
5306
+ name: { kind: 'Name', value: 'isAbstract' },
5307
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'isAbstract' } },
5308
+ },
5309
+ {
5310
+ kind: 'Argument',
5311
+ name: { kind: 'Name', value: 'limit' },
5312
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'limit' } },
5313
+ },
5314
+ {
5315
+ kind: 'Argument',
5316
+ name: { kind: 'Name', value: 'offset' },
5317
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'offset' } },
5318
+ },
5319
+ {
5320
+ kind: 'Argument',
5321
+ name: { kind: 'Name', value: 'includeLabels' },
5322
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'includeLabels' } },
5323
+ },
5324
+ {
5325
+ kind: 'Argument',
5326
+ name: { kind: 'Name', value: 'includeReferences' },
5327
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'includeReferences' } },
5328
+ },
5329
+ ],
5330
+ selectionSet: {
5331
+ kind: 'SelectionSet',
5332
+ selections: [
5333
+ { kind: 'Field', name: { kind: 'Name', value: 'id' } },
5334
+ { kind: 'Field', name: { kind: 'Name', value: 'qname' } },
5335
+ { kind: 'Field', name: { kind: 'Name', value: 'namespace' } },
5336
+ { kind: 'Field', name: { kind: 'Name', value: 'name' } },
5337
+ { kind: 'Field', name: { kind: 'Name', value: 'classification' } },
5338
+ { kind: 'Field', name: { kind: 'Name', value: 'balanceType' } },
5339
+ { kind: 'Field', name: { kind: 'Name', value: 'periodType' } },
5340
+ { kind: 'Field', name: { kind: 'Name', value: 'isAbstract' } },
5341
+ { kind: 'Field', name: { kind: 'Name', value: 'isMonetary' } },
5342
+ { kind: 'Field', name: { kind: 'Name', value: 'elementType' } },
5343
+ { kind: 'Field', name: { kind: 'Name', value: 'source' } },
5344
+ { kind: 'Field', name: { kind: 'Name', value: 'taxonomyId' } },
5345
+ { kind: 'Field', name: { kind: 'Name', value: 'parentId' } },
5346
+ {
5347
+ kind: 'Field',
5348
+ name: { kind: 'Name', value: 'labels' },
5349
+ directives: [
5350
+ {
5351
+ kind: 'Directive',
5352
+ name: { kind: 'Name', value: 'include' },
5353
+ arguments: [
5354
+ {
5355
+ kind: 'Argument',
5356
+ name: { kind: 'Name', value: 'if' },
5357
+ value: {
5358
+ kind: 'Variable',
5359
+ name: { kind: 'Name', value: 'includeLabels' },
5360
+ },
5361
+ },
5362
+ ],
5363
+ },
5364
+ ],
5365
+ selectionSet: {
5366
+ kind: 'SelectionSet',
5367
+ selections: [
5368
+ { kind: 'Field', name: { kind: 'Name', value: 'role' } },
5369
+ { kind: 'Field', name: { kind: 'Name', value: 'language' } },
5370
+ { kind: 'Field', name: { kind: 'Name', value: 'text' } },
5371
+ ],
5372
+ },
5373
+ },
5374
+ {
5375
+ kind: 'Field',
5376
+ name: { kind: 'Name', value: 'references' },
5377
+ directives: [
5378
+ {
5379
+ kind: 'Directive',
5380
+ name: { kind: 'Name', value: 'include' },
5381
+ arguments: [
5382
+ {
5383
+ kind: 'Argument',
5384
+ name: { kind: 'Name', value: 'if' },
5385
+ value: {
5386
+ kind: 'Variable',
5387
+ name: { kind: 'Name', value: 'includeReferences' },
5388
+ },
5389
+ },
5390
+ ],
5391
+ },
5392
+ ],
5393
+ selectionSet: {
5394
+ kind: 'SelectionSet',
5395
+ selections: [
5396
+ { kind: 'Field', name: { kind: 'Name', value: 'refType' } },
5397
+ { kind: 'Field', name: { kind: 'Name', value: 'citation' } },
5398
+ { kind: 'Field', name: { kind: 'Name', value: 'uri' } },
5399
+ ],
5400
+ },
5401
+ },
5402
+ ],
5403
+ },
5404
+ },
5405
+ ],
5406
+ },
5407
+ },
5408
+ ],
5409
+ } as unknown as DocumentNode<ListLibraryElementsQuery, ListLibraryElementsQueryVariables>
5410
+ export const SearchLibraryElementsDocument = {
5411
+ kind: 'Document',
5412
+ definitions: [
5413
+ {
5414
+ kind: 'OperationDefinition',
5415
+ operation: 'query',
5416
+ name: { kind: 'Name', value: 'SearchLibraryElements' },
5417
+ variableDefinitions: [
5418
+ {
5419
+ kind: 'VariableDefinition',
5420
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'query' } },
5421
+ type: {
5422
+ kind: 'NonNullType',
5423
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
5424
+ },
5425
+ },
5426
+ {
5427
+ kind: 'VariableDefinition',
5428
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'source' } },
5429
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
5430
+ },
5431
+ {
5432
+ kind: 'VariableDefinition',
5433
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'limit' } },
5434
+ type: {
5435
+ kind: 'NonNullType',
5436
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'Int' } },
5437
+ },
5438
+ defaultValue: { kind: 'IntValue', value: '50' },
5439
+ },
5440
+ ],
5441
+ selectionSet: {
5442
+ kind: 'SelectionSet',
5443
+ selections: [
5444
+ {
5445
+ kind: 'Field',
5446
+ name: { kind: 'Name', value: 'searchLibraryElements' },
5447
+ arguments: [
5448
+ {
5449
+ kind: 'Argument',
5450
+ name: { kind: 'Name', value: 'query' },
5451
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'query' } },
5452
+ },
5453
+ {
5454
+ kind: 'Argument',
5455
+ name: { kind: 'Name', value: 'source' },
5456
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'source' } },
5457
+ },
5458
+ {
5459
+ kind: 'Argument',
5460
+ name: { kind: 'Name', value: 'limit' },
5461
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'limit' } },
5462
+ },
5463
+ ],
5464
+ selectionSet: {
5465
+ kind: 'SelectionSet',
5466
+ selections: [
5467
+ { kind: 'Field', name: { kind: 'Name', value: 'id' } },
5468
+ { kind: 'Field', name: { kind: 'Name', value: 'qname' } },
5469
+ { kind: 'Field', name: { kind: 'Name', value: 'namespace' } },
5470
+ { kind: 'Field', name: { kind: 'Name', value: 'name' } },
5471
+ { kind: 'Field', name: { kind: 'Name', value: 'classification' } },
5472
+ { kind: 'Field', name: { kind: 'Name', value: 'balanceType' } },
5473
+ { kind: 'Field', name: { kind: 'Name', value: 'periodType' } },
5474
+ { kind: 'Field', name: { kind: 'Name', value: 'isAbstract' } },
5475
+ { kind: 'Field', name: { kind: 'Name', value: 'isMonetary' } },
5476
+ { kind: 'Field', name: { kind: 'Name', value: 'elementType' } },
5477
+ { kind: 'Field', name: { kind: 'Name', value: 'source' } },
5478
+ { kind: 'Field', name: { kind: 'Name', value: 'taxonomyId' } },
5479
+ { kind: 'Field', name: { kind: 'Name', value: 'parentId' } },
5480
+ {
5481
+ kind: 'Field',
5482
+ name: { kind: 'Name', value: 'labels' },
5483
+ selectionSet: {
5484
+ kind: 'SelectionSet',
5485
+ selections: [
5486
+ { kind: 'Field', name: { kind: 'Name', value: 'role' } },
5487
+ { kind: 'Field', name: { kind: 'Name', value: 'language' } },
5488
+ { kind: 'Field', name: { kind: 'Name', value: 'text' } },
5489
+ ],
5490
+ },
5491
+ },
5492
+ {
5493
+ kind: 'Field',
5494
+ name: { kind: 'Name', value: 'references' },
5495
+ selectionSet: {
5496
+ kind: 'SelectionSet',
5497
+ selections: [
5498
+ { kind: 'Field', name: { kind: 'Name', value: 'refType' } },
5499
+ { kind: 'Field', name: { kind: 'Name', value: 'citation' } },
5500
+ { kind: 'Field', name: { kind: 'Name', value: 'uri' } },
5501
+ ],
5502
+ },
5503
+ },
5504
+ ],
5505
+ },
5506
+ },
5507
+ ],
5508
+ },
5509
+ },
5510
+ ],
5511
+ } as unknown as DocumentNode<SearchLibraryElementsQuery, SearchLibraryElementsQueryVariables>
5512
+ export const GetLibraryElementDocument = {
5513
+ kind: 'Document',
5514
+ definitions: [
5515
+ {
5516
+ kind: 'OperationDefinition',
5517
+ operation: 'query',
5518
+ name: { kind: 'Name', value: 'GetLibraryElement' },
5519
+ variableDefinitions: [
5520
+ {
5521
+ kind: 'VariableDefinition',
5522
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'id' } },
5523
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'ID' } },
5524
+ },
5525
+ {
5526
+ kind: 'VariableDefinition',
5527
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'qname' } },
5528
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
5529
+ },
5530
+ ],
5531
+ selectionSet: {
5532
+ kind: 'SelectionSet',
5533
+ selections: [
5534
+ {
5535
+ kind: 'Field',
5536
+ name: { kind: 'Name', value: 'libraryElement' },
5537
+ arguments: [
5538
+ {
5539
+ kind: 'Argument',
5540
+ name: { kind: 'Name', value: 'id' },
5541
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'id' } },
5542
+ },
5543
+ {
5544
+ kind: 'Argument',
5545
+ name: { kind: 'Name', value: 'qname' },
5546
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'qname' } },
5547
+ },
5548
+ ],
5549
+ selectionSet: {
5550
+ kind: 'SelectionSet',
5551
+ selections: [
5552
+ { kind: 'Field', name: { kind: 'Name', value: 'id' } },
5553
+ { kind: 'Field', name: { kind: 'Name', value: 'qname' } },
5554
+ { kind: 'Field', name: { kind: 'Name', value: 'namespace' } },
5555
+ { kind: 'Field', name: { kind: 'Name', value: 'name' } },
5556
+ { kind: 'Field', name: { kind: 'Name', value: 'classification' } },
5557
+ { kind: 'Field', name: { kind: 'Name', value: 'balanceType' } },
5558
+ { kind: 'Field', name: { kind: 'Name', value: 'periodType' } },
5559
+ { kind: 'Field', name: { kind: 'Name', value: 'isAbstract' } },
5560
+ { kind: 'Field', name: { kind: 'Name', value: 'isMonetary' } },
5561
+ { kind: 'Field', name: { kind: 'Name', value: 'elementType' } },
5562
+ { kind: 'Field', name: { kind: 'Name', value: 'source' } },
5563
+ { kind: 'Field', name: { kind: 'Name', value: 'taxonomyId' } },
5564
+ { kind: 'Field', name: { kind: 'Name', value: 'parentId' } },
5565
+ {
5566
+ kind: 'Field',
5567
+ name: { kind: 'Name', value: 'labels' },
5568
+ selectionSet: {
5569
+ kind: 'SelectionSet',
5570
+ selections: [
5571
+ { kind: 'Field', name: { kind: 'Name', value: 'role' } },
5572
+ { kind: 'Field', name: { kind: 'Name', value: 'language' } },
5573
+ { kind: 'Field', name: { kind: 'Name', value: 'text' } },
5574
+ ],
5575
+ },
5576
+ },
5577
+ {
5578
+ kind: 'Field',
5579
+ name: { kind: 'Name', value: 'references' },
5580
+ selectionSet: {
5581
+ kind: 'SelectionSet',
5582
+ selections: [
5583
+ { kind: 'Field', name: { kind: 'Name', value: 'refType' } },
5584
+ { kind: 'Field', name: { kind: 'Name', value: 'citation' } },
5585
+ { kind: 'Field', name: { kind: 'Name', value: 'uri' } },
5586
+ ],
5587
+ },
5588
+ },
5589
+ ],
5590
+ },
5591
+ },
5592
+ ],
5593
+ },
5594
+ },
5595
+ ],
5596
+ } as unknown as DocumentNode<GetLibraryElementQuery, GetLibraryElementQueryVariables>
5597
+ export const ListLibraryTaxonomiesDocument = {
5598
+ kind: 'Document',
5599
+ definitions: [
5600
+ {
5601
+ kind: 'OperationDefinition',
5602
+ operation: 'query',
5603
+ name: { kind: 'Name', value: 'ListLibraryTaxonomies' },
5604
+ variableDefinitions: [
5605
+ {
5606
+ kind: 'VariableDefinition',
5607
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'standard' } },
5608
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
5609
+ },
5610
+ {
5611
+ kind: 'VariableDefinition',
5612
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'includeElementCount' } },
5613
+ type: {
5614
+ kind: 'NonNullType',
5615
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'Boolean' } },
5616
+ },
5617
+ defaultValue: { kind: 'BooleanValue', value: false },
5618
+ },
5619
+ ],
5620
+ selectionSet: {
5621
+ kind: 'SelectionSet',
5622
+ selections: [
5623
+ {
5624
+ kind: 'Field',
5625
+ name: { kind: 'Name', value: 'libraryTaxonomies' },
5626
+ arguments: [
5627
+ {
5628
+ kind: 'Argument',
5629
+ name: { kind: 'Name', value: 'standard' },
5630
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'standard' } },
5631
+ },
5632
+ {
5633
+ kind: 'Argument',
5634
+ name: { kind: 'Name', value: 'includeElementCount' },
5635
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'includeElementCount' } },
5636
+ },
5637
+ ],
5638
+ selectionSet: {
5639
+ kind: 'SelectionSet',
5640
+ selections: [
5641
+ { kind: 'Field', name: { kind: 'Name', value: 'id' } },
5642
+ { kind: 'Field', name: { kind: 'Name', value: 'name' } },
5643
+ { kind: 'Field', name: { kind: 'Name', value: 'description' } },
5644
+ { kind: 'Field', name: { kind: 'Name', value: 'standard' } },
5645
+ { kind: 'Field', name: { kind: 'Name', value: 'version' } },
5646
+ { kind: 'Field', name: { kind: 'Name', value: 'namespaceUri' } },
5647
+ { kind: 'Field', name: { kind: 'Name', value: 'taxonomyType' } },
5648
+ { kind: 'Field', name: { kind: 'Name', value: 'isShared' } },
5649
+ { kind: 'Field', name: { kind: 'Name', value: 'isActive' } },
5650
+ { kind: 'Field', name: { kind: 'Name', value: 'isLocked' } },
5651
+ { kind: 'Field', name: { kind: 'Name', value: 'elementCount' } },
5652
+ ],
5653
+ },
5654
+ },
5655
+ ],
5656
+ },
5657
+ },
5658
+ ],
5659
+ } as unknown as DocumentNode<ListLibraryTaxonomiesQuery, ListLibraryTaxonomiesQueryVariables>
5660
+ export const GetLibraryTaxonomyDocument = {
5661
+ kind: 'Document',
5662
+ definitions: [
5663
+ {
5664
+ kind: 'OperationDefinition',
5665
+ operation: 'query',
5666
+ name: { kind: 'Name', value: 'GetLibraryTaxonomy' },
5667
+ variableDefinitions: [
5668
+ {
5669
+ kind: 'VariableDefinition',
5670
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'id' } },
5671
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'ID' } },
5672
+ },
5673
+ {
5674
+ kind: 'VariableDefinition',
5675
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'standard' } },
5676
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
5677
+ },
5678
+ {
5679
+ kind: 'VariableDefinition',
5680
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'version' } },
5681
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
5682
+ },
5683
+ {
5684
+ kind: 'VariableDefinition',
5685
+ variable: { kind: 'Variable', name: { kind: 'Name', value: 'includeElementCount' } },
5686
+ type: {
5687
+ kind: 'NonNullType',
5688
+ type: { kind: 'NamedType', name: { kind: 'Name', value: 'Boolean' } },
5689
+ },
5690
+ defaultValue: { kind: 'BooleanValue', value: false },
5691
+ },
5692
+ ],
5693
+ selectionSet: {
5694
+ kind: 'SelectionSet',
5695
+ selections: [
5696
+ {
5697
+ kind: 'Field',
5698
+ name: { kind: 'Name', value: 'libraryTaxonomy' },
5699
+ arguments: [
5700
+ {
5701
+ kind: 'Argument',
5702
+ name: { kind: 'Name', value: 'id' },
5703
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'id' } },
5704
+ },
5705
+ {
5706
+ kind: 'Argument',
5707
+ name: { kind: 'Name', value: 'standard' },
5708
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'standard' } },
5709
+ },
5710
+ {
5711
+ kind: 'Argument',
5712
+ name: { kind: 'Name', value: 'version' },
5713
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'version' } },
5714
+ },
5715
+ {
5716
+ kind: 'Argument',
5717
+ name: { kind: 'Name', value: 'includeElementCount' },
5718
+ value: { kind: 'Variable', name: { kind: 'Name', value: 'includeElementCount' } },
5719
+ },
5720
+ ],
5721
+ selectionSet: {
5722
+ kind: 'SelectionSet',
5723
+ selections: [
5724
+ { kind: 'Field', name: { kind: 'Name', value: 'id' } },
5725
+ { kind: 'Field', name: { kind: 'Name', value: 'name' } },
5726
+ { kind: 'Field', name: { kind: 'Name', value: 'description' } },
5727
+ { kind: 'Field', name: { kind: 'Name', value: 'standard' } },
5728
+ { kind: 'Field', name: { kind: 'Name', value: 'version' } },
5729
+ { kind: 'Field', name: { kind: 'Name', value: 'namespaceUri' } },
5730
+ { kind: 'Field', name: { kind: 'Name', value: 'taxonomyType' } },
5731
+ { kind: 'Field', name: { kind: 'Name', value: 'isShared' } },
5732
+ { kind: 'Field', name: { kind: 'Name', value: 'isActive' } },
5733
+ { kind: 'Field', name: { kind: 'Name', value: 'isLocked' } },
5734
+ { kind: 'Field', name: { kind: 'Name', value: 'elementCount' } },
5735
+ ],
5736
+ },
5737
+ },
5738
+ ],
5739
+ },
5740
+ },
5741
+ ],
5742
+ } as unknown as DocumentNode<GetLibraryTaxonomyQuery, GetLibraryTaxonomyQueryVariables>