graphlit-client 1.0.20241213001 → 1.0.20241222001
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.
@@ -91,10 +91,12 @@ exports.GetAlert = (0, graphql_tag_1.default) `
|
|
91
91
|
from
|
92
92
|
to
|
93
93
|
}
|
94
|
+
inLast
|
94
95
|
creationDateRange {
|
95
96
|
from
|
96
97
|
to
|
97
98
|
}
|
99
|
+
createdInLast
|
98
100
|
types
|
99
101
|
fileTypes
|
100
102
|
contents {
|
@@ -199,10 +201,12 @@ exports.QueryAlerts = (0, graphql_tag_1.default) `
|
|
199
201
|
from
|
200
202
|
to
|
201
203
|
}
|
204
|
+
inLast
|
202
205
|
creationDateRange {
|
203
206
|
from
|
204
207
|
to
|
205
208
|
}
|
209
|
+
createdInLast
|
206
210
|
types
|
207
211
|
fileTypes
|
208
212
|
contents {
|
@@ -3032,10 +3036,12 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
3032
3036
|
from
|
3033
3037
|
to
|
3034
3038
|
}
|
3039
|
+
inLast
|
3035
3040
|
creationDateRange {
|
3036
3041
|
from
|
3037
3042
|
to
|
3038
3043
|
}
|
3044
|
+
createdInLast
|
3039
3045
|
types
|
3040
3046
|
fileTypes
|
3041
3047
|
contents {
|
@@ -3099,10 +3105,12 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
3099
3105
|
from
|
3100
3106
|
to
|
3101
3107
|
}
|
3108
|
+
inLast
|
3102
3109
|
creationDateRange {
|
3103
3110
|
from
|
3104
3111
|
to
|
3105
3112
|
}
|
3113
|
+
createdInLast
|
3106
3114
|
types
|
3107
3115
|
fileTypes
|
3108
3116
|
contents {
|
@@ -3783,10 +3791,12 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
|
|
3783
3791
|
from
|
3784
3792
|
to
|
3785
3793
|
}
|
3794
|
+
inLast
|
3786
3795
|
creationDateRange {
|
3787
3796
|
from
|
3788
3797
|
to
|
3789
3798
|
}
|
3799
|
+
createdInLast
|
3790
3800
|
types
|
3791
3801
|
fileTypes
|
3792
3802
|
contents {
|
@@ -3850,10 +3860,12 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
|
|
3850
3860
|
from
|
3851
3861
|
to
|
3852
3862
|
}
|
3863
|
+
inLast
|
3853
3864
|
creationDateRange {
|
3854
3865
|
from
|
3855
3866
|
to
|
3856
3867
|
}
|
3868
|
+
createdInLast
|
3857
3869
|
types
|
3858
3870
|
fileTypes
|
3859
3871
|
contents {
|
@@ -4718,16 +4730,32 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
4718
4730
|
}
|
4719
4731
|
oneDrive {
|
4720
4732
|
folderId
|
4733
|
+
files
|
4721
4734
|
clientId
|
4722
4735
|
clientSecret
|
4723
4736
|
refreshToken
|
4724
4737
|
}
|
4725
4738
|
googleDrive {
|
4726
4739
|
folderId
|
4740
|
+
files
|
4727
4741
|
refreshToken
|
4728
4742
|
clientId
|
4729
4743
|
clientSecret
|
4730
4744
|
}
|
4745
|
+
dropbox {
|
4746
|
+
path
|
4747
|
+
appKey
|
4748
|
+
appSecret
|
4749
|
+
refreshToken
|
4750
|
+
redirectUri
|
4751
|
+
}
|
4752
|
+
box {
|
4753
|
+
folderId
|
4754
|
+
clientId
|
4755
|
+
clientSecret
|
4756
|
+
refreshToken
|
4757
|
+
redirectUri
|
4758
|
+
}
|
4731
4759
|
github {
|
4732
4760
|
uri
|
4733
4761
|
repositoryOwner
|
@@ -4775,6 +4803,13 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
4775
4803
|
refreshToken
|
4776
4804
|
personalAccessToken
|
4777
4805
|
}
|
4806
|
+
intercom {
|
4807
|
+
accessToken
|
4808
|
+
}
|
4809
|
+
zendesk {
|
4810
|
+
subdomain
|
4811
|
+
accessToken
|
4812
|
+
}
|
4778
4813
|
readLimit
|
4779
4814
|
}
|
4780
4815
|
rss {
|
@@ -4803,6 +4838,15 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
4803
4838
|
identifiers
|
4804
4839
|
type
|
4805
4840
|
}
|
4841
|
+
intercom {
|
4842
|
+
readLimit
|
4843
|
+
accessToken
|
4844
|
+
}
|
4845
|
+
zendesk {
|
4846
|
+
readLimit
|
4847
|
+
subdomain
|
4848
|
+
accessToken
|
4849
|
+
}
|
4806
4850
|
youtube {
|
4807
4851
|
readLimit
|
4808
4852
|
type
|
@@ -4917,16 +4961,32 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
4917
4961
|
}
|
4918
4962
|
oneDrive {
|
4919
4963
|
folderId
|
4964
|
+
files
|
4920
4965
|
clientId
|
4921
4966
|
clientSecret
|
4922
4967
|
refreshToken
|
4923
4968
|
}
|
4924
4969
|
googleDrive {
|
4925
4970
|
folderId
|
4971
|
+
files
|
4926
4972
|
refreshToken
|
4927
4973
|
clientId
|
4928
4974
|
clientSecret
|
4929
4975
|
}
|
4976
|
+
dropbox {
|
4977
|
+
path
|
4978
|
+
appKey
|
4979
|
+
appSecret
|
4980
|
+
refreshToken
|
4981
|
+
redirectUri
|
4982
|
+
}
|
4983
|
+
box {
|
4984
|
+
folderId
|
4985
|
+
clientId
|
4986
|
+
clientSecret
|
4987
|
+
refreshToken
|
4988
|
+
redirectUri
|
4989
|
+
}
|
4930
4990
|
github {
|
4931
4991
|
uri
|
4932
4992
|
repositoryOwner
|
@@ -4974,6 +5034,13 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
4974
5034
|
refreshToken
|
4975
5035
|
personalAccessToken
|
4976
5036
|
}
|
5037
|
+
intercom {
|
5038
|
+
accessToken
|
5039
|
+
}
|
5040
|
+
zendesk {
|
5041
|
+
subdomain
|
5042
|
+
accessToken
|
5043
|
+
}
|
4977
5044
|
readLimit
|
4978
5045
|
}
|
4979
5046
|
rss {
|
@@ -5002,6 +5069,15 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
5002
5069
|
identifiers
|
5003
5070
|
type
|
5004
5071
|
}
|
5072
|
+
intercom {
|
5073
|
+
readLimit
|
5074
|
+
accessToken
|
5075
|
+
}
|
5076
|
+
zendesk {
|
5077
|
+
readLimit
|
5078
|
+
subdomain
|
5079
|
+
accessToken
|
5080
|
+
}
|
5005
5081
|
youtube {
|
5006
5082
|
readLimit
|
5007
5083
|
type
|
@@ -148,6 +148,8 @@ export type Alert = {
|
|
148
148
|
};
|
149
149
|
/** Represents a filter for alerts. */
|
150
150
|
export type AlertFilter = {
|
151
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return alert(s) created in the last 24 hours. */
|
152
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
151
153
|
/** Filter alert(s) by their creation date range. */
|
152
154
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
153
155
|
/** The sort direction for query results. */
|
@@ -850,6 +852,46 @@ export type BoundingBoxInput = {
|
|
850
852
|
/** The width of the bounding box. */
|
851
853
|
width?: InputMaybe<Scalars['Float']['input']>;
|
852
854
|
};
|
855
|
+
/** Represents Box properties. */
|
856
|
+
export type BoxFeedProperties = {
|
857
|
+
__typename?: 'BoxFeedProperties';
|
858
|
+
/** Box client identifier. */
|
859
|
+
clientId: Scalars['String']['output'];
|
860
|
+
/** Box client secret. */
|
861
|
+
clientSecret: Scalars['String']['output'];
|
862
|
+
/** Box folder identifier. */
|
863
|
+
folderId?: Maybe<Scalars['ID']['output']>;
|
864
|
+
/** Box redirect URI. */
|
865
|
+
redirectUri: Scalars['String']['output'];
|
866
|
+
/** Box refresh token. */
|
867
|
+
refreshToken: Scalars['String']['output'];
|
868
|
+
};
|
869
|
+
/** Represents Box properties. */
|
870
|
+
export type BoxFeedPropertiesInput = {
|
871
|
+
/** Box client identifier. */
|
872
|
+
clientId: Scalars['String']['input'];
|
873
|
+
/** Box client secret. */
|
874
|
+
clientSecret: Scalars['String']['input'];
|
875
|
+
/** Box folder identifier. */
|
876
|
+
folderId?: InputMaybe<Scalars['ID']['input']>;
|
877
|
+
/** Box redirect URI. */
|
878
|
+
redirectUri: Scalars['String']['input'];
|
879
|
+
/** Box refresh token. */
|
880
|
+
refreshToken: Scalars['String']['input'];
|
881
|
+
};
|
882
|
+
/** Represents Box properties. */
|
883
|
+
export type BoxFeedPropertiesUpdateInput = {
|
884
|
+
/** Box client identifier. */
|
885
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
886
|
+
/** Box client secret. */
|
887
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
888
|
+
/** Box folder identifier. */
|
889
|
+
folderId?: InputMaybe<Scalars['ID']['input']>;
|
890
|
+
/** Box redirect URI. */
|
891
|
+
redirectUri?: InputMaybe<Scalars['String']['input']>;
|
892
|
+
/** Box refresh token. */
|
893
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
894
|
+
};
|
853
895
|
/** Represents a category. */
|
854
896
|
export type Category = {
|
855
897
|
__typename?: 'Category';
|
@@ -898,6 +940,8 @@ export declare enum CategoryFacetTypes {
|
|
898
940
|
}
|
899
941
|
/** Represents a filter for categories. */
|
900
942
|
export type CategoryFilter = {
|
943
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return category(s) created in the last 24 hours. */
|
944
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
901
945
|
/** Filter category(s) by their creation date range. */
|
902
946
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
903
947
|
/** The sort direction for query results. */
|
@@ -1070,6 +1114,8 @@ export type CohereModelPropertiesUpdateInput = {
|
|
1070
1114
|
export declare enum CohereModels {
|
1071
1115
|
/** Command R (Latest) */
|
1072
1116
|
CommandR = "COMMAND_R",
|
1117
|
+
/** Command R7B (2024-12 version) */
|
1118
|
+
CommandR7B_202412 = "COMMAND_R7_B_202412",
|
1073
1119
|
/** Command R (2024-03 version) */
|
1074
1120
|
CommandR_202403 = "COMMAND_R_202403",
|
1075
1121
|
/** Command R (2024-08 version) */
|
@@ -1115,6 +1161,8 @@ export type Collection = {
|
|
1115
1161
|
};
|
1116
1162
|
/** Represents a filter for collections. */
|
1117
1163
|
export type CollectionFilter = {
|
1164
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return collection(s) created in the last 24 hours. */
|
1165
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
1118
1166
|
/** Filter collection(s) by their creation date range. */
|
1119
1167
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
1120
1168
|
/** The sort direction for query results. */
|
@@ -1330,6 +1378,8 @@ export type ContentCriteria = {
|
|
1330
1378
|
collections?: Maybe<Array<EntityReference>>;
|
1331
1379
|
/** Filter by similar contents. */
|
1332
1380
|
contents?: Maybe<Array<EntityReference>>;
|
1381
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return content created in the last 24 hours. */
|
1382
|
+
createdInLast?: Maybe<Scalars['TimeSpan']['output']>;
|
1333
1383
|
/** Filter by creation date range. */
|
1334
1384
|
creationDateRange?: Maybe<DateRange>;
|
1335
1385
|
/** Filter by original date range. */
|
@@ -1338,6 +1388,8 @@ export type ContentCriteria = {
|
|
1338
1388
|
feeds?: Maybe<Array<EntityReference>>;
|
1339
1389
|
/** Filter by file types. */
|
1340
1390
|
fileTypes?: Maybe<Array<Maybe<FileTypes>>>;
|
1391
|
+
/** Filter by original date recent timespan. For example, a timespan of one day will return content authored in the last 24 hours. */
|
1392
|
+
inLast?: Maybe<Scalars['TimeSpan']['output']>;
|
1341
1393
|
/** Filter by observations. */
|
1342
1394
|
observations?: Maybe<Array<ObservationCriteria>>;
|
1343
1395
|
/** List of additional content filters using disjunctive conditions, i.e. 'or' semantics between each filter in list. */
|
@@ -1355,6 +1407,8 @@ export type ContentCriteriaInput = {
|
|
1355
1407
|
collections?: InputMaybe<Array<EntityReferenceInput>>;
|
1356
1408
|
/** Filter by similar contents. */
|
1357
1409
|
contents?: InputMaybe<Array<EntityReferenceInput>>;
|
1410
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return content created in the last 24 hours. */
|
1411
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
1358
1412
|
/** Filter by creation date range. */
|
1359
1413
|
creationDateRange?: InputMaybe<DateRangeInput>;
|
1360
1414
|
/** Filter by original date range. */
|
@@ -1363,6 +1417,8 @@ export type ContentCriteriaInput = {
|
|
1363
1417
|
feeds?: InputMaybe<Array<EntityReferenceInput>>;
|
1364
1418
|
/** Filter by file types. */
|
1365
1419
|
fileTypes?: InputMaybe<Array<FileTypes>>;
|
1420
|
+
/** Filter by original date recent timespan. For example, a timespan of one day will return content authored in the last 24 hours. */
|
1421
|
+
inLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
1366
1422
|
/** Filter by observations. */
|
1367
1423
|
observations?: InputMaybe<Array<ObservationCriteriaInput>>;
|
1368
1424
|
/** List of additional content filters using disjunctive conditions, i.e. 'or' semantics between each filter in list. */
|
@@ -1493,6 +1549,8 @@ export type ContentFilter = {
|
|
1493
1549
|
collections?: InputMaybe<Array<EntityReferenceFilter>>;
|
1494
1550
|
/** Filter by similar contents. */
|
1495
1551
|
contents?: InputMaybe<Array<EntityReferenceFilter>>;
|
1552
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return content(s) created in the last 24 hours. */
|
1553
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
1496
1554
|
/** Filter content(s) by their creation date range. */
|
1497
1555
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
1498
1556
|
/** The sort direction for query results. */
|
@@ -1513,6 +1571,8 @@ export type ContentFilter = {
|
|
1513
1571
|
id?: InputMaybe<Scalars['ID']['input']>;
|
1514
1572
|
/** Filter contents by their external identifier. */
|
1515
1573
|
identifier?: InputMaybe<Scalars['String']['input']>;
|
1574
|
+
/** Filter by original date recent timespan. For example, a timespan of one day will return content authored in the last 24 hours. */
|
1575
|
+
inLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
1516
1576
|
/** Limit the number of content(s) to be returned. */
|
1517
1577
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
1518
1578
|
/** Filter by geo-location. */
|
@@ -1829,6 +1889,8 @@ export type ConversationDetails = {
|
|
1829
1889
|
export type ConversationFilter = {
|
1830
1890
|
/** Filter by similar conversations. */
|
1831
1891
|
conversations?: InputMaybe<Array<EntityReferenceFilter>>;
|
1892
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return conversation(s) created in the last 24 hours. */
|
1893
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
1832
1894
|
/** Filter conversation(s) by their creation date range. */
|
1833
1895
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
1834
1896
|
/** The sort direction for query results. */
|
@@ -1923,9 +1985,11 @@ export declare enum ConversationRoleTypes {
|
|
1923
1985
|
}
|
1924
1986
|
/** Conversation search type */
|
1925
1987
|
export declare enum ConversationSearchTypes {
|
1926
|
-
/** Hybrid (Vector similarity using search
|
1988
|
+
/** Hybrid (Vector similarity using user prompt + Keyword search) */
|
1927
1989
|
Hybrid = "HYBRID",
|
1928
|
-
/**
|
1990
|
+
/** Ignore user prompt for content retrieval */
|
1991
|
+
None = "NONE",
|
1992
|
+
/** Vector similarity using user prompt */
|
1929
1993
|
Vector = "VECTOR"
|
1930
1994
|
}
|
1931
1995
|
/** Represents a conversation strategy. */
|
@@ -2403,6 +2467,46 @@ export type DrawingMetadataInput = {
|
|
2403
2467
|
/** The drawing Y origin. */
|
2404
2468
|
y?: InputMaybe<Scalars['Float']['input']>;
|
2405
2469
|
};
|
2470
|
+
/** Represents Dropbox properties. */
|
2471
|
+
export type DropboxFeedProperties = {
|
2472
|
+
__typename?: 'DropboxFeedProperties';
|
2473
|
+
/** Dropbox app key. */
|
2474
|
+
appKey: Scalars['String']['output'];
|
2475
|
+
/** Dropbox app secret. */
|
2476
|
+
appSecret: Scalars['String']['output'];
|
2477
|
+
/** Dropbox folder path. */
|
2478
|
+
path?: Maybe<Scalars['ID']['output']>;
|
2479
|
+
/** Dropbox redirect URI. */
|
2480
|
+
redirectUri: Scalars['String']['output'];
|
2481
|
+
/** Dropbox refresh token. */
|
2482
|
+
refreshToken: Scalars['String']['output'];
|
2483
|
+
};
|
2484
|
+
/** Represents Dropbox properties. */
|
2485
|
+
export type DropboxFeedPropertiesInput = {
|
2486
|
+
/** Dropbox app key. */
|
2487
|
+
appKey: Scalars['String']['input'];
|
2488
|
+
/** Dropbox app secret. */
|
2489
|
+
appSecret: Scalars['String']['input'];
|
2490
|
+
/** Dropbox folder path. */
|
2491
|
+
path?: InputMaybe<Scalars['ID']['input']>;
|
2492
|
+
/** Dropbox redirect URI. */
|
2493
|
+
redirectUri: Scalars['String']['input'];
|
2494
|
+
/** Dropbox refresh token. */
|
2495
|
+
refreshToken: Scalars['String']['input'];
|
2496
|
+
};
|
2497
|
+
/** Represents Dropbox properties. */
|
2498
|
+
export type DropboxFeedPropertiesUpdateInput = {
|
2499
|
+
/** Dropbox app key. */
|
2500
|
+
appKey?: InputMaybe<Scalars['String']['input']>;
|
2501
|
+
/** Dropbox app secret. */
|
2502
|
+
appSecret?: InputMaybe<Scalars['String']['input']>;
|
2503
|
+
/** Dropbox folder path. */
|
2504
|
+
path?: InputMaybe<Scalars['ID']['input']>;
|
2505
|
+
/** Dropbox redirect URI. */
|
2506
|
+
redirectUri?: InputMaybe<Scalars['String']['input']>;
|
2507
|
+
/** Dropbox refresh token. */
|
2508
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
2509
|
+
};
|
2406
2510
|
/** ElevenLabs models */
|
2407
2511
|
export declare enum ElevenLabsModels {
|
2408
2512
|
/** Eleven English v1 */
|
@@ -2919,6 +3023,8 @@ export type EventFilter = {
|
|
2919
3023
|
availabilityStartDateRange?: InputMaybe<DateRangeFilter>;
|
2920
3024
|
/** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
|
2921
3025
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
3026
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return event(s) created in the last 24 hours. */
|
3027
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
2922
3028
|
/** Filter event(s) by their creation date range. */
|
2923
3029
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
2924
3030
|
/** The sort direction for query results. */
|
@@ -3133,6 +3239,8 @@ export type Feed = {
|
|
3133
3239
|
error?: Maybe<Scalars['String']['output']>;
|
3134
3240
|
/** The ID of the feed. */
|
3135
3241
|
id: Scalars['ID']['output'];
|
3242
|
+
/** The Intercom feed properties. */
|
3243
|
+
intercom?: Maybe<IntercomFeedProperties>;
|
3136
3244
|
/** The issue feed properties. */
|
3137
3245
|
issue?: Maybe<IssueFeedProperties>;
|
3138
3246
|
/** The date of the last item that was read from the feed. */
|
@@ -3174,6 +3282,8 @@ export type Feed = {
|
|
3174
3282
|
workflow?: Maybe<Workflow>;
|
3175
3283
|
/** The YouTube feed properties. */
|
3176
3284
|
youtube?: Maybe<YouTubeFeedProperties>;
|
3285
|
+
/** The Zendesk feed properties. */
|
3286
|
+
zendesk?: Maybe<ZendeskFeedProperties>;
|
3177
3287
|
};
|
3178
3288
|
/** Feed connector type */
|
3179
3289
|
export declare enum FeedConnectorTypes {
|
@@ -3183,6 +3293,10 @@ export declare enum FeedConnectorTypes {
|
|
3183
3293
|
Atlassian = "ATLASSIAN",
|
3184
3294
|
/** Microsoft Azure feed connector */
|
3185
3295
|
Azure = "AZURE",
|
3296
|
+
/** Box feed connector */
|
3297
|
+
Box = "BOX",
|
3298
|
+
/** Dropbox feed connector */
|
3299
|
+
Dropbox = "DROPBOX",
|
3186
3300
|
/** GitHub feed connector */
|
3187
3301
|
GitHub = "GIT_HUB",
|
3188
3302
|
/** Google Cloud feed connector */
|
@@ -3191,6 +3305,8 @@ export declare enum FeedConnectorTypes {
|
|
3191
3305
|
GoogleDrive = "GOOGLE_DRIVE",
|
3192
3306
|
/** Google Mail feed connector */
|
3193
3307
|
GoogleEmail = "GOOGLE_EMAIL",
|
3308
|
+
/** Intercom feed connector */
|
3309
|
+
Intercom = "INTERCOM",
|
3194
3310
|
/** Linear feed connector */
|
3195
3311
|
Linear = "LINEAR",
|
3196
3312
|
/** Microsoft Outlook Email feed connector */
|
@@ -3198,10 +3314,14 @@ export declare enum FeedConnectorTypes {
|
|
3198
3314
|
/** Microsoft OneDrive feed connector */
|
3199
3315
|
OneDrive = "ONE_DRIVE",
|
3200
3316
|
/** Microsoft SharePoint feed connector */
|
3201
|
-
SharePoint = "SHARE_POINT"
|
3317
|
+
SharePoint = "SHARE_POINT",
|
3318
|
+
/** Zendesk feed connector */
|
3319
|
+
Zendesk = "ZENDESK"
|
3202
3320
|
}
|
3203
3321
|
/** Represents a filter for feeds. */
|
3204
3322
|
export type FeedFilter = {
|
3323
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return feed(s) created in the last 24 hours. */
|
3324
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
3205
3325
|
/** Filter feed(s) by their creation date range. */
|
3206
3326
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
3207
3327
|
/** The sort direction for query results. */
|
@@ -3231,6 +3351,8 @@ export type FeedInput = {
|
|
3231
3351
|
discord?: InputMaybe<DiscordFeedPropertiesInput>;
|
3232
3352
|
/** The email feed properties. */
|
3233
3353
|
email?: InputMaybe<EmailFeedPropertiesInput>;
|
3354
|
+
/** The Intercom feed properties. */
|
3355
|
+
intercom?: InputMaybe<IntercomFeedPropertiesInput>;
|
3234
3356
|
/** The issue feed properties. */
|
3235
3357
|
issue?: InputMaybe<IssueFeedPropertiesInput>;
|
3236
3358
|
/** The Microsoft Teams feed properties. */
|
@@ -3259,6 +3381,8 @@ export type FeedInput = {
|
|
3259
3381
|
workflow?: InputMaybe<EntityReferenceInput>;
|
3260
3382
|
/** The YouTube feed properties. */
|
3261
3383
|
youtube?: InputMaybe<YouTubeFeedPropertiesInput>;
|
3384
|
+
/** The Zendesk feed properties. */
|
3385
|
+
zendesk?: InputMaybe<ZendeskFeedPropertiesInput>;
|
3262
3386
|
};
|
3263
3387
|
/** Feed list type */
|
3264
3388
|
export declare enum FeedListingTypes {
|
@@ -3290,12 +3414,18 @@ export type FeedSchedulePolicyInput = {
|
|
3290
3414
|
};
|
3291
3415
|
/** Feed service type */
|
3292
3416
|
export declare enum FeedServiceTypes {
|
3417
|
+
/** Atlassian Confluence feed service */
|
3418
|
+
AtlassianConfluence = "ATLASSIAN_CONFLUENCE",
|
3293
3419
|
/** Atlassian Jira feed service */
|
3294
3420
|
AtlassianJira = "ATLASSIAN_JIRA",
|
3295
3421
|
/** Azure Blob feed service */
|
3296
3422
|
AzureBlob = "AZURE_BLOB",
|
3297
3423
|
/** Azure File feed service */
|
3298
3424
|
AzureFile = "AZURE_FILE",
|
3425
|
+
/** Box feed service */
|
3426
|
+
Box = "BOX",
|
3427
|
+
/** Dropbox feed service */
|
3428
|
+
Dropbox = "DROPBOX",
|
3299
3429
|
/** GitHub feed service */
|
3300
3430
|
GitHub = "GIT_HUB",
|
3301
3431
|
/** GitHub Issues feed service */
|
@@ -3306,6 +3436,10 @@ export declare enum FeedServiceTypes {
|
|
3306
3436
|
GoogleDrive = "GOOGLE_DRIVE",
|
3307
3437
|
/** Google Mail feed service */
|
3308
3438
|
GoogleEmail = "GOOGLE_EMAIL",
|
3439
|
+
/** Intercom Articles feed service */
|
3440
|
+
IntercomArticles = "INTERCOM_ARTICLES",
|
3441
|
+
/** Intercom Tickets feed service */
|
3442
|
+
IntercomTickets = "INTERCOM_TICKETS",
|
3309
3443
|
/** Linear feed service */
|
3310
3444
|
Linear = "LINEAR",
|
3311
3445
|
/** Microsoft Outlook Email feed service */
|
@@ -3315,7 +3449,11 @@ export declare enum FeedServiceTypes {
|
|
3315
3449
|
/** AWS S3 Blob feed service */
|
3316
3450
|
S3Blob = "S3_BLOB",
|
3317
3451
|
/** Microsoft SharePoint feed service */
|
3318
|
-
SharePoint = "SHARE_POINT"
|
3452
|
+
SharePoint = "SHARE_POINT",
|
3453
|
+
/** Zendesk Articles feed service */
|
3454
|
+
ZendeskArticles = "ZENDESK_ARTICLES",
|
3455
|
+
/** Zendesk Tickets feed service */
|
3456
|
+
ZendeskTickets = "ZENDESK_TICKETS"
|
3319
3457
|
}
|
3320
3458
|
/** Feed type */
|
3321
3459
|
export declare enum FeedTypes {
|
@@ -3323,6 +3461,8 @@ export declare enum FeedTypes {
|
|
3323
3461
|
Discord = "DISCORD",
|
3324
3462
|
/** Email feed */
|
3325
3463
|
Email = "EMAIL",
|
3464
|
+
/** Intercom articles feed */
|
3465
|
+
Intercom = "INTERCOM",
|
3326
3466
|
/** Issue feed */
|
3327
3467
|
Issue = "ISSUE",
|
3328
3468
|
/** Microsoft Teams channel feed */
|
@@ -3342,7 +3482,9 @@ export declare enum FeedTypes {
|
|
3342
3482
|
/** Web feed */
|
3343
3483
|
Web = "WEB",
|
3344
3484
|
/** YouTube audio feed */
|
3345
|
-
YouTube = "YOU_TUBE"
|
3485
|
+
YouTube = "YOU_TUBE",
|
3486
|
+
/** Zendesk articles feed */
|
3487
|
+
Zendesk = "ZENDESK"
|
3346
3488
|
}
|
3347
3489
|
/** Represents a feed. */
|
3348
3490
|
export type FeedUpdateInput = {
|
@@ -3572,6 +3714,8 @@ export type GoogleDriveFeedProperties = {
|
|
3572
3714
|
clientId: Scalars['String']['output'];
|
3573
3715
|
/** Google client secret. */
|
3574
3716
|
clientSecret: Scalars['String']['output'];
|
3717
|
+
/** Google Drive file identifiers. Takes precedence over folder identifier. */
|
3718
|
+
files?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
3575
3719
|
/** Google Drive folder identifier. */
|
3576
3720
|
folderId?: Maybe<Scalars['String']['output']>;
|
3577
3721
|
/** Google refresh token. */
|
@@ -3583,6 +3727,8 @@ export type GoogleDriveFeedPropertiesInput = {
|
|
3583
3727
|
clientId: Scalars['String']['input'];
|
3584
3728
|
/** Google client secret. */
|
3585
3729
|
clientSecret: Scalars['String']['input'];
|
3730
|
+
/** Google Drive file identifiers. Takes precedence over folder identifier. */
|
3731
|
+
files?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
3586
3732
|
/** Google Drive folder identifier. */
|
3587
3733
|
folderId?: InputMaybe<Scalars['String']['input']>;
|
3588
3734
|
/** Google refresh token. */
|
@@ -3594,6 +3740,8 @@ export type GoogleDriveFeedPropertiesUpdateInput = {
|
|
3594
3740
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
3595
3741
|
/** Google client secret. */
|
3596
3742
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
3743
|
+
/** Google Drive file identifiers. Takes precedence over folder identifier. */
|
3744
|
+
files?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
3597
3745
|
/** Google Drive folder identifier. */
|
3598
3746
|
folderId?: InputMaybe<Scalars['String']['input']>;
|
3599
3747
|
/** Google refresh token. */
|
@@ -4233,6 +4381,37 @@ export declare enum IntegrationServiceTypes {
|
|
4233
4381
|
/** HTTP WebHook integration service */
|
4234
4382
|
WebHook = "WEB_HOOK"
|
4235
4383
|
}
|
4384
|
+
/** Represents Intercom feed properties. */
|
4385
|
+
export type IntercomFeedProperties = {
|
4386
|
+
__typename?: 'IntercomFeedProperties';
|
4387
|
+
/** Intercom access token. */
|
4388
|
+
accessToken: Scalars['String']['output'];
|
4389
|
+
/** The limit of items to be read from feed, defaults to 100. */
|
4390
|
+
readLimit?: Maybe<Scalars['Int']['output']>;
|
4391
|
+
};
|
4392
|
+
/** Represents Intercom feed properties. */
|
4393
|
+
export type IntercomFeedPropertiesInput = {
|
4394
|
+
/** Intercom access token. */
|
4395
|
+
accessToken: Scalars['String']['input'];
|
4396
|
+
/** The limit of items to be read from feed, defaults to 100. */
|
4397
|
+
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
4398
|
+
};
|
4399
|
+
/** Represents Intercom Tickets feed properties. */
|
4400
|
+
export type IntercomTicketsFeedProperties = {
|
4401
|
+
__typename?: 'IntercomTicketsFeedProperties';
|
4402
|
+
/** Intercom access token. */
|
4403
|
+
accessToken: Scalars['String']['output'];
|
4404
|
+
};
|
4405
|
+
/** Represents Intercom Tickets feed properties. */
|
4406
|
+
export type IntercomTicketsFeedPropertiesInput = {
|
4407
|
+
/** Intercom access token. */
|
4408
|
+
accessToken: Scalars['String']['input'];
|
4409
|
+
};
|
4410
|
+
/** Represents Intercom Tickets feed properties. */
|
4411
|
+
export type IntercomTicketsFeedPropertiesUpdateInput = {
|
4412
|
+
/** Intercom access token. */
|
4413
|
+
accessToken?: InputMaybe<Scalars['String']['input']>;
|
4414
|
+
};
|
4236
4415
|
/** Represents issue feed properties. */
|
4237
4416
|
export type IssueFeedProperties = {
|
4238
4417
|
__typename?: 'IssueFeedProperties';
|
@@ -4242,6 +4421,8 @@ export type IssueFeedProperties = {
|
|
4242
4421
|
github?: Maybe<GitHubIssuesFeedProperties>;
|
4243
4422
|
/** Should the issue feed include attachments. */
|
4244
4423
|
includeAttachments?: Maybe<Scalars['Boolean']['output']>;
|
4424
|
+
/** Intercom Tickets properties. */
|
4425
|
+
intercom?: Maybe<IntercomTicketsFeedProperties>;
|
4245
4426
|
/** Atlassian Jira properties. */
|
4246
4427
|
jira?: Maybe<AtlassianJiraFeedProperties>;
|
4247
4428
|
/** Linear properties. */
|
@@ -4250,6 +4431,8 @@ export type IssueFeedProperties = {
|
|
4250
4431
|
readLimit?: Maybe<Scalars['Int']['output']>;
|
4251
4432
|
/** Feed service type. */
|
4252
4433
|
type: FeedServiceTypes;
|
4434
|
+
/** Zendesk Tickets properties. */
|
4435
|
+
zendesk?: Maybe<ZendeskTicketsFeedProperties>;
|
4253
4436
|
};
|
4254
4437
|
/** Represents issue feed properties. */
|
4255
4438
|
export type IssueFeedPropertiesInput = {
|
@@ -4257,6 +4440,8 @@ export type IssueFeedPropertiesInput = {
|
|
4257
4440
|
github?: InputMaybe<GitHubIssuesFeedPropertiesInput>;
|
4258
4441
|
/** Should the issue feed include attachments. */
|
4259
4442
|
includeAttachments?: InputMaybe<Scalars['Boolean']['input']>;
|
4443
|
+
/** Intercom Tickets properties. */
|
4444
|
+
intercom?: InputMaybe<IntercomTicketsFeedPropertiesInput>;
|
4260
4445
|
/** Atlassian Jira properties. */
|
4261
4446
|
jira?: InputMaybe<AtlassianJiraFeedPropertiesInput>;
|
4262
4447
|
/** Linear properties. */
|
@@ -4265,6 +4450,8 @@ export type IssueFeedPropertiesInput = {
|
|
4265
4450
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
4266
4451
|
/** Feed service type. */
|
4267
4452
|
type: FeedServiceTypes;
|
4453
|
+
/** Zendesk Tickets properties. */
|
4454
|
+
zendesk?: InputMaybe<ZendeskTicketsFeedPropertiesInput>;
|
4268
4455
|
};
|
4269
4456
|
/** Represents issue feed properties. */
|
4270
4457
|
export type IssueFeedPropertiesUpdateInput = {
|
@@ -4272,12 +4459,16 @@ export type IssueFeedPropertiesUpdateInput = {
|
|
4272
4459
|
github?: InputMaybe<GitHubIssuesFeedPropertiesUpdateInput>;
|
4273
4460
|
/** Should the issue feed include attachments. */
|
4274
4461
|
includeAttachments?: InputMaybe<Scalars['Boolean']['input']>;
|
4462
|
+
/** Intercom Tickets properties. */
|
4463
|
+
intercom?: InputMaybe<IntercomTicketsFeedPropertiesUpdateInput>;
|
4275
4464
|
/** Atlassian Jira properties. */
|
4276
4465
|
jira?: InputMaybe<AtlassianJiraFeedPropertiesUpdateInput>;
|
4277
4466
|
/** Linear properties. */
|
4278
4467
|
linear?: InputMaybe<LinearFeedPropertiesUpdateInput>;
|
4279
4468
|
/** The limit of items to be read from feed, defaults to 100. */
|
4280
4469
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
4470
|
+
/** Zendesk Tickets properties. */
|
4471
|
+
zendesk?: InputMaybe<ZendeskTicketsFeedPropertiesUpdateInput>;
|
4281
4472
|
};
|
4282
4473
|
/** Represents issue metadata. */
|
4283
4474
|
export type IssueMetadata = {
|
@@ -4421,6 +4612,8 @@ export declare enum LabelFacetTypes {
|
|
4421
4612
|
}
|
4422
4613
|
/** Represents a filter for labels. */
|
4423
4614
|
export type LabelFilter = {
|
4615
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return label(s) created in the last 24 hours. */
|
4616
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
4424
4617
|
/** Filter label(s) by their creation date range. */
|
4425
4618
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
4426
4619
|
/** The sort direction for query results. */
|
@@ -4760,6 +4953,8 @@ export type MedicalConditionFilter = {
|
|
4760
4953
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
4761
4954
|
/** Filter by similar medical conditions. */
|
4762
4955
|
conditions?: InputMaybe<Array<EntityReferenceFilter>>;
|
4956
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return medicalcondition(s) created in the last 24 hours. */
|
4957
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
4763
4958
|
/** Filter medicalcondition(s) by their creation date range. */
|
4764
4959
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
4765
4960
|
/** The sort direction for query results. */
|
@@ -4901,6 +5096,8 @@ export type MedicalContraindicationFilter = {
|
|
4901
5096
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
4902
5097
|
/** Filter by similar medical contraindications. */
|
4903
5098
|
contraindications?: InputMaybe<Array<EntityReferenceFilter>>;
|
5099
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return medicalcontraindication(s) created in the last 24 hours. */
|
5100
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
4904
5101
|
/** Filter medicalcontraindication(s) by their creation date range. */
|
4905
5102
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
4906
5103
|
/** The sort direction for query results. */
|
@@ -5040,6 +5237,8 @@ export type MedicalDeviceFilter = {
|
|
5040
5237
|
address?: InputMaybe<AddressFilter>;
|
5041
5238
|
/** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
|
5042
5239
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
5240
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return medicaldevice(s) created in the last 24 hours. */
|
5241
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
5043
5242
|
/** Filter medicaldevice(s) by their creation date range. */
|
5044
5243
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
5045
5244
|
/** Filter by similar medical devices. */
|
@@ -5219,6 +5418,8 @@ export type MedicalDrugClassFilter = {
|
|
5219
5418
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
5220
5419
|
/** Filter by similar medical drug classes. */
|
5221
5420
|
classes?: InputMaybe<Array<EntityReferenceFilter>>;
|
5421
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return medicaldrugclass(s) created in the last 24 hours. */
|
5422
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
5222
5423
|
/** Filter medicaldrugclass(s) by their creation date range. */
|
5223
5424
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
5224
5425
|
/** The sort direction for query results. */
|
@@ -5322,6 +5523,8 @@ export type MedicalDrugFilter = {
|
|
5322
5523
|
address?: InputMaybe<AddressFilter>;
|
5323
5524
|
/** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
|
5324
5525
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
5526
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return medicaldrug(s) created in the last 24 hours. */
|
5527
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
5325
5528
|
/** Filter medicaldrug(s) by their creation date range. */
|
5326
5529
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
5327
5530
|
/** The sort direction for query results. */
|
@@ -5463,6 +5666,8 @@ export type MedicalGuidelineFilter = {
|
|
5463
5666
|
address?: InputMaybe<AddressFilter>;
|
5464
5667
|
/** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
|
5465
5668
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
5669
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return medicalguideline(s) created in the last 24 hours. */
|
5670
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
5466
5671
|
/** Filter medicalguideline(s) by their creation date range. */
|
5467
5672
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
5468
5673
|
/** The sort direction for query results. */
|
@@ -5604,6 +5809,8 @@ export type MedicalIndicationFilter = {
|
|
5604
5809
|
address?: InputMaybe<AddressFilter>;
|
5605
5810
|
/** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
|
5606
5811
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
5812
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return medicalindication(s) created in the last 24 hours. */
|
5813
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
5607
5814
|
/** Filter medicalindication(s) by their creation date range. */
|
5608
5815
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
5609
5816
|
/** The sort direction for query results. */
|
@@ -5745,6 +5952,8 @@ export type MedicalProcedureFilter = {
|
|
5745
5952
|
address?: InputMaybe<AddressFilter>;
|
5746
5953
|
/** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
|
5747
5954
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
5955
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return medicalprocedure(s) created in the last 24 hours. */
|
5956
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
5748
5957
|
/** Filter medicalprocedure(s) by their creation date range. */
|
5749
5958
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
5750
5959
|
/** The sort direction for query results. */
|
@@ -5888,6 +6097,8 @@ export type MedicalStudyFilter = {
|
|
5888
6097
|
address?: InputMaybe<AddressFilter>;
|
5889
6098
|
/** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
|
5890
6099
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
6100
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return medicalstudy(s) created in the last 24 hours. */
|
6101
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
5891
6102
|
/** Filter medicalstudy(s) by their creation date range. */
|
5892
6103
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
5893
6104
|
/** The sort direction for query results. */
|
@@ -6035,6 +6246,8 @@ export type MedicalTestFilter = {
|
|
6035
6246
|
address?: InputMaybe<AddressFilter>;
|
6036
6247
|
/** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
|
6037
6248
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
6249
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return medicaltest(s) created in the last 24 hours. */
|
6250
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
6038
6251
|
/** Filter medicaltest(s) by their creation date range. */
|
6039
6252
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
6040
6253
|
/** The sort direction for query results. */
|
@@ -6176,6 +6389,8 @@ export type MedicalTherapyFilter = {
|
|
6176
6389
|
address?: InputMaybe<AddressFilter>;
|
6177
6390
|
/** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
|
6178
6391
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
6392
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return medicaltherapy(s) created in the last 24 hours. */
|
6393
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
6179
6394
|
/** Filter medicaltherapy(s) by their creation date range. */
|
6180
6395
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
6181
6396
|
/** The sort direction for query results. */
|
@@ -6281,6 +6496,8 @@ export type Metadata = {
|
|
6281
6496
|
export type MetadataFilter = {
|
6282
6497
|
/** Filter by parent content. */
|
6283
6498
|
content?: InputMaybe<EntityReferenceFilter>;
|
6499
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return metadata(s) created in the last 24 hours. */
|
6500
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
6284
6501
|
/** Filter metadata(s) by their creation date range. */
|
6285
6502
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
6286
6503
|
/** The sort direction for query results. */
|
@@ -7988,6 +8205,8 @@ export type OneDriveFeedProperties = {
|
|
7988
8205
|
clientId: Scalars['String']['output'];
|
7989
8206
|
/** OneDrive client secret. */
|
7990
8207
|
clientSecret: Scalars['String']['output'];
|
8208
|
+
/** OneDrive file identifiers. Takes precedence over folder identifier. */
|
8209
|
+
files?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
7991
8210
|
/** OneDrive folder identifier. */
|
7992
8211
|
folderId?: Maybe<Scalars['ID']['output']>;
|
7993
8212
|
/** OneDrive refresh token. */
|
@@ -7999,6 +8218,8 @@ export type OneDriveFeedPropertiesInput = {
|
|
7999
8218
|
clientId: Scalars['String']['input'];
|
8000
8219
|
/** OneDrive client secret. */
|
8001
8220
|
clientSecret: Scalars['String']['input'];
|
8221
|
+
/** OneDrive file identifiers. Takes precedence over folder identifier. */
|
8222
|
+
files?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
8002
8223
|
/** OneDrive folder identifier. */
|
8003
8224
|
folderId?: InputMaybe<Scalars['ID']['input']>;
|
8004
8225
|
/** OneDrive refresh token. */
|
@@ -8010,6 +8231,8 @@ export type OneDriveFeedPropertiesUpdateInput = {
|
|
8010
8231
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
8011
8232
|
/** OneDrive client secret. */
|
8012
8233
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
8234
|
+
/** OneDrive file identifiers. Takes precedence over folder identifier. */
|
8235
|
+
files?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
8013
8236
|
/** OneDrive folder identifier. */
|
8014
8237
|
folderId?: InputMaybe<Scalars['ID']['input']>;
|
8015
8238
|
/** OneDrive refresh token. */
|
@@ -8206,6 +8429,10 @@ export declare enum OpenAiModels {
|
|
8206
8429
|
* @deprecated OpenAI has deprecated this model. Use the GPT-4o Mini model instead.
|
8207
8430
|
*/
|
8208
8431
|
Gpt35Turbo_16K_1106 = "GPT35_TURBO_16K_1106",
|
8432
|
+
/** o1 200k (Latest) */
|
8433
|
+
O1_200K = "O1_200K",
|
8434
|
+
/** o1 200k (2024-12-17 version) */
|
8435
|
+
O1_200K_20241217 = "O1_200K_20241217",
|
8209
8436
|
/** o1 Mini 128k (Latest) */
|
8210
8437
|
O1Mini_128K = "O1_MINI_128K",
|
8211
8438
|
/** o1 Mini 128k (2024-09-12 version) */
|
@@ -8330,6 +8557,8 @@ export type OrganizationFilter = {
|
|
8330
8557
|
address?: InputMaybe<AddressFilter>;
|
8331
8558
|
/** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
|
8332
8559
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
8560
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return organization(s) created in the last 24 hours. */
|
8561
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
8333
8562
|
/** Filter organization(s) by their creation date range. */
|
8334
8563
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
8335
8564
|
/** The sort direction for query results. */
|
@@ -8569,6 +8798,8 @@ export type PersonFilter = {
|
|
8569
8798
|
address?: InputMaybe<AddressFilter>;
|
8570
8799
|
/** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
|
8571
8800
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
8801
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return person(s) created in the last 24 hours. */
|
8802
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
8572
8803
|
/** Filter person(s) by their creation date range. */
|
8573
8804
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
8574
8805
|
/** The sort direction for query results. */
|
@@ -8772,6 +9003,8 @@ export type PlaceFilter = {
|
|
8772
9003
|
address?: InputMaybe<AddressFilter>;
|
8773
9004
|
/** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
|
8774
9005
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
9006
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return place(s) created in the last 24 hours. */
|
9007
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
8775
9008
|
/** Filter place(s) by their creation date range. */
|
8776
9009
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
8777
9010
|
/** The sort direction for query results. */
|
@@ -9029,6 +9262,8 @@ export type ProductFilter = {
|
|
9029
9262
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
9030
9263
|
/** Filter by product brand. */
|
9031
9264
|
brand?: InputMaybe<Scalars['String']['input']>;
|
9265
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return product(s) created in the last 24 hours. */
|
9266
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
9032
9267
|
/** Filter product(s) by their creation date range. */
|
9033
9268
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
9034
9269
|
/** The sort direction for query results. */
|
@@ -9222,6 +9457,8 @@ export type ProjectCredits = {
|
|
9222
9457
|
};
|
9223
9458
|
/** Represents a filter for projects. */
|
9224
9459
|
export type ProjectFilter = {
|
9460
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return project(s) created in the last 24 hours. */
|
9461
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
9225
9462
|
/** Filter project(s) by their creation date range. */
|
9226
9463
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
9227
9464
|
/** The sort direction for query results. */
|
@@ -10397,6 +10634,8 @@ export type RepoFilter = {
|
|
10397
10634
|
address?: InputMaybe<AddressFilter>;
|
10398
10635
|
/** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
|
10399
10636
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
10637
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return repo(s) created in the last 24 hours. */
|
10638
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
10400
10639
|
/** Filter repo(s) by their creation date range. */
|
10401
10640
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
10402
10641
|
/** The sort direction for query results. */
|
@@ -10785,8 +11024,12 @@ export type SiteFeedProperties = {
|
|
10785
11024
|
azureBlob?: Maybe<AzureBlobFeedProperties>;
|
10786
11025
|
/** Microsoft Azure file share properties. */
|
10787
11026
|
azureFile?: Maybe<AzureFileFeedProperties>;
|
11027
|
+
/** Box properties. */
|
11028
|
+
box?: Maybe<BoxFeedProperties>;
|
10788
11029
|
/** Feed connector type. */
|
10789
11030
|
connectorType: FeedConnectorTypes;
|
11031
|
+
/** Dropbox properties. */
|
11032
|
+
dropbox?: Maybe<DropboxFeedProperties>;
|
10790
11033
|
/** GitHub properties. */
|
10791
11034
|
github?: Maybe<GitHubFeedProperties>;
|
10792
11035
|
/** Google Cloud blob properties. */
|
@@ -10814,6 +11057,10 @@ export type SiteFeedPropertiesInput = {
|
|
10814
11057
|
azureBlob?: InputMaybe<AzureBlobFeedPropertiesInput>;
|
10815
11058
|
/** Microsoft Azure file share properties. */
|
10816
11059
|
azureFile?: InputMaybe<AzureFileFeedPropertiesInput>;
|
11060
|
+
/** Box properties. */
|
11061
|
+
box?: InputMaybe<BoxFeedPropertiesInput>;
|
11062
|
+
/** Dropbox properties. */
|
11063
|
+
dropbox?: InputMaybe<DropboxFeedPropertiesInput>;
|
10817
11064
|
/** GitHub properties. */
|
10818
11065
|
github?: InputMaybe<GitHubFeedPropertiesInput>;
|
10819
11066
|
/** Google Cloud blob properties. */
|
@@ -10839,6 +11086,10 @@ export type SiteFeedPropertiesUpdateInput = {
|
|
10839
11086
|
azureBlob?: InputMaybe<AzureBlobFeedPropertiesUpdateInput>;
|
10840
11087
|
/** Microsoft Azure file share properties. */
|
10841
11088
|
azureFile?: InputMaybe<AzureFileFeedPropertiesUpdateInput>;
|
11089
|
+
/** Box properties. */
|
11090
|
+
box?: InputMaybe<BoxFeedPropertiesUpdateInput>;
|
11091
|
+
/** Dropbox properties. */
|
11092
|
+
dropbox?: InputMaybe<DropboxFeedPropertiesUpdateInput>;
|
10842
11093
|
/** GitHub properties. */
|
10843
11094
|
github?: InputMaybe<GitHubFeedPropertiesUpdateInput>;
|
10844
11095
|
/** Google Cloud blob properties. */
|
@@ -10989,6 +11240,8 @@ export type SoftwareFilter = {
|
|
10989
11240
|
address?: InputMaybe<AddressFilter>;
|
10990
11241
|
/** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
|
10991
11242
|
boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
11243
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return software(s) created in the last 24 hours. */
|
11244
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
10992
11245
|
/** Filter software(s) by their creation date range. */
|
10993
11246
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
10994
11247
|
/** The sort direction for query results. */
|
@@ -11134,6 +11387,8 @@ export type Specification = {
|
|
11134
11387
|
};
|
11135
11388
|
/** Represents a filter for LLM specifications. */
|
11136
11389
|
export type SpecificationFilter = {
|
11390
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return specification(s) created in the last 24 hours. */
|
11391
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
11137
11392
|
/** Filter specification(s) by their creation date range. */
|
11138
11393
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
11139
11394
|
/** The sort direction for query results. */
|
@@ -11814,6 +12069,8 @@ export type WorkflowActionInput = {
|
|
11814
12069
|
};
|
11815
12070
|
/** Represents a filter for workflows. */
|
11816
12071
|
export type WorkflowFilter = {
|
12072
|
+
/** Filter by creation date recent timespan. For example, a timespan of one day will return workflow(s) created in the last 24 hours. */
|
12073
|
+
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
11817
12074
|
/** Filter workflow(s) by their creation date range. */
|
11818
12075
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
11819
12076
|
/** The sort direction for query results. */
|
@@ -11931,6 +12188,47 @@ export declare enum YouTubeTypes {
|
|
11931
12188
|
/** YouTube Videos */
|
11932
12189
|
Videos = "VIDEOS"
|
11933
12190
|
}
|
12191
|
+
/** Represents Zendesk feed properties. */
|
12192
|
+
export type ZendeskFeedProperties = {
|
12193
|
+
__typename?: 'ZendeskFeedProperties';
|
12194
|
+
/** Zendesk access token. */
|
12195
|
+
accessToken: Scalars['String']['output'];
|
12196
|
+
/** The limit of items to be read from feed, defaults to 100. */
|
12197
|
+
readLimit?: Maybe<Scalars['Int']['output']>;
|
12198
|
+
/** Zendesk subdomain. */
|
12199
|
+
subdomain: Scalars['String']['output'];
|
12200
|
+
};
|
12201
|
+
/** Represents Zendesk feed properties. */
|
12202
|
+
export type ZendeskFeedPropertiesInput = {
|
12203
|
+
/** Zendesk access token. */
|
12204
|
+
accessToken: Scalars['String']['input'];
|
12205
|
+
/** The limit of items to be read from feed, defaults to 100. */
|
12206
|
+
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
12207
|
+
/** Zendesk subdomain. */
|
12208
|
+
subdomain: Scalars['String']['input'];
|
12209
|
+
};
|
12210
|
+
/** Represents Zendesk Tickets feed properties. */
|
12211
|
+
export type ZendeskTicketsFeedProperties = {
|
12212
|
+
__typename?: 'ZendeskTicketsFeedProperties';
|
12213
|
+
/** Zendesk access token. */
|
12214
|
+
accessToken: Scalars['String']['output'];
|
12215
|
+
/** Zendesk subdomain. */
|
12216
|
+
subdomain: Scalars['String']['output'];
|
12217
|
+
};
|
12218
|
+
/** Represents Zendesk Tickets feed properties. */
|
12219
|
+
export type ZendeskTicketsFeedPropertiesInput = {
|
12220
|
+
/** Zendesk access token. */
|
12221
|
+
accessToken: Scalars['String']['input'];
|
12222
|
+
/** Zendesk subdomain. */
|
12223
|
+
subdomain: Scalars['String']['input'];
|
12224
|
+
};
|
12225
|
+
/** Represents Zendesk Tickets feed properties. */
|
12226
|
+
export type ZendeskTicketsFeedPropertiesUpdateInput = {
|
12227
|
+
/** Zendesk access token. */
|
12228
|
+
accessToken?: InputMaybe<Scalars['String']['input']>;
|
12229
|
+
/** Zendesk subdomain. */
|
12230
|
+
subdomain?: InputMaybe<Scalars['String']['input']>;
|
12231
|
+
};
|
11934
12232
|
export type CountAlertsQueryVariables = Exact<{
|
11935
12233
|
filter?: InputMaybe<AlertFilter>;
|
11936
12234
|
}>;
|
@@ -12036,6 +12334,8 @@ export type GetAlertQuery = {
|
|
12036
12334
|
};
|
12037
12335
|
filter?: {
|
12038
12336
|
__typename?: 'ContentCriteria';
|
12337
|
+
inLast?: any | null;
|
12338
|
+
createdInLast?: any | null;
|
12039
12339
|
types?: Array<ContentTypes> | null;
|
12040
12340
|
fileTypes?: Array<FileTypes | null> | null;
|
12041
12341
|
dateRange?: {
|
@@ -12176,6 +12476,8 @@ export type QueryAlertsQuery = {
|
|
12176
12476
|
};
|
12177
12477
|
filter?: {
|
12178
12478
|
__typename?: 'ContentCriteria';
|
12479
|
+
inLast?: any | null;
|
12480
|
+
createdInLast?: any | null;
|
12179
12481
|
types?: Array<ContentTypes> | null;
|
12180
12482
|
fileTypes?: Array<FileTypes | null> | null;
|
12181
12483
|
dateRange?: {
|
@@ -15389,6 +15691,8 @@ export type GetConversationQuery = {
|
|
15389
15691
|
} | null;
|
15390
15692
|
filter?: {
|
15391
15693
|
__typename?: 'ContentCriteria';
|
15694
|
+
inLast?: any | null;
|
15695
|
+
createdInLast?: any | null;
|
15392
15696
|
types?: Array<ContentTypes> | null;
|
15393
15697
|
fileTypes?: Array<FileTypes | null> | null;
|
15394
15698
|
dateRange?: {
|
@@ -15477,6 +15781,8 @@ export type GetConversationQuery = {
|
|
15477
15781
|
} | null;
|
15478
15782
|
augmentedFilter?: {
|
15479
15783
|
__typename?: 'ContentCriteria';
|
15784
|
+
inLast?: any | null;
|
15785
|
+
createdInLast?: any | null;
|
15480
15786
|
types?: Array<ContentTypes> | null;
|
15481
15787
|
fileTypes?: Array<FileTypes | null> | null;
|
15482
15788
|
dateRange?: {
|
@@ -16234,6 +16540,8 @@ export type QueryConversationsQuery = {
|
|
16234
16540
|
} | null;
|
16235
16541
|
filter?: {
|
16236
16542
|
__typename?: 'ContentCriteria';
|
16543
|
+
inLast?: any | null;
|
16544
|
+
createdInLast?: any | null;
|
16237
16545
|
types?: Array<ContentTypes> | null;
|
16238
16546
|
fileTypes?: Array<FileTypes | null> | null;
|
16239
16547
|
dateRange?: {
|
@@ -16322,6 +16630,8 @@ export type QueryConversationsQuery = {
|
|
16322
16630
|
} | null;
|
16323
16631
|
augmentedFilter?: {
|
16324
16632
|
__typename?: 'ContentCriteria';
|
16633
|
+
inLast?: any | null;
|
16634
|
+
createdInLast?: any | null;
|
16325
16635
|
types?: Array<ContentTypes> | null;
|
16326
16636
|
fileTypes?: Array<FileTypes | null> | null;
|
16327
16637
|
dateRange?: {
|
@@ -17321,6 +17631,7 @@ export type GetFeedQuery = {
|
|
17321
17631
|
oneDrive?: {
|
17322
17632
|
__typename?: 'OneDriveFeedProperties';
|
17323
17633
|
folderId?: string | null;
|
17634
|
+
files?: Array<string | null> | null;
|
17324
17635
|
clientId: string;
|
17325
17636
|
clientSecret: string;
|
17326
17637
|
refreshToken: string;
|
@@ -17328,10 +17639,27 @@ export type GetFeedQuery = {
|
|
17328
17639
|
googleDrive?: {
|
17329
17640
|
__typename?: 'GoogleDriveFeedProperties';
|
17330
17641
|
folderId?: string | null;
|
17642
|
+
files?: Array<string | null> | null;
|
17331
17643
|
refreshToken: string;
|
17332
17644
|
clientId: string;
|
17333
17645
|
clientSecret: string;
|
17334
17646
|
} | null;
|
17647
|
+
dropbox?: {
|
17648
|
+
__typename?: 'DropboxFeedProperties';
|
17649
|
+
path?: string | null;
|
17650
|
+
appKey: string;
|
17651
|
+
appSecret: string;
|
17652
|
+
refreshToken: string;
|
17653
|
+
redirectUri: string;
|
17654
|
+
} | null;
|
17655
|
+
box?: {
|
17656
|
+
__typename?: 'BoxFeedProperties';
|
17657
|
+
folderId?: string | null;
|
17658
|
+
clientId: string;
|
17659
|
+
clientSecret: string;
|
17660
|
+
refreshToken: string;
|
17661
|
+
redirectUri: string;
|
17662
|
+
} | null;
|
17335
17663
|
github?: {
|
17336
17664
|
__typename?: 'GitHubFeedProperties';
|
17337
17665
|
uri?: any | null;
|
@@ -17387,6 +17715,15 @@ export type GetFeedQuery = {
|
|
17387
17715
|
refreshToken?: string | null;
|
17388
17716
|
personalAccessToken?: string | null;
|
17389
17717
|
} | null;
|
17718
|
+
intercom?: {
|
17719
|
+
__typename?: 'IntercomTicketsFeedProperties';
|
17720
|
+
accessToken: string;
|
17721
|
+
} | null;
|
17722
|
+
zendesk?: {
|
17723
|
+
__typename?: 'ZendeskTicketsFeedProperties';
|
17724
|
+
subdomain: string;
|
17725
|
+
accessToken: string;
|
17726
|
+
} | null;
|
17390
17727
|
} | null;
|
17391
17728
|
rss?: {
|
17392
17729
|
__typename?: 'RSSFeedProperties';
|
@@ -17419,6 +17756,17 @@ export type GetFeedQuery = {
|
|
17419
17756
|
identifiers: Array<string>;
|
17420
17757
|
type: NotionTypes;
|
17421
17758
|
} | null;
|
17759
|
+
intercom?: {
|
17760
|
+
__typename?: 'IntercomFeedProperties';
|
17761
|
+
readLimit?: number | null;
|
17762
|
+
accessToken: string;
|
17763
|
+
} | null;
|
17764
|
+
zendesk?: {
|
17765
|
+
__typename?: 'ZendeskFeedProperties';
|
17766
|
+
readLimit?: number | null;
|
17767
|
+
subdomain: string;
|
17768
|
+
accessToken: string;
|
17769
|
+
} | null;
|
17422
17770
|
youtube?: {
|
17423
17771
|
__typename?: 'YouTubeFeedProperties';
|
17424
17772
|
readLimit?: number | null;
|
@@ -17558,6 +17906,7 @@ export type QueryFeedsQuery = {
|
|
17558
17906
|
oneDrive?: {
|
17559
17907
|
__typename?: 'OneDriveFeedProperties';
|
17560
17908
|
folderId?: string | null;
|
17909
|
+
files?: Array<string | null> | null;
|
17561
17910
|
clientId: string;
|
17562
17911
|
clientSecret: string;
|
17563
17912
|
refreshToken: string;
|
@@ -17565,9 +17914,26 @@ export type QueryFeedsQuery = {
|
|
17565
17914
|
googleDrive?: {
|
17566
17915
|
__typename?: 'GoogleDriveFeedProperties';
|
17567
17916
|
folderId?: string | null;
|
17917
|
+
files?: Array<string | null> | null;
|
17918
|
+
refreshToken: string;
|
17919
|
+
clientId: string;
|
17920
|
+
clientSecret: string;
|
17921
|
+
} | null;
|
17922
|
+
dropbox?: {
|
17923
|
+
__typename?: 'DropboxFeedProperties';
|
17924
|
+
path?: string | null;
|
17925
|
+
appKey: string;
|
17926
|
+
appSecret: string;
|
17568
17927
|
refreshToken: string;
|
17928
|
+
redirectUri: string;
|
17929
|
+
} | null;
|
17930
|
+
box?: {
|
17931
|
+
__typename?: 'BoxFeedProperties';
|
17932
|
+
folderId?: string | null;
|
17569
17933
|
clientId: string;
|
17570
17934
|
clientSecret: string;
|
17935
|
+
refreshToken: string;
|
17936
|
+
redirectUri: string;
|
17571
17937
|
} | null;
|
17572
17938
|
github?: {
|
17573
17939
|
__typename?: 'GitHubFeedProperties';
|
@@ -17624,6 +17990,15 @@ export type QueryFeedsQuery = {
|
|
17624
17990
|
refreshToken?: string | null;
|
17625
17991
|
personalAccessToken?: string | null;
|
17626
17992
|
} | null;
|
17993
|
+
intercom?: {
|
17994
|
+
__typename?: 'IntercomTicketsFeedProperties';
|
17995
|
+
accessToken: string;
|
17996
|
+
} | null;
|
17997
|
+
zendesk?: {
|
17998
|
+
__typename?: 'ZendeskTicketsFeedProperties';
|
17999
|
+
subdomain: string;
|
18000
|
+
accessToken: string;
|
18001
|
+
} | null;
|
17627
18002
|
} | null;
|
17628
18003
|
rss?: {
|
17629
18004
|
__typename?: 'RSSFeedProperties';
|
@@ -17656,6 +18031,17 @@ export type QueryFeedsQuery = {
|
|
17656
18031
|
identifiers: Array<string>;
|
17657
18032
|
type: NotionTypes;
|
17658
18033
|
} | null;
|
18034
|
+
intercom?: {
|
18035
|
+
__typename?: 'IntercomFeedProperties';
|
18036
|
+
readLimit?: number | null;
|
18037
|
+
accessToken: string;
|
18038
|
+
} | null;
|
18039
|
+
zendesk?: {
|
18040
|
+
__typename?: 'ZendeskFeedProperties';
|
18041
|
+
readLimit?: number | null;
|
18042
|
+
subdomain: string;
|
18043
|
+
accessToken: string;
|
18044
|
+
} | null;
|
17659
18045
|
youtube?: {
|
17660
18046
|
__typename?: 'YouTubeFeedProperties';
|
17661
18047
|
readLimit?: number | null;
|
@@ -154,6 +154,8 @@ var CohereModels;
|
|
154
154
|
(function (CohereModels) {
|
155
155
|
/** Command R (Latest) */
|
156
156
|
CohereModels["CommandR"] = "COMMAND_R";
|
157
|
+
/** Command R7B (2024-12 version) */
|
158
|
+
CohereModels["CommandR7B_202412"] = "COMMAND_R7_B_202412";
|
157
159
|
/** Command R (2024-03 version) */
|
158
160
|
CohereModels["CommandR_202403"] = "COMMAND_R_202403";
|
159
161
|
/** Command R (2024-08 version) */
|
@@ -298,9 +300,11 @@ var ConversationRoleTypes;
|
|
298
300
|
/** Conversation search type */
|
299
301
|
var ConversationSearchTypes;
|
300
302
|
(function (ConversationSearchTypes) {
|
301
|
-
/** Hybrid (Vector similarity using search
|
303
|
+
/** Hybrid (Vector similarity using user prompt + Keyword search) */
|
302
304
|
ConversationSearchTypes["Hybrid"] = "HYBRID";
|
303
|
-
/**
|
305
|
+
/** Ignore user prompt for content retrieval */
|
306
|
+
ConversationSearchTypes["None"] = "NONE";
|
307
|
+
/** Vector similarity using user prompt */
|
304
308
|
ConversationSearchTypes["Vector"] = "VECTOR";
|
305
309
|
})(ConversationSearchTypes || (exports.ConversationSearchTypes = ConversationSearchTypes = {}));
|
306
310
|
/** Conversation strategies */
|
@@ -595,6 +599,10 @@ var FeedConnectorTypes;
|
|
595
599
|
FeedConnectorTypes["Atlassian"] = "ATLASSIAN";
|
596
600
|
/** Microsoft Azure feed connector */
|
597
601
|
FeedConnectorTypes["Azure"] = "AZURE";
|
602
|
+
/** Box feed connector */
|
603
|
+
FeedConnectorTypes["Box"] = "BOX";
|
604
|
+
/** Dropbox feed connector */
|
605
|
+
FeedConnectorTypes["Dropbox"] = "DROPBOX";
|
598
606
|
/** GitHub feed connector */
|
599
607
|
FeedConnectorTypes["GitHub"] = "GIT_HUB";
|
600
608
|
/** Google Cloud feed connector */
|
@@ -603,6 +611,8 @@ var FeedConnectorTypes;
|
|
603
611
|
FeedConnectorTypes["GoogleDrive"] = "GOOGLE_DRIVE";
|
604
612
|
/** Google Mail feed connector */
|
605
613
|
FeedConnectorTypes["GoogleEmail"] = "GOOGLE_EMAIL";
|
614
|
+
/** Intercom feed connector */
|
615
|
+
FeedConnectorTypes["Intercom"] = "INTERCOM";
|
606
616
|
/** Linear feed connector */
|
607
617
|
FeedConnectorTypes["Linear"] = "LINEAR";
|
608
618
|
/** Microsoft Outlook Email feed connector */
|
@@ -611,6 +621,8 @@ var FeedConnectorTypes;
|
|
611
621
|
FeedConnectorTypes["OneDrive"] = "ONE_DRIVE";
|
612
622
|
/** Microsoft SharePoint feed connector */
|
613
623
|
FeedConnectorTypes["SharePoint"] = "SHARE_POINT";
|
624
|
+
/** Zendesk feed connector */
|
625
|
+
FeedConnectorTypes["Zendesk"] = "ZENDESK";
|
614
626
|
})(FeedConnectorTypes || (exports.FeedConnectorTypes = FeedConnectorTypes = {}));
|
615
627
|
/** Feed list type */
|
616
628
|
var FeedListingTypes;
|
@@ -623,12 +635,18 @@ var FeedListingTypes;
|
|
623
635
|
/** Feed service type */
|
624
636
|
var FeedServiceTypes;
|
625
637
|
(function (FeedServiceTypes) {
|
638
|
+
/** Atlassian Confluence feed service */
|
639
|
+
FeedServiceTypes["AtlassianConfluence"] = "ATLASSIAN_CONFLUENCE";
|
626
640
|
/** Atlassian Jira feed service */
|
627
641
|
FeedServiceTypes["AtlassianJira"] = "ATLASSIAN_JIRA";
|
628
642
|
/** Azure Blob feed service */
|
629
643
|
FeedServiceTypes["AzureBlob"] = "AZURE_BLOB";
|
630
644
|
/** Azure File feed service */
|
631
645
|
FeedServiceTypes["AzureFile"] = "AZURE_FILE";
|
646
|
+
/** Box feed service */
|
647
|
+
FeedServiceTypes["Box"] = "BOX";
|
648
|
+
/** Dropbox feed service */
|
649
|
+
FeedServiceTypes["Dropbox"] = "DROPBOX";
|
632
650
|
/** GitHub feed service */
|
633
651
|
FeedServiceTypes["GitHub"] = "GIT_HUB";
|
634
652
|
/** GitHub Issues feed service */
|
@@ -639,6 +657,10 @@ var FeedServiceTypes;
|
|
639
657
|
FeedServiceTypes["GoogleDrive"] = "GOOGLE_DRIVE";
|
640
658
|
/** Google Mail feed service */
|
641
659
|
FeedServiceTypes["GoogleEmail"] = "GOOGLE_EMAIL";
|
660
|
+
/** Intercom Articles feed service */
|
661
|
+
FeedServiceTypes["IntercomArticles"] = "INTERCOM_ARTICLES";
|
662
|
+
/** Intercom Tickets feed service */
|
663
|
+
FeedServiceTypes["IntercomTickets"] = "INTERCOM_TICKETS";
|
642
664
|
/** Linear feed service */
|
643
665
|
FeedServiceTypes["Linear"] = "LINEAR";
|
644
666
|
/** Microsoft Outlook Email feed service */
|
@@ -649,6 +671,10 @@ var FeedServiceTypes;
|
|
649
671
|
FeedServiceTypes["S3Blob"] = "S3_BLOB";
|
650
672
|
/** Microsoft SharePoint feed service */
|
651
673
|
FeedServiceTypes["SharePoint"] = "SHARE_POINT";
|
674
|
+
/** Zendesk Articles feed service */
|
675
|
+
FeedServiceTypes["ZendeskArticles"] = "ZENDESK_ARTICLES";
|
676
|
+
/** Zendesk Tickets feed service */
|
677
|
+
FeedServiceTypes["ZendeskTickets"] = "ZENDESK_TICKETS";
|
652
678
|
})(FeedServiceTypes || (exports.FeedServiceTypes = FeedServiceTypes = {}));
|
653
679
|
/** Feed type */
|
654
680
|
var FeedTypes;
|
@@ -657,6 +683,8 @@ var FeedTypes;
|
|
657
683
|
FeedTypes["Discord"] = "DISCORD";
|
658
684
|
/** Email feed */
|
659
685
|
FeedTypes["Email"] = "EMAIL";
|
686
|
+
/** Intercom articles feed */
|
687
|
+
FeedTypes["Intercom"] = "INTERCOM";
|
660
688
|
/** Issue feed */
|
661
689
|
FeedTypes["Issue"] = "ISSUE";
|
662
690
|
/** Microsoft Teams channel feed */
|
@@ -677,6 +705,8 @@ var FeedTypes;
|
|
677
705
|
FeedTypes["Web"] = "WEB";
|
678
706
|
/** YouTube audio feed */
|
679
707
|
FeedTypes["YouTube"] = "YOU_TUBE";
|
708
|
+
/** Zendesk articles feed */
|
709
|
+
FeedTypes["Zendesk"] = "ZENDESK";
|
680
710
|
})(FeedTypes || (exports.FeedTypes = FeedTypes = {}));
|
681
711
|
/** File preparation service type */
|
682
712
|
var FilePreparationServiceTypes;
|
@@ -1276,6 +1306,10 @@ var OpenAiModels;
|
|
1276
1306
|
* @deprecated OpenAI has deprecated this model. Use the GPT-4o Mini model instead.
|
1277
1307
|
*/
|
1278
1308
|
OpenAiModels["Gpt35Turbo_16K_1106"] = "GPT35_TURBO_16K_1106";
|
1309
|
+
/** o1 200k (Latest) */
|
1310
|
+
OpenAiModels["O1_200K"] = "O1_200K";
|
1311
|
+
/** o1 200k (2024-12-17 version) */
|
1312
|
+
OpenAiModels["O1_200K_20241217"] = "O1_200K_20241217";
|
1279
1313
|
/** o1 Mini 128k (Latest) */
|
1280
1314
|
OpenAiModels["O1Mini_128K"] = "O1_MINI_128K";
|
1281
1315
|
/** o1 Mini 128k (2024-09-12 version) */
|