graphlit-client 1.0.20260128001__py3-none-any.whl → 1.0.20260129001__py3-none-any.whl

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.
graphlit_api/__init__.py CHANGED
@@ -711,6 +711,7 @@ from .enums import (
711
711
  HubSpotIssueAuthenticationTypes,
712
712
  ImageProjectionTypes,
713
713
  IntegrationServiceTypes,
714
+ IntercomConversationsAuthenticationTypes,
714
715
  InvestmentFacetTypes,
715
716
  InvestmentFundFacetTypes,
716
717
  JinaModels,
@@ -1115,6 +1116,7 @@ from .get_feed import (
1115
1116
  GetFeedFeedCrmGoogleContacts,
1116
1117
  GetFeedFeedCrmGoogleContactsConnector,
1117
1118
  GetFeedFeedCrmHubSpot,
1119
+ GetFeedFeedCrmHubSpotConnector,
1118
1120
  GetFeedFeedCrmMicrosoftContacts,
1119
1121
  GetFeedFeedCrmMicrosoftContactsConnector,
1120
1122
  GetFeedFeedCrmSalesforce,
@@ -1133,6 +1135,8 @@ from .get_feed import (
1133
1135
  GetFeedFeedHubSpotConversations,
1134
1136
  GetFeedFeedHubSpotConversationsConnector,
1135
1137
  GetFeedFeedIntercom,
1138
+ GetFeedFeedIntercomConversations,
1139
+ GetFeedFeedIntercomConversationsConnector,
1136
1140
  GetFeedFeedIssue,
1137
1141
  GetFeedFeedIssueAsana,
1138
1142
  GetFeedFeedIssueAttio,
@@ -1893,6 +1897,8 @@ from .input_types import (
1893
1897
  Int64RangeInput,
1894
1898
  IntegrationConnectorInput,
1895
1899
  IntegrationConnectorUpdateInput,
1900
+ IntercomConversationsFeedPropertiesInput,
1901
+ IntercomConversationsFeedPropertiesUpdateInput,
1896
1902
  IntercomFeedPropertiesInput,
1897
1903
  IntercomFeedPropertiesUpdateInput,
1898
1904
  IntercomTicketsFeedPropertiesInput,
@@ -3103,6 +3109,7 @@ from .query_feeds import (
3103
3109
  QueryFeedsFeedsResultsCrmGoogleContacts,
3104
3110
  QueryFeedsFeedsResultsCrmGoogleContactsConnector,
3105
3111
  QueryFeedsFeedsResultsCrmHubSpot,
3112
+ QueryFeedsFeedsResultsCrmHubSpotConnector,
3106
3113
  QueryFeedsFeedsResultsCrmMicrosoftContacts,
3107
3114
  QueryFeedsFeedsResultsCrmMicrosoftContactsConnector,
3108
3115
  QueryFeedsFeedsResultsCrmSalesforce,
@@ -3121,6 +3128,8 @@ from .query_feeds import (
3121
3128
  QueryFeedsFeedsResultsHubSpotConversations,
3122
3129
  QueryFeedsFeedsResultsHubSpotConversationsConnector,
3123
3130
  QueryFeedsFeedsResultsIntercom,
3131
+ QueryFeedsFeedsResultsIntercomConversations,
3132
+ QueryFeedsFeedsResultsIntercomConversationsConnector,
3124
3133
  QueryFeedsFeedsResultsIssue,
3125
3134
  QueryFeedsFeedsResultsIssueAsana,
3126
3135
  QueryFeedsFeedsResultsIssueAttio,
@@ -5792,6 +5801,7 @@ __all__ = [
5792
5801
  "GetFeedFeedCrmGoogleContacts",
5793
5802
  "GetFeedFeedCrmGoogleContactsConnector",
5794
5803
  "GetFeedFeedCrmHubSpot",
5804
+ "GetFeedFeedCrmHubSpotConnector",
5795
5805
  "GetFeedFeedCrmMicrosoftContacts",
5796
5806
  "GetFeedFeedCrmMicrosoftContactsConnector",
5797
5807
  "GetFeedFeedCrmSalesforce",
@@ -5810,6 +5820,8 @@ __all__ = [
5810
5820
  "GetFeedFeedHubSpotConversations",
5811
5821
  "GetFeedFeedHubSpotConversationsConnector",
5812
5822
  "GetFeedFeedIntercom",
5823
+ "GetFeedFeedIntercomConversations",
5824
+ "GetFeedFeedIntercomConversationsConnector",
5813
5825
  "GetFeedFeedIssue",
5814
5826
  "GetFeedFeedIssueAsana",
5815
5827
  "GetFeedFeedIssueAttio",
@@ -6383,6 +6395,9 @@ __all__ = [
6383
6395
  "IntegrationConnectorInput",
6384
6396
  "IntegrationConnectorUpdateInput",
6385
6397
  "IntegrationServiceTypes",
6398
+ "IntercomConversationsAuthenticationTypes",
6399
+ "IntercomConversationsFeedPropertiesInput",
6400
+ "IntercomConversationsFeedPropertiesUpdateInput",
6386
6401
  "IntercomFeedPropertiesInput",
6387
6402
  "IntercomFeedPropertiesUpdateInput",
6388
6403
  "IntercomTicketsFeedPropertiesInput",
@@ -7200,6 +7215,7 @@ __all__ = [
7200
7215
  "QueryFeedsFeedsResultsCrmGoogleContacts",
7201
7216
  "QueryFeedsFeedsResultsCrmGoogleContactsConnector",
7202
7217
  "QueryFeedsFeedsResultsCrmHubSpot",
7218
+ "QueryFeedsFeedsResultsCrmHubSpotConnector",
7203
7219
  "QueryFeedsFeedsResultsCrmMicrosoftContacts",
7204
7220
  "QueryFeedsFeedsResultsCrmMicrosoftContactsConnector",
7205
7221
  "QueryFeedsFeedsResultsCrmSalesforce",
@@ -7218,6 +7234,8 @@ __all__ = [
7218
7234
  "QueryFeedsFeedsResultsHubSpotConversations",
7219
7235
  "QueryFeedsFeedsResultsHubSpotConversationsConnector",
7220
7236
  "QueryFeedsFeedsResultsIntercom",
7237
+ "QueryFeedsFeedsResultsIntercomConversations",
7238
+ "QueryFeedsFeedsResultsIntercomConversationsConnector",
7221
7239
  "QueryFeedsFeedsResultsIssue",
7222
7240
  "QueryFeedsFeedsResultsIssueAsana",
7223
7241
  "QueryFeedsFeedsResultsIssueAttio",
graphlit_api/enums.py CHANGED
@@ -78,6 +78,7 @@ class FeedServiceTypes(str, Enum):
78
78
  SALESFORCE_NOTES = "SALESFORCE_NOTES"
79
79
  HUB_SPOT_OBJECTS = "HUB_SPOT_OBJECTS"
80
80
  HUB_SPOT_TASKS = "HUB_SPOT_TASKS"
81
+ HUB_SPOT_TICKETS = "HUB_SPOT_TICKETS"
81
82
  ASANA = "ASANA"
82
83
  MONDAY = "MONDAY"
83
84
  HUB_SPOT_NOTES = "HUB_SPOT_NOTES"
@@ -91,6 +92,7 @@ class FeedServiceTypes(str, Enum):
91
92
  PARALLEL = "PARALLEL"
92
93
  BAMBOO_HR = "BAMBOO_HR"
93
94
  GUSTO_HRIS = "GUSTO_HRIS"
95
+ INTERCOM_CONVERSATIONS = "INTERCOM_CONVERSATIONS"
94
96
 
95
97
 
96
98
  class MedicalContraindicationFacetTypes(str, Enum):
@@ -301,6 +303,7 @@ class BambooHRAuthenticationTypes(str, Enum):
301
303
  class HubSpotAuthenticationTypes(str, Enum):
302
304
  USER = "USER"
303
305
  PRIVATE_APP = "PRIVATE_APP"
306
+ CONNECTOR = "CONNECTOR"
304
307
 
305
308
 
306
309
  class GitHubCommitAuthenticationTypes(str, Enum):
@@ -475,6 +478,7 @@ class FeedTypes(str, Enum):
475
478
  CONFLUENCE = "CONFLUENCE"
476
479
  MEETING = "MEETING"
477
480
  HRIS = "HRIS"
481
+ INTERCOM_CONVERSATIONS = "INTERCOM_CONVERSATIONS"
478
482
 
479
483
 
480
484
  class SearchServiceTypes(str, Enum):
@@ -1332,6 +1336,11 @@ class MedicalIndicationFacetTypes(str, Enum):
1332
1336
  CREATION_DATE = "CREATION_DATE"
1333
1337
 
1334
1338
 
1339
+ class IntercomConversationsAuthenticationTypes(str, Enum):
1340
+ ACCESS_TOKEN = "ACCESS_TOKEN"
1341
+ CONNECTOR = "CONNECTOR"
1342
+
1343
+
1335
1344
  class GustoAuthenticationTypes(str, Enum):
1336
1345
  USER = "USER"
1337
1346
  CONNECTOR = "CONNECTOR"
@@ -1411,6 +1420,7 @@ class OAuthProviders(str, Enum):
1411
1420
  MICROSOFT = "MICROSOFT"
1412
1421
  GIT_HUB = "GIT_HUB"
1413
1422
  SLACK = "SLACK"
1423
+ HUB_SPOT = "HUB_SPOT"
1414
1424
 
1415
1425
 
1416
1426
  class OrderDirectionTypes(str, Enum):
graphlit_api/get_feed.py CHANGED
@@ -33,6 +33,7 @@ from .enums import (
33
33
  HubSpotAuthenticationTypes,
34
34
  HubSpotFeedAuthenticationTypes,
35
35
  HubSpotIssueAuthenticationTypes,
36
+ IntercomConversationsAuthenticationTypes,
36
37
  MicrosoftCalendarAuthenticationTypes,
37
38
  MicrosoftContactsAuthenticationTypes,
38
39
  MicrosoftEmailAuthenticationTypes,
@@ -100,6 +101,9 @@ class GetFeedFeed(BaseModel):
100
101
  hub_spot_conversations: Optional["GetFeedFeedHubSpotConversations"] = Field(
101
102
  alias="hubSpotConversations"
102
103
  )
104
+ intercom_conversations: Optional["GetFeedFeedIntercomConversations"] = Field(
105
+ alias="intercomConversations"
106
+ )
103
107
  research: Optional["GetFeedFeedResearch"]
104
108
  entity: Optional["GetFeedFeedEntity"]
105
109
  error: Optional[str]
@@ -548,6 +552,11 @@ class GetFeedFeedCrmHubSpot(BaseModel):
548
552
  client_secret: Optional[str] = Field(alias="clientSecret")
549
553
  refresh_token: Optional[str] = Field(alias="refreshToken")
550
554
  access_token: Optional[str] = Field(alias="accessToken")
555
+ connector: Optional["GetFeedFeedCrmHubSpotConnector"]
556
+
557
+
558
+ class GetFeedFeedCrmHubSpotConnector(BaseModel):
559
+ id: str
551
560
 
552
561
 
553
562
  class GetFeedFeedHris(BaseModel):
@@ -828,6 +837,22 @@ class GetFeedFeedHubSpotConversationsConnector(BaseModel):
828
837
  id: str
829
838
 
830
839
 
840
+ class GetFeedFeedIntercomConversations(BaseModel):
841
+ read_limit: Optional[int] = Field(alias="readLimit")
842
+ authentication_type: Optional[IntercomConversationsAuthenticationTypes] = Field(
843
+ alias="authenticationType"
844
+ )
845
+ access_token: Optional[str] = Field(alias="accessToken")
846
+ connector: Optional["GetFeedFeedIntercomConversationsConnector"]
847
+ state: Optional[str]
848
+ include_notes: Optional[bool] = Field(alias="includeNotes")
849
+ include_attachments: Optional[bool] = Field(alias="includeAttachments")
850
+
851
+
852
+ class GetFeedFeedIntercomConversationsConnector(BaseModel):
853
+ id: str
854
+
855
+
831
856
  class GetFeedFeedResearch(BaseModel):
832
857
  read_limit: Optional[int] = Field(alias="readLimit")
833
858
  type: Optional[FeedServiceTypes]
@@ -886,6 +911,7 @@ GetFeedFeedCrm.model_rebuild()
886
911
  GetFeedFeedCrmGoogleContacts.model_rebuild()
887
912
  GetFeedFeedCrmMicrosoftContacts.model_rebuild()
888
913
  GetFeedFeedCrmSalesforce.model_rebuild()
914
+ GetFeedFeedCrmHubSpot.model_rebuild()
889
915
  GetFeedFeedHris.model_rebuild()
890
916
  GetFeedFeedCalendar.model_rebuild()
891
917
  GetFeedFeedCalendarGoogle.model_rebuild()
@@ -896,5 +922,6 @@ GetFeedFeedSlack.model_rebuild()
896
922
  GetFeedFeedMicrosoftTeams.model_rebuild()
897
923
  GetFeedFeedSalesforce.model_rebuild()
898
924
  GetFeedFeedHubSpotConversations.model_rebuild()
925
+ GetFeedFeedIntercomConversations.model_rebuild()
899
926
  GetFeedFeedResearch.model_rebuild()
900
927
  GetFeedFeedEntity.model_rebuild()
@@ -85,6 +85,7 @@ from .enums import (
85
85
  HubSpotIssueAuthenticationTypes,
86
86
  ImageProjectionTypes,
87
87
  IntegrationServiceTypes,
88
+ IntercomConversationsAuthenticationTypes,
88
89
  InvestmentFacetTypes,
89
90
  InvestmentFundFacetTypes,
90
91
  JinaModels,
@@ -633,6 +634,20 @@ class MedicalProcedureFacetInput(BaseModel):
633
634
  facet: Optional[MedicalProcedureFacetTypes] = None
634
635
 
635
636
 
637
+ class IntercomConversationsFeedPropertiesUpdateInput(BaseModel):
638
+ authentication_type: Optional[IntercomConversationsAuthenticationTypes] = Field(
639
+ alias="authenticationType", default=None
640
+ )
641
+ access_token: Optional[str] = Field(alias="accessToken", default=None)
642
+ connector: Optional["EntityReferenceInput"] = None
643
+ state: Optional[str] = None
644
+ include_notes: Optional[bool] = Field(alias="includeNotes", default=None)
645
+ include_attachments: Optional[bool] = Field(
646
+ alias="includeAttachments", default=None
647
+ )
648
+ read_limit: Optional[int] = Field(alias="readLimit", default=None)
649
+
650
+
636
651
  class GitHubFeedPropertiesUpdateInput(BaseModel):
637
652
  authentication_type: Optional[GitHubAuthenticationTypes] = Field(
638
653
  alias="authenticationType", default=None
@@ -1427,6 +1442,7 @@ class HubSpotCRMFeedPropertiesUpdateInput(BaseModel):
1427
1442
  client_secret: Optional[str] = Field(alias="clientSecret", default=None)
1428
1443
  refresh_token: Optional[str] = Field(alias="refreshToken", default=None)
1429
1444
  access_token: Optional[str] = Field(alias="accessToken", default=None)
1445
+ connector: Optional["EntityReferenceInput"] = None
1430
1446
 
1431
1447
 
1432
1448
  class PersonReferenceInput(BaseModel):
@@ -2797,6 +2813,9 @@ class FeedInput(BaseModel):
2797
2813
  )
2798
2814
  intercom: Optional["IntercomFeedPropertiesInput"] = None
2799
2815
  zendesk: Optional["ZendeskFeedPropertiesInput"] = None
2816
+ intercom_conversations: Optional["IntercomConversationsFeedPropertiesInput"] = (
2817
+ Field(alias="intercomConversations", default=None)
2818
+ )
2800
2819
  research: Optional["ResearchFeedPropertiesInput"] = None
2801
2820
  entity: Optional["EntityFeedPropertiesInput"] = None
2802
2821
  meeting: Optional["MeetingFeedPropertiesInput"] = None
@@ -4338,6 +4357,7 @@ class HubSpotCRMFeedPropertiesInput(BaseModel):
4338
4357
  client_secret: Optional[str] = Field(alias="clientSecret", default=None)
4339
4358
  refresh_token: Optional[str] = Field(alias="refreshToken", default=None)
4340
4359
  access_token: Optional[str] = Field(alias="accessToken", default=None)
4360
+ connector: Optional["EntityReferenceInput"] = None
4341
4361
 
4342
4362
 
4343
4363
  class IssueFeedPropertiesInput(BaseModel):
@@ -4471,6 +4491,9 @@ class FeedUpdateInput(BaseModel):
4471
4491
  ] = Field(alias="hubSpotConversations", default=None)
4472
4492
  intercom: Optional["IntercomFeedPropertiesUpdateInput"] = None
4473
4493
  zendesk: Optional["ZendeskFeedPropertiesUpdateInput"] = None
4494
+ intercom_conversations: Optional[
4495
+ "IntercomConversationsFeedPropertiesUpdateInput"
4496
+ ] = Field(alias="intercomConversations", default=None)
4474
4497
  research: Optional["ResearchFeedPropertiesUpdateInput"] = None
4475
4498
  entity: Optional["EntityFeedPropertiesUpdateInput"] = None
4476
4499
  meeting: Optional["MeetingFeedPropertiesUpdateInput"] = None
@@ -5782,6 +5805,20 @@ class PersonFacetInput(BaseModel):
5782
5805
  facet: Optional[PersonFacetTypes] = None
5783
5806
 
5784
5807
 
5808
+ class IntercomConversationsFeedPropertiesInput(BaseModel):
5809
+ authentication_type: Optional[IntercomConversationsAuthenticationTypes] = Field(
5810
+ alias="authenticationType", default=None
5811
+ )
5812
+ access_token: Optional[str] = Field(alias="accessToken", default=None)
5813
+ connector: Optional["EntityReferenceInput"] = None
5814
+ state: Optional[str] = None
5815
+ include_notes: Optional[bool] = Field(alias="includeNotes", default=None)
5816
+ include_attachments: Optional[bool] = Field(
5817
+ alias="includeAttachments", default=None
5818
+ )
5819
+ read_limit: Optional[int] = Field(alias="readLimit", default=None)
5820
+
5821
+
5785
5822
  class GraphStrategyInput(BaseModel):
5786
5823
  type: Optional[GraphStrategyTypes] = None
5787
5824
  generate_graph: Optional[bool] = Field(alias="generateGraph", default=None)
@@ -5815,6 +5852,7 @@ PointCloudMetadataInput.model_rebuild()
5815
5852
  GoogleEmailFeedPropertiesUpdateInput.model_rebuild()
5816
5853
  GitHubPullRequestsFeedPropertiesInput.model_rebuild()
5817
5854
  H3Filter.model_rebuild()
5855
+ IntercomConversationsFeedPropertiesUpdateInput.model_rebuild()
5818
5856
  GitHubFeedPropertiesUpdateInput.model_rebuild()
5819
5857
  GoogleDriveFeedPropertiesInput.model_rebuild()
5820
5858
  ExtractionWorkflowJobInput.model_rebuild()
@@ -5844,6 +5882,7 @@ EmailMetadataInput.model_rebuild()
5844
5882
  InvestmentFundUpdateInput.model_rebuild()
5845
5883
  SalesforceCRMFeedPropertiesInput.model_rebuild()
5846
5884
  MedicalProcedureInput.model_rebuild()
5885
+ HubSpotCRMFeedPropertiesUpdateInput.model_rebuild()
5847
5886
  SharePointFeedPropertiesInput.model_rebuild()
5848
5887
  FactInput.model_rebuild()
5849
5888
  OpenAIVideoPublishingPropertiesInput.model_rebuild()
@@ -5971,6 +6010,7 @@ ObservationUpdateInput.model_rebuild()
5971
6010
  ObservationOccurrenceInput.model_rebuild()
5972
6011
  FactAssertionInput.model_rebuild()
5973
6012
  GoogleContactsCRMFeedPropertiesUpdateInput.model_rebuild()
6013
+ HubSpotCRMFeedPropertiesInput.model_rebuild()
5974
6014
  IssueFeedPropertiesInput.model_rebuild()
5975
6015
  MedicalProcedureUpdateInput.model_rebuild()
5976
6016
  MedicalTherapyFilter.model_rebuild()
@@ -6038,3 +6078,4 @@ ConversationFilter.model_rebuild()
6038
6078
  EntityResolutionStrategyInput.model_rebuild()
6039
6079
  ObservationReferenceInput.model_rebuild()
6040
6080
  FeedFilter.model_rebuild()
6081
+ IntercomConversationsFeedPropertiesInput.model_rebuild()
@@ -8655,6 +8655,9 @@ query GetFeed($id: ID!, $correlationId: String) {
8655
8655
  clientSecret
8656
8656
  refreshToken
8657
8657
  accessToken
8658
+ connector {
8659
+ id
8660
+ }
8658
8661
  }
8659
8662
  readLimit
8660
8663
  }
@@ -8867,6 +8870,17 @@ query GetFeed($id: ID!, $correlationId: String) {
8867
8870
  id
8868
8871
  }
8869
8872
  }
8873
+ intercomConversations {
8874
+ readLimit
8875
+ authenticationType
8876
+ accessToken
8877
+ connector {
8878
+ id
8879
+ }
8880
+ state
8881
+ includeNotes
8882
+ includeAttachments
8883
+ }
8870
8884
  research {
8871
8885
  readLimit
8872
8886
  type
@@ -9340,6 +9354,9 @@ query QueryFeeds($filter: FeedFilter, $correlationId: String) {
9340
9354
  clientSecret
9341
9355
  refreshToken
9342
9356
  accessToken
9357
+ connector {
9358
+ id
9359
+ }
9343
9360
  }
9344
9361
  readLimit
9345
9362
  }
@@ -9552,6 +9569,17 @@ query QueryFeeds($filter: FeedFilter, $correlationId: String) {
9552
9569
  id
9553
9570
  }
9554
9571
  }
9572
+ intercomConversations {
9573
+ readLimit
9574
+ authenticationType
9575
+ accessToken
9576
+ connector {
9577
+ id
9578
+ }
9579
+ state
9580
+ includeNotes
9581
+ includeAttachments
9582
+ }
9555
9583
  research {
9556
9584
  readLimit
9557
9585
  type
@@ -33,6 +33,7 @@ from .enums import (
33
33
  HubSpotAuthenticationTypes,
34
34
  HubSpotFeedAuthenticationTypes,
35
35
  HubSpotIssueAuthenticationTypes,
36
+ IntercomConversationsAuthenticationTypes,
36
37
  MicrosoftCalendarAuthenticationTypes,
37
38
  MicrosoftContactsAuthenticationTypes,
38
39
  MicrosoftEmailAuthenticationTypes,
@@ -107,6 +108,9 @@ class QueryFeedsFeedsResults(BaseModel):
107
108
  hub_spot_conversations: Optional["QueryFeedsFeedsResultsHubSpotConversations"] = (
108
109
  Field(alias="hubSpotConversations")
109
110
  )
111
+ intercom_conversations: Optional["QueryFeedsFeedsResultsIntercomConversations"] = (
112
+ Field(alias="intercomConversations")
113
+ )
110
114
  research: Optional["QueryFeedsFeedsResultsResearch"]
111
115
  entity: Optional["QueryFeedsFeedsResultsEntity"]
112
116
  error: Optional[str]
@@ -563,6 +567,11 @@ class QueryFeedsFeedsResultsCrmHubSpot(BaseModel):
563
567
  client_secret: Optional[str] = Field(alias="clientSecret")
564
568
  refresh_token: Optional[str] = Field(alias="refreshToken")
565
569
  access_token: Optional[str] = Field(alias="accessToken")
570
+ connector: Optional["QueryFeedsFeedsResultsCrmHubSpotConnector"]
571
+
572
+
573
+ class QueryFeedsFeedsResultsCrmHubSpotConnector(BaseModel):
574
+ id: str
566
575
 
567
576
 
568
577
  class QueryFeedsFeedsResultsHris(BaseModel):
@@ -843,6 +852,22 @@ class QueryFeedsFeedsResultsHubSpotConversationsConnector(BaseModel):
843
852
  id: str
844
853
 
845
854
 
855
+ class QueryFeedsFeedsResultsIntercomConversations(BaseModel):
856
+ read_limit: Optional[int] = Field(alias="readLimit")
857
+ authentication_type: Optional[IntercomConversationsAuthenticationTypes] = Field(
858
+ alias="authenticationType"
859
+ )
860
+ access_token: Optional[str] = Field(alias="accessToken")
861
+ connector: Optional["QueryFeedsFeedsResultsIntercomConversationsConnector"]
862
+ state: Optional[str]
863
+ include_notes: Optional[bool] = Field(alias="includeNotes")
864
+ include_attachments: Optional[bool] = Field(alias="includeAttachments")
865
+
866
+
867
+ class QueryFeedsFeedsResultsIntercomConversationsConnector(BaseModel):
868
+ id: str
869
+
870
+
846
871
  class QueryFeedsFeedsResultsResearch(BaseModel):
847
872
  read_limit: Optional[int] = Field(alias="readLimit")
848
873
  type: Optional[FeedServiceTypes]
@@ -902,6 +927,7 @@ QueryFeedsFeedsResultsCrm.model_rebuild()
902
927
  QueryFeedsFeedsResultsCrmGoogleContacts.model_rebuild()
903
928
  QueryFeedsFeedsResultsCrmMicrosoftContacts.model_rebuild()
904
929
  QueryFeedsFeedsResultsCrmSalesforce.model_rebuild()
930
+ QueryFeedsFeedsResultsCrmHubSpot.model_rebuild()
905
931
  QueryFeedsFeedsResultsHris.model_rebuild()
906
932
  QueryFeedsFeedsResultsCalendar.model_rebuild()
907
933
  QueryFeedsFeedsResultsCalendarGoogle.model_rebuild()
@@ -912,5 +938,6 @@ QueryFeedsFeedsResultsSlack.model_rebuild()
912
938
  QueryFeedsFeedsResultsMicrosoftTeams.model_rebuild()
913
939
  QueryFeedsFeedsResultsSalesforce.model_rebuild()
914
940
  QueryFeedsFeedsResultsHubSpotConversations.model_rebuild()
941
+ QueryFeedsFeedsResultsIntercomConversations.model_rebuild()
915
942
  QueryFeedsFeedsResultsResearch.model_rebuild()
916
943
  QueryFeedsFeedsResultsEntity.model_rebuild()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: graphlit-client
3
- Version: 1.0.20260128001
3
+ Version: 1.0.20260129001
4
4
  Summary: Graphlit API Python Client
5
5
  Home-page: https://github.com/graphlit/graphlit-client-python
6
6
  Author: Unstruk Data Inc.
@@ -1,6 +1,6 @@
1
1
  graphlit/__init__.py,sha256=D3Qg8szqjSHDVcAY3uwwuok9umiUOUB7Xg6ZovHJHbA,31
2
2
  graphlit/graphlit.py,sha256=qsvNZMS4A0tcpujZI3XNHuTrNO1sDg94irIRQ4GL-pw,2337
3
- graphlit_api/__init__.py,sha256=iwYaSfcrn5k_NLJUKdHsVZMrIqneh6-xp6QorLt44hE,355235
3
+ graphlit_api/__init__.py,sha256=9MBh_ZbdXL44B0ip08jzImGRz7u1nWkeJS-oqniCZLo,356091
4
4
  graphlit_api/add_contents_to_collections.py,sha256=K7tNpLn8-lRVaVT39iKr-VtCKRWVONyL_h6cC0L606Y,888
5
5
  graphlit_api/approve_content.py,sha256=YDpE6Q0KaWutphAwo7oSSfjEWbUDrc0sCVDjYfkY0WQ,436
6
6
  graphlit_api/ask_graphlit.py,sha256=U7qAS7KyykQO5Oh0C2_29wDANt8bTXGLpKxKKO-2N6U,6824
@@ -186,7 +186,7 @@ graphlit_api/enrich_organizations.py,sha256=N4xjNQ055XqHinYb5kYirBi5jteE9ZJl75aW
186
186
  graphlit_api/enrich_persons.py,sha256=PzOyz744u6krplAMe7mK8UlblENXEQbtQLAJ24IRi40,410
187
187
  graphlit_api/enrich_places.py,sha256=0yF-P8Otl-lVse3_KN15fxuGw4RkGdYvsplvKc4hLqU,402
188
188
  graphlit_api/enrich_products.py,sha256=KiHCRKGhyfoghVp8driKwWhKa9VDzUWVkRBCuKMhRrw,418
189
- graphlit_api/enums.py,sha256=0muBV2EXp2dJ2HE0yTEjso3_ovcHai_7_qCTdbP_zZg,39337
189
+ graphlit_api/enums.py,sha256=xfjmFxVULaotXVEFCvcqbSeuxsDjXnqqBsA2jCBRqvI,39664
190
190
  graphlit_api/exceptions.py,sha256=p3CCuIIxUdzFbJwMQ3XqQnYtQ9eH1Hi1_StoA9wk-Aw,2448
191
191
  graphlit_api/extract_contents.py,sha256=qsSy8UOJuqsUnCcuduaNPyaK2mZk_1noECT0Jgx3zRA,961
192
192
  graphlit_api/extract_observables.py,sha256=2sUFDZdX00IzfLEMDyNHVkIbQq1pX9E2imC1KXvCmXk,5879
@@ -201,7 +201,7 @@ graphlit_api/get_content.py,sha256=qyoavX1mkXeuUNQIlBa0yrGorVswgwcARzfDoOjGisI,2
201
201
  graphlit_api/get_conversation.py,sha256=9Y7psgvO7LzFi-lGDH783VpDbQ0FnXexuU7wDJrC7cE,19994
202
202
  graphlit_api/get_event.py,sha256=KPVGCpnCR2gXX3TPEucNFn8JYJtjXB_BGxCFgLcUC9g,3337
203
203
  graphlit_api/get_fact.py,sha256=JGzoyXcpPdCmpeZ7DG8ourHcDf6PM_pHxWDwiatyOb8,1891
204
- graphlit_api/get_feed.py,sha256=CjupoHb0p_3cBnUnl0dAt4G7sQrFz2b2Bo7tT9wEwy8,31737
204
+ graphlit_api/get_feed.py,sha256=i5K9Znxh58iMj7L4GqaQcdPskCI7sHllVI2Q3pYI9BY,32722
205
205
  graphlit_api/get_investment.py,sha256=zVhescZpE76yXfTbg1gN9q4Rv-FL5PSCXlbcARawHJ4,3603
206
206
  graphlit_api/get_investment_fund.py,sha256=kTYbuohSxxO985l3BbMCXdO995GMjW7JLlY3qd_LefM,3729
207
207
  graphlit_api/get_label.py,sha256=dVPfWg_yJ2pXHzOeJsuN3C2elsu6wXQG37fRmdrNKk0,546
@@ -236,7 +236,7 @@ graphlit_api/ingest_memory.py,sha256=ukFnBZHvdT_oaM3FgM8PLqFYcC4tt26ATkQmkm8KQo8
236
236
  graphlit_api/ingest_text.py,sha256=5xuXwHBc4jEQR0t-Jy3F84VHttHnQw-a30uhuEMXUec,2316
237
237
  graphlit_api/ingest_text_batch.py,sha256=r3ZPz5gHg81v6eIEKuEZEBg_X9Cv2jaLSiz5nfaOB_A,2551
238
238
  graphlit_api/ingest_uri.py,sha256=ufuiJ4JcVZDFhWnk6cOGVntoe6WgKTwK67RgyLYXD-U,2278
239
- graphlit_api/input_types.py,sha256=xr9Kkffw2euaMv34T5haJnvMod7MIO4MD_t_121IfSo,242265
239
+ graphlit_api/input_types.py,sha256=h-NWz2K4ZACiDWxCuYOZ99UfVcw6Be_ilOscKfaHBDM,244181
240
240
  graphlit_api/is_content_done.py,sha256=X8uevsTD6oFMbC8I3E9Emg-_yrFTWnnrVL5LpruSB6Q,390
241
241
  graphlit_api/is_feed_done.py,sha256=-FQS2vtDMnNW75K_9jR6IUutvpwLmtoS5yY8wD17CaM,352
242
242
  graphlit_api/lookup_contents.py,sha256=AerwxqeexOsmTLvFiouiw0fWRYynS4qwDBYR60CXiTs,23664
@@ -245,7 +245,7 @@ graphlit_api/lookup_entity.py,sha256=R9KV_sQpH5dinGYIpzpAhoRatJnEKZe27kL45WWEl6s
245
245
  graphlit_api/lookup_usage.py,sha256=4mCkBvDtScCF-mDds5JxpDbD47PY6cfniM-Pl9UG1_E,1571
246
246
  graphlit_api/map_web.py,sha256=2rp4jFD1vDqcQ98mCVTeC0RzPqQxmmcRvHNRl8HJfFA,346
247
247
  graphlit_api/match_entity.py,sha256=FOSSAoG7T250uAXEhHhu7RIorJK8zG8lX9jpLPneUG8,809
248
- graphlit_api/operations.py,sha256=e6A3wd4Y9TMO3mMqK6ogkXYx8RhG8KeVQDwBNk6vrpY,327254
248
+ graphlit_api/operations.py,sha256=5RMr9tS8ihShhvNmEEggzwXPLKU5-uoeVQ7ZcKxnc_o,327740
249
249
  graphlit_api/prompt.py,sha256=QL3HDVz_QtXmKX7TL8oMMa-9BB28IJx6E9Q8ugFByGg,6538
250
250
  graphlit_api/prompt_conversation.py,sha256=8By4zKqU2rh9eAhTtFDQdbx9rX7kThCFFsIsZ-1g5b0,17128
251
251
  graphlit_api/prompt_specifications.py,sha256=SJZifJCLVgcEFX2PGIMc3MA3tDnJBVRauc6ePUeZx8o,7425
@@ -278,7 +278,7 @@ graphlit_api/query_events_clusters.py,sha256=BgG68g3v3BvMfuM7xhjs58ZmXSOiws5pOO5
278
278
  graphlit_api/query_facts.py,sha256=p7LrbRM9Lrg9GdKRml8ViJKXmmkPBTamNbpMeW65jL4,2265
279
279
  graphlit_api/query_facts_clusters.py,sha256=zA0LVqMQPzfvc0nD1MYnr7stjJGrhBSR121anLTb0dk,2859
280
280
  graphlit_api/query_facts_graph.py,sha256=ymLfS7fa4TKwATSH7QKEbr-ieXJMrLLLIGBChzHpDGI,906
281
- graphlit_api/query_feeds.py,sha256=h6wt3cmVHJz71uapVtCAKelKnvokfyHWkUYW1ZLILMI,34437
281
+ graphlit_api/query_feeds.py,sha256=zvNILUzS_MBg_CTu_x8Zhj0pOPgtwlB1y_vcJsXmkjY,35512
282
282
  graphlit_api/query_git_hub_repositories.py,sha256=DxMb53h8zy55q5AvA1dskpVNAizJCJvs85boW-YUkOo,1288
283
283
  graphlit_api/query_google_calendars.py,sha256=2QdNfQE0C-Evg3ySNGA4q6QQGwj0bKUS_6URot6Qccw,725
284
284
  graphlit_api/query_google_drive_folders.py,sha256=E3fjp3hrdcHAp8xfes_u3xi7s30S13zOdraxcsMfQpg,833
@@ -413,8 +413,8 @@ graphlit_api/upsert_view.py,sha256=OChB2I0ZYW_HvJUYyKyODnWkaIut1PaSowSRqEsS0Q0,1
413
413
  graphlit_api/upsert_workflow.py,sha256=yavQ3wYkf5GHVZoFy1sc92D1uHUBkjSryfNal9reito,19902
414
414
  graphlit_api/view_exists.py,sha256=OSYvGogCDHxbHfIjcjgKBSmCoIE4gOEjnPgiS5xX_yE,351
415
415
  graphlit_api/workflow_exists.py,sha256=1XVcqCW_KZ3BwUFx08lwqQdf1ZpJ6Vmi8jBqcrMqYRI,397
416
- graphlit_client-1.0.20260128001.dist-info/licenses/LICENSE,sha256=jXhY7KvtRtwhhxDAmj6TO3oHISIIgch5KusiqpAwcAI,1074
417
- graphlit_client-1.0.20260128001.dist-info/METADATA,sha256=zQcRNUdgoSZwlrPyh67-BH5xDSOKMLjZayC6reRuvWs,3408
418
- graphlit_client-1.0.20260128001.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
419
- graphlit_client-1.0.20260128001.dist-info/top_level.txt,sha256=HUVfNzJrxWuHS-4M5I7XjLa8-mxYQwfx01A4YKJZSYM,22
420
- graphlit_client-1.0.20260128001.dist-info/RECORD,,
416
+ graphlit_client-1.0.20260129001.dist-info/licenses/LICENSE,sha256=jXhY7KvtRtwhhxDAmj6TO3oHISIIgch5KusiqpAwcAI,1074
417
+ graphlit_client-1.0.20260129001.dist-info/METADATA,sha256=4sL8e040vCIGckW_W6q0SvaGLvP2L8CxmUaEyRek0Do,3408
418
+ graphlit_client-1.0.20260129001.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
419
+ graphlit_client-1.0.20260129001.dist-info/top_level.txt,sha256=HUVfNzJrxWuHS-4M5I7XjLa8-mxYQwfx01A4YKJZSYM,22
420
+ graphlit_client-1.0.20260129001.dist-info/RECORD,,