graphlit-client 1.0.20250628003 → 1.0.20250630001
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.
@@ -180,6 +180,10 @@ export const GetAlert = gql `
|
|
180
180
|
accessTokenKey
|
181
181
|
accessTokenSecret
|
182
182
|
}
|
183
|
+
mcp {
|
184
|
+
token
|
185
|
+
type
|
186
|
+
}
|
183
187
|
}
|
184
188
|
publishing {
|
185
189
|
type
|
@@ -326,6 +330,10 @@ export const QueryAlerts = gql `
|
|
326
330
|
accessTokenKey
|
327
331
|
accessTokenSecret
|
328
332
|
}
|
333
|
+
mcp {
|
334
|
+
token
|
335
|
+
type
|
336
|
+
}
|
329
337
|
}
|
330
338
|
publishing {
|
331
339
|
type
|
@@ -611,6 +619,11 @@ export const GetConnector = gql `
|
|
611
619
|
clientId
|
612
620
|
clientSecret
|
613
621
|
}
|
622
|
+
oauth {
|
623
|
+
refreshToken
|
624
|
+
provider
|
625
|
+
metadata
|
626
|
+
}
|
614
627
|
arcade {
|
615
628
|
authorizationId
|
616
629
|
provider
|
@@ -635,6 +648,10 @@ export const GetConnector = gql `
|
|
635
648
|
accessTokenKey
|
636
649
|
accessTokenSecret
|
637
650
|
}
|
651
|
+
mcp {
|
652
|
+
token
|
653
|
+
type
|
654
|
+
}
|
638
655
|
}
|
639
656
|
}
|
640
657
|
}
|
@@ -663,6 +680,11 @@ export const QueryConnectors = gql `
|
|
663
680
|
clientId
|
664
681
|
clientSecret
|
665
682
|
}
|
683
|
+
oauth {
|
684
|
+
refreshToken
|
685
|
+
provider
|
686
|
+
metadata
|
687
|
+
}
|
666
688
|
arcade {
|
667
689
|
authorizationId
|
668
690
|
provider
|
@@ -687,6 +709,10 @@ export const QueryConnectors = gql `
|
|
687
709
|
accessTokenKey
|
688
710
|
accessTokenSecret
|
689
711
|
}
|
712
|
+
mcp {
|
713
|
+
token
|
714
|
+
type
|
715
|
+
}
|
690
716
|
}
|
691
717
|
}
|
692
718
|
}
|
@@ -6440,14 +6466,18 @@ export const GetFeed = gql `
|
|
6440
6466
|
connectorId
|
6441
6467
|
}
|
6442
6468
|
dropbox {
|
6469
|
+
authenticationType
|
6443
6470
|
path
|
6471
|
+
connectorId
|
6444
6472
|
appKey
|
6445
6473
|
appSecret
|
6446
6474
|
refreshToken
|
6447
6475
|
redirectUri
|
6448
6476
|
}
|
6449
6477
|
box {
|
6478
|
+
authenticationType
|
6450
6479
|
folderId
|
6480
|
+
connectorId
|
6451
6481
|
clientId
|
6452
6482
|
clientSecret
|
6453
6483
|
refreshToken
|
@@ -6772,14 +6802,18 @@ export const QueryFeeds = gql `
|
|
6772
6802
|
connectorId
|
6773
6803
|
}
|
6774
6804
|
dropbox {
|
6805
|
+
authenticationType
|
6775
6806
|
path
|
6807
|
+
connectorId
|
6776
6808
|
appKey
|
6777
6809
|
appSecret
|
6778
6810
|
refreshToken
|
6779
6811
|
redirectUri
|
6780
6812
|
}
|
6781
6813
|
box {
|
6814
|
+
authenticationType
|
6782
6815
|
folderId
|
6816
|
+
connectorId
|
6783
6817
|
clientId
|
6784
6818
|
clientSecret
|
6785
6819
|
refreshToken
|
@@ -9682,6 +9716,11 @@ export const GetUser = gql `
|
|
9682
9716
|
clientId
|
9683
9717
|
clientSecret
|
9684
9718
|
}
|
9719
|
+
oauth {
|
9720
|
+
refreshToken
|
9721
|
+
provider
|
9722
|
+
metadata
|
9723
|
+
}
|
9685
9724
|
arcade {
|
9686
9725
|
authorizationId
|
9687
9726
|
provider
|
@@ -9706,6 +9745,10 @@ export const GetUser = gql `
|
|
9706
9745
|
accessTokenKey
|
9707
9746
|
accessTokenSecret
|
9708
9747
|
}
|
9748
|
+
mcp {
|
9749
|
+
token
|
9750
|
+
type
|
9751
|
+
}
|
9709
9752
|
}
|
9710
9753
|
}
|
9711
9754
|
}
|
@@ -9741,6 +9784,11 @@ export const GetUserByIdentifier = gql `
|
|
9741
9784
|
clientId
|
9742
9785
|
clientSecret
|
9743
9786
|
}
|
9787
|
+
oauth {
|
9788
|
+
refreshToken
|
9789
|
+
provider
|
9790
|
+
metadata
|
9791
|
+
}
|
9744
9792
|
arcade {
|
9745
9793
|
authorizationId
|
9746
9794
|
provider
|
@@ -9765,6 +9813,10 @@ export const GetUserByIdentifier = gql `
|
|
9765
9813
|
accessTokenKey
|
9766
9814
|
accessTokenSecret
|
9767
9815
|
}
|
9816
|
+
mcp {
|
9817
|
+
token
|
9818
|
+
type
|
9819
|
+
}
|
9768
9820
|
}
|
9769
9821
|
}
|
9770
9822
|
}
|
@@ -9801,6 +9853,11 @@ export const QueryUsers = gql `
|
|
9801
9853
|
clientId
|
9802
9854
|
clientSecret
|
9803
9855
|
}
|
9856
|
+
oauth {
|
9857
|
+
refreshToken
|
9858
|
+
provider
|
9859
|
+
metadata
|
9860
|
+
}
|
9804
9861
|
arcade {
|
9805
9862
|
authorizationId
|
9806
9863
|
provider
|
@@ -9825,6 +9882,10 @@ export const QueryUsers = gql `
|
|
9825
9882
|
accessTokenKey
|
9826
9883
|
accessTokenSecret
|
9827
9884
|
}
|
9885
|
+
mcp {
|
9886
|
+
token
|
9887
|
+
type
|
9888
|
+
}
|
9828
9889
|
}
|
9829
9890
|
}
|
9830
9891
|
}
|
@@ -11034,6 +11095,10 @@ export const CreateWorkflow = gql `
|
|
11034
11095
|
accessTokenKey
|
11035
11096
|
accessTokenSecret
|
11036
11097
|
}
|
11098
|
+
mcp {
|
11099
|
+
token
|
11100
|
+
type
|
11101
|
+
}
|
11037
11102
|
}
|
11038
11103
|
}
|
11039
11104
|
}
|
@@ -11282,6 +11347,10 @@ export const GetWorkflow = gql `
|
|
11282
11347
|
accessTokenKey
|
11283
11348
|
accessTokenSecret
|
11284
11349
|
}
|
11350
|
+
mcp {
|
11351
|
+
token
|
11352
|
+
type
|
11353
|
+
}
|
11285
11354
|
}
|
11286
11355
|
}
|
11287
11356
|
}
|
@@ -11503,6 +11572,10 @@ export const QueryWorkflows = gql `
|
|
11503
11572
|
accessTokenKey
|
11504
11573
|
accessTokenSecret
|
11505
11574
|
}
|
11575
|
+
mcp {
|
11576
|
+
token
|
11577
|
+
type
|
11578
|
+
}
|
11506
11579
|
}
|
11507
11580
|
}
|
11508
11581
|
}
|
@@ -11719,6 +11792,10 @@ export const UpdateWorkflow = gql `
|
|
11719
11792
|
accessTokenKey
|
11720
11793
|
accessTokenSecret
|
11721
11794
|
}
|
11795
|
+
mcp {
|
11796
|
+
token
|
11797
|
+
type
|
11798
|
+
}
|
11722
11799
|
}
|
11723
11800
|
}
|
11724
11801
|
}
|
@@ -11934,6 +12011,10 @@ export const UpsertWorkflow = gql `
|
|
11934
12011
|
accessTokenKey
|
11935
12012
|
accessTokenSecret
|
11936
12013
|
}
|
12014
|
+
mcp {
|
12015
|
+
token
|
12016
|
+
type
|
12017
|
+
}
|
11937
12018
|
}
|
11938
12019
|
}
|
11939
12020
|
}
|
@@ -631,6 +631,8 @@ export type AuthenticationConnector = {
|
|
631
631
|
google?: Maybe<GoogleAuthenticationProperties>;
|
632
632
|
/** Microsoft authentication properties. */
|
633
633
|
microsoft?: Maybe<MicrosoftAuthenticationProperties>;
|
634
|
+
/** OAuth authentication properties. */
|
635
|
+
oauth?: Maybe<OAuthAuthenticationProperties>;
|
634
636
|
/** Authentication service type. */
|
635
637
|
type: AuthenticationServiceTypes;
|
636
638
|
};
|
@@ -642,6 +644,8 @@ export type AuthenticationConnectorInput = {
|
|
642
644
|
google?: InputMaybe<GoogleAuthenticationPropertiesInput>;
|
643
645
|
/** Microsoft authentication properties. */
|
644
646
|
microsoft?: InputMaybe<MicrosoftAuthenticationPropertiesInput>;
|
647
|
+
/** OAuth authentication properties. */
|
648
|
+
oauth?: InputMaybe<OAuthAuthenticationPropertiesInput>;
|
645
649
|
/** Authentication service type. */
|
646
650
|
type: AuthenticationServiceTypes;
|
647
651
|
};
|
@@ -656,7 +660,9 @@ export declare enum AuthenticationServiceTypes {
|
|
656
660
|
/** Google authentication service */
|
657
661
|
Google = "GOOGLE",
|
658
662
|
/** Microsoft Graph authentication service */
|
659
|
-
MicrosoftGraph = "MICROSOFT_GRAPH"
|
663
|
+
MicrosoftGraph = "MICROSOFT_GRAPH",
|
664
|
+
/** OAuth authentication service */
|
665
|
+
OAuth = "O_AUTH"
|
660
666
|
}
|
661
667
|
/** Represents Azure AI model properties. */
|
662
668
|
export type AzureAiModelProperties = {
|
@@ -1078,13 +1084,21 @@ export type BoundingBoxInput = {
|
|
1078
1084
|
/** The width of the bounding box. */
|
1079
1085
|
width?: InputMaybe<Scalars['Float']['input']>;
|
1080
1086
|
};
|
1087
|
+
export declare enum BoxAuthenticationTypes {
|
1088
|
+
Connector = "CONNECTOR",
|
1089
|
+
User = "USER"
|
1090
|
+
}
|
1081
1091
|
/** Represents Box properties. */
|
1082
1092
|
export type BoxFeedProperties = {
|
1083
1093
|
__typename?: 'BoxFeedProperties';
|
1094
|
+
/** Box authentication type. */
|
1095
|
+
authenticationType?: Maybe<BoxAuthenticationTypes>;
|
1084
1096
|
/** Box client identifier. */
|
1085
1097
|
clientId: Scalars['String']['output'];
|
1086
1098
|
/** Box client secret. */
|
1087
1099
|
clientSecret: Scalars['String']['output'];
|
1100
|
+
/** The OAuth authentication connector identifier, if using connector authentication. */
|
1101
|
+
connectorId?: Maybe<Scalars['ID']['output']>;
|
1088
1102
|
/** Box folder identifier. */
|
1089
1103
|
folderId?: Maybe<Scalars['ID']['output']>;
|
1090
1104
|
/** Box redirect URI. */
|
@@ -1094,23 +1108,31 @@ export type BoxFeedProperties = {
|
|
1094
1108
|
};
|
1095
1109
|
/** Represents Box properties. */
|
1096
1110
|
export type BoxFeedPropertiesInput = {
|
1111
|
+
/** Box authentication type. */
|
1112
|
+
authenticationType?: InputMaybe<BoxAuthenticationTypes>;
|
1097
1113
|
/** Box client identifier. */
|
1098
|
-
clientId
|
1114
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
1099
1115
|
/** Box client secret. */
|
1100
|
-
clientSecret
|
1116
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
1117
|
+
/** The OAuth authentication connector identifier, if using connector authentication. */
|
1118
|
+
connectorId?: InputMaybe<Scalars['ID']['input']>;
|
1101
1119
|
/** Box folder identifier. */
|
1102
1120
|
folderId?: InputMaybe<Scalars['ID']['input']>;
|
1103
1121
|
/** Box redirect URI. */
|
1104
|
-
redirectUri
|
1122
|
+
redirectUri?: InputMaybe<Scalars['String']['input']>;
|
1105
1123
|
/** Box refresh token. */
|
1106
|
-
refreshToken
|
1124
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
1107
1125
|
};
|
1108
1126
|
/** Represents Box properties. */
|
1109
1127
|
export type BoxFeedPropertiesUpdateInput = {
|
1128
|
+
/** Box authentication type. */
|
1129
|
+
authenticationType?: InputMaybe<BoxAuthenticationTypes>;
|
1110
1130
|
/** Box client identifier. */
|
1111
1131
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
1112
1132
|
/** Box client secret. */
|
1113
1133
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
1134
|
+
/** The OAuth authentication connector identifier, if using connector authentication. */
|
1135
|
+
connectorId?: InputMaybe<Scalars['ID']['input']>;
|
1114
1136
|
/** Box folder identifier. */
|
1115
1137
|
folderId?: InputMaybe<Scalars['ID']['input']>;
|
1116
1138
|
/** Box redirect URI. */
|
@@ -3250,6 +3272,10 @@ export type DrawingMetadataInput = {
|
|
3250
3272
|
/** The drawing Y origin. */
|
3251
3273
|
y?: InputMaybe<Scalars['Float']['input']>;
|
3252
3274
|
};
|
3275
|
+
export declare enum DropboxAuthenticationTypes {
|
3276
|
+
Connector = "CONNECTOR",
|
3277
|
+
User = "USER"
|
3278
|
+
}
|
3253
3279
|
/** Represents Dropbox properties. */
|
3254
3280
|
export type DropboxFeedProperties = {
|
3255
3281
|
__typename?: 'DropboxFeedProperties';
|
@@ -3257,6 +3283,10 @@ export type DropboxFeedProperties = {
|
|
3257
3283
|
appKey: Scalars['String']['output'];
|
3258
3284
|
/** Dropbox app secret. */
|
3259
3285
|
appSecret: Scalars['String']['output'];
|
3286
|
+
/** Dropbox authentication type. */
|
3287
|
+
authenticationType?: Maybe<DropboxAuthenticationTypes>;
|
3288
|
+
/** The OAuth authentication connector identifier, if using connector authentication. */
|
3289
|
+
connectorId?: Maybe<Scalars['ID']['output']>;
|
3260
3290
|
/** Dropbox folder path. */
|
3261
3291
|
path?: Maybe<Scalars['ID']['output']>;
|
3262
3292
|
/** Dropbox redirect URI. */
|
@@ -3267,15 +3297,19 @@ export type DropboxFeedProperties = {
|
|
3267
3297
|
/** Represents Dropbox properties. */
|
3268
3298
|
export type DropboxFeedPropertiesInput = {
|
3269
3299
|
/** Dropbox app key. */
|
3270
|
-
appKey
|
3300
|
+
appKey?: InputMaybe<Scalars['String']['input']>;
|
3271
3301
|
/** Dropbox app secret. */
|
3272
|
-
appSecret
|
3302
|
+
appSecret?: InputMaybe<Scalars['String']['input']>;
|
3303
|
+
/** Dropbox authentication type. */
|
3304
|
+
authenticationType?: InputMaybe<DropboxAuthenticationTypes>;
|
3305
|
+
/** The OAuth authentication connector identifier, if using connector authentication. */
|
3306
|
+
connectorId?: InputMaybe<Scalars['ID']['input']>;
|
3273
3307
|
/** Dropbox folder path. */
|
3274
3308
|
path?: InputMaybe<Scalars['ID']['input']>;
|
3275
3309
|
/** Dropbox redirect URI. */
|
3276
|
-
redirectUri
|
3310
|
+
redirectUri?: InputMaybe<Scalars['String']['input']>;
|
3277
3311
|
/** Dropbox refresh token. */
|
3278
|
-
refreshToken
|
3312
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
3279
3313
|
};
|
3280
3314
|
/** Represents Dropbox properties. */
|
3281
3315
|
export type DropboxFeedPropertiesUpdateInput = {
|
@@ -3283,6 +3317,10 @@ export type DropboxFeedPropertiesUpdateInput = {
|
|
3283
3317
|
appKey?: InputMaybe<Scalars['String']['input']>;
|
3284
3318
|
/** Dropbox app secret. */
|
3285
3319
|
appSecret?: InputMaybe<Scalars['String']['input']>;
|
3320
|
+
/** Dropbox authentication type. */
|
3321
|
+
authenticationType?: InputMaybe<DropboxAuthenticationTypes>;
|
3322
|
+
/** The OAuth authentication connector identifier, if using connector authentication. */
|
3323
|
+
connectorId?: InputMaybe<Scalars['ID']['input']>;
|
3286
3324
|
/** Dropbox folder path. */
|
3287
3325
|
path?: InputMaybe<Scalars['ID']['input']>;
|
3288
3326
|
/** Dropbox redirect URI. */
|
@@ -5623,6 +5661,8 @@ export type IntegrationConnector = {
|
|
5623
5661
|
__typename?: 'IntegrationConnector';
|
5624
5662
|
/** Email integration properties. */
|
5625
5663
|
email?: Maybe<EmailIntegrationProperties>;
|
5664
|
+
/** MCP integration properties. */
|
5665
|
+
mcp?: Maybe<McpIntegrationProperties>;
|
5626
5666
|
/** Slack integration properties. */
|
5627
5667
|
slack?: Maybe<SlackIntegrationProperties>;
|
5628
5668
|
/** Twitter integration properties. */
|
@@ -5636,6 +5676,8 @@ export type IntegrationConnector = {
|
|
5636
5676
|
export type IntegrationConnectorInput = {
|
5637
5677
|
/** Email integration properties. */
|
5638
5678
|
email?: InputMaybe<EmailIntegrationPropertiesInput>;
|
5679
|
+
/** MCP integration properties. */
|
5680
|
+
mcp?: InputMaybe<McpIntegrationPropertiesInput>;
|
5639
5681
|
/** Slack integration properties. */
|
5640
5682
|
slack?: InputMaybe<SlackIntegrationPropertiesInput>;
|
5641
5683
|
/** Twitter integration properties. */
|
@@ -5649,6 +5691,8 @@ export type IntegrationConnectorInput = {
|
|
5649
5691
|
export type IntegrationConnectorUpdateInput = {
|
5650
5692
|
/** Email integration properties. */
|
5651
5693
|
email?: InputMaybe<EmailIntegrationPropertiesInput>;
|
5694
|
+
/** MCP integration properties. */
|
5695
|
+
mcp?: InputMaybe<McpIntegrationPropertiesInput>;
|
5652
5696
|
/** Slack integration properties. */
|
5653
5697
|
slack?: InputMaybe<SlackIntegrationPropertiesInput>;
|
5654
5698
|
/** Twitter integration properties. */
|
@@ -5660,6 +5704,8 @@ export type IntegrationConnectorUpdateInput = {
|
|
5660
5704
|
export declare enum IntegrationServiceTypes {
|
5661
5705
|
/** Email */
|
5662
5706
|
Email = "EMAIL",
|
5707
|
+
/** MCP */
|
5708
|
+
Mcp = "MCP",
|
5663
5709
|
/** Slack */
|
5664
5710
|
Slack = "SLACK",
|
5665
5711
|
/** Twitter/X */
|
@@ -6171,6 +6217,30 @@ export type LookupContentsResults = {
|
|
6171
6217
|
/** The content results. */
|
6172
6218
|
results?: Maybe<Array<Maybe<Content>>>;
|
6173
6219
|
};
|
6220
|
+
/** Represents MCP integration properties. */
|
6221
|
+
export type McpIntegrationProperties = {
|
6222
|
+
__typename?: 'MCPIntegrationProperties';
|
6223
|
+
/** MCP server authentication token. */
|
6224
|
+
token?: Maybe<Scalars['String']['output']>;
|
6225
|
+
/** MCP server type. */
|
6226
|
+
type: McpServerTypes;
|
6227
|
+
};
|
6228
|
+
/** Represents MCP integration properties. */
|
6229
|
+
export type McpIntegrationPropertiesInput = {
|
6230
|
+
/** MCP server authentication token. */
|
6231
|
+
token?: InputMaybe<Scalars['String']['input']>;
|
6232
|
+
/** MCP server type. */
|
6233
|
+
type: McpServerTypes;
|
6234
|
+
};
|
6235
|
+
/** MCP Server Types */
|
6236
|
+
export declare enum McpServerTypes {
|
6237
|
+
/** Local MCP server using NPX */
|
6238
|
+
LocalNpx = "LOCAL_NPX",
|
6239
|
+
/** Remote MCP server using Streamable HTTP */
|
6240
|
+
RemoteHttp = "REMOTE_HTTP",
|
6241
|
+
/** Remote MCP server using SSE */
|
6242
|
+
RemoteSse = "REMOTE_SSE"
|
6243
|
+
}
|
6174
6244
|
/** Mail importance */
|
6175
6245
|
export declare enum MailImportance {
|
6176
6246
|
/** High importance */
|
@@ -9828,6 +9898,32 @@ export declare enum NotionTypes {
|
|
9828
9898
|
/** Notion Page */
|
9829
9899
|
Page = "PAGE"
|
9830
9900
|
}
|
9901
|
+
/** Represents OAuth authentication properties. */
|
9902
|
+
export type OAuthAuthenticationProperties = {
|
9903
|
+
__typename?: 'OAuthAuthenticationProperties';
|
9904
|
+
/** OAuth metadata. */
|
9905
|
+
metadata?: Maybe<Scalars['String']['output']>;
|
9906
|
+
/** OAuth provider. */
|
9907
|
+
provider: OAuthProviders;
|
9908
|
+
/** OAuth refresh token. */
|
9909
|
+
refreshToken: Scalars['String']['output'];
|
9910
|
+
};
|
9911
|
+
/** Represents OAuth authentication properties. */
|
9912
|
+
export type OAuthAuthenticationPropertiesInput = {
|
9913
|
+
/** OAuth metadata. */
|
9914
|
+
metadata?: InputMaybe<Scalars['String']['input']>;
|
9915
|
+
/** OAuth provider. */
|
9916
|
+
provider: OAuthProviders;
|
9917
|
+
/** OAuth refresh token. */
|
9918
|
+
refreshToken: Scalars['String']['input'];
|
9919
|
+
};
|
9920
|
+
/** OAuth authentication providers */
|
9921
|
+
export declare enum OAuthProviders {
|
9922
|
+
/** Box authentication provider */
|
9923
|
+
Box = "BOX",
|
9924
|
+
/** Dropbox authentication provider */
|
9925
|
+
Dropbox = "DROPBOX"
|
9926
|
+
}
|
9831
9927
|
/** Represents an observable facet. */
|
9832
9928
|
export type ObservableFacet = {
|
9833
9929
|
__typename?: 'ObservableFacet';
|
@@ -15135,6 +15231,11 @@ export type GetAlertQuery = {
|
|
15135
15231
|
accessTokenKey: string;
|
15136
15232
|
accessTokenSecret: string;
|
15137
15233
|
} | null;
|
15234
|
+
mcp?: {
|
15235
|
+
__typename?: 'MCPIntegrationProperties';
|
15236
|
+
token?: string | null;
|
15237
|
+
type: McpServerTypes;
|
15238
|
+
} | null;
|
15138
15239
|
};
|
15139
15240
|
publishing: {
|
15140
15241
|
__typename?: 'ContentPublishingConnector';
|
@@ -15323,6 +15424,11 @@ export type QueryAlertsQuery = {
|
|
15323
15424
|
accessTokenKey: string;
|
15324
15425
|
accessTokenSecret: string;
|
15325
15426
|
} | null;
|
15427
|
+
mcp?: {
|
15428
|
+
__typename?: 'MCPIntegrationProperties';
|
15429
|
+
token?: string | null;
|
15430
|
+
type: McpServerTypes;
|
15431
|
+
} | null;
|
15326
15432
|
};
|
15327
15433
|
publishing: {
|
15328
15434
|
__typename?: 'ContentPublishingConnector';
|
@@ -15704,6 +15810,12 @@ export type GetConnectorQuery = {
|
|
15704
15810
|
clientId: string;
|
15705
15811
|
clientSecret: string;
|
15706
15812
|
} | null;
|
15813
|
+
oauth?: {
|
15814
|
+
__typename?: 'OAuthAuthenticationProperties';
|
15815
|
+
refreshToken: string;
|
15816
|
+
provider: OAuthProviders;
|
15817
|
+
metadata?: string | null;
|
15818
|
+
} | null;
|
15707
15819
|
arcade?: {
|
15708
15820
|
__typename?: 'ArcadeAuthenticationProperties';
|
15709
15821
|
authorizationId: string;
|
@@ -15733,6 +15845,11 @@ export type GetConnectorQuery = {
|
|
15733
15845
|
accessTokenKey: string;
|
15734
15846
|
accessTokenSecret: string;
|
15735
15847
|
} | null;
|
15848
|
+
mcp?: {
|
15849
|
+
__typename?: 'MCPIntegrationProperties';
|
15850
|
+
token?: string | null;
|
15851
|
+
type: McpServerTypes;
|
15852
|
+
} | null;
|
15736
15853
|
} | null;
|
15737
15854
|
} | null;
|
15738
15855
|
};
|
@@ -15770,6 +15887,12 @@ export type QueryConnectorsQuery = {
|
|
15770
15887
|
clientId: string;
|
15771
15888
|
clientSecret: string;
|
15772
15889
|
} | null;
|
15890
|
+
oauth?: {
|
15891
|
+
__typename?: 'OAuthAuthenticationProperties';
|
15892
|
+
refreshToken: string;
|
15893
|
+
provider: OAuthProviders;
|
15894
|
+
metadata?: string | null;
|
15895
|
+
} | null;
|
15773
15896
|
arcade?: {
|
15774
15897
|
__typename?: 'ArcadeAuthenticationProperties';
|
15775
15898
|
authorizationId: string;
|
@@ -15799,6 +15922,11 @@ export type QueryConnectorsQuery = {
|
|
15799
15922
|
accessTokenKey: string;
|
15800
15923
|
accessTokenSecret: string;
|
15801
15924
|
} | null;
|
15925
|
+
mcp?: {
|
15926
|
+
__typename?: 'MCPIntegrationProperties';
|
15927
|
+
token?: string | null;
|
15928
|
+
type: McpServerTypes;
|
15929
|
+
} | null;
|
15802
15930
|
} | null;
|
15803
15931
|
}> | null;
|
15804
15932
|
} | null;
|
@@ -22268,7 +22396,9 @@ export type GetFeedQuery = {
|
|
22268
22396
|
} | null;
|
22269
22397
|
dropbox?: {
|
22270
22398
|
__typename?: 'DropboxFeedProperties';
|
22399
|
+
authenticationType?: DropboxAuthenticationTypes | null;
|
22271
22400
|
path?: string | null;
|
22401
|
+
connectorId?: string | null;
|
22272
22402
|
appKey: string;
|
22273
22403
|
appSecret: string;
|
22274
22404
|
refreshToken: string;
|
@@ -22276,7 +22406,9 @@ export type GetFeedQuery = {
|
|
22276
22406
|
} | null;
|
22277
22407
|
box?: {
|
22278
22408
|
__typename?: 'BoxFeedProperties';
|
22409
|
+
authenticationType?: BoxAuthenticationTypes | null;
|
22279
22410
|
folderId?: string | null;
|
22411
|
+
connectorId?: string | null;
|
22280
22412
|
clientId: string;
|
22281
22413
|
clientSecret: string;
|
22282
22414
|
refreshToken: string;
|
@@ -22668,7 +22800,9 @@ export type QueryFeedsQuery = {
|
|
22668
22800
|
} | null;
|
22669
22801
|
dropbox?: {
|
22670
22802
|
__typename?: 'DropboxFeedProperties';
|
22803
|
+
authenticationType?: DropboxAuthenticationTypes | null;
|
22671
22804
|
path?: string | null;
|
22805
|
+
connectorId?: string | null;
|
22672
22806
|
appKey: string;
|
22673
22807
|
appSecret: string;
|
22674
22808
|
refreshToken: string;
|
@@ -22676,7 +22810,9 @@ export type QueryFeedsQuery = {
|
|
22676
22810
|
} | null;
|
22677
22811
|
box?: {
|
22678
22812
|
__typename?: 'BoxFeedProperties';
|
22813
|
+
authenticationType?: BoxAuthenticationTypes | null;
|
22679
22814
|
folderId?: string | null;
|
22815
|
+
connectorId?: string | null;
|
22680
22816
|
clientId: string;
|
22681
22817
|
clientSecret: string;
|
22682
22818
|
refreshToken: string;
|
@@ -26310,6 +26446,12 @@ export type GetUserQuery = {
|
|
26310
26446
|
clientId: string;
|
26311
26447
|
clientSecret: string;
|
26312
26448
|
} | null;
|
26449
|
+
oauth?: {
|
26450
|
+
__typename?: 'OAuthAuthenticationProperties';
|
26451
|
+
refreshToken: string;
|
26452
|
+
provider: OAuthProviders;
|
26453
|
+
metadata?: string | null;
|
26454
|
+
} | null;
|
26313
26455
|
arcade?: {
|
26314
26456
|
__typename?: 'ArcadeAuthenticationProperties';
|
26315
26457
|
authorizationId: string;
|
@@ -26339,6 +26481,11 @@ export type GetUserQuery = {
|
|
26339
26481
|
accessTokenKey: string;
|
26340
26482
|
accessTokenSecret: string;
|
26341
26483
|
} | null;
|
26484
|
+
mcp?: {
|
26485
|
+
__typename?: 'MCPIntegrationProperties';
|
26486
|
+
token?: string | null;
|
26487
|
+
type: McpServerTypes;
|
26488
|
+
} | null;
|
26342
26489
|
} | null;
|
26343
26490
|
} | null> | null;
|
26344
26491
|
} | null;
|
@@ -26382,6 +26529,12 @@ export type GetUserByIdentifierQuery = {
|
|
26382
26529
|
clientId: string;
|
26383
26530
|
clientSecret: string;
|
26384
26531
|
} | null;
|
26532
|
+
oauth?: {
|
26533
|
+
__typename?: 'OAuthAuthenticationProperties';
|
26534
|
+
refreshToken: string;
|
26535
|
+
provider: OAuthProviders;
|
26536
|
+
metadata?: string | null;
|
26537
|
+
} | null;
|
26385
26538
|
arcade?: {
|
26386
26539
|
__typename?: 'ArcadeAuthenticationProperties';
|
26387
26540
|
authorizationId: string;
|
@@ -26411,6 +26564,11 @@ export type GetUserByIdentifierQuery = {
|
|
26411
26564
|
accessTokenKey: string;
|
26412
26565
|
accessTokenSecret: string;
|
26413
26566
|
} | null;
|
26567
|
+
mcp?: {
|
26568
|
+
__typename?: 'MCPIntegrationProperties';
|
26569
|
+
token?: string | null;
|
26570
|
+
type: McpServerTypes;
|
26571
|
+
} | null;
|
26414
26572
|
} | null;
|
26415
26573
|
} | null> | null;
|
26416
26574
|
} | null;
|
@@ -26457,6 +26615,12 @@ export type QueryUsersQuery = {
|
|
26457
26615
|
clientId: string;
|
26458
26616
|
clientSecret: string;
|
26459
26617
|
} | null;
|
26618
|
+
oauth?: {
|
26619
|
+
__typename?: 'OAuthAuthenticationProperties';
|
26620
|
+
refreshToken: string;
|
26621
|
+
provider: OAuthProviders;
|
26622
|
+
metadata?: string | null;
|
26623
|
+
} | null;
|
26460
26624
|
arcade?: {
|
26461
26625
|
__typename?: 'ArcadeAuthenticationProperties';
|
26462
26626
|
authorizationId: string;
|
@@ -26486,6 +26650,11 @@ export type QueryUsersQuery = {
|
|
26486
26650
|
accessTokenKey: string;
|
26487
26651
|
accessTokenSecret: string;
|
26488
26652
|
} | null;
|
26653
|
+
mcp?: {
|
26654
|
+
__typename?: 'MCPIntegrationProperties';
|
26655
|
+
token?: string | null;
|
26656
|
+
type: McpServerTypes;
|
26657
|
+
} | null;
|
26489
26658
|
} | null;
|
26490
26659
|
} | null> | null;
|
26491
26660
|
}> | null;
|
@@ -28054,6 +28223,11 @@ export type CreateWorkflowMutation = {
|
|
28054
28223
|
accessTokenKey: string;
|
28055
28224
|
accessTokenSecret: string;
|
28056
28225
|
} | null;
|
28226
|
+
mcp?: {
|
28227
|
+
__typename?: 'MCPIntegrationProperties';
|
28228
|
+
token?: string | null;
|
28229
|
+
type: McpServerTypes;
|
28230
|
+
} | null;
|
28057
28231
|
} | null;
|
28058
28232
|
} | null> | null;
|
28059
28233
|
} | null;
|
@@ -28368,6 +28542,11 @@ export type GetWorkflowQuery = {
|
|
28368
28542
|
accessTokenKey: string;
|
28369
28543
|
accessTokenSecret: string;
|
28370
28544
|
} | null;
|
28545
|
+
mcp?: {
|
28546
|
+
__typename?: 'MCPIntegrationProperties';
|
28547
|
+
token?: string | null;
|
28548
|
+
type: McpServerTypes;
|
28549
|
+
} | null;
|
28371
28550
|
} | null;
|
28372
28551
|
} | null> | null;
|
28373
28552
|
} | null;
|
@@ -28648,6 +28827,11 @@ export type QueryWorkflowsQuery = {
|
|
28648
28827
|
accessTokenKey: string;
|
28649
28828
|
accessTokenSecret: string;
|
28650
28829
|
} | null;
|
28830
|
+
mcp?: {
|
28831
|
+
__typename?: 'MCPIntegrationProperties';
|
28832
|
+
token?: string | null;
|
28833
|
+
type: McpServerTypes;
|
28834
|
+
} | null;
|
28651
28835
|
} | null;
|
28652
28836
|
} | null> | null;
|
28653
28837
|
}> | null;
|
@@ -28920,6 +29104,11 @@ export type UpdateWorkflowMutation = {
|
|
28920
29104
|
accessTokenKey: string;
|
28921
29105
|
accessTokenSecret: string;
|
28922
29106
|
} | null;
|
29107
|
+
mcp?: {
|
29108
|
+
__typename?: 'MCPIntegrationProperties';
|
29109
|
+
token?: string | null;
|
29110
|
+
type: McpServerTypes;
|
29111
|
+
} | null;
|
28923
29112
|
} | null;
|
28924
29113
|
} | null> | null;
|
28925
29114
|
} | null;
|
@@ -29191,6 +29380,11 @@ export type UpsertWorkflowMutation = {
|
|
29191
29380
|
accessTokenKey: string;
|
29192
29381
|
accessTokenSecret: string;
|
29193
29382
|
} | null;
|
29383
|
+
mcp?: {
|
29384
|
+
__typename?: 'MCPIntegrationProperties';
|
29385
|
+
token?: string | null;
|
29386
|
+
type: McpServerTypes;
|
29387
|
+
} | null;
|
29194
29388
|
} | null;
|
29195
29389
|
} | null> | null;
|
29196
29390
|
} | null;
|
@@ -95,6 +95,8 @@ export var AuthenticationServiceTypes;
|
|
95
95
|
AuthenticationServiceTypes["Google"] = "GOOGLE";
|
96
96
|
/** Microsoft Graph authentication service */
|
97
97
|
AuthenticationServiceTypes["MicrosoftGraph"] = "MICROSOFT_GRAPH";
|
98
|
+
/** OAuth authentication service */
|
99
|
+
AuthenticationServiceTypes["OAuth"] = "O_AUTH";
|
98
100
|
})(AuthenticationServiceTypes || (AuthenticationServiceTypes = {}));
|
99
101
|
export var AzureDocumentIntelligenceModels;
|
100
102
|
(function (AzureDocumentIntelligenceModels) {
|
@@ -201,6 +203,11 @@ export var BillableMetrics;
|
|
201
203
|
BillableMetrics["Tokens"] = "TOKENS";
|
202
204
|
BillableMetrics["Units"] = "UNITS";
|
203
205
|
})(BillableMetrics || (BillableMetrics = {}));
|
206
|
+
export var BoxAuthenticationTypes;
|
207
|
+
(function (BoxAuthenticationTypes) {
|
208
|
+
BoxAuthenticationTypes["Connector"] = "CONNECTOR";
|
209
|
+
BoxAuthenticationTypes["User"] = "USER";
|
210
|
+
})(BoxAuthenticationTypes || (BoxAuthenticationTypes = {}));
|
204
211
|
/** Calendar attendee response status */
|
205
212
|
export var CalendarAttendeeResponseStatus;
|
206
213
|
(function (CalendarAttendeeResponseStatus) {
|
@@ -561,6 +568,11 @@ export var DeviceTypes;
|
|
561
568
|
/** Unknown */
|
562
569
|
DeviceTypes["Unknown"] = "UNKNOWN";
|
563
570
|
})(DeviceTypes || (DeviceTypes = {}));
|
571
|
+
export var DropboxAuthenticationTypes;
|
572
|
+
(function (DropboxAuthenticationTypes) {
|
573
|
+
DropboxAuthenticationTypes["Connector"] = "CONNECTOR";
|
574
|
+
DropboxAuthenticationTypes["User"] = "USER";
|
575
|
+
})(DropboxAuthenticationTypes || (DropboxAuthenticationTypes = {}));
|
564
576
|
/** ElevenLabs models */
|
565
577
|
export var ElevenLabsModels;
|
566
578
|
(function (ElevenLabsModels) {
|
@@ -1150,6 +1162,8 @@ export var IntegrationServiceTypes;
|
|
1150
1162
|
(function (IntegrationServiceTypes) {
|
1151
1163
|
/** Email */
|
1152
1164
|
IntegrationServiceTypes["Email"] = "EMAIL";
|
1165
|
+
/** MCP */
|
1166
|
+
IntegrationServiceTypes["Mcp"] = "MCP";
|
1153
1167
|
/** Slack */
|
1154
1168
|
IntegrationServiceTypes["Slack"] = "SLACK";
|
1155
1169
|
/** Twitter/X */
|
@@ -1267,6 +1281,16 @@ export var LinkTypes;
|
|
1267
1281
|
/** YouTube link */
|
1268
1282
|
LinkTypes["YouTube"] = "YOU_TUBE";
|
1269
1283
|
})(LinkTypes || (LinkTypes = {}));
|
1284
|
+
/** MCP Server Types */
|
1285
|
+
export var McpServerTypes;
|
1286
|
+
(function (McpServerTypes) {
|
1287
|
+
/** Local MCP server using NPX */
|
1288
|
+
McpServerTypes["LocalNpx"] = "LOCAL_NPX";
|
1289
|
+
/** Remote MCP server using Streamable HTTP */
|
1290
|
+
McpServerTypes["RemoteHttp"] = "REMOTE_HTTP";
|
1291
|
+
/** Remote MCP server using SSE */
|
1292
|
+
McpServerTypes["RemoteSse"] = "REMOTE_SSE";
|
1293
|
+
})(McpServerTypes || (McpServerTypes = {}));
|
1270
1294
|
/** Mail importance */
|
1271
1295
|
export var MailImportance;
|
1272
1296
|
(function (MailImportance) {
|
@@ -1463,6 +1487,14 @@ export var NotionTypes;
|
|
1463
1487
|
/** Notion Page */
|
1464
1488
|
NotionTypes["Page"] = "PAGE";
|
1465
1489
|
})(NotionTypes || (NotionTypes = {}));
|
1490
|
+
/** OAuth authentication providers */
|
1491
|
+
export var OAuthProviders;
|
1492
|
+
(function (OAuthProviders) {
|
1493
|
+
/** Box authentication provider */
|
1494
|
+
OAuthProviders["Box"] = "BOX";
|
1495
|
+
/** Dropbox authentication provider */
|
1496
|
+
OAuthProviders["Dropbox"] = "DROPBOX";
|
1497
|
+
})(OAuthProviders || (OAuthProviders = {}));
|
1466
1498
|
/** Observable type */
|
1467
1499
|
export var ObservableTypes;
|
1468
1500
|
(function (ObservableTypes) {
|