graphlit-client 1.0.20250731001 → 1.0.20250731002

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.
@@ -6471,7 +6471,7 @@ export const GetFeed = gql `
6471
6471
  clientId
6472
6472
  clientSecret
6473
6473
  refreshToken
6474
- connectorId
6474
+ authorizationId
6475
6475
  }
6476
6476
  oneDrive {
6477
6477
  authenticationType
@@ -6480,7 +6480,7 @@ export const GetFeed = gql `
6480
6480
  clientId
6481
6481
  clientSecret
6482
6482
  refreshToken
6483
- connectorId
6483
+ authorizationId
6484
6484
  }
6485
6485
  googleDrive {
6486
6486
  authenticationType
@@ -6490,12 +6490,11 @@ export const GetFeed = gql `
6490
6490
  clientId
6491
6491
  clientSecret
6492
6492
  serviceAccountJson
6493
- connectorId
6493
+ authorizationId
6494
6494
  }
6495
6495
  dropbox {
6496
6496
  authenticationType
6497
6497
  path
6498
- connectorId
6499
6498
  appKey
6500
6499
  appSecret
6501
6500
  refreshToken
@@ -6504,7 +6503,6 @@ export const GetFeed = gql `
6504
6503
  box {
6505
6504
  authenticationType
6506
6505
  folderId
6507
- connectorId
6508
6506
  clientId
6509
6507
  clientSecret
6510
6508
  refreshToken
@@ -6517,7 +6515,7 @@ export const GetFeed = gql `
6517
6515
  repositoryName
6518
6516
  refreshToken
6519
6517
  personalAccessToken
6520
- connectorId
6518
+ authorizationId
6521
6519
  }
6522
6520
  readLimit
6523
6521
  }
@@ -6534,7 +6532,7 @@ export const GetFeed = gql `
6534
6532
  refreshToken
6535
6533
  clientId
6536
6534
  clientSecret
6537
- connectorId
6535
+ authorizationId
6538
6536
  }
6539
6537
  microsoft {
6540
6538
  type
@@ -6546,7 +6544,7 @@ export const GetFeed = gql `
6546
6544
  refreshToken
6547
6545
  clientId
6548
6546
  clientSecret
6549
- connectorId
6547
+ authorizationId
6550
6548
  }
6551
6549
  readLimit
6552
6550
  }
@@ -6565,11 +6563,13 @@ export const GetFeed = gql `
6565
6563
  project
6566
6564
  }
6567
6565
  github {
6566
+ authenticationType
6568
6567
  uri
6569
6568
  repositoryOwner
6570
6569
  repositoryName
6571
6570
  refreshToken
6572
6571
  personalAccessToken
6572
+ authorizationId
6573
6573
  }
6574
6574
  intercom {
6575
6575
  accessToken
@@ -6597,7 +6597,7 @@ export const GetFeed = gql `
6597
6597
  refreshToken
6598
6598
  clientId
6599
6599
  clientSecret
6600
- connectorId
6600
+ authorizationId
6601
6601
  }
6602
6602
  microsoft {
6603
6603
  calendarId
@@ -6607,7 +6607,7 @@ export const GetFeed = gql `
6607
6607
  refreshToken
6608
6608
  clientId
6609
6609
  clientSecret
6610
- connectorId
6610
+ authorizationId
6611
6611
  }
6612
6612
  readLimit
6613
6613
  }
@@ -6676,7 +6676,7 @@ export const GetFeed = gql `
6676
6676
  clientId
6677
6677
  clientSecret
6678
6678
  refreshToken
6679
- connectorId
6679
+ authorizationId
6680
6680
  teamId
6681
6681
  channelId
6682
6682
  }
@@ -6807,7 +6807,7 @@ export const QueryFeeds = gql `
6807
6807
  clientId
6808
6808
  clientSecret
6809
6809
  refreshToken
6810
- connectorId
6810
+ authorizationId
6811
6811
  }
6812
6812
  oneDrive {
6813
6813
  authenticationType
@@ -6816,7 +6816,7 @@ export const QueryFeeds = gql `
6816
6816
  clientId
6817
6817
  clientSecret
6818
6818
  refreshToken
6819
- connectorId
6819
+ authorizationId
6820
6820
  }
6821
6821
  googleDrive {
6822
6822
  authenticationType
@@ -6826,12 +6826,11 @@ export const QueryFeeds = gql `
6826
6826
  clientId
6827
6827
  clientSecret
6828
6828
  serviceAccountJson
6829
- connectorId
6829
+ authorizationId
6830
6830
  }
6831
6831
  dropbox {
6832
6832
  authenticationType
6833
6833
  path
6834
- connectorId
6835
6834
  appKey
6836
6835
  appSecret
6837
6836
  refreshToken
@@ -6840,7 +6839,6 @@ export const QueryFeeds = gql `
6840
6839
  box {
6841
6840
  authenticationType
6842
6841
  folderId
6843
- connectorId
6844
6842
  clientId
6845
6843
  clientSecret
6846
6844
  refreshToken
@@ -6853,7 +6851,7 @@ export const QueryFeeds = gql `
6853
6851
  repositoryName
6854
6852
  refreshToken
6855
6853
  personalAccessToken
6856
- connectorId
6854
+ authorizationId
6857
6855
  }
6858
6856
  readLimit
6859
6857
  }
@@ -6870,7 +6868,7 @@ export const QueryFeeds = gql `
6870
6868
  refreshToken
6871
6869
  clientId
6872
6870
  clientSecret
6873
- connectorId
6871
+ authorizationId
6874
6872
  }
6875
6873
  microsoft {
6876
6874
  type
@@ -6882,7 +6880,7 @@ export const QueryFeeds = gql `
6882
6880
  refreshToken
6883
6881
  clientId
6884
6882
  clientSecret
6885
- connectorId
6883
+ authorizationId
6886
6884
  }
6887
6885
  readLimit
6888
6886
  }
@@ -6901,11 +6899,13 @@ export const QueryFeeds = gql `
6901
6899
  project
6902
6900
  }
6903
6901
  github {
6902
+ authenticationType
6904
6903
  uri
6905
6904
  repositoryOwner
6906
6905
  repositoryName
6907
6906
  refreshToken
6908
6907
  personalAccessToken
6908
+ authorizationId
6909
6909
  }
6910
6910
  intercom {
6911
6911
  accessToken
@@ -6933,7 +6933,7 @@ export const QueryFeeds = gql `
6933
6933
  refreshToken
6934
6934
  clientId
6935
6935
  clientSecret
6936
- connectorId
6936
+ authorizationId
6937
6937
  }
6938
6938
  microsoft {
6939
6939
  calendarId
@@ -6943,7 +6943,7 @@ export const QueryFeeds = gql `
6943
6943
  refreshToken
6944
6944
  clientId
6945
6945
  clientSecret
6946
- connectorId
6946
+ authorizationId
6947
6947
  }
6948
6948
  readLimit
6949
6949
  }
@@ -7012,7 +7012,7 @@ export const QueryFeeds = gql `
7012
7012
  clientId
7013
7013
  clientSecret
7014
7014
  refreshToken
7015
- connectorId
7015
+ authorizationId
7016
7016
  teamId
7017
7017
  channelId
7018
7018
  }
@@ -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
- Connector = "CONNECTOR",
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. */
@@ -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
- Connector = "CONNECTOR",
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. */
@@ -4655,9 +4645,13 @@ export type GeometryMetadataInput = {
4655
4645
  /** The geometry vertex count. */
4656
4646
  vertexCount?: InputMaybe<Scalars['Long']['input']>;
4657
4647
  };
4648
+ /** GitHub authentication type */
4658
4649
  export declare enum GitHubAuthenticationTypes {
4650
+ /** Connector */
4659
4651
  Connector = "CONNECTOR",
4652
+ /** OAuth */
4660
4653
  OAuth = "O_AUTH",
4654
+ /** Personal Access Token */
4661
4655
  PersonalAccessToken = "PERSONAL_ACCESS_TOKEN"
4662
4656
  }
4663
4657
  /** Represents GitHub properties. */
@@ -4666,7 +4660,7 @@ export type GitHubFeedProperties = {
4666
4660
  /** OneDrive authentication type, defaults to User. */
4667
4661
  authenticationType?: Maybe<GitHubAuthenticationTypes>;
4668
4662
  /** Connector identifier. */
4669
- connectorId?: Maybe<Scalars['String']['output']>;
4663
+ authorizationId?: Maybe<Scalars['String']['output']>;
4670
4664
  /** GitHub personal access token. Either refresh token or personal access token is required to avoid GitHub rate-limiting. */
4671
4665
  personalAccessToken?: Maybe<Scalars['String']['output']>;
4672
4666
  /** GitHub refresh token. Either refresh token or personal access token is required to avoid GitHub rate-limiting. */
@@ -4682,8 +4676,8 @@ export type GitHubFeedProperties = {
4682
4676
  export type GitHubFeedPropertiesInput = {
4683
4677
  /** GitHub authentication type, defaults to PersonalAccessToken. */
4684
4678
  authenticationType?: InputMaybe<GitHubAuthenticationTypes>;
4685
- /** Connector identifier, for Connector authentication type. */
4686
- connectorId?: InputMaybe<Scalars['String']['input']>;
4679
+ /** Authentication identifier, for Connector authentication type. */
4680
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
4687
4681
  /** GitHub personal access token, requires PersonalAccessToken authentication type. */
4688
4682
  personalAccessToken?: InputMaybe<Scalars['String']['input']>;
4689
4683
  /** GitHub refresh token, requires OAuth authentication type. */
@@ -4699,8 +4693,8 @@ export type GitHubFeedPropertiesInput = {
4699
4693
  export type GitHubFeedPropertiesUpdateInput = {
4700
4694
  /** GitHub authentication type, defaults to PersonalAccessToken. */
4701
4695
  authenticationType?: InputMaybe<GitHubAuthenticationTypes>;
4702
- /** Connector identifier, for Connector authentication type. */
4703
- connectorId?: InputMaybe<Scalars['String']['input']>;
4696
+ /** Authentication identifier, for Connector authentication type. */
4697
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
4704
4698
  /** GitHub personal access token, requires PersonalAccessToken authentication type. */
4705
4699
  personalAccessToken?: InputMaybe<Scalars['String']['input']>;
4706
4700
  /** GitHub refresh token, requires OAuth authentication type. */
@@ -4720,6 +4714,10 @@ export declare enum GitHubIssueAuthenticationTypes {
4720
4714
  /** Represents GitHub Issues feed properties. */
4721
4715
  export type GitHubIssuesFeedProperties = {
4722
4716
  __typename?: 'GitHubIssuesFeedProperties';
4717
+ /** GitHub Issues authentication type, defaults to PersonalAccessToken. */
4718
+ authenticationType?: Maybe<GitHubIssueAuthenticationTypes>;
4719
+ /** Authentication identifier, for Connector authentication type. */
4720
+ authorizationId?: Maybe<Scalars['String']['output']>;
4723
4721
  /** GitHub personal access token. Either refresh token or personal access token is required to avoid GitHub rate-limiting. */
4724
4722
  personalAccessToken?: Maybe<Scalars['String']['output']>;
4725
4723
  /** GitHub refresh token. Either refresh token or personal access token is required to avoid GitHub rate-limiting. */
@@ -4735,8 +4733,8 @@ export type GitHubIssuesFeedProperties = {
4735
4733
  export type GitHubIssuesFeedPropertiesInput = {
4736
4734
  /** GitHub Issues authentication type, defaults to PersonalAccessToken. */
4737
4735
  authenticationType?: InputMaybe<GitHubIssueAuthenticationTypes>;
4738
- /** Connector identifier, for Connector authentication type. */
4739
- connectorId?: InputMaybe<Scalars['String']['input']>;
4736
+ /** Authentication identifier, for Connector authentication type. */
4737
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
4740
4738
  /** GitHub personal access token, requires PersonalAccessToken authentication type. */
4741
4739
  personalAccessToken?: InputMaybe<Scalars['String']['input']>;
4742
4740
  /** GitHub refresh token, requires OAuth authentication type. */
@@ -4787,6 +4785,8 @@ export type GoogleCalendarFeedProperties = {
4787
4785
  afterDate?: Maybe<Scalars['DateTime']['output']>;
4788
4786
  /** Google Calendar authentication type. */
4789
4787
  authenticationType?: Maybe<GoogleCalendarAuthenticationTypes>;
4788
+ /** Connector identifier. */
4789
+ authorizationId?: Maybe<Scalars['String']['output']>;
4790
4790
  /** Read calendar events before this date (inclusive), optional. */
4791
4791
  beforeDate?: Maybe<Scalars['DateTime']['output']>;
4792
4792
  /** Google Email calendar identifier, optional. */
@@ -4795,8 +4795,6 @@ export type GoogleCalendarFeedProperties = {
4795
4795
  clientId?: Maybe<Scalars['String']['output']>;
4796
4796
  /** Google OAuth2 client secret. */
4797
4797
  clientSecret?: Maybe<Scalars['String']['output']>;
4798
- /** Connector identifier. */
4799
- connectorId?: Maybe<Scalars['String']['output']>;
4800
4798
  /** Google OAuth2 refresh token. */
4801
4799
  refreshToken?: Maybe<Scalars['String']['output']>;
4802
4800
  };
@@ -4806,6 +4804,8 @@ export type GoogleCalendarFeedPropertiesInput = {
4806
4804
  afterDate?: InputMaybe<Scalars['DateTime']['input']>;
4807
4805
  /** Google Calendar authentication type, defaults to User. */
4808
4806
  authenticationType?: InputMaybe<GoogleCalendarAuthenticationTypes>;
4807
+ /** Authentication identifier, for Connector authentication type. */
4808
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
4809
4809
  /** Read calendar events before this date (inclusive), optional. */
4810
4810
  beforeDate?: InputMaybe<Scalars['DateTime']['input']>;
4811
4811
  /** Google Email calendar identifier, optional. */
@@ -4814,8 +4814,6 @@ export type GoogleCalendarFeedPropertiesInput = {
4814
4814
  clientId?: InputMaybe<Scalars['String']['input']>;
4815
4815
  /** Google OAuth2 client secret, requires User authentication type. */
4816
4816
  clientSecret?: InputMaybe<Scalars['String']['input']>;
4817
- /** Connector identifier, for Connector authentication type. */
4818
- connectorId?: InputMaybe<Scalars['String']['input']>;
4819
4817
  /** Google OAuth2 refresh token, requires User authentication type. */
4820
4818
  refreshToken?: InputMaybe<Scalars['String']['input']>;
4821
4819
  };
@@ -4823,12 +4821,12 @@ export type GoogleCalendarFeedPropertiesInput = {
4823
4821
  export type GoogleCalendarFeedPropertiesUpdateInput = {
4824
4822
  /** Google Calendar authentication type, defaults to User. */
4825
4823
  authenticationType?: InputMaybe<GoogleCalendarAuthenticationTypes>;
4824
+ /** Authentication identifier, for Connector authentication type. */
4825
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
4826
4826
  /** Google OAuth2 client identifier, requires User authentication type. */
4827
4827
  clientId?: InputMaybe<Scalars['String']['input']>;
4828
4828
  /** Google OAuth2 client secret, requires User authentication type. */
4829
4829
  clientSecret?: InputMaybe<Scalars['String']['input']>;
4830
- /** Connector identifier, for Connector authentication type. */
4831
- connectorId?: InputMaybe<Scalars['String']['input']>;
4832
4830
  /** Google OAuth2 refresh token, requires User authentication type. */
4833
4831
  refreshToken?: InputMaybe<Scalars['String']['input']>;
4834
4832
  };
@@ -4836,18 +4834,22 @@ export type GoogleCalendarFeedPropertiesUpdateInput = {
4836
4834
  export type GoogleCalendarsInput = {
4837
4835
  /** Google Calendar authentication type, defaults to User. */
4838
4836
  authenticationType?: InputMaybe<GoogleCalendarAuthenticationTypes>;
4837
+ /** Authorization identifier, for Connector authentication type. */
4838
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
4839
4839
  /** Google OAuth2 client identifier. */
4840
4840
  clientId: Scalars['String']['input'];
4841
4841
  /** Google OAuth2 client secret. */
4842
4842
  clientSecret: Scalars['String']['input'];
4843
- /** Connector identifier, for Connector authentication type. */
4844
- connectorId?: InputMaybe<Scalars['String']['input']>;
4845
4843
  /** Google OAuth2 refresh token. */
4846
4844
  refreshToken: Scalars['String']['input'];
4847
4845
  };
4846
+ /** Google Drive authentication type */
4848
4847
  export declare enum GoogleDriveAuthenticationTypes {
4848
+ /** Connector */
4849
4849
  Connector = "CONNECTOR",
4850
+ /** Service Account */
4850
4851
  ServiceAccount = "SERVICE_ACCOUNT",
4852
+ /** User */
4851
4853
  User = "USER"
4852
4854
  }
4853
4855
  /** Represents Google Drive properties. */
@@ -4855,12 +4857,12 @@ export type GoogleDriveFeedProperties = {
4855
4857
  __typename?: 'GoogleDriveFeedProperties';
4856
4858
  /** Google Drive authentication type, defaults to User. */
4857
4859
  authenticationType?: Maybe<GoogleDriveAuthenticationTypes>;
4860
+ /** Connector identifier. */
4861
+ authorizationId?: Maybe<Scalars['String']['output']>;
4858
4862
  /** Google client identifier, requires User authentication type. */
4859
4863
  clientId?: Maybe<Scalars['String']['output']>;
4860
4864
  /** Google client secret, requires User authentication type. */
4861
4865
  clientSecret?: Maybe<Scalars['String']['output']>;
4862
- /** Connector identifier. */
4863
- connectorId?: Maybe<Scalars['String']['output']>;
4864
4866
  /** Google Drive file identifiers. Takes precedence over folder identifier. */
4865
4867
  files?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
4866
4868
  /** Google Drive folder identifier. */
@@ -4874,12 +4876,12 @@ export type GoogleDriveFeedProperties = {
4874
4876
  export type GoogleDriveFeedPropertiesInput = {
4875
4877
  /** Google Drive authentication type, defaults to User. */
4876
4878
  authenticationType?: InputMaybe<GoogleDriveAuthenticationTypes>;
4879
+ /** Authentication identifier, for Connector authentication type. */
4880
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
4877
4881
  /** Google client identifier, requires User authentication type. */
4878
4882
  clientId?: InputMaybe<Scalars['String']['input']>;
4879
4883
  /** Google client secret, requires User authentication type. */
4880
4884
  clientSecret?: InputMaybe<Scalars['String']['input']>;
4881
- /** Connector identifier, for Connector authentication type. */
4882
- connectorId?: InputMaybe<Scalars['String']['input']>;
4883
4885
  /** Google Drive file identifiers. Takes precedence over folder identifier. */
4884
4886
  files?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
4885
4887
  /** Google Drive folder identifier. */
@@ -4893,12 +4895,12 @@ export type GoogleDriveFeedPropertiesInput = {
4893
4895
  export type GoogleDriveFeedPropertiesUpdateInput = {
4894
4896
  /** Google Drive authentication type, defaults to User. */
4895
4897
  authenticationType?: InputMaybe<GoogleDriveAuthenticationTypes>;
4898
+ /** Authentication identifier, for Connector authentication type. */
4899
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
4896
4900
  /** Google client identifier, requires User authentication type. */
4897
4901
  clientId?: InputMaybe<Scalars['String']['input']>;
4898
4902
  /** Google client secret, requires User authentication type. */
4899
4903
  clientSecret?: InputMaybe<Scalars['String']['input']>;
4900
- /** Connector identifier, for Connector authentication type. */
4901
- connectorId?: InputMaybe<Scalars['String']['input']>;
4902
4904
  /** Google Drive file identifiers. Takes precedence over folder identifier. */
4903
4905
  files?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
4904
4906
  /** Google Drive folder identifier. */
@@ -4926,12 +4928,12 @@ export type GoogleDriveFolderResults = {
4926
4928
  export type GoogleDriveFoldersInput = {
4927
4929
  /** Google Drive authentication type, defaults to User. */
4928
4930
  authenticationType?: InputMaybe<GoogleDriveAuthenticationTypes>;
4931
+ /** Authentication identifier, for Connector authentication type. */
4932
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
4929
4933
  /** Google OAuth2 client identifier. */
4930
4934
  clientId: Scalars['String']['input'];
4931
4935
  /** Google OAuth2 client secret. */
4932
4936
  clientSecret: Scalars['String']['input'];
4933
- /** Connector identifier, for Connector authentication type. */
4934
- connectorId?: InputMaybe<Scalars['String']['input']>;
4935
4937
  /** Google OAuth2 refresh token. */
4936
4938
  refreshToken: Scalars['String']['input'];
4937
4939
  };
@@ -4944,12 +4946,12 @@ export type GoogleEmailFeedProperties = {
4944
4946
  __typename?: 'GoogleEmailFeedProperties';
4945
4947
  /** Google Email authentication type. */
4946
4948
  authenticationType?: Maybe<GoogleEmailAuthenticationTypes>;
4949
+ /** Connector identifier. */
4950
+ authorizationId?: Maybe<Scalars['String']['output']>;
4947
4951
  /** Google Email client identifier. */
4948
4952
  clientId?: Maybe<Scalars['String']['output']>;
4949
4953
  /** Google Email client secret. */
4950
4954
  clientSecret?: Maybe<Scalars['String']['output']>;
4951
- /** Connector identifier. */
4952
- connectorId?: Maybe<Scalars['String']['output']>;
4953
4955
  /** Whether to exclude Sent messages in email listing. Default is False. */
4954
4956
  excludeSentItems?: Maybe<Scalars['Boolean']['output']>;
4955
4957
  /** Whether to only read past emails from Inbox. Default is False. */
@@ -4967,12 +4969,12 @@ export type GoogleEmailFeedProperties = {
4967
4969
  export type GoogleEmailFeedPropertiesInput = {
4968
4970
  /** Google Email authentication type, defaults to User. */
4969
4971
  authenticationType?: InputMaybe<GoogleEmailAuthenticationTypes>;
4972
+ /** Authentication identifier, for Connector authentication type. */
4973
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
4970
4974
  /** Google client identifier, requires User authentication type. */
4971
4975
  clientId?: InputMaybe<Scalars['String']['input']>;
4972
4976
  /** Google client secret, requires User authentication type. */
4973
4977
  clientSecret?: InputMaybe<Scalars['String']['input']>;
4974
- /** Connector identifier, for Connector authentication type. */
4975
- connectorId?: InputMaybe<Scalars['String']['input']>;
4976
4978
  /** Whether to exclude Sent messages in email listing. Default is False. */
4977
4979
  excludeSentItems?: InputMaybe<Scalars['Boolean']['input']>;
4978
4980
  /** Whether to only read past emails from Inbox. Default is False. */
@@ -4990,12 +4992,12 @@ export type GoogleEmailFeedPropertiesInput = {
4990
4992
  export type GoogleEmailFeedPropertiesUpdateInput = {
4991
4993
  /** Google Email authentication type, defaults to User. */
4992
4994
  authenticationType?: InputMaybe<GoogleEmailAuthenticationTypes>;
4995
+ /** Authentication identifier, for Connector authentication type. */
4996
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
4993
4997
  /** Google client identifier, requires User authentication type. */
4994
4998
  clientId?: InputMaybe<Scalars['String']['input']>;
4995
4999
  /** Google client secret, requires User authentication type. */
4996
5000
  clientSecret?: InputMaybe<Scalars['String']['input']>;
4997
- /** Connector identifier, for Connector authentication type. */
4998
- connectorId?: InputMaybe<Scalars['String']['input']>;
4999
5001
  /** Whether to exclude Sent messages in email listing. Default is False. */
5000
5002
  excludeSentItems?: InputMaybe<Scalars['Boolean']['input']>;
5001
5003
  /** Whether to only read past emails from Inbox. Default is False. */
@@ -7982,6 +7984,8 @@ export type MicrosoftCalendarFeedProperties = {
7982
7984
  afterDate?: Maybe<Scalars['DateTime']['output']>;
7983
7985
  /** Microsoft Calendar authentication type. */
7984
7986
  authenticationType?: Maybe<MicrosoftCalendarAuthenticationTypes>;
7987
+ /** Connector identifier. */
7988
+ authorizationId?: Maybe<Scalars['String']['output']>;
7985
7989
  /** Read calendar events before this date (inclusive), optional. */
7986
7990
  beforeDate?: Maybe<Scalars['DateTime']['output']>;
7987
7991
  /** Microsoft Email calendar identifier, optional. */
@@ -7990,8 +7994,6 @@ export type MicrosoftCalendarFeedProperties = {
7990
7994
  clientId?: Maybe<Scalars['String']['output']>;
7991
7995
  /** Microsoft Entra ID client secret. */
7992
7996
  clientSecret?: Maybe<Scalars['String']['output']>;
7993
- /** Connector identifier. */
7994
- connectorId?: Maybe<Scalars['String']['output']>;
7995
7997
  /** Microsoft Entra ID refresh token. */
7996
7998
  refreshToken?: Maybe<Scalars['String']['output']>;
7997
7999
  };
@@ -8001,6 +8003,8 @@ export type MicrosoftCalendarFeedPropertiesInput = {
8001
8003
  afterDate?: InputMaybe<Scalars['DateTime']['input']>;
8002
8004
  /** Microsoft Calendar authentication type, defaults to User. */
8003
8005
  authenticationType?: InputMaybe<MicrosoftCalendarAuthenticationTypes>;
8006
+ /** Authentication identifier, for Connector authentication type. */
8007
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
8004
8008
  /** Read calendar events before this date (inclusive), optional. */
8005
8009
  beforeDate?: InputMaybe<Scalars['DateTime']['input']>;
8006
8010
  /** Microsoft Email calendar identifier, optional. */
@@ -8009,8 +8013,6 @@ export type MicrosoftCalendarFeedPropertiesInput = {
8009
8013
  clientId?: InputMaybe<Scalars['String']['input']>;
8010
8014
  /** Microsoft Entra ID client secret, requires User authentication type. */
8011
8015
  clientSecret?: InputMaybe<Scalars['String']['input']>;
8012
- /** Connector identifier, for Connector authentication type. */
8013
- connectorId?: InputMaybe<Scalars['String']['input']>;
8014
8016
  /** Microsoft Entra ID refresh token, requires User authentication type. */
8015
8017
  refreshToken?: InputMaybe<Scalars['String']['input']>;
8016
8018
  };
@@ -8018,12 +8020,12 @@ export type MicrosoftCalendarFeedPropertiesInput = {
8018
8020
  export type MicrosoftCalendarFeedPropertiesUpdateInput = {
8019
8021
  /** Microsoft Calendar authentication type, defaults to User. */
8020
8022
  authenticationType?: InputMaybe<MicrosoftCalendarAuthenticationTypes>;
8023
+ /** Authentication identifier, for Connector authentication type. */
8024
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
8021
8025
  /** Microsoft Entra ID client identifier, requires User authentication type. */
8022
8026
  clientId?: InputMaybe<Scalars['String']['input']>;
8023
8027
  /** Microsoft Entra ID client secret, requires User authentication type. */
8024
8028
  clientSecret?: InputMaybe<Scalars['String']['input']>;
8025
- /** Connector identifier, for Connector authentication type. */
8026
- connectorId?: InputMaybe<Scalars['String']['input']>;
8027
8029
  /** Microsoft Entra ID refresh token, requires User authentication type. */
8028
8030
  refreshToken?: InputMaybe<Scalars['String']['input']>;
8029
8031
  };
@@ -8031,12 +8033,12 @@ export type MicrosoftCalendarFeedPropertiesUpdateInput = {
8031
8033
  export type MicrosoftCalendarsInput = {
8032
8034
  /** Microsoft Calendar authentication type, defaults to User. */
8033
8035
  authenticationType?: InputMaybe<MicrosoftCalendarAuthenticationTypes>;
8036
+ /** Authorization identifier, for Connector authentication type. */
8037
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
8034
8038
  /** Microsoft Entra ID client identifier. */
8035
8039
  clientId: Scalars['String']['input'];
8036
8040
  /** Microsoft Entra ID client secret. */
8037
8041
  clientSecret: Scalars['String']['input'];
8038
- /** Connector identifier, for Connector authentication type. */
8039
- connectorId?: InputMaybe<Scalars['String']['input']>;
8040
8042
  /** Microsoft Entra ID refresh token. */
8041
8043
  refreshToken: Scalars['String']['input'];
8042
8044
  };
@@ -8049,12 +8051,12 @@ export type MicrosoftEmailFeedProperties = {
8049
8051
  __typename?: 'MicrosoftEmailFeedProperties';
8050
8052
  /** Microsoft Email authentication type. */
8051
8053
  authenticationType?: Maybe<MicrosoftEmailAuthenticationTypes>;
8054
+ /** Connector identifier. */
8055
+ authorizationId?: Maybe<Scalars['String']['output']>;
8052
8056
  /** Microsoft Email client identifier. */
8053
8057
  clientId?: Maybe<Scalars['String']['output']>;
8054
8058
  /** Microsoft Email client secret. */
8055
8059
  clientSecret?: Maybe<Scalars['String']['output']>;
8056
- /** Connector identifier. */
8057
- connectorId?: Maybe<Scalars['String']['output']>;
8058
8060
  /** Whether to exclude Sent messages in email listing. Default is False. */
8059
8061
  excludeSentItems?: Maybe<Scalars['Boolean']['output']>;
8060
8062
  /** Whether to only read past emails from Inbox. Default is False. */
@@ -8072,12 +8074,12 @@ export type MicrosoftEmailFeedProperties = {
8072
8074
  export type MicrosoftEmailFeedPropertiesInput = {
8073
8075
  /** Microsoft Email authentication type, defaults to User. */
8074
8076
  authenticationType?: InputMaybe<MicrosoftEmailAuthenticationTypes>;
8077
+ /** Authentication identifier, for Connector authentication type. */
8078
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
8075
8079
  /** Microsoft Email client identifier, requires User authentication type. */
8076
8080
  clientId?: InputMaybe<Scalars['String']['input']>;
8077
8081
  /** Microsoft Email client secret, requires User authentication type. */
8078
8082
  clientSecret?: InputMaybe<Scalars['String']['input']>;
8079
- /** Connector identifier, for Connector authentication type. */
8080
- connectorId?: InputMaybe<Scalars['String']['input']>;
8081
8083
  /** Whether to exclude Sent messages in email listing. Default is False. */
8082
8084
  excludeSentItems?: InputMaybe<Scalars['Boolean']['input']>;
8083
8085
  /** Whether to only read past emails from Inbox. Default is False. */
@@ -8095,12 +8097,12 @@ export type MicrosoftEmailFeedPropertiesInput = {
8095
8097
  export type MicrosoftEmailFeedPropertiesUpdateInput = {
8096
8098
  /** Microsoft Email authentication type, defaults to User. */
8097
8099
  authenticationType?: InputMaybe<MicrosoftEmailAuthenticationTypes>;
8100
+ /** Authentication identifier, for Connector authentication type. */
8101
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
8098
8102
  /** Microsoft Email client identifier, requires User authentication type. */
8099
8103
  clientId?: InputMaybe<Scalars['String']['input']>;
8100
8104
  /** Microsoft Email client secret, requires User authentication type. */
8101
8105
  clientSecret?: InputMaybe<Scalars['String']['input']>;
8102
- /** Connector identifier, for Connector authentication type. */
8103
- connectorId?: InputMaybe<Scalars['String']['input']>;
8104
8106
  /** Whether to exclude Sent messages in email listing. Default is False. */
8105
8107
  excludeSentItems?: InputMaybe<Scalars['Boolean']['input']>;
8106
8108
  /** Whether to only read past emails from Inbox. Default is False. */
@@ -8136,12 +8138,12 @@ export type MicrosoftTeamsChannelResults = {
8136
8138
  export type MicrosoftTeamsChannelsInput = {
8137
8139
  /** Microsoft Teams authentication type, defaults to User. */
8138
8140
  authenticationType?: InputMaybe<MicrosoftTeamsAuthenticationTypes>;
8141
+ /** Authentication identifier, for Connector authentication type. */
8142
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
8139
8143
  /** Microsoft Teams client identifier, requires User authentication type. */
8140
8144
  clientId?: InputMaybe<Scalars['String']['input']>;
8141
8145
  /** Microsoft Teams client secret, requires User authentication type. */
8142
8146
  clientSecret?: InputMaybe<Scalars['String']['input']>;
8143
- /** Connector identifier, for Connector authentication type. */
8144
- connectorId?: InputMaybe<Scalars['String']['input']>;
8145
8147
  /** Microsoft Teams refresh token, requires User authentication type. */
8146
8148
  refreshToken?: InputMaybe<Scalars['String']['input']>;
8147
8149
  };
@@ -8150,14 +8152,14 @@ export type MicrosoftTeamsFeedProperties = {
8150
8152
  __typename?: 'MicrosoftTeamsFeedProperties';
8151
8153
  /** Microsoft Teams authentication type. */
8152
8154
  authenticationType?: Maybe<MicrosoftTeamsAuthenticationTypes>;
8155
+ /** Microsoft Teams authentication identifier. */
8156
+ authorizationId?: Maybe<Scalars['String']['output']>;
8153
8157
  /** Microsoft Teams channel identifier. */
8154
8158
  channelId: Scalars['String']['output'];
8155
8159
  /** Microsoft Teams client identifier. */
8156
8160
  clientId?: Maybe<Scalars['String']['output']>;
8157
8161
  /** Microsoft Teams client secret. */
8158
8162
  clientSecret?: Maybe<Scalars['String']['output']>;
8159
- /** Microsoft Teams connector identifier. */
8160
- connectorId?: Maybe<Scalars['String']['output']>;
8161
8163
  /** The limit of items to be read from feed, defaults to 100. */
8162
8164
  readLimit?: Maybe<Scalars['Int']['output']>;
8163
8165
  /** Microsoft Teams refresh token. */
@@ -8171,14 +8173,14 @@ export type MicrosoftTeamsFeedProperties = {
8171
8173
  export type MicrosoftTeamsFeedPropertiesInput = {
8172
8174
  /** Microsoft Teams authentication type, defaults to User. */
8173
8175
  authenticationType?: InputMaybe<MicrosoftTeamsAuthenticationTypes>;
8176
+ /** Authentication identifier, for Connector authentication type. */
8177
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
8174
8178
  /** Microsoft Teams channel identifier. */
8175
8179
  channelId: Scalars['String']['input'];
8176
8180
  /** Microsoft Teams client identifier, requires User authentication type. */
8177
8181
  clientId?: InputMaybe<Scalars['String']['input']>;
8178
8182
  /** Microsoft Teams client secret, requires User authentication type. */
8179
8183
  clientSecret?: InputMaybe<Scalars['String']['input']>;
8180
- /** Connector identifier, for Connector authentication type. */
8181
- connectorId?: InputMaybe<Scalars['String']['input']>;
8182
8184
  /** The limit of items to be read from feed, defaults to 100. */
8183
8185
  readLimit?: InputMaybe<Scalars['Int']['input']>;
8184
8186
  /** Microsoft Teams refresh token, requires User authentication type. */
@@ -8192,14 +8194,14 @@ export type MicrosoftTeamsFeedPropertiesInput = {
8192
8194
  export type MicrosoftTeamsFeedPropertiesUpdateInput = {
8193
8195
  /** Microsoft Teams authentication type, defaults to User. */
8194
8196
  authenticationType?: InputMaybe<MicrosoftTeamsAuthenticationTypes>;
8197
+ /** Authentication identifier, for Connector authentication type. */
8198
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
8195
8199
  /** Microsoft Teams channel identifier. */
8196
8200
  channelId: Scalars['String']['input'];
8197
8201
  /** Microsoft Teams client identifier, requires User authentication type. */
8198
8202
  clientId?: InputMaybe<Scalars['String']['input']>;
8199
8203
  /** Microsoft Teams client secret, requires User authentication type. */
8200
8204
  clientSecret?: InputMaybe<Scalars['String']['input']>;
8201
- /** Connector identifier, for Connector authentication type. */
8202
- connectorId?: InputMaybe<Scalars['String']['input']>;
8203
8205
  /** The limit of items to be read from feed, defaults to 100. */
8204
8206
  readLimit?: InputMaybe<Scalars['Int']['input']>;
8205
8207
  /** Microsoft Teams refresh token, requires User authentication type. */
@@ -8227,12 +8229,12 @@ export type MicrosoftTeamsTeamResults = {
8227
8229
  export type MicrosoftTeamsTeamsInput = {
8228
8230
  /** Microsoft Teams authentication type, defaults to User. */
8229
8231
  authenticationType?: InputMaybe<MicrosoftTeamsAuthenticationTypes>;
8232
+ /** Authentication identifier, for Connector authentication type. */
8233
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
8230
8234
  /** Microsoft Teams client identifier, requires User authentication type. */
8231
8235
  clientId?: InputMaybe<Scalars['String']['input']>;
8232
8236
  /** Microsoft Teams client secret, requires User authentication type. */
8233
8237
  clientSecret?: InputMaybe<Scalars['String']['input']>;
8234
- /** Connector identifier, for Connector authentication type. */
8235
- connectorId?: InputMaybe<Scalars['String']['input']>;
8236
8238
  /** Microsoft Teams refresh token, requires User authentication type. */
8237
8239
  refreshToken?: InputMaybe<Scalars['String']['input']>;
8238
8240
  };
@@ -10144,8 +10146,11 @@ export declare enum OccurrenceTypes {
10144
10146
  Text = "TEXT",
10145
10147
  Time = "TIME"
10146
10148
  }
10149
+ /** OneDrive authentication type */
10147
10150
  export declare enum OneDriveAuthenticationTypes {
10151
+ /** Connector */
10148
10152
  Connector = "CONNECTOR",
10153
+ /** User */
10149
10154
  User = "USER"
10150
10155
  }
10151
10156
  /** Represents OneDrive properties. */
@@ -10153,12 +10158,12 @@ export type OneDriveFeedProperties = {
10153
10158
  __typename?: 'OneDriveFeedProperties';
10154
10159
  /** OneDrive authentication type, defaults to User. */
10155
10160
  authenticationType?: Maybe<OneDriveAuthenticationTypes>;
10161
+ /** Connector identifier. */
10162
+ authorizationId?: Maybe<Scalars['String']['output']>;
10156
10163
  /** OneDrive client identifier. */
10157
10164
  clientId?: Maybe<Scalars['String']['output']>;
10158
10165
  /** OneDrive client secret. */
10159
10166
  clientSecret?: Maybe<Scalars['String']['output']>;
10160
- /** Connector identifier. */
10161
- connectorId?: Maybe<Scalars['String']['output']>;
10162
10167
  /** OneDrive file identifiers. Takes precedence over folder identifier. */
10163
10168
  files?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
10164
10169
  /** OneDrive folder identifier. */
@@ -10170,12 +10175,12 @@ export type OneDriveFeedProperties = {
10170
10175
  export type OneDriveFeedPropertiesInput = {
10171
10176
  /** OneDrive authentication type, defaults to User. */
10172
10177
  authenticationType?: InputMaybe<OneDriveAuthenticationTypes>;
10178
+ /** Authentication identifier, for Connector authentication type. */
10179
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
10173
10180
  /** OneDrive client identifier, requires User authentication type. */
10174
10181
  clientId?: InputMaybe<Scalars['String']['input']>;
10175
10182
  /** OneDrive client secret, requires User authentication type. */
10176
10183
  clientSecret?: InputMaybe<Scalars['String']['input']>;
10177
- /** Connector identifier, for Connector authentication type. */
10178
- connectorId?: InputMaybe<Scalars['String']['input']>;
10179
10184
  /** OneDrive file identifiers. Takes precedence over folder identifier. */
10180
10185
  files?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
10181
10186
  /** OneDrive folder identifier. */
@@ -10187,12 +10192,12 @@ export type OneDriveFeedPropertiesInput = {
10187
10192
  export type OneDriveFeedPropertiesUpdateInput = {
10188
10193
  /** OneDrive authentication type, defaults to User. */
10189
10194
  authenticationType?: InputMaybe<OneDriveAuthenticationTypes>;
10195
+ /** Authentication identifier, for Connector authentication type. */
10196
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
10190
10197
  /** OneDrive client identifier, requires User authentication type. */
10191
10198
  clientId?: InputMaybe<Scalars['String']['input']>;
10192
10199
  /** OneDrive client secret, requires User authentication type. */
10193
10200
  clientSecret?: InputMaybe<Scalars['String']['input']>;
10194
- /** Connector identifier, for Connector authentication type. */
10195
- connectorId?: InputMaybe<Scalars['String']['input']>;
10196
10201
  /** OneDrive file identifiers. Takes precedence over folder identifier. */
10197
10202
  files?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
10198
10203
  /** OneDrive folder identifier. */
@@ -10218,12 +10223,12 @@ export type OneDriveFolderResults = {
10218
10223
  export type OneDriveFoldersInput = {
10219
10224
  /** OneDrive authentication type, defaults to User. */
10220
10225
  authenticationType?: InputMaybe<OneDriveAuthenticationTypes>;
10226
+ /** Authentication identifier, for Connector authentication type. */
10227
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
10221
10228
  /** Microsoft Entra ID client identifier. */
10222
10229
  clientId: Scalars['String']['input'];
10223
10230
  /** Microsoft Entra ID client secret. */
10224
10231
  clientSecret: Scalars['String']['input'];
10225
- /** Connector identifier, for Connector authentication type. */
10226
- connectorId?: InputMaybe<Scalars['String']['input']>;
10227
10232
  /** Microsoft Entra ID refresh token. */
10228
10233
  refreshToken: Scalars['String']['input'];
10229
10234
  };
@@ -13332,9 +13337,13 @@ export type ShapeMetadataInput = {
13332
13337
  /** The metadata modified date. */
13333
13338
  modifiedDate?: InputMaybe<Scalars['DateTime']['input']>;
13334
13339
  };
13340
+ /** SharePoint authentication type */
13335
13341
  export declare enum SharePointAuthenticationTypes {
13342
+ /** Application */
13336
13343
  Application = "APPLICATION",
13344
+ /** Connector */
13337
13345
  Connector = "CONNECTOR",
13346
+ /** User */
13338
13347
  User = "USER"
13339
13348
  }
13340
13349
  /** Represents SharePoint properties. */
@@ -13344,12 +13353,12 @@ export type SharePointFeedProperties = {
13344
13353
  accountName: Scalars['String']['output'];
13345
13354
  /** SharePoint authentication type. */
13346
13355
  authenticationType?: Maybe<SharePointAuthenticationTypes>;
13356
+ /** Connector identifier. */
13357
+ authorizationId?: Maybe<Scalars['String']['output']>;
13347
13358
  /** Microsoft Entra ID client identifier, requires User authentication type. */
13348
13359
  clientId?: Maybe<Scalars['String']['output']>;
13349
13360
  /** Microsoft Entra ID client secret, requires User authentication type. */
13350
13361
  clientSecret?: Maybe<Scalars['String']['output']>;
13351
- /** Connector identifier. */
13352
- connectorId?: Maybe<Scalars['String']['output']>;
13353
13362
  /** SharePoint folder identifier. */
13354
13363
  folderId?: Maybe<Scalars['ID']['output']>;
13355
13364
  /** SharePoint library identifier. */
@@ -13365,12 +13374,12 @@ export type SharePointFeedPropertiesInput = {
13365
13374
  accountName: Scalars['String']['input'];
13366
13375
  /** SharePoint authentication type. */
13367
13376
  authenticationType: SharePointAuthenticationTypes;
13377
+ /** Authentication identifier, for Connector authentication type. */
13378
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
13368
13379
  /** Microsoft Entra ID client identifier, requires user authentication type. */
13369
13380
  clientId?: InputMaybe<Scalars['String']['input']>;
13370
13381
  /** Microsoft Entra ID client secret, requires user authentication type. */
13371
13382
  clientSecret?: InputMaybe<Scalars['String']['input']>;
13372
- /** Connector identifier, for Connector authentication type. */
13373
- connectorId?: InputMaybe<Scalars['String']['input']>;
13374
13383
  /** SharePoint folder identifier. */
13375
13384
  folderId?: InputMaybe<Scalars['ID']['input']>;
13376
13385
  /** SharePoint library identifier. */
@@ -13386,8 +13395,8 @@ export type SharePointFeedPropertiesUpdateInput = {
13386
13395
  accountName?: InputMaybe<Scalars['String']['input']>;
13387
13396
  /** SharePoint authentication type. */
13388
13397
  authenticationType?: InputMaybe<SharePointAuthenticationTypes>;
13389
- /** Connector identifier, for Connector authentication type. */
13390
- connectorId?: InputMaybe<Scalars['String']['input']>;
13398
+ /** Authentication identifier, for Connector authentication type. */
13399
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
13391
13400
  /** SharePoint folder identifier. */
13392
13401
  folderId?: InputMaybe<Scalars['ID']['input']>;
13393
13402
  /** SharePoint library identifier. */
@@ -13417,12 +13426,12 @@ export type SharePointFolderResults = {
13417
13426
  export type SharePointFoldersInput = {
13418
13427
  /** SharePoint authentication type. */
13419
13428
  authenticationType: SharePointAuthenticationTypes;
13429
+ /** Authentication identifier, for Connector authentication type. */
13430
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
13420
13431
  /** Microsoft Entra ID client identifier, requires User authentication type. */
13421
13432
  clientId?: InputMaybe<Scalars['String']['input']>;
13422
13433
  /** Microsoft Entra ID client secret, requires User authentication type. */
13423
13434
  clientSecret?: InputMaybe<Scalars['String']['input']>;
13424
- /** Connector identifier, for Connector authentication type. */
13425
- connectorId?: InputMaybe<Scalars['String']['input']>;
13426
13435
  /** Microsoft Entra ID refresh token, requires User authentication type. */
13427
13436
  refreshToken?: InputMaybe<Scalars['String']['input']>;
13428
13437
  /** Microsoft Entra ID tenant identifier, requires Application authentication type. */
@@ -13432,12 +13441,12 @@ export type SharePointFoldersInput = {
13432
13441
  export type SharePointLibrariesInput = {
13433
13442
  /** SharePoint authentication type. */
13434
13443
  authenticationType: SharePointAuthenticationTypes;
13444
+ /** Authentication identifier, for Connector authentication type. */
13445
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
13435
13446
  /** Microsoft Entra ID client identifier, requires User authentication type. */
13436
13447
  clientId?: InputMaybe<Scalars['String']['input']>;
13437
13448
  /** Microsoft Entra ID client secret, requires User authentication type. */
13438
13449
  clientSecret?: InputMaybe<Scalars['String']['input']>;
13439
- /** Connector identifier, for Connector authentication type. */
13440
- connectorId?: InputMaybe<Scalars['String']['input']>;
13441
13450
  /** Microsoft Entra ID refresh token, requires User authentication type. */
13442
13451
  refreshToken?: InputMaybe<Scalars['String']['input']>;
13443
13452
  /** Microsoft Entra ID tenant identifier, requires Application authentication type. */
@@ -22517,7 +22526,7 @@ export type GetFeedQuery = {
22517
22526
  clientId?: string | null;
22518
22527
  clientSecret?: string | null;
22519
22528
  refreshToken?: string | null;
22520
- connectorId?: string | null;
22529
+ authorizationId?: string | null;
22521
22530
  } | null;
22522
22531
  oneDrive?: {
22523
22532
  __typename?: 'OneDriveFeedProperties';
@@ -22527,7 +22536,7 @@ export type GetFeedQuery = {
22527
22536
  clientId?: string | null;
22528
22537
  clientSecret?: string | null;
22529
22538
  refreshToken?: string | null;
22530
- connectorId?: string | null;
22539
+ authorizationId?: string | null;
22531
22540
  } | null;
22532
22541
  googleDrive?: {
22533
22542
  __typename?: 'GoogleDriveFeedProperties';
@@ -22538,13 +22547,12 @@ export type GetFeedQuery = {
22538
22547
  clientId?: string | null;
22539
22548
  clientSecret?: string | null;
22540
22549
  serviceAccountJson?: string | null;
22541
- connectorId?: string | null;
22550
+ authorizationId?: string | null;
22542
22551
  } | null;
22543
22552
  dropbox?: {
22544
22553
  __typename?: 'DropboxFeedProperties';
22545
22554
  authenticationType?: DropboxAuthenticationTypes | null;
22546
22555
  path?: string | null;
22547
- connectorId?: string | null;
22548
22556
  appKey?: string | null;
22549
22557
  appSecret?: string | null;
22550
22558
  refreshToken?: string | null;
@@ -22554,7 +22562,6 @@ export type GetFeedQuery = {
22554
22562
  __typename?: 'BoxFeedProperties';
22555
22563
  authenticationType?: BoxAuthenticationTypes | null;
22556
22564
  folderId?: string | null;
22557
- connectorId?: string | null;
22558
22565
  clientId?: string | null;
22559
22566
  clientSecret?: string | null;
22560
22567
  refreshToken?: string | null;
@@ -22568,7 +22575,7 @@ export type GetFeedQuery = {
22568
22575
  repositoryName: string;
22569
22576
  refreshToken?: string | null;
22570
22577
  personalAccessToken?: string | null;
22571
- connectorId?: string | null;
22578
+ authorizationId?: string | null;
22572
22579
  } | null;
22573
22580
  } | null;
22574
22581
  email?: {
@@ -22587,7 +22594,7 @@ export type GetFeedQuery = {
22587
22594
  refreshToken?: string | null;
22588
22595
  clientId?: string | null;
22589
22596
  clientSecret?: string | null;
22590
- connectorId?: string | null;
22597
+ authorizationId?: string | null;
22591
22598
  } | null;
22592
22599
  microsoft?: {
22593
22600
  __typename?: 'MicrosoftEmailFeedProperties';
@@ -22600,7 +22607,7 @@ export type GetFeedQuery = {
22600
22607
  refreshToken?: string | null;
22601
22608
  clientId?: string | null;
22602
22609
  clientSecret?: string | null;
22603
- connectorId?: string | null;
22610
+ authorizationId?: string | null;
22604
22611
  } | null;
22605
22612
  } | null;
22606
22613
  issue?: {
@@ -22623,11 +22630,13 @@ export type GetFeedQuery = {
22623
22630
  } | null;
22624
22631
  github?: {
22625
22632
  __typename?: 'GitHubIssuesFeedProperties';
22633
+ authenticationType?: GitHubIssueAuthenticationTypes | null;
22626
22634
  uri?: any | null;
22627
22635
  repositoryOwner: string;
22628
22636
  repositoryName: string;
22629
22637
  refreshToken?: string | null;
22630
22638
  personalAccessToken?: string | null;
22639
+ authorizationId?: string | null;
22631
22640
  } | null;
22632
22641
  intercom?: {
22633
22642
  __typename?: 'IntercomTicketsFeedProperties';
@@ -22660,7 +22669,7 @@ export type GetFeedQuery = {
22660
22669
  refreshToken?: string | null;
22661
22670
  clientId?: string | null;
22662
22671
  clientSecret?: string | null;
22663
- connectorId?: string | null;
22672
+ authorizationId?: string | null;
22664
22673
  } | null;
22665
22674
  microsoft?: {
22666
22675
  __typename?: 'MicrosoftCalendarFeedProperties';
@@ -22671,7 +22680,7 @@ export type GetFeedQuery = {
22671
22680
  refreshToken?: string | null;
22672
22681
  clientId?: string | null;
22673
22682
  clientSecret?: string | null;
22674
- connectorId?: string | null;
22683
+ authorizationId?: string | null;
22675
22684
  } | null;
22676
22685
  } | null;
22677
22686
  rss?: {
@@ -22750,7 +22759,7 @@ export type GetFeedQuery = {
22750
22759
  clientId?: string | null;
22751
22760
  clientSecret?: string | null;
22752
22761
  refreshToken?: string | null;
22753
- connectorId?: string | null;
22762
+ authorizationId?: string | null;
22754
22763
  teamId: string;
22755
22764
  channelId: string;
22756
22765
  } | null;
@@ -22921,7 +22930,7 @@ export type QueryFeedsQuery = {
22921
22930
  clientId?: string | null;
22922
22931
  clientSecret?: string | null;
22923
22932
  refreshToken?: string | null;
22924
- connectorId?: string | null;
22933
+ authorizationId?: string | null;
22925
22934
  } | null;
22926
22935
  oneDrive?: {
22927
22936
  __typename?: 'OneDriveFeedProperties';
@@ -22931,7 +22940,7 @@ export type QueryFeedsQuery = {
22931
22940
  clientId?: string | null;
22932
22941
  clientSecret?: string | null;
22933
22942
  refreshToken?: string | null;
22934
- connectorId?: string | null;
22943
+ authorizationId?: string | null;
22935
22944
  } | null;
22936
22945
  googleDrive?: {
22937
22946
  __typename?: 'GoogleDriveFeedProperties';
@@ -22942,13 +22951,12 @@ export type QueryFeedsQuery = {
22942
22951
  clientId?: string | null;
22943
22952
  clientSecret?: string | null;
22944
22953
  serviceAccountJson?: string | null;
22945
- connectorId?: string | null;
22954
+ authorizationId?: string | null;
22946
22955
  } | null;
22947
22956
  dropbox?: {
22948
22957
  __typename?: 'DropboxFeedProperties';
22949
22958
  authenticationType?: DropboxAuthenticationTypes | null;
22950
22959
  path?: string | null;
22951
- connectorId?: string | null;
22952
22960
  appKey?: string | null;
22953
22961
  appSecret?: string | null;
22954
22962
  refreshToken?: string | null;
@@ -22958,7 +22966,6 @@ export type QueryFeedsQuery = {
22958
22966
  __typename?: 'BoxFeedProperties';
22959
22967
  authenticationType?: BoxAuthenticationTypes | null;
22960
22968
  folderId?: string | null;
22961
- connectorId?: string | null;
22962
22969
  clientId?: string | null;
22963
22970
  clientSecret?: string | null;
22964
22971
  refreshToken?: string | null;
@@ -22972,7 +22979,7 @@ export type QueryFeedsQuery = {
22972
22979
  repositoryName: string;
22973
22980
  refreshToken?: string | null;
22974
22981
  personalAccessToken?: string | null;
22975
- connectorId?: string | null;
22982
+ authorizationId?: string | null;
22976
22983
  } | null;
22977
22984
  } | null;
22978
22985
  email?: {
@@ -22991,7 +22998,7 @@ export type QueryFeedsQuery = {
22991
22998
  refreshToken?: string | null;
22992
22999
  clientId?: string | null;
22993
23000
  clientSecret?: string | null;
22994
- connectorId?: string | null;
23001
+ authorizationId?: string | null;
22995
23002
  } | null;
22996
23003
  microsoft?: {
22997
23004
  __typename?: 'MicrosoftEmailFeedProperties';
@@ -23004,7 +23011,7 @@ export type QueryFeedsQuery = {
23004
23011
  refreshToken?: string | null;
23005
23012
  clientId?: string | null;
23006
23013
  clientSecret?: string | null;
23007
- connectorId?: string | null;
23014
+ authorizationId?: string | null;
23008
23015
  } | null;
23009
23016
  } | null;
23010
23017
  issue?: {
@@ -23027,11 +23034,13 @@ export type QueryFeedsQuery = {
23027
23034
  } | null;
23028
23035
  github?: {
23029
23036
  __typename?: 'GitHubIssuesFeedProperties';
23037
+ authenticationType?: GitHubIssueAuthenticationTypes | null;
23030
23038
  uri?: any | null;
23031
23039
  repositoryOwner: string;
23032
23040
  repositoryName: string;
23033
23041
  refreshToken?: string | null;
23034
23042
  personalAccessToken?: string | null;
23043
+ authorizationId?: string | null;
23035
23044
  } | null;
23036
23045
  intercom?: {
23037
23046
  __typename?: 'IntercomTicketsFeedProperties';
@@ -23064,7 +23073,7 @@ export type QueryFeedsQuery = {
23064
23073
  refreshToken?: string | null;
23065
23074
  clientId?: string | null;
23066
23075
  clientSecret?: string | null;
23067
- connectorId?: string | null;
23076
+ authorizationId?: string | null;
23068
23077
  } | null;
23069
23078
  microsoft?: {
23070
23079
  __typename?: 'MicrosoftCalendarFeedProperties';
@@ -23075,7 +23084,7 @@ export type QueryFeedsQuery = {
23075
23084
  refreshToken?: string | null;
23076
23085
  clientId?: string | null;
23077
23086
  clientSecret?: string | null;
23078
- connectorId?: string | null;
23087
+ authorizationId?: string | null;
23079
23088
  } | null;
23080
23089
  } | null;
23081
23090
  rss?: {
@@ -23154,7 +23163,7 @@ export type QueryFeedsQuery = {
23154
23163
  clientId?: string | null;
23155
23164
  clientSecret?: string | null;
23156
23165
  refreshToken?: string | null;
23157
- connectorId?: string | null;
23166
+ authorizationId?: string | null;
23158
23167
  teamId: string;
23159
23168
  channelId: string;
23160
23169
  } | 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
- BoxAuthenticationTypes["Connector"] = "CONNECTOR";
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
- DropboxAuthenticationTypes["Connector"] = "CONNECTOR";
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 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20250731001",
3
+ "version": "1.0.20250731002",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",