graphlit-client 1.0.20250731001 → 1.0.20250801001
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.
@@ -1236,6 +1236,7 @@ export const GetContent = gql `
|
|
1236
1236
|
sensitivity
|
1237
1237
|
priority
|
1238
1238
|
importance
|
1239
|
+
attachmentCount
|
1239
1240
|
from {
|
1240
1241
|
name
|
1241
1242
|
email
|
@@ -1961,6 +1962,7 @@ export const LookupContents = gql `
|
|
1961
1962
|
sensitivity
|
1962
1963
|
priority
|
1963
1964
|
importance
|
1965
|
+
attachmentCount
|
1964
1966
|
from {
|
1965
1967
|
name
|
1966
1968
|
email
|
@@ -2522,6 +2524,7 @@ export const QueryContents = gql `
|
|
2522
2524
|
sensitivity
|
2523
2525
|
priority
|
2524
2526
|
importance
|
2527
|
+
attachmentCount
|
2525
2528
|
from {
|
2526
2529
|
name
|
2527
2530
|
email
|
@@ -2831,6 +2834,7 @@ export const QueryContentsObservations = gql `
|
|
2831
2834
|
sensitivity
|
2832
2835
|
priority
|
2833
2836
|
importance
|
2837
|
+
attachmentCount
|
2834
2838
|
from {
|
2835
2839
|
name
|
2836
2840
|
email
|
@@ -6471,7 +6475,7 @@ export const GetFeed = gql `
|
|
6471
6475
|
clientId
|
6472
6476
|
clientSecret
|
6473
6477
|
refreshToken
|
6474
|
-
|
6478
|
+
authorizationId
|
6475
6479
|
}
|
6476
6480
|
oneDrive {
|
6477
6481
|
authenticationType
|
@@ -6480,7 +6484,7 @@ export const GetFeed = gql `
|
|
6480
6484
|
clientId
|
6481
6485
|
clientSecret
|
6482
6486
|
refreshToken
|
6483
|
-
|
6487
|
+
authorizationId
|
6484
6488
|
}
|
6485
6489
|
googleDrive {
|
6486
6490
|
authenticationType
|
@@ -6490,12 +6494,11 @@ export const GetFeed = gql `
|
|
6490
6494
|
clientId
|
6491
6495
|
clientSecret
|
6492
6496
|
serviceAccountJson
|
6493
|
-
|
6497
|
+
authorizationId
|
6494
6498
|
}
|
6495
6499
|
dropbox {
|
6496
6500
|
authenticationType
|
6497
6501
|
path
|
6498
|
-
connectorId
|
6499
6502
|
appKey
|
6500
6503
|
appSecret
|
6501
6504
|
refreshToken
|
@@ -6504,7 +6507,6 @@ export const GetFeed = gql `
|
|
6504
6507
|
box {
|
6505
6508
|
authenticationType
|
6506
6509
|
folderId
|
6507
|
-
connectorId
|
6508
6510
|
clientId
|
6509
6511
|
clientSecret
|
6510
6512
|
refreshToken
|
@@ -6517,7 +6519,7 @@ export const GetFeed = gql `
|
|
6517
6519
|
repositoryName
|
6518
6520
|
refreshToken
|
6519
6521
|
personalAccessToken
|
6520
|
-
|
6522
|
+
authorizationId
|
6521
6523
|
}
|
6522
6524
|
readLimit
|
6523
6525
|
}
|
@@ -6534,7 +6536,7 @@ export const GetFeed = gql `
|
|
6534
6536
|
refreshToken
|
6535
6537
|
clientId
|
6536
6538
|
clientSecret
|
6537
|
-
|
6539
|
+
authorizationId
|
6538
6540
|
}
|
6539
6541
|
microsoft {
|
6540
6542
|
type
|
@@ -6546,7 +6548,7 @@ export const GetFeed = gql `
|
|
6546
6548
|
refreshToken
|
6547
6549
|
clientId
|
6548
6550
|
clientSecret
|
6549
|
-
|
6551
|
+
authorizationId
|
6550
6552
|
}
|
6551
6553
|
readLimit
|
6552
6554
|
}
|
@@ -6565,11 +6567,13 @@ export const GetFeed = gql `
|
|
6565
6567
|
project
|
6566
6568
|
}
|
6567
6569
|
github {
|
6570
|
+
authenticationType
|
6568
6571
|
uri
|
6569
6572
|
repositoryOwner
|
6570
6573
|
repositoryName
|
6571
6574
|
refreshToken
|
6572
6575
|
personalAccessToken
|
6576
|
+
authorizationId
|
6573
6577
|
}
|
6574
6578
|
intercom {
|
6575
6579
|
accessToken
|
@@ -6597,7 +6601,7 @@ export const GetFeed = gql `
|
|
6597
6601
|
refreshToken
|
6598
6602
|
clientId
|
6599
6603
|
clientSecret
|
6600
|
-
|
6604
|
+
authorizationId
|
6601
6605
|
}
|
6602
6606
|
microsoft {
|
6603
6607
|
calendarId
|
@@ -6607,7 +6611,7 @@ export const GetFeed = gql `
|
|
6607
6611
|
refreshToken
|
6608
6612
|
clientId
|
6609
6613
|
clientSecret
|
6610
|
-
|
6614
|
+
authorizationId
|
6611
6615
|
}
|
6612
6616
|
readLimit
|
6613
6617
|
}
|
@@ -6676,7 +6680,7 @@ export const GetFeed = gql `
|
|
6676
6680
|
clientId
|
6677
6681
|
clientSecret
|
6678
6682
|
refreshToken
|
6679
|
-
|
6683
|
+
authorizationId
|
6680
6684
|
teamId
|
6681
6685
|
channelId
|
6682
6686
|
}
|
@@ -6807,7 +6811,7 @@ export const QueryFeeds = gql `
|
|
6807
6811
|
clientId
|
6808
6812
|
clientSecret
|
6809
6813
|
refreshToken
|
6810
|
-
|
6814
|
+
authorizationId
|
6811
6815
|
}
|
6812
6816
|
oneDrive {
|
6813
6817
|
authenticationType
|
@@ -6816,7 +6820,7 @@ export const QueryFeeds = gql `
|
|
6816
6820
|
clientId
|
6817
6821
|
clientSecret
|
6818
6822
|
refreshToken
|
6819
|
-
|
6823
|
+
authorizationId
|
6820
6824
|
}
|
6821
6825
|
googleDrive {
|
6822
6826
|
authenticationType
|
@@ -6826,12 +6830,11 @@ export const QueryFeeds = gql `
|
|
6826
6830
|
clientId
|
6827
6831
|
clientSecret
|
6828
6832
|
serviceAccountJson
|
6829
|
-
|
6833
|
+
authorizationId
|
6830
6834
|
}
|
6831
6835
|
dropbox {
|
6832
6836
|
authenticationType
|
6833
6837
|
path
|
6834
|
-
connectorId
|
6835
6838
|
appKey
|
6836
6839
|
appSecret
|
6837
6840
|
refreshToken
|
@@ -6840,7 +6843,6 @@ export const QueryFeeds = gql `
|
|
6840
6843
|
box {
|
6841
6844
|
authenticationType
|
6842
6845
|
folderId
|
6843
|
-
connectorId
|
6844
6846
|
clientId
|
6845
6847
|
clientSecret
|
6846
6848
|
refreshToken
|
@@ -6853,7 +6855,7 @@ export const QueryFeeds = gql `
|
|
6853
6855
|
repositoryName
|
6854
6856
|
refreshToken
|
6855
6857
|
personalAccessToken
|
6856
|
-
|
6858
|
+
authorizationId
|
6857
6859
|
}
|
6858
6860
|
readLimit
|
6859
6861
|
}
|
@@ -6870,7 +6872,7 @@ export const QueryFeeds = gql `
|
|
6870
6872
|
refreshToken
|
6871
6873
|
clientId
|
6872
6874
|
clientSecret
|
6873
|
-
|
6875
|
+
authorizationId
|
6874
6876
|
}
|
6875
6877
|
microsoft {
|
6876
6878
|
type
|
@@ -6882,7 +6884,7 @@ export const QueryFeeds = gql `
|
|
6882
6884
|
refreshToken
|
6883
6885
|
clientId
|
6884
6886
|
clientSecret
|
6885
|
-
|
6887
|
+
authorizationId
|
6886
6888
|
}
|
6887
6889
|
readLimit
|
6888
6890
|
}
|
@@ -6901,11 +6903,13 @@ export const QueryFeeds = gql `
|
|
6901
6903
|
project
|
6902
6904
|
}
|
6903
6905
|
github {
|
6906
|
+
authenticationType
|
6904
6907
|
uri
|
6905
6908
|
repositoryOwner
|
6906
6909
|
repositoryName
|
6907
6910
|
refreshToken
|
6908
6911
|
personalAccessToken
|
6912
|
+
authorizationId
|
6909
6913
|
}
|
6910
6914
|
intercom {
|
6911
6915
|
accessToken
|
@@ -6933,7 +6937,7 @@ export const QueryFeeds = gql `
|
|
6933
6937
|
refreshToken
|
6934
6938
|
clientId
|
6935
6939
|
clientSecret
|
6936
|
-
|
6940
|
+
authorizationId
|
6937
6941
|
}
|
6938
6942
|
microsoft {
|
6939
6943
|
calendarId
|
@@ -6943,7 +6947,7 @@ export const QueryFeeds = gql `
|
|
6943
6947
|
refreshToken
|
6944
6948
|
clientId
|
6945
6949
|
clientSecret
|
6946
|
-
|
6950
|
+
authorizationId
|
6947
6951
|
}
|
6948
6952
|
readLimit
|
6949
6953
|
}
|
@@ -7012,7 +7016,7 @@ export const QueryFeeds = gql `
|
|
7012
7016
|
clientId
|
7013
7017
|
clientSecret
|
7014
7018
|
refreshToken
|
7015
|
-
|
7019
|
+
authorizationId
|
7016
7020
|
teamId
|
7017
7021
|
channelId
|
7018
7022
|
}
|
@@ -1084,8 +1084,9 @@ export type BoundingBoxInput = {
|
|
1084
1084
|
/** The width of the bounding box. */
|
1085
1085
|
width?: InputMaybe<Scalars['Float']['input']>;
|
1086
1086
|
};
|
1087
|
+
/** Box authentication type */
|
1087
1088
|
export declare enum BoxAuthenticationTypes {
|
1088
|
-
|
1089
|
+
/** User */
|
1089
1090
|
User = "USER"
|
1090
1091
|
}
|
1091
1092
|
/** Represents Box properties. */
|
@@ -1097,8 +1098,6 @@ export type BoxFeedProperties = {
|
|
1097
1098
|
clientId?: Maybe<Scalars['String']['output']>;
|
1098
1099
|
/** Box client secret. */
|
1099
1100
|
clientSecret?: Maybe<Scalars['String']['output']>;
|
1100
|
-
/** The OAuth authentication connector identifier, if using connector authentication. */
|
1101
|
-
connectorId?: Maybe<Scalars['ID']['output']>;
|
1102
1101
|
/** Box folder identifier. */
|
1103
1102
|
folderId?: Maybe<Scalars['ID']['output']>;
|
1104
1103
|
/** Box redirect URI. */
|
@@ -1114,8 +1113,6 @@ export type BoxFeedPropertiesInput = {
|
|
1114
1113
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
1115
1114
|
/** Box client secret. */
|
1116
1115
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
1117
|
-
/** The OAuth authentication connector identifier, if using connector authentication. */
|
1118
|
-
connectorId?: InputMaybe<Scalars['ID']['input']>;
|
1119
1116
|
/** Box folder identifier. */
|
1120
1117
|
folderId?: InputMaybe<Scalars['ID']['input']>;
|
1121
1118
|
/** Box redirect URI. */
|
@@ -1131,8 +1128,6 @@ export type BoxFeedPropertiesUpdateInput = {
|
|
1131
1128
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
1132
1129
|
/** Box client secret. */
|
1133
1130
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
1134
|
-
/** The OAuth authentication connector identifier, if using connector authentication. */
|
1135
|
-
connectorId?: InputMaybe<Scalars['ID']['input']>;
|
1136
1131
|
/** Box folder identifier. */
|
1137
1132
|
folderId?: InputMaybe<Scalars['ID']['input']>;
|
1138
1133
|
/** Box redirect URI. */
|
@@ -1157,11 +1152,11 @@ export type BoxFolderResults = {
|
|
1157
1152
|
/** Represents Box folders properties. */
|
1158
1153
|
export type BoxFoldersInput = {
|
1159
1154
|
/** Box client identifier. */
|
1160
|
-
clientId
|
1155
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
1161
1156
|
/** Box client secret. */
|
1162
|
-
clientSecret
|
1157
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
1163
1158
|
/** Box refresh token. */
|
1164
|
-
refreshToken
|
1159
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
1165
1160
|
};
|
1166
1161
|
/** Represents a calendar event attendee. */
|
1167
1162
|
export type CalendarAttendee = {
|
@@ -3278,8 +3273,9 @@ export type DrawingMetadataInput = {
|
|
3278
3273
|
/** The drawing Y origin. */
|
3279
3274
|
y?: InputMaybe<Scalars['Float']['input']>;
|
3280
3275
|
};
|
3276
|
+
/** Dropbox authentication type */
|
3281
3277
|
export declare enum DropboxAuthenticationTypes {
|
3282
|
-
|
3278
|
+
/** User */
|
3283
3279
|
User = "USER"
|
3284
3280
|
}
|
3285
3281
|
/** Represents Dropbox properties. */
|
@@ -3291,8 +3287,6 @@ export type DropboxFeedProperties = {
|
|
3291
3287
|
appSecret?: Maybe<Scalars['String']['output']>;
|
3292
3288
|
/** Dropbox authentication type. */
|
3293
3289
|
authenticationType?: Maybe<DropboxAuthenticationTypes>;
|
3294
|
-
/** The OAuth authentication connector identifier, if using connector authentication. */
|
3295
|
-
connectorId?: Maybe<Scalars['ID']['output']>;
|
3296
3290
|
/** Dropbox folder path. */
|
3297
3291
|
path?: Maybe<Scalars['ID']['output']>;
|
3298
3292
|
/** Dropbox redirect URI. */
|
@@ -3308,8 +3302,6 @@ export type DropboxFeedPropertiesInput = {
|
|
3308
3302
|
appSecret?: InputMaybe<Scalars['String']['input']>;
|
3309
3303
|
/** Dropbox authentication type. */
|
3310
3304
|
authenticationType?: InputMaybe<DropboxAuthenticationTypes>;
|
3311
|
-
/** The OAuth authentication connector identifier, if using connector authentication. */
|
3312
|
-
connectorId?: InputMaybe<Scalars['ID']['input']>;
|
3313
3305
|
/** Dropbox folder path. */
|
3314
3306
|
path?: InputMaybe<Scalars['ID']['input']>;
|
3315
3307
|
/** Dropbox redirect URI. */
|
@@ -3325,8 +3317,6 @@ export type DropboxFeedPropertiesUpdateInput = {
|
|
3325
3317
|
appSecret?: InputMaybe<Scalars['String']['input']>;
|
3326
3318
|
/** Dropbox authentication type. */
|
3327
3319
|
authenticationType?: InputMaybe<DropboxAuthenticationTypes>;
|
3328
|
-
/** The OAuth authentication connector identifier, if using connector authentication. */
|
3329
|
-
connectorId?: InputMaybe<Scalars['ID']['input']>;
|
3330
3320
|
/** Dropbox folder path. */
|
3331
3321
|
path?: InputMaybe<Scalars['ID']['input']>;
|
3332
3322
|
/** Dropbox redirect URI. */
|
@@ -3351,11 +3341,11 @@ export type DropboxFolderResults = {
|
|
3351
3341
|
/** Represents Dropbox folders properties. */
|
3352
3342
|
export type DropboxFoldersInput = {
|
3353
3343
|
/** Dropbox app key. */
|
3354
|
-
appKey
|
3344
|
+
appKey?: InputMaybe<Scalars['String']['input']>;
|
3355
3345
|
/** Dropbox app secret. */
|
3356
|
-
appSecret
|
3346
|
+
appSecret?: InputMaybe<Scalars['String']['input']>;
|
3357
3347
|
/** Dropbox refresh token. */
|
3358
|
-
refreshToken
|
3348
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
3359
3349
|
};
|
3360
3350
|
/** ElevenLabs models */
|
3361
3351
|
export declare enum ElevenLabsModels {
|
@@ -3464,6 +3454,8 @@ export declare enum EmailListingTypes {
|
|
3464
3454
|
/** Represents email metadata. */
|
3465
3455
|
export type EmailMetadata = {
|
3466
3456
|
__typename?: 'EmailMetadata';
|
3457
|
+
/** The email attachment count. */
|
3458
|
+
attachmentCount?: Maybe<Scalars['Int']['output']>;
|
3467
3459
|
/** The BCC recipients of the email. */
|
3468
3460
|
bcc?: Maybe<Array<Maybe<PersonReference>>>;
|
3469
3461
|
/** The CC recipients of the email. */
|
@@ -3491,6 +3483,8 @@ export type EmailMetadata = {
|
|
3491
3483
|
};
|
3492
3484
|
/** Represents email metadata. */
|
3493
3485
|
export type EmailMetadataInput = {
|
3486
|
+
/** The email attachment count. */
|
3487
|
+
attachmentCount?: InputMaybe<Scalars['Int']['input']>;
|
3494
3488
|
/** The metadata creation date. */
|
3495
3489
|
creationDate?: InputMaybe<Scalars['DateTime']['input']>;
|
3496
3490
|
/** The email identifier. */
|
@@ -4655,9 +4649,13 @@ export type GeometryMetadataInput = {
|
|
4655
4649
|
/** The geometry vertex count. */
|
4656
4650
|
vertexCount?: InputMaybe<Scalars['Long']['input']>;
|
4657
4651
|
};
|
4652
|
+
/** GitHub authentication type */
|
4658
4653
|
export declare enum GitHubAuthenticationTypes {
|
4654
|
+
/** Connector */
|
4659
4655
|
Connector = "CONNECTOR",
|
4656
|
+
/** OAuth */
|
4660
4657
|
OAuth = "O_AUTH",
|
4658
|
+
/** Personal Access Token */
|
4661
4659
|
PersonalAccessToken = "PERSONAL_ACCESS_TOKEN"
|
4662
4660
|
}
|
4663
4661
|
/** Represents GitHub properties. */
|
@@ -4666,7 +4664,7 @@ export type GitHubFeedProperties = {
|
|
4666
4664
|
/** OneDrive authentication type, defaults to User. */
|
4667
4665
|
authenticationType?: Maybe<GitHubAuthenticationTypes>;
|
4668
4666
|
/** Connector identifier. */
|
4669
|
-
|
4667
|
+
authorizationId?: Maybe<Scalars['String']['output']>;
|
4670
4668
|
/** GitHub personal access token. Either refresh token or personal access token is required to avoid GitHub rate-limiting. */
|
4671
4669
|
personalAccessToken?: Maybe<Scalars['String']['output']>;
|
4672
4670
|
/** GitHub refresh token. Either refresh token or personal access token is required to avoid GitHub rate-limiting. */
|
@@ -4682,8 +4680,8 @@ export type GitHubFeedProperties = {
|
|
4682
4680
|
export type GitHubFeedPropertiesInput = {
|
4683
4681
|
/** GitHub authentication type, defaults to PersonalAccessToken. */
|
4684
4682
|
authenticationType?: InputMaybe<GitHubAuthenticationTypes>;
|
4685
|
-
/**
|
4686
|
-
|
4683
|
+
/** Authentication identifier, for Connector authentication type. */
|
4684
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
4687
4685
|
/** GitHub personal access token, requires PersonalAccessToken authentication type. */
|
4688
4686
|
personalAccessToken?: InputMaybe<Scalars['String']['input']>;
|
4689
4687
|
/** GitHub refresh token, requires OAuth authentication type. */
|
@@ -4699,8 +4697,8 @@ export type GitHubFeedPropertiesInput = {
|
|
4699
4697
|
export type GitHubFeedPropertiesUpdateInput = {
|
4700
4698
|
/** GitHub authentication type, defaults to PersonalAccessToken. */
|
4701
4699
|
authenticationType?: InputMaybe<GitHubAuthenticationTypes>;
|
4702
|
-
/**
|
4703
|
-
|
4700
|
+
/** Authentication identifier, for Connector authentication type. */
|
4701
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
4704
4702
|
/** GitHub personal access token, requires PersonalAccessToken authentication type. */
|
4705
4703
|
personalAccessToken?: InputMaybe<Scalars['String']['input']>;
|
4706
4704
|
/** GitHub refresh token, requires OAuth authentication type. */
|
@@ -4720,6 +4718,10 @@ export declare enum GitHubIssueAuthenticationTypes {
|
|
4720
4718
|
/** Represents GitHub Issues feed properties. */
|
4721
4719
|
export type GitHubIssuesFeedProperties = {
|
4722
4720
|
__typename?: 'GitHubIssuesFeedProperties';
|
4721
|
+
/** GitHub Issues authentication type, defaults to PersonalAccessToken. */
|
4722
|
+
authenticationType?: Maybe<GitHubIssueAuthenticationTypes>;
|
4723
|
+
/** Authentication identifier, for Connector authentication type. */
|
4724
|
+
authorizationId?: Maybe<Scalars['String']['output']>;
|
4723
4725
|
/** GitHub personal access token. Either refresh token or personal access token is required to avoid GitHub rate-limiting. */
|
4724
4726
|
personalAccessToken?: Maybe<Scalars['String']['output']>;
|
4725
4727
|
/** GitHub refresh token. Either refresh token or personal access token is required to avoid GitHub rate-limiting. */
|
@@ -4735,8 +4737,8 @@ export type GitHubIssuesFeedProperties = {
|
|
4735
4737
|
export type GitHubIssuesFeedPropertiesInput = {
|
4736
4738
|
/** GitHub Issues authentication type, defaults to PersonalAccessToken. */
|
4737
4739
|
authenticationType?: InputMaybe<GitHubIssueAuthenticationTypes>;
|
4738
|
-
/**
|
4739
|
-
|
4740
|
+
/** Authentication identifier, for Connector authentication type. */
|
4741
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
4740
4742
|
/** GitHub personal access token, requires PersonalAccessToken authentication type. */
|
4741
4743
|
personalAccessToken?: InputMaybe<Scalars['String']['input']>;
|
4742
4744
|
/** GitHub refresh token, requires OAuth authentication type. */
|
@@ -4787,6 +4789,8 @@ export type GoogleCalendarFeedProperties = {
|
|
4787
4789
|
afterDate?: Maybe<Scalars['DateTime']['output']>;
|
4788
4790
|
/** Google Calendar authentication type. */
|
4789
4791
|
authenticationType?: Maybe<GoogleCalendarAuthenticationTypes>;
|
4792
|
+
/** Connector identifier. */
|
4793
|
+
authorizationId?: Maybe<Scalars['String']['output']>;
|
4790
4794
|
/** Read calendar events before this date (inclusive), optional. */
|
4791
4795
|
beforeDate?: Maybe<Scalars['DateTime']['output']>;
|
4792
4796
|
/** Google Email calendar identifier, optional. */
|
@@ -4795,8 +4799,6 @@ export type GoogleCalendarFeedProperties = {
|
|
4795
4799
|
clientId?: Maybe<Scalars['String']['output']>;
|
4796
4800
|
/** Google OAuth2 client secret. */
|
4797
4801
|
clientSecret?: Maybe<Scalars['String']['output']>;
|
4798
|
-
/** Connector identifier. */
|
4799
|
-
connectorId?: Maybe<Scalars['String']['output']>;
|
4800
4802
|
/** Google OAuth2 refresh token. */
|
4801
4803
|
refreshToken?: Maybe<Scalars['String']['output']>;
|
4802
4804
|
};
|
@@ -4806,6 +4808,8 @@ export type GoogleCalendarFeedPropertiesInput = {
|
|
4806
4808
|
afterDate?: InputMaybe<Scalars['DateTime']['input']>;
|
4807
4809
|
/** Google Calendar authentication type, defaults to User. */
|
4808
4810
|
authenticationType?: InputMaybe<GoogleCalendarAuthenticationTypes>;
|
4811
|
+
/** Authentication identifier, for Connector authentication type. */
|
4812
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
4809
4813
|
/** Read calendar events before this date (inclusive), optional. */
|
4810
4814
|
beforeDate?: InputMaybe<Scalars['DateTime']['input']>;
|
4811
4815
|
/** Google Email calendar identifier, optional. */
|
@@ -4814,8 +4818,6 @@ export type GoogleCalendarFeedPropertiesInput = {
|
|
4814
4818
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
4815
4819
|
/** Google OAuth2 client secret, requires User authentication type. */
|
4816
4820
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
4817
|
-
/** Connector identifier, for Connector authentication type. */
|
4818
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
4819
4821
|
/** Google OAuth2 refresh token, requires User authentication type. */
|
4820
4822
|
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
4821
4823
|
};
|
@@ -4823,12 +4825,12 @@ export type GoogleCalendarFeedPropertiesInput = {
|
|
4823
4825
|
export type GoogleCalendarFeedPropertiesUpdateInput = {
|
4824
4826
|
/** Google Calendar authentication type, defaults to User. */
|
4825
4827
|
authenticationType?: InputMaybe<GoogleCalendarAuthenticationTypes>;
|
4828
|
+
/** Authentication identifier, for Connector authentication type. */
|
4829
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
4826
4830
|
/** Google OAuth2 client identifier, requires User authentication type. */
|
4827
4831
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
4828
4832
|
/** Google OAuth2 client secret, requires User authentication type. */
|
4829
4833
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
4830
|
-
/** Connector identifier, for Connector authentication type. */
|
4831
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
4832
4834
|
/** Google OAuth2 refresh token, requires User authentication type. */
|
4833
4835
|
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
4834
4836
|
};
|
@@ -4836,18 +4838,22 @@ export type GoogleCalendarFeedPropertiesUpdateInput = {
|
|
4836
4838
|
export type GoogleCalendarsInput = {
|
4837
4839
|
/** Google Calendar authentication type, defaults to User. */
|
4838
4840
|
authenticationType?: InputMaybe<GoogleCalendarAuthenticationTypes>;
|
4839
|
-
/**
|
4840
|
-
|
4841
|
-
/** Google OAuth2 client
|
4842
|
-
|
4843
|
-
/**
|
4844
|
-
|
4845
|
-
/** Google OAuth2 refresh token. */
|
4846
|
-
refreshToken
|
4841
|
+
/** Authorization identifier, for Connector authentication type. */
|
4842
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
4843
|
+
/** Google OAuth2 client identifier, for User authentication type. */
|
4844
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
4845
|
+
/** Google OAuth2 client secret, for User authentication type. */
|
4846
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
4847
|
+
/** Google OAuth2 refresh token, for User authentication type. */
|
4848
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
4847
4849
|
};
|
4850
|
+
/** Google Drive authentication type */
|
4848
4851
|
export declare enum GoogleDriveAuthenticationTypes {
|
4852
|
+
/** Connector */
|
4849
4853
|
Connector = "CONNECTOR",
|
4854
|
+
/** Service Account */
|
4850
4855
|
ServiceAccount = "SERVICE_ACCOUNT",
|
4856
|
+
/** User */
|
4851
4857
|
User = "USER"
|
4852
4858
|
}
|
4853
4859
|
/** Represents Google Drive properties. */
|
@@ -4855,12 +4861,12 @@ export type GoogleDriveFeedProperties = {
|
|
4855
4861
|
__typename?: 'GoogleDriveFeedProperties';
|
4856
4862
|
/** Google Drive authentication type, defaults to User. */
|
4857
4863
|
authenticationType?: Maybe<GoogleDriveAuthenticationTypes>;
|
4864
|
+
/** Connector identifier. */
|
4865
|
+
authorizationId?: Maybe<Scalars['String']['output']>;
|
4858
4866
|
/** Google client identifier, requires User authentication type. */
|
4859
4867
|
clientId?: Maybe<Scalars['String']['output']>;
|
4860
4868
|
/** Google client secret, requires User authentication type. */
|
4861
4869
|
clientSecret?: Maybe<Scalars['String']['output']>;
|
4862
|
-
/** Connector identifier. */
|
4863
|
-
connectorId?: Maybe<Scalars['String']['output']>;
|
4864
4870
|
/** Google Drive file identifiers. Takes precedence over folder identifier. */
|
4865
4871
|
files?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
4866
4872
|
/** Google Drive folder identifier. */
|
@@ -4874,12 +4880,12 @@ export type GoogleDriveFeedProperties = {
|
|
4874
4880
|
export type GoogleDriveFeedPropertiesInput = {
|
4875
4881
|
/** Google Drive authentication type, defaults to User. */
|
4876
4882
|
authenticationType?: InputMaybe<GoogleDriveAuthenticationTypes>;
|
4883
|
+
/** Authentication identifier, for Connector authentication type. */
|
4884
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
4877
4885
|
/** Google client identifier, requires User authentication type. */
|
4878
4886
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
4879
4887
|
/** Google client secret, requires User authentication type. */
|
4880
4888
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
4881
|
-
/** Connector identifier, for Connector authentication type. */
|
4882
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
4883
4889
|
/** Google Drive file identifiers. Takes precedence over folder identifier. */
|
4884
4890
|
files?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
4885
4891
|
/** Google Drive folder identifier. */
|
@@ -4893,12 +4899,12 @@ export type GoogleDriveFeedPropertiesInput = {
|
|
4893
4899
|
export type GoogleDriveFeedPropertiesUpdateInput = {
|
4894
4900
|
/** Google Drive authentication type, defaults to User. */
|
4895
4901
|
authenticationType?: InputMaybe<GoogleDriveAuthenticationTypes>;
|
4902
|
+
/** Authentication identifier, for Connector authentication type. */
|
4903
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
4896
4904
|
/** Google client identifier, requires User authentication type. */
|
4897
4905
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
4898
4906
|
/** Google client secret, requires User authentication type. */
|
4899
4907
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
4900
|
-
/** Connector identifier, for Connector authentication type. */
|
4901
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
4902
4908
|
/** Google Drive file identifiers. Takes precedence over folder identifier. */
|
4903
4909
|
files?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
4904
4910
|
/** Google Drive folder identifier. */
|
@@ -4926,14 +4932,14 @@ export type GoogleDriveFolderResults = {
|
|
4926
4932
|
export type GoogleDriveFoldersInput = {
|
4927
4933
|
/** Google Drive authentication type, defaults to User. */
|
4928
4934
|
authenticationType?: InputMaybe<GoogleDriveAuthenticationTypes>;
|
4935
|
+
/** Authentication identifier, for Connector authentication type. */
|
4936
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
4929
4937
|
/** Google OAuth2 client identifier. */
|
4930
|
-
clientId
|
4938
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
4931
4939
|
/** Google OAuth2 client secret. */
|
4932
|
-
clientSecret
|
4933
|
-
/** Connector identifier, for Connector authentication type. */
|
4934
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
4940
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
4935
4941
|
/** Google OAuth2 refresh token. */
|
4936
|
-
refreshToken
|
4942
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
4937
4943
|
};
|
4938
4944
|
export declare enum GoogleEmailAuthenticationTypes {
|
4939
4945
|
Connector = "CONNECTOR",
|
@@ -4944,12 +4950,12 @@ export type GoogleEmailFeedProperties = {
|
|
4944
4950
|
__typename?: 'GoogleEmailFeedProperties';
|
4945
4951
|
/** Google Email authentication type. */
|
4946
4952
|
authenticationType?: Maybe<GoogleEmailAuthenticationTypes>;
|
4953
|
+
/** Connector identifier. */
|
4954
|
+
authorizationId?: Maybe<Scalars['String']['output']>;
|
4947
4955
|
/** Google Email client identifier. */
|
4948
4956
|
clientId?: Maybe<Scalars['String']['output']>;
|
4949
4957
|
/** Google Email client secret. */
|
4950
4958
|
clientSecret?: Maybe<Scalars['String']['output']>;
|
4951
|
-
/** Connector identifier. */
|
4952
|
-
connectorId?: Maybe<Scalars['String']['output']>;
|
4953
4959
|
/** Whether to exclude Sent messages in email listing. Default is False. */
|
4954
4960
|
excludeSentItems?: Maybe<Scalars['Boolean']['output']>;
|
4955
4961
|
/** Whether to only read past emails from Inbox. Default is False. */
|
@@ -4967,12 +4973,12 @@ export type GoogleEmailFeedProperties = {
|
|
4967
4973
|
export type GoogleEmailFeedPropertiesInput = {
|
4968
4974
|
/** Google Email authentication type, defaults to User. */
|
4969
4975
|
authenticationType?: InputMaybe<GoogleEmailAuthenticationTypes>;
|
4976
|
+
/** Authentication identifier, for Connector authentication type. */
|
4977
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
4970
4978
|
/** Google client identifier, requires User authentication type. */
|
4971
4979
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
4972
4980
|
/** Google client secret, requires User authentication type. */
|
4973
4981
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
4974
|
-
/** Connector identifier, for Connector authentication type. */
|
4975
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
4976
4982
|
/** Whether to exclude Sent messages in email listing. Default is False. */
|
4977
4983
|
excludeSentItems?: InputMaybe<Scalars['Boolean']['input']>;
|
4978
4984
|
/** Whether to only read past emails from Inbox. Default is False. */
|
@@ -4990,12 +4996,12 @@ export type GoogleEmailFeedPropertiesInput = {
|
|
4990
4996
|
export type GoogleEmailFeedPropertiesUpdateInput = {
|
4991
4997
|
/** Google Email authentication type, defaults to User. */
|
4992
4998
|
authenticationType?: InputMaybe<GoogleEmailAuthenticationTypes>;
|
4999
|
+
/** Authentication identifier, for Connector authentication type. */
|
5000
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
4993
5001
|
/** Google client identifier, requires User authentication type. */
|
4994
5002
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
4995
5003
|
/** Google client secret, requires User authentication type. */
|
4996
5004
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
4997
|
-
/** Connector identifier, for Connector authentication type. */
|
4998
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
4999
5005
|
/** Whether to exclude Sent messages in email listing. Default is False. */
|
5000
5006
|
excludeSentItems?: InputMaybe<Scalars['Boolean']['input']>;
|
5001
5007
|
/** Whether to only read past emails from Inbox. Default is False. */
|
@@ -7982,6 +7988,8 @@ export type MicrosoftCalendarFeedProperties = {
|
|
7982
7988
|
afterDate?: Maybe<Scalars['DateTime']['output']>;
|
7983
7989
|
/** Microsoft Calendar authentication type. */
|
7984
7990
|
authenticationType?: Maybe<MicrosoftCalendarAuthenticationTypes>;
|
7991
|
+
/** Connector identifier. */
|
7992
|
+
authorizationId?: Maybe<Scalars['String']['output']>;
|
7985
7993
|
/** Read calendar events before this date (inclusive), optional. */
|
7986
7994
|
beforeDate?: Maybe<Scalars['DateTime']['output']>;
|
7987
7995
|
/** Microsoft Email calendar identifier, optional. */
|
@@ -7990,8 +7998,6 @@ export type MicrosoftCalendarFeedProperties = {
|
|
7990
7998
|
clientId?: Maybe<Scalars['String']['output']>;
|
7991
7999
|
/** Microsoft Entra ID client secret. */
|
7992
8000
|
clientSecret?: Maybe<Scalars['String']['output']>;
|
7993
|
-
/** Connector identifier. */
|
7994
|
-
connectorId?: Maybe<Scalars['String']['output']>;
|
7995
8001
|
/** Microsoft Entra ID refresh token. */
|
7996
8002
|
refreshToken?: Maybe<Scalars['String']['output']>;
|
7997
8003
|
};
|
@@ -8001,6 +8007,8 @@ export type MicrosoftCalendarFeedPropertiesInput = {
|
|
8001
8007
|
afterDate?: InputMaybe<Scalars['DateTime']['input']>;
|
8002
8008
|
/** Microsoft Calendar authentication type, defaults to User. */
|
8003
8009
|
authenticationType?: InputMaybe<MicrosoftCalendarAuthenticationTypes>;
|
8010
|
+
/** Authentication identifier, for Connector authentication type. */
|
8011
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
8004
8012
|
/** Read calendar events before this date (inclusive), optional. */
|
8005
8013
|
beforeDate?: InputMaybe<Scalars['DateTime']['input']>;
|
8006
8014
|
/** Microsoft Email calendar identifier, optional. */
|
@@ -8009,8 +8017,6 @@ export type MicrosoftCalendarFeedPropertiesInput = {
|
|
8009
8017
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
8010
8018
|
/** Microsoft Entra ID client secret, requires User authentication type. */
|
8011
8019
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
8012
|
-
/** Connector identifier, for Connector authentication type. */
|
8013
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
8014
8020
|
/** Microsoft Entra ID refresh token, requires User authentication type. */
|
8015
8021
|
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
8016
8022
|
};
|
@@ -8018,12 +8024,12 @@ export type MicrosoftCalendarFeedPropertiesInput = {
|
|
8018
8024
|
export type MicrosoftCalendarFeedPropertiesUpdateInput = {
|
8019
8025
|
/** Microsoft Calendar authentication type, defaults to User. */
|
8020
8026
|
authenticationType?: InputMaybe<MicrosoftCalendarAuthenticationTypes>;
|
8027
|
+
/** Authentication identifier, for Connector authentication type. */
|
8028
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
8021
8029
|
/** Microsoft Entra ID client identifier, requires User authentication type. */
|
8022
8030
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
8023
8031
|
/** Microsoft Entra ID client secret, requires User authentication type. */
|
8024
8032
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
8025
|
-
/** Connector identifier, for Connector authentication type. */
|
8026
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
8027
8033
|
/** Microsoft Entra ID refresh token, requires User authentication type. */
|
8028
8034
|
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
8029
8035
|
};
|
@@ -8031,14 +8037,14 @@ export type MicrosoftCalendarFeedPropertiesUpdateInput = {
|
|
8031
8037
|
export type MicrosoftCalendarsInput = {
|
8032
8038
|
/** Microsoft Calendar authentication type, defaults to User. */
|
8033
8039
|
authenticationType?: InputMaybe<MicrosoftCalendarAuthenticationTypes>;
|
8034
|
-
/**
|
8035
|
-
|
8036
|
-
/** Microsoft Entra ID client
|
8037
|
-
|
8038
|
-
/**
|
8039
|
-
|
8040
|
-
/** Microsoft Entra ID refresh token. */
|
8041
|
-
refreshToken
|
8040
|
+
/** Authorization identifier, for Connector authentication type. */
|
8041
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
8042
|
+
/** Microsoft Entra ID client identifier, for User authentication type. */
|
8043
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
8044
|
+
/** Microsoft Entra ID client secret, for User authentication type. */
|
8045
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
8046
|
+
/** Microsoft Entra ID refresh token, for User authentication type. */
|
8047
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
8042
8048
|
};
|
8043
8049
|
export declare enum MicrosoftEmailAuthenticationTypes {
|
8044
8050
|
Connector = "CONNECTOR",
|
@@ -8049,12 +8055,12 @@ export type MicrosoftEmailFeedProperties = {
|
|
8049
8055
|
__typename?: 'MicrosoftEmailFeedProperties';
|
8050
8056
|
/** Microsoft Email authentication type. */
|
8051
8057
|
authenticationType?: Maybe<MicrosoftEmailAuthenticationTypes>;
|
8058
|
+
/** Connector identifier. */
|
8059
|
+
authorizationId?: Maybe<Scalars['String']['output']>;
|
8052
8060
|
/** Microsoft Email client identifier. */
|
8053
8061
|
clientId?: Maybe<Scalars['String']['output']>;
|
8054
8062
|
/** Microsoft Email client secret. */
|
8055
8063
|
clientSecret?: Maybe<Scalars['String']['output']>;
|
8056
|
-
/** Connector identifier. */
|
8057
|
-
connectorId?: Maybe<Scalars['String']['output']>;
|
8058
8064
|
/** Whether to exclude Sent messages in email listing. Default is False. */
|
8059
8065
|
excludeSentItems?: Maybe<Scalars['Boolean']['output']>;
|
8060
8066
|
/** Whether to only read past emails from Inbox. Default is False. */
|
@@ -8072,12 +8078,12 @@ export type MicrosoftEmailFeedProperties = {
|
|
8072
8078
|
export type MicrosoftEmailFeedPropertiesInput = {
|
8073
8079
|
/** Microsoft Email authentication type, defaults to User. */
|
8074
8080
|
authenticationType?: InputMaybe<MicrosoftEmailAuthenticationTypes>;
|
8081
|
+
/** Authentication identifier, for Connector authentication type. */
|
8082
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
8075
8083
|
/** Microsoft Email client identifier, requires User authentication type. */
|
8076
8084
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
8077
8085
|
/** Microsoft Email client secret, requires User authentication type. */
|
8078
8086
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
8079
|
-
/** Connector identifier, for Connector authentication type. */
|
8080
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
8081
8087
|
/** Whether to exclude Sent messages in email listing. Default is False. */
|
8082
8088
|
excludeSentItems?: InputMaybe<Scalars['Boolean']['input']>;
|
8083
8089
|
/** Whether to only read past emails from Inbox. Default is False. */
|
@@ -8095,12 +8101,12 @@ export type MicrosoftEmailFeedPropertiesInput = {
|
|
8095
8101
|
export type MicrosoftEmailFeedPropertiesUpdateInput = {
|
8096
8102
|
/** Microsoft Email authentication type, defaults to User. */
|
8097
8103
|
authenticationType?: InputMaybe<MicrosoftEmailAuthenticationTypes>;
|
8104
|
+
/** Authentication identifier, for Connector authentication type. */
|
8105
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
8098
8106
|
/** Microsoft Email client identifier, requires User authentication type. */
|
8099
8107
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
8100
8108
|
/** Microsoft Email client secret, requires User authentication type. */
|
8101
8109
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
8102
|
-
/** Connector identifier, for Connector authentication type. */
|
8103
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
8104
8110
|
/** Whether to exclude Sent messages in email listing. Default is False. */
|
8105
8111
|
excludeSentItems?: InputMaybe<Scalars['Boolean']['input']>;
|
8106
8112
|
/** Whether to only read past emails from Inbox. Default is False. */
|
@@ -8136,12 +8142,12 @@ export type MicrosoftTeamsChannelResults = {
|
|
8136
8142
|
export type MicrosoftTeamsChannelsInput = {
|
8137
8143
|
/** Microsoft Teams authentication type, defaults to User. */
|
8138
8144
|
authenticationType?: InputMaybe<MicrosoftTeamsAuthenticationTypes>;
|
8145
|
+
/** Authentication identifier, for Connector authentication type. */
|
8146
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
8139
8147
|
/** Microsoft Teams client identifier, requires User authentication type. */
|
8140
8148
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
8141
8149
|
/** Microsoft Teams client secret, requires User authentication type. */
|
8142
8150
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
8143
|
-
/** Connector identifier, for Connector authentication type. */
|
8144
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
8145
8151
|
/** Microsoft Teams refresh token, requires User authentication type. */
|
8146
8152
|
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
8147
8153
|
};
|
@@ -8150,14 +8156,14 @@ export type MicrosoftTeamsFeedProperties = {
|
|
8150
8156
|
__typename?: 'MicrosoftTeamsFeedProperties';
|
8151
8157
|
/** Microsoft Teams authentication type. */
|
8152
8158
|
authenticationType?: Maybe<MicrosoftTeamsAuthenticationTypes>;
|
8159
|
+
/** Microsoft Teams authentication identifier. */
|
8160
|
+
authorizationId?: Maybe<Scalars['String']['output']>;
|
8153
8161
|
/** Microsoft Teams channel identifier. */
|
8154
8162
|
channelId: Scalars['String']['output'];
|
8155
8163
|
/** Microsoft Teams client identifier. */
|
8156
8164
|
clientId?: Maybe<Scalars['String']['output']>;
|
8157
8165
|
/** Microsoft Teams client secret. */
|
8158
8166
|
clientSecret?: Maybe<Scalars['String']['output']>;
|
8159
|
-
/** Microsoft Teams connector identifier. */
|
8160
|
-
connectorId?: Maybe<Scalars['String']['output']>;
|
8161
8167
|
/** The limit of items to be read from feed, defaults to 100. */
|
8162
8168
|
readLimit?: Maybe<Scalars['Int']['output']>;
|
8163
8169
|
/** Microsoft Teams refresh token. */
|
@@ -8171,14 +8177,14 @@ export type MicrosoftTeamsFeedProperties = {
|
|
8171
8177
|
export type MicrosoftTeamsFeedPropertiesInput = {
|
8172
8178
|
/** Microsoft Teams authentication type, defaults to User. */
|
8173
8179
|
authenticationType?: InputMaybe<MicrosoftTeamsAuthenticationTypes>;
|
8180
|
+
/** Authentication identifier, for Connector authentication type. */
|
8181
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
8174
8182
|
/** Microsoft Teams channel identifier. */
|
8175
8183
|
channelId: Scalars['String']['input'];
|
8176
8184
|
/** Microsoft Teams client identifier, requires User authentication type. */
|
8177
8185
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
8178
8186
|
/** Microsoft Teams client secret, requires User authentication type. */
|
8179
8187
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
8180
|
-
/** Connector identifier, for Connector authentication type. */
|
8181
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
8182
8188
|
/** The limit of items to be read from feed, defaults to 100. */
|
8183
8189
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
8184
8190
|
/** Microsoft Teams refresh token, requires User authentication type. */
|
@@ -8192,14 +8198,14 @@ export type MicrosoftTeamsFeedPropertiesInput = {
|
|
8192
8198
|
export type MicrosoftTeamsFeedPropertiesUpdateInput = {
|
8193
8199
|
/** Microsoft Teams authentication type, defaults to User. */
|
8194
8200
|
authenticationType?: InputMaybe<MicrosoftTeamsAuthenticationTypes>;
|
8201
|
+
/** Authentication identifier, for Connector authentication type. */
|
8202
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
8195
8203
|
/** Microsoft Teams channel identifier. */
|
8196
8204
|
channelId: Scalars['String']['input'];
|
8197
8205
|
/** Microsoft Teams client identifier, requires User authentication type. */
|
8198
8206
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
8199
8207
|
/** Microsoft Teams client secret, requires User authentication type. */
|
8200
8208
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
8201
|
-
/** Connector identifier, for Connector authentication type. */
|
8202
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
8203
8209
|
/** The limit of items to be read from feed, defaults to 100. */
|
8204
8210
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
8205
8211
|
/** Microsoft Teams refresh token, requires User authentication type. */
|
@@ -8227,12 +8233,12 @@ export type MicrosoftTeamsTeamResults = {
|
|
8227
8233
|
export type MicrosoftTeamsTeamsInput = {
|
8228
8234
|
/** Microsoft Teams authentication type, defaults to User. */
|
8229
8235
|
authenticationType?: InputMaybe<MicrosoftTeamsAuthenticationTypes>;
|
8236
|
+
/** Authentication identifier, for Connector authentication type. */
|
8237
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
8230
8238
|
/** Microsoft Teams client identifier, requires User authentication type. */
|
8231
8239
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
8232
8240
|
/** Microsoft Teams client secret, requires User authentication type. */
|
8233
8241
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
8234
|
-
/** Connector identifier, for Connector authentication type. */
|
8235
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
8236
8242
|
/** Microsoft Teams refresh token, requires User authentication type. */
|
8237
8243
|
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
8238
8244
|
};
|
@@ -10144,8 +10150,11 @@ export declare enum OccurrenceTypes {
|
|
10144
10150
|
Text = "TEXT",
|
10145
10151
|
Time = "TIME"
|
10146
10152
|
}
|
10153
|
+
/** OneDrive authentication type */
|
10147
10154
|
export declare enum OneDriveAuthenticationTypes {
|
10155
|
+
/** Connector */
|
10148
10156
|
Connector = "CONNECTOR",
|
10157
|
+
/** User */
|
10149
10158
|
User = "USER"
|
10150
10159
|
}
|
10151
10160
|
/** Represents OneDrive properties. */
|
@@ -10153,12 +10162,12 @@ export type OneDriveFeedProperties = {
|
|
10153
10162
|
__typename?: 'OneDriveFeedProperties';
|
10154
10163
|
/** OneDrive authentication type, defaults to User. */
|
10155
10164
|
authenticationType?: Maybe<OneDriveAuthenticationTypes>;
|
10165
|
+
/** Connector identifier. */
|
10166
|
+
authorizationId?: Maybe<Scalars['String']['output']>;
|
10156
10167
|
/** OneDrive client identifier. */
|
10157
10168
|
clientId?: Maybe<Scalars['String']['output']>;
|
10158
10169
|
/** OneDrive client secret. */
|
10159
10170
|
clientSecret?: Maybe<Scalars['String']['output']>;
|
10160
|
-
/** Connector identifier. */
|
10161
|
-
connectorId?: Maybe<Scalars['String']['output']>;
|
10162
10171
|
/** OneDrive file identifiers. Takes precedence over folder identifier. */
|
10163
10172
|
files?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
10164
10173
|
/** OneDrive folder identifier. */
|
@@ -10170,12 +10179,12 @@ export type OneDriveFeedProperties = {
|
|
10170
10179
|
export type OneDriveFeedPropertiesInput = {
|
10171
10180
|
/** OneDrive authentication type, defaults to User. */
|
10172
10181
|
authenticationType?: InputMaybe<OneDriveAuthenticationTypes>;
|
10182
|
+
/** Authentication identifier, for Connector authentication type. */
|
10183
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
10173
10184
|
/** OneDrive client identifier, requires User authentication type. */
|
10174
10185
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
10175
10186
|
/** OneDrive client secret, requires User authentication type. */
|
10176
10187
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
10177
|
-
/** Connector identifier, for Connector authentication type. */
|
10178
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
10179
10188
|
/** OneDrive file identifiers. Takes precedence over folder identifier. */
|
10180
10189
|
files?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
10181
10190
|
/** OneDrive folder identifier. */
|
@@ -10187,12 +10196,12 @@ export type OneDriveFeedPropertiesInput = {
|
|
10187
10196
|
export type OneDriveFeedPropertiesUpdateInput = {
|
10188
10197
|
/** OneDrive authentication type, defaults to User. */
|
10189
10198
|
authenticationType?: InputMaybe<OneDriveAuthenticationTypes>;
|
10199
|
+
/** Authentication identifier, for Connector authentication type. */
|
10200
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
10190
10201
|
/** OneDrive client identifier, requires User authentication type. */
|
10191
10202
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
10192
10203
|
/** OneDrive client secret, requires User authentication type. */
|
10193
10204
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
10194
|
-
/** Connector identifier, for Connector authentication type. */
|
10195
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
10196
10205
|
/** OneDrive file identifiers. Takes precedence over folder identifier. */
|
10197
10206
|
files?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
10198
10207
|
/** OneDrive folder identifier. */
|
@@ -10218,14 +10227,14 @@ export type OneDriveFolderResults = {
|
|
10218
10227
|
export type OneDriveFoldersInput = {
|
10219
10228
|
/** OneDrive authentication type, defaults to User. */
|
10220
10229
|
authenticationType?: InputMaybe<OneDriveAuthenticationTypes>;
|
10230
|
+
/** Authentication identifier, for Connector authentication type. */
|
10231
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
10221
10232
|
/** Microsoft Entra ID client identifier. */
|
10222
|
-
clientId
|
10233
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
10223
10234
|
/** Microsoft Entra ID client secret. */
|
10224
|
-
clientSecret
|
10225
|
-
/** Connector identifier, for Connector authentication type. */
|
10226
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
10235
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
10227
10236
|
/** Microsoft Entra ID refresh token. */
|
10228
|
-
refreshToken
|
10237
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
10229
10238
|
};
|
10230
10239
|
/** Represents an OpenAI image entity extraction connector. */
|
10231
10240
|
export type OpenAiImageExtractionProperties = {
|
@@ -13332,9 +13341,13 @@ export type ShapeMetadataInput = {
|
|
13332
13341
|
/** The metadata modified date. */
|
13333
13342
|
modifiedDate?: InputMaybe<Scalars['DateTime']['input']>;
|
13334
13343
|
};
|
13344
|
+
/** SharePoint authentication type */
|
13335
13345
|
export declare enum SharePointAuthenticationTypes {
|
13346
|
+
/** Application */
|
13336
13347
|
Application = "APPLICATION",
|
13348
|
+
/** Connector */
|
13337
13349
|
Connector = "CONNECTOR",
|
13350
|
+
/** User */
|
13338
13351
|
User = "USER"
|
13339
13352
|
}
|
13340
13353
|
/** Represents SharePoint properties. */
|
@@ -13344,12 +13357,12 @@ export type SharePointFeedProperties = {
|
|
13344
13357
|
accountName: Scalars['String']['output'];
|
13345
13358
|
/** SharePoint authentication type. */
|
13346
13359
|
authenticationType?: Maybe<SharePointAuthenticationTypes>;
|
13360
|
+
/** Connector identifier. */
|
13361
|
+
authorizationId?: Maybe<Scalars['String']['output']>;
|
13347
13362
|
/** Microsoft Entra ID client identifier, requires User authentication type. */
|
13348
13363
|
clientId?: Maybe<Scalars['String']['output']>;
|
13349
13364
|
/** Microsoft Entra ID client secret, requires User authentication type. */
|
13350
13365
|
clientSecret?: Maybe<Scalars['String']['output']>;
|
13351
|
-
/** Connector identifier. */
|
13352
|
-
connectorId?: Maybe<Scalars['String']['output']>;
|
13353
13366
|
/** SharePoint folder identifier. */
|
13354
13367
|
folderId?: Maybe<Scalars['ID']['output']>;
|
13355
13368
|
/** SharePoint library identifier. */
|
@@ -13365,12 +13378,12 @@ export type SharePointFeedPropertiesInput = {
|
|
13365
13378
|
accountName: Scalars['String']['input'];
|
13366
13379
|
/** SharePoint authentication type. */
|
13367
13380
|
authenticationType: SharePointAuthenticationTypes;
|
13381
|
+
/** Authentication identifier, for Connector authentication type. */
|
13382
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
13368
13383
|
/** Microsoft Entra ID client identifier, requires user authentication type. */
|
13369
13384
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
13370
13385
|
/** Microsoft Entra ID client secret, requires user authentication type. */
|
13371
13386
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
13372
|
-
/** Connector identifier, for Connector authentication type. */
|
13373
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
13374
13387
|
/** SharePoint folder identifier. */
|
13375
13388
|
folderId?: InputMaybe<Scalars['ID']['input']>;
|
13376
13389
|
/** SharePoint library identifier. */
|
@@ -13386,8 +13399,8 @@ export type SharePointFeedPropertiesUpdateInput = {
|
|
13386
13399
|
accountName?: InputMaybe<Scalars['String']['input']>;
|
13387
13400
|
/** SharePoint authentication type. */
|
13388
13401
|
authenticationType?: InputMaybe<SharePointAuthenticationTypes>;
|
13389
|
-
/**
|
13390
|
-
|
13402
|
+
/** Authentication identifier, for Connector authentication type. */
|
13403
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
13391
13404
|
/** SharePoint folder identifier. */
|
13392
13405
|
folderId?: InputMaybe<Scalars['ID']['input']>;
|
13393
13406
|
/** SharePoint library identifier. */
|
@@ -13417,12 +13430,12 @@ export type SharePointFolderResults = {
|
|
13417
13430
|
export type SharePointFoldersInput = {
|
13418
13431
|
/** SharePoint authentication type. */
|
13419
13432
|
authenticationType: SharePointAuthenticationTypes;
|
13433
|
+
/** Authentication identifier, for Connector authentication type. */
|
13434
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
13420
13435
|
/** Microsoft Entra ID client identifier, requires User authentication type. */
|
13421
13436
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
13422
13437
|
/** Microsoft Entra ID client secret, requires User authentication type. */
|
13423
13438
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
13424
|
-
/** Connector identifier, for Connector authentication type. */
|
13425
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
13426
13439
|
/** Microsoft Entra ID refresh token, requires User authentication type. */
|
13427
13440
|
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
13428
13441
|
/** Microsoft Entra ID tenant identifier, requires Application authentication type. */
|
@@ -13432,12 +13445,12 @@ export type SharePointFoldersInput = {
|
|
13432
13445
|
export type SharePointLibrariesInput = {
|
13433
13446
|
/** SharePoint authentication type. */
|
13434
13447
|
authenticationType: SharePointAuthenticationTypes;
|
13448
|
+
/** Authentication identifier, for Connector authentication type. */
|
13449
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
13435
13450
|
/** Microsoft Entra ID client identifier, requires User authentication type. */
|
13436
13451
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
13437
13452
|
/** Microsoft Entra ID client secret, requires User authentication type. */
|
13438
13453
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
13439
|
-
/** Connector identifier, for Connector authentication type. */
|
13440
|
-
connectorId?: InputMaybe<Scalars['String']['input']>;
|
13441
13454
|
/** Microsoft Entra ID refresh token, requires User authentication type. */
|
13442
13455
|
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
13443
13456
|
/** Microsoft Entra ID tenant identifier, requires Application authentication type. */
|
@@ -16614,6 +16627,7 @@ export type GetContentQuery = {
|
|
16614
16627
|
sensitivity?: MailSensitivity | null;
|
16615
16628
|
priority?: MailPriority | null;
|
16616
16629
|
importance?: MailImportance | null;
|
16630
|
+
attachmentCount?: number | null;
|
16617
16631
|
from?: Array<{
|
16618
16632
|
__typename?: 'PersonReference';
|
16619
16633
|
name?: string | null;
|
@@ -17433,6 +17447,7 @@ export type LookupContentsQuery = {
|
|
17433
17447
|
sensitivity?: MailSensitivity | null;
|
17434
17448
|
priority?: MailPriority | null;
|
17435
17449
|
importance?: MailImportance | null;
|
17450
|
+
attachmentCount?: number | null;
|
17436
17451
|
from?: Array<{
|
17437
17452
|
__typename?: 'PersonReference';
|
17438
17453
|
name?: string | null;
|
@@ -18051,6 +18066,7 @@ export type QueryContentsQuery = {
|
|
18051
18066
|
sensitivity?: MailSensitivity | null;
|
18052
18067
|
priority?: MailPriority | null;
|
18053
18068
|
importance?: MailImportance | null;
|
18069
|
+
attachmentCount?: number | null;
|
18054
18070
|
from?: Array<{
|
18055
18071
|
__typename?: 'PersonReference';
|
18056
18072
|
name?: string | null;
|
@@ -18411,6 +18427,7 @@ export type QueryContentsObservationsQuery = {
|
|
18411
18427
|
sensitivity?: MailSensitivity | null;
|
18412
18428
|
priority?: MailPriority | null;
|
18413
18429
|
importance?: MailImportance | null;
|
18430
|
+
attachmentCount?: number | null;
|
18414
18431
|
from?: Array<{
|
18415
18432
|
__typename?: 'PersonReference';
|
18416
18433
|
name?: string | null;
|
@@ -22517,7 +22534,7 @@ export type GetFeedQuery = {
|
|
22517
22534
|
clientId?: string | null;
|
22518
22535
|
clientSecret?: string | null;
|
22519
22536
|
refreshToken?: string | null;
|
22520
|
-
|
22537
|
+
authorizationId?: string | null;
|
22521
22538
|
} | null;
|
22522
22539
|
oneDrive?: {
|
22523
22540
|
__typename?: 'OneDriveFeedProperties';
|
@@ -22527,7 +22544,7 @@ export type GetFeedQuery = {
|
|
22527
22544
|
clientId?: string | null;
|
22528
22545
|
clientSecret?: string | null;
|
22529
22546
|
refreshToken?: string | null;
|
22530
|
-
|
22547
|
+
authorizationId?: string | null;
|
22531
22548
|
} | null;
|
22532
22549
|
googleDrive?: {
|
22533
22550
|
__typename?: 'GoogleDriveFeedProperties';
|
@@ -22538,13 +22555,12 @@ export type GetFeedQuery = {
|
|
22538
22555
|
clientId?: string | null;
|
22539
22556
|
clientSecret?: string | null;
|
22540
22557
|
serviceAccountJson?: string | null;
|
22541
|
-
|
22558
|
+
authorizationId?: string | null;
|
22542
22559
|
} | null;
|
22543
22560
|
dropbox?: {
|
22544
22561
|
__typename?: 'DropboxFeedProperties';
|
22545
22562
|
authenticationType?: DropboxAuthenticationTypes | null;
|
22546
22563
|
path?: string | null;
|
22547
|
-
connectorId?: string | null;
|
22548
22564
|
appKey?: string | null;
|
22549
22565
|
appSecret?: string | null;
|
22550
22566
|
refreshToken?: string | null;
|
@@ -22554,7 +22570,6 @@ export type GetFeedQuery = {
|
|
22554
22570
|
__typename?: 'BoxFeedProperties';
|
22555
22571
|
authenticationType?: BoxAuthenticationTypes | null;
|
22556
22572
|
folderId?: string | null;
|
22557
|
-
connectorId?: string | null;
|
22558
22573
|
clientId?: string | null;
|
22559
22574
|
clientSecret?: string | null;
|
22560
22575
|
refreshToken?: string | null;
|
@@ -22568,7 +22583,7 @@ export type GetFeedQuery = {
|
|
22568
22583
|
repositoryName: string;
|
22569
22584
|
refreshToken?: string | null;
|
22570
22585
|
personalAccessToken?: string | null;
|
22571
|
-
|
22586
|
+
authorizationId?: string | null;
|
22572
22587
|
} | null;
|
22573
22588
|
} | null;
|
22574
22589
|
email?: {
|
@@ -22587,7 +22602,7 @@ export type GetFeedQuery = {
|
|
22587
22602
|
refreshToken?: string | null;
|
22588
22603
|
clientId?: string | null;
|
22589
22604
|
clientSecret?: string | null;
|
22590
|
-
|
22605
|
+
authorizationId?: string | null;
|
22591
22606
|
} | null;
|
22592
22607
|
microsoft?: {
|
22593
22608
|
__typename?: 'MicrosoftEmailFeedProperties';
|
@@ -22600,7 +22615,7 @@ export type GetFeedQuery = {
|
|
22600
22615
|
refreshToken?: string | null;
|
22601
22616
|
clientId?: string | null;
|
22602
22617
|
clientSecret?: string | null;
|
22603
|
-
|
22618
|
+
authorizationId?: string | null;
|
22604
22619
|
} | null;
|
22605
22620
|
} | null;
|
22606
22621
|
issue?: {
|
@@ -22623,11 +22638,13 @@ export type GetFeedQuery = {
|
|
22623
22638
|
} | null;
|
22624
22639
|
github?: {
|
22625
22640
|
__typename?: 'GitHubIssuesFeedProperties';
|
22641
|
+
authenticationType?: GitHubIssueAuthenticationTypes | null;
|
22626
22642
|
uri?: any | null;
|
22627
22643
|
repositoryOwner: string;
|
22628
22644
|
repositoryName: string;
|
22629
22645
|
refreshToken?: string | null;
|
22630
22646
|
personalAccessToken?: string | null;
|
22647
|
+
authorizationId?: string | null;
|
22631
22648
|
} | null;
|
22632
22649
|
intercom?: {
|
22633
22650
|
__typename?: 'IntercomTicketsFeedProperties';
|
@@ -22660,7 +22677,7 @@ export type GetFeedQuery = {
|
|
22660
22677
|
refreshToken?: string | null;
|
22661
22678
|
clientId?: string | null;
|
22662
22679
|
clientSecret?: string | null;
|
22663
|
-
|
22680
|
+
authorizationId?: string | null;
|
22664
22681
|
} | null;
|
22665
22682
|
microsoft?: {
|
22666
22683
|
__typename?: 'MicrosoftCalendarFeedProperties';
|
@@ -22671,7 +22688,7 @@ export type GetFeedQuery = {
|
|
22671
22688
|
refreshToken?: string | null;
|
22672
22689
|
clientId?: string | null;
|
22673
22690
|
clientSecret?: string | null;
|
22674
|
-
|
22691
|
+
authorizationId?: string | null;
|
22675
22692
|
} | null;
|
22676
22693
|
} | null;
|
22677
22694
|
rss?: {
|
@@ -22750,7 +22767,7 @@ export type GetFeedQuery = {
|
|
22750
22767
|
clientId?: string | null;
|
22751
22768
|
clientSecret?: string | null;
|
22752
22769
|
refreshToken?: string | null;
|
22753
|
-
|
22770
|
+
authorizationId?: string | null;
|
22754
22771
|
teamId: string;
|
22755
22772
|
channelId: string;
|
22756
22773
|
} | null;
|
@@ -22921,7 +22938,7 @@ export type QueryFeedsQuery = {
|
|
22921
22938
|
clientId?: string | null;
|
22922
22939
|
clientSecret?: string | null;
|
22923
22940
|
refreshToken?: string | null;
|
22924
|
-
|
22941
|
+
authorizationId?: string | null;
|
22925
22942
|
} | null;
|
22926
22943
|
oneDrive?: {
|
22927
22944
|
__typename?: 'OneDriveFeedProperties';
|
@@ -22931,7 +22948,7 @@ export type QueryFeedsQuery = {
|
|
22931
22948
|
clientId?: string | null;
|
22932
22949
|
clientSecret?: string | null;
|
22933
22950
|
refreshToken?: string | null;
|
22934
|
-
|
22951
|
+
authorizationId?: string | null;
|
22935
22952
|
} | null;
|
22936
22953
|
googleDrive?: {
|
22937
22954
|
__typename?: 'GoogleDriveFeedProperties';
|
@@ -22942,13 +22959,12 @@ export type QueryFeedsQuery = {
|
|
22942
22959
|
clientId?: string | null;
|
22943
22960
|
clientSecret?: string | null;
|
22944
22961
|
serviceAccountJson?: string | null;
|
22945
|
-
|
22962
|
+
authorizationId?: string | null;
|
22946
22963
|
} | null;
|
22947
22964
|
dropbox?: {
|
22948
22965
|
__typename?: 'DropboxFeedProperties';
|
22949
22966
|
authenticationType?: DropboxAuthenticationTypes | null;
|
22950
22967
|
path?: string | null;
|
22951
|
-
connectorId?: string | null;
|
22952
22968
|
appKey?: string | null;
|
22953
22969
|
appSecret?: string | null;
|
22954
22970
|
refreshToken?: string | null;
|
@@ -22958,7 +22974,6 @@ export type QueryFeedsQuery = {
|
|
22958
22974
|
__typename?: 'BoxFeedProperties';
|
22959
22975
|
authenticationType?: BoxAuthenticationTypes | null;
|
22960
22976
|
folderId?: string | null;
|
22961
|
-
connectorId?: string | null;
|
22962
22977
|
clientId?: string | null;
|
22963
22978
|
clientSecret?: string | null;
|
22964
22979
|
refreshToken?: string | null;
|
@@ -22972,7 +22987,7 @@ export type QueryFeedsQuery = {
|
|
22972
22987
|
repositoryName: string;
|
22973
22988
|
refreshToken?: string | null;
|
22974
22989
|
personalAccessToken?: string | null;
|
22975
|
-
|
22990
|
+
authorizationId?: string | null;
|
22976
22991
|
} | null;
|
22977
22992
|
} | null;
|
22978
22993
|
email?: {
|
@@ -22991,7 +23006,7 @@ export type QueryFeedsQuery = {
|
|
22991
23006
|
refreshToken?: string | null;
|
22992
23007
|
clientId?: string | null;
|
22993
23008
|
clientSecret?: string | null;
|
22994
|
-
|
23009
|
+
authorizationId?: string | null;
|
22995
23010
|
} | null;
|
22996
23011
|
microsoft?: {
|
22997
23012
|
__typename?: 'MicrosoftEmailFeedProperties';
|
@@ -23004,7 +23019,7 @@ export type QueryFeedsQuery = {
|
|
23004
23019
|
refreshToken?: string | null;
|
23005
23020
|
clientId?: string | null;
|
23006
23021
|
clientSecret?: string | null;
|
23007
|
-
|
23022
|
+
authorizationId?: string | null;
|
23008
23023
|
} | null;
|
23009
23024
|
} | null;
|
23010
23025
|
issue?: {
|
@@ -23027,11 +23042,13 @@ export type QueryFeedsQuery = {
|
|
23027
23042
|
} | null;
|
23028
23043
|
github?: {
|
23029
23044
|
__typename?: 'GitHubIssuesFeedProperties';
|
23045
|
+
authenticationType?: GitHubIssueAuthenticationTypes | null;
|
23030
23046
|
uri?: any | null;
|
23031
23047
|
repositoryOwner: string;
|
23032
23048
|
repositoryName: string;
|
23033
23049
|
refreshToken?: string | null;
|
23034
23050
|
personalAccessToken?: string | null;
|
23051
|
+
authorizationId?: string | null;
|
23035
23052
|
} | null;
|
23036
23053
|
intercom?: {
|
23037
23054
|
__typename?: 'IntercomTicketsFeedProperties';
|
@@ -23064,7 +23081,7 @@ export type QueryFeedsQuery = {
|
|
23064
23081
|
refreshToken?: string | null;
|
23065
23082
|
clientId?: string | null;
|
23066
23083
|
clientSecret?: string | null;
|
23067
|
-
|
23084
|
+
authorizationId?: string | null;
|
23068
23085
|
} | null;
|
23069
23086
|
microsoft?: {
|
23070
23087
|
__typename?: 'MicrosoftCalendarFeedProperties';
|
@@ -23075,7 +23092,7 @@ export type QueryFeedsQuery = {
|
|
23075
23092
|
refreshToken?: string | null;
|
23076
23093
|
clientId?: string | null;
|
23077
23094
|
clientSecret?: string | null;
|
23078
|
-
|
23095
|
+
authorizationId?: string | null;
|
23079
23096
|
} | null;
|
23080
23097
|
} | null;
|
23081
23098
|
rss?: {
|
@@ -23154,7 +23171,7 @@ export type QueryFeedsQuery = {
|
|
23154
23171
|
clientId?: string | null;
|
23155
23172
|
clientSecret?: string | null;
|
23156
23173
|
refreshToken?: string | null;
|
23157
|
-
|
23174
|
+
authorizationId?: string | null;
|
23158
23175
|
teamId: string;
|
23159
23176
|
channelId: string;
|
23160
23177
|
} | null;
|
@@ -203,9 +203,10 @@ export var BillableMetrics;
|
|
203
203
|
BillableMetrics["Tokens"] = "TOKENS";
|
204
204
|
BillableMetrics["Units"] = "UNITS";
|
205
205
|
})(BillableMetrics || (BillableMetrics = {}));
|
206
|
+
/** Box authentication type */
|
206
207
|
export var BoxAuthenticationTypes;
|
207
208
|
(function (BoxAuthenticationTypes) {
|
208
|
-
|
209
|
+
/** User */
|
209
210
|
BoxAuthenticationTypes["User"] = "USER";
|
210
211
|
})(BoxAuthenticationTypes || (BoxAuthenticationTypes = {}));
|
211
212
|
/** Calendar attendee response status */
|
@@ -574,9 +575,10 @@ export var DeviceTypes;
|
|
574
575
|
/** Unknown */
|
575
576
|
DeviceTypes["Unknown"] = "UNKNOWN";
|
576
577
|
})(DeviceTypes || (DeviceTypes = {}));
|
578
|
+
/** Dropbox authentication type */
|
577
579
|
export var DropboxAuthenticationTypes;
|
578
580
|
(function (DropboxAuthenticationTypes) {
|
579
|
-
|
581
|
+
/** User */
|
580
582
|
DropboxAuthenticationTypes["User"] = "USER";
|
581
583
|
})(DropboxAuthenticationTypes || (DropboxAuthenticationTypes = {}));
|
582
584
|
/** ElevenLabs models */
|
@@ -984,10 +986,14 @@ export var FileTypes;
|
|
984
986
|
/** Video file */
|
985
987
|
FileTypes["Video"] = "VIDEO";
|
986
988
|
})(FileTypes || (FileTypes = {}));
|
989
|
+
/** GitHub authentication type */
|
987
990
|
export var GitHubAuthenticationTypes;
|
988
991
|
(function (GitHubAuthenticationTypes) {
|
992
|
+
/** Connector */
|
989
993
|
GitHubAuthenticationTypes["Connector"] = "CONNECTOR";
|
994
|
+
/** OAuth */
|
990
995
|
GitHubAuthenticationTypes["OAuth"] = "O_AUTH";
|
996
|
+
/** Personal Access Token */
|
991
997
|
GitHubAuthenticationTypes["PersonalAccessToken"] = "PERSONAL_ACCESS_TOKEN";
|
992
998
|
})(GitHubAuthenticationTypes || (GitHubAuthenticationTypes = {}));
|
993
999
|
export var GitHubIssueAuthenticationTypes;
|
@@ -1001,10 +1007,14 @@ export var GoogleCalendarAuthenticationTypes;
|
|
1001
1007
|
GoogleCalendarAuthenticationTypes["Connector"] = "CONNECTOR";
|
1002
1008
|
GoogleCalendarAuthenticationTypes["User"] = "USER";
|
1003
1009
|
})(GoogleCalendarAuthenticationTypes || (GoogleCalendarAuthenticationTypes = {}));
|
1010
|
+
/** Google Drive authentication type */
|
1004
1011
|
export var GoogleDriveAuthenticationTypes;
|
1005
1012
|
(function (GoogleDriveAuthenticationTypes) {
|
1013
|
+
/** Connector */
|
1006
1014
|
GoogleDriveAuthenticationTypes["Connector"] = "CONNECTOR";
|
1015
|
+
/** Service Account */
|
1007
1016
|
GoogleDriveAuthenticationTypes["ServiceAccount"] = "SERVICE_ACCOUNT";
|
1017
|
+
/** User */
|
1008
1018
|
GoogleDriveAuthenticationTypes["User"] = "USER";
|
1009
1019
|
})(GoogleDriveAuthenticationTypes || (GoogleDriveAuthenticationTypes = {}));
|
1010
1020
|
export var GoogleEmailAuthenticationTypes;
|
@@ -1560,9 +1570,12 @@ export var OccurrenceTypes;
|
|
1560
1570
|
OccurrenceTypes["Text"] = "TEXT";
|
1561
1571
|
OccurrenceTypes["Time"] = "TIME";
|
1562
1572
|
})(OccurrenceTypes || (OccurrenceTypes = {}));
|
1573
|
+
/** OneDrive authentication type */
|
1563
1574
|
export var OneDriveAuthenticationTypes;
|
1564
1575
|
(function (OneDriveAuthenticationTypes) {
|
1576
|
+
/** Connector */
|
1565
1577
|
OneDriveAuthenticationTypes["Connector"] = "CONNECTOR";
|
1578
|
+
/** User */
|
1566
1579
|
OneDriveAuthenticationTypes["User"] = "USER";
|
1567
1580
|
})(OneDriveAuthenticationTypes || (OneDriveAuthenticationTypes = {}));
|
1568
1581
|
/** OpenAI Image model type */
|
@@ -1980,10 +1993,14 @@ export var SearchTypes;
|
|
1980
1993
|
/** Vector similarity */
|
1981
1994
|
SearchTypes["Vector"] = "VECTOR";
|
1982
1995
|
})(SearchTypes || (SearchTypes = {}));
|
1996
|
+
/** SharePoint authentication type */
|
1983
1997
|
export var SharePointAuthenticationTypes;
|
1984
1998
|
(function (SharePointAuthenticationTypes) {
|
1999
|
+
/** Application */
|
1985
2000
|
SharePointAuthenticationTypes["Application"] = "APPLICATION";
|
2001
|
+
/** Connector */
|
1986
2002
|
SharePointAuthenticationTypes["Connector"] = "CONNECTOR";
|
2003
|
+
/** User */
|
1987
2004
|
SharePointAuthenticationTypes["User"] = "USER";
|
1988
2005
|
})(SharePointAuthenticationTypes || (SharePointAuthenticationTypes = {}));
|
1989
2006
|
/** Site type */
|