graphlit-client 1.0.20260113001__py3-none-any.whl → 1.0.20260128001__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 +250 -0
- graphlit_api/client.py +172 -0
- graphlit_api/create_workflow.py +13 -0
- graphlit_api/enums.py +1185 -1114
- graphlit_api/get_conversation.py +20 -0
- graphlit_api/get_feed.py +139 -0
- graphlit_api/get_specification.py +2 -0
- graphlit_api/get_workflow.py +13 -0
- graphlit_api/input_types.py +4096 -3739
- graphlit_api/operations.py +370 -0
- graphlit_api/query_asana_projects.py +21 -0
- graphlit_api/query_asana_workspaces.py +21 -0
- graphlit_api/query_bamboo_hr_departments.py +29 -0
- graphlit_api/query_bamboo_hr_divisions.py +27 -0
- graphlit_api/query_bamboo_hr_employment_statuses.py +31 -0
- graphlit_api/query_bamboo_hr_locations.py +27 -0
- graphlit_api/query_confluence_spaces.py +28 -0
- graphlit_api/query_conversations.py +22 -0
- graphlit_api/query_feeds.py +139 -0
- graphlit_api/query_gusto_companies.py +28 -0
- graphlit_api/query_gusto_departments.py +27 -0
- graphlit_api/query_gusto_locations.py +32 -0
- graphlit_api/query_monday_boards.py +21 -0
- graphlit_api/query_specifications.py +2 -0
- graphlit_api/query_workflows.py +13 -0
- graphlit_api/update_workflow.py +13 -0
- graphlit_api/upsert_workflow.py +13 -0
- {graphlit_client-1.0.20260113001.dist-info → graphlit_client-1.0.20260128001.dist-info}/METADATA +1 -1
- {graphlit_client-1.0.20260113001.dist-info → graphlit_client-1.0.20260128001.dist-info}/RECORD +32 -21
- {graphlit_client-1.0.20260113001.dist-info → graphlit_client-1.0.20260128001.dist-info}/WHEEL +1 -1
- {graphlit_client-1.0.20260113001.dist-info → graphlit_client-1.0.20260128001.dist-info}/licenses/LICENSE +0 -0
- {graphlit_client-1.0.20260113001.dist-info → graphlit_client-1.0.20260128001.dist-info}/top_level.txt +0 -0
graphlit_api/__init__.py
CHANGED
|
@@ -334,6 +334,7 @@ from .create_workflow import (
|
|
|
334
334
|
CreateWorkflowCreateWorkflowPreparationJobsConnectorAzureDocument,
|
|
335
335
|
CreateWorkflowCreateWorkflowPreparationJobsConnectorDeepgram,
|
|
336
336
|
CreateWorkflowCreateWorkflowPreparationJobsConnectorDocument,
|
|
337
|
+
CreateWorkflowCreateWorkflowPreparationJobsConnectorElevenLabsScribe,
|
|
337
338
|
CreateWorkflowCreateWorkflowPreparationJobsConnectorEmail,
|
|
338
339
|
CreateWorkflowCreateWorkflowPreparationJobsConnectorMistral,
|
|
339
340
|
CreateWorkflowCreateWorkflowPreparationJobsConnectorModelDocument,
|
|
@@ -628,12 +629,14 @@ from .enums import (
|
|
|
628
629
|
AnthropicModels,
|
|
629
630
|
ApplyPolicy,
|
|
630
631
|
ArcadeProviders,
|
|
632
|
+
AsanaAuthenticationTypes,
|
|
631
633
|
AssemblyAIModels,
|
|
632
634
|
AttioAuthenticationTypes,
|
|
633
635
|
AuthenticationServiceTypes,
|
|
634
636
|
AzureDocumentIntelligenceModels,
|
|
635
637
|
AzureDocumentIntelligenceVersions,
|
|
636
638
|
AzureOpenAIModels,
|
|
639
|
+
BambooHRAuthenticationTypes,
|
|
637
640
|
BedrockModels,
|
|
638
641
|
BillableMetrics,
|
|
639
642
|
BlobListingTypes,
|
|
@@ -648,6 +651,7 @@ from .enums import (
|
|
|
648
651
|
CerebrasModels,
|
|
649
652
|
CohereModels,
|
|
650
653
|
CollectionTypes,
|
|
654
|
+
ConfluenceTypes,
|
|
651
655
|
ConnectorTypes,
|
|
652
656
|
ContentClassificationServiceTypes,
|
|
653
657
|
ContentFacetTypes,
|
|
@@ -665,6 +669,7 @@ from .enums import (
|
|
|
665
669
|
DeviceTypes,
|
|
666
670
|
DropboxAuthenticationTypes,
|
|
667
671
|
ElevenLabsModels,
|
|
672
|
+
ElevenLabsScribeModels,
|
|
668
673
|
EmailListingTypes,
|
|
669
674
|
EmbeddingTypes,
|
|
670
675
|
EntityEnrichmentServiceTypes,
|
|
@@ -696,9 +701,14 @@ from .enums import (
|
|
|
696
701
|
GoogleEmailAuthenticationTypes,
|
|
697
702
|
GoogleImageModels,
|
|
698
703
|
GoogleModels,
|
|
704
|
+
GoogleThinkingLevels,
|
|
699
705
|
GraphStrategyTypes,
|
|
700
706
|
GroqModels,
|
|
707
|
+
GustoAuthenticationTypes,
|
|
701
708
|
H3ResolutionTypes,
|
|
709
|
+
HubSpotAuthenticationTypes,
|
|
710
|
+
HubSpotFeedAuthenticationTypes,
|
|
711
|
+
HubSpotIssueAuthenticationTypes,
|
|
702
712
|
ImageProjectionTypes,
|
|
703
713
|
IntegrationServiceTypes,
|
|
704
714
|
InvestmentFacetTypes,
|
|
@@ -1061,6 +1071,8 @@ from .get_conversation import (
|
|
|
1061
1071
|
GetConversationConversationMessagesToolCalls,
|
|
1062
1072
|
GetConversationConversationOwner,
|
|
1063
1073
|
GetConversationConversationSpecification,
|
|
1074
|
+
GetConversationConversationTurns,
|
|
1075
|
+
GetConversationConversationTurnsMessages,
|
|
1064
1076
|
)
|
|
1065
1077
|
from .get_event import (
|
|
1066
1078
|
GetEvent,
|
|
@@ -1097,10 +1109,12 @@ from .get_feed import (
|
|
|
1097
1109
|
GetFeedFeedCommit,
|
|
1098
1110
|
GetFeedFeedCommitGithub,
|
|
1099
1111
|
GetFeedFeedCommitGithubConnector,
|
|
1112
|
+
GetFeedFeedConfluence,
|
|
1100
1113
|
GetFeedFeedCrm,
|
|
1101
1114
|
GetFeedFeedCrmAttio,
|
|
1102
1115
|
GetFeedFeedCrmGoogleContacts,
|
|
1103
1116
|
GetFeedFeedCrmGoogleContactsConnector,
|
|
1117
|
+
GetFeedFeedCrmHubSpot,
|
|
1104
1118
|
GetFeedFeedCrmMicrosoftContacts,
|
|
1105
1119
|
GetFeedFeedCrmMicrosoftContactsConnector,
|
|
1106
1120
|
GetFeedFeedCrmSalesforce,
|
|
@@ -1113,14 +1127,23 @@ from .get_feed import (
|
|
|
1113
1127
|
GetFeedFeedEmailMicrosoftConnector,
|
|
1114
1128
|
GetFeedFeedEntity,
|
|
1115
1129
|
GetFeedFeedEntityParallel,
|
|
1130
|
+
GetFeedFeedHris,
|
|
1131
|
+
GetFeedFeedHrisBambooHr,
|
|
1132
|
+
GetFeedFeedHrisGusto,
|
|
1133
|
+
GetFeedFeedHubSpotConversations,
|
|
1134
|
+
GetFeedFeedHubSpotConversationsConnector,
|
|
1116
1135
|
GetFeedFeedIntercom,
|
|
1117
1136
|
GetFeedFeedIssue,
|
|
1137
|
+
GetFeedFeedIssueAsana,
|
|
1118
1138
|
GetFeedFeedIssueAttio,
|
|
1119
1139
|
GetFeedFeedIssueGithub,
|
|
1120
1140
|
GetFeedFeedIssueGithubConnector,
|
|
1141
|
+
GetFeedFeedIssueHubSpot,
|
|
1142
|
+
GetFeedFeedIssueHubSpotConnector,
|
|
1121
1143
|
GetFeedFeedIssueIntercom,
|
|
1122
1144
|
GetFeedFeedIssueJira,
|
|
1123
1145
|
GetFeedFeedIssueLinear,
|
|
1146
|
+
GetFeedFeedIssueMonday,
|
|
1124
1147
|
GetFeedFeedIssueSalesforce,
|
|
1125
1148
|
GetFeedFeedIssueSalesforceConnector,
|
|
1126
1149
|
GetFeedFeedIssueTrello,
|
|
@@ -1129,6 +1152,9 @@ from .get_feed import (
|
|
|
1129
1152
|
GetFeedFeedMeetingAttio,
|
|
1130
1153
|
GetFeedFeedMeetingFathom,
|
|
1131
1154
|
GetFeedFeedMeetingFireflies,
|
|
1155
|
+
GetFeedFeedMeetingHubSpot,
|
|
1156
|
+
GetFeedFeedMeetingHubSpotConnector,
|
|
1157
|
+
GetFeedFeedMeetingKrisp,
|
|
1132
1158
|
GetFeedFeedMicrosoftTeams,
|
|
1133
1159
|
GetFeedFeedMicrosoftTeamsConnector,
|
|
1134
1160
|
GetFeedFeedNotion,
|
|
@@ -1569,6 +1595,7 @@ from .get_workflow import (
|
|
|
1569
1595
|
GetWorkflowWorkflowPreparationJobsConnectorAzureDocument,
|
|
1570
1596
|
GetWorkflowWorkflowPreparationJobsConnectorDeepgram,
|
|
1571
1597
|
GetWorkflowWorkflowPreparationJobsConnectorDocument,
|
|
1598
|
+
GetWorkflowWorkflowPreparationJobsConnectorElevenLabsScribe,
|
|
1572
1599
|
GetWorkflowWorkflowPreparationJobsConnectorEmail,
|
|
1573
1600
|
GetWorkflowWorkflowPreparationJobsConnectorMistral,
|
|
1574
1601
|
GetWorkflowWorkflowPreparationJobsConnectorModelDocument,
|
|
@@ -1665,6 +1692,10 @@ from .input_types import (
|
|
|
1665
1692
|
AnthropicModelPropertiesInput,
|
|
1666
1693
|
AnthropicModelPropertiesUpdateInput,
|
|
1667
1694
|
ArcadeAuthenticationPropertiesInput,
|
|
1695
|
+
AsanaFeedPropertiesInput,
|
|
1696
|
+
AsanaFeedPropertiesUpdateInput,
|
|
1697
|
+
AsanaProjectsInput,
|
|
1698
|
+
AsanaWorkspacesInput,
|
|
1668
1699
|
AssemblyAIAudioPreparationPropertiesInput,
|
|
1669
1700
|
AtlassianJiraFeedPropertiesInput,
|
|
1670
1701
|
AtlassianJiraFeedPropertiesUpdateInput,
|
|
@@ -1689,6 +1720,9 @@ from .input_types import (
|
|
|
1689
1720
|
AzureOpenAIModelPropertiesInput,
|
|
1690
1721
|
AzureOpenAIModelPropertiesUpdateInput,
|
|
1691
1722
|
AzureTextExtractionPropertiesInput,
|
|
1723
|
+
BambooHRHRISFeedPropertiesInput,
|
|
1724
|
+
BambooHRHRISFeedPropertiesUpdateInput,
|
|
1725
|
+
BambooHROptionsInput,
|
|
1692
1726
|
BedrockModelPropertiesInput,
|
|
1693
1727
|
BedrockModelPropertiesUpdateInput,
|
|
1694
1728
|
BoundingBoxInput,
|
|
@@ -1715,6 +1749,9 @@ from .input_types import (
|
|
|
1715
1749
|
CollectionUpdateInput,
|
|
1716
1750
|
CommitFeedPropertiesInput,
|
|
1717
1751
|
CommitFeedPropertiesUpdateInput,
|
|
1752
|
+
ConfluenceFeedPropertiesInput,
|
|
1753
|
+
ConfluenceFeedPropertiesUpdateInput,
|
|
1754
|
+
ConfluenceSpacesInput,
|
|
1718
1755
|
ConnectorFilter,
|
|
1719
1756
|
ConnectorInput,
|
|
1720
1757
|
ConnectorUpdateInput,
|
|
@@ -1757,6 +1794,7 @@ from .input_types import (
|
|
|
1757
1794
|
DropboxFeedPropertiesUpdateInput,
|
|
1758
1795
|
DropboxFoldersInput,
|
|
1759
1796
|
ElevenLabsPublishingPropertiesInput,
|
|
1797
|
+
ElevenLabsScribeAudioPreparationPropertiesInput,
|
|
1760
1798
|
EmailFeedPropertiesInput,
|
|
1761
1799
|
EmailFeedPropertiesUpdateInput,
|
|
1762
1800
|
EmailIntegrationPropertiesInput,
|
|
@@ -1830,8 +1868,22 @@ from .input_types import (
|
|
|
1830
1868
|
GraphStrategyUpdateInput,
|
|
1831
1869
|
GroqModelPropertiesInput,
|
|
1832
1870
|
GroqModelPropertiesUpdateInput,
|
|
1871
|
+
GustoCompaniesInput,
|
|
1872
|
+
GustoHRISFeedPropertiesInput,
|
|
1873
|
+
GustoHRISFeedPropertiesUpdateInput,
|
|
1874
|
+
GustoOptionsInput,
|
|
1833
1875
|
H3Filter,
|
|
1834
1876
|
H3IndexFilter,
|
|
1877
|
+
HRISFeedPropertiesInput,
|
|
1878
|
+
HRISFeedPropertiesUpdateInput,
|
|
1879
|
+
HubSpotConversationsFeedPropertiesInput,
|
|
1880
|
+
HubSpotConversationsFeedPropertiesUpdateInput,
|
|
1881
|
+
HubSpotCRMFeedPropertiesInput,
|
|
1882
|
+
HubSpotCRMFeedPropertiesUpdateInput,
|
|
1883
|
+
HubSpotMeetingPropertiesInput,
|
|
1884
|
+
HubSpotMeetingPropertiesUpdateInput,
|
|
1885
|
+
HubSpotTasksFeedPropertiesInput,
|
|
1886
|
+
HubSpotTasksFeedPropertiesUpdateInput,
|
|
1835
1887
|
ImageMetadataInput,
|
|
1836
1888
|
IndexingWorkflowJobInput,
|
|
1837
1889
|
IndexingWorkflowStageInput,
|
|
@@ -1858,6 +1910,8 @@ from .input_types import (
|
|
|
1858
1910
|
IssueMetadataInput,
|
|
1859
1911
|
JinaModelPropertiesInput,
|
|
1860
1912
|
JinaModelPropertiesUpdateInput,
|
|
1913
|
+
KrispPropertiesInput,
|
|
1914
|
+
KrispPropertiesUpdateInput,
|
|
1861
1915
|
LabelFacetInput,
|
|
1862
1916
|
LabelFilter,
|
|
1863
1917
|
LabelInput,
|
|
@@ -1941,6 +1995,9 @@ from .input_types import (
|
|
|
1941
1995
|
ModelFilter,
|
|
1942
1996
|
ModelImageExtractionPropertiesInput,
|
|
1943
1997
|
ModelTextExtractionPropertiesInput,
|
|
1998
|
+
MondayBoardsInput,
|
|
1999
|
+
MondayFeedPropertiesInput,
|
|
2000
|
+
MondayFeedPropertiesUpdateInput,
|
|
1944
2001
|
NamedEntityReferenceInput,
|
|
1945
2002
|
NotionDatabasesInput,
|
|
1946
2003
|
NotionFeedPropertiesInput,
|
|
@@ -2403,9 +2460,16 @@ from .operations import (
|
|
|
2403
2460
|
PUBLISH_CONVERSATION_GQL,
|
|
2404
2461
|
PUBLISH_TEXT_GQL,
|
|
2405
2462
|
QUERY_ALERTS_GQL,
|
|
2463
|
+
QUERY_ASANA_PROJECTS_GQL,
|
|
2464
|
+
QUERY_ASANA_WORKSPACES_GQL,
|
|
2465
|
+
QUERY_BAMBOO_HR_DEPARTMENTS_GQL,
|
|
2466
|
+
QUERY_BAMBOO_HR_DIVISIONS_GQL,
|
|
2467
|
+
QUERY_BAMBOO_HR_EMPLOYMENT_STATUSES_GQL,
|
|
2468
|
+
QUERY_BAMBOO_HR_LOCATIONS_GQL,
|
|
2406
2469
|
QUERY_BOX_FOLDERS_GQL,
|
|
2407
2470
|
QUERY_CATEGORIES_GQL,
|
|
2408
2471
|
QUERY_COLLECTIONS_GQL,
|
|
2472
|
+
QUERY_CONFLUENCE_SPACES_GQL,
|
|
2409
2473
|
QUERY_CONNECTORS_GQL,
|
|
2410
2474
|
QUERY_CONTENTS_FACETS_GQL,
|
|
2411
2475
|
QUERY_CONTENTS_GQL,
|
|
@@ -2426,6 +2490,9 @@ from .operations import (
|
|
|
2426
2490
|
QUERY_GOOGLE_CALENDARS_GQL,
|
|
2427
2491
|
QUERY_GOOGLE_DRIVE_FOLDERS_GQL,
|
|
2428
2492
|
QUERY_GRAPH_GQL,
|
|
2493
|
+
QUERY_GUSTO_COMPANIES_GQL,
|
|
2494
|
+
QUERY_GUSTO_DEPARTMENTS_GQL,
|
|
2495
|
+
QUERY_GUSTO_LOCATIONS_GQL,
|
|
2429
2496
|
QUERY_INVESTMENT_FUNDS_CLUSTERS_GQL,
|
|
2430
2497
|
QUERY_INVESTMENT_FUNDS_EXPANDED_GQL,
|
|
2431
2498
|
QUERY_INVESTMENT_FUNDS_GQL,
|
|
@@ -2460,6 +2527,7 @@ from .operations import (
|
|
|
2460
2527
|
QUERY_MICROSOFT_TEAMS_CHANNELS_GQL,
|
|
2461
2528
|
QUERY_MICROSOFT_TEAMS_TEAMS_GQL,
|
|
2462
2529
|
QUERY_MODELS_GQL,
|
|
2530
|
+
QUERY_MONDAY_BOARDS_GQL,
|
|
2463
2531
|
QUERY_NOTION_DATABASES_GQL,
|
|
2464
2532
|
QUERY_NOTION_PAGES_GQL,
|
|
2465
2533
|
QUERY_OBSERVABLES_GQL,
|
|
@@ -2691,6 +2759,31 @@ from .query_alerts import (
|
|
|
2691
2759
|
QueryAlertsAlertsResultsSummarySpecification,
|
|
2692
2760
|
QueryAlertsAlertsResultsView,
|
|
2693
2761
|
)
|
|
2762
|
+
from .query_asana_projects import QueryAsanaProjects, QueryAsanaProjectsAsanaProjects
|
|
2763
|
+
from .query_asana_workspaces import (
|
|
2764
|
+
QueryAsanaWorkspaces,
|
|
2765
|
+
QueryAsanaWorkspacesAsanaWorkspaces,
|
|
2766
|
+
)
|
|
2767
|
+
from .query_bamboo_hr_departments import (
|
|
2768
|
+
QueryBambooHRDepartments,
|
|
2769
|
+
QueryBambooHRDepartmentsBambooHrDepartments,
|
|
2770
|
+
QueryBambooHRDepartmentsBambooHrDepartmentsResults,
|
|
2771
|
+
)
|
|
2772
|
+
from .query_bamboo_hr_divisions import (
|
|
2773
|
+
QueryBambooHRDivisions,
|
|
2774
|
+
QueryBambooHRDivisionsBambooHrDivisions,
|
|
2775
|
+
QueryBambooHRDivisionsBambooHrDivisionsResults,
|
|
2776
|
+
)
|
|
2777
|
+
from .query_bamboo_hr_employment_statuses import (
|
|
2778
|
+
QueryBambooHREmploymentStatuses,
|
|
2779
|
+
QueryBambooHREmploymentStatusesBambooHrEmploymentStatuses,
|
|
2780
|
+
QueryBambooHREmploymentStatusesBambooHrEmploymentStatusesResults,
|
|
2781
|
+
)
|
|
2782
|
+
from .query_bamboo_hr_locations import (
|
|
2783
|
+
QueryBambooHRLocations,
|
|
2784
|
+
QueryBambooHRLocationsBambooHrLocations,
|
|
2785
|
+
QueryBambooHRLocationsBambooHrLocationsResults,
|
|
2786
|
+
)
|
|
2694
2787
|
from .query_box_folders import (
|
|
2695
2788
|
QueryBoxFolders,
|
|
2696
2789
|
QueryBoxFoldersBoxFolders,
|
|
@@ -2708,6 +2801,11 @@ from .query_collections import (
|
|
|
2708
2801
|
QueryCollectionsCollectionsResults,
|
|
2709
2802
|
QueryCollectionsCollectionsResultsOwner,
|
|
2710
2803
|
)
|
|
2804
|
+
from .query_confluence_spaces import (
|
|
2805
|
+
QueryConfluenceSpaces,
|
|
2806
|
+
QueryConfluenceSpacesConfluenceSpaces,
|
|
2807
|
+
QueryConfluenceSpacesConfluenceSpacesResults,
|
|
2808
|
+
)
|
|
2711
2809
|
from .query_connectors import (
|
|
2712
2810
|
QueryConnectors,
|
|
2713
2811
|
QueryConnectorsConnectors,
|
|
@@ -2905,6 +3003,8 @@ from .query_conversations import (
|
|
|
2905
3003
|
QueryConversationsConversationsResultsMessagesToolCalls,
|
|
2906
3004
|
QueryConversationsConversationsResultsOwner,
|
|
2907
3005
|
QueryConversationsConversationsResultsSpecification,
|
|
3006
|
+
QueryConversationsConversationsResultsTurns,
|
|
3007
|
+
QueryConversationsConversationsResultsTurnsMessages,
|
|
2908
3008
|
)
|
|
2909
3009
|
from .query_credits import QueryCredits, QueryCreditsCredits
|
|
2910
3010
|
from .query_discord_channels import (
|
|
@@ -2997,10 +3097,12 @@ from .query_feeds import (
|
|
|
2997
3097
|
QueryFeedsFeedsResultsCommit,
|
|
2998
3098
|
QueryFeedsFeedsResultsCommitGithub,
|
|
2999
3099
|
QueryFeedsFeedsResultsCommitGithubConnector,
|
|
3100
|
+
QueryFeedsFeedsResultsConfluence,
|
|
3000
3101
|
QueryFeedsFeedsResultsCrm,
|
|
3001
3102
|
QueryFeedsFeedsResultsCrmAttio,
|
|
3002
3103
|
QueryFeedsFeedsResultsCrmGoogleContacts,
|
|
3003
3104
|
QueryFeedsFeedsResultsCrmGoogleContactsConnector,
|
|
3105
|
+
QueryFeedsFeedsResultsCrmHubSpot,
|
|
3004
3106
|
QueryFeedsFeedsResultsCrmMicrosoftContacts,
|
|
3005
3107
|
QueryFeedsFeedsResultsCrmMicrosoftContactsConnector,
|
|
3006
3108
|
QueryFeedsFeedsResultsCrmSalesforce,
|
|
@@ -3013,14 +3115,23 @@ from .query_feeds import (
|
|
|
3013
3115
|
QueryFeedsFeedsResultsEmailMicrosoftConnector,
|
|
3014
3116
|
QueryFeedsFeedsResultsEntity,
|
|
3015
3117
|
QueryFeedsFeedsResultsEntityParallel,
|
|
3118
|
+
QueryFeedsFeedsResultsHris,
|
|
3119
|
+
QueryFeedsFeedsResultsHrisBambooHr,
|
|
3120
|
+
QueryFeedsFeedsResultsHrisGusto,
|
|
3121
|
+
QueryFeedsFeedsResultsHubSpotConversations,
|
|
3122
|
+
QueryFeedsFeedsResultsHubSpotConversationsConnector,
|
|
3016
3123
|
QueryFeedsFeedsResultsIntercom,
|
|
3017
3124
|
QueryFeedsFeedsResultsIssue,
|
|
3125
|
+
QueryFeedsFeedsResultsIssueAsana,
|
|
3018
3126
|
QueryFeedsFeedsResultsIssueAttio,
|
|
3019
3127
|
QueryFeedsFeedsResultsIssueGithub,
|
|
3020
3128
|
QueryFeedsFeedsResultsIssueGithubConnector,
|
|
3129
|
+
QueryFeedsFeedsResultsIssueHubSpot,
|
|
3130
|
+
QueryFeedsFeedsResultsIssueHubSpotConnector,
|
|
3021
3131
|
QueryFeedsFeedsResultsIssueIntercom,
|
|
3022
3132
|
QueryFeedsFeedsResultsIssueJira,
|
|
3023
3133
|
QueryFeedsFeedsResultsIssueLinear,
|
|
3134
|
+
QueryFeedsFeedsResultsIssueMonday,
|
|
3024
3135
|
QueryFeedsFeedsResultsIssueSalesforce,
|
|
3025
3136
|
QueryFeedsFeedsResultsIssueSalesforceConnector,
|
|
3026
3137
|
QueryFeedsFeedsResultsIssueTrello,
|
|
@@ -3029,6 +3140,9 @@ from .query_feeds import (
|
|
|
3029
3140
|
QueryFeedsFeedsResultsMeetingAttio,
|
|
3030
3141
|
QueryFeedsFeedsResultsMeetingFathom,
|
|
3031
3142
|
QueryFeedsFeedsResultsMeetingFireflies,
|
|
3143
|
+
QueryFeedsFeedsResultsMeetingHubSpot,
|
|
3144
|
+
QueryFeedsFeedsResultsMeetingHubSpotConnector,
|
|
3145
|
+
QueryFeedsFeedsResultsMeetingKrisp,
|
|
3032
3146
|
QueryFeedsFeedsResultsMicrosoftTeams,
|
|
3033
3147
|
QueryFeedsFeedsResultsMicrosoftTeamsConnector,
|
|
3034
3148
|
QueryFeedsFeedsResultsNotion,
|
|
@@ -3090,6 +3204,21 @@ from .query_graph import (
|
|
|
3090
3204
|
QueryGraphGraphEdges,
|
|
3091
3205
|
QueryGraphGraphNodes,
|
|
3092
3206
|
)
|
|
3207
|
+
from .query_gusto_companies import (
|
|
3208
|
+
QueryGustoCompanies,
|
|
3209
|
+
QueryGustoCompaniesGustoCompanies,
|
|
3210
|
+
QueryGustoCompaniesGustoCompaniesResults,
|
|
3211
|
+
)
|
|
3212
|
+
from .query_gusto_departments import (
|
|
3213
|
+
QueryGustoDepartments,
|
|
3214
|
+
QueryGustoDepartmentsGustoDepartments,
|
|
3215
|
+
QueryGustoDepartmentsGustoDepartmentsResults,
|
|
3216
|
+
)
|
|
3217
|
+
from .query_gusto_locations import (
|
|
3218
|
+
QueryGustoLocations,
|
|
3219
|
+
QueryGustoLocationsGustoLocations,
|
|
3220
|
+
QueryGustoLocationsGustoLocationsResults,
|
|
3221
|
+
)
|
|
3093
3222
|
from .query_investment_funds import (
|
|
3094
3223
|
QueryInvestmentFunds,
|
|
3095
3224
|
QueryInvestmentFundsInvestmentFunds,
|
|
@@ -3483,6 +3612,7 @@ from .query_models import (
|
|
|
3483
3612
|
QueryModelsModelsResultsFeatures,
|
|
3484
3613
|
QueryModelsModelsResultsMetadata,
|
|
3485
3614
|
)
|
|
3615
|
+
from .query_monday_boards import QueryMondayBoards, QueryMondayBoardsMondayBoards
|
|
3486
3616
|
from .query_notion_databases import (
|
|
3487
3617
|
QueryNotionDatabases,
|
|
3488
3618
|
QueryNotionDatabasesNotionDatabases,
|
|
@@ -3888,6 +4018,7 @@ from .query_workflows import (
|
|
|
3888
4018
|
QueryWorkflowsWorkflowsResultsPreparationJobsConnectorAzureDocument,
|
|
3889
4019
|
QueryWorkflowsWorkflowsResultsPreparationJobsConnectorDeepgram,
|
|
3890
4020
|
QueryWorkflowsWorkflowsResultsPreparationJobsConnectorDocument,
|
|
4021
|
+
QueryWorkflowsWorkflowsResultsPreparationJobsConnectorElevenLabsScribe,
|
|
3891
4022
|
QueryWorkflowsWorkflowsResultsPreparationJobsConnectorEmail,
|
|
3892
4023
|
QueryWorkflowsWorkflowsResultsPreparationJobsConnectorMistral,
|
|
3893
4024
|
QueryWorkflowsWorkflowsResultsPreparationJobsConnectorModelDocument,
|
|
@@ -4231,6 +4362,7 @@ from .update_workflow import (
|
|
|
4231
4362
|
UpdateWorkflowUpdateWorkflowPreparationJobsConnectorAzureDocument,
|
|
4232
4363
|
UpdateWorkflowUpdateWorkflowPreparationJobsConnectorDeepgram,
|
|
4233
4364
|
UpdateWorkflowUpdateWorkflowPreparationJobsConnectorDocument,
|
|
4365
|
+
UpdateWorkflowUpdateWorkflowPreparationJobsConnectorElevenLabsScribe,
|
|
4234
4366
|
UpdateWorkflowUpdateWorkflowPreparationJobsConnectorEmail,
|
|
4235
4367
|
UpdateWorkflowUpdateWorkflowPreparationJobsConnectorMistral,
|
|
4236
4368
|
UpdateWorkflowUpdateWorkflowPreparationJobsConnectorModelDocument,
|
|
@@ -4358,6 +4490,7 @@ from .upsert_workflow import (
|
|
|
4358
4490
|
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorAzureDocument,
|
|
4359
4491
|
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorDeepgram,
|
|
4360
4492
|
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorDocument,
|
|
4493
|
+
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorElevenLabsScribe,
|
|
4361
4494
|
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorEmail,
|
|
4362
4495
|
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorMistral,
|
|
4363
4496
|
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocument,
|
|
@@ -4399,6 +4532,11 @@ __all__ = [
|
|
|
4399
4532
|
"ApproveContentApproveContent",
|
|
4400
4533
|
"ArcadeAuthenticationPropertiesInput",
|
|
4401
4534
|
"ArcadeProviders",
|
|
4535
|
+
"AsanaAuthenticationTypes",
|
|
4536
|
+
"AsanaFeedPropertiesInput",
|
|
4537
|
+
"AsanaFeedPropertiesUpdateInput",
|
|
4538
|
+
"AsanaProjectsInput",
|
|
4539
|
+
"AsanaWorkspacesInput",
|
|
4402
4540
|
"AskGraphlit",
|
|
4403
4541
|
"AskGraphlitAskGraphlit",
|
|
4404
4542
|
"AskGraphlitAskGraphlitConversation",
|
|
@@ -4442,6 +4580,10 @@ __all__ = [
|
|
|
4442
4580
|
"AzureOpenAIModels",
|
|
4443
4581
|
"AzureTextExtractionPropertiesInput",
|
|
4444
4582
|
"BRANCH_CONVERSATION_GQL",
|
|
4583
|
+
"BambooHRAuthenticationTypes",
|
|
4584
|
+
"BambooHRHRISFeedPropertiesInput",
|
|
4585
|
+
"BambooHRHRISFeedPropertiesUpdateInput",
|
|
4586
|
+
"BambooHROptionsInput",
|
|
4445
4587
|
"BaseModel",
|
|
4446
4588
|
"BedrockModelPropertiesInput",
|
|
4447
4589
|
"BedrockModelPropertiesUpdateInput",
|
|
@@ -4589,6 +4731,10 @@ __all__ = [
|
|
|
4589
4731
|
"CompleteConversationCompleteConversationMessageCitationsContentImage",
|
|
4590
4732
|
"CompleteConversationCompleteConversationMessageCitationsContentVideo",
|
|
4591
4733
|
"CompleteConversationCompleteConversationMessageToolCalls",
|
|
4734
|
+
"ConfluenceFeedPropertiesInput",
|
|
4735
|
+
"ConfluenceFeedPropertiesUpdateInput",
|
|
4736
|
+
"ConfluenceSpacesInput",
|
|
4737
|
+
"ConfluenceTypes",
|
|
4592
4738
|
"ConnectorFilter",
|
|
4593
4739
|
"ConnectorInput",
|
|
4594
4740
|
"ConnectorTypes",
|
|
@@ -4882,6 +5028,7 @@ __all__ = [
|
|
|
4882
5028
|
"CreateWorkflowCreateWorkflowPreparationJobsConnectorAzureDocument",
|
|
4883
5029
|
"CreateWorkflowCreateWorkflowPreparationJobsConnectorDeepgram",
|
|
4884
5030
|
"CreateWorkflowCreateWorkflowPreparationJobsConnectorDocument",
|
|
5031
|
+
"CreateWorkflowCreateWorkflowPreparationJobsConnectorElevenLabsScribe",
|
|
4885
5032
|
"CreateWorkflowCreateWorkflowPreparationJobsConnectorEmail",
|
|
4886
5033
|
"CreateWorkflowCreateWorkflowPreparationJobsConnectorMistral",
|
|
4887
5034
|
"CreateWorkflowCreateWorkflowPreparationJobsConnectorModelDocument",
|
|
@@ -5244,6 +5391,8 @@ __all__ = [
|
|
|
5244
5391
|
"EXTRACT_TEXT_GQL",
|
|
5245
5392
|
"ElevenLabsModels",
|
|
5246
5393
|
"ElevenLabsPublishingPropertiesInput",
|
|
5394
|
+
"ElevenLabsScribeAudioPreparationPropertiesInput",
|
|
5395
|
+
"ElevenLabsScribeModels",
|
|
5247
5396
|
"EmailFeedPropertiesInput",
|
|
5248
5397
|
"EmailFeedPropertiesUpdateInput",
|
|
5249
5398
|
"EmailIntegrationPropertiesInput",
|
|
@@ -5605,6 +5754,8 @@ __all__ = [
|
|
|
5605
5754
|
"GetConversationConversationMessagesToolCalls",
|
|
5606
5755
|
"GetConversationConversationOwner",
|
|
5607
5756
|
"GetConversationConversationSpecification",
|
|
5757
|
+
"GetConversationConversationTurns",
|
|
5758
|
+
"GetConversationConversationTurnsMessages",
|
|
5608
5759
|
"GetEvent",
|
|
5609
5760
|
"GetEventEvent",
|
|
5610
5761
|
"GetEventEventAddress",
|
|
@@ -5635,10 +5786,12 @@ __all__ = [
|
|
|
5635
5786
|
"GetFeedFeedCommit",
|
|
5636
5787
|
"GetFeedFeedCommitGithub",
|
|
5637
5788
|
"GetFeedFeedCommitGithubConnector",
|
|
5789
|
+
"GetFeedFeedConfluence",
|
|
5638
5790
|
"GetFeedFeedCrm",
|
|
5639
5791
|
"GetFeedFeedCrmAttio",
|
|
5640
5792
|
"GetFeedFeedCrmGoogleContacts",
|
|
5641
5793
|
"GetFeedFeedCrmGoogleContactsConnector",
|
|
5794
|
+
"GetFeedFeedCrmHubSpot",
|
|
5642
5795
|
"GetFeedFeedCrmMicrosoftContacts",
|
|
5643
5796
|
"GetFeedFeedCrmMicrosoftContactsConnector",
|
|
5644
5797
|
"GetFeedFeedCrmSalesforce",
|
|
@@ -5651,14 +5804,23 @@ __all__ = [
|
|
|
5651
5804
|
"GetFeedFeedEmailMicrosoftConnector",
|
|
5652
5805
|
"GetFeedFeedEntity",
|
|
5653
5806
|
"GetFeedFeedEntityParallel",
|
|
5807
|
+
"GetFeedFeedHris",
|
|
5808
|
+
"GetFeedFeedHrisBambooHr",
|
|
5809
|
+
"GetFeedFeedHrisGusto",
|
|
5810
|
+
"GetFeedFeedHubSpotConversations",
|
|
5811
|
+
"GetFeedFeedHubSpotConversationsConnector",
|
|
5654
5812
|
"GetFeedFeedIntercom",
|
|
5655
5813
|
"GetFeedFeedIssue",
|
|
5814
|
+
"GetFeedFeedIssueAsana",
|
|
5656
5815
|
"GetFeedFeedIssueAttio",
|
|
5657
5816
|
"GetFeedFeedIssueGithub",
|
|
5658
5817
|
"GetFeedFeedIssueGithubConnector",
|
|
5818
|
+
"GetFeedFeedIssueHubSpot",
|
|
5819
|
+
"GetFeedFeedIssueHubSpotConnector",
|
|
5659
5820
|
"GetFeedFeedIssueIntercom",
|
|
5660
5821
|
"GetFeedFeedIssueJira",
|
|
5661
5822
|
"GetFeedFeedIssueLinear",
|
|
5823
|
+
"GetFeedFeedIssueMonday",
|
|
5662
5824
|
"GetFeedFeedIssueSalesforce",
|
|
5663
5825
|
"GetFeedFeedIssueSalesforceConnector",
|
|
5664
5826
|
"GetFeedFeedIssueTrello",
|
|
@@ -5667,6 +5829,9 @@ __all__ = [
|
|
|
5667
5829
|
"GetFeedFeedMeetingAttio",
|
|
5668
5830
|
"GetFeedFeedMeetingFathom",
|
|
5669
5831
|
"GetFeedFeedMeetingFireflies",
|
|
5832
|
+
"GetFeedFeedMeetingHubSpot",
|
|
5833
|
+
"GetFeedFeedMeetingHubSpotConnector",
|
|
5834
|
+
"GetFeedFeedMeetingKrisp",
|
|
5670
5835
|
"GetFeedFeedMicrosoftTeams",
|
|
5671
5836
|
"GetFeedFeedMicrosoftTeamsConnector",
|
|
5672
5837
|
"GetFeedFeedNotion",
|
|
@@ -6057,6 +6222,7 @@ __all__ = [
|
|
|
6057
6222
|
"GetWorkflowWorkflowPreparationJobsConnectorAzureDocument",
|
|
6058
6223
|
"GetWorkflowWorkflowPreparationJobsConnectorDeepgram",
|
|
6059
6224
|
"GetWorkflowWorkflowPreparationJobsConnectorDocument",
|
|
6225
|
+
"GetWorkflowWorkflowPreparationJobsConnectorElevenLabsScribe",
|
|
6060
6226
|
"GetWorkflowWorkflowPreparationJobsConnectorEmail",
|
|
6061
6227
|
"GetWorkflowWorkflowPreparationJobsConnectorMistral",
|
|
6062
6228
|
"GetWorkflowWorkflowPreparationJobsConnectorModelDocument",
|
|
@@ -6106,6 +6272,7 @@ __all__ = [
|
|
|
6106
6272
|
"GoogleModelPropertiesInput",
|
|
6107
6273
|
"GoogleModelPropertiesUpdateInput",
|
|
6108
6274
|
"GoogleModels",
|
|
6275
|
+
"GoogleThinkingLevels",
|
|
6109
6276
|
"GraphFilter",
|
|
6110
6277
|
"GraphInput",
|
|
6111
6278
|
"GraphQLClientError",
|
|
@@ -6119,9 +6286,27 @@ __all__ = [
|
|
|
6119
6286
|
"GroqModelPropertiesInput",
|
|
6120
6287
|
"GroqModelPropertiesUpdateInput",
|
|
6121
6288
|
"GroqModels",
|
|
6289
|
+
"GustoAuthenticationTypes",
|
|
6290
|
+
"GustoCompaniesInput",
|
|
6291
|
+
"GustoHRISFeedPropertiesInput",
|
|
6292
|
+
"GustoHRISFeedPropertiesUpdateInput",
|
|
6293
|
+
"GustoOptionsInput",
|
|
6122
6294
|
"H3Filter",
|
|
6123
6295
|
"H3IndexFilter",
|
|
6124
6296
|
"H3ResolutionTypes",
|
|
6297
|
+
"HRISFeedPropertiesInput",
|
|
6298
|
+
"HRISFeedPropertiesUpdateInput",
|
|
6299
|
+
"HubSpotAuthenticationTypes",
|
|
6300
|
+
"HubSpotCRMFeedPropertiesInput",
|
|
6301
|
+
"HubSpotCRMFeedPropertiesUpdateInput",
|
|
6302
|
+
"HubSpotConversationsFeedPropertiesInput",
|
|
6303
|
+
"HubSpotConversationsFeedPropertiesUpdateInput",
|
|
6304
|
+
"HubSpotFeedAuthenticationTypes",
|
|
6305
|
+
"HubSpotIssueAuthenticationTypes",
|
|
6306
|
+
"HubSpotMeetingPropertiesInput",
|
|
6307
|
+
"HubSpotMeetingPropertiesUpdateInput",
|
|
6308
|
+
"HubSpotTasksFeedPropertiesInput",
|
|
6309
|
+
"HubSpotTasksFeedPropertiesUpdateInput",
|
|
6125
6310
|
"INGEST_BATCH_GQL",
|
|
6126
6311
|
"INGEST_ENCODED_FILE_GQL",
|
|
6127
6312
|
"INGEST_EVENT_GQL",
|
|
@@ -6222,6 +6407,8 @@ __all__ = [
|
|
|
6222
6407
|
"JinaModelPropertiesInput",
|
|
6223
6408
|
"JinaModelPropertiesUpdateInput",
|
|
6224
6409
|
"JinaModels",
|
|
6410
|
+
"KrispPropertiesInput",
|
|
6411
|
+
"KrispPropertiesUpdateInput",
|
|
6225
6412
|
"LOOKUP_CONTENTS_GQL",
|
|
6226
6413
|
"LOOKUP_CREDITS_GQL",
|
|
6227
6414
|
"LOOKUP_ENTITY_GQL",
|
|
@@ -6404,6 +6591,9 @@ __all__ = [
|
|
|
6404
6591
|
"ModelServiceTypes",
|
|
6405
6592
|
"ModelTextExtractionPropertiesInput",
|
|
6406
6593
|
"ModelTypes",
|
|
6594
|
+
"MondayBoardsInput",
|
|
6595
|
+
"MondayFeedPropertiesInput",
|
|
6596
|
+
"MondayFeedPropertiesUpdateInput",
|
|
6407
6597
|
"NamedEntityReferenceInput",
|
|
6408
6598
|
"NotionDatabasesInput",
|
|
6409
6599
|
"NotionFeedPropertiesInput",
|
|
@@ -6568,9 +6758,16 @@ __all__ = [
|
|
|
6568
6758
|
"PullRequestFeedPropertiesInput",
|
|
6569
6759
|
"PullRequestFeedPropertiesUpdateInput",
|
|
6570
6760
|
"QUERY_ALERTS_GQL",
|
|
6761
|
+
"QUERY_ASANA_PROJECTS_GQL",
|
|
6762
|
+
"QUERY_ASANA_WORKSPACES_GQL",
|
|
6763
|
+
"QUERY_BAMBOO_HR_DEPARTMENTS_GQL",
|
|
6764
|
+
"QUERY_BAMBOO_HR_DIVISIONS_GQL",
|
|
6765
|
+
"QUERY_BAMBOO_HR_EMPLOYMENT_STATUSES_GQL",
|
|
6766
|
+
"QUERY_BAMBOO_HR_LOCATIONS_GQL",
|
|
6571
6767
|
"QUERY_BOX_FOLDERS_GQL",
|
|
6572
6768
|
"QUERY_CATEGORIES_GQL",
|
|
6573
6769
|
"QUERY_COLLECTIONS_GQL",
|
|
6770
|
+
"QUERY_CONFLUENCE_SPACES_GQL",
|
|
6574
6771
|
"QUERY_CONNECTORS_GQL",
|
|
6575
6772
|
"QUERY_CONTENTS_FACETS_GQL",
|
|
6576
6773
|
"QUERY_CONTENTS_GQL",
|
|
@@ -6591,6 +6788,9 @@ __all__ = [
|
|
|
6591
6788
|
"QUERY_GOOGLE_CALENDARS_GQL",
|
|
6592
6789
|
"QUERY_GOOGLE_DRIVE_FOLDERS_GQL",
|
|
6593
6790
|
"QUERY_GRAPH_GQL",
|
|
6791
|
+
"QUERY_GUSTO_COMPANIES_GQL",
|
|
6792
|
+
"QUERY_GUSTO_DEPARTMENTS_GQL",
|
|
6793
|
+
"QUERY_GUSTO_LOCATIONS_GQL",
|
|
6594
6794
|
"QUERY_INVESTMENTS_CLUSTERS_GQL",
|
|
6595
6795
|
"QUERY_INVESTMENTS_EXPANDED_GQL",
|
|
6596
6796
|
"QUERY_INVESTMENTS_GQL",
|
|
@@ -6625,6 +6825,7 @@ __all__ = [
|
|
|
6625
6825
|
"QUERY_MICROSOFT_TEAMS_CHANNELS_GQL",
|
|
6626
6826
|
"QUERY_MICROSOFT_TEAMS_TEAMS_GQL",
|
|
6627
6827
|
"QUERY_MODELS_GQL",
|
|
6828
|
+
"QUERY_MONDAY_BOARDS_GQL",
|
|
6628
6829
|
"QUERY_NOTION_DATABASES_GQL",
|
|
6629
6830
|
"QUERY_NOTION_PAGES_GQL",
|
|
6630
6831
|
"QUERY_OBSERVABLES_GQL",
|
|
@@ -6700,6 +6901,22 @@ __all__ = [
|
|
|
6700
6901
|
"QueryAlertsAlertsResultsSchedulePolicy",
|
|
6701
6902
|
"QueryAlertsAlertsResultsSummarySpecification",
|
|
6702
6903
|
"QueryAlertsAlertsResultsView",
|
|
6904
|
+
"QueryAsanaProjects",
|
|
6905
|
+
"QueryAsanaProjectsAsanaProjects",
|
|
6906
|
+
"QueryAsanaWorkspaces",
|
|
6907
|
+
"QueryAsanaWorkspacesAsanaWorkspaces",
|
|
6908
|
+
"QueryBambooHRDepartments",
|
|
6909
|
+
"QueryBambooHRDepartmentsBambooHrDepartments",
|
|
6910
|
+
"QueryBambooHRDepartmentsBambooHrDepartmentsResults",
|
|
6911
|
+
"QueryBambooHRDivisions",
|
|
6912
|
+
"QueryBambooHRDivisionsBambooHrDivisions",
|
|
6913
|
+
"QueryBambooHRDivisionsBambooHrDivisionsResults",
|
|
6914
|
+
"QueryBambooHREmploymentStatuses",
|
|
6915
|
+
"QueryBambooHREmploymentStatusesBambooHrEmploymentStatuses",
|
|
6916
|
+
"QueryBambooHREmploymentStatusesBambooHrEmploymentStatusesResults",
|
|
6917
|
+
"QueryBambooHRLocations",
|
|
6918
|
+
"QueryBambooHRLocationsBambooHrLocations",
|
|
6919
|
+
"QueryBambooHRLocationsBambooHrLocationsResults",
|
|
6703
6920
|
"QueryBoxFolders",
|
|
6704
6921
|
"QueryBoxFoldersBoxFolders",
|
|
6705
6922
|
"QueryBoxFoldersBoxFoldersResults",
|
|
@@ -6711,6 +6928,9 @@ __all__ = [
|
|
|
6711
6928
|
"QueryCollectionsCollections",
|
|
6712
6929
|
"QueryCollectionsCollectionsResults",
|
|
6713
6930
|
"QueryCollectionsCollectionsResultsOwner",
|
|
6931
|
+
"QueryConfluenceSpaces",
|
|
6932
|
+
"QueryConfluenceSpacesConfluenceSpaces",
|
|
6933
|
+
"QueryConfluenceSpacesConfluenceSpacesResults",
|
|
6714
6934
|
"QueryConnectors",
|
|
6715
6935
|
"QueryConnectorsConnectors",
|
|
6716
6936
|
"QueryConnectorsConnectorsResults",
|
|
@@ -6897,6 +7117,8 @@ __all__ = [
|
|
|
6897
7117
|
"QueryConversationsConversationsResultsMessagesToolCalls",
|
|
6898
7118
|
"QueryConversationsConversationsResultsOwner",
|
|
6899
7119
|
"QueryConversationsConversationsResultsSpecification",
|
|
7120
|
+
"QueryConversationsConversationsResultsTurns",
|
|
7121
|
+
"QueryConversationsConversationsResultsTurnsMessages",
|
|
6900
7122
|
"QueryCredits",
|
|
6901
7123
|
"QueryCreditsCredits",
|
|
6902
7124
|
"QueryDiscordChannels",
|
|
@@ -6972,10 +7194,12 @@ __all__ = [
|
|
|
6972
7194
|
"QueryFeedsFeedsResultsCommit",
|
|
6973
7195
|
"QueryFeedsFeedsResultsCommitGithub",
|
|
6974
7196
|
"QueryFeedsFeedsResultsCommitGithubConnector",
|
|
7197
|
+
"QueryFeedsFeedsResultsConfluence",
|
|
6975
7198
|
"QueryFeedsFeedsResultsCrm",
|
|
6976
7199
|
"QueryFeedsFeedsResultsCrmAttio",
|
|
6977
7200
|
"QueryFeedsFeedsResultsCrmGoogleContacts",
|
|
6978
7201
|
"QueryFeedsFeedsResultsCrmGoogleContactsConnector",
|
|
7202
|
+
"QueryFeedsFeedsResultsCrmHubSpot",
|
|
6979
7203
|
"QueryFeedsFeedsResultsCrmMicrosoftContacts",
|
|
6980
7204
|
"QueryFeedsFeedsResultsCrmMicrosoftContactsConnector",
|
|
6981
7205
|
"QueryFeedsFeedsResultsCrmSalesforce",
|
|
@@ -6988,14 +7212,23 @@ __all__ = [
|
|
|
6988
7212
|
"QueryFeedsFeedsResultsEmailMicrosoftConnector",
|
|
6989
7213
|
"QueryFeedsFeedsResultsEntity",
|
|
6990
7214
|
"QueryFeedsFeedsResultsEntityParallel",
|
|
7215
|
+
"QueryFeedsFeedsResultsHris",
|
|
7216
|
+
"QueryFeedsFeedsResultsHrisBambooHr",
|
|
7217
|
+
"QueryFeedsFeedsResultsHrisGusto",
|
|
7218
|
+
"QueryFeedsFeedsResultsHubSpotConversations",
|
|
7219
|
+
"QueryFeedsFeedsResultsHubSpotConversationsConnector",
|
|
6991
7220
|
"QueryFeedsFeedsResultsIntercom",
|
|
6992
7221
|
"QueryFeedsFeedsResultsIssue",
|
|
7222
|
+
"QueryFeedsFeedsResultsIssueAsana",
|
|
6993
7223
|
"QueryFeedsFeedsResultsIssueAttio",
|
|
6994
7224
|
"QueryFeedsFeedsResultsIssueGithub",
|
|
6995
7225
|
"QueryFeedsFeedsResultsIssueGithubConnector",
|
|
7226
|
+
"QueryFeedsFeedsResultsIssueHubSpot",
|
|
7227
|
+
"QueryFeedsFeedsResultsIssueHubSpotConnector",
|
|
6996
7228
|
"QueryFeedsFeedsResultsIssueIntercom",
|
|
6997
7229
|
"QueryFeedsFeedsResultsIssueJira",
|
|
6998
7230
|
"QueryFeedsFeedsResultsIssueLinear",
|
|
7231
|
+
"QueryFeedsFeedsResultsIssueMonday",
|
|
6999
7232
|
"QueryFeedsFeedsResultsIssueSalesforce",
|
|
7000
7233
|
"QueryFeedsFeedsResultsIssueSalesforceConnector",
|
|
7001
7234
|
"QueryFeedsFeedsResultsIssueTrello",
|
|
@@ -7004,6 +7237,9 @@ __all__ = [
|
|
|
7004
7237
|
"QueryFeedsFeedsResultsMeetingAttio",
|
|
7005
7238
|
"QueryFeedsFeedsResultsMeetingFathom",
|
|
7006
7239
|
"QueryFeedsFeedsResultsMeetingFireflies",
|
|
7240
|
+
"QueryFeedsFeedsResultsMeetingHubSpot",
|
|
7241
|
+
"QueryFeedsFeedsResultsMeetingHubSpotConnector",
|
|
7242
|
+
"QueryFeedsFeedsResultsMeetingKrisp",
|
|
7007
7243
|
"QueryFeedsFeedsResultsMicrosoftTeams",
|
|
7008
7244
|
"QueryFeedsFeedsResultsMicrosoftTeamsConnector",
|
|
7009
7245
|
"QueryFeedsFeedsResultsNotion",
|
|
@@ -7056,6 +7292,15 @@ __all__ = [
|
|
|
7056
7292
|
"QueryGraphGraph",
|
|
7057
7293
|
"QueryGraphGraphEdges",
|
|
7058
7294
|
"QueryGraphGraphNodes",
|
|
7295
|
+
"QueryGustoCompanies",
|
|
7296
|
+
"QueryGustoCompaniesGustoCompanies",
|
|
7297
|
+
"QueryGustoCompaniesGustoCompaniesResults",
|
|
7298
|
+
"QueryGustoDepartments",
|
|
7299
|
+
"QueryGustoDepartmentsGustoDepartments",
|
|
7300
|
+
"QueryGustoDepartmentsGustoDepartmentsResults",
|
|
7301
|
+
"QueryGustoLocations",
|
|
7302
|
+
"QueryGustoLocationsGustoLocations",
|
|
7303
|
+
"QueryGustoLocationsGustoLocationsResults",
|
|
7059
7304
|
"QueryInvestmentFunds",
|
|
7060
7305
|
"QueryInvestmentFundsClusters",
|
|
7061
7306
|
"QueryInvestmentFundsClustersInvestmentFunds",
|
|
@@ -7381,6 +7626,8 @@ __all__ = [
|
|
|
7381
7626
|
"QueryModelsModelsResults",
|
|
7382
7627
|
"QueryModelsModelsResultsFeatures",
|
|
7383
7628
|
"QueryModelsModelsResultsMetadata",
|
|
7629
|
+
"QueryMondayBoards",
|
|
7630
|
+
"QueryMondayBoardsMondayBoards",
|
|
7384
7631
|
"QueryNotionDatabases",
|
|
7385
7632
|
"QueryNotionDatabasesNotionDatabases",
|
|
7386
7633
|
"QueryNotionDatabasesNotionDatabasesResults",
|
|
@@ -7742,6 +7989,7 @@ __all__ = [
|
|
|
7742
7989
|
"QueryWorkflowsWorkflowsResultsPreparationJobsConnectorAzureDocument",
|
|
7743
7990
|
"QueryWorkflowsWorkflowsResultsPreparationJobsConnectorDeepgram",
|
|
7744
7991
|
"QueryWorkflowsWorkflowsResultsPreparationJobsConnectorDocument",
|
|
7992
|
+
"QueryWorkflowsWorkflowsResultsPreparationJobsConnectorElevenLabsScribe",
|
|
7745
7993
|
"QueryWorkflowsWorkflowsResultsPreparationJobsConnectorEmail",
|
|
7746
7994
|
"QueryWorkflowsWorkflowsResultsPreparationJobsConnectorMistral",
|
|
7747
7995
|
"QueryWorkflowsWorkflowsResultsPreparationJobsConnectorModelDocument",
|
|
@@ -8205,6 +8453,7 @@ __all__ = [
|
|
|
8205
8453
|
"UpdateWorkflowUpdateWorkflowPreparationJobsConnectorAzureDocument",
|
|
8206
8454
|
"UpdateWorkflowUpdateWorkflowPreparationJobsConnectorDeepgram",
|
|
8207
8455
|
"UpdateWorkflowUpdateWorkflowPreparationJobsConnectorDocument",
|
|
8456
|
+
"UpdateWorkflowUpdateWorkflowPreparationJobsConnectorElevenLabsScribe",
|
|
8208
8457
|
"UpdateWorkflowUpdateWorkflowPreparationJobsConnectorEmail",
|
|
8209
8458
|
"UpdateWorkflowUpdateWorkflowPreparationJobsConnectorMistral",
|
|
8210
8459
|
"UpdateWorkflowUpdateWorkflowPreparationJobsConnectorModelDocument",
|
|
@@ -8330,6 +8579,7 @@ __all__ = [
|
|
|
8330
8579
|
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorAzureDocument",
|
|
8331
8580
|
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorDeepgram",
|
|
8332
8581
|
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorDocument",
|
|
8582
|
+
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorElevenLabsScribe",
|
|
8333
8583
|
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorEmail",
|
|
8334
8584
|
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorMistral",
|
|
8335
8585
|
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocument",
|