graphlit-client 1.0.20241213002 → 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. */
@@ -2405,6 +2467,46 @@ export type DrawingMetadataInput = {
2405
2467
  /** The drawing Y origin. */
2406
2468
  y?: InputMaybe<Scalars['Float']['input']>;
2407
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
+ };
2408
2510
  /** ElevenLabs models */
2409
2511
  export declare enum ElevenLabsModels {
2410
2512
  /** Eleven English v1 */
@@ -2921,6 +3023,8 @@ export type EventFilter = {
2921
3023
  availabilityStartDateRange?: InputMaybe<DateRangeFilter>;
2922
3024
  /** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
2923
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']>;
2924
3028
  /** Filter event(s) by their creation date range. */
2925
3029
  creationDateRange?: InputMaybe<DateRangeFilter>;
2926
3030
  /** The sort direction for query results. */
@@ -3135,6 +3239,8 @@ export type Feed = {
3135
3239
  error?: Maybe<Scalars['String']['output']>;
3136
3240
  /** The ID of the feed. */
3137
3241
  id: Scalars['ID']['output'];
3242
+ /** The Intercom feed properties. */
3243
+ intercom?: Maybe<IntercomFeedProperties>;
3138
3244
  /** The issue feed properties. */
3139
3245
  issue?: Maybe<IssueFeedProperties>;
3140
3246
  /** The date of the last item that was read from the feed. */
@@ -3176,6 +3282,8 @@ export type Feed = {
3176
3282
  workflow?: Maybe<Workflow>;
3177
3283
  /** The YouTube feed properties. */
3178
3284
  youtube?: Maybe<YouTubeFeedProperties>;
3285
+ /** The Zendesk feed properties. */
3286
+ zendesk?: Maybe<ZendeskFeedProperties>;
3179
3287
  };
3180
3288
  /** Feed connector type */
3181
3289
  export declare enum FeedConnectorTypes {
@@ -3185,6 +3293,10 @@ export declare enum FeedConnectorTypes {
3185
3293
  Atlassian = "ATLASSIAN",
3186
3294
  /** Microsoft Azure feed connector */
3187
3295
  Azure = "AZURE",
3296
+ /** Box feed connector */
3297
+ Box = "BOX",
3298
+ /** Dropbox feed connector */
3299
+ Dropbox = "DROPBOX",
3188
3300
  /** GitHub feed connector */
3189
3301
  GitHub = "GIT_HUB",
3190
3302
  /** Google Cloud feed connector */
@@ -3193,6 +3305,8 @@ export declare enum FeedConnectorTypes {
3193
3305
  GoogleDrive = "GOOGLE_DRIVE",
3194
3306
  /** Google Mail feed connector */
3195
3307
  GoogleEmail = "GOOGLE_EMAIL",
3308
+ /** Intercom feed connector */
3309
+ Intercom = "INTERCOM",
3196
3310
  /** Linear feed connector */
3197
3311
  Linear = "LINEAR",
3198
3312
  /** Microsoft Outlook Email feed connector */
@@ -3200,10 +3314,14 @@ export declare enum FeedConnectorTypes {
3200
3314
  /** Microsoft OneDrive feed connector */
3201
3315
  OneDrive = "ONE_DRIVE",
3202
3316
  /** Microsoft SharePoint feed connector */
3203
- SharePoint = "SHARE_POINT"
3317
+ SharePoint = "SHARE_POINT",
3318
+ /** Zendesk feed connector */
3319
+ Zendesk = "ZENDESK"
3204
3320
  }
3205
3321
  /** Represents a filter for feeds. */
3206
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']>;
3207
3325
  /** Filter feed(s) by their creation date range. */
3208
3326
  creationDateRange?: InputMaybe<DateRangeFilter>;
3209
3327
  /** The sort direction for query results. */
@@ -3233,6 +3351,8 @@ export type FeedInput = {
3233
3351
  discord?: InputMaybe<DiscordFeedPropertiesInput>;
3234
3352
  /** The email feed properties. */
3235
3353
  email?: InputMaybe<EmailFeedPropertiesInput>;
3354
+ /** The Intercom feed properties. */
3355
+ intercom?: InputMaybe<IntercomFeedPropertiesInput>;
3236
3356
  /** The issue feed properties. */
3237
3357
  issue?: InputMaybe<IssueFeedPropertiesInput>;
3238
3358
  /** The Microsoft Teams feed properties. */
@@ -3261,6 +3381,8 @@ export type FeedInput = {
3261
3381
  workflow?: InputMaybe<EntityReferenceInput>;
3262
3382
  /** The YouTube feed properties. */
3263
3383
  youtube?: InputMaybe<YouTubeFeedPropertiesInput>;
3384
+ /** The Zendesk feed properties. */
3385
+ zendesk?: InputMaybe<ZendeskFeedPropertiesInput>;
3264
3386
  };
3265
3387
  /** Feed list type */
3266
3388
  export declare enum FeedListingTypes {
@@ -3292,12 +3414,18 @@ export type FeedSchedulePolicyInput = {
3292
3414
  };
3293
3415
  /** Feed service type */
3294
3416
  export declare enum FeedServiceTypes {
3417
+ /** Atlassian Confluence feed service */
3418
+ AtlassianConfluence = "ATLASSIAN_CONFLUENCE",
3295
3419
  /** Atlassian Jira feed service */
3296
3420
  AtlassianJira = "ATLASSIAN_JIRA",
3297
3421
  /** Azure Blob feed service */
3298
3422
  AzureBlob = "AZURE_BLOB",
3299
3423
  /** Azure File feed service */
3300
3424
  AzureFile = "AZURE_FILE",
3425
+ /** Box feed service */
3426
+ Box = "BOX",
3427
+ /** Dropbox feed service */
3428
+ Dropbox = "DROPBOX",
3301
3429
  /** GitHub feed service */
3302
3430
  GitHub = "GIT_HUB",
3303
3431
  /** GitHub Issues feed service */
@@ -3308,6 +3436,10 @@ export declare enum FeedServiceTypes {
3308
3436
  GoogleDrive = "GOOGLE_DRIVE",
3309
3437
  /** Google Mail feed service */
3310
3438
  GoogleEmail = "GOOGLE_EMAIL",
3439
+ /** Intercom Articles feed service */
3440
+ IntercomArticles = "INTERCOM_ARTICLES",
3441
+ /** Intercom Tickets feed service */
3442
+ IntercomTickets = "INTERCOM_TICKETS",
3311
3443
  /** Linear feed service */
3312
3444
  Linear = "LINEAR",
3313
3445
  /** Microsoft Outlook Email feed service */
@@ -3317,7 +3449,11 @@ export declare enum FeedServiceTypes {
3317
3449
  /** AWS S3 Blob feed service */
3318
3450
  S3Blob = "S3_BLOB",
3319
3451
  /** Microsoft SharePoint feed service */
3320
- 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"
3321
3457
  }
3322
3458
  /** Feed type */
3323
3459
  export declare enum FeedTypes {
@@ -3325,6 +3461,8 @@ export declare enum FeedTypes {
3325
3461
  Discord = "DISCORD",
3326
3462
  /** Email feed */
3327
3463
  Email = "EMAIL",
3464
+ /** Intercom articles feed */
3465
+ Intercom = "INTERCOM",
3328
3466
  /** Issue feed */
3329
3467
  Issue = "ISSUE",
3330
3468
  /** Microsoft Teams channel feed */
@@ -3344,7 +3482,9 @@ export declare enum FeedTypes {
3344
3482
  /** Web feed */
3345
3483
  Web = "WEB",
3346
3484
  /** YouTube audio feed */
3347
- YouTube = "YOU_TUBE"
3485
+ YouTube = "YOU_TUBE",
3486
+ /** Zendesk articles feed */
3487
+ Zendesk = "ZENDESK"
3348
3488
  }
3349
3489
  /** Represents a feed. */
3350
3490
  export type FeedUpdateInput = {
@@ -3574,6 +3714,8 @@ export type GoogleDriveFeedProperties = {
3574
3714
  clientId: Scalars['String']['output'];
3575
3715
  /** Google client secret. */
3576
3716
  clientSecret: Scalars['String']['output'];
3717
+ /** Google Drive file identifiers. Takes precedence over folder identifier. */
3718
+ files?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
3577
3719
  /** Google Drive folder identifier. */
3578
3720
  folderId?: Maybe<Scalars['String']['output']>;
3579
3721
  /** Google refresh token. */
@@ -3585,6 +3727,8 @@ export type GoogleDriveFeedPropertiesInput = {
3585
3727
  clientId: Scalars['String']['input'];
3586
3728
  /** Google client secret. */
3587
3729
  clientSecret: Scalars['String']['input'];
3730
+ /** Google Drive file identifiers. Takes precedence over folder identifier. */
3731
+ files?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
3588
3732
  /** Google Drive folder identifier. */
3589
3733
  folderId?: InputMaybe<Scalars['String']['input']>;
3590
3734
  /** Google refresh token. */
@@ -3596,6 +3740,8 @@ export type GoogleDriveFeedPropertiesUpdateInput = {
3596
3740
  clientId?: InputMaybe<Scalars['String']['input']>;
3597
3741
  /** Google client secret. */
3598
3742
  clientSecret?: InputMaybe<Scalars['String']['input']>;
3743
+ /** Google Drive file identifiers. Takes precedence over folder identifier. */
3744
+ files?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
3599
3745
  /** Google Drive folder identifier. */
3600
3746
  folderId?: InputMaybe<Scalars['String']['input']>;
3601
3747
  /** Google refresh token. */
@@ -4235,6 +4381,37 @@ export declare enum IntegrationServiceTypes {
4235
4381
  /** HTTP WebHook integration service */
4236
4382
  WebHook = "WEB_HOOK"
4237
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
+ };
4238
4415
  /** Represents issue feed properties. */
4239
4416
  export type IssueFeedProperties = {
4240
4417
  __typename?: 'IssueFeedProperties';
@@ -4244,6 +4421,8 @@ export type IssueFeedProperties = {
4244
4421
  github?: Maybe<GitHubIssuesFeedProperties>;
4245
4422
  /** Should the issue feed include attachments. */
4246
4423
  includeAttachments?: Maybe<Scalars['Boolean']['output']>;
4424
+ /** Intercom Tickets properties. */
4425
+ intercom?: Maybe<IntercomTicketsFeedProperties>;
4247
4426
  /** Atlassian Jira properties. */
4248
4427
  jira?: Maybe<AtlassianJiraFeedProperties>;
4249
4428
  /** Linear properties. */
@@ -4252,6 +4431,8 @@ export type IssueFeedProperties = {
4252
4431
  readLimit?: Maybe<Scalars['Int']['output']>;
4253
4432
  /** Feed service type. */
4254
4433
  type: FeedServiceTypes;
4434
+ /** Zendesk Tickets properties. */
4435
+ zendesk?: Maybe<ZendeskTicketsFeedProperties>;
4255
4436
  };
4256
4437
  /** Represents issue feed properties. */
4257
4438
  export type IssueFeedPropertiesInput = {
@@ -4259,6 +4440,8 @@ export type IssueFeedPropertiesInput = {
4259
4440
  github?: InputMaybe<GitHubIssuesFeedPropertiesInput>;
4260
4441
  /** Should the issue feed include attachments. */
4261
4442
  includeAttachments?: InputMaybe<Scalars['Boolean']['input']>;
4443
+ /** Intercom Tickets properties. */
4444
+ intercom?: InputMaybe<IntercomTicketsFeedPropertiesInput>;
4262
4445
  /** Atlassian Jira properties. */
4263
4446
  jira?: InputMaybe<AtlassianJiraFeedPropertiesInput>;
4264
4447
  /** Linear properties. */
@@ -4267,6 +4450,8 @@ export type IssueFeedPropertiesInput = {
4267
4450
  readLimit?: InputMaybe<Scalars['Int']['input']>;
4268
4451
  /** Feed service type. */
4269
4452
  type: FeedServiceTypes;
4453
+ /** Zendesk Tickets properties. */
4454
+ zendesk?: InputMaybe<ZendeskTicketsFeedPropertiesInput>;
4270
4455
  };
4271
4456
  /** Represents issue feed properties. */
4272
4457
  export type IssueFeedPropertiesUpdateInput = {
@@ -4274,12 +4459,16 @@ export type IssueFeedPropertiesUpdateInput = {
4274
4459
  github?: InputMaybe<GitHubIssuesFeedPropertiesUpdateInput>;
4275
4460
  /** Should the issue feed include attachments. */
4276
4461
  includeAttachments?: InputMaybe<Scalars['Boolean']['input']>;
4462
+ /** Intercom Tickets properties. */
4463
+ intercom?: InputMaybe<IntercomTicketsFeedPropertiesUpdateInput>;
4277
4464
  /** Atlassian Jira properties. */
4278
4465
  jira?: InputMaybe<AtlassianJiraFeedPropertiesUpdateInput>;
4279
4466
  /** Linear properties. */
4280
4467
  linear?: InputMaybe<LinearFeedPropertiesUpdateInput>;
4281
4468
  /** The limit of items to be read from feed, defaults to 100. */
4282
4469
  readLimit?: InputMaybe<Scalars['Int']['input']>;
4470
+ /** Zendesk Tickets properties. */
4471
+ zendesk?: InputMaybe<ZendeskTicketsFeedPropertiesUpdateInput>;
4283
4472
  };
4284
4473
  /** Represents issue metadata. */
4285
4474
  export type IssueMetadata = {
@@ -4423,6 +4612,8 @@ export declare enum LabelFacetTypes {
4423
4612
  }
4424
4613
  /** Represents a filter for labels. */
4425
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']>;
4426
4617
  /** Filter label(s) by their creation date range. */
4427
4618
  creationDateRange?: InputMaybe<DateRangeFilter>;
4428
4619
  /** The sort direction for query results. */
@@ -4762,6 +4953,8 @@ export type MedicalConditionFilter = {
4762
4953
  boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
4763
4954
  /** Filter by similar medical conditions. */
4764
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']>;
4765
4958
  /** Filter medicalcondition(s) by their creation date range. */
4766
4959
  creationDateRange?: InputMaybe<DateRangeFilter>;
4767
4960
  /** The sort direction for query results. */
@@ -4903,6 +5096,8 @@ export type MedicalContraindicationFilter = {
4903
5096
  boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
4904
5097
  /** Filter by similar medical contraindications. */
4905
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']>;
4906
5101
  /** Filter medicalcontraindication(s) by their creation date range. */
4907
5102
  creationDateRange?: InputMaybe<DateRangeFilter>;
4908
5103
  /** The sort direction for query results. */
@@ -5042,6 +5237,8 @@ export type MedicalDeviceFilter = {
5042
5237
  address?: InputMaybe<AddressFilter>;
5043
5238
  /** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
5044
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']>;
5045
5242
  /** Filter medicaldevice(s) by their creation date range. */
5046
5243
  creationDateRange?: InputMaybe<DateRangeFilter>;
5047
5244
  /** Filter by similar medical devices. */
@@ -5221,6 +5418,8 @@ export type MedicalDrugClassFilter = {
5221
5418
  boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
5222
5419
  /** Filter by similar medical drug classes. */
5223
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']>;
5224
5423
  /** Filter medicaldrugclass(s) by their creation date range. */
5225
5424
  creationDateRange?: InputMaybe<DateRangeFilter>;
5226
5425
  /** The sort direction for query results. */
@@ -5324,6 +5523,8 @@ export type MedicalDrugFilter = {
5324
5523
  address?: InputMaybe<AddressFilter>;
5325
5524
  /** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
5326
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']>;
5327
5528
  /** Filter medicaldrug(s) by their creation date range. */
5328
5529
  creationDateRange?: InputMaybe<DateRangeFilter>;
5329
5530
  /** The sort direction for query results. */
@@ -5465,6 +5666,8 @@ export type MedicalGuidelineFilter = {
5465
5666
  address?: InputMaybe<AddressFilter>;
5466
5667
  /** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
5467
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']>;
5468
5671
  /** Filter medicalguideline(s) by their creation date range. */
5469
5672
  creationDateRange?: InputMaybe<DateRangeFilter>;
5470
5673
  /** The sort direction for query results. */
@@ -5606,6 +5809,8 @@ export type MedicalIndicationFilter = {
5606
5809
  address?: InputMaybe<AddressFilter>;
5607
5810
  /** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
5608
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']>;
5609
5814
  /** Filter medicalindication(s) by their creation date range. */
5610
5815
  creationDateRange?: InputMaybe<DateRangeFilter>;
5611
5816
  /** The sort direction for query results. */
@@ -5747,6 +5952,8 @@ export type MedicalProcedureFilter = {
5747
5952
  address?: InputMaybe<AddressFilter>;
5748
5953
  /** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
5749
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']>;
5750
5957
  /** Filter medicalprocedure(s) by their creation date range. */
5751
5958
  creationDateRange?: InputMaybe<DateRangeFilter>;
5752
5959
  /** The sort direction for query results. */
@@ -5890,6 +6097,8 @@ export type MedicalStudyFilter = {
5890
6097
  address?: InputMaybe<AddressFilter>;
5891
6098
  /** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
5892
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']>;
5893
6102
  /** Filter medicalstudy(s) by their creation date range. */
5894
6103
  creationDateRange?: InputMaybe<DateRangeFilter>;
5895
6104
  /** The sort direction for query results. */
@@ -6037,6 +6246,8 @@ export type MedicalTestFilter = {
6037
6246
  address?: InputMaybe<AddressFilter>;
6038
6247
  /** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
6039
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']>;
6040
6251
  /** Filter medicaltest(s) by their creation date range. */
6041
6252
  creationDateRange?: InputMaybe<DateRangeFilter>;
6042
6253
  /** The sort direction for query results. */
@@ -6178,6 +6389,8 @@ export type MedicalTherapyFilter = {
6178
6389
  address?: InputMaybe<AddressFilter>;
6179
6390
  /** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
6180
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']>;
6181
6394
  /** Filter medicaltherapy(s) by their creation date range. */
6182
6395
  creationDateRange?: InputMaybe<DateRangeFilter>;
6183
6396
  /** The sort direction for query results. */
@@ -6283,6 +6496,8 @@ export type Metadata = {
6283
6496
  export type MetadataFilter = {
6284
6497
  /** Filter by parent content. */
6285
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']>;
6286
6501
  /** Filter metadata(s) by their creation date range. */
6287
6502
  creationDateRange?: InputMaybe<DateRangeFilter>;
6288
6503
  /** The sort direction for query results. */
@@ -7990,6 +8205,8 @@ export type OneDriveFeedProperties = {
7990
8205
  clientId: Scalars['String']['output'];
7991
8206
  /** OneDrive client secret. */
7992
8207
  clientSecret: Scalars['String']['output'];
8208
+ /** OneDrive file identifiers. Takes precedence over folder identifier. */
8209
+ files?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
7993
8210
  /** OneDrive folder identifier. */
7994
8211
  folderId?: Maybe<Scalars['ID']['output']>;
7995
8212
  /** OneDrive refresh token. */
@@ -8001,6 +8218,8 @@ export type OneDriveFeedPropertiesInput = {
8001
8218
  clientId: Scalars['String']['input'];
8002
8219
  /** OneDrive client secret. */
8003
8220
  clientSecret: Scalars['String']['input'];
8221
+ /** OneDrive file identifiers. Takes precedence over folder identifier. */
8222
+ files?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
8004
8223
  /** OneDrive folder identifier. */
8005
8224
  folderId?: InputMaybe<Scalars['ID']['input']>;
8006
8225
  /** OneDrive refresh token. */
@@ -8012,6 +8231,8 @@ export type OneDriveFeedPropertiesUpdateInput = {
8012
8231
  clientId?: InputMaybe<Scalars['String']['input']>;
8013
8232
  /** OneDrive client secret. */
8014
8233
  clientSecret?: InputMaybe<Scalars['String']['input']>;
8234
+ /** OneDrive file identifiers. Takes precedence over folder identifier. */
8235
+ files?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
8015
8236
  /** OneDrive folder identifier. */
8016
8237
  folderId?: InputMaybe<Scalars['ID']['input']>;
8017
8238
  /** OneDrive refresh token. */
@@ -8208,6 +8429,10 @@ export declare enum OpenAiModels {
8208
8429
  * @deprecated OpenAI has deprecated this model. Use the GPT-4o Mini model instead.
8209
8430
  */
8210
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",
8211
8436
  /** o1 Mini 128k (Latest) */
8212
8437
  O1Mini_128K = "O1_MINI_128K",
8213
8438
  /** o1 Mini 128k (2024-09-12 version) */
@@ -8332,6 +8557,8 @@ export type OrganizationFilter = {
8332
8557
  address?: InputMaybe<AddressFilter>;
8333
8558
  /** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
8334
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']>;
8335
8562
  /** Filter organization(s) by their creation date range. */
8336
8563
  creationDateRange?: InputMaybe<DateRangeFilter>;
8337
8564
  /** The sort direction for query results. */
@@ -8571,6 +8798,8 @@ export type PersonFilter = {
8571
8798
  address?: InputMaybe<AddressFilter>;
8572
8799
  /** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
8573
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']>;
8574
8803
  /** Filter person(s) by their creation date range. */
8575
8804
  creationDateRange?: InputMaybe<DateRangeFilter>;
8576
8805
  /** The sort direction for query results. */
@@ -8774,6 +9003,8 @@ export type PlaceFilter = {
8774
9003
  address?: InputMaybe<AddressFilter>;
8775
9004
  /** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
8776
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']>;
8777
9008
  /** Filter place(s) by their creation date range. */
8778
9009
  creationDateRange?: InputMaybe<DateRangeFilter>;
8779
9010
  /** The sort direction for query results. */
@@ -9031,6 +9262,8 @@ export type ProductFilter = {
9031
9262
  boundaries?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
9032
9263
  /** Filter by product brand. */
9033
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']>;
9034
9267
  /** Filter product(s) by their creation date range. */
9035
9268
  creationDateRange?: InputMaybe<DateRangeFilter>;
9036
9269
  /** The sort direction for query results. */
@@ -9224,6 +9457,8 @@ export type ProjectCredits = {
9224
9457
  };
9225
9458
  /** Represents a filter for projects. */
9226
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']>;
9227
9462
  /** Filter project(s) by their creation date range. */
9228
9463
  creationDateRange?: InputMaybe<DateRangeFilter>;
9229
9464
  /** The sort direction for query results. */
@@ -10399,6 +10634,8 @@ export type RepoFilter = {
10399
10634
  address?: InputMaybe<AddressFilter>;
10400
10635
  /** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
10401
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']>;
10402
10639
  /** Filter repo(s) by their creation date range. */
10403
10640
  creationDateRange?: InputMaybe<DateRangeFilter>;
10404
10641
  /** The sort direction for query results. */
@@ -10787,8 +11024,12 @@ export type SiteFeedProperties = {
10787
11024
  azureBlob?: Maybe<AzureBlobFeedProperties>;
10788
11025
  /** Microsoft Azure file share properties. */
10789
11026
  azureFile?: Maybe<AzureFileFeedProperties>;
11027
+ /** Box properties. */
11028
+ box?: Maybe<BoxFeedProperties>;
10790
11029
  /** Feed connector type. */
10791
11030
  connectorType: FeedConnectorTypes;
11031
+ /** Dropbox properties. */
11032
+ dropbox?: Maybe<DropboxFeedProperties>;
10792
11033
  /** GitHub properties. */
10793
11034
  github?: Maybe<GitHubFeedProperties>;
10794
11035
  /** Google Cloud blob properties. */
@@ -10816,6 +11057,10 @@ export type SiteFeedPropertiesInput = {
10816
11057
  azureBlob?: InputMaybe<AzureBlobFeedPropertiesInput>;
10817
11058
  /** Microsoft Azure file share properties. */
10818
11059
  azureFile?: InputMaybe<AzureFileFeedPropertiesInput>;
11060
+ /** Box properties. */
11061
+ box?: InputMaybe<BoxFeedPropertiesInput>;
11062
+ /** Dropbox properties. */
11063
+ dropbox?: InputMaybe<DropboxFeedPropertiesInput>;
10819
11064
  /** GitHub properties. */
10820
11065
  github?: InputMaybe<GitHubFeedPropertiesInput>;
10821
11066
  /** Google Cloud blob properties. */
@@ -10841,6 +11086,10 @@ export type SiteFeedPropertiesUpdateInput = {
10841
11086
  azureBlob?: InputMaybe<AzureBlobFeedPropertiesUpdateInput>;
10842
11087
  /** Microsoft Azure file share properties. */
10843
11088
  azureFile?: InputMaybe<AzureFileFeedPropertiesUpdateInput>;
11089
+ /** Box properties. */
11090
+ box?: InputMaybe<BoxFeedPropertiesUpdateInput>;
11091
+ /** Dropbox properties. */
11092
+ dropbox?: InputMaybe<DropboxFeedPropertiesUpdateInput>;
10844
11093
  /** GitHub properties. */
10845
11094
  github?: InputMaybe<GitHubFeedPropertiesUpdateInput>;
10846
11095
  /** Google Cloud blob properties. */
@@ -10991,6 +11240,8 @@ export type SoftwareFilter = {
10991
11240
  address?: InputMaybe<AddressFilter>;
10992
11241
  /** Filter by observable geo-boundaries, as GeoJSON Feature with Polygon geometry. */
10993
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']>;
10994
11245
  /** Filter software(s) by their creation date range. */
10995
11246
  creationDateRange?: InputMaybe<DateRangeFilter>;
10996
11247
  /** The sort direction for query results. */
@@ -11136,6 +11387,8 @@ export type Specification = {
11136
11387
  };
11137
11388
  /** Represents a filter for LLM specifications. */
11138
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']>;
11139
11392
  /** Filter specification(s) by their creation date range. */
11140
11393
  creationDateRange?: InputMaybe<DateRangeFilter>;
11141
11394
  /** The sort direction for query results. */
@@ -11816,6 +12069,8 @@ export type WorkflowActionInput = {
11816
12069
  };
11817
12070
  /** Represents a filter for workflows. */
11818
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']>;
11819
12074
  /** Filter workflow(s) by their creation date range. */
11820
12075
  creationDateRange?: InputMaybe<DateRangeFilter>;
11821
12076
  /** The sort direction for query results. */
@@ -11933,6 +12188,47 @@ export declare enum YouTubeTypes {
11933
12188
  /** YouTube Videos */
11934
12189
  Videos = "VIDEOS"
11935
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
+ };
11936
12232
  export type CountAlertsQueryVariables = Exact<{
11937
12233
  filter?: InputMaybe<AlertFilter>;
11938
12234
  }>;
@@ -12038,6 +12334,8 @@ export type GetAlertQuery = {
12038
12334
  };
12039
12335
  filter?: {
12040
12336
  __typename?: 'ContentCriteria';
12337
+ inLast?: any | null;
12338
+ createdInLast?: any | null;
12041
12339
  types?: Array<ContentTypes> | null;
12042
12340
  fileTypes?: Array<FileTypes | null> | null;
12043
12341
  dateRange?: {
@@ -12178,6 +12476,8 @@ export type QueryAlertsQuery = {
12178
12476
  };
12179
12477
  filter?: {
12180
12478
  __typename?: 'ContentCriteria';
12479
+ inLast?: any | null;
12480
+ createdInLast?: any | null;
12181
12481
  types?: Array<ContentTypes> | null;
12182
12482
  fileTypes?: Array<FileTypes | null> | null;
12183
12483
  dateRange?: {
@@ -15391,6 +15691,8 @@ export type GetConversationQuery = {
15391
15691
  } | null;
15392
15692
  filter?: {
15393
15693
  __typename?: 'ContentCriteria';
15694
+ inLast?: any | null;
15695
+ createdInLast?: any | null;
15394
15696
  types?: Array<ContentTypes> | null;
15395
15697
  fileTypes?: Array<FileTypes | null> | null;
15396
15698
  dateRange?: {
@@ -15479,6 +15781,8 @@ export type GetConversationQuery = {
15479
15781
  } | null;
15480
15782
  augmentedFilter?: {
15481
15783
  __typename?: 'ContentCriteria';
15784
+ inLast?: any | null;
15785
+ createdInLast?: any | null;
15482
15786
  types?: Array<ContentTypes> | null;
15483
15787
  fileTypes?: Array<FileTypes | null> | null;
15484
15788
  dateRange?: {
@@ -16236,6 +16540,8 @@ export type QueryConversationsQuery = {
16236
16540
  } | null;
16237
16541
  filter?: {
16238
16542
  __typename?: 'ContentCriteria';
16543
+ inLast?: any | null;
16544
+ createdInLast?: any | null;
16239
16545
  types?: Array<ContentTypes> | null;
16240
16546
  fileTypes?: Array<FileTypes | null> | null;
16241
16547
  dateRange?: {
@@ -16324,6 +16630,8 @@ export type QueryConversationsQuery = {
16324
16630
  } | null;
16325
16631
  augmentedFilter?: {
16326
16632
  __typename?: 'ContentCriteria';
16633
+ inLast?: any | null;
16634
+ createdInLast?: any | null;
16327
16635
  types?: Array<ContentTypes> | null;
16328
16636
  fileTypes?: Array<FileTypes | null> | null;
16329
16637
  dateRange?: {
@@ -17323,6 +17631,7 @@ export type GetFeedQuery = {
17323
17631
  oneDrive?: {
17324
17632
  __typename?: 'OneDriveFeedProperties';
17325
17633
  folderId?: string | null;
17634
+ files?: Array<string | null> | null;
17326
17635
  clientId: string;
17327
17636
  clientSecret: string;
17328
17637
  refreshToken: string;
@@ -17330,9 +17639,26 @@ export type GetFeedQuery = {
17330
17639
  googleDrive?: {
17331
17640
  __typename?: 'GoogleDriveFeedProperties';
17332
17641
  folderId?: string | null;
17642
+ files?: Array<string | null> | null;
17643
+ refreshToken: string;
17644
+ clientId: string;
17645
+ clientSecret: string;
17646
+ } | null;
17647
+ dropbox?: {
17648
+ __typename?: 'DropboxFeedProperties';
17649
+ path?: string | null;
17650
+ appKey: string;
17651
+ appSecret: string;
17333
17652
  refreshToken: string;
17653
+ redirectUri: string;
17654
+ } | null;
17655
+ box?: {
17656
+ __typename?: 'BoxFeedProperties';
17657
+ folderId?: string | null;
17334
17658
  clientId: string;
17335
17659
  clientSecret: string;
17660
+ refreshToken: string;
17661
+ redirectUri: string;
17336
17662
  } | null;
17337
17663
  github?: {
17338
17664
  __typename?: 'GitHubFeedProperties';
@@ -17389,6 +17715,15 @@ export type GetFeedQuery = {
17389
17715
  refreshToken?: string | null;
17390
17716
  personalAccessToken?: string | null;
17391
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;
17392
17727
  } | null;
17393
17728
  rss?: {
17394
17729
  __typename?: 'RSSFeedProperties';
@@ -17421,6 +17756,17 @@ export type GetFeedQuery = {
17421
17756
  identifiers: Array<string>;
17422
17757
  type: NotionTypes;
17423
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;
17424
17770
  youtube?: {
17425
17771
  __typename?: 'YouTubeFeedProperties';
17426
17772
  readLimit?: number | null;
@@ -17560,6 +17906,7 @@ export type QueryFeedsQuery = {
17560
17906
  oneDrive?: {
17561
17907
  __typename?: 'OneDriveFeedProperties';
17562
17908
  folderId?: string | null;
17909
+ files?: Array<string | null> | null;
17563
17910
  clientId: string;
17564
17911
  clientSecret: string;
17565
17912
  refreshToken: string;
@@ -17567,10 +17914,27 @@ export type QueryFeedsQuery = {
17567
17914
  googleDrive?: {
17568
17915
  __typename?: 'GoogleDriveFeedProperties';
17569
17916
  folderId?: string | null;
17917
+ files?: Array<string | null> | null;
17570
17918
  refreshToken: string;
17571
17919
  clientId: string;
17572
17920
  clientSecret: string;
17573
17921
  } | null;
17922
+ dropbox?: {
17923
+ __typename?: 'DropboxFeedProperties';
17924
+ path?: string | null;
17925
+ appKey: string;
17926
+ appSecret: string;
17927
+ refreshToken: string;
17928
+ redirectUri: string;
17929
+ } | null;
17930
+ box?: {
17931
+ __typename?: 'BoxFeedProperties';
17932
+ folderId?: string | null;
17933
+ clientId: string;
17934
+ clientSecret: string;
17935
+ refreshToken: string;
17936
+ redirectUri: string;
17937
+ } | null;
17574
17938
  github?: {
17575
17939
  __typename?: 'GitHubFeedProperties';
17576
17940
  uri?: any | null;
@@ -17626,6 +17990,15 @@ export type QueryFeedsQuery = {
17626
17990
  refreshToken?: string | null;
17627
17991
  personalAccessToken?: string | null;
17628
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;
17629
18002
  } | null;
17630
18003
  rss?: {
17631
18004
  __typename?: 'RSSFeedProperties';
@@ -17658,6 +18031,17 @@ export type QueryFeedsQuery = {
17658
18031
  identifiers: Array<string>;
17659
18032
  type: NotionTypes;
17660
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;
17661
18045
  youtube?: {
17662
18046
  __typename?: 'YouTubeFeedProperties';
17663
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) */
@@ -597,6 +599,10 @@ var FeedConnectorTypes;
597
599
  FeedConnectorTypes["Atlassian"] = "ATLASSIAN";
598
600
  /** Microsoft Azure feed connector */
599
601
  FeedConnectorTypes["Azure"] = "AZURE";
602
+ /** Box feed connector */
603
+ FeedConnectorTypes["Box"] = "BOX";
604
+ /** Dropbox feed connector */
605
+ FeedConnectorTypes["Dropbox"] = "DROPBOX";
600
606
  /** GitHub feed connector */
601
607
  FeedConnectorTypes["GitHub"] = "GIT_HUB";
602
608
  /** Google Cloud feed connector */
@@ -605,6 +611,8 @@ var FeedConnectorTypes;
605
611
  FeedConnectorTypes["GoogleDrive"] = "GOOGLE_DRIVE";
606
612
  /** Google Mail feed connector */
607
613
  FeedConnectorTypes["GoogleEmail"] = "GOOGLE_EMAIL";
614
+ /** Intercom feed connector */
615
+ FeedConnectorTypes["Intercom"] = "INTERCOM";
608
616
  /** Linear feed connector */
609
617
  FeedConnectorTypes["Linear"] = "LINEAR";
610
618
  /** Microsoft Outlook Email feed connector */
@@ -613,6 +621,8 @@ var FeedConnectorTypes;
613
621
  FeedConnectorTypes["OneDrive"] = "ONE_DRIVE";
614
622
  /** Microsoft SharePoint feed connector */
615
623
  FeedConnectorTypes["SharePoint"] = "SHARE_POINT";
624
+ /** Zendesk feed connector */
625
+ FeedConnectorTypes["Zendesk"] = "ZENDESK";
616
626
  })(FeedConnectorTypes || (exports.FeedConnectorTypes = FeedConnectorTypes = {}));
617
627
  /** Feed list type */
618
628
  var FeedListingTypes;
@@ -625,12 +635,18 @@ var FeedListingTypes;
625
635
  /** Feed service type */
626
636
  var FeedServiceTypes;
627
637
  (function (FeedServiceTypes) {
638
+ /** Atlassian Confluence feed service */
639
+ FeedServiceTypes["AtlassianConfluence"] = "ATLASSIAN_CONFLUENCE";
628
640
  /** Atlassian Jira feed service */
629
641
  FeedServiceTypes["AtlassianJira"] = "ATLASSIAN_JIRA";
630
642
  /** Azure Blob feed service */
631
643
  FeedServiceTypes["AzureBlob"] = "AZURE_BLOB";
632
644
  /** Azure File feed service */
633
645
  FeedServiceTypes["AzureFile"] = "AZURE_FILE";
646
+ /** Box feed service */
647
+ FeedServiceTypes["Box"] = "BOX";
648
+ /** Dropbox feed service */
649
+ FeedServiceTypes["Dropbox"] = "DROPBOX";
634
650
  /** GitHub feed service */
635
651
  FeedServiceTypes["GitHub"] = "GIT_HUB";
636
652
  /** GitHub Issues feed service */
@@ -641,6 +657,10 @@ var FeedServiceTypes;
641
657
  FeedServiceTypes["GoogleDrive"] = "GOOGLE_DRIVE";
642
658
  /** Google Mail feed service */
643
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";
644
664
  /** Linear feed service */
645
665
  FeedServiceTypes["Linear"] = "LINEAR";
646
666
  /** Microsoft Outlook Email feed service */
@@ -651,6 +671,10 @@ var FeedServiceTypes;
651
671
  FeedServiceTypes["S3Blob"] = "S3_BLOB";
652
672
  /** Microsoft SharePoint feed service */
653
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";
654
678
  })(FeedServiceTypes || (exports.FeedServiceTypes = FeedServiceTypes = {}));
655
679
  /** Feed type */
656
680
  var FeedTypes;
@@ -659,6 +683,8 @@ var FeedTypes;
659
683
  FeedTypes["Discord"] = "DISCORD";
660
684
  /** Email feed */
661
685
  FeedTypes["Email"] = "EMAIL";
686
+ /** Intercom articles feed */
687
+ FeedTypes["Intercom"] = "INTERCOM";
662
688
  /** Issue feed */
663
689
  FeedTypes["Issue"] = "ISSUE";
664
690
  /** Microsoft Teams channel feed */
@@ -679,6 +705,8 @@ var FeedTypes;
679
705
  FeedTypes["Web"] = "WEB";
680
706
  /** YouTube audio feed */
681
707
  FeedTypes["YouTube"] = "YOU_TUBE";
708
+ /** Zendesk articles feed */
709
+ FeedTypes["Zendesk"] = "ZENDESK";
682
710
  })(FeedTypes || (exports.FeedTypes = FeedTypes = {}));
683
711
  /** File preparation service type */
684
712
  var FilePreparationServiceTypes;
@@ -1278,6 +1306,10 @@ var OpenAiModels;
1278
1306
  * @deprecated OpenAI has deprecated this model. Use the GPT-4o Mini model instead.
1279
1307
  */
1280
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";
1281
1313
  /** o1 Mini 128k (Latest) */
1282
1314
  OpenAiModels["O1Mini_128K"] = "O1_MINI_128K";
1283
1315
  /** o1 Mini 128k (2024-09-12 version) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20241213002",
3
+ "version": "1.0.20241222001",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",