graphlit-client 1.0.20250920001 → 1.0.20250921001
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.
|
@@ -894,6 +894,7 @@ export const DescribeEncodedImage = gql `
|
|
|
894
894
|
subject
|
|
895
895
|
summary
|
|
896
896
|
author
|
|
897
|
+
lastModifiedBy
|
|
897
898
|
publisher
|
|
898
899
|
description
|
|
899
900
|
keywords
|
|
@@ -1031,6 +1032,7 @@ export const DescribeImage = gql `
|
|
|
1031
1032
|
subject
|
|
1032
1033
|
summary
|
|
1033
1034
|
author
|
|
1035
|
+
lastModifiedBy
|
|
1034
1036
|
publisher
|
|
1035
1037
|
description
|
|
1036
1038
|
keywords
|
|
@@ -1180,6 +1182,7 @@ export const GetContent = gql `
|
|
|
1180
1182
|
fileExtension
|
|
1181
1183
|
fileName
|
|
1182
1184
|
fileSize
|
|
1185
|
+
relativeFolderPath
|
|
1183
1186
|
masterUri
|
|
1184
1187
|
imageUri
|
|
1185
1188
|
textUri
|
|
@@ -1250,6 +1253,7 @@ export const GetContent = gql `
|
|
|
1250
1253
|
subject
|
|
1251
1254
|
summary
|
|
1252
1255
|
author
|
|
1256
|
+
lastModifiedBy
|
|
1253
1257
|
publisher
|
|
1254
1258
|
description
|
|
1255
1259
|
keywords
|
|
@@ -1909,6 +1913,7 @@ export const LookupContents = gql `
|
|
|
1909
1913
|
fileExtension
|
|
1910
1914
|
fileName
|
|
1911
1915
|
fileSize
|
|
1916
|
+
relativeFolderPath
|
|
1912
1917
|
masterUri
|
|
1913
1918
|
imageUri
|
|
1914
1919
|
textUri
|
|
@@ -1979,6 +1984,7 @@ export const LookupContents = gql `
|
|
|
1979
1984
|
subject
|
|
1980
1985
|
summary
|
|
1981
1986
|
author
|
|
1987
|
+
lastModifiedBy
|
|
1982
1988
|
publisher
|
|
1983
1989
|
description
|
|
1984
1990
|
keywords
|
|
@@ -2284,6 +2290,7 @@ export const PublishContents = gql `
|
|
|
2284
2290
|
subject
|
|
2285
2291
|
summary
|
|
2286
2292
|
author
|
|
2293
|
+
lastModifiedBy
|
|
2287
2294
|
publisher
|
|
2288
2295
|
description
|
|
2289
2296
|
keywords
|
|
@@ -2410,6 +2417,7 @@ export const PublishText = gql `
|
|
|
2410
2417
|
subject
|
|
2411
2418
|
summary
|
|
2412
2419
|
author
|
|
2420
|
+
lastModifiedBy
|
|
2413
2421
|
publisher
|
|
2414
2422
|
description
|
|
2415
2423
|
keywords
|
|
@@ -2476,6 +2484,7 @@ export const QueryContents = gql `
|
|
|
2476
2484
|
fileExtension
|
|
2477
2485
|
fileName
|
|
2478
2486
|
fileSize
|
|
2487
|
+
relativeFolderPath
|
|
2479
2488
|
masterUri
|
|
2480
2489
|
imageUri
|
|
2481
2490
|
textUri
|
|
@@ -2546,6 +2555,7 @@ export const QueryContents = gql `
|
|
|
2546
2555
|
subject
|
|
2547
2556
|
summary
|
|
2548
2557
|
author
|
|
2558
|
+
lastModifiedBy
|
|
2549
2559
|
publisher
|
|
2550
2560
|
description
|
|
2551
2561
|
keywords
|
|
@@ -2789,6 +2799,7 @@ export const QueryContentsObservations = gql `
|
|
|
2789
2799
|
fileExtension
|
|
2790
2800
|
fileName
|
|
2791
2801
|
fileSize
|
|
2802
|
+
relativeFolderPath
|
|
2792
2803
|
masterUri
|
|
2793
2804
|
imageUri
|
|
2794
2805
|
textUri
|
|
@@ -2859,6 +2870,7 @@ export const QueryContentsObservations = gql `
|
|
|
2859
2870
|
subject
|
|
2860
2871
|
summary
|
|
2861
2872
|
author
|
|
2873
|
+
lastModifiedBy
|
|
2862
2874
|
publisher
|
|
2863
2875
|
description
|
|
2864
2876
|
keywords
|
|
@@ -3313,6 +3325,7 @@ export const AskGraphlit = gql `
|
|
|
3313
3325
|
subject
|
|
3314
3326
|
summary
|
|
3315
3327
|
author
|
|
3328
|
+
lastModifiedBy
|
|
3316
3329
|
publisher
|
|
3317
3330
|
description
|
|
3318
3331
|
keywords
|
|
@@ -3488,6 +3501,7 @@ export const CompleteConversation = gql `
|
|
|
3488
3501
|
subject
|
|
3489
3502
|
summary
|
|
3490
3503
|
author
|
|
3504
|
+
lastModifiedBy
|
|
3491
3505
|
publisher
|
|
3492
3506
|
description
|
|
3493
3507
|
keywords
|
|
@@ -3668,6 +3682,7 @@ export const CompleteConversation = gql `
|
|
|
3668
3682
|
subject
|
|
3669
3683
|
summary
|
|
3670
3684
|
author
|
|
3685
|
+
lastModifiedBy
|
|
3671
3686
|
publisher
|
|
3672
3687
|
description
|
|
3673
3688
|
keywords
|
|
@@ -3810,6 +3825,7 @@ export const ContinueConversation = gql `
|
|
|
3810
3825
|
subject
|
|
3811
3826
|
summary
|
|
3812
3827
|
author
|
|
3828
|
+
lastModifiedBy
|
|
3813
3829
|
publisher
|
|
3814
3830
|
description
|
|
3815
3831
|
keywords
|
|
@@ -3990,6 +4006,7 @@ export const ContinueConversation = gql `
|
|
|
3990
4006
|
subject
|
|
3991
4007
|
summary
|
|
3992
4008
|
author
|
|
4009
|
+
lastModifiedBy
|
|
3993
4010
|
publisher
|
|
3994
4011
|
description
|
|
3995
4012
|
keywords
|
|
@@ -4181,6 +4198,7 @@ export const FormatConversation = gql `
|
|
|
4181
4198
|
subject
|
|
4182
4199
|
summary
|
|
4183
4200
|
author
|
|
4201
|
+
lastModifiedBy
|
|
4184
4202
|
publisher
|
|
4185
4203
|
description
|
|
4186
4204
|
keywords
|
|
@@ -4361,6 +4379,7 @@ export const FormatConversation = gql `
|
|
|
4361
4379
|
subject
|
|
4362
4380
|
summary
|
|
4363
4381
|
author
|
|
4382
|
+
lastModifiedBy
|
|
4364
4383
|
publisher
|
|
4365
4384
|
description
|
|
4366
4385
|
keywords
|
|
@@ -4506,6 +4525,7 @@ export const GetConversation = gql `
|
|
|
4506
4525
|
subject
|
|
4507
4526
|
summary
|
|
4508
4527
|
author
|
|
4528
|
+
lastModifiedBy
|
|
4509
4529
|
publisher
|
|
4510
4530
|
description
|
|
4511
4531
|
keywords
|
|
@@ -4832,6 +4852,7 @@ export const Prompt = gql `
|
|
|
4832
4852
|
subject
|
|
4833
4853
|
summary
|
|
4834
4854
|
author
|
|
4855
|
+
lastModifiedBy
|
|
4835
4856
|
publisher
|
|
4836
4857
|
description
|
|
4837
4858
|
keywords
|
|
@@ -4981,6 +5002,7 @@ export const PromptConversation = gql `
|
|
|
4981
5002
|
subject
|
|
4982
5003
|
summary
|
|
4983
5004
|
author
|
|
5005
|
+
lastModifiedBy
|
|
4984
5006
|
publisher
|
|
4985
5007
|
description
|
|
4986
5008
|
keywords
|
|
@@ -5161,6 +5183,7 @@ export const PromptConversation = gql `
|
|
|
5161
5183
|
subject
|
|
5162
5184
|
summary
|
|
5163
5185
|
author
|
|
5186
|
+
lastModifiedBy
|
|
5164
5187
|
publisher
|
|
5165
5188
|
description
|
|
5166
5189
|
keywords
|
|
@@ -5299,6 +5322,7 @@ export const PublishConversation = gql `
|
|
|
5299
5322
|
subject
|
|
5300
5323
|
summary
|
|
5301
5324
|
author
|
|
5325
|
+
lastModifiedBy
|
|
5302
5326
|
publisher
|
|
5303
5327
|
description
|
|
5304
5328
|
keywords
|
|
@@ -5432,6 +5456,7 @@ export const QueryConversations = gql `
|
|
|
5432
5456
|
subject
|
|
5433
5457
|
summary
|
|
5434
5458
|
author
|
|
5459
|
+
lastModifiedBy
|
|
5435
5460
|
publisher
|
|
5436
5461
|
description
|
|
5437
5462
|
keywords
|
|
@@ -5809,6 +5834,7 @@ export const ReviseContent = gql `
|
|
|
5809
5834
|
subject
|
|
5810
5835
|
summary
|
|
5811
5836
|
author
|
|
5837
|
+
lastModifiedBy
|
|
5812
5838
|
publisher
|
|
5813
5839
|
description
|
|
5814
5840
|
keywords
|
|
@@ -5954,6 +5980,7 @@ export const ReviseEncodedImage = gql `
|
|
|
5954
5980
|
subject
|
|
5955
5981
|
summary
|
|
5956
5982
|
author
|
|
5983
|
+
lastModifiedBy
|
|
5957
5984
|
publisher
|
|
5958
5985
|
description
|
|
5959
5986
|
keywords
|
|
@@ -6098,6 +6125,7 @@ export const ReviseImage = gql `
|
|
|
6098
6125
|
subject
|
|
6099
6126
|
summary
|
|
6100
6127
|
author
|
|
6128
|
+
lastModifiedBy
|
|
6101
6129
|
publisher
|
|
6102
6130
|
description
|
|
6103
6131
|
keywords
|
|
@@ -6242,6 +6270,7 @@ export const ReviseText = gql `
|
|
|
6242
6270
|
subject
|
|
6243
6271
|
summary
|
|
6244
6272
|
author
|
|
6273
|
+
lastModifiedBy
|
|
6245
6274
|
publisher
|
|
6246
6275
|
description
|
|
6247
6276
|
keywords
|
|
@@ -6436,6 +6465,7 @@ export const CreateFeed = gql `
|
|
|
6436
6465
|
name
|
|
6437
6466
|
state
|
|
6438
6467
|
type
|
|
6468
|
+
syncMode
|
|
6439
6469
|
}
|
|
6440
6470
|
}
|
|
6441
6471
|
`;
|
|
@@ -6503,6 +6533,7 @@ export const GetFeed = gql `
|
|
|
6503
6533
|
state
|
|
6504
6534
|
correlationId
|
|
6505
6535
|
type
|
|
6536
|
+
syncMode
|
|
6506
6537
|
site {
|
|
6507
6538
|
siteType
|
|
6508
6539
|
type
|
|
@@ -6662,6 +6693,8 @@ export const GetFeed = gql `
|
|
|
6662
6693
|
calendar {
|
|
6663
6694
|
type
|
|
6664
6695
|
includeAttachments
|
|
6696
|
+
enableMeetingRecording
|
|
6697
|
+
meetingBotName
|
|
6665
6698
|
google {
|
|
6666
6699
|
calendarId
|
|
6667
6700
|
beforeDate
|
|
@@ -6843,6 +6876,7 @@ export const QueryFeeds = gql `
|
|
|
6843
6876
|
state
|
|
6844
6877
|
correlationId
|
|
6845
6878
|
type
|
|
6879
|
+
syncMode
|
|
6846
6880
|
site {
|
|
6847
6881
|
siteType
|
|
6848
6882
|
type
|
|
@@ -7002,6 +7036,8 @@ export const QueryFeeds = gql `
|
|
|
7002
7036
|
calendar {
|
|
7003
7037
|
type
|
|
7004
7038
|
includeAttachments
|
|
7039
|
+
enableMeetingRecording
|
|
7040
|
+
meetingBotName
|
|
7005
7041
|
google {
|
|
7006
7042
|
calendarId
|
|
7007
7043
|
beforeDate
|
|
@@ -7245,6 +7281,7 @@ export const UpdateFeed = gql `
|
|
|
7245
7281
|
name
|
|
7246
7282
|
state
|
|
7247
7283
|
type
|
|
7284
|
+
syncMode
|
|
7248
7285
|
}
|
|
7249
7286
|
}
|
|
7250
7287
|
`;
|
|
@@ -9466,6 +9503,7 @@ export const PromptSpecifications = gql `
|
|
|
9466
9503
|
subject
|
|
9467
9504
|
summary
|
|
9468
9505
|
author
|
|
9506
|
+
lastModifiedBy
|
|
9469
9507
|
publisher
|
|
9470
9508
|
description
|
|
9471
9509
|
keywords
|
|
@@ -1231,10 +1231,14 @@ export type CalendarFeedProperties = {
|
|
|
1231
1231
|
__typename?: 'CalendarFeedProperties';
|
|
1232
1232
|
/** Feed connector type. */
|
|
1233
1233
|
connectorType: FeedConnectorTypes;
|
|
1234
|
+
/** Enable automatic recording of meetings found in calendar events. */
|
|
1235
|
+
enableMeetingRecording?: Maybe<Scalars['Boolean']['output']>;
|
|
1234
1236
|
/** Google Calendar properties. */
|
|
1235
1237
|
google?: Maybe<GoogleCalendarFeedProperties>;
|
|
1236
1238
|
/** Should the calendar feed include attachments. */
|
|
1237
1239
|
includeAttachments?: Maybe<Scalars['Boolean']['output']>;
|
|
1240
|
+
/** Custom name for the meeting bot, defaults to 'Meeting Assistant'. */
|
|
1241
|
+
meetingBotName?: Maybe<Scalars['String']['output']>;
|
|
1238
1242
|
/** Microsoft Calendar properties. */
|
|
1239
1243
|
microsoft?: Maybe<MicrosoftCalendarFeedProperties>;
|
|
1240
1244
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
@@ -1244,10 +1248,14 @@ export type CalendarFeedProperties = {
|
|
|
1244
1248
|
};
|
|
1245
1249
|
/** Represents calendar feed properties. */
|
|
1246
1250
|
export type CalendarFeedPropertiesInput = {
|
|
1251
|
+
/** Enable automatic recording of meetings found in calendar events. */
|
|
1252
|
+
enableMeetingRecording?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1247
1253
|
/** Google Calendar properties. */
|
|
1248
1254
|
google?: InputMaybe<GoogleCalendarFeedPropertiesInput>;
|
|
1249
1255
|
/** Should the calendar feed include attachments. */
|
|
1250
1256
|
includeAttachments?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1257
|
+
/** Custom name for the meeting bot, defaults to 'Meeting Assistant'. */
|
|
1258
|
+
meetingBotName?: InputMaybe<Scalars['String']['input']>;
|
|
1251
1259
|
/** Microsoft Calendar properties. */
|
|
1252
1260
|
microsoft?: InputMaybe<MicrosoftCalendarFeedPropertiesInput>;
|
|
1253
1261
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
@@ -1257,10 +1265,14 @@ export type CalendarFeedPropertiesInput = {
|
|
|
1257
1265
|
};
|
|
1258
1266
|
/** Represents calendar feed properties. */
|
|
1259
1267
|
export type CalendarFeedPropertiesUpdateInput = {
|
|
1268
|
+
/** Enable automatic recording of meetings found in calendar events. */
|
|
1269
|
+
enableMeetingRecording?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1260
1270
|
/** Google Calendar properties. */
|
|
1261
1271
|
google?: InputMaybe<GoogleCalendarFeedPropertiesUpdateInput>;
|
|
1262
1272
|
/** Should the calendar feed include attachments. */
|
|
1263
1273
|
includeAttachments?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1274
|
+
/** Custom name for the meeting bot, defaults to 'Meeting Assistant'. */
|
|
1275
|
+
meetingBotName?: InputMaybe<Scalars['String']['input']>;
|
|
1264
1276
|
/** Microsoft Calendar properties. */
|
|
1265
1277
|
microsoft?: InputMaybe<MicrosoftCalendarFeedPropertiesUpdateInput>;
|
|
1266
1278
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
@@ -3145,6 +3157,8 @@ export type DocumentMetadata = {
|
|
|
3145
3157
|
isEncrypted?: Maybe<Scalars['Boolean']['output']>;
|
|
3146
3158
|
/** The document keywords. */
|
|
3147
3159
|
keywords?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
3160
|
+
/** The user who last modified the document. */
|
|
3161
|
+
lastModifiedBy?: Maybe<Scalars['String']['output']>;
|
|
3148
3162
|
/** The document line count. */
|
|
3149
3163
|
lineCount?: Maybe<Scalars['Int']['output']>;
|
|
3150
3164
|
/** The document hyperlinks. */
|
|
@@ -4281,6 +4295,8 @@ export type Feed = {
|
|
|
4281
4295
|
slack?: Maybe<SlackFeedProperties>;
|
|
4282
4296
|
/** The state of the feed (i.e. created, finished). */
|
|
4283
4297
|
state: EntityState;
|
|
4298
|
+
/** The feed sync mode. */
|
|
4299
|
+
syncMode?: Maybe<FeedSyncMode>;
|
|
4284
4300
|
/** The Twitter feed properties. */
|
|
4285
4301
|
twitter?: Maybe<TwitterFeedProperties>;
|
|
4286
4302
|
/** The feed type. */
|
|
@@ -4387,6 +4403,8 @@ export type FeedInput = {
|
|
|
4387
4403
|
site?: InputMaybe<SiteFeedPropertiesInput>;
|
|
4388
4404
|
/** The Slack feed properties. */
|
|
4389
4405
|
slack?: InputMaybe<SlackFeedPropertiesInput>;
|
|
4406
|
+
/** The feed sync mode. */
|
|
4407
|
+
syncMode?: InputMaybe<FeedSyncMode>;
|
|
4390
4408
|
/** The Twitter feed properties. */
|
|
4391
4409
|
twitter?: InputMaybe<TwitterFeedPropertiesInput>;
|
|
4392
4410
|
/** The feed type. */
|
|
@@ -4475,6 +4493,13 @@ export declare enum FeedServiceTypes {
|
|
|
4475
4493
|
/** Zendesk Tickets feed service */
|
|
4476
4494
|
ZendeskTickets = "ZENDESK_TICKETS"
|
|
4477
4495
|
}
|
|
4496
|
+
/** Feed sync mode */
|
|
4497
|
+
export declare enum FeedSyncMode {
|
|
4498
|
+
/** Archive mode - preserve all content, never delete */
|
|
4499
|
+
Archive = "ARCHIVE",
|
|
4500
|
+
/** Mirror mode - synchronize with source, including deletions */
|
|
4501
|
+
Mirror = "MIRROR"
|
|
4502
|
+
}
|
|
4478
4503
|
/** Feed type */
|
|
4479
4504
|
export declare enum FeedTypes {
|
|
4480
4505
|
/** Calendar feed */
|
|
@@ -4544,6 +4569,8 @@ export type FeedUpdateInput = {
|
|
|
4544
4569
|
site?: InputMaybe<SiteFeedPropertiesUpdateInput>;
|
|
4545
4570
|
/** The Slack feed properties. */
|
|
4546
4571
|
slack?: InputMaybe<SlackFeedPropertiesUpdateInput>;
|
|
4572
|
+
/** The feed sync mode. */
|
|
4573
|
+
syncMode?: InputMaybe<FeedSyncMode>;
|
|
4547
4574
|
/** The Twitter feed properties. */
|
|
4548
4575
|
twitter?: InputMaybe<TwitterFeedPropertiesUpdateInput>;
|
|
4549
4576
|
/** The feed type. */
|
|
@@ -16384,6 +16411,7 @@ export type DescribeEncodedImageMutation = {
|
|
|
16384
16411
|
subject?: string | null;
|
|
16385
16412
|
summary?: string | null;
|
|
16386
16413
|
author?: string | null;
|
|
16414
|
+
lastModifiedBy?: string | null;
|
|
16387
16415
|
publisher?: string | null;
|
|
16388
16416
|
description?: string | null;
|
|
16389
16417
|
keywords?: Array<string | null> | null;
|
|
@@ -16529,6 +16557,7 @@ export type DescribeImageMutation = {
|
|
|
16529
16557
|
subject?: string | null;
|
|
16530
16558
|
summary?: string | null;
|
|
16531
16559
|
author?: string | null;
|
|
16560
|
+
lastModifiedBy?: string | null;
|
|
16532
16561
|
publisher?: string | null;
|
|
16533
16562
|
description?: string | null;
|
|
16534
16563
|
keywords?: Array<string | null> | null;
|
|
@@ -16640,6 +16669,7 @@ export type GetContentQuery = {
|
|
|
16640
16669
|
fileExtension?: string | null;
|
|
16641
16670
|
fileName?: string | null;
|
|
16642
16671
|
fileSize?: any | null;
|
|
16672
|
+
relativeFolderPath?: string | null;
|
|
16643
16673
|
masterUri?: any | null;
|
|
16644
16674
|
imageUri?: any | null;
|
|
16645
16675
|
textUri?: any | null;
|
|
@@ -16751,6 +16781,7 @@ export type GetContentQuery = {
|
|
|
16751
16781
|
subject?: string | null;
|
|
16752
16782
|
summary?: string | null;
|
|
16753
16783
|
author?: string | null;
|
|
16784
|
+
lastModifiedBy?: string | null;
|
|
16754
16785
|
publisher?: string | null;
|
|
16755
16786
|
description?: string | null;
|
|
16756
16787
|
keywords?: Array<string | null> | null;
|
|
@@ -17463,6 +17494,7 @@ export type LookupContentsQuery = {
|
|
|
17463
17494
|
fileExtension?: string | null;
|
|
17464
17495
|
fileName?: string | null;
|
|
17465
17496
|
fileSize?: any | null;
|
|
17497
|
+
relativeFolderPath?: string | null;
|
|
17466
17498
|
masterUri?: any | null;
|
|
17467
17499
|
imageUri?: any | null;
|
|
17468
17500
|
textUri?: any | null;
|
|
@@ -17574,6 +17606,7 @@ export type LookupContentsQuery = {
|
|
|
17574
17606
|
subject?: string | null;
|
|
17575
17607
|
summary?: string | null;
|
|
17576
17608
|
author?: string | null;
|
|
17609
|
+
lastModifiedBy?: string | null;
|
|
17577
17610
|
publisher?: string | null;
|
|
17578
17611
|
description?: string | null;
|
|
17579
17612
|
keywords?: Array<string | null> | null;
|
|
@@ -17913,6 +17946,7 @@ export type PublishContentsMutation = {
|
|
|
17913
17946
|
subject?: string | null;
|
|
17914
17947
|
summary?: string | null;
|
|
17915
17948
|
author?: string | null;
|
|
17949
|
+
lastModifiedBy?: string | null;
|
|
17916
17950
|
publisher?: string | null;
|
|
17917
17951
|
description?: string | null;
|
|
17918
17952
|
keywords?: Array<string | null> | null;
|
|
@@ -18047,6 +18081,7 @@ export type PublishTextMutation = {
|
|
|
18047
18081
|
subject?: string | null;
|
|
18048
18082
|
summary?: string | null;
|
|
18049
18083
|
author?: string | null;
|
|
18084
|
+
lastModifiedBy?: string | null;
|
|
18050
18085
|
publisher?: string | null;
|
|
18051
18086
|
description?: string | null;
|
|
18052
18087
|
keywords?: Array<string | null> | null;
|
|
@@ -18106,6 +18141,7 @@ export type QueryContentsQuery = {
|
|
|
18106
18141
|
fileExtension?: string | null;
|
|
18107
18142
|
fileName?: string | null;
|
|
18108
18143
|
fileSize?: any | null;
|
|
18144
|
+
relativeFolderPath?: string | null;
|
|
18109
18145
|
masterUri?: any | null;
|
|
18110
18146
|
imageUri?: any | null;
|
|
18111
18147
|
textUri?: any | null;
|
|
@@ -18198,6 +18234,7 @@ export type QueryContentsQuery = {
|
|
|
18198
18234
|
subject?: string | null;
|
|
18199
18235
|
summary?: string | null;
|
|
18200
18236
|
author?: string | null;
|
|
18237
|
+
lastModifiedBy?: string | null;
|
|
18201
18238
|
publisher?: string | null;
|
|
18202
18239
|
description?: string | null;
|
|
18203
18240
|
keywords?: Array<string | null> | null;
|
|
@@ -18469,6 +18506,7 @@ export type QueryContentsObservationsQuery = {
|
|
|
18469
18506
|
fileExtension?: string | null;
|
|
18470
18507
|
fileName?: string | null;
|
|
18471
18508
|
fileSize?: any | null;
|
|
18509
|
+
relativeFolderPath?: string | null;
|
|
18472
18510
|
masterUri?: any | null;
|
|
18473
18511
|
imageUri?: any | null;
|
|
18474
18512
|
textUri?: any | null;
|
|
@@ -18562,6 +18600,7 @@ export type QueryContentsObservationsQuery = {
|
|
|
18562
18600
|
subject?: string | null;
|
|
18563
18601
|
summary?: string | null;
|
|
18564
18602
|
author?: string | null;
|
|
18603
|
+
lastModifiedBy?: string | null;
|
|
18565
18604
|
publisher?: string | null;
|
|
18566
18605
|
description?: string | null;
|
|
18567
18606
|
keywords?: Array<string | null> | null;
|
|
@@ -19097,6 +19136,7 @@ export type AskGraphlitMutation = {
|
|
|
19097
19136
|
subject?: string | null;
|
|
19098
19137
|
summary?: string | null;
|
|
19099
19138
|
author?: string | null;
|
|
19139
|
+
lastModifiedBy?: string | null;
|
|
19100
19140
|
publisher?: string | null;
|
|
19101
19141
|
description?: string | null;
|
|
19102
19142
|
keywords?: Array<string | null> | null;
|
|
@@ -19291,6 +19331,7 @@ export type CompleteConversationMutation = {
|
|
|
19291
19331
|
subject?: string | null;
|
|
19292
19332
|
summary?: string | null;
|
|
19293
19333
|
author?: string | null;
|
|
19334
|
+
lastModifiedBy?: string | null;
|
|
19294
19335
|
publisher?: string | null;
|
|
19295
19336
|
description?: string | null;
|
|
19296
19337
|
keywords?: Array<string | null> | null;
|
|
@@ -19486,6 +19527,7 @@ export type CompleteConversationMutation = {
|
|
|
19486
19527
|
subject?: string | null;
|
|
19487
19528
|
summary?: string | null;
|
|
19488
19529
|
author?: string | null;
|
|
19530
|
+
lastModifiedBy?: string | null;
|
|
19489
19531
|
publisher?: string | null;
|
|
19490
19532
|
description?: string | null;
|
|
19491
19533
|
keywords?: Array<string | null> | null;
|
|
@@ -19639,6 +19681,7 @@ export type ContinueConversationMutation = {
|
|
|
19639
19681
|
subject?: string | null;
|
|
19640
19682
|
summary?: string | null;
|
|
19641
19683
|
author?: string | null;
|
|
19684
|
+
lastModifiedBy?: string | null;
|
|
19642
19685
|
publisher?: string | null;
|
|
19643
19686
|
description?: string | null;
|
|
19644
19687
|
keywords?: Array<string | null> | null;
|
|
@@ -19834,6 +19877,7 @@ export type ContinueConversationMutation = {
|
|
|
19834
19877
|
subject?: string | null;
|
|
19835
19878
|
summary?: string | null;
|
|
19836
19879
|
author?: string | null;
|
|
19880
|
+
lastModifiedBy?: string | null;
|
|
19837
19881
|
publisher?: string | null;
|
|
19838
19882
|
description?: string | null;
|
|
19839
19883
|
keywords?: Array<string | null> | null;
|
|
@@ -20052,6 +20096,7 @@ export type FormatConversationMutation = {
|
|
|
20052
20096
|
subject?: string | null;
|
|
20053
20097
|
summary?: string | null;
|
|
20054
20098
|
author?: string | null;
|
|
20099
|
+
lastModifiedBy?: string | null;
|
|
20055
20100
|
publisher?: string | null;
|
|
20056
20101
|
description?: string | null;
|
|
20057
20102
|
keywords?: Array<string | null> | null;
|
|
@@ -20247,6 +20292,7 @@ export type FormatConversationMutation = {
|
|
|
20247
20292
|
subject?: string | null;
|
|
20248
20293
|
summary?: string | null;
|
|
20249
20294
|
author?: string | null;
|
|
20295
|
+
lastModifiedBy?: string | null;
|
|
20250
20296
|
publisher?: string | null;
|
|
20251
20297
|
description?: string | null;
|
|
20252
20298
|
keywords?: Array<string | null> | null;
|
|
@@ -20405,6 +20451,7 @@ export type GetConversationQuery = {
|
|
|
20405
20451
|
subject?: string | null;
|
|
20406
20452
|
summary?: string | null;
|
|
20407
20453
|
author?: string | null;
|
|
20454
|
+
lastModifiedBy?: string | null;
|
|
20408
20455
|
publisher?: string | null;
|
|
20409
20456
|
description?: string | null;
|
|
20410
20457
|
keywords?: Array<string | null> | null;
|
|
@@ -20796,6 +20843,7 @@ export type PromptMutation = {
|
|
|
20796
20843
|
subject?: string | null;
|
|
20797
20844
|
summary?: string | null;
|
|
20798
20845
|
author?: string | null;
|
|
20846
|
+
lastModifiedBy?: string | null;
|
|
20799
20847
|
publisher?: string | null;
|
|
20800
20848
|
description?: string | null;
|
|
20801
20849
|
keywords?: Array<string | null> | null;
|
|
@@ -20955,6 +21003,7 @@ export type PromptConversationMutation = {
|
|
|
20955
21003
|
subject?: string | null;
|
|
20956
21004
|
summary?: string | null;
|
|
20957
21005
|
author?: string | null;
|
|
21006
|
+
lastModifiedBy?: string | null;
|
|
20958
21007
|
publisher?: string | null;
|
|
20959
21008
|
description?: string | null;
|
|
20960
21009
|
keywords?: Array<string | null> | null;
|
|
@@ -21150,6 +21199,7 @@ export type PromptConversationMutation = {
|
|
|
21150
21199
|
subject?: string | null;
|
|
21151
21200
|
summary?: string | null;
|
|
21152
21201
|
author?: string | null;
|
|
21202
|
+
lastModifiedBy?: string | null;
|
|
21153
21203
|
publisher?: string | null;
|
|
21154
21204
|
description?: string | null;
|
|
21155
21205
|
keywords?: Array<string | null> | null;
|
|
@@ -21278,6 +21328,7 @@ export type PublishConversationMutation = {
|
|
|
21278
21328
|
subject?: string | null;
|
|
21279
21329
|
summary?: string | null;
|
|
21280
21330
|
author?: string | null;
|
|
21331
|
+
lastModifiedBy?: string | null;
|
|
21281
21332
|
publisher?: string | null;
|
|
21282
21333
|
description?: string | null;
|
|
21283
21334
|
keywords?: Array<string | null> | null;
|
|
@@ -21443,6 +21494,7 @@ export type QueryConversationsQuery = {
|
|
|
21443
21494
|
subject?: string | null;
|
|
21444
21495
|
summary?: string | null;
|
|
21445
21496
|
author?: string | null;
|
|
21497
|
+
lastModifiedBy?: string | null;
|
|
21446
21498
|
publisher?: string | null;
|
|
21447
21499
|
description?: string | null;
|
|
21448
21500
|
keywords?: Array<string | null> | null;
|
|
@@ -21891,6 +21943,7 @@ export type ReviseContentMutation = {
|
|
|
21891
21943
|
subject?: string | null;
|
|
21892
21944
|
summary?: string | null;
|
|
21893
21945
|
author?: string | null;
|
|
21946
|
+
lastModifiedBy?: string | null;
|
|
21894
21947
|
publisher?: string | null;
|
|
21895
21948
|
description?: string | null;
|
|
21896
21949
|
keywords?: Array<string | null> | null;
|
|
@@ -22046,6 +22099,7 @@ export type ReviseEncodedImageMutation = {
|
|
|
22046
22099
|
subject?: string | null;
|
|
22047
22100
|
summary?: string | null;
|
|
22048
22101
|
author?: string | null;
|
|
22102
|
+
lastModifiedBy?: string | null;
|
|
22049
22103
|
publisher?: string | null;
|
|
22050
22104
|
description?: string | null;
|
|
22051
22105
|
keywords?: Array<string | null> | null;
|
|
@@ -22200,6 +22254,7 @@ export type ReviseImageMutation = {
|
|
|
22200
22254
|
subject?: string | null;
|
|
22201
22255
|
summary?: string | null;
|
|
22202
22256
|
author?: string | null;
|
|
22257
|
+
lastModifiedBy?: string | null;
|
|
22203
22258
|
publisher?: string | null;
|
|
22204
22259
|
description?: string | null;
|
|
22205
22260
|
keywords?: Array<string | null> | null;
|
|
@@ -22354,6 +22409,7 @@ export type ReviseTextMutation = {
|
|
|
22354
22409
|
subject?: string | null;
|
|
22355
22410
|
summary?: string | null;
|
|
22356
22411
|
author?: string | null;
|
|
22412
|
+
lastModifiedBy?: string | null;
|
|
22357
22413
|
publisher?: string | null;
|
|
22358
22414
|
description?: string | null;
|
|
22359
22415
|
keywords?: Array<string | null> | null;
|
|
@@ -22572,6 +22628,7 @@ export type CreateFeedMutation = {
|
|
|
22572
22628
|
name: string;
|
|
22573
22629
|
state: EntityState;
|
|
22574
22630
|
type: FeedTypes;
|
|
22631
|
+
syncMode?: FeedSyncMode | null;
|
|
22575
22632
|
} | null;
|
|
22576
22633
|
};
|
|
22577
22634
|
export type DeleteAllFeedsMutationVariables = Exact<{
|
|
@@ -22658,6 +22715,7 @@ export type GetFeedQuery = {
|
|
|
22658
22715
|
state: EntityState;
|
|
22659
22716
|
correlationId?: string | null;
|
|
22660
22717
|
type: FeedTypes;
|
|
22718
|
+
syncMode?: FeedSyncMode | null;
|
|
22661
22719
|
error?: string | null;
|
|
22662
22720
|
lastPostDate?: any | null;
|
|
22663
22721
|
lastReadDate?: any | null;
|
|
@@ -22847,6 +22905,8 @@ export type GetFeedQuery = {
|
|
|
22847
22905
|
__typename?: 'CalendarFeedProperties';
|
|
22848
22906
|
type: FeedServiceTypes;
|
|
22849
22907
|
includeAttachments?: boolean | null;
|
|
22908
|
+
enableMeetingRecording?: boolean | null;
|
|
22909
|
+
meetingBotName?: string | null;
|
|
22850
22910
|
readLimit?: number | null;
|
|
22851
22911
|
google?: {
|
|
22852
22912
|
__typename?: 'GoogleCalendarFeedProperties';
|
|
@@ -23066,6 +23126,7 @@ export type QueryFeedsQuery = {
|
|
|
23066
23126
|
state: EntityState;
|
|
23067
23127
|
correlationId?: string | null;
|
|
23068
23128
|
type: FeedTypes;
|
|
23129
|
+
syncMode?: FeedSyncMode | null;
|
|
23069
23130
|
error?: string | null;
|
|
23070
23131
|
lastPostDate?: any | null;
|
|
23071
23132
|
lastReadDate?: any | null;
|
|
@@ -23255,6 +23316,8 @@ export type QueryFeedsQuery = {
|
|
|
23255
23316
|
__typename?: 'CalendarFeedProperties';
|
|
23256
23317
|
type: FeedServiceTypes;
|
|
23257
23318
|
includeAttachments?: boolean | null;
|
|
23319
|
+
enableMeetingRecording?: boolean | null;
|
|
23320
|
+
meetingBotName?: string | null;
|
|
23258
23321
|
readLimit?: number | null;
|
|
23259
23322
|
google?: {
|
|
23260
23323
|
__typename?: 'GoogleCalendarFeedProperties';
|
|
@@ -23561,6 +23624,7 @@ export type UpdateFeedMutation = {
|
|
|
23561
23624
|
name: string;
|
|
23562
23625
|
state: EntityState;
|
|
23563
23626
|
type: FeedTypes;
|
|
23627
|
+
syncMode?: FeedSyncMode | null;
|
|
23564
23628
|
} | null;
|
|
23565
23629
|
};
|
|
23566
23630
|
export type CountLabelsQueryVariables = Exact<{
|
|
@@ -26391,6 +26455,7 @@ export type PromptSpecificationsMutation = {
|
|
|
26391
26455
|
subject?: string | null;
|
|
26392
26456
|
summary?: string | null;
|
|
26393
26457
|
author?: string | null;
|
|
26458
|
+
lastModifiedBy?: string | null;
|
|
26394
26459
|
publisher?: string | null;
|
|
26395
26460
|
description?: string | null;
|
|
26396
26461
|
keywords?: Array<string | null> | null;
|
|
@@ -902,6 +902,14 @@ export var FeedServiceTypes;
|
|
|
902
902
|
/** Zendesk Tickets feed service */
|
|
903
903
|
FeedServiceTypes["ZendeskTickets"] = "ZENDESK_TICKETS";
|
|
904
904
|
})(FeedServiceTypes || (FeedServiceTypes = {}));
|
|
905
|
+
/** Feed sync mode */
|
|
906
|
+
export var FeedSyncMode;
|
|
907
|
+
(function (FeedSyncMode) {
|
|
908
|
+
/** Archive mode - preserve all content, never delete */
|
|
909
|
+
FeedSyncMode["Archive"] = "ARCHIVE";
|
|
910
|
+
/** Mirror mode - synchronize with source, including deletions */
|
|
911
|
+
FeedSyncMode["Mirror"] = "MIRROR";
|
|
912
|
+
})(FeedSyncMode || (FeedSyncMode = {}));
|
|
905
913
|
/** Feed type */
|
|
906
914
|
export var FeedTypes;
|
|
907
915
|
(function (FeedTypes) {
|