graphlit-client 1.0.20260102003-dev → 1.0.20260104001-dev
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.
|
@@ -1626,6 +1626,32 @@ export const GetContent = gql `
|
|
|
1626
1626
|
folderCount
|
|
1627
1627
|
isEncrypted
|
|
1628
1628
|
}
|
|
1629
|
+
meeting {
|
|
1630
|
+
title
|
|
1631
|
+
duration
|
|
1632
|
+
summary
|
|
1633
|
+
actionItems
|
|
1634
|
+
keywords
|
|
1635
|
+
organizer {
|
|
1636
|
+
name
|
|
1637
|
+
email
|
|
1638
|
+
givenName
|
|
1639
|
+
familyName
|
|
1640
|
+
}
|
|
1641
|
+
participants {
|
|
1642
|
+
name
|
|
1643
|
+
email
|
|
1644
|
+
givenName
|
|
1645
|
+
familyName
|
|
1646
|
+
}
|
|
1647
|
+
source
|
|
1648
|
+
externalId
|
|
1649
|
+
}
|
|
1650
|
+
transcript {
|
|
1651
|
+
duration
|
|
1652
|
+
segmentCount
|
|
1653
|
+
speakerCount
|
|
1654
|
+
}
|
|
1629
1655
|
language {
|
|
1630
1656
|
languages
|
|
1631
1657
|
}
|
|
@@ -2457,6 +2483,32 @@ export const LookupContents = gql `
|
|
|
2457
2483
|
folderCount
|
|
2458
2484
|
isEncrypted
|
|
2459
2485
|
}
|
|
2486
|
+
meeting {
|
|
2487
|
+
title
|
|
2488
|
+
duration
|
|
2489
|
+
summary
|
|
2490
|
+
actionItems
|
|
2491
|
+
keywords
|
|
2492
|
+
organizer {
|
|
2493
|
+
name
|
|
2494
|
+
email
|
|
2495
|
+
givenName
|
|
2496
|
+
familyName
|
|
2497
|
+
}
|
|
2498
|
+
participants {
|
|
2499
|
+
name
|
|
2500
|
+
email
|
|
2501
|
+
givenName
|
|
2502
|
+
familyName
|
|
2503
|
+
}
|
|
2504
|
+
source
|
|
2505
|
+
externalId
|
|
2506
|
+
}
|
|
2507
|
+
transcript {
|
|
2508
|
+
duration
|
|
2509
|
+
segmentCount
|
|
2510
|
+
speakerCount
|
|
2511
|
+
}
|
|
2460
2512
|
language {
|
|
2461
2513
|
languages
|
|
2462
2514
|
}
|
|
@@ -3149,6 +3201,32 @@ export const QueryContents = gql `
|
|
|
3149
3201
|
folderCount
|
|
3150
3202
|
isEncrypted
|
|
3151
3203
|
}
|
|
3204
|
+
meeting {
|
|
3205
|
+
title
|
|
3206
|
+
duration
|
|
3207
|
+
summary
|
|
3208
|
+
actionItems
|
|
3209
|
+
keywords
|
|
3210
|
+
organizer {
|
|
3211
|
+
name
|
|
3212
|
+
email
|
|
3213
|
+
givenName
|
|
3214
|
+
familyName
|
|
3215
|
+
}
|
|
3216
|
+
participants {
|
|
3217
|
+
name
|
|
3218
|
+
email
|
|
3219
|
+
givenName
|
|
3220
|
+
familyName
|
|
3221
|
+
}
|
|
3222
|
+
source
|
|
3223
|
+
externalId
|
|
3224
|
+
}
|
|
3225
|
+
transcript {
|
|
3226
|
+
duration
|
|
3227
|
+
segmentCount
|
|
3228
|
+
speakerCount
|
|
3229
|
+
}
|
|
3152
3230
|
language {
|
|
3153
3231
|
languages
|
|
3154
3232
|
}
|
|
@@ -3551,6 +3629,32 @@ export const QueryContentsObservations = gql `
|
|
|
3551
3629
|
folderCount
|
|
3552
3630
|
isEncrypted
|
|
3553
3631
|
}
|
|
3632
|
+
meeting {
|
|
3633
|
+
title
|
|
3634
|
+
duration
|
|
3635
|
+
summary
|
|
3636
|
+
actionItems
|
|
3637
|
+
keywords
|
|
3638
|
+
organizer {
|
|
3639
|
+
name
|
|
3640
|
+
email
|
|
3641
|
+
givenName
|
|
3642
|
+
familyName
|
|
3643
|
+
}
|
|
3644
|
+
participants {
|
|
3645
|
+
name
|
|
3646
|
+
email
|
|
3647
|
+
givenName
|
|
3648
|
+
familyName
|
|
3649
|
+
}
|
|
3650
|
+
source
|
|
3651
|
+
externalId
|
|
3652
|
+
}
|
|
3653
|
+
transcript {
|
|
3654
|
+
duration
|
|
3655
|
+
segmentCount
|
|
3656
|
+
speakerCount
|
|
3657
|
+
}
|
|
3554
3658
|
language {
|
|
3555
3659
|
languages
|
|
3556
3660
|
}
|
|
@@ -2198,6 +2198,8 @@ export type Content = {
|
|
|
2198
2198
|
markdown?: Maybe<Scalars['String']['output']>;
|
|
2199
2199
|
/** The master rendition URI of the content. This references a cached rendition of the source content. */
|
|
2200
2200
|
masterUri?: Maybe<Scalars['URL']['output']>;
|
|
2201
|
+
/** The content meeting metadata. */
|
|
2202
|
+
meeting?: Maybe<MeetingMetadata>;
|
|
2201
2203
|
/** The content message metadata. */
|
|
2202
2204
|
message?: Maybe<MessageMetadata>;
|
|
2203
2205
|
/** The metadata indexed from this content. */
|
|
@@ -2263,6 +2265,8 @@ export type Content = {
|
|
|
2263
2265
|
text?: Maybe<Scalars['String']['output']>;
|
|
2264
2266
|
/** The text mezzanine rendition URI of the content. This will reference a JSON rendition of extracted text and tables from the content. */
|
|
2265
2267
|
textUri?: Maybe<Scalars['URL']['output']>;
|
|
2268
|
+
/** The content transcript metadata. */
|
|
2269
|
+
transcript?: Maybe<TranscriptMetadata>;
|
|
2266
2270
|
/** The text transcript rendition URI of the content. For audio and video files, this will reference a JSON rendition of transcribed audio segments from the content. */
|
|
2267
2271
|
transcriptUri?: Maybe<Scalars['URL']['output']>;
|
|
2268
2272
|
/** The content type. */
|
|
@@ -5211,8 +5215,6 @@ export type Feed = {
|
|
|
5211
5215
|
type: FeedTypes;
|
|
5212
5216
|
/** The web feed properties. */
|
|
5213
5217
|
web?: Maybe<WebFeedProperties>;
|
|
5214
|
-
/** The webhook URI for real-time message ingestion. Only returned for Slack feeds with MONITOR schedule. */
|
|
5215
|
-
webhookUri?: Maybe<Scalars['URL']['output']>;
|
|
5216
5218
|
workflow?: Maybe<Workflow>;
|
|
5217
5219
|
/** The YouTube feed properties. */
|
|
5218
5220
|
youtube?: Maybe<YouTubeFeedProperties>;
|
|
@@ -10248,6 +10250,28 @@ export type MeetingFeedPropertiesUpdateInput = {
|
|
|
10248
10250
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
10249
10251
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
10250
10252
|
};
|
|
10253
|
+
/** Represents meeting metadata. */
|
|
10254
|
+
export type MeetingMetadata = {
|
|
10255
|
+
__typename?: 'MeetingMetadata';
|
|
10256
|
+
/** The meeting action items. */
|
|
10257
|
+
actionItems?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
10258
|
+
/** The meeting duration. */
|
|
10259
|
+
duration?: Maybe<Scalars['TimeSpan']['output']>;
|
|
10260
|
+
/** The external identifier from the source system. */
|
|
10261
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
10262
|
+
/** The meeting keywords. */
|
|
10263
|
+
keywords?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
10264
|
+
/** The meeting organizer(s). */
|
|
10265
|
+
organizer?: Maybe<Array<Maybe<PersonReference>>>;
|
|
10266
|
+
/** The meeting participants. */
|
|
10267
|
+
participants?: Maybe<Array<Maybe<PersonReference>>>;
|
|
10268
|
+
/** The meeting source (e.g. Fireflies, Zoom). */
|
|
10269
|
+
source?: Maybe<Scalars['String']['output']>;
|
|
10270
|
+
/** The meeting summary. */
|
|
10271
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
10272
|
+
/** The meeting title. */
|
|
10273
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
10274
|
+
};
|
|
10251
10275
|
/** Represents an entity mention in a fact. */
|
|
10252
10276
|
export type MentionReference = {
|
|
10253
10277
|
__typename?: 'MentionReference';
|
|
@@ -18168,6 +18192,16 @@ export type ToolDefinitionInput = {
|
|
|
18168
18192
|
/** The tool schema. */
|
|
18169
18193
|
schema: Scalars['String']['input'];
|
|
18170
18194
|
};
|
|
18195
|
+
/** Represents transcript metadata. */
|
|
18196
|
+
export type TranscriptMetadata = {
|
|
18197
|
+
__typename?: 'TranscriptMetadata';
|
|
18198
|
+
/** The transcript duration. */
|
|
18199
|
+
duration?: Maybe<Scalars['TimeSpan']['output']>;
|
|
18200
|
+
/** The number of transcript segments/cues. */
|
|
18201
|
+
segmentCount?: Maybe<Scalars['Int']['output']>;
|
|
18202
|
+
/** The number of distinct speakers. */
|
|
18203
|
+
speakerCount?: Maybe<Scalars['Int']['output']>;
|
|
18204
|
+
};
|
|
18171
18205
|
/** Represents Trello feed properties. */
|
|
18172
18206
|
export type TrelloFeedProperties = {
|
|
18173
18207
|
__typename?: 'TrelloFeedProperties';
|
|
@@ -20957,6 +20991,36 @@ export type GetContentQuery = {
|
|
|
20957
20991
|
folderCount?: number | null;
|
|
20958
20992
|
isEncrypted?: boolean | null;
|
|
20959
20993
|
} | null;
|
|
20994
|
+
meeting?: {
|
|
20995
|
+
__typename?: 'MeetingMetadata';
|
|
20996
|
+
title?: string | null;
|
|
20997
|
+
duration?: any | null;
|
|
20998
|
+
summary?: string | null;
|
|
20999
|
+
actionItems?: Array<string | null> | null;
|
|
21000
|
+
keywords?: Array<string | null> | null;
|
|
21001
|
+
source?: string | null;
|
|
21002
|
+
externalId?: string | null;
|
|
21003
|
+
organizer?: Array<{
|
|
21004
|
+
__typename?: 'PersonReference';
|
|
21005
|
+
name?: string | null;
|
|
21006
|
+
email?: string | null;
|
|
21007
|
+
givenName?: string | null;
|
|
21008
|
+
familyName?: string | null;
|
|
21009
|
+
} | null> | null;
|
|
21010
|
+
participants?: Array<{
|
|
21011
|
+
__typename?: 'PersonReference';
|
|
21012
|
+
name?: string | null;
|
|
21013
|
+
email?: string | null;
|
|
21014
|
+
givenName?: string | null;
|
|
21015
|
+
familyName?: string | null;
|
|
21016
|
+
} | null> | null;
|
|
21017
|
+
} | null;
|
|
21018
|
+
transcript?: {
|
|
21019
|
+
__typename?: 'TranscriptMetadata';
|
|
21020
|
+
duration?: any | null;
|
|
21021
|
+
segmentCount?: number | null;
|
|
21022
|
+
speakerCount?: number | null;
|
|
21023
|
+
} | null;
|
|
20960
21024
|
language?: {
|
|
20961
21025
|
__typename?: 'LanguageMetadata';
|
|
20962
21026
|
languages?: Array<string | null> | null;
|
|
@@ -21893,6 +21957,36 @@ export type LookupContentsQuery = {
|
|
|
21893
21957
|
folderCount?: number | null;
|
|
21894
21958
|
isEncrypted?: boolean | null;
|
|
21895
21959
|
} | null;
|
|
21960
|
+
meeting?: {
|
|
21961
|
+
__typename?: 'MeetingMetadata';
|
|
21962
|
+
title?: string | null;
|
|
21963
|
+
duration?: any | null;
|
|
21964
|
+
summary?: string | null;
|
|
21965
|
+
actionItems?: Array<string | null> | null;
|
|
21966
|
+
keywords?: Array<string | null> | null;
|
|
21967
|
+
source?: string | null;
|
|
21968
|
+
externalId?: string | null;
|
|
21969
|
+
organizer?: Array<{
|
|
21970
|
+
__typename?: 'PersonReference';
|
|
21971
|
+
name?: string | null;
|
|
21972
|
+
email?: string | null;
|
|
21973
|
+
givenName?: string | null;
|
|
21974
|
+
familyName?: string | null;
|
|
21975
|
+
} | null> | null;
|
|
21976
|
+
participants?: Array<{
|
|
21977
|
+
__typename?: 'PersonReference';
|
|
21978
|
+
name?: string | null;
|
|
21979
|
+
email?: string | null;
|
|
21980
|
+
givenName?: string | null;
|
|
21981
|
+
familyName?: string | null;
|
|
21982
|
+
} | null> | null;
|
|
21983
|
+
} | null;
|
|
21984
|
+
transcript?: {
|
|
21985
|
+
__typename?: 'TranscriptMetadata';
|
|
21986
|
+
duration?: any | null;
|
|
21987
|
+
segmentCount?: number | null;
|
|
21988
|
+
speakerCount?: number | null;
|
|
21989
|
+
} | null;
|
|
21896
21990
|
language?: {
|
|
21897
21991
|
__typename?: 'LanguageMetadata';
|
|
21898
21992
|
languages?: Array<string | null> | null;
|
|
@@ -22660,6 +22754,36 @@ export type QueryContentsQuery = {
|
|
|
22660
22754
|
folderCount?: number | null;
|
|
22661
22755
|
isEncrypted?: boolean | null;
|
|
22662
22756
|
} | null;
|
|
22757
|
+
meeting?: {
|
|
22758
|
+
__typename?: 'MeetingMetadata';
|
|
22759
|
+
title?: string | null;
|
|
22760
|
+
duration?: any | null;
|
|
22761
|
+
summary?: string | null;
|
|
22762
|
+
actionItems?: Array<string | null> | null;
|
|
22763
|
+
keywords?: Array<string | null> | null;
|
|
22764
|
+
source?: string | null;
|
|
22765
|
+
externalId?: string | null;
|
|
22766
|
+
organizer?: Array<{
|
|
22767
|
+
__typename?: 'PersonReference';
|
|
22768
|
+
name?: string | null;
|
|
22769
|
+
email?: string | null;
|
|
22770
|
+
givenName?: string | null;
|
|
22771
|
+
familyName?: string | null;
|
|
22772
|
+
} | null> | null;
|
|
22773
|
+
participants?: Array<{
|
|
22774
|
+
__typename?: 'PersonReference';
|
|
22775
|
+
name?: string | null;
|
|
22776
|
+
email?: string | null;
|
|
22777
|
+
givenName?: string | null;
|
|
22778
|
+
familyName?: string | null;
|
|
22779
|
+
} | null> | null;
|
|
22780
|
+
} | null;
|
|
22781
|
+
transcript?: {
|
|
22782
|
+
__typename?: 'TranscriptMetadata';
|
|
22783
|
+
duration?: any | null;
|
|
22784
|
+
segmentCount?: number | null;
|
|
22785
|
+
speakerCount?: number | null;
|
|
22786
|
+
} | null;
|
|
22663
22787
|
language?: {
|
|
22664
22788
|
__typename?: 'LanguageMetadata';
|
|
22665
22789
|
languages?: Array<string | null> | null;
|
|
@@ -23123,6 +23247,36 @@ export type QueryContentsObservationsQuery = {
|
|
|
23123
23247
|
folderCount?: number | null;
|
|
23124
23248
|
isEncrypted?: boolean | null;
|
|
23125
23249
|
} | null;
|
|
23250
|
+
meeting?: {
|
|
23251
|
+
__typename?: 'MeetingMetadata';
|
|
23252
|
+
title?: string | null;
|
|
23253
|
+
duration?: any | null;
|
|
23254
|
+
summary?: string | null;
|
|
23255
|
+
actionItems?: Array<string | null> | null;
|
|
23256
|
+
keywords?: Array<string | null> | null;
|
|
23257
|
+
source?: string | null;
|
|
23258
|
+
externalId?: string | null;
|
|
23259
|
+
organizer?: Array<{
|
|
23260
|
+
__typename?: 'PersonReference';
|
|
23261
|
+
name?: string | null;
|
|
23262
|
+
email?: string | null;
|
|
23263
|
+
givenName?: string | null;
|
|
23264
|
+
familyName?: string | null;
|
|
23265
|
+
} | null> | null;
|
|
23266
|
+
participants?: Array<{
|
|
23267
|
+
__typename?: 'PersonReference';
|
|
23268
|
+
name?: string | null;
|
|
23269
|
+
email?: string | null;
|
|
23270
|
+
givenName?: string | null;
|
|
23271
|
+
familyName?: string | null;
|
|
23272
|
+
} | null> | null;
|
|
23273
|
+
} | null;
|
|
23274
|
+
transcript?: {
|
|
23275
|
+
__typename?: 'TranscriptMetadata';
|
|
23276
|
+
duration?: any | null;
|
|
23277
|
+
segmentCount?: number | null;
|
|
23278
|
+
speakerCount?: number | null;
|
|
23279
|
+
} | null;
|
|
23126
23280
|
language?: {
|
|
23127
23281
|
__typename?: 'LanguageMetadata';
|
|
23128
23282
|
languages?: Array<string | null> | null;
|