graphlit-client 1.0.20260209002 → 1.0.20260211002
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.
|
@@ -8578,11 +8578,25 @@ export const GetFeed = gql `
|
|
|
8578
8578
|
}
|
|
8579
8579
|
}
|
|
8580
8580
|
intercom {
|
|
8581
|
+
authenticationType
|
|
8581
8582
|
accessToken
|
|
8583
|
+
clientId
|
|
8584
|
+
clientSecret
|
|
8585
|
+
refreshToken
|
|
8586
|
+
connector {
|
|
8587
|
+
id
|
|
8588
|
+
}
|
|
8582
8589
|
}
|
|
8583
8590
|
zendesk {
|
|
8591
|
+
authenticationType
|
|
8584
8592
|
subdomain
|
|
8585
8593
|
accessToken
|
|
8594
|
+
clientId
|
|
8595
|
+
clientSecret
|
|
8596
|
+
refreshToken
|
|
8597
|
+
connector {
|
|
8598
|
+
id
|
|
8599
|
+
}
|
|
8586
8600
|
}
|
|
8587
8601
|
trello {
|
|
8588
8602
|
key
|
|
@@ -8591,7 +8605,14 @@ export const GetFeed = gql `
|
|
|
8591
8605
|
type
|
|
8592
8606
|
}
|
|
8593
8607
|
attio {
|
|
8608
|
+
authenticationType
|
|
8594
8609
|
apiKey
|
|
8610
|
+
clientId
|
|
8611
|
+
clientSecret
|
|
8612
|
+
refreshToken
|
|
8613
|
+
connector {
|
|
8614
|
+
id
|
|
8615
|
+
}
|
|
8595
8616
|
}
|
|
8596
8617
|
salesforce {
|
|
8597
8618
|
authenticationType
|
|
@@ -8665,6 +8686,12 @@ export const GetFeed = gql `
|
|
|
8665
8686
|
attio {
|
|
8666
8687
|
authenticationType
|
|
8667
8688
|
apiKey
|
|
8689
|
+
clientId
|
|
8690
|
+
clientSecret
|
|
8691
|
+
refreshToken
|
|
8692
|
+
connector {
|
|
8693
|
+
id
|
|
8694
|
+
}
|
|
8668
8695
|
}
|
|
8669
8696
|
googleContacts {
|
|
8670
8697
|
authenticationType
|
|
@@ -8845,12 +8872,26 @@ export const GetFeed = gql `
|
|
|
8845
8872
|
}
|
|
8846
8873
|
intercom {
|
|
8847
8874
|
readLimit
|
|
8875
|
+
authenticationType
|
|
8848
8876
|
accessToken
|
|
8877
|
+
clientId
|
|
8878
|
+
clientSecret
|
|
8879
|
+
refreshToken
|
|
8880
|
+
connector {
|
|
8881
|
+
id
|
|
8882
|
+
}
|
|
8849
8883
|
}
|
|
8850
8884
|
zendesk {
|
|
8851
8885
|
readLimit
|
|
8886
|
+
authenticationType
|
|
8852
8887
|
subdomain
|
|
8853
8888
|
accessToken
|
|
8889
|
+
clientId
|
|
8890
|
+
clientSecret
|
|
8891
|
+
refreshToken
|
|
8892
|
+
connector {
|
|
8893
|
+
id
|
|
8894
|
+
}
|
|
8854
8895
|
}
|
|
8855
8896
|
youtube {
|
|
8856
8897
|
readLimit
|
|
@@ -8905,7 +8946,14 @@ export const GetFeed = gql `
|
|
|
8905
8946
|
}
|
|
8906
8947
|
attio {
|
|
8907
8948
|
readLimit
|
|
8949
|
+
authenticationType
|
|
8908
8950
|
apiKey
|
|
8951
|
+
clientId
|
|
8952
|
+
clientSecret
|
|
8953
|
+
refreshToken
|
|
8954
|
+
connector {
|
|
8955
|
+
id
|
|
8956
|
+
}
|
|
8909
8957
|
}
|
|
8910
8958
|
salesforce {
|
|
8911
8959
|
readLimit
|
|
@@ -8934,6 +8982,9 @@ export const GetFeed = gql `
|
|
|
8934
8982
|
readLimit
|
|
8935
8983
|
authenticationType
|
|
8936
8984
|
accessToken
|
|
8985
|
+
clientId
|
|
8986
|
+
clientSecret
|
|
8987
|
+
refreshToken
|
|
8937
8988
|
connector {
|
|
8938
8989
|
id
|
|
8939
8990
|
}
|
|
@@ -9295,11 +9346,25 @@ export const QueryFeeds = gql `
|
|
|
9295
9346
|
}
|
|
9296
9347
|
}
|
|
9297
9348
|
intercom {
|
|
9349
|
+
authenticationType
|
|
9298
9350
|
accessToken
|
|
9351
|
+
clientId
|
|
9352
|
+
clientSecret
|
|
9353
|
+
refreshToken
|
|
9354
|
+
connector {
|
|
9355
|
+
id
|
|
9356
|
+
}
|
|
9299
9357
|
}
|
|
9300
9358
|
zendesk {
|
|
9359
|
+
authenticationType
|
|
9301
9360
|
subdomain
|
|
9302
9361
|
accessToken
|
|
9362
|
+
clientId
|
|
9363
|
+
clientSecret
|
|
9364
|
+
refreshToken
|
|
9365
|
+
connector {
|
|
9366
|
+
id
|
|
9367
|
+
}
|
|
9303
9368
|
}
|
|
9304
9369
|
trello {
|
|
9305
9370
|
key
|
|
@@ -9308,7 +9373,14 @@ export const QueryFeeds = gql `
|
|
|
9308
9373
|
type
|
|
9309
9374
|
}
|
|
9310
9375
|
attio {
|
|
9376
|
+
authenticationType
|
|
9311
9377
|
apiKey
|
|
9378
|
+
clientId
|
|
9379
|
+
clientSecret
|
|
9380
|
+
refreshToken
|
|
9381
|
+
connector {
|
|
9382
|
+
id
|
|
9383
|
+
}
|
|
9312
9384
|
}
|
|
9313
9385
|
salesforce {
|
|
9314
9386
|
authenticationType
|
|
@@ -9382,6 +9454,12 @@ export const QueryFeeds = gql `
|
|
|
9382
9454
|
attio {
|
|
9383
9455
|
authenticationType
|
|
9384
9456
|
apiKey
|
|
9457
|
+
clientId
|
|
9458
|
+
clientSecret
|
|
9459
|
+
refreshToken
|
|
9460
|
+
connector {
|
|
9461
|
+
id
|
|
9462
|
+
}
|
|
9385
9463
|
}
|
|
9386
9464
|
googleContacts {
|
|
9387
9465
|
authenticationType
|
|
@@ -9562,12 +9640,26 @@ export const QueryFeeds = gql `
|
|
|
9562
9640
|
}
|
|
9563
9641
|
intercom {
|
|
9564
9642
|
readLimit
|
|
9643
|
+
authenticationType
|
|
9565
9644
|
accessToken
|
|
9645
|
+
clientId
|
|
9646
|
+
clientSecret
|
|
9647
|
+
refreshToken
|
|
9648
|
+
connector {
|
|
9649
|
+
id
|
|
9650
|
+
}
|
|
9566
9651
|
}
|
|
9567
9652
|
zendesk {
|
|
9568
9653
|
readLimit
|
|
9654
|
+
authenticationType
|
|
9569
9655
|
subdomain
|
|
9570
9656
|
accessToken
|
|
9657
|
+
clientId
|
|
9658
|
+
clientSecret
|
|
9659
|
+
refreshToken
|
|
9660
|
+
connector {
|
|
9661
|
+
id
|
|
9662
|
+
}
|
|
9571
9663
|
}
|
|
9572
9664
|
youtube {
|
|
9573
9665
|
readLimit
|
|
@@ -9622,7 +9714,14 @@ export const QueryFeeds = gql `
|
|
|
9622
9714
|
}
|
|
9623
9715
|
attio {
|
|
9624
9716
|
readLimit
|
|
9717
|
+
authenticationType
|
|
9625
9718
|
apiKey
|
|
9719
|
+
clientId
|
|
9720
|
+
clientSecret
|
|
9721
|
+
refreshToken
|
|
9722
|
+
connector {
|
|
9723
|
+
id
|
|
9724
|
+
}
|
|
9626
9725
|
}
|
|
9627
9726
|
salesforce {
|
|
9628
9727
|
readLimit
|
|
@@ -9651,6 +9750,9 @@ export const QueryFeeds = gql `
|
|
|
9651
9750
|
readLimit
|
|
9652
9751
|
authenticationType
|
|
9653
9752
|
accessToken
|
|
9753
|
+
clientId
|
|
9754
|
+
clientSecret
|
|
9755
|
+
refreshToken
|
|
9654
9756
|
connector {
|
|
9655
9757
|
id
|
|
9656
9758
|
}
|
|
@@ -724,7 +724,9 @@ export type AtlassianSitesInput = {
|
|
|
724
724
|
token?: InputMaybe<Scalars['String']['input']>;
|
|
725
725
|
};
|
|
726
726
|
export declare enum AttioAuthenticationTypes {
|
|
727
|
-
|
|
727
|
+
AccessToken = "ACCESS_TOKEN",
|
|
728
|
+
ApiKey = "API_KEY",
|
|
729
|
+
Connector = "CONNECTOR"
|
|
728
730
|
}
|
|
729
731
|
/** Represents Attio CRM feed properties. */
|
|
730
732
|
export type AttioCrmFeedProperties = {
|
|
@@ -733,6 +735,14 @@ export type AttioCrmFeedProperties = {
|
|
|
733
735
|
apiKey?: Maybe<Scalars['String']['output']>;
|
|
734
736
|
/** Attio authentication type. */
|
|
735
737
|
authenticationType?: Maybe<AttioAuthenticationTypes>;
|
|
738
|
+
/** Attio OAuth2 client identifier. */
|
|
739
|
+
clientId?: Maybe<Scalars['String']['output']>;
|
|
740
|
+
/** Attio OAuth2 client secret. */
|
|
741
|
+
clientSecret?: Maybe<Scalars['String']['output']>;
|
|
742
|
+
/** Connector reference for credential retrieval. */
|
|
743
|
+
connector?: Maybe<EntityReference>;
|
|
744
|
+
/** Attio OAuth2 refresh token. */
|
|
745
|
+
refreshToken?: Maybe<Scalars['String']['output']>;
|
|
736
746
|
};
|
|
737
747
|
/** Represents Attio CRM feed properties. */
|
|
738
748
|
export type AttioCrmFeedPropertiesInput = {
|
|
@@ -740,6 +750,14 @@ export type AttioCrmFeedPropertiesInput = {
|
|
|
740
750
|
apiKey?: InputMaybe<Scalars['String']['input']>;
|
|
741
751
|
/** Attio authentication type, defaults to ApiKey. */
|
|
742
752
|
authenticationType?: InputMaybe<AttioAuthenticationTypes>;
|
|
753
|
+
/** Attio OAuth2 client identifier. */
|
|
754
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
755
|
+
/** Attio OAuth2 client secret. */
|
|
756
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
757
|
+
/** Connector reference for credential retrieval. */
|
|
758
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
759
|
+
/** Attio OAuth2 refresh token. */
|
|
760
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
743
761
|
};
|
|
744
762
|
/** Represents Attio CRM feed properties. */
|
|
745
763
|
export type AttioCrmFeedPropertiesUpdateInput = {
|
|
@@ -747,29 +765,77 @@ export type AttioCrmFeedPropertiesUpdateInput = {
|
|
|
747
765
|
apiKey?: InputMaybe<Scalars['String']['input']>;
|
|
748
766
|
/** Attio authentication type, defaults to ApiKey. */
|
|
749
767
|
authenticationType?: InputMaybe<AttioAuthenticationTypes>;
|
|
768
|
+
/** Attio OAuth2 client identifier. */
|
|
769
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
770
|
+
/** Attio OAuth2 client secret. */
|
|
771
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
772
|
+
/** Connector reference for credential retrieval. */
|
|
773
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
774
|
+
/** Attio OAuth2 refresh token. */
|
|
775
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
750
776
|
};
|
|
777
|
+
export declare enum AttioFeedAuthenticationTypes {
|
|
778
|
+
AccessToken = "ACCESS_TOKEN",
|
|
779
|
+
ApiKey = "API_KEY",
|
|
780
|
+
Connector = "CONNECTOR"
|
|
781
|
+
}
|
|
751
782
|
/** Represents Attio feed properties. */
|
|
752
783
|
export type AttioFeedProperties = {
|
|
753
784
|
__typename?: 'AttioFeedProperties';
|
|
754
785
|
/** Attio API key. */
|
|
755
|
-
apiKey
|
|
786
|
+
apiKey?: Maybe<Scalars['String']['output']>;
|
|
787
|
+
/** Attio authentication type. */
|
|
788
|
+
authenticationType?: Maybe<AttioFeedAuthenticationTypes>;
|
|
789
|
+
/** Attio OAuth2 client identifier. */
|
|
790
|
+
clientId?: Maybe<Scalars['String']['output']>;
|
|
791
|
+
/** Attio OAuth2 client secret. */
|
|
792
|
+
clientSecret?: Maybe<Scalars['String']['output']>;
|
|
793
|
+
/** Connector reference for credential retrieval. */
|
|
794
|
+
connector?: Maybe<EntityReference>;
|
|
756
795
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
757
796
|
readLimit?: Maybe<Scalars['Int']['output']>;
|
|
797
|
+
/** Attio OAuth2 refresh token. */
|
|
798
|
+
refreshToken?: Maybe<Scalars['String']['output']>;
|
|
758
799
|
};
|
|
759
800
|
/** Represents Attio feed properties. */
|
|
760
801
|
export type AttioFeedPropertiesInput = {
|
|
761
802
|
/** Attio API key. */
|
|
762
|
-
apiKey
|
|
803
|
+
apiKey?: InputMaybe<Scalars['String']['input']>;
|
|
804
|
+
/** Attio authentication type, defaults to ApiKey. */
|
|
805
|
+
authenticationType?: InputMaybe<AttioFeedAuthenticationTypes>;
|
|
806
|
+
/** Attio OAuth2 client identifier. */
|
|
807
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
808
|
+
/** Attio OAuth2 client secret. */
|
|
809
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
810
|
+
/** Connector reference for credential retrieval. */
|
|
811
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
763
812
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
764
813
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
814
|
+
/** Attio OAuth2 refresh token. */
|
|
815
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
765
816
|
};
|
|
766
817
|
/** Represents Attio feed properties. */
|
|
767
818
|
export type AttioFeedPropertiesUpdateInput = {
|
|
768
819
|
/** Attio API key. */
|
|
769
820
|
apiKey?: InputMaybe<Scalars['String']['input']>;
|
|
821
|
+
/** Attio authentication type, defaults to ApiKey. */
|
|
822
|
+
authenticationType?: InputMaybe<AttioFeedAuthenticationTypes>;
|
|
823
|
+
/** Attio OAuth2 client identifier. */
|
|
824
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
825
|
+
/** Attio OAuth2 client secret. */
|
|
826
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
827
|
+
/** Connector reference for credential retrieval. */
|
|
828
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
770
829
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
771
830
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
831
|
+
/** Attio OAuth2 refresh token. */
|
|
832
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
772
833
|
};
|
|
834
|
+
export declare enum AttioIssueAuthenticationTypes {
|
|
835
|
+
AccessToken = "ACCESS_TOKEN",
|
|
836
|
+
ApiKey = "API_KEY",
|
|
837
|
+
Connector = "CONNECTOR"
|
|
838
|
+
}
|
|
773
839
|
/** Represents Attio meeting transcript feed properties. */
|
|
774
840
|
export type AttioMeetingProperties = {
|
|
775
841
|
__typename?: 'AttioMeetingProperties';
|
|
@@ -802,17 +868,47 @@ export type AttioMeetingPropertiesUpdateInput = {
|
|
|
802
868
|
export type AttioTasksFeedProperties = {
|
|
803
869
|
__typename?: 'AttioTasksFeedProperties';
|
|
804
870
|
/** Attio API key. */
|
|
805
|
-
apiKey
|
|
871
|
+
apiKey?: Maybe<Scalars['String']['output']>;
|
|
872
|
+
/** Attio authentication type. */
|
|
873
|
+
authenticationType?: Maybe<AttioIssueAuthenticationTypes>;
|
|
874
|
+
/** Attio OAuth2 client identifier. */
|
|
875
|
+
clientId?: Maybe<Scalars['String']['output']>;
|
|
876
|
+
/** Attio OAuth2 client secret. */
|
|
877
|
+
clientSecret?: Maybe<Scalars['String']['output']>;
|
|
878
|
+
/** Connector reference for credential retrieval. */
|
|
879
|
+
connector?: Maybe<EntityReference>;
|
|
880
|
+
/** Attio OAuth2 refresh token. */
|
|
881
|
+
refreshToken?: Maybe<Scalars['String']['output']>;
|
|
806
882
|
};
|
|
807
883
|
/** Represents Attio Tasks feed properties. */
|
|
808
884
|
export type AttioTasksFeedPropertiesInput = {
|
|
809
885
|
/** Attio API key. */
|
|
810
|
-
apiKey
|
|
886
|
+
apiKey?: InputMaybe<Scalars['String']['input']>;
|
|
887
|
+
/** Attio authentication type, defaults to ApiKey. */
|
|
888
|
+
authenticationType?: InputMaybe<AttioIssueAuthenticationTypes>;
|
|
889
|
+
/** Attio OAuth2 client identifier. */
|
|
890
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
891
|
+
/** Attio OAuth2 client secret. */
|
|
892
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
893
|
+
/** Connector reference for credential retrieval. */
|
|
894
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
895
|
+
/** Attio OAuth2 refresh token. */
|
|
896
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
811
897
|
};
|
|
812
898
|
/** Represents Attio Tasks feed properties. */
|
|
813
899
|
export type AttioTasksFeedPropertiesUpdateInput = {
|
|
814
900
|
/** Attio API key. */
|
|
815
|
-
apiKey
|
|
901
|
+
apiKey?: InputMaybe<Scalars['String']['input']>;
|
|
902
|
+
/** Attio authentication type, defaults to ApiKey. */
|
|
903
|
+
authenticationType?: InputMaybe<AttioIssueAuthenticationTypes>;
|
|
904
|
+
/** Attio OAuth2 client identifier. */
|
|
905
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
906
|
+
/** Attio OAuth2 client secret. */
|
|
907
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
908
|
+
/** Connector reference for credential retrieval. */
|
|
909
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
910
|
+
/** Attio OAuth2 refresh token. */
|
|
911
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
816
912
|
};
|
|
817
913
|
/** Represents audio metadata. */
|
|
818
914
|
export type AudioMetadata = {
|
|
@@ -8377,6 +8473,10 @@ export declare enum IntegrationServiceTypes {
|
|
|
8377
8473
|
/** HTTP WebHook integration service */
|
|
8378
8474
|
WebHook = "WEB_HOOK"
|
|
8379
8475
|
}
|
|
8476
|
+
export declare enum IntercomAuthenticationTypes {
|
|
8477
|
+
AccessToken = "ACCESS_TOKEN",
|
|
8478
|
+
Connector = "CONNECTOR"
|
|
8479
|
+
}
|
|
8380
8480
|
export declare enum IntercomConversationsAuthenticationTypes {
|
|
8381
8481
|
AccessToken = "ACCESS_TOKEN",
|
|
8382
8482
|
Connector = "CONNECTOR"
|
|
@@ -8388,6 +8488,10 @@ export type IntercomConversationsFeedProperties = {
|
|
|
8388
8488
|
accessToken?: Maybe<Scalars['String']['output']>;
|
|
8389
8489
|
/** Intercom authentication type. */
|
|
8390
8490
|
authenticationType?: Maybe<IntercomConversationsAuthenticationTypes>;
|
|
8491
|
+
/** Intercom OAuth2 client identifier. */
|
|
8492
|
+
clientId?: Maybe<Scalars['String']['output']>;
|
|
8493
|
+
/** Intercom OAuth2 client secret. */
|
|
8494
|
+
clientSecret?: Maybe<Scalars['String']['output']>;
|
|
8391
8495
|
/** Connector reference for credential retrieval. */
|
|
8392
8496
|
connector?: Maybe<EntityReference>;
|
|
8393
8497
|
/** Include attachments from conversation parts. */
|
|
@@ -8396,6 +8500,8 @@ export type IntercomConversationsFeedProperties = {
|
|
|
8396
8500
|
includeNotes?: Maybe<Scalars['Boolean']['output']>;
|
|
8397
8501
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
8398
8502
|
readLimit?: Maybe<Scalars['Int']['output']>;
|
|
8503
|
+
/** Intercom OAuth2 refresh token. */
|
|
8504
|
+
refreshToken?: Maybe<Scalars['String']['output']>;
|
|
8399
8505
|
/** Filter conversations by state: open, closed, snoozed. */
|
|
8400
8506
|
state?: Maybe<Scalars['String']['output']>;
|
|
8401
8507
|
};
|
|
@@ -8405,6 +8511,10 @@ export type IntercomConversationsFeedPropertiesInput = {
|
|
|
8405
8511
|
accessToken?: InputMaybe<Scalars['String']['input']>;
|
|
8406
8512
|
/** Intercom authentication type. */
|
|
8407
8513
|
authenticationType?: InputMaybe<IntercomConversationsAuthenticationTypes>;
|
|
8514
|
+
/** Intercom OAuth2 client identifier. */
|
|
8515
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
8516
|
+
/** Intercom OAuth2 client secret. */
|
|
8517
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
8408
8518
|
/** Connector reference for credential retrieval. */
|
|
8409
8519
|
connector?: InputMaybe<EntityReferenceInput>;
|
|
8410
8520
|
/** Include attachments from conversation parts. */
|
|
@@ -8413,6 +8523,8 @@ export type IntercomConversationsFeedPropertiesInput = {
|
|
|
8413
8523
|
includeNotes?: InputMaybe<Scalars['Boolean']['input']>;
|
|
8414
8524
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
8415
8525
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
8526
|
+
/** Intercom OAuth2 refresh token. */
|
|
8527
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
8416
8528
|
/** Filter conversations by state: open, closed, snoozed. */
|
|
8417
8529
|
state?: InputMaybe<Scalars['String']['input']>;
|
|
8418
8530
|
};
|
|
@@ -8422,6 +8534,10 @@ export type IntercomConversationsFeedPropertiesUpdateInput = {
|
|
|
8422
8534
|
accessToken?: InputMaybe<Scalars['String']['input']>;
|
|
8423
8535
|
/** Intercom authentication type. */
|
|
8424
8536
|
authenticationType?: InputMaybe<IntercomConversationsAuthenticationTypes>;
|
|
8537
|
+
/** Intercom OAuth2 client identifier. */
|
|
8538
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
8539
|
+
/** Intercom OAuth2 client secret. */
|
|
8540
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
8425
8541
|
/** Connector reference for credential retrieval. */
|
|
8426
8542
|
connector?: InputMaybe<EntityReferenceInput>;
|
|
8427
8543
|
/** Include attachments from conversation parts. */
|
|
@@ -8430,6 +8546,8 @@ export type IntercomConversationsFeedPropertiesUpdateInput = {
|
|
|
8430
8546
|
includeNotes?: InputMaybe<Scalars['Boolean']['input']>;
|
|
8431
8547
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
8432
8548
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
8549
|
+
/** Intercom OAuth2 refresh token. */
|
|
8550
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
8433
8551
|
/** Filter conversations by state: open, closed, snoozed. */
|
|
8434
8552
|
state?: InputMaybe<Scalars['String']['input']>;
|
|
8435
8553
|
};
|
|
@@ -8437,39 +8555,103 @@ export type IntercomConversationsFeedPropertiesUpdateInput = {
|
|
|
8437
8555
|
export type IntercomFeedProperties = {
|
|
8438
8556
|
__typename?: 'IntercomFeedProperties';
|
|
8439
8557
|
/** Intercom access token. */
|
|
8440
|
-
accessToken
|
|
8558
|
+
accessToken?: Maybe<Scalars['String']['output']>;
|
|
8559
|
+
/** Intercom authentication type. */
|
|
8560
|
+
authenticationType?: Maybe<IntercomAuthenticationTypes>;
|
|
8561
|
+
/** Intercom OAuth2 client identifier. */
|
|
8562
|
+
clientId?: Maybe<Scalars['String']['output']>;
|
|
8563
|
+
/** Intercom OAuth2 client secret. */
|
|
8564
|
+
clientSecret?: Maybe<Scalars['String']['output']>;
|
|
8565
|
+
/** Connector reference for credential retrieval. */
|
|
8566
|
+
connector?: Maybe<EntityReference>;
|
|
8441
8567
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
8442
8568
|
readLimit?: Maybe<Scalars['Int']['output']>;
|
|
8569
|
+
/** Intercom OAuth2 refresh token. */
|
|
8570
|
+
refreshToken?: Maybe<Scalars['String']['output']>;
|
|
8443
8571
|
};
|
|
8444
8572
|
/** Represents Intercom feed properties. */
|
|
8445
8573
|
export type IntercomFeedPropertiesInput = {
|
|
8446
8574
|
/** Intercom access token. */
|
|
8447
|
-
accessToken
|
|
8575
|
+
accessToken?: InputMaybe<Scalars['String']['input']>;
|
|
8576
|
+
/** Intercom authentication type. */
|
|
8577
|
+
authenticationType?: InputMaybe<IntercomAuthenticationTypes>;
|
|
8578
|
+
/** Intercom OAuth2 client identifier. */
|
|
8579
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
8580
|
+
/** Intercom OAuth2 client secret. */
|
|
8581
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
8582
|
+
/** Connector reference for credential retrieval. */
|
|
8583
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
8448
8584
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
8449
8585
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
8586
|
+
/** Intercom OAuth2 refresh token. */
|
|
8587
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
8450
8588
|
};
|
|
8451
8589
|
/** Represents Intercom feed properties. */
|
|
8452
8590
|
export type IntercomFeedPropertiesUpdateInput = {
|
|
8453
8591
|
/** Intercom access token. */
|
|
8454
8592
|
accessToken?: InputMaybe<Scalars['String']['input']>;
|
|
8593
|
+
/** Intercom authentication type. */
|
|
8594
|
+
authenticationType?: InputMaybe<IntercomAuthenticationTypes>;
|
|
8595
|
+
/** Intercom OAuth2 client identifier. */
|
|
8596
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
8597
|
+
/** Intercom OAuth2 client secret. */
|
|
8598
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
8599
|
+
/** Connector reference for credential retrieval. */
|
|
8600
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
8455
8601
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
8456
8602
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
8603
|
+
/** Intercom OAuth2 refresh token. */
|
|
8604
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
8457
8605
|
};
|
|
8606
|
+
export declare enum IntercomIssueAuthenticationTypes {
|
|
8607
|
+
AccessToken = "ACCESS_TOKEN",
|
|
8608
|
+
Connector = "CONNECTOR"
|
|
8609
|
+
}
|
|
8458
8610
|
/** Represents Intercom Tickets feed properties. */
|
|
8459
8611
|
export type IntercomTicketsFeedProperties = {
|
|
8460
8612
|
__typename?: 'IntercomTicketsFeedProperties';
|
|
8461
8613
|
/** Intercom access token. */
|
|
8462
|
-
accessToken
|
|
8614
|
+
accessToken?: Maybe<Scalars['String']['output']>;
|
|
8615
|
+
/** Intercom authentication type. */
|
|
8616
|
+
authenticationType?: Maybe<IntercomIssueAuthenticationTypes>;
|
|
8617
|
+
/** Intercom OAuth2 client identifier. */
|
|
8618
|
+
clientId?: Maybe<Scalars['String']['output']>;
|
|
8619
|
+
/** Intercom OAuth2 client secret. */
|
|
8620
|
+
clientSecret?: Maybe<Scalars['String']['output']>;
|
|
8621
|
+
/** Connector reference for credential retrieval. */
|
|
8622
|
+
connector?: Maybe<EntityReference>;
|
|
8623
|
+
/** Intercom OAuth2 refresh token. */
|
|
8624
|
+
refreshToken?: Maybe<Scalars['String']['output']>;
|
|
8463
8625
|
};
|
|
8464
8626
|
/** Represents Intercom Tickets feed properties. */
|
|
8465
8627
|
export type IntercomTicketsFeedPropertiesInput = {
|
|
8466
8628
|
/** Intercom access token. */
|
|
8467
|
-
accessToken
|
|
8629
|
+
accessToken?: InputMaybe<Scalars['String']['input']>;
|
|
8630
|
+
/** Intercom authentication type. */
|
|
8631
|
+
authenticationType?: InputMaybe<IntercomIssueAuthenticationTypes>;
|
|
8632
|
+
/** Intercom OAuth2 client identifier. */
|
|
8633
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
8634
|
+
/** Intercom OAuth2 client secret. */
|
|
8635
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
8636
|
+
/** Connector reference for credential retrieval. */
|
|
8637
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
8638
|
+
/** Intercom OAuth2 refresh token. */
|
|
8639
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
8468
8640
|
};
|
|
8469
8641
|
/** Represents Intercom Tickets feed properties. */
|
|
8470
8642
|
export type IntercomTicketsFeedPropertiesUpdateInput = {
|
|
8471
8643
|
/** Intercom access token. */
|
|
8472
8644
|
accessToken?: InputMaybe<Scalars['String']['input']>;
|
|
8645
|
+
/** Intercom authentication type. */
|
|
8646
|
+
authenticationType?: InputMaybe<IntercomIssueAuthenticationTypes>;
|
|
8647
|
+
/** Intercom OAuth2 client identifier. */
|
|
8648
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
8649
|
+
/** Intercom OAuth2 client secret. */
|
|
8650
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
8651
|
+
/** Connector reference for credential retrieval. */
|
|
8652
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
8653
|
+
/** Intercom OAuth2 refresh token. */
|
|
8654
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
8473
8655
|
};
|
|
8474
8656
|
/** Represents an investment. */
|
|
8475
8657
|
export type Investment = {
|
|
@@ -14116,6 +14298,8 @@ export type OAuthAuthenticationPropertiesInput = {
|
|
|
14116
14298
|
export declare enum OAuthProviders {
|
|
14117
14299
|
/** Atlassian authentication provider */
|
|
14118
14300
|
Atlassian = "ATLASSIAN",
|
|
14301
|
+
/** Attio authentication provider */
|
|
14302
|
+
Attio = "ATTIO",
|
|
14119
14303
|
/** Box authentication provider */
|
|
14120
14304
|
Box = "BOX",
|
|
14121
14305
|
/** Dropbox authentication provider */
|
|
@@ -14126,12 +14310,16 @@ export declare enum OAuthProviders {
|
|
|
14126
14310
|
Google = "GOOGLE",
|
|
14127
14311
|
/** HubSpot authentication provider */
|
|
14128
14312
|
HubSpot = "HUB_SPOT",
|
|
14313
|
+
/** Intercom authentication provider */
|
|
14314
|
+
Intercom = "INTERCOM",
|
|
14129
14315
|
/** Microsoft authentication provider */
|
|
14130
14316
|
Microsoft = "MICROSOFT",
|
|
14131
14317
|
/** Notion authentication provider */
|
|
14132
14318
|
Notion = "NOTION",
|
|
14133
14319
|
/** Slack authentication provider */
|
|
14134
|
-
Slack = "SLACK"
|
|
14320
|
+
Slack = "SLACK",
|
|
14321
|
+
/** Zendesk authentication provider */
|
|
14322
|
+
Zendesk = "ZENDESK"
|
|
14135
14323
|
}
|
|
14136
14324
|
/** Represents an extracted observable entity. */
|
|
14137
14325
|
export type Observable = {
|
|
@@ -20521,22 +20709,46 @@ export declare enum YouTubeTypes {
|
|
|
20521
20709
|
/** YouTube Videos */
|
|
20522
20710
|
Videos = "VIDEOS"
|
|
20523
20711
|
}
|
|
20712
|
+
export declare enum ZendeskAuthenticationTypes {
|
|
20713
|
+
AccessToken = "ACCESS_TOKEN",
|
|
20714
|
+
Connector = "CONNECTOR"
|
|
20715
|
+
}
|
|
20524
20716
|
/** Represents Zendesk feed properties. */
|
|
20525
20717
|
export type ZendeskFeedProperties = {
|
|
20526
20718
|
__typename?: 'ZendeskFeedProperties';
|
|
20527
20719
|
/** Zendesk access token. */
|
|
20528
|
-
accessToken
|
|
20720
|
+
accessToken?: Maybe<Scalars['String']['output']>;
|
|
20721
|
+
/** Zendesk authentication type. */
|
|
20722
|
+
authenticationType?: Maybe<ZendeskAuthenticationTypes>;
|
|
20723
|
+
/** Zendesk OAuth2 client identifier. */
|
|
20724
|
+
clientId?: Maybe<Scalars['String']['output']>;
|
|
20725
|
+
/** Zendesk OAuth2 client secret. */
|
|
20726
|
+
clientSecret?: Maybe<Scalars['String']['output']>;
|
|
20727
|
+
/** Connector reference for credential retrieval. */
|
|
20728
|
+
connector?: Maybe<EntityReference>;
|
|
20529
20729
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
20530
20730
|
readLimit?: Maybe<Scalars['Int']['output']>;
|
|
20731
|
+
/** Zendesk OAuth2 refresh token. */
|
|
20732
|
+
refreshToken?: Maybe<Scalars['String']['output']>;
|
|
20531
20733
|
/** Zendesk subdomain. */
|
|
20532
20734
|
subdomain: Scalars['String']['output'];
|
|
20533
20735
|
};
|
|
20534
20736
|
/** Represents Zendesk feed properties. */
|
|
20535
20737
|
export type ZendeskFeedPropertiesInput = {
|
|
20536
20738
|
/** Zendesk access token. */
|
|
20537
|
-
accessToken
|
|
20739
|
+
accessToken?: InputMaybe<Scalars['String']['input']>;
|
|
20740
|
+
/** Zendesk authentication type. */
|
|
20741
|
+
authenticationType?: InputMaybe<ZendeskAuthenticationTypes>;
|
|
20742
|
+
/** Zendesk OAuth2 client identifier. */
|
|
20743
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
20744
|
+
/** Zendesk OAuth2 client secret. */
|
|
20745
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
20746
|
+
/** Connector reference for credential retrieval. */
|
|
20747
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
20538
20748
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
20539
20749
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
20750
|
+
/** Zendesk OAuth2 refresh token. */
|
|
20751
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
20540
20752
|
/** Zendesk subdomain. */
|
|
20541
20753
|
subdomain: Scalars['String']['input'];
|
|
20542
20754
|
};
|
|
@@ -20544,23 +20756,57 @@ export type ZendeskFeedPropertiesInput = {
|
|
|
20544
20756
|
export type ZendeskFeedPropertiesUpdateInput = {
|
|
20545
20757
|
/** Zendesk access token. */
|
|
20546
20758
|
accessToken?: InputMaybe<Scalars['String']['input']>;
|
|
20759
|
+
/** Zendesk authentication type. */
|
|
20760
|
+
authenticationType?: InputMaybe<ZendeskAuthenticationTypes>;
|
|
20761
|
+
/** Zendesk OAuth2 client identifier. */
|
|
20762
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
20763
|
+
/** Zendesk OAuth2 client secret. */
|
|
20764
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
20765
|
+
/** Connector reference for credential retrieval. */
|
|
20766
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
20547
20767
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
20548
20768
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
20769
|
+
/** Zendesk OAuth2 refresh token. */
|
|
20770
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
20549
20771
|
/** Zendesk subdomain. */
|
|
20550
20772
|
subdomain?: InputMaybe<Scalars['String']['input']>;
|
|
20551
20773
|
};
|
|
20774
|
+
export declare enum ZendeskIssueAuthenticationTypes {
|
|
20775
|
+
AccessToken = "ACCESS_TOKEN",
|
|
20776
|
+
Connector = "CONNECTOR"
|
|
20777
|
+
}
|
|
20552
20778
|
/** Represents Zendesk Tickets feed properties. */
|
|
20553
20779
|
export type ZendeskTicketsFeedProperties = {
|
|
20554
20780
|
__typename?: 'ZendeskTicketsFeedProperties';
|
|
20555
20781
|
/** Zendesk access token. */
|
|
20556
|
-
accessToken
|
|
20782
|
+
accessToken?: Maybe<Scalars['String']['output']>;
|
|
20783
|
+
/** Zendesk authentication type. */
|
|
20784
|
+
authenticationType?: Maybe<ZendeskIssueAuthenticationTypes>;
|
|
20785
|
+
/** Zendesk OAuth2 client identifier. */
|
|
20786
|
+
clientId?: Maybe<Scalars['String']['output']>;
|
|
20787
|
+
/** Zendesk OAuth2 client secret. */
|
|
20788
|
+
clientSecret?: Maybe<Scalars['String']['output']>;
|
|
20789
|
+
/** Connector reference for credential retrieval. */
|
|
20790
|
+
connector?: Maybe<EntityReference>;
|
|
20791
|
+
/** Zendesk OAuth2 refresh token. */
|
|
20792
|
+
refreshToken?: Maybe<Scalars['String']['output']>;
|
|
20557
20793
|
/** Zendesk subdomain. */
|
|
20558
20794
|
subdomain: Scalars['String']['output'];
|
|
20559
20795
|
};
|
|
20560
20796
|
/** Represents Zendesk Tickets feed properties. */
|
|
20561
20797
|
export type ZendeskTicketsFeedPropertiesInput = {
|
|
20562
20798
|
/** Zendesk access token. */
|
|
20563
|
-
accessToken
|
|
20799
|
+
accessToken?: InputMaybe<Scalars['String']['input']>;
|
|
20800
|
+
/** Zendesk authentication type. */
|
|
20801
|
+
authenticationType?: InputMaybe<ZendeskIssueAuthenticationTypes>;
|
|
20802
|
+
/** Zendesk OAuth2 client identifier. */
|
|
20803
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
20804
|
+
/** Zendesk OAuth2 client secret. */
|
|
20805
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
20806
|
+
/** Connector reference for credential retrieval. */
|
|
20807
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
20808
|
+
/** Zendesk OAuth2 refresh token. */
|
|
20809
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
20564
20810
|
/** Zendesk subdomain. */
|
|
20565
20811
|
subdomain: Scalars['String']['input'];
|
|
20566
20812
|
};
|
|
@@ -20568,6 +20814,16 @@ export type ZendeskTicketsFeedPropertiesInput = {
|
|
|
20568
20814
|
export type ZendeskTicketsFeedPropertiesUpdateInput = {
|
|
20569
20815
|
/** Zendesk access token. */
|
|
20570
20816
|
accessToken?: InputMaybe<Scalars['String']['input']>;
|
|
20817
|
+
/** Zendesk authentication type. */
|
|
20818
|
+
authenticationType?: InputMaybe<ZendeskIssueAuthenticationTypes>;
|
|
20819
|
+
/** Zendesk OAuth2 client identifier. */
|
|
20820
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
20821
|
+
/** Zendesk OAuth2 client secret. */
|
|
20822
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
20823
|
+
/** Connector reference for credential retrieval. */
|
|
20824
|
+
connector?: InputMaybe<EntityReferenceInput>;
|
|
20825
|
+
/** Zendesk OAuth2 refresh token. */
|
|
20826
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
20571
20827
|
/** Zendesk subdomain. */
|
|
20572
20828
|
subdomain?: InputMaybe<Scalars['String']['input']>;
|
|
20573
20829
|
};
|
|
@@ -30473,12 +30729,28 @@ export type GetFeedQuery = {
|
|
|
30473
30729
|
} | null;
|
|
30474
30730
|
intercom?: {
|
|
30475
30731
|
__typename?: 'IntercomTicketsFeedProperties';
|
|
30476
|
-
|
|
30732
|
+
authenticationType?: IntercomIssueAuthenticationTypes | null;
|
|
30733
|
+
accessToken?: string | null;
|
|
30734
|
+
clientId?: string | null;
|
|
30735
|
+
clientSecret?: string | null;
|
|
30736
|
+
refreshToken?: string | null;
|
|
30737
|
+
connector?: {
|
|
30738
|
+
__typename?: 'EntityReference';
|
|
30739
|
+
id: string;
|
|
30740
|
+
} | null;
|
|
30477
30741
|
} | null;
|
|
30478
30742
|
zendesk?: {
|
|
30479
30743
|
__typename?: 'ZendeskTicketsFeedProperties';
|
|
30744
|
+
authenticationType?: ZendeskIssueAuthenticationTypes | null;
|
|
30480
30745
|
subdomain: string;
|
|
30481
|
-
accessToken
|
|
30746
|
+
accessToken?: string | null;
|
|
30747
|
+
clientId?: string | null;
|
|
30748
|
+
clientSecret?: string | null;
|
|
30749
|
+
refreshToken?: string | null;
|
|
30750
|
+
connector?: {
|
|
30751
|
+
__typename?: 'EntityReference';
|
|
30752
|
+
id: string;
|
|
30753
|
+
} | null;
|
|
30482
30754
|
} | null;
|
|
30483
30755
|
trello?: {
|
|
30484
30756
|
__typename?: 'TrelloFeedProperties';
|
|
@@ -30489,7 +30761,15 @@ export type GetFeedQuery = {
|
|
|
30489
30761
|
} | null;
|
|
30490
30762
|
attio?: {
|
|
30491
30763
|
__typename?: 'AttioTasksFeedProperties';
|
|
30492
|
-
|
|
30764
|
+
authenticationType?: AttioIssueAuthenticationTypes | null;
|
|
30765
|
+
apiKey?: string | null;
|
|
30766
|
+
clientId?: string | null;
|
|
30767
|
+
clientSecret?: string | null;
|
|
30768
|
+
refreshToken?: string | null;
|
|
30769
|
+
connector?: {
|
|
30770
|
+
__typename?: 'EntityReference';
|
|
30771
|
+
id: string;
|
|
30772
|
+
} | null;
|
|
30493
30773
|
} | null;
|
|
30494
30774
|
salesforce?: {
|
|
30495
30775
|
__typename?: 'SalesforceTasksFeedProperties';
|
|
@@ -30577,6 +30857,13 @@ export type GetFeedQuery = {
|
|
|
30577
30857
|
__typename?: 'AttioCRMFeedProperties';
|
|
30578
30858
|
authenticationType?: AttioAuthenticationTypes | null;
|
|
30579
30859
|
apiKey?: string | null;
|
|
30860
|
+
clientId?: string | null;
|
|
30861
|
+
clientSecret?: string | null;
|
|
30862
|
+
refreshToken?: string | null;
|
|
30863
|
+
connector?: {
|
|
30864
|
+
__typename?: 'EntityReference';
|
|
30865
|
+
id: string;
|
|
30866
|
+
} | null;
|
|
30580
30867
|
} | null;
|
|
30581
30868
|
googleContacts?: {
|
|
30582
30869
|
__typename?: 'GoogleContactsCRMFeedProperties';
|
|
@@ -30788,13 +31075,29 @@ export type GetFeedQuery = {
|
|
|
30788
31075
|
intercom?: {
|
|
30789
31076
|
__typename?: 'IntercomFeedProperties';
|
|
30790
31077
|
readLimit?: number | null;
|
|
30791
|
-
|
|
31078
|
+
authenticationType?: IntercomAuthenticationTypes | null;
|
|
31079
|
+
accessToken?: string | null;
|
|
31080
|
+
clientId?: string | null;
|
|
31081
|
+
clientSecret?: string | null;
|
|
31082
|
+
refreshToken?: string | null;
|
|
31083
|
+
connector?: {
|
|
31084
|
+
__typename?: 'EntityReference';
|
|
31085
|
+
id: string;
|
|
31086
|
+
} | null;
|
|
30792
31087
|
} | null;
|
|
30793
31088
|
zendesk?: {
|
|
30794
31089
|
__typename?: 'ZendeskFeedProperties';
|
|
30795
31090
|
readLimit?: number | null;
|
|
31091
|
+
authenticationType?: ZendeskAuthenticationTypes | null;
|
|
30796
31092
|
subdomain: string;
|
|
30797
|
-
accessToken
|
|
31093
|
+
accessToken?: string | null;
|
|
31094
|
+
clientId?: string | null;
|
|
31095
|
+
clientSecret?: string | null;
|
|
31096
|
+
refreshToken?: string | null;
|
|
31097
|
+
connector?: {
|
|
31098
|
+
__typename?: 'EntityReference';
|
|
31099
|
+
id: string;
|
|
31100
|
+
} | null;
|
|
30798
31101
|
} | null;
|
|
30799
31102
|
youtube?: {
|
|
30800
31103
|
__typename?: 'YouTubeFeedProperties';
|
|
@@ -30857,7 +31160,15 @@ export type GetFeedQuery = {
|
|
|
30857
31160
|
attio?: {
|
|
30858
31161
|
__typename?: 'AttioFeedProperties';
|
|
30859
31162
|
readLimit?: number | null;
|
|
30860
|
-
|
|
31163
|
+
authenticationType?: AttioFeedAuthenticationTypes | null;
|
|
31164
|
+
apiKey?: string | null;
|
|
31165
|
+
clientId?: string | null;
|
|
31166
|
+
clientSecret?: string | null;
|
|
31167
|
+
refreshToken?: string | null;
|
|
31168
|
+
connector?: {
|
|
31169
|
+
__typename?: 'EntityReference';
|
|
31170
|
+
id: string;
|
|
31171
|
+
} | null;
|
|
30861
31172
|
} | null;
|
|
30862
31173
|
salesforce?: {
|
|
30863
31174
|
__typename?: 'SalesforceFeedProperties';
|
|
@@ -30891,6 +31202,9 @@ export type GetFeedQuery = {
|
|
|
30891
31202
|
readLimit?: number | null;
|
|
30892
31203
|
authenticationType?: IntercomConversationsAuthenticationTypes | null;
|
|
30893
31204
|
accessToken?: string | null;
|
|
31205
|
+
clientId?: string | null;
|
|
31206
|
+
clientSecret?: string | null;
|
|
31207
|
+
refreshToken?: string | null;
|
|
30894
31208
|
state?: string | null;
|
|
30895
31209
|
includeNotes?: boolean | null;
|
|
30896
31210
|
includeAttachments?: boolean | null;
|
|
@@ -31349,12 +31663,28 @@ export type QueryFeedsQuery = {
|
|
|
31349
31663
|
} | null;
|
|
31350
31664
|
intercom?: {
|
|
31351
31665
|
__typename?: 'IntercomTicketsFeedProperties';
|
|
31352
|
-
|
|
31666
|
+
authenticationType?: IntercomIssueAuthenticationTypes | null;
|
|
31667
|
+
accessToken?: string | null;
|
|
31668
|
+
clientId?: string | null;
|
|
31669
|
+
clientSecret?: string | null;
|
|
31670
|
+
refreshToken?: string | null;
|
|
31671
|
+
connector?: {
|
|
31672
|
+
__typename?: 'EntityReference';
|
|
31673
|
+
id: string;
|
|
31674
|
+
} | null;
|
|
31353
31675
|
} | null;
|
|
31354
31676
|
zendesk?: {
|
|
31355
31677
|
__typename?: 'ZendeskTicketsFeedProperties';
|
|
31678
|
+
authenticationType?: ZendeskIssueAuthenticationTypes | null;
|
|
31356
31679
|
subdomain: string;
|
|
31357
|
-
accessToken
|
|
31680
|
+
accessToken?: string | null;
|
|
31681
|
+
clientId?: string | null;
|
|
31682
|
+
clientSecret?: string | null;
|
|
31683
|
+
refreshToken?: string | null;
|
|
31684
|
+
connector?: {
|
|
31685
|
+
__typename?: 'EntityReference';
|
|
31686
|
+
id: string;
|
|
31687
|
+
} | null;
|
|
31358
31688
|
} | null;
|
|
31359
31689
|
trello?: {
|
|
31360
31690
|
__typename?: 'TrelloFeedProperties';
|
|
@@ -31365,7 +31695,15 @@ export type QueryFeedsQuery = {
|
|
|
31365
31695
|
} | null;
|
|
31366
31696
|
attio?: {
|
|
31367
31697
|
__typename?: 'AttioTasksFeedProperties';
|
|
31368
|
-
|
|
31698
|
+
authenticationType?: AttioIssueAuthenticationTypes | null;
|
|
31699
|
+
apiKey?: string | null;
|
|
31700
|
+
clientId?: string | null;
|
|
31701
|
+
clientSecret?: string | null;
|
|
31702
|
+
refreshToken?: string | null;
|
|
31703
|
+
connector?: {
|
|
31704
|
+
__typename?: 'EntityReference';
|
|
31705
|
+
id: string;
|
|
31706
|
+
} | null;
|
|
31369
31707
|
} | null;
|
|
31370
31708
|
salesforce?: {
|
|
31371
31709
|
__typename?: 'SalesforceTasksFeedProperties';
|
|
@@ -31453,6 +31791,13 @@ export type QueryFeedsQuery = {
|
|
|
31453
31791
|
__typename?: 'AttioCRMFeedProperties';
|
|
31454
31792
|
authenticationType?: AttioAuthenticationTypes | null;
|
|
31455
31793
|
apiKey?: string | null;
|
|
31794
|
+
clientId?: string | null;
|
|
31795
|
+
clientSecret?: string | null;
|
|
31796
|
+
refreshToken?: string | null;
|
|
31797
|
+
connector?: {
|
|
31798
|
+
__typename?: 'EntityReference';
|
|
31799
|
+
id: string;
|
|
31800
|
+
} | null;
|
|
31456
31801
|
} | null;
|
|
31457
31802
|
googleContacts?: {
|
|
31458
31803
|
__typename?: 'GoogleContactsCRMFeedProperties';
|
|
@@ -31664,13 +32009,29 @@ export type QueryFeedsQuery = {
|
|
|
31664
32009
|
intercom?: {
|
|
31665
32010
|
__typename?: 'IntercomFeedProperties';
|
|
31666
32011
|
readLimit?: number | null;
|
|
31667
|
-
|
|
32012
|
+
authenticationType?: IntercomAuthenticationTypes | null;
|
|
32013
|
+
accessToken?: string | null;
|
|
32014
|
+
clientId?: string | null;
|
|
32015
|
+
clientSecret?: string | null;
|
|
32016
|
+
refreshToken?: string | null;
|
|
32017
|
+
connector?: {
|
|
32018
|
+
__typename?: 'EntityReference';
|
|
32019
|
+
id: string;
|
|
32020
|
+
} | null;
|
|
31668
32021
|
} | null;
|
|
31669
32022
|
zendesk?: {
|
|
31670
32023
|
__typename?: 'ZendeskFeedProperties';
|
|
31671
32024
|
readLimit?: number | null;
|
|
32025
|
+
authenticationType?: ZendeskAuthenticationTypes | null;
|
|
31672
32026
|
subdomain: string;
|
|
31673
|
-
accessToken
|
|
32027
|
+
accessToken?: string | null;
|
|
32028
|
+
clientId?: string | null;
|
|
32029
|
+
clientSecret?: string | null;
|
|
32030
|
+
refreshToken?: string | null;
|
|
32031
|
+
connector?: {
|
|
32032
|
+
__typename?: 'EntityReference';
|
|
32033
|
+
id: string;
|
|
32034
|
+
} | null;
|
|
31674
32035
|
} | null;
|
|
31675
32036
|
youtube?: {
|
|
31676
32037
|
__typename?: 'YouTubeFeedProperties';
|
|
@@ -31733,7 +32094,15 @@ export type QueryFeedsQuery = {
|
|
|
31733
32094
|
attio?: {
|
|
31734
32095
|
__typename?: 'AttioFeedProperties';
|
|
31735
32096
|
readLimit?: number | null;
|
|
31736
|
-
|
|
32097
|
+
authenticationType?: AttioFeedAuthenticationTypes | null;
|
|
32098
|
+
apiKey?: string | null;
|
|
32099
|
+
clientId?: string | null;
|
|
32100
|
+
clientSecret?: string | null;
|
|
32101
|
+
refreshToken?: string | null;
|
|
32102
|
+
connector?: {
|
|
32103
|
+
__typename?: 'EntityReference';
|
|
32104
|
+
id: string;
|
|
32105
|
+
} | null;
|
|
31737
32106
|
} | null;
|
|
31738
32107
|
salesforce?: {
|
|
31739
32108
|
__typename?: 'SalesforceFeedProperties';
|
|
@@ -31767,6 +32136,9 @@ export type QueryFeedsQuery = {
|
|
|
31767
32136
|
readLimit?: number | null;
|
|
31768
32137
|
authenticationType?: IntercomConversationsAuthenticationTypes | null;
|
|
31769
32138
|
accessToken?: string | null;
|
|
32139
|
+
clientId?: string | null;
|
|
32140
|
+
clientSecret?: string | null;
|
|
32141
|
+
refreshToken?: string | null;
|
|
31770
32142
|
state?: string | null;
|
|
31771
32143
|
includeNotes?: boolean | null;
|
|
31772
32144
|
includeAttachments?: boolean | null;
|
|
@@ -125,8 +125,22 @@ export var AssemblyAiModels;
|
|
|
125
125
|
})(AssemblyAiModels || (AssemblyAiModels = {}));
|
|
126
126
|
export var AttioAuthenticationTypes;
|
|
127
127
|
(function (AttioAuthenticationTypes) {
|
|
128
|
+
AttioAuthenticationTypes["AccessToken"] = "ACCESS_TOKEN";
|
|
128
129
|
AttioAuthenticationTypes["ApiKey"] = "API_KEY";
|
|
130
|
+
AttioAuthenticationTypes["Connector"] = "CONNECTOR";
|
|
129
131
|
})(AttioAuthenticationTypes || (AttioAuthenticationTypes = {}));
|
|
132
|
+
export var AttioFeedAuthenticationTypes;
|
|
133
|
+
(function (AttioFeedAuthenticationTypes) {
|
|
134
|
+
AttioFeedAuthenticationTypes["AccessToken"] = "ACCESS_TOKEN";
|
|
135
|
+
AttioFeedAuthenticationTypes["ApiKey"] = "API_KEY";
|
|
136
|
+
AttioFeedAuthenticationTypes["Connector"] = "CONNECTOR";
|
|
137
|
+
})(AttioFeedAuthenticationTypes || (AttioFeedAuthenticationTypes = {}));
|
|
138
|
+
export var AttioIssueAuthenticationTypes;
|
|
139
|
+
(function (AttioIssueAuthenticationTypes) {
|
|
140
|
+
AttioIssueAuthenticationTypes["AccessToken"] = "ACCESS_TOKEN";
|
|
141
|
+
AttioIssueAuthenticationTypes["ApiKey"] = "API_KEY";
|
|
142
|
+
AttioIssueAuthenticationTypes["Connector"] = "CONNECTOR";
|
|
143
|
+
})(AttioIssueAuthenticationTypes || (AttioIssueAuthenticationTypes = {}));
|
|
130
144
|
/** Authentication service type */
|
|
131
145
|
export var AuthenticationServiceTypes;
|
|
132
146
|
(function (AuthenticationServiceTypes) {
|
|
@@ -1627,11 +1641,21 @@ export var IntegrationServiceTypes;
|
|
|
1627
1641
|
/** HTTP WebHook integration service */
|
|
1628
1642
|
IntegrationServiceTypes["WebHook"] = "WEB_HOOK";
|
|
1629
1643
|
})(IntegrationServiceTypes || (IntegrationServiceTypes = {}));
|
|
1644
|
+
export var IntercomAuthenticationTypes;
|
|
1645
|
+
(function (IntercomAuthenticationTypes) {
|
|
1646
|
+
IntercomAuthenticationTypes["AccessToken"] = "ACCESS_TOKEN";
|
|
1647
|
+
IntercomAuthenticationTypes["Connector"] = "CONNECTOR";
|
|
1648
|
+
})(IntercomAuthenticationTypes || (IntercomAuthenticationTypes = {}));
|
|
1630
1649
|
export var IntercomConversationsAuthenticationTypes;
|
|
1631
1650
|
(function (IntercomConversationsAuthenticationTypes) {
|
|
1632
1651
|
IntercomConversationsAuthenticationTypes["AccessToken"] = "ACCESS_TOKEN";
|
|
1633
1652
|
IntercomConversationsAuthenticationTypes["Connector"] = "CONNECTOR";
|
|
1634
1653
|
})(IntercomConversationsAuthenticationTypes || (IntercomConversationsAuthenticationTypes = {}));
|
|
1654
|
+
export var IntercomIssueAuthenticationTypes;
|
|
1655
|
+
(function (IntercomIssueAuthenticationTypes) {
|
|
1656
|
+
IntercomIssueAuthenticationTypes["AccessToken"] = "ACCESS_TOKEN";
|
|
1657
|
+
IntercomIssueAuthenticationTypes["Connector"] = "CONNECTOR";
|
|
1658
|
+
})(IntercomIssueAuthenticationTypes || (IntercomIssueAuthenticationTypes = {}));
|
|
1635
1659
|
/** Investment facet types */
|
|
1636
1660
|
export var InvestmentFacetTypes;
|
|
1637
1661
|
(function (InvestmentFacetTypes) {
|
|
@@ -1996,6 +2020,8 @@ export var OAuthProviders;
|
|
|
1996
2020
|
(function (OAuthProviders) {
|
|
1997
2021
|
/** Atlassian authentication provider */
|
|
1998
2022
|
OAuthProviders["Atlassian"] = "ATLASSIAN";
|
|
2023
|
+
/** Attio authentication provider */
|
|
2024
|
+
OAuthProviders["Attio"] = "ATTIO";
|
|
1999
2025
|
/** Box authentication provider */
|
|
2000
2026
|
OAuthProviders["Box"] = "BOX";
|
|
2001
2027
|
/** Dropbox authentication provider */
|
|
@@ -2006,12 +2032,16 @@ export var OAuthProviders;
|
|
|
2006
2032
|
OAuthProviders["Google"] = "GOOGLE";
|
|
2007
2033
|
/** HubSpot authentication provider */
|
|
2008
2034
|
OAuthProviders["HubSpot"] = "HUB_SPOT";
|
|
2035
|
+
/** Intercom authentication provider */
|
|
2036
|
+
OAuthProviders["Intercom"] = "INTERCOM";
|
|
2009
2037
|
/** Microsoft authentication provider */
|
|
2010
2038
|
OAuthProviders["Microsoft"] = "MICROSOFT";
|
|
2011
2039
|
/** Notion authentication provider */
|
|
2012
2040
|
OAuthProviders["Notion"] = "NOTION";
|
|
2013
2041
|
/** Slack authentication provider */
|
|
2014
2042
|
OAuthProviders["Slack"] = "SLACK";
|
|
2043
|
+
/** Zendesk authentication provider */
|
|
2044
|
+
OAuthProviders["Zendesk"] = "ZENDESK";
|
|
2015
2045
|
})(OAuthProviders || (OAuthProviders = {}));
|
|
2016
2046
|
/** Observable type */
|
|
2017
2047
|
export var ObservableTypes;
|
|
@@ -2939,3 +2969,13 @@ export var YouTubeTypes;
|
|
|
2939
2969
|
/** YouTube Videos */
|
|
2940
2970
|
YouTubeTypes["Videos"] = "VIDEOS";
|
|
2941
2971
|
})(YouTubeTypes || (YouTubeTypes = {}));
|
|
2972
|
+
export var ZendeskAuthenticationTypes;
|
|
2973
|
+
(function (ZendeskAuthenticationTypes) {
|
|
2974
|
+
ZendeskAuthenticationTypes["AccessToken"] = "ACCESS_TOKEN";
|
|
2975
|
+
ZendeskAuthenticationTypes["Connector"] = "CONNECTOR";
|
|
2976
|
+
})(ZendeskAuthenticationTypes || (ZendeskAuthenticationTypes = {}));
|
|
2977
|
+
export var ZendeskIssueAuthenticationTypes;
|
|
2978
|
+
(function (ZendeskIssueAuthenticationTypes) {
|
|
2979
|
+
ZendeskIssueAuthenticationTypes["AccessToken"] = "ACCESS_TOKEN";
|
|
2980
|
+
ZendeskIssueAuthenticationTypes["Connector"] = "CONNECTOR";
|
|
2981
|
+
})(ZendeskIssueAuthenticationTypes || (ZendeskIssueAuthenticationTypes = {}));
|
|
@@ -168,6 +168,32 @@ export class UIEventAdapter {
|
|
|
168
168
|
console.log(`🔧 [UIEventAdapter] Tool call start - ID: ${toolCall.id}, Name: ${toolCall.name}`);
|
|
169
169
|
console.log(`🔧 [UIEventAdapter] Active tool calls before: ${this.activeToolCalls.size}`);
|
|
170
170
|
}
|
|
171
|
+
// Flush chunk buffer and queue to currentMessage before tool calls begin.
|
|
172
|
+
// This ensures currentMessage reflects the full text so that the \n\n
|
|
173
|
+
// injection in handleToken works correctly when content resumes after
|
|
174
|
+
// tool calls complete. Without this, unflushed content (e.g. text ending
|
|
175
|
+
// with ':' that doesn't trigger the sentence boundary regex) stays in
|
|
176
|
+
// the buffer, causing currentMessage to be stale and the \n\n separator
|
|
177
|
+
// to either be skipped or placed at the wrong position.
|
|
178
|
+
if (this.chunkQueue.length > 0) {
|
|
179
|
+
this.currentMessage += this.chunkQueue.join("");
|
|
180
|
+
this.chunkQueue.length = 0;
|
|
181
|
+
}
|
|
182
|
+
if (this.chunkBuffer) {
|
|
183
|
+
const remaining = this.chunkBuffer.flush();
|
|
184
|
+
if (remaining.length > 0) {
|
|
185
|
+
this.currentMessage += remaining.join("");
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
// Clear any pending chunk emission timer since we just flushed everything
|
|
189
|
+
if (this.updateTimer) {
|
|
190
|
+
globalThis.clearTimeout(this.updateTimer);
|
|
191
|
+
this.updateTimer = undefined;
|
|
192
|
+
}
|
|
193
|
+
// Emit updated message so UI shows latest text before tool call indicators
|
|
194
|
+
if (this.currentMessage.length > 0) {
|
|
195
|
+
this.emitMessageUpdate(true);
|
|
196
|
+
}
|
|
171
197
|
const conversationToolCall = {
|
|
172
198
|
__typename: "ConversationToolCall",
|
|
173
199
|
id: toolCall.id,
|