graphlit-client 1.0.20251211001 → 1.0.20251211003

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.
@@ -5399,10 +5399,15 @@ export type GitHubCommitsFeedProperties = {
5399
5399
  __typename?: 'GitHubCommitsFeedProperties';
5400
5400
  /** GitHub Commits authentication type, defaults to PersonalAccessToken. */
5401
5401
  authenticationType?: Maybe<GitHubCommitAuthenticationTypes>;
5402
- /** Authentication identifier, for Connector authentication type. */
5403
- authorizationId?: Maybe<Scalars['String']['output']>;
5402
+ /**
5403
+ * Arcade authorization identifier.
5404
+ * @deprecated Use Connector instead.
5405
+ */
5406
+ authorizationId?: Maybe<Scalars['ID']['output']>;
5404
5407
  /** GitHub repository branch, defaults to default branch. */
5405
5408
  branch?: Maybe<Scalars['String']['output']>;
5409
+ /** Authentication connector reference. */
5410
+ connector?: Maybe<EntityReference>;
5406
5411
  /** GitHub personal access token. Either refresh token or personal access token is required to avoid GitHub rate-limiting. */
5407
5412
  personalAccessToken?: Maybe<Scalars['String']['output']>;
5408
5413
  /** GitHub refresh token. Either refresh token or personal access token is required to avoid GitHub rate-limiting. */
@@ -5418,10 +5423,10 @@ export type GitHubCommitsFeedProperties = {
5418
5423
  export type GitHubCommitsFeedPropertiesInput = {
5419
5424
  /** GitHub Commits authentication type, defaults to PersonalAccessToken. */
5420
5425
  authenticationType?: InputMaybe<GitHubCommitAuthenticationTypes>;
5421
- /** Authentication identifier, for Connector authentication type. */
5422
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5423
5426
  /** GitHub repository branch, defaults to default branch. */
5424
5427
  branch?: InputMaybe<Scalars['String']['input']>;
5428
+ /** The authentication connector reference. */
5429
+ connector?: InputMaybe<EntityReferenceInput>;
5425
5430
  /** GitHub personal access token, requires PersonalAccessToken authentication type. */
5426
5431
  personalAccessToken?: InputMaybe<Scalars['String']['input']>;
5427
5432
  /** GitHub refresh token, requires OAuth authentication type. */
@@ -5437,10 +5442,10 @@ export type GitHubCommitsFeedPropertiesInput = {
5437
5442
  export type GitHubCommitsFeedPropertiesUpdateInput = {
5438
5443
  /** GitHub Commits authentication type. */
5439
5444
  authenticationType?: InputMaybe<GitHubCommitAuthenticationTypes>;
5440
- /** Authentication identifier, for Connector authentication type. */
5441
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5442
5445
  /** GitHub repository branch. */
5443
5446
  branch?: InputMaybe<Scalars['String']['input']>;
5447
+ /** The authentication connector reference. */
5448
+ connector?: InputMaybe<EntityReferenceInput>;
5444
5449
  /** GitHub personal access token, requires PersonalAccessToken authentication type. */
5445
5450
  personalAccessToken?: InputMaybe<Scalars['String']['input']>;
5446
5451
  /** GitHub refresh token, requires OAuth authentication type. */
@@ -5457,8 +5462,13 @@ export type GitHubFeedProperties = {
5457
5462
  __typename?: 'GitHubFeedProperties';
5458
5463
  /** OneDrive authentication type, defaults to User. */
5459
5464
  authenticationType?: Maybe<GitHubAuthenticationTypes>;
5460
- /** Connector identifier. */
5461
- authorizationId?: Maybe<Scalars['String']['output']>;
5465
+ /**
5466
+ * Arcade authorization identifier.
5467
+ * @deprecated Use Connector instead.
5468
+ */
5469
+ authorizationId?: Maybe<Scalars['ID']['output']>;
5470
+ /** Authentication connector reference. */
5471
+ connector?: Maybe<EntityReference>;
5462
5472
  /** GitHub personal access token. Either refresh token or personal access token is required to avoid GitHub rate-limiting. */
5463
5473
  personalAccessToken?: Maybe<Scalars['String']['output']>;
5464
5474
  /** GitHub refresh token. Either refresh token or personal access token is required to avoid GitHub rate-limiting. */
@@ -5474,8 +5484,8 @@ export type GitHubFeedProperties = {
5474
5484
  export type GitHubFeedPropertiesInput = {
5475
5485
  /** GitHub authentication type, defaults to PersonalAccessToken. */
5476
5486
  authenticationType?: InputMaybe<GitHubAuthenticationTypes>;
5477
- /** Authentication identifier, for Connector authentication type. */
5478
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5487
+ /** The authentication connector reference. */
5488
+ connector?: InputMaybe<EntityReferenceInput>;
5479
5489
  /** GitHub personal access token, requires PersonalAccessToken authentication type. */
5480
5490
  personalAccessToken?: InputMaybe<Scalars['String']['input']>;
5481
5491
  /** GitHub refresh token, requires OAuth authentication type. */
@@ -5491,8 +5501,8 @@ export type GitHubFeedPropertiesInput = {
5491
5501
  export type GitHubFeedPropertiesUpdateInput = {
5492
5502
  /** GitHub authentication type, defaults to PersonalAccessToken. */
5493
5503
  authenticationType?: InputMaybe<GitHubAuthenticationTypes>;
5494
- /** Authentication identifier, for Connector authentication type. */
5495
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5504
+ /** The authentication connector reference. */
5505
+ connector?: InputMaybe<EntityReferenceInput>;
5496
5506
  /** GitHub personal access token, requires PersonalAccessToken authentication type. */
5497
5507
  personalAccessToken?: InputMaybe<Scalars['String']['input']>;
5498
5508
  /** GitHub refresh token, requires OAuth authentication type. */
@@ -5514,8 +5524,13 @@ export type GitHubIssuesFeedProperties = {
5514
5524
  __typename?: 'GitHubIssuesFeedProperties';
5515
5525
  /** GitHub Issues authentication type, defaults to PersonalAccessToken. */
5516
5526
  authenticationType?: Maybe<GitHubIssueAuthenticationTypes>;
5517
- /** Authentication identifier, for Connector authentication type. */
5518
- authorizationId?: Maybe<Scalars['String']['output']>;
5527
+ /**
5528
+ * Arcade authorization identifier.
5529
+ * @deprecated Use Connector instead.
5530
+ */
5531
+ authorizationId?: Maybe<Scalars['ID']['output']>;
5532
+ /** Authentication connector reference. */
5533
+ connector?: Maybe<EntityReference>;
5519
5534
  /** GitHub personal access token. Either refresh token or personal access token is required to avoid GitHub rate-limiting. */
5520
5535
  personalAccessToken?: Maybe<Scalars['String']['output']>;
5521
5536
  /** GitHub refresh token. Either refresh token or personal access token is required to avoid GitHub rate-limiting. */
@@ -5531,8 +5546,8 @@ export type GitHubIssuesFeedProperties = {
5531
5546
  export type GitHubIssuesFeedPropertiesInput = {
5532
5547
  /** GitHub Issues authentication type, defaults to PersonalAccessToken. */
5533
5548
  authenticationType?: InputMaybe<GitHubIssueAuthenticationTypes>;
5534
- /** Authentication identifier, for Connector authentication type. */
5535
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5549
+ /** The authentication connector reference. */
5550
+ connector?: InputMaybe<EntityReferenceInput>;
5536
5551
  /** GitHub personal access token, requires PersonalAccessToken authentication type. */
5537
5552
  personalAccessToken?: InputMaybe<Scalars['String']['input']>;
5538
5553
  /** GitHub refresh token, requires OAuth authentication type. */
@@ -5567,8 +5582,13 @@ export type GitHubPullRequestsFeedProperties = {
5567
5582
  __typename?: 'GitHubPullRequestsFeedProperties';
5568
5583
  /** GitHub Pull Requests authentication type, defaults to PersonalAccessToken. */
5569
5584
  authenticationType?: Maybe<GitHubPullRequestAuthenticationTypes>;
5570
- /** Authentication identifier, for Connector authentication type. */
5571
- authorizationId?: Maybe<Scalars['String']['output']>;
5585
+ /**
5586
+ * Arcade authorization identifier.
5587
+ * @deprecated Use Connector instead.
5588
+ */
5589
+ authorizationId?: Maybe<Scalars['ID']['output']>;
5590
+ /** Authentication connector reference. */
5591
+ connector?: Maybe<EntityReference>;
5572
5592
  /** GitHub personal access token. Either refresh token or personal access token is required to avoid GitHub rate-limiting. */
5573
5593
  personalAccessToken?: Maybe<Scalars['String']['output']>;
5574
5594
  /** GitHub refresh token. Either refresh token or personal access token is required to avoid GitHub rate-limiting. */
@@ -5584,8 +5604,8 @@ export type GitHubPullRequestsFeedProperties = {
5584
5604
  export type GitHubPullRequestsFeedPropertiesInput = {
5585
5605
  /** GitHub Pull Requests authentication type, defaults to PersonalAccessToken. */
5586
5606
  authenticationType?: InputMaybe<GitHubPullRequestAuthenticationTypes>;
5587
- /** Authentication identifier, for Connector authentication type. */
5588
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5607
+ /** The authentication connector reference. */
5608
+ connector?: InputMaybe<EntityReferenceInput>;
5589
5609
  /** GitHub personal access token, requires PersonalAccessToken authentication type. */
5590
5610
  personalAccessToken?: InputMaybe<Scalars['String']['input']>;
5591
5611
  /** GitHub refresh token, requires OAuth authentication type. */
@@ -5601,8 +5621,8 @@ export type GitHubPullRequestsFeedPropertiesInput = {
5601
5621
  export type GitHubPullRequestsFeedPropertiesUpdateInput = {
5602
5622
  /** GitHub Pull Requests authentication type. */
5603
5623
  authenticationType?: InputMaybe<GitHubPullRequestAuthenticationTypes>;
5604
- /** Authentication identifier, for Connector authentication type. */
5605
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5624
+ /** The authentication connector reference. */
5625
+ connector?: InputMaybe<EntityReferenceInput>;
5606
5626
  /** GitHub personal access token, requires PersonalAccessToken authentication type. */
5607
5627
  personalAccessToken?: InputMaybe<Scalars['String']['input']>;
5608
5628
  /** GitHub refresh token, requires OAuth authentication type. */
@@ -5618,8 +5638,8 @@ export type GitHubPullRequestsFeedPropertiesUpdateInput = {
5618
5638
  export type GitHubRepositoriesInput = {
5619
5639
  /** GitHub authentication type. */
5620
5640
  authenticationType: GitHubAuthenticationTypes;
5621
- /** Authentication identifier, for Connector authentication type. */
5622
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5641
+ /** Authentication connector reference. */
5642
+ connector?: InputMaybe<EntityReferenceInput>;
5623
5643
  /** GitHub personal access token, requires PersonalAccessToken authentication type. */
5624
5644
  personalAccessToken?: InputMaybe<Scalars['String']['input']>;
5625
5645
  /** GitHub OAuth refresh token, requires OAuth authentication type. */
@@ -5692,8 +5712,11 @@ export type GoogleCalendarFeedProperties = {
5692
5712
  afterDate?: Maybe<Scalars['DateTime']['output']>;
5693
5713
  /** Google Calendar authentication type. */
5694
5714
  authenticationType?: Maybe<GoogleCalendarAuthenticationTypes>;
5695
- /** Connector identifier. */
5696
- authorizationId?: Maybe<Scalars['String']['output']>;
5715
+ /**
5716
+ * Arcade authorization identifier.
5717
+ * @deprecated Use Connector instead.
5718
+ */
5719
+ authorizationId?: Maybe<Scalars['ID']['output']>;
5697
5720
  /** Read calendar events before this date (inclusive), optional. */
5698
5721
  beforeDate?: Maybe<Scalars['DateTime']['output']>;
5699
5722
  /** Google Email calendar identifier, optional. */
@@ -5702,6 +5725,8 @@ export type GoogleCalendarFeedProperties = {
5702
5725
  clientId?: Maybe<Scalars['String']['output']>;
5703
5726
  /** Google OAuth2 client secret. */
5704
5727
  clientSecret?: Maybe<Scalars['String']['output']>;
5728
+ /** Authentication connector reference. */
5729
+ connector?: Maybe<EntityReference>;
5705
5730
  /** Google OAuth2 refresh token. */
5706
5731
  refreshToken?: Maybe<Scalars['String']['output']>;
5707
5732
  /** Calendar listing type, i.e. past or new events. */
@@ -5713,8 +5738,6 @@ export type GoogleCalendarFeedPropertiesInput = {
5713
5738
  afterDate?: InputMaybe<Scalars['DateTime']['input']>;
5714
5739
  /** Google Calendar authentication type, defaults to User. */
5715
5740
  authenticationType?: InputMaybe<GoogleCalendarAuthenticationTypes>;
5716
- /** Authentication identifier, for Connector authentication type. */
5717
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5718
5741
  /** Read calendar events before this date (inclusive), optional. */
5719
5742
  beforeDate?: InputMaybe<Scalars['DateTime']['input']>;
5720
5743
  /** Google Email calendar identifier, optional. */
@@ -5723,6 +5746,8 @@ export type GoogleCalendarFeedPropertiesInput = {
5723
5746
  clientId?: InputMaybe<Scalars['String']['input']>;
5724
5747
  /** Google OAuth2 client secret, requires User authentication type. */
5725
5748
  clientSecret?: InputMaybe<Scalars['String']['input']>;
5749
+ /** The authentication connector reference. */
5750
+ connector?: InputMaybe<EntityReferenceInput>;
5726
5751
  /** Google OAuth2 refresh token, requires User authentication type. */
5727
5752
  refreshToken?: InputMaybe<Scalars['String']['input']>;
5728
5753
  /** Calendar listing type, i.e. past or new events. */
@@ -5734,8 +5759,6 @@ export type GoogleCalendarFeedPropertiesUpdateInput = {
5734
5759
  afterDate?: InputMaybe<Scalars['DateTime']['input']>;
5735
5760
  /** Google Calendar authentication type, defaults to User. */
5736
5761
  authenticationType?: InputMaybe<GoogleCalendarAuthenticationTypes>;
5737
- /** Authentication identifier, for Connector authentication type. */
5738
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5739
5762
  /** Read calendar events before this date (inclusive), optional. */
5740
5763
  beforeDate?: InputMaybe<Scalars['DateTime']['input']>;
5741
5764
  /** Google Email calendar identifier, optional. */
@@ -5744,6 +5767,8 @@ export type GoogleCalendarFeedPropertiesUpdateInput = {
5744
5767
  clientId?: InputMaybe<Scalars['String']['input']>;
5745
5768
  /** Google OAuth2 client secret, requires User authentication type. */
5746
5769
  clientSecret?: InputMaybe<Scalars['String']['input']>;
5770
+ /** The authentication connector reference. */
5771
+ connector?: InputMaybe<EntityReferenceInput>;
5747
5772
  /** Google OAuth2 refresh token, requires User authentication type. */
5748
5773
  refreshToken?: InputMaybe<Scalars['String']['input']>;
5749
5774
  /** Calendar listing type, i.e. past or new events. */
@@ -5753,12 +5778,12 @@ export type GoogleCalendarFeedPropertiesUpdateInput = {
5753
5778
  export type GoogleCalendarsInput = {
5754
5779
  /** Google Calendar authentication type, defaults to User. */
5755
5780
  authenticationType?: InputMaybe<GoogleCalendarAuthenticationTypes>;
5756
- /** Authorization identifier, for Connector authentication type. */
5757
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5758
5781
  /** Google OAuth2 client identifier, for User authentication type. */
5759
5782
  clientId?: InputMaybe<Scalars['String']['input']>;
5760
5783
  /** Google OAuth2 client secret, for User authentication type. */
5761
5784
  clientSecret?: InputMaybe<Scalars['String']['input']>;
5785
+ /** The authentication connector reference. */
5786
+ connector?: InputMaybe<EntityReferenceInput>;
5762
5787
  /** Google OAuth2 refresh token, for User authentication type. */
5763
5788
  refreshToken?: InputMaybe<Scalars['String']['input']>;
5764
5789
  };
@@ -5771,12 +5796,17 @@ export type GoogleContactsCrmFeedProperties = {
5771
5796
  __typename?: 'GoogleContactsCRMFeedProperties';
5772
5797
  /** Google Contacts authentication type. */
5773
5798
  authenticationType?: Maybe<GoogleContactsAuthenticationTypes>;
5774
- /** Authorization identifier. */
5775
- authorizationId?: Maybe<Scalars['String']['output']>;
5799
+ /**
5800
+ * Arcade authorization identifier.
5801
+ * @deprecated Use Connector instead.
5802
+ */
5803
+ authorizationId?: Maybe<Scalars['ID']['output']>;
5776
5804
  /** Google OAuth2 client identifier. */
5777
5805
  clientId?: Maybe<Scalars['String']['output']>;
5778
5806
  /** Google OAuth2 client secret. */
5779
5807
  clientSecret?: Maybe<Scalars['String']['output']>;
5808
+ /** Authentication connector reference. */
5809
+ connector?: Maybe<EntityReference>;
5780
5810
  /** Google OAuth2 refresh token. */
5781
5811
  refreshToken?: Maybe<Scalars['String']['output']>;
5782
5812
  };
@@ -5784,12 +5814,12 @@ export type GoogleContactsCrmFeedProperties = {
5784
5814
  export type GoogleContactsCrmFeedPropertiesInput = {
5785
5815
  /** Google Contacts authentication type, defaults to User. */
5786
5816
  authenticationType?: InputMaybe<GoogleContactsAuthenticationTypes>;
5787
- /** Authorization identifier, for Connector authentication type. */
5788
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5789
5817
  /** Google OAuth2 client identifier, for User authentication type. */
5790
5818
  clientId?: InputMaybe<Scalars['String']['input']>;
5791
5819
  /** Google OAuth2 client secret, for User authentication type. */
5792
5820
  clientSecret?: InputMaybe<Scalars['String']['input']>;
5821
+ /** The authentication connector reference. */
5822
+ connector?: InputMaybe<EntityReferenceInput>;
5793
5823
  /** Google OAuth2 refresh token, for User authentication type. */
5794
5824
  refreshToken?: InputMaybe<Scalars['String']['input']>;
5795
5825
  };
@@ -5797,12 +5827,12 @@ export type GoogleContactsCrmFeedPropertiesInput = {
5797
5827
  export type GoogleContactsCrmFeedPropertiesUpdateInput = {
5798
5828
  /** Google Contacts authentication type, defaults to User. */
5799
5829
  authenticationType?: InputMaybe<GoogleContactsAuthenticationTypes>;
5800
- /** Authorization identifier, for Connector authentication type. */
5801
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5802
5830
  /** Google OAuth2 client identifier, for User authentication type. */
5803
5831
  clientId?: InputMaybe<Scalars['String']['input']>;
5804
5832
  /** Google OAuth2 client secret, for User authentication type. */
5805
5833
  clientSecret?: InputMaybe<Scalars['String']['input']>;
5834
+ /** The authentication connector reference. */
5835
+ connector?: InputMaybe<EntityReferenceInput>;
5806
5836
  /** Google OAuth2 refresh token, for User authentication type. */
5807
5837
  refreshToken?: InputMaybe<Scalars['String']['input']>;
5808
5838
  };
@@ -5820,12 +5850,17 @@ export type GoogleDriveFeedProperties = {
5820
5850
  __typename?: 'GoogleDriveFeedProperties';
5821
5851
  /** Google Drive authentication type, defaults to User. */
5822
5852
  authenticationType?: Maybe<GoogleDriveAuthenticationTypes>;
5823
- /** Connector identifier. */
5824
- authorizationId?: Maybe<Scalars['String']['output']>;
5853
+ /**
5854
+ * Arcade authorization identifier.
5855
+ * @deprecated Use Connector instead.
5856
+ */
5857
+ authorizationId?: Maybe<Scalars['ID']['output']>;
5825
5858
  /** Google client identifier, requires User authentication type. */
5826
5859
  clientId?: Maybe<Scalars['String']['output']>;
5827
5860
  /** Google client secret, requires User authentication type. */
5828
5861
  clientSecret?: Maybe<Scalars['String']['output']>;
5862
+ /** Authentication connector reference. */
5863
+ connector?: Maybe<EntityReference>;
5829
5864
  /** Google Drive file identifiers. Takes precedence over folder identifier. */
5830
5865
  files?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
5831
5866
  /** Google Drive folder identifier. */
@@ -5839,12 +5874,12 @@ export type GoogleDriveFeedProperties = {
5839
5874
  export type GoogleDriveFeedPropertiesInput = {
5840
5875
  /** Google Drive authentication type, defaults to User. */
5841
5876
  authenticationType?: InputMaybe<GoogleDriveAuthenticationTypes>;
5842
- /** Authentication identifier, for Connector authentication type. */
5843
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5844
5877
  /** Google client identifier, requires User authentication type. */
5845
5878
  clientId?: InputMaybe<Scalars['String']['input']>;
5846
5879
  /** Google client secret, requires User authentication type. */
5847
5880
  clientSecret?: InputMaybe<Scalars['String']['input']>;
5881
+ /** The authentication connector reference. */
5882
+ connector?: InputMaybe<EntityReferenceInput>;
5848
5883
  /** Google Drive file identifiers. Takes precedence over folder identifier. */
5849
5884
  files?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
5850
5885
  /** Google Drive folder identifier. */
@@ -5858,12 +5893,12 @@ export type GoogleDriveFeedPropertiesInput = {
5858
5893
  export type GoogleDriveFeedPropertiesUpdateInput = {
5859
5894
  /** Google Drive authentication type, defaults to User. */
5860
5895
  authenticationType?: InputMaybe<GoogleDriveAuthenticationTypes>;
5861
- /** Authentication identifier, for Connector authentication type. */
5862
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5863
5896
  /** Google client identifier, requires User authentication type. */
5864
5897
  clientId?: InputMaybe<Scalars['String']['input']>;
5865
5898
  /** Google client secret, requires User authentication type. */
5866
5899
  clientSecret?: InputMaybe<Scalars['String']['input']>;
5900
+ /** The authentication connector reference. */
5901
+ connector?: InputMaybe<EntityReferenceInput>;
5867
5902
  /** Google Drive file identifiers. Takes precedence over folder identifier. */
5868
5903
  files?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
5869
5904
  /** Google Drive folder identifier. */
@@ -5891,12 +5926,12 @@ export type GoogleDriveFolderResults = {
5891
5926
  export type GoogleDriveFoldersInput = {
5892
5927
  /** Google Drive authentication type, defaults to User. */
5893
5928
  authenticationType?: InputMaybe<GoogleDriveAuthenticationTypes>;
5894
- /** Authentication identifier, for Connector authentication type. */
5895
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5896
5929
  /** Google OAuth2 client identifier. */
5897
5930
  clientId?: InputMaybe<Scalars['String']['input']>;
5898
5931
  /** Google OAuth2 client secret. */
5899
5932
  clientSecret?: InputMaybe<Scalars['String']['input']>;
5933
+ /** The authentication connector reference. */
5934
+ connector?: InputMaybe<EntityReferenceInput>;
5900
5935
  /** Google OAuth2 refresh token. */
5901
5936
  refreshToken?: InputMaybe<Scalars['String']['input']>;
5902
5937
  };
@@ -5909,12 +5944,17 @@ export type GoogleEmailFeedProperties = {
5909
5944
  __typename?: 'GoogleEmailFeedProperties';
5910
5945
  /** Google Email authentication type. */
5911
5946
  authenticationType?: Maybe<GoogleEmailAuthenticationTypes>;
5912
- /** Connector identifier. */
5913
- authorizationId?: Maybe<Scalars['String']['output']>;
5947
+ /**
5948
+ * Arcade authorization identifier.
5949
+ * @deprecated Use Connector instead.
5950
+ */
5951
+ authorizationId?: Maybe<Scalars['ID']['output']>;
5914
5952
  /** Google Email client identifier. */
5915
5953
  clientId?: Maybe<Scalars['String']['output']>;
5916
5954
  /** Google Email client secret. */
5917
5955
  clientSecret?: Maybe<Scalars['String']['output']>;
5956
+ /** Authentication connector reference. */
5957
+ connector?: Maybe<EntityReference>;
5918
5958
  /** Whether to exclude Sent messages in email listing. Default is False. */
5919
5959
  excludeSentItems?: Maybe<Scalars['Boolean']['output']>;
5920
5960
  /** Email filter in format 'key:value key:value' (supported: from, to, subject, has:attachment, is:unread, label, before, after). */
@@ -5934,12 +5974,12 @@ export type GoogleEmailFeedProperties = {
5934
5974
  export type GoogleEmailFeedPropertiesInput = {
5935
5975
  /** Google Email authentication type, defaults to User. */
5936
5976
  authenticationType?: InputMaybe<GoogleEmailAuthenticationTypes>;
5937
- /** Authentication identifier, for Connector authentication type. */
5938
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5939
5977
  /** Google client identifier, requires User authentication type. */
5940
5978
  clientId?: InputMaybe<Scalars['String']['input']>;
5941
5979
  /** Google client secret, requires User authentication type. */
5942
5980
  clientSecret?: InputMaybe<Scalars['String']['input']>;
5981
+ /** The authentication connector reference. */
5982
+ connector?: InputMaybe<EntityReferenceInput>;
5943
5983
  /** Whether to exclude Sent messages in email listing. Default is False. */
5944
5984
  excludeSentItems?: InputMaybe<Scalars['Boolean']['input']>;
5945
5985
  /** Email filter in format 'key:value key:value' (supported: from, to, subject, has:attachment, is:unread, label, before, after). */
@@ -5959,12 +5999,12 @@ export type GoogleEmailFeedPropertiesInput = {
5959
5999
  export type GoogleEmailFeedPropertiesUpdateInput = {
5960
6000
  /** Google Email authentication type, defaults to User. */
5961
6001
  authenticationType?: InputMaybe<GoogleEmailAuthenticationTypes>;
5962
- /** Authentication identifier, for Connector authentication type. */
5963
- authorizationId?: InputMaybe<Scalars['String']['input']>;
5964
6002
  /** Google client identifier, requires User authentication type. */
5965
6003
  clientId?: InputMaybe<Scalars['String']['input']>;
5966
6004
  /** Google client secret, requires User authentication type. */
5967
6005
  clientSecret?: InputMaybe<Scalars['String']['input']>;
6006
+ /** The authentication connector reference. */
6007
+ connector?: InputMaybe<EntityReferenceInput>;
5968
6008
  /** Whether to exclude Sent messages in email listing. Default is False. */
5969
6009
  excludeSentItems?: InputMaybe<Scalars['Boolean']['input']>;
5970
6010
  /** Email filter in format 'key:value key:value' (supported: from, to, subject, has:attachment, is:unread, label, before, after). */
@@ -9895,8 +9935,11 @@ export type MicrosoftCalendarFeedProperties = {
9895
9935
  afterDate?: Maybe<Scalars['DateTime']['output']>;
9896
9936
  /** Microsoft Calendar authentication type. */
9897
9937
  authenticationType?: Maybe<MicrosoftCalendarAuthenticationTypes>;
9898
- /** Connector identifier. */
9899
- authorizationId?: Maybe<Scalars['String']['output']>;
9938
+ /**
9939
+ * Arcade authorization identifier.
9940
+ * @deprecated Use Connector instead.
9941
+ */
9942
+ authorizationId?: Maybe<Scalars['ID']['output']>;
9900
9943
  /** Read calendar events before this date (inclusive), optional. */
9901
9944
  beforeDate?: Maybe<Scalars['DateTime']['output']>;
9902
9945
  /** Microsoft Email calendar identifier, optional. */
@@ -9905,6 +9948,8 @@ export type MicrosoftCalendarFeedProperties = {
9905
9948
  clientId?: Maybe<Scalars['String']['output']>;
9906
9949
  /** Microsoft Entra ID client secret. */
9907
9950
  clientSecret?: Maybe<Scalars['String']['output']>;
9951
+ /** Authentication connector reference. */
9952
+ connector?: Maybe<EntityReference>;
9908
9953
  /** Microsoft Entra ID refresh token. */
9909
9954
  refreshToken?: Maybe<Scalars['String']['output']>;
9910
9955
  /** Calendar listing type, i.e. past or new events. */
@@ -9916,8 +9961,6 @@ export type MicrosoftCalendarFeedPropertiesInput = {
9916
9961
  afterDate?: InputMaybe<Scalars['DateTime']['input']>;
9917
9962
  /** Microsoft Calendar authentication type, defaults to User. */
9918
9963
  authenticationType?: InputMaybe<MicrosoftCalendarAuthenticationTypes>;
9919
- /** Authentication identifier, for Connector authentication type. */
9920
- authorizationId?: InputMaybe<Scalars['String']['input']>;
9921
9964
  /** Read calendar events before this date (inclusive), optional. */
9922
9965
  beforeDate?: InputMaybe<Scalars['DateTime']['input']>;
9923
9966
  /** Microsoft Email calendar identifier, optional. */
@@ -9926,6 +9969,8 @@ export type MicrosoftCalendarFeedPropertiesInput = {
9926
9969
  clientId?: InputMaybe<Scalars['String']['input']>;
9927
9970
  /** Microsoft Entra ID client secret, requires User authentication type. */
9928
9971
  clientSecret?: InputMaybe<Scalars['String']['input']>;
9972
+ /** The authentication connector reference. */
9973
+ connector?: InputMaybe<EntityReferenceInput>;
9929
9974
  /** Microsoft Entra ID refresh token, requires User authentication type. */
9930
9975
  refreshToken?: InputMaybe<Scalars['String']['input']>;
9931
9976
  /** Calendar listing type, i.e. past or new events. */
@@ -9937,8 +9982,6 @@ export type MicrosoftCalendarFeedPropertiesUpdateInput = {
9937
9982
  afterDate?: InputMaybe<Scalars['DateTime']['input']>;
9938
9983
  /** Microsoft Calendar authentication type, defaults to User. */
9939
9984
  authenticationType?: InputMaybe<MicrosoftCalendarAuthenticationTypes>;
9940
- /** Authentication identifier, for Connector authentication type. */
9941
- authorizationId?: InputMaybe<Scalars['String']['input']>;
9942
9985
  /** Read calendar events before this date (inclusive), optional. */
9943
9986
  beforeDate?: InputMaybe<Scalars['DateTime']['input']>;
9944
9987
  /** Microsoft Email calendar identifier, optional. */
@@ -9947,6 +9990,8 @@ export type MicrosoftCalendarFeedPropertiesUpdateInput = {
9947
9990
  clientId?: InputMaybe<Scalars['String']['input']>;
9948
9991
  /** Microsoft Entra ID client secret, requires User authentication type. */
9949
9992
  clientSecret?: InputMaybe<Scalars['String']['input']>;
9993
+ /** The authentication connector reference. */
9994
+ connector?: InputMaybe<EntityReferenceInput>;
9950
9995
  /** Microsoft Entra ID refresh token, requires User authentication type. */
9951
9996
  refreshToken?: InputMaybe<Scalars['String']['input']>;
9952
9997
  /** Calendar listing type, i.e. past or new events. */
@@ -9956,12 +10001,12 @@ export type MicrosoftCalendarFeedPropertiesUpdateInput = {
9956
10001
  export type MicrosoftCalendarsInput = {
9957
10002
  /** Microsoft Calendar authentication type, defaults to User. */
9958
10003
  authenticationType?: InputMaybe<MicrosoftCalendarAuthenticationTypes>;
9959
- /** Authorization identifier, for Connector authentication type. */
9960
- authorizationId?: InputMaybe<Scalars['String']['input']>;
9961
10004
  /** Microsoft Entra ID client identifier, for User authentication type. */
9962
10005
  clientId?: InputMaybe<Scalars['String']['input']>;
9963
10006
  /** Microsoft Entra ID client secret, for User authentication type. */
9964
10007
  clientSecret?: InputMaybe<Scalars['String']['input']>;
10008
+ /** The authentication connector reference. */
10009
+ connector?: InputMaybe<EntityReferenceInput>;
9965
10010
  /** Microsoft Entra ID refresh token, for User authentication type. */
9966
10011
  refreshToken?: InputMaybe<Scalars['String']['input']>;
9967
10012
  };
@@ -9974,12 +10019,17 @@ export type MicrosoftContactsCrmFeedProperties = {
9974
10019
  __typename?: 'MicrosoftContactsCRMFeedProperties';
9975
10020
  /** Microsoft Contacts authentication type. */
9976
10021
  authenticationType?: Maybe<MicrosoftContactsAuthenticationTypes>;
9977
- /** Authorization identifier. */
9978
- authorizationId?: Maybe<Scalars['String']['output']>;
10022
+ /**
10023
+ * Arcade authorization identifier.
10024
+ * @deprecated Use Connector instead.
10025
+ */
10026
+ authorizationId?: Maybe<Scalars['ID']['output']>;
9979
10027
  /** Microsoft Entra ID client identifier. */
9980
10028
  clientId?: Maybe<Scalars['String']['output']>;
9981
10029
  /** Microsoft Entra ID client secret. */
9982
10030
  clientSecret?: Maybe<Scalars['String']['output']>;
10031
+ /** Authentication connector reference. */
10032
+ connector?: Maybe<EntityReference>;
9983
10033
  /** Microsoft Entra ID refresh token. */
9984
10034
  refreshToken?: Maybe<Scalars['String']['output']>;
9985
10035
  /** Microsoft Entra ID tenant identifier. */
@@ -9989,12 +10039,12 @@ export type MicrosoftContactsCrmFeedProperties = {
9989
10039
  export type MicrosoftContactsCrmFeedPropertiesInput = {
9990
10040
  /** Microsoft Contacts authentication type, defaults to User. */
9991
10041
  authenticationType?: InputMaybe<MicrosoftContactsAuthenticationTypes>;
9992
- /** Authorization identifier, for Connector authentication type. */
9993
- authorizationId?: InputMaybe<Scalars['String']['input']>;
9994
10042
  /** Microsoft Entra ID client identifier, for User authentication type. */
9995
10043
  clientId?: InputMaybe<Scalars['String']['input']>;
9996
10044
  /** Microsoft Entra ID client secret, for User authentication type. */
9997
10045
  clientSecret?: InputMaybe<Scalars['String']['input']>;
10046
+ /** The authentication connector reference. */
10047
+ connector?: InputMaybe<EntityReferenceInput>;
9998
10048
  /** Microsoft Entra ID refresh token, for User authentication type. */
9999
10049
  refreshToken?: InputMaybe<Scalars['String']['input']>;
10000
10050
  /** Microsoft Entra ID tenant identifier, optional. */
@@ -10004,12 +10054,12 @@ export type MicrosoftContactsCrmFeedPropertiesInput = {
10004
10054
  export type MicrosoftContactsCrmFeedPropertiesUpdateInput = {
10005
10055
  /** Microsoft Contacts authentication type, defaults to User. */
10006
10056
  authenticationType?: InputMaybe<MicrosoftContactsAuthenticationTypes>;
10007
- /** Authorization identifier, for Connector authentication type. */
10008
- authorizationId?: InputMaybe<Scalars['String']['input']>;
10009
10057
  /** Microsoft Entra ID client identifier, for User authentication type. */
10010
10058
  clientId?: InputMaybe<Scalars['String']['input']>;
10011
10059
  /** Microsoft Entra ID client secret, for User authentication type. */
10012
10060
  clientSecret?: InputMaybe<Scalars['String']['input']>;
10061
+ /** The authentication connector reference. */
10062
+ connector?: InputMaybe<EntityReferenceInput>;
10013
10063
  /** Microsoft Entra ID refresh token, for User authentication type. */
10014
10064
  refreshToken?: InputMaybe<Scalars['String']['input']>;
10015
10065
  /** Microsoft Entra ID tenant identifier, optional. */
@@ -10024,12 +10074,17 @@ export type MicrosoftEmailFeedProperties = {
10024
10074
  __typename?: 'MicrosoftEmailFeedProperties';
10025
10075
  /** Microsoft Email authentication type. */
10026
10076
  authenticationType?: Maybe<MicrosoftEmailAuthenticationTypes>;
10027
- /** Connector identifier. */
10028
- authorizationId?: Maybe<Scalars['String']['output']>;
10077
+ /**
10078
+ * Arcade authorization identifier.
10079
+ * @deprecated Use Connector instead.
10080
+ */
10081
+ authorizationId?: Maybe<Scalars['ID']['output']>;
10029
10082
  /** Microsoft Email client identifier. */
10030
10083
  clientId?: Maybe<Scalars['String']['output']>;
10031
10084
  /** Microsoft Email client secret. */
10032
10085
  clientSecret?: Maybe<Scalars['String']['output']>;
10086
+ /** Authentication connector reference. */
10087
+ connector?: Maybe<EntityReference>;
10033
10088
  /** Whether to exclude Sent messages in email listing. Default is False. */
10034
10089
  excludeSentItems?: Maybe<Scalars['Boolean']['output']>;
10035
10090
  /** Email filter in format 'key:value key:value' (supported: from, to, subject, has:attachment, is:unread, label, before, after). */
@@ -10049,12 +10104,12 @@ export type MicrosoftEmailFeedProperties = {
10049
10104
  export type MicrosoftEmailFeedPropertiesInput = {
10050
10105
  /** Microsoft Email authentication type, defaults to User. */
10051
10106
  authenticationType?: InputMaybe<MicrosoftEmailAuthenticationTypes>;
10052
- /** Authentication identifier, for Connector authentication type. */
10053
- authorizationId?: InputMaybe<Scalars['String']['input']>;
10054
10107
  /** Microsoft Email client identifier, requires User authentication type. */
10055
10108
  clientId?: InputMaybe<Scalars['String']['input']>;
10056
10109
  /** Microsoft Email client secret, requires User authentication type. */
10057
10110
  clientSecret?: InputMaybe<Scalars['String']['input']>;
10111
+ /** The authentication connector reference. */
10112
+ connector?: InputMaybe<EntityReferenceInput>;
10058
10113
  /** Whether to exclude Sent messages in email listing. Default is False. */
10059
10114
  excludeSentItems?: InputMaybe<Scalars['Boolean']['input']>;
10060
10115
  /** Email filter in format 'key:value key:value' (supported: from, to, subject, has:attachment, is:unread, label, before, after). */
@@ -10074,12 +10129,12 @@ export type MicrosoftEmailFeedPropertiesInput = {
10074
10129
  export type MicrosoftEmailFeedPropertiesUpdateInput = {
10075
10130
  /** Microsoft Email authentication type, defaults to User. */
10076
10131
  authenticationType?: InputMaybe<MicrosoftEmailAuthenticationTypes>;
10077
- /** Authentication identifier, for Connector authentication type. */
10078
- authorizationId?: InputMaybe<Scalars['String']['input']>;
10079
10132
  /** Microsoft Email client identifier, requires User authentication type. */
10080
10133
  clientId?: InputMaybe<Scalars['String']['input']>;
10081
10134
  /** Microsoft Email client secret, requires User authentication type. */
10082
10135
  clientSecret?: InputMaybe<Scalars['String']['input']>;
10136
+ /** The authentication connector reference. */
10137
+ connector?: InputMaybe<EntityReferenceInput>;
10083
10138
  /** Whether to exclude Sent messages in email listing. Default is False. */
10084
10139
  excludeSentItems?: InputMaybe<Scalars['Boolean']['input']>;
10085
10140
  /** Email filter in format 'key:value key:value' (supported: from, to, subject, has:attachment, is:unread, label, before, after). */
@@ -10117,12 +10172,12 @@ export type MicrosoftTeamsChannelResults = {
10117
10172
  export type MicrosoftTeamsChannelsInput = {
10118
10173
  /** Microsoft Teams authentication type, defaults to User. */
10119
10174
  authenticationType?: InputMaybe<MicrosoftTeamsAuthenticationTypes>;
10120
- /** Authentication identifier, for Connector authentication type. */
10121
- authorizationId?: InputMaybe<Scalars['String']['input']>;
10122
10175
  /** Microsoft Teams client identifier, requires User authentication type. */
10123
10176
  clientId?: InputMaybe<Scalars['String']['input']>;
10124
10177
  /** Microsoft Teams client secret, requires User authentication type. */
10125
10178
  clientSecret?: InputMaybe<Scalars['String']['input']>;
10179
+ /** The authentication connector reference. */
10180
+ connector?: InputMaybe<EntityReferenceInput>;
10126
10181
  /** Microsoft Teams refresh token, requires User authentication type. */
10127
10182
  refreshToken?: InputMaybe<Scalars['String']['input']>;
10128
10183
  };
@@ -10131,14 +10186,19 @@ export type MicrosoftTeamsFeedProperties = {
10131
10186
  __typename?: 'MicrosoftTeamsFeedProperties';
10132
10187
  /** Microsoft Teams authentication type. */
10133
10188
  authenticationType?: Maybe<MicrosoftTeamsAuthenticationTypes>;
10134
- /** Microsoft Teams authentication identifier. */
10135
- authorizationId?: Maybe<Scalars['String']['output']>;
10189
+ /**
10190
+ * Arcade authorization identifier.
10191
+ * @deprecated Use Connector instead.
10192
+ */
10193
+ authorizationId?: Maybe<Scalars['ID']['output']>;
10136
10194
  /** Microsoft Teams channel identifier. */
10137
10195
  channelId: Scalars['String']['output'];
10138
10196
  /** Microsoft Teams client identifier. */
10139
10197
  clientId?: Maybe<Scalars['String']['output']>;
10140
10198
  /** Microsoft Teams client secret. */
10141
10199
  clientSecret?: Maybe<Scalars['String']['output']>;
10200
+ /** Authentication connector reference. */
10201
+ connector?: Maybe<EntityReference>;
10142
10202
  /** The limit of items to be read from feed, defaults to 100. */
10143
10203
  readLimit?: Maybe<Scalars['Int']['output']>;
10144
10204
  /** Microsoft Teams refresh token. */
@@ -10152,14 +10212,14 @@ export type MicrosoftTeamsFeedProperties = {
10152
10212
  export type MicrosoftTeamsFeedPropertiesInput = {
10153
10213
  /** Microsoft Teams authentication type, defaults to User. */
10154
10214
  authenticationType?: InputMaybe<MicrosoftTeamsAuthenticationTypes>;
10155
- /** Authentication identifier, for Connector authentication type. */
10156
- authorizationId?: InputMaybe<Scalars['String']['input']>;
10157
10215
  /** Microsoft Teams channel identifier. */
10158
10216
  channelId: Scalars['String']['input'];
10159
10217
  /** Microsoft Teams client identifier, requires User authentication type. */
10160
10218
  clientId?: InputMaybe<Scalars['String']['input']>;
10161
10219
  /** Microsoft Teams client secret, requires User authentication type. */
10162
10220
  clientSecret?: InputMaybe<Scalars['String']['input']>;
10221
+ /** The authentication connector reference. */
10222
+ connector?: InputMaybe<EntityReferenceInput>;
10163
10223
  /** The limit of items to be read from feed, defaults to 100. */
10164
10224
  readLimit?: InputMaybe<Scalars['Int']['input']>;
10165
10225
  /** Microsoft Teams refresh token, requires User authentication type. */
@@ -10173,14 +10233,14 @@ export type MicrosoftTeamsFeedPropertiesInput = {
10173
10233
  export type MicrosoftTeamsFeedPropertiesUpdateInput = {
10174
10234
  /** Microsoft Teams authentication type, defaults to User. */
10175
10235
  authenticationType?: InputMaybe<MicrosoftTeamsAuthenticationTypes>;
10176
- /** Authentication identifier, for Connector authentication type. */
10177
- authorizationId?: InputMaybe<Scalars['String']['input']>;
10178
10236
  /** Microsoft Teams channel identifier. */
10179
10237
  channelId: Scalars['String']['input'];
10180
10238
  /** Microsoft Teams client identifier, requires User authentication type. */
10181
10239
  clientId?: InputMaybe<Scalars['String']['input']>;
10182
10240
  /** Microsoft Teams client secret, requires User authentication type. */
10183
10241
  clientSecret?: InputMaybe<Scalars['String']['input']>;
10242
+ /** The authentication connector reference. */
10243
+ connector?: InputMaybe<EntityReferenceInput>;
10184
10244
  /** The limit of items to be read from feed, defaults to 100. */
10185
10245
  readLimit?: InputMaybe<Scalars['Int']['input']>;
10186
10246
  /** Microsoft Teams refresh token, requires User authentication type. */
@@ -10208,12 +10268,12 @@ export type MicrosoftTeamsTeamResults = {
10208
10268
  export type MicrosoftTeamsTeamsInput = {
10209
10269
  /** Microsoft Teams authentication type, defaults to User. */
10210
10270
  authenticationType?: InputMaybe<MicrosoftTeamsAuthenticationTypes>;
10211
- /** Authentication identifier, for Connector authentication type. */
10212
- authorizationId?: InputMaybe<Scalars['String']['input']>;
10213
10271
  /** Microsoft Teams client identifier, requires User authentication type. */
10214
10272
  clientId?: InputMaybe<Scalars['String']['input']>;
10215
10273
  /** Microsoft Teams client secret, requires User authentication type. */
10216
10274
  clientSecret?: InputMaybe<Scalars['String']['input']>;
10275
+ /** The authentication connector reference. */
10276
+ connector?: InputMaybe<EntityReferenceInput>;
10217
10277
  /** Microsoft Teams refresh token, requires User authentication type. */
10218
10278
  refreshToken?: InputMaybe<Scalars['String']['input']>;
10219
10279
  };
@@ -12360,12 +12420,17 @@ export type OneDriveFeedProperties = {
12360
12420
  __typename?: 'OneDriveFeedProperties';
12361
12421
  /** OneDrive authentication type, defaults to User. */
12362
12422
  authenticationType?: Maybe<OneDriveAuthenticationTypes>;
12363
- /** Connector identifier. */
12364
- authorizationId?: Maybe<Scalars['String']['output']>;
12423
+ /**
12424
+ * Arcade authorization identifier.
12425
+ * @deprecated Use Connector instead.
12426
+ */
12427
+ authorizationId?: Maybe<Scalars['ID']['output']>;
12365
12428
  /** OneDrive client identifier. */
12366
12429
  clientId?: Maybe<Scalars['String']['output']>;
12367
12430
  /** OneDrive client secret. */
12368
12431
  clientSecret?: Maybe<Scalars['String']['output']>;
12432
+ /** Authentication connector reference. */
12433
+ connector?: Maybe<EntityReference>;
12369
12434
  /** OneDrive file identifiers. Takes precedence over folder identifier. */
12370
12435
  files?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
12371
12436
  /** OneDrive folder identifier. */
@@ -12377,12 +12442,12 @@ export type OneDriveFeedProperties = {
12377
12442
  export type OneDriveFeedPropertiesInput = {
12378
12443
  /** OneDrive authentication type, defaults to User. */
12379
12444
  authenticationType?: InputMaybe<OneDriveAuthenticationTypes>;
12380
- /** Authentication identifier, for Connector authentication type. */
12381
- authorizationId?: InputMaybe<Scalars['String']['input']>;
12382
12445
  /** OneDrive client identifier, requires User authentication type. */
12383
12446
  clientId?: InputMaybe<Scalars['String']['input']>;
12384
12447
  /** OneDrive client secret, requires User authentication type. */
12385
12448
  clientSecret?: InputMaybe<Scalars['String']['input']>;
12449
+ /** The authentication connector reference. */
12450
+ connector?: InputMaybe<EntityReferenceInput>;
12386
12451
  /** OneDrive file identifiers. Takes precedence over folder identifier. */
12387
12452
  files?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
12388
12453
  /** OneDrive folder identifier. */
@@ -12394,12 +12459,12 @@ export type OneDriveFeedPropertiesInput = {
12394
12459
  export type OneDriveFeedPropertiesUpdateInput = {
12395
12460
  /** OneDrive authentication type, defaults to User. */
12396
12461
  authenticationType?: InputMaybe<OneDriveAuthenticationTypes>;
12397
- /** Authentication identifier, for Connector authentication type. */
12398
- authorizationId?: InputMaybe<Scalars['String']['input']>;
12399
12462
  /** OneDrive client identifier, requires User authentication type. */
12400
12463
  clientId?: InputMaybe<Scalars['String']['input']>;
12401
12464
  /** OneDrive client secret, requires User authentication type. */
12402
12465
  clientSecret?: InputMaybe<Scalars['String']['input']>;
12466
+ /** The authentication connector reference. */
12467
+ connector?: InputMaybe<EntityReferenceInput>;
12403
12468
  /** OneDrive file identifiers. Takes precedence over folder identifier. */
12404
12469
  files?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
12405
12470
  /** OneDrive folder identifier. */
@@ -12425,12 +12490,12 @@ export type OneDriveFolderResults = {
12425
12490
  export type OneDriveFoldersInput = {
12426
12491
  /** OneDrive authentication type, defaults to User. */
12427
12492
  authenticationType?: InputMaybe<OneDriveAuthenticationTypes>;
12428
- /** Authentication identifier, for Connector authentication type. */
12429
- authorizationId?: InputMaybe<Scalars['String']['input']>;
12430
12493
  /** Microsoft Entra ID client identifier. */
12431
12494
  clientId?: InputMaybe<Scalars['String']['input']>;
12432
12495
  /** Microsoft Entra ID client secret. */
12433
12496
  clientSecret?: InputMaybe<Scalars['String']['input']>;
12497
+ /** The authentication connector reference. */
12498
+ connector?: InputMaybe<EntityReferenceInput>;
12434
12499
  /** Microsoft Entra ID refresh token. */
12435
12500
  refreshToken?: InputMaybe<Scalars['String']['input']>;
12436
12501
  };
@@ -12680,6 +12745,10 @@ export declare enum OpenAiModels {
12680
12745
  Gpt51_400K = "GPT51_400K",
12681
12746
  /** GPT 5.1 400k (2025-11-13 version) */
12682
12747
  Gpt51_400K_20251113 = "GPT51_400K_20251113",
12748
+ /** GPT 5.2 400k (Latest) */
12749
+ Gpt52_400K = "GPT52_400K",
12750
+ /** GPT 5.2 400k (2025-12-11 version) */
12751
+ Gpt52_400K_20251211 = "GPT52_400K_20251211",
12683
12752
  /** o1 200k (Latest) */
12684
12753
  O1_200K = "O1_200K",
12685
12754
  /** o1 200k (2024-12-17 version) */
@@ -16188,12 +16257,17 @@ export type SharePointFeedProperties = {
16188
16257
  accountName: Scalars['String']['output'];
16189
16258
  /** SharePoint authentication type. */
16190
16259
  authenticationType?: Maybe<SharePointAuthenticationTypes>;
16191
- /** Connector identifier. */
16192
- authorizationId?: Maybe<Scalars['String']['output']>;
16260
+ /**
16261
+ * Arcade authorization identifier.
16262
+ * @deprecated Use Connector instead.
16263
+ */
16264
+ authorizationId?: Maybe<Scalars['ID']['output']>;
16193
16265
  /** Microsoft Entra ID client identifier, requires User authentication type. */
16194
16266
  clientId?: Maybe<Scalars['String']['output']>;
16195
16267
  /** Microsoft Entra ID client secret, requires User authentication type. */
16196
16268
  clientSecret?: Maybe<Scalars['String']['output']>;
16269
+ /** Authentication connector reference. */
16270
+ connector?: Maybe<EntityReference>;
16197
16271
  /** SharePoint folder identifier. */
16198
16272
  folderId?: Maybe<Scalars['ID']['output']>;
16199
16273
  /** SharePoint library identifier. */
@@ -16209,12 +16283,12 @@ export type SharePointFeedPropertiesInput = {
16209
16283
  accountName: Scalars['String']['input'];
16210
16284
  /** SharePoint authentication type. */
16211
16285
  authenticationType: SharePointAuthenticationTypes;
16212
- /** Authentication identifier, for Connector authentication type. */
16213
- authorizationId?: InputMaybe<Scalars['String']['input']>;
16214
16286
  /** Microsoft Entra ID client identifier, requires user authentication type. */
16215
16287
  clientId?: InputMaybe<Scalars['String']['input']>;
16216
16288
  /** Microsoft Entra ID client secret, requires user authentication type. */
16217
16289
  clientSecret?: InputMaybe<Scalars['String']['input']>;
16290
+ /** The authentication connector reference. */
16291
+ connector?: InputMaybe<EntityReferenceInput>;
16218
16292
  /** SharePoint folder identifier. */
16219
16293
  folderId?: InputMaybe<Scalars['ID']['input']>;
16220
16294
  /** SharePoint library identifier. */
@@ -16230,8 +16304,8 @@ export type SharePointFeedPropertiesUpdateInput = {
16230
16304
  accountName?: InputMaybe<Scalars['String']['input']>;
16231
16305
  /** SharePoint authentication type. */
16232
16306
  authenticationType?: InputMaybe<SharePointAuthenticationTypes>;
16233
- /** Authentication identifier, for Connector authentication type. */
16234
- authorizationId?: InputMaybe<Scalars['String']['input']>;
16307
+ /** The authentication connector reference. */
16308
+ connector?: InputMaybe<EntityReferenceInput>;
16235
16309
  /** SharePoint folder identifier. */
16236
16310
  folderId?: InputMaybe<Scalars['ID']['input']>;
16237
16311
  /** SharePoint library identifier. */
@@ -16261,12 +16335,12 @@ export type SharePointFolderResults = {
16261
16335
  export type SharePointFoldersInput = {
16262
16336
  /** SharePoint authentication type. */
16263
16337
  authenticationType: SharePointAuthenticationTypes;
16264
- /** Authentication identifier, for Connector authentication type. */
16265
- authorizationId?: InputMaybe<Scalars['String']['input']>;
16266
16338
  /** Microsoft Entra ID client identifier, requires User authentication type. */
16267
16339
  clientId?: InputMaybe<Scalars['String']['input']>;
16268
16340
  /** Microsoft Entra ID client secret, requires User authentication type. */
16269
16341
  clientSecret?: InputMaybe<Scalars['String']['input']>;
16342
+ /** The authentication connector reference. */
16343
+ connector?: InputMaybe<EntityReferenceInput>;
16270
16344
  /** Microsoft Entra ID refresh token, requires User authentication type. */
16271
16345
  refreshToken?: InputMaybe<Scalars['String']['input']>;
16272
16346
  /** Microsoft Entra ID tenant identifier, requires Application authentication type. */
@@ -16276,12 +16350,12 @@ export type SharePointFoldersInput = {
16276
16350
  export type SharePointLibrariesInput = {
16277
16351
  /** SharePoint authentication type. */
16278
16352
  authenticationType: SharePointAuthenticationTypes;
16279
- /** Authentication identifier, for Connector authentication type. */
16280
- authorizationId?: InputMaybe<Scalars['String']['input']>;
16281
16353
  /** Microsoft Entra ID client identifier, requires User authentication type. */
16282
16354
  clientId?: InputMaybe<Scalars['String']['input']>;
16283
16355
  /** Microsoft Entra ID client secret, requires User authentication type. */
16284
16356
  clientSecret?: InputMaybe<Scalars['String']['input']>;
16357
+ /** The authentication connector reference. */
16358
+ connector?: InputMaybe<EntityReferenceInput>;
16285
16359
  /** Microsoft Entra ID refresh token, requires User authentication type. */
16286
16360
  refreshToken?: InputMaybe<Scalars['String']['input']>;
16287
16361
  /** Microsoft Entra ID tenant identifier, requires Application authentication type. */
@@ -26560,7 +26634,10 @@ export type GetFeedQuery = {
26560
26634
  clientId?: string | null;
26561
26635
  clientSecret?: string | null;
26562
26636
  refreshToken?: string | null;
26563
- authorizationId?: string | null;
26637
+ connector?: {
26638
+ __typename?: 'EntityReference';
26639
+ id: string;
26640
+ } | null;
26564
26641
  } | null;
26565
26642
  oneDrive?: {
26566
26643
  __typename?: 'OneDriveFeedProperties';
@@ -26570,7 +26647,10 @@ export type GetFeedQuery = {
26570
26647
  clientId?: string | null;
26571
26648
  clientSecret?: string | null;
26572
26649
  refreshToken?: string | null;
26573
- authorizationId?: string | null;
26650
+ connector?: {
26651
+ __typename?: 'EntityReference';
26652
+ id: string;
26653
+ } | null;
26574
26654
  } | null;
26575
26655
  googleDrive?: {
26576
26656
  __typename?: 'GoogleDriveFeedProperties';
@@ -26581,7 +26661,10 @@ export type GetFeedQuery = {
26581
26661
  clientId?: string | null;
26582
26662
  clientSecret?: string | null;
26583
26663
  serviceAccountJson?: string | null;
26584
- authorizationId?: string | null;
26664
+ connector?: {
26665
+ __typename?: 'EntityReference';
26666
+ id: string;
26667
+ } | null;
26585
26668
  } | null;
26586
26669
  dropbox?: {
26587
26670
  __typename?: 'DropboxFeedProperties';
@@ -26608,7 +26691,10 @@ export type GetFeedQuery = {
26608
26691
  repositoryName: string;
26609
26692
  refreshToken?: string | null;
26610
26693
  personalAccessToken?: string | null;
26611
- authorizationId?: string | null;
26694
+ connector?: {
26695
+ __typename?: 'EntityReference';
26696
+ id: string;
26697
+ } | null;
26612
26698
  } | null;
26613
26699
  } | null;
26614
26700
  email?: {
@@ -26628,7 +26714,10 @@ export type GetFeedQuery = {
26628
26714
  refreshToken?: string | null;
26629
26715
  clientId?: string | null;
26630
26716
  clientSecret?: string | null;
26631
- authorizationId?: string | null;
26717
+ connector?: {
26718
+ __typename?: 'EntityReference';
26719
+ id: string;
26720
+ } | null;
26632
26721
  } | null;
26633
26722
  microsoft?: {
26634
26723
  __typename?: 'MicrosoftEmailFeedProperties';
@@ -26642,7 +26731,10 @@ export type GetFeedQuery = {
26642
26731
  refreshToken?: string | null;
26643
26732
  clientId?: string | null;
26644
26733
  clientSecret?: string | null;
26645
- authorizationId?: string | null;
26734
+ connector?: {
26735
+ __typename?: 'EntityReference';
26736
+ id: string;
26737
+ } | null;
26646
26738
  } | null;
26647
26739
  } | null;
26648
26740
  issue?: {
@@ -26671,7 +26763,10 @@ export type GetFeedQuery = {
26671
26763
  repositoryName: string;
26672
26764
  refreshToken?: string | null;
26673
26765
  personalAccessToken?: string | null;
26674
- authorizationId?: string | null;
26766
+ connector?: {
26767
+ __typename?: 'EntityReference';
26768
+ id: string;
26769
+ } | null;
26675
26770
  } | null;
26676
26771
  intercom?: {
26677
26772
  __typename?: 'IntercomTicketsFeedProperties';
@@ -26706,7 +26801,10 @@ export type GetFeedQuery = {
26706
26801
  repositoryName: string;
26707
26802
  refreshToken?: string | null;
26708
26803
  personalAccessToken?: string | null;
26709
- authorizationId?: string | null;
26804
+ connector?: {
26805
+ __typename?: 'EntityReference';
26806
+ id: string;
26807
+ } | null;
26710
26808
  } | null;
26711
26809
  } | null;
26712
26810
  pullRequest?: {
@@ -26721,7 +26819,10 @@ export type GetFeedQuery = {
26721
26819
  repositoryName: string;
26722
26820
  refreshToken?: string | null;
26723
26821
  personalAccessToken?: string | null;
26724
- authorizationId?: string | null;
26822
+ connector?: {
26823
+ __typename?: 'EntityReference';
26824
+ id: string;
26825
+ } | null;
26725
26826
  } | null;
26726
26827
  } | null;
26727
26828
  crm?: {
@@ -26739,7 +26840,10 @@ export type GetFeedQuery = {
26739
26840
  clientId?: string | null;
26740
26841
  clientSecret?: string | null;
26741
26842
  refreshToken?: string | null;
26742
- authorizationId?: string | null;
26843
+ connector?: {
26844
+ __typename?: 'EntityReference';
26845
+ id: string;
26846
+ } | null;
26743
26847
  } | null;
26744
26848
  microsoftContacts?: {
26745
26849
  __typename?: 'MicrosoftContactsCRMFeedProperties';
@@ -26748,7 +26852,10 @@ export type GetFeedQuery = {
26748
26852
  clientSecret?: string | null;
26749
26853
  refreshToken?: string | null;
26750
26854
  tenantId?: string | null;
26751
- authorizationId?: string | null;
26855
+ connector?: {
26856
+ __typename?: 'EntityReference';
26857
+ id: string;
26858
+ } | null;
26752
26859
  } | null;
26753
26860
  } | null;
26754
26861
  calendar?: {
@@ -26768,7 +26875,10 @@ export type GetFeedQuery = {
26768
26875
  refreshToken?: string | null;
26769
26876
  clientId?: string | null;
26770
26877
  clientSecret?: string | null;
26771
- authorizationId?: string | null;
26878
+ connector?: {
26879
+ __typename?: 'EntityReference';
26880
+ id: string;
26881
+ } | null;
26772
26882
  } | null;
26773
26883
  microsoft?: {
26774
26884
  __typename?: 'MicrosoftCalendarFeedProperties';
@@ -26780,7 +26890,10 @@ export type GetFeedQuery = {
26780
26890
  refreshToken?: string | null;
26781
26891
  clientId?: string | null;
26782
26892
  clientSecret?: string | null;
26783
- authorizationId?: string | null;
26893
+ connector?: {
26894
+ __typename?: 'EntityReference';
26895
+ id: string;
26896
+ } | null;
26784
26897
  } | null;
26785
26898
  } | null;
26786
26899
  rss?: {
@@ -26859,9 +26972,12 @@ export type GetFeedQuery = {
26859
26972
  clientId?: string | null;
26860
26973
  clientSecret?: string | null;
26861
26974
  refreshToken?: string | null;
26862
- authorizationId?: string | null;
26863
26975
  teamId: string;
26864
26976
  channelId: string;
26977
+ connector?: {
26978
+ __typename?: 'EntityReference';
26979
+ id: string;
26980
+ } | null;
26865
26981
  } | null;
26866
26982
  discord?: {
26867
26983
  __typename?: 'DiscordFeedProperties';
@@ -27060,7 +27176,10 @@ export type QueryFeedsQuery = {
27060
27176
  clientId?: string | null;
27061
27177
  clientSecret?: string | null;
27062
27178
  refreshToken?: string | null;
27063
- authorizationId?: string | null;
27179
+ connector?: {
27180
+ __typename?: 'EntityReference';
27181
+ id: string;
27182
+ } | null;
27064
27183
  } | null;
27065
27184
  oneDrive?: {
27066
27185
  __typename?: 'OneDriveFeedProperties';
@@ -27070,7 +27189,10 @@ export type QueryFeedsQuery = {
27070
27189
  clientId?: string | null;
27071
27190
  clientSecret?: string | null;
27072
27191
  refreshToken?: string | null;
27073
- authorizationId?: string | null;
27192
+ connector?: {
27193
+ __typename?: 'EntityReference';
27194
+ id: string;
27195
+ } | null;
27074
27196
  } | null;
27075
27197
  googleDrive?: {
27076
27198
  __typename?: 'GoogleDriveFeedProperties';
@@ -27081,7 +27203,10 @@ export type QueryFeedsQuery = {
27081
27203
  clientId?: string | null;
27082
27204
  clientSecret?: string | null;
27083
27205
  serviceAccountJson?: string | null;
27084
- authorizationId?: string | null;
27206
+ connector?: {
27207
+ __typename?: 'EntityReference';
27208
+ id: string;
27209
+ } | null;
27085
27210
  } | null;
27086
27211
  dropbox?: {
27087
27212
  __typename?: 'DropboxFeedProperties';
@@ -27108,7 +27233,10 @@ export type QueryFeedsQuery = {
27108
27233
  repositoryName: string;
27109
27234
  refreshToken?: string | null;
27110
27235
  personalAccessToken?: string | null;
27111
- authorizationId?: string | null;
27236
+ connector?: {
27237
+ __typename?: 'EntityReference';
27238
+ id: string;
27239
+ } | null;
27112
27240
  } | null;
27113
27241
  } | null;
27114
27242
  email?: {
@@ -27128,7 +27256,10 @@ export type QueryFeedsQuery = {
27128
27256
  refreshToken?: string | null;
27129
27257
  clientId?: string | null;
27130
27258
  clientSecret?: string | null;
27131
- authorizationId?: string | null;
27259
+ connector?: {
27260
+ __typename?: 'EntityReference';
27261
+ id: string;
27262
+ } | null;
27132
27263
  } | null;
27133
27264
  microsoft?: {
27134
27265
  __typename?: 'MicrosoftEmailFeedProperties';
@@ -27142,7 +27273,10 @@ export type QueryFeedsQuery = {
27142
27273
  refreshToken?: string | null;
27143
27274
  clientId?: string | null;
27144
27275
  clientSecret?: string | null;
27145
- authorizationId?: string | null;
27276
+ connector?: {
27277
+ __typename?: 'EntityReference';
27278
+ id: string;
27279
+ } | null;
27146
27280
  } | null;
27147
27281
  } | null;
27148
27282
  issue?: {
@@ -27171,7 +27305,10 @@ export type QueryFeedsQuery = {
27171
27305
  repositoryName: string;
27172
27306
  refreshToken?: string | null;
27173
27307
  personalAccessToken?: string | null;
27174
- authorizationId?: string | null;
27308
+ connector?: {
27309
+ __typename?: 'EntityReference';
27310
+ id: string;
27311
+ } | null;
27175
27312
  } | null;
27176
27313
  intercom?: {
27177
27314
  __typename?: 'IntercomTicketsFeedProperties';
@@ -27206,7 +27343,10 @@ export type QueryFeedsQuery = {
27206
27343
  repositoryName: string;
27207
27344
  refreshToken?: string | null;
27208
27345
  personalAccessToken?: string | null;
27209
- authorizationId?: string | null;
27346
+ connector?: {
27347
+ __typename?: 'EntityReference';
27348
+ id: string;
27349
+ } | null;
27210
27350
  } | null;
27211
27351
  } | null;
27212
27352
  pullRequest?: {
@@ -27221,7 +27361,10 @@ export type QueryFeedsQuery = {
27221
27361
  repositoryName: string;
27222
27362
  refreshToken?: string | null;
27223
27363
  personalAccessToken?: string | null;
27224
- authorizationId?: string | null;
27364
+ connector?: {
27365
+ __typename?: 'EntityReference';
27366
+ id: string;
27367
+ } | null;
27225
27368
  } | null;
27226
27369
  } | null;
27227
27370
  crm?: {
@@ -27239,7 +27382,10 @@ export type QueryFeedsQuery = {
27239
27382
  clientId?: string | null;
27240
27383
  clientSecret?: string | null;
27241
27384
  refreshToken?: string | null;
27242
- authorizationId?: string | null;
27385
+ connector?: {
27386
+ __typename?: 'EntityReference';
27387
+ id: string;
27388
+ } | null;
27243
27389
  } | null;
27244
27390
  microsoftContacts?: {
27245
27391
  __typename?: 'MicrosoftContactsCRMFeedProperties';
@@ -27248,7 +27394,10 @@ export type QueryFeedsQuery = {
27248
27394
  clientSecret?: string | null;
27249
27395
  refreshToken?: string | null;
27250
27396
  tenantId?: string | null;
27251
- authorizationId?: string | null;
27397
+ connector?: {
27398
+ __typename?: 'EntityReference';
27399
+ id: string;
27400
+ } | null;
27252
27401
  } | null;
27253
27402
  } | null;
27254
27403
  calendar?: {
@@ -27268,7 +27417,10 @@ export type QueryFeedsQuery = {
27268
27417
  refreshToken?: string | null;
27269
27418
  clientId?: string | null;
27270
27419
  clientSecret?: string | null;
27271
- authorizationId?: string | null;
27420
+ connector?: {
27421
+ __typename?: 'EntityReference';
27422
+ id: string;
27423
+ } | null;
27272
27424
  } | null;
27273
27425
  microsoft?: {
27274
27426
  __typename?: 'MicrosoftCalendarFeedProperties';
@@ -27280,7 +27432,10 @@ export type QueryFeedsQuery = {
27280
27432
  refreshToken?: string | null;
27281
27433
  clientId?: string | null;
27282
27434
  clientSecret?: string | null;
27283
- authorizationId?: string | null;
27435
+ connector?: {
27436
+ __typename?: 'EntityReference';
27437
+ id: string;
27438
+ } | null;
27284
27439
  } | null;
27285
27440
  } | null;
27286
27441
  rss?: {
@@ -27359,9 +27514,12 @@ export type QueryFeedsQuery = {
27359
27514
  clientId?: string | null;
27360
27515
  clientSecret?: string | null;
27361
27516
  refreshToken?: string | null;
27362
- authorizationId?: string | null;
27363
27517
  teamId: string;
27364
27518
  channelId: string;
27519
+ connector?: {
27520
+ __typename?: 'EntityReference';
27521
+ id: string;
27522
+ } | null;
27365
27523
  } | null;
27366
27524
  discord?: {
27367
27525
  __typename?: 'DiscordFeedProperties';