graphlit-client 1.0.20260101002 → 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
|
}
|
|
@@ -7857,6 +7961,16 @@ export const GetFeed = gql `
|
|
|
7857
7961
|
attio {
|
|
7858
7962
|
apiKey
|
|
7859
7963
|
}
|
|
7964
|
+
salesforce {
|
|
7965
|
+
authenticationType
|
|
7966
|
+
isSandbox
|
|
7967
|
+
clientId
|
|
7968
|
+
clientSecret
|
|
7969
|
+
refreshToken
|
|
7970
|
+
connector {
|
|
7971
|
+
id
|
|
7972
|
+
}
|
|
7973
|
+
}
|
|
7860
7974
|
readLimit
|
|
7861
7975
|
}
|
|
7862
7976
|
commit {
|
|
@@ -7918,6 +8032,17 @@ export const GetFeed = gql `
|
|
|
7918
8032
|
id
|
|
7919
8033
|
}
|
|
7920
8034
|
}
|
|
8035
|
+
salesforce {
|
|
8036
|
+
authenticationType
|
|
8037
|
+
instanceUrl
|
|
8038
|
+
isSandbox
|
|
8039
|
+
clientId
|
|
8040
|
+
clientSecret
|
|
8041
|
+
refreshToken
|
|
8042
|
+
connector {
|
|
8043
|
+
id
|
|
8044
|
+
}
|
|
8045
|
+
}
|
|
7921
8046
|
readLimit
|
|
7922
8047
|
}
|
|
7923
8048
|
calendar {
|
|
@@ -7953,6 +8078,25 @@ export const GetFeed = gql `
|
|
|
7953
8078
|
}
|
|
7954
8079
|
readLimit
|
|
7955
8080
|
}
|
|
8081
|
+
meeting {
|
|
8082
|
+
type
|
|
8083
|
+
readLimit
|
|
8084
|
+
fireflies {
|
|
8085
|
+
apiKey
|
|
8086
|
+
beforeDate
|
|
8087
|
+
afterDate
|
|
8088
|
+
}
|
|
8089
|
+
attio {
|
|
8090
|
+
apiKey
|
|
8091
|
+
afterDate
|
|
8092
|
+
beforeDate
|
|
8093
|
+
}
|
|
8094
|
+
fathom {
|
|
8095
|
+
apiKey
|
|
8096
|
+
afterDate
|
|
8097
|
+
beforeDate
|
|
8098
|
+
}
|
|
8099
|
+
}
|
|
7956
8100
|
rss {
|
|
7957
8101
|
readLimit
|
|
7958
8102
|
uri
|
|
@@ -8043,6 +8187,17 @@ export const GetFeed = gql `
|
|
|
8043
8187
|
readLimit
|
|
8044
8188
|
apiKey
|
|
8045
8189
|
}
|
|
8190
|
+
salesforce {
|
|
8191
|
+
readLimit
|
|
8192
|
+
authenticationType
|
|
8193
|
+
isSandbox
|
|
8194
|
+
clientId
|
|
8195
|
+
clientSecret
|
|
8196
|
+
refreshToken
|
|
8197
|
+
connector {
|
|
8198
|
+
id
|
|
8199
|
+
}
|
|
8200
|
+
}
|
|
8046
8201
|
research {
|
|
8047
8202
|
readLimit
|
|
8048
8203
|
type
|
|
@@ -8325,6 +8480,16 @@ export const QueryFeeds = gql `
|
|
|
8325
8480
|
attio {
|
|
8326
8481
|
apiKey
|
|
8327
8482
|
}
|
|
8483
|
+
salesforce {
|
|
8484
|
+
authenticationType
|
|
8485
|
+
isSandbox
|
|
8486
|
+
clientId
|
|
8487
|
+
clientSecret
|
|
8488
|
+
refreshToken
|
|
8489
|
+
connector {
|
|
8490
|
+
id
|
|
8491
|
+
}
|
|
8492
|
+
}
|
|
8328
8493
|
readLimit
|
|
8329
8494
|
}
|
|
8330
8495
|
commit {
|
|
@@ -8386,6 +8551,17 @@ export const QueryFeeds = gql `
|
|
|
8386
8551
|
id
|
|
8387
8552
|
}
|
|
8388
8553
|
}
|
|
8554
|
+
salesforce {
|
|
8555
|
+
authenticationType
|
|
8556
|
+
instanceUrl
|
|
8557
|
+
isSandbox
|
|
8558
|
+
clientId
|
|
8559
|
+
clientSecret
|
|
8560
|
+
refreshToken
|
|
8561
|
+
connector {
|
|
8562
|
+
id
|
|
8563
|
+
}
|
|
8564
|
+
}
|
|
8389
8565
|
readLimit
|
|
8390
8566
|
}
|
|
8391
8567
|
calendar {
|
|
@@ -8421,6 +8597,25 @@ export const QueryFeeds = gql `
|
|
|
8421
8597
|
}
|
|
8422
8598
|
readLimit
|
|
8423
8599
|
}
|
|
8600
|
+
meeting {
|
|
8601
|
+
type
|
|
8602
|
+
readLimit
|
|
8603
|
+
fireflies {
|
|
8604
|
+
apiKey
|
|
8605
|
+
beforeDate
|
|
8606
|
+
afterDate
|
|
8607
|
+
}
|
|
8608
|
+
attio {
|
|
8609
|
+
apiKey
|
|
8610
|
+
afterDate
|
|
8611
|
+
beforeDate
|
|
8612
|
+
}
|
|
8613
|
+
fathom {
|
|
8614
|
+
apiKey
|
|
8615
|
+
afterDate
|
|
8616
|
+
beforeDate
|
|
8617
|
+
}
|
|
8618
|
+
}
|
|
8424
8619
|
rss {
|
|
8425
8620
|
readLimit
|
|
8426
8621
|
uri
|
|
@@ -8511,6 +8706,17 @@ export const QueryFeeds = gql `
|
|
|
8511
8706
|
readLimit
|
|
8512
8707
|
apiKey
|
|
8513
8708
|
}
|
|
8709
|
+
salesforce {
|
|
8710
|
+
readLimit
|
|
8711
|
+
authenticationType
|
|
8712
|
+
isSandbox
|
|
8713
|
+
clientId
|
|
8714
|
+
clientSecret
|
|
8715
|
+
refreshToken
|
|
8716
|
+
connector {
|
|
8717
|
+
id
|
|
8718
|
+
}
|
|
8719
|
+
}
|
|
8514
8720
|
research {
|
|
8515
8721
|
readLimit
|
|
8516
8722
|
type
|
|
@@ -610,6 +610,34 @@ export type AttioFeedPropertiesUpdateInput = {
|
|
|
610
610
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
611
611
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
612
612
|
};
|
|
613
|
+
/** Represents Attio meeting transcript feed properties. */
|
|
614
|
+
export type AttioMeetingProperties = {
|
|
615
|
+
__typename?: 'AttioMeetingProperties';
|
|
616
|
+
/** Filter meetings ending after this date (inclusive). */
|
|
617
|
+
afterDate?: Maybe<Scalars['DateTime']['output']>;
|
|
618
|
+
/** Attio API key. */
|
|
619
|
+
apiKey?: Maybe<Scalars['String']['output']>;
|
|
620
|
+
/** Filter meetings starting before this date (exclusive). */
|
|
621
|
+
beforeDate?: Maybe<Scalars['DateTime']['output']>;
|
|
622
|
+
};
|
|
623
|
+
/** Represents Attio meeting transcript feed properties. */
|
|
624
|
+
export type AttioMeetingPropertiesInput = {
|
|
625
|
+
/** Filter meetings ending after this date (inclusive). */
|
|
626
|
+
afterDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
627
|
+
/** Attio API key. */
|
|
628
|
+
apiKey: Scalars['String']['input'];
|
|
629
|
+
/** Filter meetings starting before this date (exclusive). */
|
|
630
|
+
beforeDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
631
|
+
};
|
|
632
|
+
/** Represents Attio meeting transcript feed properties. */
|
|
633
|
+
export type AttioMeetingPropertiesUpdateInput = {
|
|
634
|
+
/** Filter meetings ending after this date (inclusive). */
|
|
635
|
+
afterDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
636
|
+
/** Attio API key. */
|
|
637
|
+
apiKey?: InputMaybe<Scalars['String']['input']>;
|
|
638
|
+
/** Filter meetings starting before this date (exclusive). */
|
|
639
|
+
beforeDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
640
|
+
};
|
|
613
641
|
/** Represents Attio Tasks feed properties. */
|
|
614
642
|
export type AttioTasksFeedProperties = {
|
|
615
643
|
__typename?: 'AttioTasksFeedProperties';
|
|
@@ -1289,6 +1317,8 @@ export type CrmFeedProperties = {
|
|
|
1289
1317
|
microsoftContacts?: Maybe<MicrosoftContactsCrmFeedProperties>;
|
|
1290
1318
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
1291
1319
|
readLimit?: Maybe<Scalars['Int']['output']>;
|
|
1320
|
+
/** Salesforce CRM properties. */
|
|
1321
|
+
salesforce?: Maybe<SalesforceCrmFeedProperties>;
|
|
1292
1322
|
/** Feed service type. */
|
|
1293
1323
|
type: FeedServiceTypes;
|
|
1294
1324
|
};
|
|
@@ -1302,6 +1332,8 @@ export type CrmFeedPropertiesInput = {
|
|
|
1302
1332
|
microsoftContacts?: InputMaybe<MicrosoftContactsCrmFeedPropertiesInput>;
|
|
1303
1333
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
1304
1334
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
1335
|
+
/** Salesforce CRM properties. */
|
|
1336
|
+
salesforce?: InputMaybe<SalesforceCrmFeedPropertiesInput>;
|
|
1305
1337
|
/** Feed service type. */
|
|
1306
1338
|
type: FeedServiceTypes;
|
|
1307
1339
|
};
|
|
@@ -1315,6 +1347,8 @@ export type CrmFeedPropertiesUpdateInput = {
|
|
|
1315
1347
|
microsoftContacts?: InputMaybe<MicrosoftContactsCrmFeedPropertiesUpdateInput>;
|
|
1316
1348
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
1317
1349
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
1350
|
+
/** Salesforce CRM properties. */
|
|
1351
|
+
salesforce?: InputMaybe<SalesforceCrmFeedPropertiesUpdateInput>;
|
|
1318
1352
|
};
|
|
1319
1353
|
/** Represents a calendar event attendee. */
|
|
1320
1354
|
export type CalendarAttendee = {
|
|
@@ -2164,6 +2198,8 @@ export type Content = {
|
|
|
2164
2198
|
markdown?: Maybe<Scalars['String']['output']>;
|
|
2165
2199
|
/** The master rendition URI of the content. This references a cached rendition of the source content. */
|
|
2166
2200
|
masterUri?: Maybe<Scalars['URL']['output']>;
|
|
2201
|
+
/** The content meeting metadata. */
|
|
2202
|
+
meeting?: Maybe<MeetingMetadata>;
|
|
2167
2203
|
/** The content message metadata. */
|
|
2168
2204
|
message?: Maybe<MessageMetadata>;
|
|
2169
2205
|
/** The metadata indexed from this content. */
|
|
@@ -2229,6 +2265,8 @@ export type Content = {
|
|
|
2229
2265
|
text?: Maybe<Scalars['String']['output']>;
|
|
2230
2266
|
/** The text mezzanine rendition URI of the content. This will reference a JSON rendition of extracted text and tables from the content. */
|
|
2231
2267
|
textUri?: Maybe<Scalars['URL']['output']>;
|
|
2268
|
+
/** The content transcript metadata. */
|
|
2269
|
+
transcript?: Maybe<TranscriptMetadata>;
|
|
2232
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. */
|
|
2233
2271
|
transcriptUri?: Maybe<Scalars['URL']['output']>;
|
|
2234
2272
|
/** The content type. */
|
|
@@ -2806,7 +2844,9 @@ export declare enum ContentTypes {
|
|
|
2806
2844
|
/** Pull Request (i.e. GitHub, GitLab, Bitbucket) */
|
|
2807
2845
|
PullRequest = "PULL_REQUEST",
|
|
2808
2846
|
/** Text (i.e. Markdown, HTML, plain text) */
|
|
2809
|
-
Text = "TEXT"
|
|
2847
|
+
Text = "TEXT",
|
|
2848
|
+
/** Transcript (i.e. pre-transcribed meeting content) */
|
|
2849
|
+
Transcript = "TRANSCRIPT"
|
|
2810
2850
|
}
|
|
2811
2851
|
/** Represents content. */
|
|
2812
2852
|
export type ContentUpdateInput = {
|
|
@@ -5066,6 +5106,34 @@ export type FactUpdateInput = {
|
|
|
5066
5106
|
/** The date/time when this fact became valid. */
|
|
5067
5107
|
validAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
5068
5108
|
};
|
|
5109
|
+
/** Represents Fathom meeting transcript properties. */
|
|
5110
|
+
export type FathomProperties = {
|
|
5111
|
+
__typename?: 'FathomProperties';
|
|
5112
|
+
/** Filter meetings created after this date. */
|
|
5113
|
+
afterDate?: Maybe<Scalars['DateTime']['output']>;
|
|
5114
|
+
/** Fathom API key. */
|
|
5115
|
+
apiKey?: Maybe<Scalars['String']['output']>;
|
|
5116
|
+
/** Filter meetings created before this date. */
|
|
5117
|
+
beforeDate?: Maybe<Scalars['DateTime']['output']>;
|
|
5118
|
+
};
|
|
5119
|
+
/** Represents Fathom meeting transcript properties. */
|
|
5120
|
+
export type FathomPropertiesInput = {
|
|
5121
|
+
/** Filter meetings created after this date. */
|
|
5122
|
+
afterDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
5123
|
+
/** Fathom API key. */
|
|
5124
|
+
apiKey: Scalars['String']['input'];
|
|
5125
|
+
/** Filter meetings created before this date. */
|
|
5126
|
+
beforeDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
5127
|
+
};
|
|
5128
|
+
/** Represents Fathom meeting transcript properties. */
|
|
5129
|
+
export type FathomPropertiesUpdateInput = {
|
|
5130
|
+
/** Filter meetings created after this date. */
|
|
5131
|
+
afterDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
5132
|
+
/** Fathom API key. */
|
|
5133
|
+
apiKey?: InputMaybe<Scalars['String']['input']>;
|
|
5134
|
+
/** Filter meetings created before this date. */
|
|
5135
|
+
beforeDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
5136
|
+
};
|
|
5069
5137
|
/** Represents a feed. */
|
|
5070
5138
|
export type Feed = {
|
|
5071
5139
|
__typename?: 'Feed';
|
|
@@ -5103,6 +5171,8 @@ export type Feed = {
|
|
|
5103
5171
|
lastPostDate?: Maybe<Scalars['DateTime']['output']>;
|
|
5104
5172
|
/** The date the feed was last read. */
|
|
5105
5173
|
lastReadDate?: Maybe<Scalars['DateTime']['output']>;
|
|
5174
|
+
/** The Meeting transcript feed properties. */
|
|
5175
|
+
meeting?: Maybe<MeetingFeedProperties>;
|
|
5106
5176
|
/** The Microsoft Teams feed properties. */
|
|
5107
5177
|
microsoftTeams?: Maybe<MicrosoftTeamsFeedProperties>;
|
|
5108
5178
|
/** The modified date of the feed. */
|
|
@@ -5125,6 +5195,8 @@ export type Feed = {
|
|
|
5125
5195
|
research?: Maybe<ResearchFeedProperties>;
|
|
5126
5196
|
/** The RSS feed properties. */
|
|
5127
5197
|
rss?: Maybe<RssFeedProperties>;
|
|
5198
|
+
/** The Salesforce feed properties. */
|
|
5199
|
+
salesforce?: Maybe<SalesforceFeedProperties>;
|
|
5128
5200
|
/** The feed schedule policy. */
|
|
5129
5201
|
schedulePolicy?: Maybe<FeedSchedulePolicy>;
|
|
5130
5202
|
/** The web search feed properties. */
|
|
@@ -5157,12 +5229,18 @@ export declare enum FeedConnectorTypes {
|
|
|
5157
5229
|
Atlassian = "ATLASSIAN",
|
|
5158
5230
|
/** Attio feed connector */
|
|
5159
5231
|
Attio = "ATTIO",
|
|
5232
|
+
/** Attio Meeting Transcripts feed connector */
|
|
5233
|
+
AttioMeeting = "ATTIO_MEETING",
|
|
5160
5234
|
/** Microsoft Azure feed connector */
|
|
5161
5235
|
Azure = "AZURE",
|
|
5162
5236
|
/** Box feed connector */
|
|
5163
5237
|
Box = "BOX",
|
|
5164
5238
|
/** Dropbox feed connector */
|
|
5165
5239
|
Dropbox = "DROPBOX",
|
|
5240
|
+
/** Fathom feed connector */
|
|
5241
|
+
Fathom = "FATHOM",
|
|
5242
|
+
/** Fireflies.ai feed connector */
|
|
5243
|
+
Fireflies = "FIREFLIES",
|
|
5166
5244
|
/** GitHub feed connector */
|
|
5167
5245
|
GitHub = "GIT_HUB",
|
|
5168
5246
|
/** Google Cloud feed connector */
|
|
@@ -5189,6 +5267,10 @@ export declare enum FeedConnectorTypes {
|
|
|
5189
5267
|
OneDrive = "ONE_DRIVE",
|
|
5190
5268
|
/** Parallel feed connector */
|
|
5191
5269
|
Parallel = "PARALLEL",
|
|
5270
|
+
/** Salesforce feed connector */
|
|
5271
|
+
Salesforce = "SALESFORCE",
|
|
5272
|
+
/** Salesforce Einstein Conversation Insights feed connector */
|
|
5273
|
+
SalesforceEci = "SALESFORCE_ECI",
|
|
5192
5274
|
/** Microsoft SharePoint feed connector */
|
|
5193
5275
|
SharePoint = "SHARE_POINT",
|
|
5194
5276
|
/** Zendesk feed connector */
|
|
@@ -5247,6 +5329,8 @@ export type FeedInput = {
|
|
|
5247
5329
|
intercom?: InputMaybe<IntercomFeedPropertiesInput>;
|
|
5248
5330
|
/** The issue feed properties. */
|
|
5249
5331
|
issue?: InputMaybe<IssueFeedPropertiesInput>;
|
|
5332
|
+
/** The Meeting transcript feed properties. */
|
|
5333
|
+
meeting?: InputMaybe<MeetingFeedPropertiesInput>;
|
|
5250
5334
|
/** The Microsoft Teams feed properties. */
|
|
5251
5335
|
microsoftTeams?: InputMaybe<MicrosoftTeamsFeedPropertiesInput>;
|
|
5252
5336
|
/** The name of the feed. */
|
|
@@ -5261,6 +5345,8 @@ export type FeedInput = {
|
|
|
5261
5345
|
research?: InputMaybe<ResearchFeedPropertiesInput>;
|
|
5262
5346
|
/** The RSS feed properties. */
|
|
5263
5347
|
rss?: InputMaybe<RssFeedPropertiesInput>;
|
|
5348
|
+
/** The Salesforce feed properties. */
|
|
5349
|
+
salesforce?: InputMaybe<SalesforceFeedPropertiesInput>;
|
|
5264
5350
|
/** The feed schedule policy. */
|
|
5265
5351
|
schedulePolicy?: InputMaybe<FeedSchedulePolicyInput>;
|
|
5266
5352
|
/** The web search feed properties. */
|
|
@@ -5316,6 +5402,8 @@ export type FeedSchedulePolicyInput = {
|
|
|
5316
5402
|
export declare enum FeedServiceTypes {
|
|
5317
5403
|
/** Atlassian Jira feed service */
|
|
5318
5404
|
AtlassianJira = "ATLASSIAN_JIRA",
|
|
5405
|
+
/** Attio Meeting Transcripts feed service */
|
|
5406
|
+
AttioMeeting = "ATTIO_MEETING",
|
|
5319
5407
|
/** Attio Notes feed service */
|
|
5320
5408
|
AttioNotes = "ATTIO_NOTES",
|
|
5321
5409
|
/** Attio Objects feed service */
|
|
@@ -5330,6 +5418,10 @@ export declare enum FeedServiceTypes {
|
|
|
5330
5418
|
Box = "BOX",
|
|
5331
5419
|
/** Dropbox feed service */
|
|
5332
5420
|
Dropbox = "DROPBOX",
|
|
5421
|
+
/** Fathom feed service */
|
|
5422
|
+
Fathom = "FATHOM",
|
|
5423
|
+
/** Fireflies.ai feed service */
|
|
5424
|
+
Fireflies = "FIREFLIES",
|
|
5333
5425
|
/** GitHub feed service */
|
|
5334
5426
|
GitHub = "GIT_HUB",
|
|
5335
5427
|
/** GitHub Commits feed service */
|
|
@@ -5366,6 +5458,14 @@ export declare enum FeedServiceTypes {
|
|
|
5366
5458
|
Parallel = "PARALLEL",
|
|
5367
5459
|
/** AWS S3 Blob feed service */
|
|
5368
5460
|
S3Blob = "S3_BLOB",
|
|
5461
|
+
/** Salesforce Einstein Conversation Insights feed service */
|
|
5462
|
+
SalesforceEci = "SALESFORCE_ECI",
|
|
5463
|
+
/** Salesforce Notes feed service */
|
|
5464
|
+
SalesforceNotes = "SALESFORCE_NOTES",
|
|
5465
|
+
/** Salesforce Objects feed service */
|
|
5466
|
+
SalesforceObjects = "SALESFORCE_OBJECTS",
|
|
5467
|
+
/** Salesforce Tasks feed service */
|
|
5468
|
+
SalesforceTasks = "SALESFORCE_TASKS",
|
|
5369
5469
|
/** Microsoft SharePoint feed service */
|
|
5370
5470
|
SharePoint = "SHARE_POINT",
|
|
5371
5471
|
/** Trello feed service */
|
|
@@ -5402,6 +5502,8 @@ export declare enum FeedTypes {
|
|
|
5402
5502
|
Intercom = "INTERCOM",
|
|
5403
5503
|
/** Issue feed */
|
|
5404
5504
|
Issue = "ISSUE",
|
|
5505
|
+
/** Meeting transcript feed */
|
|
5506
|
+
Meeting = "MEETING",
|
|
5405
5507
|
/** Microsoft Teams channel feed */
|
|
5406
5508
|
MicrosoftTeams = "MICROSOFT_TEAMS",
|
|
5407
5509
|
/** Notion feed */
|
|
@@ -5414,6 +5516,8 @@ export declare enum FeedTypes {
|
|
|
5414
5516
|
Research = "RESEARCH",
|
|
5415
5517
|
/** RSS feed */
|
|
5416
5518
|
Rss = "RSS",
|
|
5519
|
+
/** Salesforce feed */
|
|
5520
|
+
Salesforce = "SALESFORCE",
|
|
5417
5521
|
/** Web Search feed */
|
|
5418
5522
|
Search = "SEARCH",
|
|
5419
5523
|
/** Cloud storage site feed */
|
|
@@ -5453,6 +5557,8 @@ export type FeedUpdateInput = {
|
|
|
5453
5557
|
intercom?: InputMaybe<IntercomFeedPropertiesUpdateInput>;
|
|
5454
5558
|
/** The issue feed properties. */
|
|
5455
5559
|
issue?: InputMaybe<IssueFeedPropertiesUpdateInput>;
|
|
5560
|
+
/** The Meeting transcript feed properties. */
|
|
5561
|
+
meeting?: InputMaybe<MeetingFeedPropertiesUpdateInput>;
|
|
5456
5562
|
/** The Microsoft Teams feed properties. */
|
|
5457
5563
|
microsoftTeams?: InputMaybe<MicrosoftTeamsFeedPropertiesUpdateInput>;
|
|
5458
5564
|
/** The name of the feed. */
|
|
@@ -5467,6 +5573,8 @@ export type FeedUpdateInput = {
|
|
|
5467
5573
|
research?: InputMaybe<ResearchFeedPropertiesUpdateInput>;
|
|
5468
5574
|
/** The RSS feed properties. */
|
|
5469
5575
|
rss?: InputMaybe<RssFeedPropertiesUpdateInput>;
|
|
5576
|
+
/** The Salesforce feed properties. */
|
|
5577
|
+
salesforce?: InputMaybe<SalesforceFeedPropertiesUpdateInput>;
|
|
5470
5578
|
/** The feed schedule policy. */
|
|
5471
5579
|
schedulePolicy?: InputMaybe<FeedSchedulePolicyInput>;
|
|
5472
5580
|
/** The web search feed properties. */
|
|
@@ -5607,6 +5715,34 @@ export declare enum FilterMode {
|
|
|
5607
5715
|
/** Match only if ALL items the entity has are within the specified list. Entity cannot have items outside the filter list. */
|
|
5608
5716
|
Only = "ONLY"
|
|
5609
5717
|
}
|
|
5718
|
+
/** Represents Fireflies.ai feed properties. */
|
|
5719
|
+
export type FirefliesFeedProperties = {
|
|
5720
|
+
__typename?: 'FirefliesFeedProperties';
|
|
5721
|
+
/** Filter transcripts after this date. */
|
|
5722
|
+
afterDate?: Maybe<Scalars['DateTime']['output']>;
|
|
5723
|
+
/** Fireflies.ai API key. */
|
|
5724
|
+
apiKey?: Maybe<Scalars['String']['output']>;
|
|
5725
|
+
/** Filter transcripts before this date. */
|
|
5726
|
+
beforeDate?: Maybe<Scalars['DateTime']['output']>;
|
|
5727
|
+
};
|
|
5728
|
+
/** Represents Fireflies.ai feed properties. */
|
|
5729
|
+
export type FirefliesFeedPropertiesInput = {
|
|
5730
|
+
/** Filter transcripts after this date. */
|
|
5731
|
+
afterDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
5732
|
+
/** Fireflies.ai API key. */
|
|
5733
|
+
apiKey: Scalars['String']['input'];
|
|
5734
|
+
/** Filter transcripts before this date. */
|
|
5735
|
+
beforeDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
5736
|
+
};
|
|
5737
|
+
/** Represents Fireflies.ai feed properties. */
|
|
5738
|
+
export type FirefliesFeedPropertiesUpdateInput = {
|
|
5739
|
+
/** Filter transcripts after this date. */
|
|
5740
|
+
afterDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
5741
|
+
/** Fireflies.ai API key. */
|
|
5742
|
+
apiKey?: InputMaybe<Scalars['String']['input']>;
|
|
5743
|
+
/** Filter transcripts before this date. */
|
|
5744
|
+
beforeDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
5745
|
+
};
|
|
5610
5746
|
/** Represents geometry metadata. */
|
|
5611
5747
|
export type GeometryMetadata = {
|
|
5612
5748
|
__typename?: 'GeometryMetadata';
|
|
@@ -7669,6 +7805,8 @@ export type IssueFeedProperties = {
|
|
|
7669
7805
|
linear?: Maybe<LinearFeedProperties>;
|
|
7670
7806
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
7671
7807
|
readLimit?: Maybe<Scalars['Int']['output']>;
|
|
7808
|
+
/** Salesforce Tasks properties. */
|
|
7809
|
+
salesforce?: Maybe<SalesforceTasksFeedProperties>;
|
|
7672
7810
|
/** Trello properties. */
|
|
7673
7811
|
trello?: Maybe<TrelloFeedProperties>;
|
|
7674
7812
|
/** Feed service type. */
|
|
@@ -7692,6 +7830,8 @@ export type IssueFeedPropertiesInput = {
|
|
|
7692
7830
|
linear?: InputMaybe<LinearFeedPropertiesInput>;
|
|
7693
7831
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
7694
7832
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
7833
|
+
/** Salesforce Tasks properties. */
|
|
7834
|
+
salesforce?: InputMaybe<SalesforceTasksFeedPropertiesInput>;
|
|
7695
7835
|
/** Trello properties. */
|
|
7696
7836
|
trello?: InputMaybe<TrelloFeedPropertiesInput>;
|
|
7697
7837
|
/** Feed service type. */
|
|
@@ -7715,6 +7855,8 @@ export type IssueFeedPropertiesUpdateInput = {
|
|
|
7715
7855
|
linear?: InputMaybe<LinearFeedPropertiesUpdateInput>;
|
|
7716
7856
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
7717
7857
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
7858
|
+
/** Salesforce Tasks properties. */
|
|
7859
|
+
salesforce?: InputMaybe<SalesforceTasksFeedPropertiesUpdateInput>;
|
|
7718
7860
|
/** Trello properties. */
|
|
7719
7861
|
trello?: InputMaybe<TrelloFeedPropertiesUpdateInput>;
|
|
7720
7862
|
/** Zendesk Tickets properties. */
|
|
@@ -10068,6 +10210,68 @@ export type MedicalTherapyUpdateInput = {
|
|
|
10068
10210
|
/** The medicaltherapy URI. */
|
|
10069
10211
|
uri?: InputMaybe<Scalars['URL']['input']>;
|
|
10070
10212
|
};
|
|
10213
|
+
/** Represents meeting transcript feed properties. */
|
|
10214
|
+
export type MeetingFeedProperties = {
|
|
10215
|
+
__typename?: 'MeetingFeedProperties';
|
|
10216
|
+
/** Attio meeting transcript properties. */
|
|
10217
|
+
attio?: Maybe<AttioMeetingProperties>;
|
|
10218
|
+
/** Feed connector type. */
|
|
10219
|
+
connectorType: FeedConnectorTypes;
|
|
10220
|
+
/** Fathom meeting properties. */
|
|
10221
|
+
fathom?: Maybe<FathomProperties>;
|
|
10222
|
+
/** Fireflies.ai properties. */
|
|
10223
|
+
fireflies?: Maybe<FirefliesFeedProperties>;
|
|
10224
|
+
/** The limit of items to be read from feed, defaults to 100. */
|
|
10225
|
+
readLimit?: Maybe<Scalars['Int']['output']>;
|
|
10226
|
+
/** Feed service type. */
|
|
10227
|
+
type: FeedServiceTypes;
|
|
10228
|
+
};
|
|
10229
|
+
/** Represents meeting transcript feed properties. */
|
|
10230
|
+
export type MeetingFeedPropertiesInput = {
|
|
10231
|
+
/** Attio meeting transcript properties. */
|
|
10232
|
+
attio?: InputMaybe<AttioMeetingPropertiesInput>;
|
|
10233
|
+
/** Fathom meeting properties. */
|
|
10234
|
+
fathom?: InputMaybe<FathomPropertiesInput>;
|
|
10235
|
+
/** Fireflies.ai properties. */
|
|
10236
|
+
fireflies?: InputMaybe<FirefliesFeedPropertiesInput>;
|
|
10237
|
+
/** The limit of items to be read from feed, defaults to 100. */
|
|
10238
|
+
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
10239
|
+
/** Feed service type. */
|
|
10240
|
+
type: FeedServiceTypes;
|
|
10241
|
+
};
|
|
10242
|
+
/** Represents meeting transcript feed properties. */
|
|
10243
|
+
export type MeetingFeedPropertiesUpdateInput = {
|
|
10244
|
+
/** Attio meeting transcript properties. */
|
|
10245
|
+
attio?: InputMaybe<AttioMeetingPropertiesUpdateInput>;
|
|
10246
|
+
/** Fathom meeting properties. */
|
|
10247
|
+
fathom?: InputMaybe<FathomPropertiesUpdateInput>;
|
|
10248
|
+
/** Fireflies.ai properties. */
|
|
10249
|
+
fireflies?: InputMaybe<FirefliesFeedPropertiesUpdateInput>;
|
|
10250
|
+
/** The limit of items to be read from feed, defaults to 100. */
|
|
10251
|
+
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
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
|
+
};
|
|
10071
10275
|
/** Represents an entity mention in a fact. */
|
|
10072
10276
|
export type MentionReference = {
|
|
10073
10277
|
__typename?: 'MentionReference';
|
|
@@ -16600,6 +16804,168 @@ export type RevisionStrategyUpdateInput = {
|
|
|
16600
16804
|
/** The revision strategy type. */
|
|
16601
16805
|
type?: InputMaybe<RevisionStrategyTypes>;
|
|
16602
16806
|
};
|
|
16807
|
+
export declare enum SalesforceAuthenticationTypes {
|
|
16808
|
+
Connector = "CONNECTOR",
|
|
16809
|
+
User = "USER"
|
|
16810
|
+
}
|
|
16811
|
+
/** Represents Salesforce CRM feed properties. */
|
|
16812
|
+
export type SalesforceCrmFeedProperties = {
|
|
16813
|
+
__typename?: 'SalesforceCRMFeedProperties';
|
|
16814
|
+
/** Salesforce authentication type. */
|
|
16815
|
+
authenticationType?: Maybe<SalesforceAuthenticationTypes>;
|
|
16816
|
+
/** Salesforce OAuth2 client identifier (Consumer Key). */
|
|
16817
|
+
clientId?: Maybe<Scalars['String']['output']>;
|
|
16818
|
+
/** Salesforce OAuth2 client secret (Consumer Secret). */
|
|
16819
|
+
clientSecret?: Maybe<Scalars['String']['output']>;
|
|
16820
|
+
/** Authentication connector reference. */
|
|
16821
|
+
connector?: Maybe<EntityReference>;
|
|
16822
|
+
/** Salesforce instance URL, optional for reference (determined automatically from OAuth token response). */
|
|
16823
|
+
instanceUrl?: Maybe<Scalars['String']['output']>;
|
|
16824
|
+
/** Whether this is a Salesforce sandbox environment (determines OAuth endpoint). */
|
|
16825
|
+
isSandbox?: Maybe<Scalars['Boolean']['output']>;
|
|
16826
|
+
/** Salesforce OAuth2 refresh token. */
|
|
16827
|
+
refreshToken?: Maybe<Scalars['String']['output']>;
|
|
16828
|
+
};
|
|
16829
|
+
/** Represents Salesforce CRM feed properties. */
|
|
16830
|
+
export type SalesforceCrmFeedPropertiesInput = {
|
|
16831
|
+
/** Salesforce authentication type, defaults to User. */
|
|
16832
|
+
authenticationType?: InputMaybe<SalesforceAuthenticationTypes>;
|
|
16833
|
+
/** Salesforce OAuth2 client identifier (Consumer Key), for User authentication type. */
|
|
16834
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
16835
|
+
/** Salesforce OAuth2 client secret (Consumer Secret), for User authentication type. */
|
|
16836
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
16837
|
+
/** The authentication connector reference. */
|
|
16838
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
16839
|
+
/** Salesforce instance URL, optional for reference (determined automatically from OAuth token response). */
|
|
16840
|
+
instanceUrl?: InputMaybe<Scalars['String']['input']>;
|
|
16841
|
+
/** Whether this is a Salesforce sandbox environment (determines OAuth endpoint). */
|
|
16842
|
+
isSandbox?: InputMaybe<Scalars['Boolean']['input']>;
|
|
16843
|
+
/** Salesforce OAuth2 refresh token, for User authentication type. */
|
|
16844
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
16845
|
+
};
|
|
16846
|
+
/** Represents Salesforce CRM feed properties. */
|
|
16847
|
+
export type SalesforceCrmFeedPropertiesUpdateInput = {
|
|
16848
|
+
/** Salesforce authentication type, defaults to User. */
|
|
16849
|
+
authenticationType?: InputMaybe<SalesforceAuthenticationTypes>;
|
|
16850
|
+
/** Salesforce OAuth2 client identifier (Consumer Key), for User authentication type. */
|
|
16851
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
16852
|
+
/** Salesforce OAuth2 client secret (Consumer Secret), for User authentication type. */
|
|
16853
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
16854
|
+
/** The authentication connector reference. */
|
|
16855
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
16856
|
+
/** Salesforce instance URL, optional for reference (determined automatically from OAuth token response). */
|
|
16857
|
+
instanceUrl?: InputMaybe<Scalars['String']['input']>;
|
|
16858
|
+
/** Whether this is a Salesforce sandbox environment (determines OAuth endpoint). */
|
|
16859
|
+
isSandbox?: InputMaybe<Scalars['Boolean']['input']>;
|
|
16860
|
+
/** Salesforce OAuth2 refresh token, for User authentication type. */
|
|
16861
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
16862
|
+
};
|
|
16863
|
+
export declare enum SalesforceFeedAuthenticationTypes {
|
|
16864
|
+
Connector = "CONNECTOR",
|
|
16865
|
+
User = "USER"
|
|
16866
|
+
}
|
|
16867
|
+
/** Represents Salesforce feed properties. */
|
|
16868
|
+
export type SalesforceFeedProperties = {
|
|
16869
|
+
__typename?: 'SalesforceFeedProperties';
|
|
16870
|
+
/** Salesforce authentication type. */
|
|
16871
|
+
authenticationType?: Maybe<SalesforceFeedAuthenticationTypes>;
|
|
16872
|
+
/** Salesforce OAuth2 client identifier (Consumer Key from Connected App). */
|
|
16873
|
+
clientId?: Maybe<Scalars['String']['output']>;
|
|
16874
|
+
/** Salesforce OAuth2 client secret (Consumer Secret from Connected App). */
|
|
16875
|
+
clientSecret?: Maybe<Scalars['String']['output']>;
|
|
16876
|
+
/** Connector reference for credential retrieval. */
|
|
16877
|
+
connector?: Maybe<EntityReference>;
|
|
16878
|
+
/** Use Salesforce sandbox environment. */
|
|
16879
|
+
isSandbox?: Maybe<Scalars['Boolean']['output']>;
|
|
16880
|
+
/** The limit of items to be read from feed, defaults to 100. */
|
|
16881
|
+
readLimit?: Maybe<Scalars['Int']['output']>;
|
|
16882
|
+
/** Salesforce OAuth2 refresh token. */
|
|
16883
|
+
refreshToken?: Maybe<Scalars['String']['output']>;
|
|
16884
|
+
};
|
|
16885
|
+
/** Represents Salesforce feed properties. */
|
|
16886
|
+
export type SalesforceFeedPropertiesInput = {
|
|
16887
|
+
/** Salesforce authentication type. */
|
|
16888
|
+
authenticationType?: InputMaybe<SalesforceFeedAuthenticationTypes>;
|
|
16889
|
+
/** Salesforce OAuth2 client identifier (Consumer Key from Connected App). */
|
|
16890
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
16891
|
+
/** Salesforce OAuth2 client secret (Consumer Secret from Connected App). */
|
|
16892
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
16893
|
+
/** Connector reference for credential retrieval. */
|
|
16894
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
16895
|
+
/** Use Salesforce sandbox environment. */
|
|
16896
|
+
isSandbox?: InputMaybe<Scalars['Boolean']['input']>;
|
|
16897
|
+
/** The limit of items to be read from feed, defaults to 100. */
|
|
16898
|
+
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
16899
|
+
/** Salesforce OAuth2 refresh token. */
|
|
16900
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
16901
|
+
};
|
|
16902
|
+
/** Represents Salesforce feed properties. */
|
|
16903
|
+
export type SalesforceFeedPropertiesUpdateInput = {
|
|
16904
|
+
/** Salesforce authentication type. */
|
|
16905
|
+
authenticationType?: InputMaybe<SalesforceFeedAuthenticationTypes>;
|
|
16906
|
+
/** Salesforce OAuth2 client identifier (Consumer Key from Connected App). */
|
|
16907
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
16908
|
+
/** Salesforce OAuth2 client secret (Consumer Secret from Connected App). */
|
|
16909
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
16910
|
+
/** Connector reference for credential retrieval. */
|
|
16911
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
16912
|
+
/** Use Salesforce sandbox environment. */
|
|
16913
|
+
isSandbox?: InputMaybe<Scalars['Boolean']['input']>;
|
|
16914
|
+
/** The limit of items to be read from feed, defaults to 100. */
|
|
16915
|
+
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
16916
|
+
/** Salesforce OAuth2 refresh token. */
|
|
16917
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
16918
|
+
};
|
|
16919
|
+
export declare enum SalesforceIssueAuthenticationTypes {
|
|
16920
|
+
Connector = "CONNECTOR",
|
|
16921
|
+
User = "USER"
|
|
16922
|
+
}
|
|
16923
|
+
/** Represents Salesforce Tasks feed properties. */
|
|
16924
|
+
export type SalesforceTasksFeedProperties = {
|
|
16925
|
+
__typename?: 'SalesforceTasksFeedProperties';
|
|
16926
|
+
/** Salesforce authentication type. */
|
|
16927
|
+
authenticationType?: Maybe<SalesforceIssueAuthenticationTypes>;
|
|
16928
|
+
/** Salesforce OAuth2 client identifier (Consumer Key from Connected App). */
|
|
16929
|
+
clientId?: Maybe<Scalars['String']['output']>;
|
|
16930
|
+
/** Salesforce OAuth2 client secret (Consumer Secret from Connected App). */
|
|
16931
|
+
clientSecret?: Maybe<Scalars['String']['output']>;
|
|
16932
|
+
/** Connector reference for credential retrieval. */
|
|
16933
|
+
connector?: Maybe<EntityReference>;
|
|
16934
|
+
/** Use Salesforce sandbox environment. */
|
|
16935
|
+
isSandbox?: Maybe<Scalars['Boolean']['output']>;
|
|
16936
|
+
/** Salesforce OAuth2 refresh token. */
|
|
16937
|
+
refreshToken?: Maybe<Scalars['String']['output']>;
|
|
16938
|
+
};
|
|
16939
|
+
/** Represents Salesforce Tasks feed properties. */
|
|
16940
|
+
export type SalesforceTasksFeedPropertiesInput = {
|
|
16941
|
+
/** Salesforce authentication type. */
|
|
16942
|
+
authenticationType?: InputMaybe<SalesforceIssueAuthenticationTypes>;
|
|
16943
|
+
/** Salesforce OAuth2 client identifier (Consumer Key from Connected App). */
|
|
16944
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
16945
|
+
/** Salesforce OAuth2 client secret (Consumer Secret from Connected App). */
|
|
16946
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
16947
|
+
/** Connector reference for credential retrieval. */
|
|
16948
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
16949
|
+
/** Use Salesforce sandbox environment. */
|
|
16950
|
+
isSandbox?: InputMaybe<Scalars['Boolean']['input']>;
|
|
16951
|
+
/** Salesforce OAuth2 refresh token. */
|
|
16952
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
16953
|
+
};
|
|
16954
|
+
/** Represents Salesforce Tasks feed properties. */
|
|
16955
|
+
export type SalesforceTasksFeedPropertiesUpdateInput = {
|
|
16956
|
+
/** Salesforce authentication type. */
|
|
16957
|
+
authenticationType?: InputMaybe<SalesforceIssueAuthenticationTypes>;
|
|
16958
|
+
/** Salesforce OAuth2 client identifier (Consumer Key from Connected App). */
|
|
16959
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
16960
|
+
/** Salesforce OAuth2 client secret (Consumer Secret from Connected App). */
|
|
16961
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
16962
|
+
/** Connector reference for credential retrieval. */
|
|
16963
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
16964
|
+
/** Use Salesforce sandbox environment. */
|
|
16965
|
+
isSandbox?: InputMaybe<Scalars['Boolean']['input']>;
|
|
16966
|
+
/** Salesforce OAuth2 refresh token. */
|
|
16967
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
16968
|
+
};
|
|
16603
16969
|
/** SDK type */
|
|
16604
16970
|
export declare enum SdkTypes {
|
|
16605
16971
|
/** .NET SDK */
|
|
@@ -17011,6 +17377,8 @@ export type SlackFeedPropertiesInput = {
|
|
|
17011
17377
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
17012
17378
|
/** Slack OAuth refresh token. */
|
|
17013
17379
|
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
17380
|
+
/** The Slack App signing secret for webhook validation. Required when using MONITOR schedule (real-time webhook mode). */
|
|
17381
|
+
signingSecret?: InputMaybe<Scalars['String']['input']>;
|
|
17014
17382
|
/** The Slack bot token, required for Token authentication type. */
|
|
17015
17383
|
token?: InputMaybe<Scalars['String']['input']>;
|
|
17016
17384
|
/** Feed listing type, i.e. past or new messages. */
|
|
@@ -17034,6 +17402,8 @@ export type SlackFeedPropertiesUpdateInput = {
|
|
|
17034
17402
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
17035
17403
|
/** Slack OAuth refresh token. */
|
|
17036
17404
|
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
17405
|
+
/** The Slack App signing secret for webhook validation. */
|
|
17406
|
+
signingSecret?: InputMaybe<Scalars['String']['input']>;
|
|
17037
17407
|
/** The Slack bot token. */
|
|
17038
17408
|
token?: InputMaybe<Scalars['String']['input']>;
|
|
17039
17409
|
/** Feed listing type, i.e. past or new messages. */
|
|
@@ -17822,6 +18192,16 @@ export type ToolDefinitionInput = {
|
|
|
17822
18192
|
/** The tool schema. */
|
|
17823
18193
|
schema: Scalars['String']['input'];
|
|
17824
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
|
+
};
|
|
17825
18205
|
/** Represents Trello feed properties. */
|
|
17826
18206
|
export type TrelloFeedProperties = {
|
|
17827
18207
|
__typename?: 'TrelloFeedProperties';
|
|
@@ -20611,6 +20991,36 @@ export type GetContentQuery = {
|
|
|
20611
20991
|
folderCount?: number | null;
|
|
20612
20992
|
isEncrypted?: boolean | null;
|
|
20613
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;
|
|
20614
21024
|
language?: {
|
|
20615
21025
|
__typename?: 'LanguageMetadata';
|
|
20616
21026
|
languages?: Array<string | null> | null;
|
|
@@ -21547,6 +21957,36 @@ export type LookupContentsQuery = {
|
|
|
21547
21957
|
folderCount?: number | null;
|
|
21548
21958
|
isEncrypted?: boolean | null;
|
|
21549
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;
|
|
21550
21990
|
language?: {
|
|
21551
21991
|
__typename?: 'LanguageMetadata';
|
|
21552
21992
|
languages?: Array<string | null> | null;
|
|
@@ -22314,6 +22754,36 @@ export type QueryContentsQuery = {
|
|
|
22314
22754
|
folderCount?: number | null;
|
|
22315
22755
|
isEncrypted?: boolean | null;
|
|
22316
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;
|
|
22317
22787
|
language?: {
|
|
22318
22788
|
__typename?: 'LanguageMetadata';
|
|
22319
22789
|
languages?: Array<string | null> | null;
|
|
@@ -22777,6 +23247,36 @@ export type QueryContentsObservationsQuery = {
|
|
|
22777
23247
|
folderCount?: number | null;
|
|
22778
23248
|
isEncrypted?: boolean | null;
|
|
22779
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;
|
|
22780
23280
|
language?: {
|
|
22781
23281
|
__typename?: 'LanguageMetadata';
|
|
22782
23282
|
languages?: Array<string | null> | null;
|
|
@@ -27682,6 +28182,18 @@ export type GetFeedQuery = {
|
|
|
27682
28182
|
__typename?: 'AttioTasksFeedProperties';
|
|
27683
28183
|
apiKey: string;
|
|
27684
28184
|
} | null;
|
|
28185
|
+
salesforce?: {
|
|
28186
|
+
__typename?: 'SalesforceTasksFeedProperties';
|
|
28187
|
+
authenticationType?: SalesforceIssueAuthenticationTypes | null;
|
|
28188
|
+
isSandbox?: boolean | null;
|
|
28189
|
+
clientId?: string | null;
|
|
28190
|
+
clientSecret?: string | null;
|
|
28191
|
+
refreshToken?: string | null;
|
|
28192
|
+
connector?: {
|
|
28193
|
+
__typename?: 'EntityReference';
|
|
28194
|
+
id: string;
|
|
28195
|
+
} | null;
|
|
28196
|
+
} | null;
|
|
27685
28197
|
} | null;
|
|
27686
28198
|
commit?: {
|
|
27687
28199
|
__typename?: 'CommitFeedProperties';
|
|
@@ -27755,6 +28267,19 @@ export type GetFeedQuery = {
|
|
|
27755
28267
|
id: string;
|
|
27756
28268
|
} | null;
|
|
27757
28269
|
} | null;
|
|
28270
|
+
salesforce?: {
|
|
28271
|
+
__typename?: 'SalesforceCRMFeedProperties';
|
|
28272
|
+
authenticationType?: SalesforceAuthenticationTypes | null;
|
|
28273
|
+
instanceUrl?: string | null;
|
|
28274
|
+
isSandbox?: boolean | null;
|
|
28275
|
+
clientId?: string | null;
|
|
28276
|
+
clientSecret?: string | null;
|
|
28277
|
+
refreshToken?: string | null;
|
|
28278
|
+
connector?: {
|
|
28279
|
+
__typename?: 'EntityReference';
|
|
28280
|
+
id: string;
|
|
28281
|
+
} | null;
|
|
28282
|
+
} | null;
|
|
27758
28283
|
} | null;
|
|
27759
28284
|
calendar?: {
|
|
27760
28285
|
__typename?: 'CalendarFeedProperties';
|
|
@@ -27794,6 +28319,29 @@ export type GetFeedQuery = {
|
|
|
27794
28319
|
} | null;
|
|
27795
28320
|
} | null;
|
|
27796
28321
|
} | null;
|
|
28322
|
+
meeting?: {
|
|
28323
|
+
__typename?: 'MeetingFeedProperties';
|
|
28324
|
+
type: FeedServiceTypes;
|
|
28325
|
+
readLimit?: number | null;
|
|
28326
|
+
fireflies?: {
|
|
28327
|
+
__typename?: 'FirefliesFeedProperties';
|
|
28328
|
+
apiKey?: string | null;
|
|
28329
|
+
beforeDate?: any | null;
|
|
28330
|
+
afterDate?: any | null;
|
|
28331
|
+
} | null;
|
|
28332
|
+
attio?: {
|
|
28333
|
+
__typename?: 'AttioMeetingProperties';
|
|
28334
|
+
apiKey?: string | null;
|
|
28335
|
+
afterDate?: any | null;
|
|
28336
|
+
beforeDate?: any | null;
|
|
28337
|
+
} | null;
|
|
28338
|
+
fathom?: {
|
|
28339
|
+
__typename?: 'FathomProperties';
|
|
28340
|
+
apiKey?: string | null;
|
|
28341
|
+
afterDate?: any | null;
|
|
28342
|
+
beforeDate?: any | null;
|
|
28343
|
+
} | null;
|
|
28344
|
+
} | null;
|
|
27797
28345
|
rss?: {
|
|
27798
28346
|
__typename?: 'RSSFeedProperties';
|
|
27799
28347
|
readLimit?: number | null;
|
|
@@ -27899,6 +28447,19 @@ export type GetFeedQuery = {
|
|
|
27899
28447
|
readLimit?: number | null;
|
|
27900
28448
|
apiKey: string;
|
|
27901
28449
|
} | null;
|
|
28450
|
+
salesforce?: {
|
|
28451
|
+
__typename?: 'SalesforceFeedProperties';
|
|
28452
|
+
readLimit?: number | null;
|
|
28453
|
+
authenticationType?: SalesforceFeedAuthenticationTypes | null;
|
|
28454
|
+
isSandbox?: boolean | null;
|
|
28455
|
+
clientId?: string | null;
|
|
28456
|
+
clientSecret?: string | null;
|
|
28457
|
+
refreshToken?: string | null;
|
|
28458
|
+
connector?: {
|
|
28459
|
+
__typename?: 'EntityReference';
|
|
28460
|
+
id: string;
|
|
28461
|
+
} | null;
|
|
28462
|
+
} | null;
|
|
27902
28463
|
research?: {
|
|
27903
28464
|
__typename?: 'ResearchFeedProperties';
|
|
27904
28465
|
readLimit?: number | null;
|
|
@@ -28249,6 +28810,18 @@ export type QueryFeedsQuery = {
|
|
|
28249
28810
|
__typename?: 'AttioTasksFeedProperties';
|
|
28250
28811
|
apiKey: string;
|
|
28251
28812
|
} | null;
|
|
28813
|
+
salesforce?: {
|
|
28814
|
+
__typename?: 'SalesforceTasksFeedProperties';
|
|
28815
|
+
authenticationType?: SalesforceIssueAuthenticationTypes | null;
|
|
28816
|
+
isSandbox?: boolean | null;
|
|
28817
|
+
clientId?: string | null;
|
|
28818
|
+
clientSecret?: string | null;
|
|
28819
|
+
refreshToken?: string | null;
|
|
28820
|
+
connector?: {
|
|
28821
|
+
__typename?: 'EntityReference';
|
|
28822
|
+
id: string;
|
|
28823
|
+
} | null;
|
|
28824
|
+
} | null;
|
|
28252
28825
|
} | null;
|
|
28253
28826
|
commit?: {
|
|
28254
28827
|
__typename?: 'CommitFeedProperties';
|
|
@@ -28322,6 +28895,19 @@ export type QueryFeedsQuery = {
|
|
|
28322
28895
|
id: string;
|
|
28323
28896
|
} | null;
|
|
28324
28897
|
} | null;
|
|
28898
|
+
salesforce?: {
|
|
28899
|
+
__typename?: 'SalesforceCRMFeedProperties';
|
|
28900
|
+
authenticationType?: SalesforceAuthenticationTypes | null;
|
|
28901
|
+
instanceUrl?: string | null;
|
|
28902
|
+
isSandbox?: boolean | null;
|
|
28903
|
+
clientId?: string | null;
|
|
28904
|
+
clientSecret?: string | null;
|
|
28905
|
+
refreshToken?: string | null;
|
|
28906
|
+
connector?: {
|
|
28907
|
+
__typename?: 'EntityReference';
|
|
28908
|
+
id: string;
|
|
28909
|
+
} | null;
|
|
28910
|
+
} | null;
|
|
28325
28911
|
} | null;
|
|
28326
28912
|
calendar?: {
|
|
28327
28913
|
__typename?: 'CalendarFeedProperties';
|
|
@@ -28361,6 +28947,29 @@ export type QueryFeedsQuery = {
|
|
|
28361
28947
|
} | null;
|
|
28362
28948
|
} | null;
|
|
28363
28949
|
} | null;
|
|
28950
|
+
meeting?: {
|
|
28951
|
+
__typename?: 'MeetingFeedProperties';
|
|
28952
|
+
type: FeedServiceTypes;
|
|
28953
|
+
readLimit?: number | null;
|
|
28954
|
+
fireflies?: {
|
|
28955
|
+
__typename?: 'FirefliesFeedProperties';
|
|
28956
|
+
apiKey?: string | null;
|
|
28957
|
+
beforeDate?: any | null;
|
|
28958
|
+
afterDate?: any | null;
|
|
28959
|
+
} | null;
|
|
28960
|
+
attio?: {
|
|
28961
|
+
__typename?: 'AttioMeetingProperties';
|
|
28962
|
+
apiKey?: string | null;
|
|
28963
|
+
afterDate?: any | null;
|
|
28964
|
+
beforeDate?: any | null;
|
|
28965
|
+
} | null;
|
|
28966
|
+
fathom?: {
|
|
28967
|
+
__typename?: 'FathomProperties';
|
|
28968
|
+
apiKey?: string | null;
|
|
28969
|
+
afterDate?: any | null;
|
|
28970
|
+
beforeDate?: any | null;
|
|
28971
|
+
} | null;
|
|
28972
|
+
} | null;
|
|
28364
28973
|
rss?: {
|
|
28365
28974
|
__typename?: 'RSSFeedProperties';
|
|
28366
28975
|
readLimit?: number | null;
|
|
@@ -28466,6 +29075,19 @@ export type QueryFeedsQuery = {
|
|
|
28466
29075
|
readLimit?: number | null;
|
|
28467
29076
|
apiKey: string;
|
|
28468
29077
|
} | null;
|
|
29078
|
+
salesforce?: {
|
|
29079
|
+
__typename?: 'SalesforceFeedProperties';
|
|
29080
|
+
readLimit?: number | null;
|
|
29081
|
+
authenticationType?: SalesforceFeedAuthenticationTypes | null;
|
|
29082
|
+
isSandbox?: boolean | null;
|
|
29083
|
+
clientId?: string | null;
|
|
29084
|
+
clientSecret?: string | null;
|
|
29085
|
+
refreshToken?: string | null;
|
|
29086
|
+
connector?: {
|
|
29087
|
+
__typename?: 'EntityReference';
|
|
29088
|
+
id: string;
|
|
29089
|
+
} | null;
|
|
29090
|
+
} | null;
|
|
28469
29091
|
research?: {
|
|
28470
29092
|
__typename?: 'ResearchFeedProperties';
|
|
28471
29093
|
readLimit?: number | null;
|
|
@@ -520,6 +520,8 @@ export var ContentTypes;
|
|
|
520
520
|
ContentTypes["PullRequest"] = "PULL_REQUEST";
|
|
521
521
|
/** Text (i.e. Markdown, HTML, plain text) */
|
|
522
522
|
ContentTypes["Text"] = "TEXT";
|
|
523
|
+
/** Transcript (i.e. pre-transcribed meeting content) */
|
|
524
|
+
ContentTypes["Transcript"] = "TRANSCRIPT";
|
|
523
525
|
})(ContentTypes || (ContentTypes = {}));
|
|
524
526
|
/** Conversation message role type */
|
|
525
527
|
export var ConversationRoleTypes;
|
|
@@ -946,12 +948,18 @@ export var FeedConnectorTypes;
|
|
|
946
948
|
FeedConnectorTypes["Atlassian"] = "ATLASSIAN";
|
|
947
949
|
/** Attio feed connector */
|
|
948
950
|
FeedConnectorTypes["Attio"] = "ATTIO";
|
|
951
|
+
/** Attio Meeting Transcripts feed connector */
|
|
952
|
+
FeedConnectorTypes["AttioMeeting"] = "ATTIO_MEETING";
|
|
949
953
|
/** Microsoft Azure feed connector */
|
|
950
954
|
FeedConnectorTypes["Azure"] = "AZURE";
|
|
951
955
|
/** Box feed connector */
|
|
952
956
|
FeedConnectorTypes["Box"] = "BOX";
|
|
953
957
|
/** Dropbox feed connector */
|
|
954
958
|
FeedConnectorTypes["Dropbox"] = "DROPBOX";
|
|
959
|
+
/** Fathom feed connector */
|
|
960
|
+
FeedConnectorTypes["Fathom"] = "FATHOM";
|
|
961
|
+
/** Fireflies.ai feed connector */
|
|
962
|
+
FeedConnectorTypes["Fireflies"] = "FIREFLIES";
|
|
955
963
|
/** GitHub feed connector */
|
|
956
964
|
FeedConnectorTypes["GitHub"] = "GIT_HUB";
|
|
957
965
|
/** Google Cloud feed connector */
|
|
@@ -978,6 +986,10 @@ export var FeedConnectorTypes;
|
|
|
978
986
|
FeedConnectorTypes["OneDrive"] = "ONE_DRIVE";
|
|
979
987
|
/** Parallel feed connector */
|
|
980
988
|
FeedConnectorTypes["Parallel"] = "PARALLEL";
|
|
989
|
+
/** Salesforce feed connector */
|
|
990
|
+
FeedConnectorTypes["Salesforce"] = "SALESFORCE";
|
|
991
|
+
/** Salesforce Einstein Conversation Insights feed connector */
|
|
992
|
+
FeedConnectorTypes["SalesforceEci"] = "SALESFORCE_ECI";
|
|
981
993
|
/** Microsoft SharePoint feed connector */
|
|
982
994
|
FeedConnectorTypes["SharePoint"] = "SHARE_POINT";
|
|
983
995
|
/** Zendesk feed connector */
|
|
@@ -996,6 +1008,8 @@ export var FeedServiceTypes;
|
|
|
996
1008
|
(function (FeedServiceTypes) {
|
|
997
1009
|
/** Atlassian Jira feed service */
|
|
998
1010
|
FeedServiceTypes["AtlassianJira"] = "ATLASSIAN_JIRA";
|
|
1011
|
+
/** Attio Meeting Transcripts feed service */
|
|
1012
|
+
FeedServiceTypes["AttioMeeting"] = "ATTIO_MEETING";
|
|
999
1013
|
/** Attio Notes feed service */
|
|
1000
1014
|
FeedServiceTypes["AttioNotes"] = "ATTIO_NOTES";
|
|
1001
1015
|
/** Attio Objects feed service */
|
|
@@ -1010,6 +1024,10 @@ export var FeedServiceTypes;
|
|
|
1010
1024
|
FeedServiceTypes["Box"] = "BOX";
|
|
1011
1025
|
/** Dropbox feed service */
|
|
1012
1026
|
FeedServiceTypes["Dropbox"] = "DROPBOX";
|
|
1027
|
+
/** Fathom feed service */
|
|
1028
|
+
FeedServiceTypes["Fathom"] = "FATHOM";
|
|
1029
|
+
/** Fireflies.ai feed service */
|
|
1030
|
+
FeedServiceTypes["Fireflies"] = "FIREFLIES";
|
|
1013
1031
|
/** GitHub feed service */
|
|
1014
1032
|
FeedServiceTypes["GitHub"] = "GIT_HUB";
|
|
1015
1033
|
/** GitHub Commits feed service */
|
|
@@ -1046,6 +1064,14 @@ export var FeedServiceTypes;
|
|
|
1046
1064
|
FeedServiceTypes["Parallel"] = "PARALLEL";
|
|
1047
1065
|
/** AWS S3 Blob feed service */
|
|
1048
1066
|
FeedServiceTypes["S3Blob"] = "S3_BLOB";
|
|
1067
|
+
/** Salesforce Einstein Conversation Insights feed service */
|
|
1068
|
+
FeedServiceTypes["SalesforceEci"] = "SALESFORCE_ECI";
|
|
1069
|
+
/** Salesforce Notes feed service */
|
|
1070
|
+
FeedServiceTypes["SalesforceNotes"] = "SALESFORCE_NOTES";
|
|
1071
|
+
/** Salesforce Objects feed service */
|
|
1072
|
+
FeedServiceTypes["SalesforceObjects"] = "SALESFORCE_OBJECTS";
|
|
1073
|
+
/** Salesforce Tasks feed service */
|
|
1074
|
+
FeedServiceTypes["SalesforceTasks"] = "SALESFORCE_TASKS";
|
|
1049
1075
|
/** Microsoft SharePoint feed service */
|
|
1050
1076
|
FeedServiceTypes["SharePoint"] = "SHARE_POINT";
|
|
1051
1077
|
/** Trello feed service */
|
|
@@ -1084,6 +1110,8 @@ export var FeedTypes;
|
|
|
1084
1110
|
FeedTypes["Intercom"] = "INTERCOM";
|
|
1085
1111
|
/** Issue feed */
|
|
1086
1112
|
FeedTypes["Issue"] = "ISSUE";
|
|
1113
|
+
/** Meeting transcript feed */
|
|
1114
|
+
FeedTypes["Meeting"] = "MEETING";
|
|
1087
1115
|
/** Microsoft Teams channel feed */
|
|
1088
1116
|
FeedTypes["MicrosoftTeams"] = "MICROSOFT_TEAMS";
|
|
1089
1117
|
/** Notion feed */
|
|
@@ -1096,6 +1124,8 @@ export var FeedTypes;
|
|
|
1096
1124
|
FeedTypes["Research"] = "RESEARCH";
|
|
1097
1125
|
/** RSS feed */
|
|
1098
1126
|
FeedTypes["Rss"] = "RSS";
|
|
1127
|
+
/** Salesforce feed */
|
|
1128
|
+
FeedTypes["Salesforce"] = "SALESFORCE";
|
|
1099
1129
|
/** Web Search feed */
|
|
1100
1130
|
FeedTypes["Search"] = "SEARCH";
|
|
1101
1131
|
/** Cloud storage site feed */
|
|
@@ -2300,6 +2330,21 @@ export var RevisionStrategyTypes;
|
|
|
2300
2330
|
/** Prompt LLM to revise completion, and provide updated response */
|
|
2301
2331
|
RevisionStrategyTypes["Revise"] = "REVISE";
|
|
2302
2332
|
})(RevisionStrategyTypes || (RevisionStrategyTypes = {}));
|
|
2333
|
+
export var SalesforceAuthenticationTypes;
|
|
2334
|
+
(function (SalesforceAuthenticationTypes) {
|
|
2335
|
+
SalesforceAuthenticationTypes["Connector"] = "CONNECTOR";
|
|
2336
|
+
SalesforceAuthenticationTypes["User"] = "USER";
|
|
2337
|
+
})(SalesforceAuthenticationTypes || (SalesforceAuthenticationTypes = {}));
|
|
2338
|
+
export var SalesforceFeedAuthenticationTypes;
|
|
2339
|
+
(function (SalesforceFeedAuthenticationTypes) {
|
|
2340
|
+
SalesforceFeedAuthenticationTypes["Connector"] = "CONNECTOR";
|
|
2341
|
+
SalesforceFeedAuthenticationTypes["User"] = "USER";
|
|
2342
|
+
})(SalesforceFeedAuthenticationTypes || (SalesforceFeedAuthenticationTypes = {}));
|
|
2343
|
+
export var SalesforceIssueAuthenticationTypes;
|
|
2344
|
+
(function (SalesforceIssueAuthenticationTypes) {
|
|
2345
|
+
SalesforceIssueAuthenticationTypes["Connector"] = "CONNECTOR";
|
|
2346
|
+
SalesforceIssueAuthenticationTypes["User"] = "USER";
|
|
2347
|
+
})(SalesforceIssueAuthenticationTypes || (SalesforceIssueAuthenticationTypes = {}));
|
|
2303
2348
|
/** SDK type */
|
|
2304
2349
|
export var SdkTypes;
|
|
2305
2350
|
(function (SdkTypes) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphlit-client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.20260104001-dev",
|
|
4
4
|
"description": "Graphlit API Client for TypeScript",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/client.js",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
27
|
"generate": "graphql-codegen --config codegen.yml",
|
|
28
|
+
"generate:dev": "GRAPHQL_SCHEMA_URL=https://data-scus-dev.graphlit.io/api/v1/graphql graphql-codegen --config codegen.yml",
|
|
28
29
|
"format": "prettier --write .",
|
|
29
30
|
"build": "tsc -p tsconfig.json",
|
|
30
31
|
"prepublishOnly": "npm run build",
|