graphlit-client 1.0.20250622001__tar.gz → 1.0.20250622002__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.20250622001/graphlit_client.egg-info → graphlit_client-1.0.20250622002}/PKG-INFO +1 -1
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/__init__.py +66 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/client.py +21 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/operations.py +254 -0
- graphlit_client-1.0.20250622002/graphlit_api/query_contents_observations.py +358 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002/graphlit_client.egg-info}/PKG-INFO +1 -1
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_client.egg-info/SOURCES.txt +1 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/LICENSE +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/README.md +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit/__init__.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit/graphlit.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/add_contents_to_collections.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/ask_graphlit.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/async_base_client.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/base_model.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/branch_conversation.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/clear_conversation.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/close_conversation.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/complete_conversation.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/continue_conversation.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_alerts.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_categories.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_collections.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_contents.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_conversations.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_events.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_feeds.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_labels.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_medical_devices.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_medical_indications.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_medical_studies.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_medical_tests.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_organizations.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_persons.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_places.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_products.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_repos.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_softwares.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_specifications.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_users.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/count_workflows.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_alert.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_category.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_collection.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_conversation.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_event.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_feed.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_label.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_medical_condition.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_medical_device.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_medical_drug.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_medical_indication.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_medical_study.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_medical_test.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_observation.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_organization.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_person.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_place.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_product.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_repo.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_software.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_specification.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_user.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/create_workflow.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_alert.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_alerts.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_alerts.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_categories.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_collections.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_contents.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_conversations.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_events.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_feeds.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_labels.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_medical_devices.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_medical_indications.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_medical_studies.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_medical_tests.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_organizations.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_persons.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_places.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_products.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_repos.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_softwares.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_specifications.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_all_workflows.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_categories.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_category.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_collection.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_collections.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_content.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_contents.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_conversation.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_conversations.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_event.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_events.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_feed.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_feeds.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_label.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_labels.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_condition.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_device.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_devices.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_drug.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_indication.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_indications.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_studies.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_study.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_test.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_tests.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_observation.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_organization.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_organizations.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_person.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_persons.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_place.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_places.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_product.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_products.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_repo.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_repos.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_software.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_softwares.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_specification.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_specifications.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_user.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_workflow.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/delete_workflows.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/describe_encoded_image.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/describe_image.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/disable_alert.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/disable_feed.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/disable_user.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/enable_alert.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/enable_feed.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/enable_user.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/enums.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/exceptions.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/extract_contents.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/extract_text.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/feed_exists.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/format_conversation.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_alert.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_category.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_collection.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_content.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_conversation.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_event.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_feed.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_label.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_medical_condition.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_medical_device.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_medical_drug.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_medical_indication.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_medical_study.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_medical_test.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_organization.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_person.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_place.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_product.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_project.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_repo.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_share_point_consent_uri.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_software.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_specification.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_user.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_user_by_identifier.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/get_workflow.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/ingest_batch.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/ingest_encoded_file.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/ingest_event.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/ingest_memory.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/ingest_text.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/ingest_text_batch.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/ingest_uri.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/input_types.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/is_content_done.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/is_feed_done.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/lookup_contents.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/lookup_credits.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/lookup_usage.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/map_web.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/prompt.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/prompt_conversation.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/prompt_specifications.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/publish_contents.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/publish_conversation.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/publish_text.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_alerts.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_categories.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_collections.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_contents.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_contents_facets.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_contents_graph.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_conversations.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_credits.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_events.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_feeds.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_labels.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_linear_projects.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_medical_devices.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_medical_indications.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_medical_studies.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_medical_tests.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_microsoft_teams_channels.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_microsoft_teams_teams.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_models.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_notion_databases.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_notion_pages.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_one_drive_folders.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_organizations.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_persons.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_places.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_products.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_repos.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_share_point_folders.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_share_point_libraries.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_slack_channels.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_softwares.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_specifications.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_tokens.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_usage.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_users.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/query_workflows.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/remove_contents_from_collection.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/retrieve_sources.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/revise_content.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/revise_encoded_image.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/revise_image.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/revise_text.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/screenshot_page.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/search_web.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/send_notification.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/specification_exists.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/suggest_conversation.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/summarize_contents.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/summarize_text.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_alert.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_category.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_collection.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_content.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_conversation.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_event.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_feed.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_label.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_medical_condition.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_medical_device.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_medical_drug.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_medical_indication.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_medical_study.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_medical_test.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_observation.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_organization.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_person.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_place.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_product.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_project.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_repo.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_software.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_specification.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_user.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/update_workflow.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/upsert_category.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/upsert_label.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/upsert_specification.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/upsert_workflow.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/workflow_exists.py +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_client.egg-info/dependency_links.txt +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_client.egg-info/requires.txt +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_client.egg-info/top_level.txt +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/pyproject.toml +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/setup.cfg +0 -0
- {graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/setup.py +0 -0
{graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/__init__.py
RENAMED
@@ -1695,6 +1695,7 @@ from .operations import (
|
|
1695
1695
|
QUERY_CONTENTS_FACETS_GQL,
|
1696
1696
|
QUERY_CONTENTS_GQL,
|
1697
1697
|
QUERY_CONTENTS_GRAPH_GQL,
|
1698
|
+
QUERY_CONTENTS_OBSERVATIONS_GQL,
|
1698
1699
|
QUERY_CONVERSATIONS_GQL,
|
1699
1700
|
QUERY_CREDITS_GQL,
|
1700
1701
|
QUERY_EVENTS_GQL,
|
@@ -1964,6 +1965,39 @@ from .query_contents_graph import (
|
|
1964
1965
|
QueryContentsGraphContentsGraphEdges,
|
1965
1966
|
QueryContentsGraphContentsGraphNodes,
|
1966
1967
|
)
|
1968
|
+
from .query_contents_observations import (
|
1969
|
+
QueryContentsObservations,
|
1970
|
+
QueryContentsObservationsContents,
|
1971
|
+
QueryContentsObservationsContentsResults,
|
1972
|
+
QueryContentsObservationsContentsResultsAddress,
|
1973
|
+
QueryContentsObservationsContentsResultsAudio,
|
1974
|
+
QueryContentsObservationsContentsResultsDocument,
|
1975
|
+
QueryContentsObservationsContentsResultsEmail,
|
1976
|
+
QueryContentsObservationsContentsResultsEmailBcc,
|
1977
|
+
QueryContentsObservationsContentsResultsEmailCc,
|
1978
|
+
QueryContentsObservationsContentsResultsEmailFrom,
|
1979
|
+
QueryContentsObservationsContentsResultsEmailTo,
|
1980
|
+
QueryContentsObservationsContentsResultsFeed,
|
1981
|
+
QueryContentsObservationsContentsResultsFrames,
|
1982
|
+
QueryContentsObservationsContentsResultsImage,
|
1983
|
+
QueryContentsObservationsContentsResultsIssue,
|
1984
|
+
QueryContentsObservationsContentsResultsLanguage,
|
1985
|
+
QueryContentsObservationsContentsResultsLinks,
|
1986
|
+
QueryContentsObservationsContentsResultsLocation,
|
1987
|
+
QueryContentsObservationsContentsResultsObservations,
|
1988
|
+
QueryContentsObservationsContentsResultsObservationsObservable,
|
1989
|
+
QueryContentsObservationsContentsResultsObservationsOccurrences,
|
1990
|
+
QueryContentsObservationsContentsResultsObservationsOccurrencesBoundingBox,
|
1991
|
+
QueryContentsObservationsContentsResultsObservationsRelated,
|
1992
|
+
QueryContentsObservationsContentsResultsOwner,
|
1993
|
+
QueryContentsObservationsContentsResultsPackage,
|
1994
|
+
QueryContentsObservationsContentsResultsPages,
|
1995
|
+
QueryContentsObservationsContentsResultsPagesChunks,
|
1996
|
+
QueryContentsObservationsContentsResultsPagesImages,
|
1997
|
+
QueryContentsObservationsContentsResultsSegments,
|
1998
|
+
QueryContentsObservationsContentsResultsVideo,
|
1999
|
+
QueryContentsObservationsContentsResultsWorkflow,
|
2000
|
+
)
|
1967
2001
|
from .query_conversations import (
|
1968
2002
|
QueryConversations,
|
1969
2003
|
QueryConversationsConversations,
|
@@ -4160,6 +4194,7 @@ __all__ = [
|
|
4160
4194
|
"QUERY_CONTENTS_FACETS_GQL",
|
4161
4195
|
"QUERY_CONTENTS_GQL",
|
4162
4196
|
"QUERY_CONTENTS_GRAPH_GQL",
|
4197
|
+
"QUERY_CONTENTS_OBSERVATIONS_GQL",
|
4163
4198
|
"QUERY_CONVERSATIONS_GQL",
|
4164
4199
|
"QUERY_CREDITS_GQL",
|
4165
4200
|
"QUERY_EVENTS_GQL",
|
@@ -4280,6 +4315,37 @@ __all__ = [
|
|
4280
4315
|
"QueryContentsGraphContentsGraph",
|
4281
4316
|
"QueryContentsGraphContentsGraphEdges",
|
4282
4317
|
"QueryContentsGraphContentsGraphNodes",
|
4318
|
+
"QueryContentsObservations",
|
4319
|
+
"QueryContentsObservationsContents",
|
4320
|
+
"QueryContentsObservationsContentsResults",
|
4321
|
+
"QueryContentsObservationsContentsResultsAddress",
|
4322
|
+
"QueryContentsObservationsContentsResultsAudio",
|
4323
|
+
"QueryContentsObservationsContentsResultsDocument",
|
4324
|
+
"QueryContentsObservationsContentsResultsEmail",
|
4325
|
+
"QueryContentsObservationsContentsResultsEmailBcc",
|
4326
|
+
"QueryContentsObservationsContentsResultsEmailCc",
|
4327
|
+
"QueryContentsObservationsContentsResultsEmailFrom",
|
4328
|
+
"QueryContentsObservationsContentsResultsEmailTo",
|
4329
|
+
"QueryContentsObservationsContentsResultsFeed",
|
4330
|
+
"QueryContentsObservationsContentsResultsFrames",
|
4331
|
+
"QueryContentsObservationsContentsResultsImage",
|
4332
|
+
"QueryContentsObservationsContentsResultsIssue",
|
4333
|
+
"QueryContentsObservationsContentsResultsLanguage",
|
4334
|
+
"QueryContentsObservationsContentsResultsLinks",
|
4335
|
+
"QueryContentsObservationsContentsResultsLocation",
|
4336
|
+
"QueryContentsObservationsContentsResultsObservations",
|
4337
|
+
"QueryContentsObservationsContentsResultsObservationsObservable",
|
4338
|
+
"QueryContentsObservationsContentsResultsObservationsOccurrences",
|
4339
|
+
"QueryContentsObservationsContentsResultsObservationsOccurrencesBoundingBox",
|
4340
|
+
"QueryContentsObservationsContentsResultsObservationsRelated",
|
4341
|
+
"QueryContentsObservationsContentsResultsOwner",
|
4342
|
+
"QueryContentsObservationsContentsResultsPackage",
|
4343
|
+
"QueryContentsObservationsContentsResultsPages",
|
4344
|
+
"QueryContentsObservationsContentsResultsPagesChunks",
|
4345
|
+
"QueryContentsObservationsContentsResultsPagesImages",
|
4346
|
+
"QueryContentsObservationsContentsResultsSegments",
|
4347
|
+
"QueryContentsObservationsContentsResultsVideo",
|
4348
|
+
"QueryContentsObservationsContentsResultsWorkflow",
|
4283
4349
|
"QueryConversations",
|
4284
4350
|
"QueryConversationsConversations",
|
4285
4351
|
"QueryConversationsConversationsResults",
|
@@ -534,6 +534,7 @@ from .operations import (
|
|
534
534
|
QUERY_CONTENTS_FACETS_GQL,
|
535
535
|
QUERY_CONTENTS_GQL,
|
536
536
|
QUERY_CONTENTS_GRAPH_GQL,
|
537
|
+
QUERY_CONTENTS_OBSERVATIONS_GQL,
|
537
538
|
QUERY_CONVERSATIONS_GQL,
|
538
539
|
QUERY_CREDITS_GQL,
|
539
540
|
QUERY_EVENTS_GQL,
|
@@ -632,6 +633,7 @@ from .query_collections import QueryCollections
|
|
632
633
|
from .query_contents import QueryContents
|
633
634
|
from .query_contents_facets import QueryContentsFacets
|
634
635
|
from .query_contents_graph import QueryContentsGraph
|
636
|
+
from .query_contents_observations import QueryContentsObservations
|
635
637
|
from .query_conversations import QueryConversations
|
636
638
|
from .query_credits import QueryCredits
|
637
639
|
from .query_events import QueryEvents
|
@@ -1739,6 +1741,25 @@ class Client(AsyncBaseClient):
|
|
1739
1741
|
data = self.get_data(response)
|
1740
1742
|
return QueryContentsGraph.model_validate(data)
|
1741
1743
|
|
1744
|
+
async def query_contents_observations(
|
1745
|
+
self,
|
1746
|
+
filter: Union[Optional[ContentFilter], UnsetType] = UNSET,
|
1747
|
+
correlation_id: Union[Optional[str], UnsetType] = UNSET,
|
1748
|
+
**kwargs: Any
|
1749
|
+
) -> QueryContentsObservations:
|
1750
|
+
variables: Dict[str, object] = {
|
1751
|
+
"filter": filter,
|
1752
|
+
"correlationId": correlation_id,
|
1753
|
+
}
|
1754
|
+
response = await self.execute(
|
1755
|
+
query=QUERY_CONTENTS_OBSERVATIONS_GQL,
|
1756
|
+
operation_name="QueryContentsObservations",
|
1757
|
+
variables=variables,
|
1758
|
+
**kwargs
|
1759
|
+
)
|
1760
|
+
data = self.get_data(response)
|
1761
|
+
return QueryContentsObservations.model_validate(data)
|
1762
|
+
|
1742
1763
|
async def screenshot_page(
|
1743
1764
|
self,
|
1744
1765
|
uri: Any,
|
{graphlit_client-1.0.20250622001 → graphlit_client-1.0.20250622002}/graphlit_api/operations.py
RENAMED
@@ -216,6 +216,7 @@ __all__ = [
|
|
216
216
|
"QUERY_CONTENTS_FACETS_GQL",
|
217
217
|
"QUERY_CONTENTS_GQL",
|
218
218
|
"QUERY_CONTENTS_GRAPH_GQL",
|
219
|
+
"QUERY_CONTENTS_OBSERVATIONS_GQL",
|
219
220
|
"QUERY_CONVERSATIONS_GQL",
|
220
221
|
"QUERY_CREDITS_GQL",
|
221
222
|
"QUERY_EVENTS_GQL",
|
@@ -2747,6 +2748,259 @@ query QueryContentsGraph($filter: ContentFilter, $graph: ContentGraphInput, $cor
|
|
2747
2748
|
}
|
2748
2749
|
"""
|
2749
2750
|
|
2751
|
+
QUERY_CONTENTS_OBSERVATIONS_GQL = """
|
2752
|
+
query QueryContentsObservations($filter: ContentFilter, $correlationId: String) {
|
2753
|
+
contents(filter: $filter, correlationId: $correlationId) {
|
2754
|
+
results {
|
2755
|
+
id
|
2756
|
+
name
|
2757
|
+
creationDate
|
2758
|
+
relevance
|
2759
|
+
owner {
|
2760
|
+
id
|
2761
|
+
}
|
2762
|
+
state
|
2763
|
+
originalDate
|
2764
|
+
finishedDate
|
2765
|
+
workflowDuration
|
2766
|
+
uri
|
2767
|
+
description
|
2768
|
+
identifier
|
2769
|
+
address {
|
2770
|
+
streetAddress
|
2771
|
+
city
|
2772
|
+
region
|
2773
|
+
country
|
2774
|
+
postalCode
|
2775
|
+
}
|
2776
|
+
location {
|
2777
|
+
latitude
|
2778
|
+
longitude
|
2779
|
+
}
|
2780
|
+
type
|
2781
|
+
fileType
|
2782
|
+
mimeType
|
2783
|
+
format
|
2784
|
+
formatName
|
2785
|
+
fileExtension
|
2786
|
+
fileName
|
2787
|
+
fileSize
|
2788
|
+
masterUri
|
2789
|
+
imageUri
|
2790
|
+
textUri
|
2791
|
+
audioUri
|
2792
|
+
transcriptUri
|
2793
|
+
summary
|
2794
|
+
customSummary
|
2795
|
+
keywords
|
2796
|
+
bullets
|
2797
|
+
headlines
|
2798
|
+
posts
|
2799
|
+
chapters
|
2800
|
+
questions
|
2801
|
+
quotes
|
2802
|
+
video {
|
2803
|
+
width
|
2804
|
+
height
|
2805
|
+
duration
|
2806
|
+
make
|
2807
|
+
model
|
2808
|
+
software
|
2809
|
+
title
|
2810
|
+
description
|
2811
|
+
keywords
|
2812
|
+
author
|
2813
|
+
}
|
2814
|
+
audio {
|
2815
|
+
keywords
|
2816
|
+
author
|
2817
|
+
series
|
2818
|
+
episode
|
2819
|
+
episodeType
|
2820
|
+
season
|
2821
|
+
publisher
|
2822
|
+
copyright
|
2823
|
+
genre
|
2824
|
+
title
|
2825
|
+
description
|
2826
|
+
bitrate
|
2827
|
+
channels
|
2828
|
+
sampleRate
|
2829
|
+
bitsPerSample
|
2830
|
+
duration
|
2831
|
+
}
|
2832
|
+
image {
|
2833
|
+
width
|
2834
|
+
height
|
2835
|
+
resolutionX
|
2836
|
+
resolutionY
|
2837
|
+
bitsPerComponent
|
2838
|
+
components
|
2839
|
+
projectionType
|
2840
|
+
orientation
|
2841
|
+
description
|
2842
|
+
make
|
2843
|
+
model
|
2844
|
+
software
|
2845
|
+
lens
|
2846
|
+
focalLength
|
2847
|
+
exposureTime
|
2848
|
+
fNumber
|
2849
|
+
iso
|
2850
|
+
heading
|
2851
|
+
pitch
|
2852
|
+
}
|
2853
|
+
document {
|
2854
|
+
title
|
2855
|
+
subject
|
2856
|
+
summary
|
2857
|
+
author
|
2858
|
+
publisher
|
2859
|
+
description
|
2860
|
+
keywords
|
2861
|
+
pageCount
|
2862
|
+
worksheetCount
|
2863
|
+
slideCount
|
2864
|
+
wordCount
|
2865
|
+
lineCount
|
2866
|
+
paragraphCount
|
2867
|
+
isEncrypted
|
2868
|
+
hasDigitalSignature
|
2869
|
+
}
|
2870
|
+
email {
|
2871
|
+
identifier
|
2872
|
+
threadIdentifier
|
2873
|
+
subject
|
2874
|
+
labels
|
2875
|
+
sensitivity
|
2876
|
+
priority
|
2877
|
+
importance
|
2878
|
+
from {
|
2879
|
+
name
|
2880
|
+
email
|
2881
|
+
givenName
|
2882
|
+
familyName
|
2883
|
+
}
|
2884
|
+
to {
|
2885
|
+
name
|
2886
|
+
email
|
2887
|
+
givenName
|
2888
|
+
familyName
|
2889
|
+
}
|
2890
|
+
cc {
|
2891
|
+
name
|
2892
|
+
email
|
2893
|
+
givenName
|
2894
|
+
familyName
|
2895
|
+
}
|
2896
|
+
bcc {
|
2897
|
+
name
|
2898
|
+
email
|
2899
|
+
givenName
|
2900
|
+
familyName
|
2901
|
+
}
|
2902
|
+
}
|
2903
|
+
issue {
|
2904
|
+
identifier
|
2905
|
+
title
|
2906
|
+
project
|
2907
|
+
team
|
2908
|
+
status
|
2909
|
+
priority
|
2910
|
+
type
|
2911
|
+
labels
|
2912
|
+
}
|
2913
|
+
package {
|
2914
|
+
fileCount
|
2915
|
+
folderCount
|
2916
|
+
isEncrypted
|
2917
|
+
}
|
2918
|
+
language {
|
2919
|
+
languages
|
2920
|
+
}
|
2921
|
+
feed {
|
2922
|
+
id
|
2923
|
+
name
|
2924
|
+
}
|
2925
|
+
links {
|
2926
|
+
uri
|
2927
|
+
linkType
|
2928
|
+
}
|
2929
|
+
workflow {
|
2930
|
+
id
|
2931
|
+
name
|
2932
|
+
}
|
2933
|
+
pages {
|
2934
|
+
index
|
2935
|
+
text
|
2936
|
+
relevance
|
2937
|
+
images {
|
2938
|
+
id
|
2939
|
+
mimeType
|
2940
|
+
data
|
2941
|
+
left
|
2942
|
+
right
|
2943
|
+
top
|
2944
|
+
bottom
|
2945
|
+
}
|
2946
|
+
chunks {
|
2947
|
+
index
|
2948
|
+
pageIndex
|
2949
|
+
rowIndex
|
2950
|
+
columnIndex
|
2951
|
+
confidence
|
2952
|
+
text
|
2953
|
+
role
|
2954
|
+
language
|
2955
|
+
relevance
|
2956
|
+
}
|
2957
|
+
}
|
2958
|
+
segments {
|
2959
|
+
startTime
|
2960
|
+
endTime
|
2961
|
+
text
|
2962
|
+
relevance
|
2963
|
+
}
|
2964
|
+
frames {
|
2965
|
+
index
|
2966
|
+
description
|
2967
|
+
text
|
2968
|
+
relevance
|
2969
|
+
}
|
2970
|
+
error
|
2971
|
+
observations {
|
2972
|
+
id
|
2973
|
+
type
|
2974
|
+
observable {
|
2975
|
+
id
|
2976
|
+
name
|
2977
|
+
}
|
2978
|
+
related {
|
2979
|
+
id
|
2980
|
+
name
|
2981
|
+
}
|
2982
|
+
relatedType
|
2983
|
+
relation
|
2984
|
+
occurrences {
|
2985
|
+
type
|
2986
|
+
confidence
|
2987
|
+
startTime
|
2988
|
+
endTime
|
2989
|
+
pageIndex
|
2990
|
+
boundingBox {
|
2991
|
+
left
|
2992
|
+
top
|
2993
|
+
width
|
2994
|
+
height
|
2995
|
+
}
|
2996
|
+
}
|
2997
|
+
state
|
2998
|
+
}
|
2999
|
+
}
|
3000
|
+
}
|
3001
|
+
}
|
3002
|
+
"""
|
3003
|
+
|
2750
3004
|
SCREENSHOT_PAGE_GQL = """
|
2751
3005
|
mutation ScreenshotPage($uri: URL!, $maximumHeight: Int, $isSynchronous: Boolean, $workflow: EntityReferenceInput, $collections: [EntityReferenceInput!], $correlationId: String) {
|
2752
3006
|
screenshotPage(
|