graphlit-client 1.0.20260101001__tar.gz → 1.0.20260107001__tar.gz
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_client-1.0.20260101001/graphlit_client.egg-info → graphlit_client-1.0.20260107001}/PKG-INFO +1 -1
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/__init__.py +106 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_feed.py +2 -2
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/enums.py +30 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_connector.py +1 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_content.py +35 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_feed.py +86 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_user.py +1 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_user_by_identifier.py +1 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/input_types.py +145 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/lookup_contents.py +39 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/operations.py +220 -2
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_connectors.py +1 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_contents.py +37 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_contents_observations.py +39 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_feeds.py +86 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_google_drive_folders.py +1 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_one_drive_folders.py +1 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_share_point_folders.py +1 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_users.py +1 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_feed.py +2 -2
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001/graphlit_client.egg-info}/PKG-INFO +1 -1
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/LICENSE +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/README.md +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit/__init__.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit/graphlit.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/add_contents_to_collections.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/ask_graphlit.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/async_base_client.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/base_model.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/branch_conversation.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/clear_conversation.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/client.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/close_conversation.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/complete_conversation.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/continue_conversation.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_alerts.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_categories.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_collections.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_connectors.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_contents.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_conversations.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_events.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_facts.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_feeds.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_investment_funds.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_investments.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_labels.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_medical_conditions.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_medical_devices.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_medical_drugs.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_medical_indications.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_medical_procedures.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_medical_studies.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_medical_tests.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_medical_therapies.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_organizations.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_persons.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_places.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_products.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_repos.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_softwares.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_specifications.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_users.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_views.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/count_workflows.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_alert.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_category.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_collection.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_connector.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_conversation.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_event.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_fact.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_investment.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_investment_fund.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_label.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_medical_condition.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_medical_device.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_medical_drug.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_medical_guideline.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_medical_indication.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_medical_procedure.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_medical_study.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_medical_test.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_medical_therapy.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_observation.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_organization.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_person.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_place.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_product.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_repo.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_software.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_specification.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_user.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_view.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_workflow.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_alert.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_alerts.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_alerts.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_categories.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_collections.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_contents.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_conversations.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_events.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_facts.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_feeds.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_investment_funds.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_investments.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_labels.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_medical_conditions.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_medical_devices.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_medical_drugs.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_medical_indications.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_medical_procedures.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_medical_studies.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_medical_tests.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_medical_therapies.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_organizations.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_persons.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_places.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_products.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_repos.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_softwares.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_specifications.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_views.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_all_workflows.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_categories.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_category.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_collection.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_collections.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_connector.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_content.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_contents.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_conversation.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_conversations.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_event.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_events.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_fact.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_facts.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_feed.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_feeds.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_investment.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_investment_fund.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_investment_funds.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_investments.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_label.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_labels.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_condition.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_conditions.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_device.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_devices.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_drug.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_drugs.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_guideline.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_indication.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_indications.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_procedure.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_procedures.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_studies.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_study.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_test.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_tests.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_therapies.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_medical_therapy.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_observation.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_organization.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_organizations.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_person.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_persons.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_place.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_places.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_product.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_products.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_repo.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_repos.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_software.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_softwares.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_specification.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_specifications.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_user.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_view.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_views.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_workflow.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/delete_workflows.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/describe_encoded_image.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/describe_image.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/disable_alert.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/disable_feed.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/disable_user.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/enable_alert.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/enable_feed.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/enable_user.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/enrich_organizations.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/enrich_persons.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/enrich_places.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/enrich_products.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/exceptions.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/extract_contents.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/extract_observables.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/extract_text.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/feed_exists.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/format_conversation.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_alert.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_category.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_collection.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_conversation.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_event.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_fact.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_investment.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_investment_fund.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_label.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_medical_condition.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_medical_device.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_medical_drug.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_medical_guideline.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_medical_indication.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_medical_procedure.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_medical_study.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_medical_test.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_medical_therapy.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_organization.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_person.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_place.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_product.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_project.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_repo.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_share_point_consent_uri.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_software.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_specification.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_view.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_workflow.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/ingest_batch.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/ingest_encoded_file.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/ingest_event.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/ingest_memory.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/ingest_text.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/ingest_text_batch.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/ingest_uri.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/is_content_done.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/is_feed_done.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/lookup_credits.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/lookup_entity.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/lookup_usage.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/map_web.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/match_entity.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/prompt.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/prompt_conversation.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/prompt_specifications.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/publish_contents.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/publish_conversation.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/publish_text.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_alerts.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_box_folders.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_categories.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_collections.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_contents_facets.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_contents_graph.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_conversations.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_credits.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_discord_channels.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_discord_guilds.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_dropbox_folders.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_events.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_events_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_facts.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_facts_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_facts_graph.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_git_hub_repositories.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_google_calendars.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_graph.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_investment_funds.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_investment_funds_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_investment_funds_expanded.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_investments.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_investments_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_investments_expanded.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_labels.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_linear_projects.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_conditions.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_conditions_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_contraindications_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_devices.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_devices_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_drug_classes_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_drugs.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_drugs_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_guidelines_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_indications.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_indications_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_procedures.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_procedures_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_studies.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_studies_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_tests.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_tests_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_therapies.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_medical_therapies_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_microsoft_calendars.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_microsoft_teams_channels.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_microsoft_teams_teams.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_models.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_notion_databases.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_notion_pages.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_observables.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_organizations.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_organizations_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_organizations_expanded.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_persons.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_persons_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_persons_expanded.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_places.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_places_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_products.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_products_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_repos.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_repos_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_share_point_libraries.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_slack_channels.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_softwares.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_softwares_clusters.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_specifications.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_tokens.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_usage.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_views.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/query_workflows.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/remove_contents_from_collection.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/research_contents.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/resolve_entities.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/resolve_entity.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/retrieve_entities.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/retrieve_facts.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/retrieve_sources.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/retrieve_view.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/revise_content.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/revise_encoded_image.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/revise_image.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/revise_text.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/screenshot_page.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/search_web.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/send_notification.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/specification_exists.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/suggest_conversation.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/summarize_contents.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/summarize_text.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/trigger_feed.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_alert.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_category.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_collection.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_connector.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_content.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_conversation.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_event.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_fact.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_investment.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_investment_fund.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_label.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_medical_condition.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_medical_device.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_medical_drug.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_medical_guideline.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_medical_indication.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_medical_procedure.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_medical_study.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_medical_test.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_medical_therapy.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_observation.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_organization.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_person.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_place.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_product.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_project.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_repo.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_software.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_specification.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_user.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_view.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/update_workflow.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/upsert_alert.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/upsert_category.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/upsert_label.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/upsert_specification.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/upsert_view.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/upsert_workflow.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/view_exists.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/workflow_exists.py +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_client.egg-info/SOURCES.txt +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_client.egg-info/dependency_links.txt +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_client.egg-info/requires.txt +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_client.egg-info/top_level.txt +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/pyproject.toml +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/setup.cfg +0 -0
- {graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/setup.py +0 -0
{graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/__init__.py
RENAMED
|
@@ -759,6 +759,9 @@ from .enums import (
|
|
|
759
759
|
ResourceConnectorTypes,
|
|
760
760
|
RetrievalStrategyTypes,
|
|
761
761
|
RevisionStrategyTypes,
|
|
762
|
+
SalesforceAuthenticationTypes,
|
|
763
|
+
SalesforceFeedAuthenticationTypes,
|
|
764
|
+
SalesforceIssueAuthenticationTypes,
|
|
762
765
|
SdkTypes,
|
|
763
766
|
SearchQueryTypes,
|
|
764
767
|
SearchServiceTypes,
|
|
@@ -959,6 +962,9 @@ from .get_content import (
|
|
|
959
962
|
GetContentContentLanguage,
|
|
960
963
|
GetContentContentLinks,
|
|
961
964
|
GetContentContentLocation,
|
|
965
|
+
GetContentContentMeeting,
|
|
966
|
+
GetContentContentMeetingOrganizer,
|
|
967
|
+
GetContentContentMeetingParticipants,
|
|
962
968
|
GetContentContentMessage,
|
|
963
969
|
GetContentContentMessageAuthor,
|
|
964
970
|
GetContentContentMessageMentions,
|
|
@@ -979,6 +985,7 @@ from .get_content import (
|
|
|
979
985
|
GetContentContentPullRequestAuthors,
|
|
980
986
|
GetContentContentPullRequestReviewers,
|
|
981
987
|
GetContentContentSegments,
|
|
988
|
+
GetContentContentTranscript,
|
|
982
989
|
GetContentContentVideo,
|
|
983
990
|
GetContentContentWorkflow,
|
|
984
991
|
)
|
|
@@ -1090,6 +1097,8 @@ from .get_feed import (
|
|
|
1090
1097
|
GetFeedFeedCrmGoogleContactsConnector,
|
|
1091
1098
|
GetFeedFeedCrmMicrosoftContacts,
|
|
1092
1099
|
GetFeedFeedCrmMicrosoftContactsConnector,
|
|
1100
|
+
GetFeedFeedCrmSalesforce,
|
|
1101
|
+
GetFeedFeedCrmSalesforceConnector,
|
|
1093
1102
|
GetFeedFeedDiscord,
|
|
1094
1103
|
GetFeedFeedEmail,
|
|
1095
1104
|
GetFeedFeedEmailGoogle,
|
|
@@ -1106,8 +1115,14 @@ from .get_feed import (
|
|
|
1106
1115
|
GetFeedFeedIssueIntercom,
|
|
1107
1116
|
GetFeedFeedIssueJira,
|
|
1108
1117
|
GetFeedFeedIssueLinear,
|
|
1118
|
+
GetFeedFeedIssueSalesforce,
|
|
1119
|
+
GetFeedFeedIssueSalesforceConnector,
|
|
1109
1120
|
GetFeedFeedIssueTrello,
|
|
1110
1121
|
GetFeedFeedIssueZendesk,
|
|
1122
|
+
GetFeedFeedMeeting,
|
|
1123
|
+
GetFeedFeedMeetingAttio,
|
|
1124
|
+
GetFeedFeedMeetingFathom,
|
|
1125
|
+
GetFeedFeedMeetingFireflies,
|
|
1111
1126
|
GetFeedFeedMicrosoftTeams,
|
|
1112
1127
|
GetFeedFeedMicrosoftTeamsConnector,
|
|
1113
1128
|
GetFeedFeedNotion,
|
|
@@ -1119,6 +1134,8 @@ from .get_feed import (
|
|
|
1119
1134
|
GetFeedFeedResearch,
|
|
1120
1135
|
GetFeedFeedResearchParallel,
|
|
1121
1136
|
GetFeedFeedRss,
|
|
1137
|
+
GetFeedFeedSalesforce,
|
|
1138
|
+
GetFeedFeedSalesforceConnector,
|
|
1122
1139
|
GetFeedFeedSchedulePolicy,
|
|
1123
1140
|
GetFeedFeedSearch,
|
|
1124
1141
|
GetFeedFeedSite,
|
|
@@ -1646,6 +1663,8 @@ from .input_types import (
|
|
|
1646
1663
|
AttioCRMFeedPropertiesUpdateInput,
|
|
1647
1664
|
AttioFeedPropertiesInput,
|
|
1648
1665
|
AttioFeedPropertiesUpdateInput,
|
|
1666
|
+
AttioMeetingPropertiesInput,
|
|
1667
|
+
AttioMeetingPropertiesUpdateInput,
|
|
1649
1668
|
AttioTasksFeedPropertiesInput,
|
|
1650
1669
|
AttioTasksFeedPropertiesUpdateInput,
|
|
1651
1670
|
AudioMetadataInput,
|
|
@@ -1760,12 +1779,16 @@ from .input_types import (
|
|
|
1760
1779
|
FactStrategyInput,
|
|
1761
1780
|
FactStrategyUpdateInput,
|
|
1762
1781
|
FactUpdateInput,
|
|
1782
|
+
FathomPropertiesInput,
|
|
1783
|
+
FathomPropertiesUpdateInput,
|
|
1763
1784
|
FeedFilter,
|
|
1764
1785
|
FeedInput,
|
|
1765
1786
|
FeedSchedulePolicyInput,
|
|
1766
1787
|
FeedUpdateInput,
|
|
1767
1788
|
FHIREnrichmentPropertiesInput,
|
|
1768
1789
|
FilePreparationConnectorInput,
|
|
1790
|
+
FirefliesFeedPropertiesInput,
|
|
1791
|
+
FirefliesFeedPropertiesUpdateInput,
|
|
1769
1792
|
GeometryMetadataInput,
|
|
1770
1793
|
GitHubCommitsFeedPropertiesInput,
|
|
1771
1794
|
GitHubCommitsFeedPropertiesUpdateInput,
|
|
@@ -1881,6 +1904,8 @@ from .input_types import (
|
|
|
1881
1904
|
MedicalTherapyFilter,
|
|
1882
1905
|
MedicalTherapyInput,
|
|
1883
1906
|
MedicalTherapyUpdateInput,
|
|
1907
|
+
MeetingFeedPropertiesInput,
|
|
1908
|
+
MeetingFeedPropertiesUpdateInput,
|
|
1884
1909
|
MentionReferenceFilter,
|
|
1885
1910
|
MentionReferenceInput,
|
|
1886
1911
|
MessageMetadataInput,
|
|
@@ -1988,6 +2013,12 @@ from .input_types import (
|
|
|
1988
2013
|
RevisionStrategyUpdateInput,
|
|
1989
2014
|
RSSFeedPropertiesInput,
|
|
1990
2015
|
RSSFeedPropertiesUpdateInput,
|
|
2016
|
+
SalesforceCRMFeedPropertiesInput,
|
|
2017
|
+
SalesforceCRMFeedPropertiesUpdateInput,
|
|
2018
|
+
SalesforceFeedPropertiesInput,
|
|
2019
|
+
SalesforceFeedPropertiesUpdateInput,
|
|
2020
|
+
SalesforceTasksFeedPropertiesInput,
|
|
2021
|
+
SalesforceTasksFeedPropertiesUpdateInput,
|
|
1991
2022
|
SearchFeedPropertiesInput,
|
|
1992
2023
|
SearchFeedPropertiesUpdateInput,
|
|
1993
2024
|
ShapeMetadataInput,
|
|
@@ -2074,6 +2105,9 @@ from .lookup_contents import (
|
|
|
2074
2105
|
LookupContentsLookupContentsResultsLanguage,
|
|
2075
2106
|
LookupContentsLookupContentsResultsLinks,
|
|
2076
2107
|
LookupContentsLookupContentsResultsLocation,
|
|
2108
|
+
LookupContentsLookupContentsResultsMeeting,
|
|
2109
|
+
LookupContentsLookupContentsResultsMeetingOrganizer,
|
|
2110
|
+
LookupContentsLookupContentsResultsMeetingParticipants,
|
|
2077
2111
|
LookupContentsLookupContentsResultsMessage,
|
|
2078
2112
|
LookupContentsLookupContentsResultsMessageAuthor,
|
|
2079
2113
|
LookupContentsLookupContentsResultsMessageMentions,
|
|
@@ -2094,6 +2128,7 @@ from .lookup_contents import (
|
|
|
2094
2128
|
LookupContentsLookupContentsResultsPullRequestAuthors,
|
|
2095
2129
|
LookupContentsLookupContentsResultsPullRequestReviewers,
|
|
2096
2130
|
LookupContentsLookupContentsResultsSegments,
|
|
2131
|
+
LookupContentsLookupContentsResultsTranscript,
|
|
2097
2132
|
LookupContentsLookupContentsResultsVideo,
|
|
2098
2133
|
LookupContentsLookupContentsResultsWorkflow,
|
|
2099
2134
|
)
|
|
@@ -2703,6 +2738,9 @@ from .query_contents import (
|
|
|
2703
2738
|
QueryContentsContentsResultsIssue,
|
|
2704
2739
|
QueryContentsContentsResultsLanguage,
|
|
2705
2740
|
QueryContentsContentsResultsLocation,
|
|
2741
|
+
QueryContentsContentsResultsMeeting,
|
|
2742
|
+
QueryContentsContentsResultsMeetingOrganizer,
|
|
2743
|
+
QueryContentsContentsResultsMeetingParticipants,
|
|
2706
2744
|
QueryContentsContentsResultsMessage,
|
|
2707
2745
|
QueryContentsContentsResultsMessageAuthor,
|
|
2708
2746
|
QueryContentsContentsResultsMessageMentions,
|
|
@@ -2717,6 +2755,7 @@ from .query_contents import (
|
|
|
2717
2755
|
QueryContentsContentsResultsPullRequestAuthors,
|
|
2718
2756
|
QueryContentsContentsResultsPullRequestReviewers,
|
|
2719
2757
|
QueryContentsContentsResultsSegments,
|
|
2758
|
+
QueryContentsContentsResultsTranscript,
|
|
2720
2759
|
QueryContentsContentsResultsVideo,
|
|
2721
2760
|
QueryContentsContentsResultsWorkflow,
|
|
2722
2761
|
)
|
|
@@ -2761,6 +2800,9 @@ from .query_contents_observations import (
|
|
|
2761
2800
|
QueryContentsObservationsContentsResultsIssue,
|
|
2762
2801
|
QueryContentsObservationsContentsResultsLanguage,
|
|
2763
2802
|
QueryContentsObservationsContentsResultsLocation,
|
|
2803
|
+
QueryContentsObservationsContentsResultsMeeting,
|
|
2804
|
+
QueryContentsObservationsContentsResultsMeetingOrganizer,
|
|
2805
|
+
QueryContentsObservationsContentsResultsMeetingParticipants,
|
|
2764
2806
|
QueryContentsObservationsContentsResultsMessage,
|
|
2765
2807
|
QueryContentsObservationsContentsResultsMessageAuthor,
|
|
2766
2808
|
QueryContentsObservationsContentsResultsMessageMentions,
|
|
@@ -2780,6 +2822,7 @@ from .query_contents_observations import (
|
|
|
2780
2822
|
QueryContentsObservationsContentsResultsPullRequestAuthors,
|
|
2781
2823
|
QueryContentsObservationsContentsResultsPullRequestReviewers,
|
|
2782
2824
|
QueryContentsObservationsContentsResultsSegments,
|
|
2825
|
+
QueryContentsObservationsContentsResultsTranscript,
|
|
2783
2826
|
QueryContentsObservationsContentsResultsVideo,
|
|
2784
2827
|
QueryContentsObservationsContentsResultsWorkflow,
|
|
2785
2828
|
)
|
|
@@ -2948,6 +2991,8 @@ from .query_feeds import (
|
|
|
2948
2991
|
QueryFeedsFeedsResultsCrmGoogleContactsConnector,
|
|
2949
2992
|
QueryFeedsFeedsResultsCrmMicrosoftContacts,
|
|
2950
2993
|
QueryFeedsFeedsResultsCrmMicrosoftContactsConnector,
|
|
2994
|
+
QueryFeedsFeedsResultsCrmSalesforce,
|
|
2995
|
+
QueryFeedsFeedsResultsCrmSalesforceConnector,
|
|
2951
2996
|
QueryFeedsFeedsResultsDiscord,
|
|
2952
2997
|
QueryFeedsFeedsResultsEmail,
|
|
2953
2998
|
QueryFeedsFeedsResultsEmailGoogle,
|
|
@@ -2964,8 +3009,14 @@ from .query_feeds import (
|
|
|
2964
3009
|
QueryFeedsFeedsResultsIssueIntercom,
|
|
2965
3010
|
QueryFeedsFeedsResultsIssueJira,
|
|
2966
3011
|
QueryFeedsFeedsResultsIssueLinear,
|
|
3012
|
+
QueryFeedsFeedsResultsIssueSalesforce,
|
|
3013
|
+
QueryFeedsFeedsResultsIssueSalesforceConnector,
|
|
2967
3014
|
QueryFeedsFeedsResultsIssueTrello,
|
|
2968
3015
|
QueryFeedsFeedsResultsIssueZendesk,
|
|
3016
|
+
QueryFeedsFeedsResultsMeeting,
|
|
3017
|
+
QueryFeedsFeedsResultsMeetingAttio,
|
|
3018
|
+
QueryFeedsFeedsResultsMeetingFathom,
|
|
3019
|
+
QueryFeedsFeedsResultsMeetingFireflies,
|
|
2969
3020
|
QueryFeedsFeedsResultsMicrosoftTeams,
|
|
2970
3021
|
QueryFeedsFeedsResultsMicrosoftTeamsConnector,
|
|
2971
3022
|
QueryFeedsFeedsResultsNotion,
|
|
@@ -2977,6 +3028,8 @@ from .query_feeds import (
|
|
|
2977
3028
|
QueryFeedsFeedsResultsResearch,
|
|
2978
3029
|
QueryFeedsFeedsResultsResearchParallel,
|
|
2979
3030
|
QueryFeedsFeedsResultsRss,
|
|
3031
|
+
QueryFeedsFeedsResultsSalesforce,
|
|
3032
|
+
QueryFeedsFeedsResultsSalesforceConnector,
|
|
2980
3033
|
QueryFeedsFeedsResultsSchedulePolicy,
|
|
2981
3034
|
QueryFeedsFeedsResultsSearch,
|
|
2982
3035
|
QueryFeedsFeedsResultsSite,
|
|
@@ -4341,6 +4394,8 @@ __all__ = [
|
|
|
4341
4394
|
"AttioCRMFeedPropertiesUpdateInput",
|
|
4342
4395
|
"AttioFeedPropertiesInput",
|
|
4343
4396
|
"AttioFeedPropertiesUpdateInput",
|
|
4397
|
+
"AttioMeetingPropertiesInput",
|
|
4398
|
+
"AttioMeetingPropertiesUpdateInput",
|
|
4344
4399
|
"AttioTasksFeedPropertiesInput",
|
|
4345
4400
|
"AttioTasksFeedPropertiesUpdateInput",
|
|
4346
4401
|
"AudioMetadataInput",
|
|
@@ -5252,6 +5307,8 @@ __all__ = [
|
|
|
5252
5307
|
"FactStrategyInput",
|
|
5253
5308
|
"FactStrategyUpdateInput",
|
|
5254
5309
|
"FactUpdateInput",
|
|
5310
|
+
"FathomPropertiesInput",
|
|
5311
|
+
"FathomPropertiesUpdateInput",
|
|
5255
5312
|
"FeedConnectorTypes",
|
|
5256
5313
|
"FeedExists",
|
|
5257
5314
|
"FeedExistsFeedExists",
|
|
@@ -5267,6 +5324,8 @@ __all__ = [
|
|
|
5267
5324
|
"FilePreparationServiceTypes",
|
|
5268
5325
|
"FileTypes",
|
|
5269
5326
|
"FilterMode",
|
|
5327
|
+
"FirefliesFeedPropertiesInput",
|
|
5328
|
+
"FirefliesFeedPropertiesUpdateInput",
|
|
5270
5329
|
"FormatConversation",
|
|
5271
5330
|
"FormatConversationFormatConversation",
|
|
5272
5331
|
"FormatConversationFormatConversationConversation",
|
|
@@ -5426,6 +5485,9 @@ __all__ = [
|
|
|
5426
5485
|
"GetContentContentLanguage",
|
|
5427
5486
|
"GetContentContentLinks",
|
|
5428
5487
|
"GetContentContentLocation",
|
|
5488
|
+
"GetContentContentMeeting",
|
|
5489
|
+
"GetContentContentMeetingOrganizer",
|
|
5490
|
+
"GetContentContentMeetingParticipants",
|
|
5429
5491
|
"GetContentContentMessage",
|
|
5430
5492
|
"GetContentContentMessageAuthor",
|
|
5431
5493
|
"GetContentContentMessageMentions",
|
|
@@ -5446,6 +5508,7 @@ __all__ = [
|
|
|
5446
5508
|
"GetContentContentPullRequestAuthors",
|
|
5447
5509
|
"GetContentContentPullRequestReviewers",
|
|
5448
5510
|
"GetContentContentSegments",
|
|
5511
|
+
"GetContentContentTranscript",
|
|
5449
5512
|
"GetContentContentVideo",
|
|
5450
5513
|
"GetContentContentWorkflow",
|
|
5451
5514
|
"GetConversation",
|
|
@@ -5549,6 +5612,8 @@ __all__ = [
|
|
|
5549
5612
|
"GetFeedFeedCrmGoogleContactsConnector",
|
|
5550
5613
|
"GetFeedFeedCrmMicrosoftContacts",
|
|
5551
5614
|
"GetFeedFeedCrmMicrosoftContactsConnector",
|
|
5615
|
+
"GetFeedFeedCrmSalesforce",
|
|
5616
|
+
"GetFeedFeedCrmSalesforceConnector",
|
|
5552
5617
|
"GetFeedFeedDiscord",
|
|
5553
5618
|
"GetFeedFeedEmail",
|
|
5554
5619
|
"GetFeedFeedEmailGoogle",
|
|
@@ -5565,8 +5630,14 @@ __all__ = [
|
|
|
5565
5630
|
"GetFeedFeedIssueIntercom",
|
|
5566
5631
|
"GetFeedFeedIssueJira",
|
|
5567
5632
|
"GetFeedFeedIssueLinear",
|
|
5633
|
+
"GetFeedFeedIssueSalesforce",
|
|
5634
|
+
"GetFeedFeedIssueSalesforceConnector",
|
|
5568
5635
|
"GetFeedFeedIssueTrello",
|
|
5569
5636
|
"GetFeedFeedIssueZendesk",
|
|
5637
|
+
"GetFeedFeedMeeting",
|
|
5638
|
+
"GetFeedFeedMeetingAttio",
|
|
5639
|
+
"GetFeedFeedMeetingFathom",
|
|
5640
|
+
"GetFeedFeedMeetingFireflies",
|
|
5570
5641
|
"GetFeedFeedMicrosoftTeams",
|
|
5571
5642
|
"GetFeedFeedMicrosoftTeamsConnector",
|
|
5572
5643
|
"GetFeedFeedNotion",
|
|
@@ -5578,6 +5649,8 @@ __all__ = [
|
|
|
5578
5649
|
"GetFeedFeedResearch",
|
|
5579
5650
|
"GetFeedFeedResearchParallel",
|
|
5580
5651
|
"GetFeedFeedRss",
|
|
5652
|
+
"GetFeedFeedSalesforce",
|
|
5653
|
+
"GetFeedFeedSalesforceConnector",
|
|
5581
5654
|
"GetFeedFeedSchedulePolicy",
|
|
5582
5655
|
"GetFeedFeedSearch",
|
|
5583
5656
|
"GetFeedFeedSite",
|
|
@@ -6162,6 +6235,9 @@ __all__ = [
|
|
|
6162
6235
|
"LookupContentsLookupContentsResultsLanguage",
|
|
6163
6236
|
"LookupContentsLookupContentsResultsLinks",
|
|
6164
6237
|
"LookupContentsLookupContentsResultsLocation",
|
|
6238
|
+
"LookupContentsLookupContentsResultsMeeting",
|
|
6239
|
+
"LookupContentsLookupContentsResultsMeetingOrganizer",
|
|
6240
|
+
"LookupContentsLookupContentsResultsMeetingParticipants",
|
|
6165
6241
|
"LookupContentsLookupContentsResultsMessage",
|
|
6166
6242
|
"LookupContentsLookupContentsResultsMessageAuthor",
|
|
6167
6243
|
"LookupContentsLookupContentsResultsMessageMentions",
|
|
@@ -6182,6 +6258,7 @@ __all__ = [
|
|
|
6182
6258
|
"LookupContentsLookupContentsResultsPullRequestAuthors",
|
|
6183
6259
|
"LookupContentsLookupContentsResultsPullRequestReviewers",
|
|
6184
6260
|
"LookupContentsLookupContentsResultsSegments",
|
|
6261
|
+
"LookupContentsLookupContentsResultsTranscript",
|
|
6185
6262
|
"LookupContentsLookupContentsResultsVideo",
|
|
6186
6263
|
"LookupContentsLookupContentsResultsWorkflow",
|
|
6187
6264
|
"LookupCredits",
|
|
@@ -6261,6 +6338,8 @@ __all__ = [
|
|
|
6261
6338
|
"MedicalTherapyFilter",
|
|
6262
6339
|
"MedicalTherapyInput",
|
|
6263
6340
|
"MedicalTherapyUpdateInput",
|
|
6341
|
+
"MeetingFeedPropertiesInput",
|
|
6342
|
+
"MeetingFeedPropertiesUpdateInput",
|
|
6264
6343
|
"MentionReferenceFilter",
|
|
6265
6344
|
"MentionReferenceInput",
|
|
6266
6345
|
"MessageMetadataInput",
|
|
@@ -6641,6 +6720,9 @@ __all__ = [
|
|
|
6641
6720
|
"QueryContentsContentsResultsIssue",
|
|
6642
6721
|
"QueryContentsContentsResultsLanguage",
|
|
6643
6722
|
"QueryContentsContentsResultsLocation",
|
|
6723
|
+
"QueryContentsContentsResultsMeeting",
|
|
6724
|
+
"QueryContentsContentsResultsMeetingOrganizer",
|
|
6725
|
+
"QueryContentsContentsResultsMeetingParticipants",
|
|
6644
6726
|
"QueryContentsContentsResultsMessage",
|
|
6645
6727
|
"QueryContentsContentsResultsMessageAuthor",
|
|
6646
6728
|
"QueryContentsContentsResultsMessageMentions",
|
|
@@ -6655,6 +6737,7 @@ __all__ = [
|
|
|
6655
6737
|
"QueryContentsContentsResultsPullRequestAuthors",
|
|
6656
6738
|
"QueryContentsContentsResultsPullRequestReviewers",
|
|
6657
6739
|
"QueryContentsContentsResultsSegments",
|
|
6740
|
+
"QueryContentsContentsResultsTranscript",
|
|
6658
6741
|
"QueryContentsContentsResultsVideo",
|
|
6659
6742
|
"QueryContentsContentsResultsWorkflow",
|
|
6660
6743
|
"QueryContentsFacets",
|
|
@@ -6693,6 +6776,9 @@ __all__ = [
|
|
|
6693
6776
|
"QueryContentsObservationsContentsResultsIssue",
|
|
6694
6777
|
"QueryContentsObservationsContentsResultsLanguage",
|
|
6695
6778
|
"QueryContentsObservationsContentsResultsLocation",
|
|
6779
|
+
"QueryContentsObservationsContentsResultsMeeting",
|
|
6780
|
+
"QueryContentsObservationsContentsResultsMeetingOrganizer",
|
|
6781
|
+
"QueryContentsObservationsContentsResultsMeetingParticipants",
|
|
6696
6782
|
"QueryContentsObservationsContentsResultsMessage",
|
|
6697
6783
|
"QueryContentsObservationsContentsResultsMessageAuthor",
|
|
6698
6784
|
"QueryContentsObservationsContentsResultsMessageMentions",
|
|
@@ -6712,6 +6798,7 @@ __all__ = [
|
|
|
6712
6798
|
"QueryContentsObservationsContentsResultsPullRequestAuthors",
|
|
6713
6799
|
"QueryContentsObservationsContentsResultsPullRequestReviewers",
|
|
6714
6800
|
"QueryContentsObservationsContentsResultsSegments",
|
|
6801
|
+
"QueryContentsObservationsContentsResultsTranscript",
|
|
6715
6802
|
"QueryContentsObservationsContentsResultsVideo",
|
|
6716
6803
|
"QueryContentsObservationsContentsResultsWorkflow",
|
|
6717
6804
|
"QueryConversations",
|
|
@@ -6861,6 +6948,8 @@ __all__ = [
|
|
|
6861
6948
|
"QueryFeedsFeedsResultsCrmGoogleContactsConnector",
|
|
6862
6949
|
"QueryFeedsFeedsResultsCrmMicrosoftContacts",
|
|
6863
6950
|
"QueryFeedsFeedsResultsCrmMicrosoftContactsConnector",
|
|
6951
|
+
"QueryFeedsFeedsResultsCrmSalesforce",
|
|
6952
|
+
"QueryFeedsFeedsResultsCrmSalesforceConnector",
|
|
6864
6953
|
"QueryFeedsFeedsResultsDiscord",
|
|
6865
6954
|
"QueryFeedsFeedsResultsEmail",
|
|
6866
6955
|
"QueryFeedsFeedsResultsEmailGoogle",
|
|
@@ -6877,8 +6966,14 @@ __all__ = [
|
|
|
6877
6966
|
"QueryFeedsFeedsResultsIssueIntercom",
|
|
6878
6967
|
"QueryFeedsFeedsResultsIssueJira",
|
|
6879
6968
|
"QueryFeedsFeedsResultsIssueLinear",
|
|
6969
|
+
"QueryFeedsFeedsResultsIssueSalesforce",
|
|
6970
|
+
"QueryFeedsFeedsResultsIssueSalesforceConnector",
|
|
6880
6971
|
"QueryFeedsFeedsResultsIssueTrello",
|
|
6881
6972
|
"QueryFeedsFeedsResultsIssueZendesk",
|
|
6973
|
+
"QueryFeedsFeedsResultsMeeting",
|
|
6974
|
+
"QueryFeedsFeedsResultsMeetingAttio",
|
|
6975
|
+
"QueryFeedsFeedsResultsMeetingFathom",
|
|
6976
|
+
"QueryFeedsFeedsResultsMeetingFireflies",
|
|
6882
6977
|
"QueryFeedsFeedsResultsMicrosoftTeams",
|
|
6883
6978
|
"QueryFeedsFeedsResultsMicrosoftTeamsConnector",
|
|
6884
6979
|
"QueryFeedsFeedsResultsNotion",
|
|
@@ -6890,6 +6985,8 @@ __all__ = [
|
|
|
6890
6985
|
"QueryFeedsFeedsResultsResearch",
|
|
6891
6986
|
"QueryFeedsFeedsResultsResearchParallel",
|
|
6892
6987
|
"QueryFeedsFeedsResultsRss",
|
|
6988
|
+
"QueryFeedsFeedsResultsSalesforce",
|
|
6989
|
+
"QueryFeedsFeedsResultsSalesforceConnector",
|
|
6893
6990
|
"QueryFeedsFeedsResultsSchedulePolicy",
|
|
6894
6991
|
"QueryFeedsFeedsResultsSearch",
|
|
6895
6992
|
"QueryFeedsFeedsResultsSite",
|
|
@@ -7762,6 +7859,15 @@ __all__ = [
|
|
|
7762
7859
|
"SUGGEST_CONVERSATION_GQL",
|
|
7763
7860
|
"SUMMARIZE_CONTENTS_GQL",
|
|
7764
7861
|
"SUMMARIZE_TEXT_GQL",
|
|
7862
|
+
"SalesforceAuthenticationTypes",
|
|
7863
|
+
"SalesforceCRMFeedPropertiesInput",
|
|
7864
|
+
"SalesforceCRMFeedPropertiesUpdateInput",
|
|
7865
|
+
"SalesforceFeedAuthenticationTypes",
|
|
7866
|
+
"SalesforceFeedPropertiesInput",
|
|
7867
|
+
"SalesforceFeedPropertiesUpdateInput",
|
|
7868
|
+
"SalesforceIssueAuthenticationTypes",
|
|
7869
|
+
"SalesforceTasksFeedPropertiesInput",
|
|
7870
|
+
"SalesforceTasksFeedPropertiesUpdateInput",
|
|
7765
7871
|
"ScreenshotPage",
|
|
7766
7872
|
"ScreenshotPageScreenshotPage",
|
|
7767
7873
|
"ScreenshotPageScreenshotPageCollections",
|
{graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/create_feed.py
RENAMED
|
@@ -6,7 +6,7 @@ from typing import Optional
|
|
|
6
6
|
from pydantic import Field
|
|
7
7
|
|
|
8
8
|
from .base_model import BaseModel
|
|
9
|
-
from .enums import EntityState,
|
|
9
|
+
from .enums import EntityState, FeedTypes
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
class CreateFeed(BaseModel):
|
|
@@ -17,8 +17,8 @@ class CreateFeedCreateFeed(BaseModel):
|
|
|
17
17
|
id: str
|
|
18
18
|
name: str
|
|
19
19
|
state: EntityState
|
|
20
|
+
identifier: Optional[str]
|
|
20
21
|
type: FeedTypes
|
|
21
|
-
sync_mode: Optional[FeedSyncMode] = Field(alias="syncMode")
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
CreateFeed.model_rebuild()
|
|
@@ -152,6 +152,13 @@ class FeedServiceTypes(str, Enum):
|
|
|
152
152
|
ATTIO_OBJECTS = "ATTIO_OBJECTS"
|
|
153
153
|
ATTIO_TASKS = "ATTIO_TASKS"
|
|
154
154
|
ATTIO_NOTES = "ATTIO_NOTES"
|
|
155
|
+
SALESFORCE_OBJECTS = "SALESFORCE_OBJECTS"
|
|
156
|
+
SALESFORCE_TASKS = "SALESFORCE_TASKS"
|
|
157
|
+
SALESFORCE_NOTES = "SALESFORCE_NOTES"
|
|
158
|
+
FIREFLIES = "FIREFLIES"
|
|
159
|
+
ATTIO_MEETING = "ATTIO_MEETING"
|
|
160
|
+
FATHOM = "FATHOM"
|
|
161
|
+
SALESFORCE_ECI = "SALESFORCE_ECI"
|
|
155
162
|
PARALLEL = "PARALLEL"
|
|
156
163
|
|
|
157
164
|
|
|
@@ -631,6 +638,11 @@ class FeedConnectorTypes(str, Enum):
|
|
|
631
638
|
GOOGLE_CONTACTS = "GOOGLE_CONTACTS"
|
|
632
639
|
MICROSOFT_CONTACTS = "MICROSOFT_CONTACTS"
|
|
633
640
|
ATTIO = "ATTIO"
|
|
641
|
+
SALESFORCE = "SALESFORCE"
|
|
642
|
+
FIREFLIES = "FIREFLIES"
|
|
643
|
+
ATTIO_MEETING = "ATTIO_MEETING"
|
|
644
|
+
FATHOM = "FATHOM"
|
|
645
|
+
SALESFORCE_ECI = "SALESFORCE_ECI"
|
|
634
646
|
PARALLEL = "PARALLEL"
|
|
635
647
|
|
|
636
648
|
|
|
@@ -826,6 +838,7 @@ class ContentTypes(str, Enum):
|
|
|
826
838
|
PULL_REQUEST = "PULL_REQUEST"
|
|
827
839
|
COMMIT = "COMMIT"
|
|
828
840
|
MEMORY = "MEMORY"
|
|
841
|
+
TRANSCRIPT = "TRANSCRIPT"
|
|
829
842
|
|
|
830
843
|
|
|
831
844
|
class OpenAIReasoningEffortLevels(str, Enum):
|
|
@@ -1037,6 +1050,11 @@ class MailPriority(str, Enum):
|
|
|
1037
1050
|
HIGH = "HIGH"
|
|
1038
1051
|
|
|
1039
1052
|
|
|
1053
|
+
class SalesforceFeedAuthenticationTypes(str, Enum):
|
|
1054
|
+
USER = "USER"
|
|
1055
|
+
CONNECTOR = "CONNECTOR"
|
|
1056
|
+
|
|
1057
|
+
|
|
1040
1058
|
class OperationTypes(str, Enum):
|
|
1041
1059
|
QUERY = "QUERY"
|
|
1042
1060
|
MUTATION = "MUTATION"
|
|
@@ -1138,6 +1156,11 @@ class XAIModels(str, Enum):
|
|
|
1138
1156
|
CUSTOM = "CUSTOM"
|
|
1139
1157
|
|
|
1140
1158
|
|
|
1159
|
+
class SalesforceAuthenticationTypes(str, Enum):
|
|
1160
|
+
USER = "USER"
|
|
1161
|
+
CONNECTOR = "CONNECTOR"
|
|
1162
|
+
|
|
1163
|
+
|
|
1141
1164
|
class MedicalGuidelineFacetTypes(str, Enum):
|
|
1142
1165
|
CREATION_DATE = "CREATION_DATE"
|
|
1143
1166
|
|
|
@@ -1189,6 +1212,11 @@ class LinkTypes(str, Enum):
|
|
|
1189
1212
|
FILE = "FILE"
|
|
1190
1213
|
|
|
1191
1214
|
|
|
1215
|
+
class SalesforceIssueAuthenticationTypes(str, Enum):
|
|
1216
|
+
USER = "USER"
|
|
1217
|
+
CONNECTOR = "CONNECTOR"
|
|
1218
|
+
|
|
1219
|
+
|
|
1192
1220
|
class OAuthProviders(str, Enum):
|
|
1193
1221
|
DROPBOX = "DROPBOX"
|
|
1194
1222
|
BOX = "BOX"
|
|
@@ -1325,6 +1353,8 @@ class FeedTypes(str, Enum):
|
|
|
1325
1353
|
RESEARCH = "RESEARCH"
|
|
1326
1354
|
ENTITY = "ENTITY"
|
|
1327
1355
|
ATTIO = "ATTIO"
|
|
1356
|
+
SALESFORCE = "SALESFORCE"
|
|
1357
|
+
MEETING = "MEETING"
|
|
1328
1358
|
|
|
1329
1359
|
|
|
1330
1360
|
class UserTypes(str, Enum):
|
{graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_connector.py
RENAMED
|
@@ -61,6 +61,7 @@ class GetConnectorConnectorAuthenticationOauth(BaseModel):
|
|
|
61
61
|
client_id: str = Field(alias="clientId")
|
|
62
62
|
client_secret: str = Field(alias="clientSecret")
|
|
63
63
|
refresh_token: str = Field(alias="refreshToken")
|
|
64
|
+
redirect_uri: Optional[str] = Field(alias="redirectUri")
|
|
64
65
|
metadata: Optional[str]
|
|
65
66
|
|
|
66
67
|
|
{graphlit_client-1.0.20260101001 → graphlit_client-1.0.20260107001}/graphlit_api/get_content.py
RENAMED
|
@@ -94,6 +94,8 @@ class GetContentContent(BaseModel):
|
|
|
94
94
|
message: Optional["GetContentContentMessage"]
|
|
95
95
|
post: Optional["GetContentContentPost"]
|
|
96
96
|
package: Optional["GetContentContentPackage"]
|
|
97
|
+
meeting: Optional["GetContentContentMeeting"]
|
|
98
|
+
transcript: Optional["GetContentContentTranscript"]
|
|
97
99
|
language: Optional["GetContentContentLanguage"]
|
|
98
100
|
parent: Optional["GetContentContentParent"]
|
|
99
101
|
children: Optional[List[Optional["GetContentContentChildren"]]]
|
|
@@ -447,6 +449,38 @@ class GetContentContentPackage(BaseModel):
|
|
|
447
449
|
is_encrypted: Optional[bool] = Field(alias="isEncrypted")
|
|
448
450
|
|
|
449
451
|
|
|
452
|
+
class GetContentContentMeeting(BaseModel):
|
|
453
|
+
title: Optional[str]
|
|
454
|
+
duration: Optional[Any]
|
|
455
|
+
summary: Optional[str]
|
|
456
|
+
action_items: Optional[List[Optional[str]]] = Field(alias="actionItems")
|
|
457
|
+
keywords: Optional[List[Optional[str]]]
|
|
458
|
+
organizer: Optional[List[Optional["GetContentContentMeetingOrganizer"]]]
|
|
459
|
+
participants: Optional[List[Optional["GetContentContentMeetingParticipants"]]]
|
|
460
|
+
source: Optional[str]
|
|
461
|
+
external_id: Optional[str] = Field(alias="externalId")
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
class GetContentContentMeetingOrganizer(BaseModel):
|
|
465
|
+
name: Optional[str]
|
|
466
|
+
email: Optional[str]
|
|
467
|
+
given_name: Optional[str] = Field(alias="givenName")
|
|
468
|
+
family_name: Optional[str] = Field(alias="familyName")
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
class GetContentContentMeetingParticipants(BaseModel):
|
|
472
|
+
name: Optional[str]
|
|
473
|
+
email: Optional[str]
|
|
474
|
+
given_name: Optional[str] = Field(alias="givenName")
|
|
475
|
+
family_name: Optional[str] = Field(alias="familyName")
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
class GetContentContentTranscript(BaseModel):
|
|
479
|
+
duration: Optional[Any]
|
|
480
|
+
segment_count: Optional[int] = Field(alias="segmentCount")
|
|
481
|
+
speaker_count: Optional[int] = Field(alias="speakerCount")
|
|
482
|
+
|
|
483
|
+
|
|
450
484
|
class GetContentContentLanguage(BaseModel):
|
|
451
485
|
languages: Optional[List[Optional[str]]]
|
|
452
486
|
|
|
@@ -573,6 +607,7 @@ GetContentContentCommit.model_rebuild()
|
|
|
573
607
|
GetContentContentPullRequest.model_rebuild()
|
|
574
608
|
GetContentContentMessage.model_rebuild()
|
|
575
609
|
GetContentContentPost.model_rebuild()
|
|
610
|
+
GetContentContentMeeting.model_rebuild()
|
|
576
611
|
GetContentContentObservations.model_rebuild()
|
|
577
612
|
GetContentContentObservationsOccurrences.model_rebuild()
|
|
578
613
|
GetContentContentPages.model_rebuild()
|