graphlit-client 1.0.20240719001 → 1.0.20240719002
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.
@@ -75,6 +75,7 @@ exports.GetAlert = (0, graphql_tag_1.default) `
|
|
75
75
|
id
|
76
76
|
name
|
77
77
|
creationDate
|
78
|
+
relevance
|
78
79
|
owner {
|
79
80
|
id
|
80
81
|
}
|
@@ -182,6 +183,7 @@ exports.QueryAlerts = (0, graphql_tag_1.default) `
|
|
182
183
|
id
|
183
184
|
name
|
184
185
|
creationDate
|
186
|
+
relevance
|
185
187
|
owner {
|
186
188
|
id
|
187
189
|
}
|
@@ -343,6 +345,7 @@ exports.GetCategory = (0, graphql_tag_1.default) `
|
|
343
345
|
name
|
344
346
|
description
|
345
347
|
creationDate
|
348
|
+
relevance
|
346
349
|
}
|
347
350
|
}
|
348
351
|
`;
|
@@ -354,6 +357,7 @@ exports.QueryCategories = (0, graphql_tag_1.default) `
|
|
354
357
|
name
|
355
358
|
description
|
356
359
|
creationDate
|
360
|
+
relevance
|
357
361
|
}
|
358
362
|
}
|
359
363
|
}
|
@@ -431,6 +435,7 @@ exports.GetCollection = (0, graphql_tag_1.default) `
|
|
431
435
|
id
|
432
436
|
name
|
433
437
|
creationDate
|
438
|
+
relevance
|
434
439
|
owner {
|
435
440
|
id
|
436
441
|
}
|
@@ -450,6 +455,7 @@ exports.QueryCollections = (0, graphql_tag_1.default) `
|
|
450
455
|
id
|
451
456
|
name
|
452
457
|
creationDate
|
458
|
+
relevance
|
453
459
|
owner {
|
454
460
|
id
|
455
461
|
}
|
@@ -550,6 +556,7 @@ exports.GetContent = (0, graphql_tag_1.default) `
|
|
550
556
|
id
|
551
557
|
name
|
552
558
|
creationDate
|
559
|
+
relevance
|
553
560
|
owner {
|
554
561
|
id
|
555
562
|
}
|
@@ -559,7 +566,6 @@ exports.GetContent = (0, graphql_tag_1.default) `
|
|
559
566
|
workflowDuration
|
560
567
|
uri
|
561
568
|
description
|
562
|
-
relevance
|
563
569
|
markdown
|
564
570
|
address {
|
565
571
|
streetAddress
|
@@ -932,6 +938,7 @@ exports.QueryContents = (0, graphql_tag_1.default) `
|
|
932
938
|
id
|
933
939
|
name
|
934
940
|
creationDate
|
941
|
+
relevance
|
935
942
|
owner {
|
936
943
|
id
|
937
944
|
}
|
@@ -941,7 +948,6 @@ exports.QueryContents = (0, graphql_tag_1.default) `
|
|
941
948
|
workflowDuration
|
942
949
|
uri
|
943
950
|
description
|
944
|
-
relevance
|
945
951
|
markdown
|
946
952
|
address {
|
947
953
|
streetAddress
|
@@ -1171,6 +1177,7 @@ exports.QueryContentsFacets = (0, graphql_tag_1.default) `
|
|
1171
1177
|
id
|
1172
1178
|
name
|
1173
1179
|
creationDate
|
1180
|
+
relevance
|
1174
1181
|
owner {
|
1175
1182
|
id
|
1176
1183
|
}
|
@@ -1180,7 +1187,6 @@ exports.QueryContentsFacets = (0, graphql_tag_1.default) `
|
|
1180
1187
|
workflowDuration
|
1181
1188
|
uri
|
1182
1189
|
description
|
1183
|
-
relevance
|
1184
1190
|
markdown
|
1185
1191
|
address {
|
1186
1192
|
streetAddress
|
@@ -1550,6 +1556,7 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
1550
1556
|
id
|
1551
1557
|
name
|
1552
1558
|
creationDate
|
1559
|
+
relevance
|
1553
1560
|
owner {
|
1554
1561
|
id
|
1555
1562
|
}
|
@@ -1743,7 +1750,6 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
1743
1750
|
}
|
1744
1751
|
}
|
1745
1752
|
}
|
1746
|
-
relevance
|
1747
1753
|
}
|
1748
1754
|
}
|
1749
1755
|
`;
|
@@ -1937,6 +1943,7 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
|
|
1937
1943
|
id
|
1938
1944
|
name
|
1939
1945
|
creationDate
|
1946
|
+
relevance
|
1940
1947
|
owner {
|
1941
1948
|
id
|
1942
1949
|
}
|
@@ -2130,7 +2137,6 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
|
|
2130
2137
|
}
|
2131
2138
|
}
|
2132
2139
|
}
|
2133
|
-
relevance
|
2134
2140
|
}
|
2135
2141
|
}
|
2136
2142
|
}
|
@@ -2335,6 +2341,7 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
2335
2341
|
id
|
2336
2342
|
name
|
2337
2343
|
creationDate
|
2344
|
+
relevance
|
2338
2345
|
owner {
|
2339
2346
|
id
|
2340
2347
|
}
|
@@ -2506,6 +2513,7 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
2506
2513
|
id
|
2507
2514
|
name
|
2508
2515
|
creationDate
|
2516
|
+
relevance
|
2509
2517
|
owner {
|
2510
2518
|
id
|
2511
2519
|
}
|
@@ -2775,6 +2783,7 @@ exports.GetLabel = (0, graphql_tag_1.default) `
|
|
2775
2783
|
name
|
2776
2784
|
description
|
2777
2785
|
creationDate
|
2786
|
+
relevance
|
2778
2787
|
}
|
2779
2788
|
}
|
2780
2789
|
`;
|
@@ -2786,6 +2795,7 @@ exports.QueryLabels = (0, graphql_tag_1.default) `
|
|
2786
2795
|
name
|
2787
2796
|
description
|
2788
2797
|
creationDate
|
2798
|
+
relevance
|
2789
2799
|
}
|
2790
2800
|
}
|
2791
2801
|
}
|
@@ -3591,6 +3601,7 @@ exports.GetSpecification = (0, graphql_tag_1.default) `
|
|
3591
3601
|
id
|
3592
3602
|
name
|
3593
3603
|
creationDate
|
3604
|
+
relevance
|
3594
3605
|
owner {
|
3595
3606
|
id
|
3596
3607
|
}
|
@@ -3818,6 +3829,7 @@ exports.QuerySpecifications = (0, graphql_tag_1.default) `
|
|
3818
3829
|
id
|
3819
3830
|
name
|
3820
3831
|
creationDate
|
3832
|
+
relevance
|
3821
3833
|
owner {
|
3822
3834
|
id
|
3823
3835
|
}
|
@@ -4083,6 +4095,7 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
|
|
4083
4095
|
id
|
4084
4096
|
name
|
4085
4097
|
creationDate
|
4098
|
+
relevance
|
4086
4099
|
owner {
|
4087
4100
|
id
|
4088
4101
|
}
|
@@ -4206,6 +4219,7 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
|
|
4206
4219
|
id
|
4207
4220
|
name
|
4208
4221
|
creationDate
|
4222
|
+
relevance
|
4209
4223
|
owner {
|
4210
4224
|
id
|
4211
4225
|
}
|
@@ -133,6 +133,8 @@ export type Alert = {
|
|
133
133
|
publishSpecification?: Maybe<EntityReference>;
|
134
134
|
/** The content publishing connector used by the alert. */
|
135
135
|
publishing: ContentPublishingConnector;
|
136
|
+
/** The relevance score of the alert. */
|
137
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
136
138
|
/** The alert schedule policy. */
|
137
139
|
schedulePolicy?: Maybe<AlertSchedulePolicy>;
|
138
140
|
/** The state of the alert (i.e. created, finished). */
|
@@ -766,6 +768,8 @@ export type Category = {
|
|
766
768
|
modifiedDate?: Maybe<Scalars['DateTime']['output']>;
|
767
769
|
/** The name of the category. */
|
768
770
|
name: Scalars['String']['output'];
|
771
|
+
/** The relevance score of the category. */
|
772
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
769
773
|
/** The state of the category (i.e. created, enabled). */
|
770
774
|
state: EntityState;
|
771
775
|
};
|
@@ -922,6 +926,8 @@ export type Collection = {
|
|
922
926
|
name: Scalars['String']['output'];
|
923
927
|
/** The owner of the collection. */
|
924
928
|
owner: Owner;
|
929
|
+
/** The relevance score of the collection. */
|
930
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
925
931
|
/** The state of the collection (i.e. created, finished). */
|
926
932
|
state: EntityState;
|
927
933
|
/** The collection type. */
|
@@ -2781,6 +2787,8 @@ export type Feed = {
|
|
2781
2787
|
readCount?: Maybe<Scalars['Int']['output']>;
|
2782
2788
|
/** The Reddit feed properties. */
|
2783
2789
|
reddit?: Maybe<RedditFeedProperties>;
|
2790
|
+
/** The relevance score of the feed. */
|
2791
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
2784
2792
|
/** The RSS feed properties. */
|
2785
2793
|
rss?: Maybe<RssFeedProperties>;
|
2786
2794
|
/** The feed schedule policy. */
|
@@ -3772,6 +3780,8 @@ export type Label = {
|
|
3772
3780
|
modifiedDate?: Maybe<Scalars['DateTime']['output']>;
|
3773
3781
|
/** The name of the label. */
|
3774
3782
|
name: Scalars['String']['output'];
|
3783
|
+
/** The relevance score of the label. */
|
3784
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
3775
3785
|
/** The state of the label (i.e. created, enabled). */
|
3776
3786
|
state: EntityState;
|
3777
3787
|
};
|
@@ -4080,6 +4090,8 @@ export type Metadata = {
|
|
4080
4090
|
name: Scalars['String']['output'];
|
4081
4091
|
/** The owner of the metadata. */
|
4082
4092
|
owner: Owner;
|
4093
|
+
/** The relevance score of the metadata. */
|
4094
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
4083
4095
|
/** The state of the metadata (i.e. created, finished). */
|
4084
4096
|
state: EntityState;
|
4085
4097
|
/** The metadata type. */
|
@@ -5153,6 +5165,8 @@ export type Observation = {
|
|
5153
5165
|
relatedType?: Maybe<ObservableTypes>;
|
5154
5166
|
/** The relationship between the observed entity and related entity, optional. */
|
5155
5167
|
relation?: Maybe<Scalars['String']['output']>;
|
5168
|
+
/** The relevance score of the observation. */
|
5169
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
5156
5170
|
/** The state of the observation (i.e. created, finished). */
|
5157
5171
|
state: EntityState;
|
5158
5172
|
/** The observed entity type. */
|
@@ -7211,6 +7225,8 @@ export type Rendition = {
|
|
7211
7225
|
owner: Owner;
|
7212
7226
|
/** The rendition relative path. */
|
7213
7227
|
relativePath?: Maybe<Scalars['String']['output']>;
|
7228
|
+
/** The relevance score of the rendition. */
|
7229
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
7214
7230
|
/** The state of the rendition (i.e. created, finished). */
|
7215
7231
|
state: EntityState;
|
7216
7232
|
/** The rendition type. */
|
@@ -7979,6 +7995,8 @@ export type Specification = {
|
|
7979
7995
|
owner: Owner;
|
7980
7996
|
/** The strategy for formatting the LLM user prompt. */
|
7981
7997
|
promptStrategy?: Maybe<PromptStrategy>;
|
7998
|
+
/** The relevance score of the specification. */
|
7999
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
7982
8000
|
/** The Replicate model properties. */
|
7983
8001
|
replicate?: Maybe<ReplicateModelProperties>;
|
7984
8002
|
/** The strategy for reranking the relevant content for the RAG conversation. */
|
@@ -8554,6 +8572,8 @@ export type Workflow = {
|
|
8554
8572
|
owner: Owner;
|
8555
8573
|
/** The preparation stage of the content workflow. */
|
8556
8574
|
preparation?: Maybe<PreparationWorkflowStage>;
|
8575
|
+
/** The relevance score of the workflow. */
|
8576
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
8557
8577
|
/** The state of the workflow (i.e. created, finished). */
|
8558
8578
|
state: EntityState;
|
8559
8579
|
/** The storage stage of the content workflow. */
|
@@ -8781,6 +8801,7 @@ export type GetAlertQuery = {
|
|
8781
8801
|
id: string;
|
8782
8802
|
name: string;
|
8783
8803
|
creationDate: any;
|
8804
|
+
relevance?: number | null;
|
8784
8805
|
state: EntityState;
|
8785
8806
|
correlationId?: string | null;
|
8786
8807
|
type: AlertTypes;
|
@@ -8920,6 +8941,7 @@ export type QueryAlertsQuery = {
|
|
8920
8941
|
id: string;
|
8921
8942
|
name: string;
|
8922
8943
|
creationDate: any;
|
8944
|
+
relevance?: number | null;
|
8923
8945
|
state: EntityState;
|
8924
8946
|
correlationId?: string | null;
|
8925
8947
|
type: AlertTypes;
|
@@ -9129,6 +9151,7 @@ export type GetCategoryQuery = {
|
|
9129
9151
|
name: string;
|
9130
9152
|
description?: string | null;
|
9131
9153
|
creationDate: any;
|
9154
|
+
relevance?: number | null;
|
9132
9155
|
} | null;
|
9133
9156
|
};
|
9134
9157
|
export type QueryCategoriesQueryVariables = Exact<{
|
@@ -9144,6 +9167,7 @@ export type QueryCategoriesQuery = {
|
|
9144
9167
|
name: string;
|
9145
9168
|
description?: string | null;
|
9146
9169
|
creationDate: any;
|
9170
|
+
relevance?: number | null;
|
9147
9171
|
} | null> | null;
|
9148
9172
|
} | null;
|
9149
9173
|
};
|
@@ -9246,6 +9270,7 @@ export type GetCollectionQuery = {
|
|
9246
9270
|
id: string;
|
9247
9271
|
name: string;
|
9248
9272
|
creationDate: any;
|
9273
|
+
relevance?: number | null;
|
9249
9274
|
state: EntityState;
|
9250
9275
|
type?: CollectionTypes | null;
|
9251
9276
|
owner: {
|
@@ -9271,6 +9296,7 @@ export type QueryCollectionsQuery = {
|
|
9271
9296
|
id: string;
|
9272
9297
|
name: string;
|
9273
9298
|
creationDate: any;
|
9299
|
+
relevance?: number | null;
|
9274
9300
|
state: EntityState;
|
9275
9301
|
type?: CollectionTypes | null;
|
9276
9302
|
owner: {
|
@@ -9398,13 +9424,13 @@ export type GetContentQuery = {
|
|
9398
9424
|
id: string;
|
9399
9425
|
name: string;
|
9400
9426
|
creationDate: any;
|
9427
|
+
relevance?: number | null;
|
9401
9428
|
state: EntityState;
|
9402
9429
|
originalDate?: any | null;
|
9403
9430
|
finishedDate?: any | null;
|
9404
9431
|
workflowDuration?: any | null;
|
9405
9432
|
uri?: any | null;
|
9406
9433
|
description?: string | null;
|
9407
|
-
relevance?: number | null;
|
9408
9434
|
markdown?: string | null;
|
9409
9435
|
type?: ContentTypes | null;
|
9410
9436
|
fileType?: FileTypes | null;
|
@@ -9825,13 +9851,13 @@ export type QueryContentsQuery = {
|
|
9825
9851
|
id: string;
|
9826
9852
|
name: string;
|
9827
9853
|
creationDate: any;
|
9854
|
+
relevance?: number | null;
|
9828
9855
|
state: EntityState;
|
9829
9856
|
originalDate?: any | null;
|
9830
9857
|
finishedDate?: any | null;
|
9831
9858
|
workflowDuration?: any | null;
|
9832
9859
|
uri?: any | null;
|
9833
9860
|
description?: string | null;
|
9834
|
-
relevance?: number | null;
|
9835
9861
|
markdown?: string | null;
|
9836
9862
|
type?: ContentTypes | null;
|
9837
9863
|
fileType?: FileTypes | null;
|
@@ -10097,13 +10123,13 @@ export type QueryContentsFacetsQuery = {
|
|
10097
10123
|
id: string;
|
10098
10124
|
name: string;
|
10099
10125
|
creationDate: any;
|
10126
|
+
relevance?: number | null;
|
10100
10127
|
state: EntityState;
|
10101
10128
|
originalDate?: any | null;
|
10102
10129
|
finishedDate?: any | null;
|
10103
10130
|
workflowDuration?: any | null;
|
10104
10131
|
uri?: any | null;
|
10105
10132
|
description?: string | null;
|
10106
|
-
relevance?: number | null;
|
10107
10133
|
markdown?: string | null;
|
10108
10134
|
type?: ContentTypes | null;
|
10109
10135
|
fileType?: FileTypes | null;
|
@@ -10547,10 +10573,10 @@ export type GetConversationQuery = {
|
|
10547
10573
|
id: string;
|
10548
10574
|
name: string;
|
10549
10575
|
creationDate: any;
|
10576
|
+
relevance?: number | null;
|
10550
10577
|
state: EntityState;
|
10551
10578
|
correlationId?: string | null;
|
10552
10579
|
type?: ConversationTypes | null;
|
10553
|
-
relevance?: number | null;
|
10554
10580
|
owner: {
|
10555
10581
|
__typename?: 'Owner';
|
10556
10582
|
id: string;
|
@@ -10990,10 +11016,10 @@ export type QueryConversationsQuery = {
|
|
10990
11016
|
id: string;
|
10991
11017
|
name: string;
|
10992
11018
|
creationDate: any;
|
11019
|
+
relevance?: number | null;
|
10993
11020
|
state: EntityState;
|
10994
11021
|
correlationId?: string | null;
|
10995
11022
|
type?: ConversationTypes | null;
|
10996
|
-
relevance?: number | null;
|
10997
11023
|
owner: {
|
10998
11024
|
__typename?: 'Owner';
|
10999
11025
|
id: string;
|
@@ -11472,6 +11498,7 @@ export type GetFeedQuery = {
|
|
11472
11498
|
id: string;
|
11473
11499
|
name: string;
|
11474
11500
|
creationDate: any;
|
11501
|
+
relevance?: number | null;
|
11475
11502
|
state: EntityState;
|
11476
11503
|
correlationId?: string | null;
|
11477
11504
|
type: FeedTypes;
|
@@ -11678,6 +11705,7 @@ export type QueryFeedsQuery = {
|
|
11678
11705
|
id: string;
|
11679
11706
|
name: string;
|
11680
11707
|
creationDate: any;
|
11708
|
+
relevance?: number | null;
|
11681
11709
|
state: EntityState;
|
11682
11710
|
correlationId?: string | null;
|
11683
11711
|
type: FeedTypes;
|
@@ -12012,6 +12040,7 @@ export type GetLabelQuery = {
|
|
12012
12040
|
name: string;
|
12013
12041
|
description?: string | null;
|
12014
12042
|
creationDate: any;
|
12043
|
+
relevance?: number | null;
|
12015
12044
|
} | null;
|
12016
12045
|
};
|
12017
12046
|
export type QueryLabelsQueryVariables = Exact<{
|
@@ -12027,6 +12056,7 @@ export type QueryLabelsQuery = {
|
|
12027
12056
|
name: string;
|
12028
12057
|
description?: string | null;
|
12029
12058
|
creationDate: any;
|
12059
|
+
relevance?: number | null;
|
12030
12060
|
} | null> | null;
|
12031
12061
|
} | null;
|
12032
12062
|
};
|
@@ -13033,6 +13063,7 @@ export type GetSpecificationQuery = {
|
|
13033
13063
|
id: string;
|
13034
13064
|
name: string;
|
13035
13065
|
creationDate: any;
|
13066
|
+
relevance?: number | null;
|
13036
13067
|
state: EntityState;
|
13037
13068
|
type?: SpecificationTypes | null;
|
13038
13069
|
serviceType?: ModelServiceTypes | null;
|
@@ -13289,6 +13320,7 @@ export type QuerySpecificationsQuery = {
|
|
13289
13320
|
id: string;
|
13290
13321
|
name: string;
|
13291
13322
|
creationDate: any;
|
13323
|
+
relevance?: number | null;
|
13292
13324
|
state: EntityState;
|
13293
13325
|
type?: SpecificationTypes | null;
|
13294
13326
|
serviceType?: ModelServiceTypes | null;
|
@@ -13616,6 +13648,7 @@ export type GetWorkflowQuery = {
|
|
13616
13648
|
id: string;
|
13617
13649
|
name: string;
|
13618
13650
|
creationDate: any;
|
13651
|
+
relevance?: number | null;
|
13619
13652
|
state: EntityState;
|
13620
13653
|
owner: {
|
13621
13654
|
__typename?: 'Owner';
|
@@ -13773,6 +13806,7 @@ export type QueryWorkflowsQuery = {
|
|
13773
13806
|
id: string;
|
13774
13807
|
name: string;
|
13775
13808
|
creationDate: any;
|
13809
|
+
relevance?: number | null;
|
13776
13810
|
state: EntityState;
|
13777
13811
|
owner: {
|
13778
13812
|
__typename?: 'Owner';
|