graphlit-client 1.0.20250313001__tar.gz → 1.0.20250315001__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.20250313001/graphlit_client.egg-info → graphlit_client-1.0.20250315001}/PKG-INFO +1 -1
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/__init__.py +126 -68
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/client.py +58 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/enums.py +1 -1
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_content.py +0 -1
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/input_types.py +1 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/operations.py +228 -264
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_contents.py +0 -13
- graphlit_client-1.0.20250315001/graphlit_api/query_contents_facets.py +47 -0
- graphlit_client-1.0.20250315001/graphlit_api/upsert_category.py +22 -0
- graphlit_client-1.0.20250315001/graphlit_api/upsert_label.py +20 -0
- graphlit_client-1.0.20250315001/graphlit_api/upsert_specification.py +26 -0
- graphlit_client-1.0.20250315001/graphlit_api/upsert_workflow.py +405 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001/graphlit_client.egg-info}/PKG-INFO +1 -1
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_client.egg-info/SOURCES.txt +4 -0
- graphlit_client-1.0.20250313001/graphlit_api/query_contents_facets.py +0 -395
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/LICENSE +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/README.md +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit/__init__.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit/graphlit.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/add_contents_to_collections.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/ask_graphlit.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/async_base_client.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/base_model.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/clear_conversation.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/close_conversation.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/complete_conversation.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/continue_conversation.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_alerts.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_categories.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_collections.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_contents.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_conversations.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_events.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_feeds.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_labels.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_devices.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_indications.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_studies.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_tests.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_organizations.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_persons.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_places.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_products.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_repos.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_softwares.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_specifications.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_users.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_workflows.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_alert.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_category.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_collection.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_conversation.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_event.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_feed.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_label.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_condition.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_device.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_drug.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_indication.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_study.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_test.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_observation.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_organization.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_person.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_place.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_product.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_repo.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_software.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_specification.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_user.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_workflow.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_alert.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_alerts.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_alerts.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_categories.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_collections.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_contents.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_conversations.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_events.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_feeds.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_labels.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_devices.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_indications.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_studies.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_tests.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_organizations.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_persons.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_places.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_products.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_repos.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_softwares.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_specifications.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_workflows.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_categories.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_category.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_collection.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_collections.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_content.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_contents.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_conversation.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_conversations.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_event.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_events.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_feed.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_feeds.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_label.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_labels.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_condition.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_device.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_devices.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_drug.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_indication.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_indications.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_studies.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_study.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_test.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_tests.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_observation.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_organization.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_organizations.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_person.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_persons.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_place.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_places.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_product.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_products.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_repo.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_repos.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_software.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_softwares.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_specification.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_specifications.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_user.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_workflow.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_workflows.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/describe_encoded_image.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/describe_image.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/disable_alert.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/disable_feed.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/disable_user.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/enable_alert.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/enable_feed.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/enable_user.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/exceptions.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/extract_contents.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/extract_text.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/format_conversation.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_alert.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_category.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_collection.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_conversation.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_event.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_feed.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_label.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_condition.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_device.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_drug.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_indication.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_study.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_test.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_organization.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_person.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_place.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_product.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_project.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_repo.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_share_point_consent_uri.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_software.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_specification.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_user.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_workflow.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/ingest_batch.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/ingest_encoded_file.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/ingest_text.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/ingest_text_batch.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/ingest_uri.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/is_content_done.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/is_feed_done.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/lookup_credits.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/lookup_usage.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/map_web.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/prompt.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/prompt_conversation.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/prompt_specifications.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/publish_contents.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/publish_conversation.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/publish_text.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_alerts.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_categories.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_collections.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_contents_graph.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_conversations.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_credits.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_events.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_feeds.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_labels.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_linear_projects.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_devices.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_indications.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_studies.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_tests.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_microsoft_teams_channels.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_microsoft_teams_teams.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_models.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_one_drive_folders.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_organizations.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_persons.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_places.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_products.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_repos.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_share_point_folders.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_share_point_libraries.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_slack_channels.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_softwares.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_specifications.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_usage.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_users.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_workflows.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/remove_contents_from_collection.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/retrieve_sources.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/revise_content.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/revise_encoded_image.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/revise_image.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/revise_text.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/screenshot_page.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/search_web.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/send_notification.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/suggest_conversation.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/summarize_contents.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/summarize_text.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_alert.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_category.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_collection.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_content.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_conversation.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_event.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_feed.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_label.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_condition.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_device.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_drug.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_indication.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_study.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_test.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_observation.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_organization.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_person.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_place.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_product.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_project.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_repo.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_software.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_specification.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_user.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_workflow.py +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_client.egg-info/dependency_links.txt +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_client.egg-info/requires.txt +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_client.egg-info/top_level.txt +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/pyproject.toml +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/setup.cfg +0 -0
- {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/setup.py +0 -0
{graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/__init__.py
RENAMED
@@ -1656,6 +1656,10 @@ from .operations import (
|
|
1656
1656
|
UPDATE_SPECIFICATION_GQL,
|
1657
1657
|
UPDATE_USER_GQL,
|
1658
1658
|
UPDATE_WORKFLOW_GQL,
|
1659
|
+
UPSERT_CATEGORY_GQL,
|
1660
|
+
UPSERT_LABEL_GQL,
|
1661
|
+
UPSERT_SPECIFICATION_GQL,
|
1662
|
+
UPSERT_WORKFLOW_GQL,
|
1659
1663
|
)
|
1660
1664
|
from .prompt import (
|
1661
1665
|
Prompt,
|
@@ -1794,7 +1798,6 @@ from .query_contents import (
|
|
1794
1798
|
QueryContentsContentsResults,
|
1795
1799
|
QueryContentsContentsResultsAddress,
|
1796
1800
|
QueryContentsContentsResultsAudio,
|
1797
|
-
QueryContentsContentsResultsChildren,
|
1798
1801
|
QueryContentsContentsResultsCollections,
|
1799
1802
|
QueryContentsContentsResultsDocument,
|
1800
1803
|
QueryContentsContentsResultsEmail,
|
@@ -1819,7 +1822,6 @@ from .query_contents import (
|
|
1819
1822
|
QueryContentsContentsResultsPages,
|
1820
1823
|
QueryContentsContentsResultsPagesChunks,
|
1821
1824
|
QueryContentsContentsResultsPagesImages,
|
1822
|
-
QueryContentsContentsResultsParent,
|
1823
1825
|
QueryContentsContentsResultsSegments,
|
1824
1826
|
QueryContentsContentsResultsVideo,
|
1825
1827
|
QueryContentsContentsResultsWorkflow,
|
@@ -1831,38 +1833,6 @@ from .query_contents_facets import (
|
|
1831
1833
|
QueryContentsFacetsContentsFacetsObservable,
|
1832
1834
|
QueryContentsFacetsContentsFacetsObservableObservable,
|
1833
1835
|
QueryContentsFacetsContentsFacetsRange,
|
1834
|
-
QueryContentsFacetsContentsResults,
|
1835
|
-
QueryContentsFacetsContentsResultsAddress,
|
1836
|
-
QueryContentsFacetsContentsResultsAudio,
|
1837
|
-
QueryContentsFacetsContentsResultsChildren,
|
1838
|
-
QueryContentsFacetsContentsResultsCollections,
|
1839
|
-
QueryContentsFacetsContentsResultsDocument,
|
1840
|
-
QueryContentsFacetsContentsResultsEmail,
|
1841
|
-
QueryContentsFacetsContentsResultsEmailBcc,
|
1842
|
-
QueryContentsFacetsContentsResultsEmailCc,
|
1843
|
-
QueryContentsFacetsContentsResultsEmailFrom,
|
1844
|
-
QueryContentsFacetsContentsResultsEmailTo,
|
1845
|
-
QueryContentsFacetsContentsResultsFeed,
|
1846
|
-
QueryContentsFacetsContentsResultsFrames,
|
1847
|
-
QueryContentsFacetsContentsResultsImage,
|
1848
|
-
QueryContentsFacetsContentsResultsIssue,
|
1849
|
-
QueryContentsFacetsContentsResultsLanguage,
|
1850
|
-
QueryContentsFacetsContentsResultsLinks,
|
1851
|
-
QueryContentsFacetsContentsResultsLocation,
|
1852
|
-
QueryContentsFacetsContentsResultsObservations,
|
1853
|
-
QueryContentsFacetsContentsResultsObservationsObservable,
|
1854
|
-
QueryContentsFacetsContentsResultsObservationsOccurrences,
|
1855
|
-
QueryContentsFacetsContentsResultsObservationsOccurrencesBoundingBox,
|
1856
|
-
QueryContentsFacetsContentsResultsObservationsRelated,
|
1857
|
-
QueryContentsFacetsContentsResultsOwner,
|
1858
|
-
QueryContentsFacetsContentsResultsPackage,
|
1859
|
-
QueryContentsFacetsContentsResultsPages,
|
1860
|
-
QueryContentsFacetsContentsResultsPagesChunks,
|
1861
|
-
QueryContentsFacetsContentsResultsPagesImages,
|
1862
|
-
QueryContentsFacetsContentsResultsParent,
|
1863
|
-
QueryContentsFacetsContentsResultsSegments,
|
1864
|
-
QueryContentsFacetsContentsResultsVideo,
|
1865
|
-
QueryContentsFacetsContentsResultsWorkflow,
|
1866
1836
|
)
|
1867
1837
|
from .query_contents_graph import (
|
1868
1838
|
QueryContentsGraph,
|
@@ -2422,6 +2392,66 @@ from .update_workflow import (
|
|
2422
2392
|
UpdateWorkflowUpdateWorkflowStorage,
|
2423
2393
|
UpdateWorkflowUpdateWorkflowStoragePolicy,
|
2424
2394
|
)
|
2395
|
+
from .upsert_category import UpsertCategory, UpsertCategoryUpsertCategory
|
2396
|
+
from .upsert_label import UpsertLabel, UpsertLabelUpsertLabel
|
2397
|
+
from .upsert_specification import (
|
2398
|
+
UpsertSpecification,
|
2399
|
+
UpsertSpecificationUpsertSpecification,
|
2400
|
+
)
|
2401
|
+
from .upsert_workflow import (
|
2402
|
+
UpsertWorkflow,
|
2403
|
+
UpsertWorkflowUpsertWorkflow,
|
2404
|
+
UpsertWorkflowUpsertWorkflowActions,
|
2405
|
+
UpsertWorkflowUpsertWorkflowActionsConnector,
|
2406
|
+
UpsertWorkflowUpsertWorkflowActionsConnectorEmail,
|
2407
|
+
UpsertWorkflowUpsertWorkflowActionsConnectorSlack,
|
2408
|
+
UpsertWorkflowUpsertWorkflowClassification,
|
2409
|
+
UpsertWorkflowUpsertWorkflowClassificationJobs,
|
2410
|
+
UpsertWorkflowUpsertWorkflowClassificationJobsConnector,
|
2411
|
+
UpsertWorkflowUpsertWorkflowClassificationJobsConnectorModel,
|
2412
|
+
UpsertWorkflowUpsertWorkflowClassificationJobsConnectorModelRules,
|
2413
|
+
UpsertWorkflowUpsertWorkflowClassificationJobsConnectorModelSpecification,
|
2414
|
+
UpsertWorkflowUpsertWorkflowClassificationJobsConnectorRegex,
|
2415
|
+
UpsertWorkflowUpsertWorkflowClassificationJobsConnectorRegexRules,
|
2416
|
+
UpsertWorkflowUpsertWorkflowEnrichment,
|
2417
|
+
UpsertWorkflowUpsertWorkflowEnrichmentJobs,
|
2418
|
+
UpsertWorkflowUpsertWorkflowEnrichmentJobsConnector,
|
2419
|
+
UpsertWorkflowUpsertWorkflowEnrichmentJobsConnectorDiffbot,
|
2420
|
+
UpsertWorkflowUpsertWorkflowEnrichmentJobsConnectorFhir,
|
2421
|
+
UpsertWorkflowUpsertWorkflowEnrichmentLink,
|
2422
|
+
UpsertWorkflowUpsertWorkflowExtraction,
|
2423
|
+
UpsertWorkflowUpsertWorkflowExtractionJobs,
|
2424
|
+
UpsertWorkflowUpsertWorkflowExtractionJobsConnector,
|
2425
|
+
UpsertWorkflowUpsertWorkflowExtractionJobsConnectorAzureImage,
|
2426
|
+
UpsertWorkflowUpsertWorkflowExtractionJobsConnectorAzureText,
|
2427
|
+
UpsertWorkflowUpsertWorkflowExtractionJobsConnectorModelImage,
|
2428
|
+
UpsertWorkflowUpsertWorkflowExtractionJobsConnectorModelImageSpecification,
|
2429
|
+
UpsertWorkflowUpsertWorkflowExtractionJobsConnectorModelText,
|
2430
|
+
UpsertWorkflowUpsertWorkflowExtractionJobsConnectorModelTextSpecification,
|
2431
|
+
UpsertWorkflowUpsertWorkflowIndexing,
|
2432
|
+
UpsertWorkflowUpsertWorkflowIndexingJobs,
|
2433
|
+
UpsertWorkflowUpsertWorkflowIndexingJobsConnector,
|
2434
|
+
UpsertWorkflowUpsertWorkflowIngestion,
|
2435
|
+
UpsertWorkflowUpsertWorkflowIngestionCollections,
|
2436
|
+
UpsertWorkflowUpsertWorkflowIngestionIf,
|
2437
|
+
UpsertWorkflowUpsertWorkflowIngestionObservations,
|
2438
|
+
UpsertWorkflowUpsertWorkflowIngestionObservationsObservable,
|
2439
|
+
UpsertWorkflowUpsertWorkflowPreparation,
|
2440
|
+
UpsertWorkflowUpsertWorkflowPreparationJobs,
|
2441
|
+
UpsertWorkflowUpsertWorkflowPreparationJobsConnector,
|
2442
|
+
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorAssemblyAi,
|
2443
|
+
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorAzureDocument,
|
2444
|
+
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorDeepgram,
|
2445
|
+
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorDocument,
|
2446
|
+
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorEmail,
|
2447
|
+
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorMistral,
|
2448
|
+
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocument,
|
2449
|
+
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocumentSpecification,
|
2450
|
+
UpsertWorkflowUpsertWorkflowPreparationSummarizations,
|
2451
|
+
UpsertWorkflowUpsertWorkflowPreparationSummarizationsSpecification,
|
2452
|
+
UpsertWorkflowUpsertWorkflowStorage,
|
2453
|
+
UpsertWorkflowUpsertWorkflowStoragePolicy,
|
2454
|
+
)
|
2425
2455
|
|
2426
2456
|
__all__ = [
|
2427
2457
|
"ADD_CONTENTS_TO_COLLECTIONS_GQL",
|
@@ -3956,7 +3986,6 @@ __all__ = [
|
|
3956
3986
|
"QueryContentsContentsResults",
|
3957
3987
|
"QueryContentsContentsResultsAddress",
|
3958
3988
|
"QueryContentsContentsResultsAudio",
|
3959
|
-
"QueryContentsContentsResultsChildren",
|
3960
3989
|
"QueryContentsContentsResultsCollections",
|
3961
3990
|
"QueryContentsContentsResultsDocument",
|
3962
3991
|
"QueryContentsContentsResultsEmail",
|
@@ -3981,7 +4010,6 @@ __all__ = [
|
|
3981
4010
|
"QueryContentsContentsResultsPages",
|
3982
4011
|
"QueryContentsContentsResultsPagesChunks",
|
3983
4012
|
"QueryContentsContentsResultsPagesImages",
|
3984
|
-
"QueryContentsContentsResultsParent",
|
3985
4013
|
"QueryContentsContentsResultsSegments",
|
3986
4014
|
"QueryContentsContentsResultsVideo",
|
3987
4015
|
"QueryContentsContentsResultsWorkflow",
|
@@ -3991,38 +4019,6 @@ __all__ = [
|
|
3991
4019
|
"QueryContentsFacetsContentsFacetsObservable",
|
3992
4020
|
"QueryContentsFacetsContentsFacetsObservableObservable",
|
3993
4021
|
"QueryContentsFacetsContentsFacetsRange",
|
3994
|
-
"QueryContentsFacetsContentsResults",
|
3995
|
-
"QueryContentsFacetsContentsResultsAddress",
|
3996
|
-
"QueryContentsFacetsContentsResultsAudio",
|
3997
|
-
"QueryContentsFacetsContentsResultsChildren",
|
3998
|
-
"QueryContentsFacetsContentsResultsCollections",
|
3999
|
-
"QueryContentsFacetsContentsResultsDocument",
|
4000
|
-
"QueryContentsFacetsContentsResultsEmail",
|
4001
|
-
"QueryContentsFacetsContentsResultsEmailBcc",
|
4002
|
-
"QueryContentsFacetsContentsResultsEmailCc",
|
4003
|
-
"QueryContentsFacetsContentsResultsEmailFrom",
|
4004
|
-
"QueryContentsFacetsContentsResultsEmailTo",
|
4005
|
-
"QueryContentsFacetsContentsResultsFeed",
|
4006
|
-
"QueryContentsFacetsContentsResultsFrames",
|
4007
|
-
"QueryContentsFacetsContentsResultsImage",
|
4008
|
-
"QueryContentsFacetsContentsResultsIssue",
|
4009
|
-
"QueryContentsFacetsContentsResultsLanguage",
|
4010
|
-
"QueryContentsFacetsContentsResultsLinks",
|
4011
|
-
"QueryContentsFacetsContentsResultsLocation",
|
4012
|
-
"QueryContentsFacetsContentsResultsObservations",
|
4013
|
-
"QueryContentsFacetsContentsResultsObservationsObservable",
|
4014
|
-
"QueryContentsFacetsContentsResultsObservationsOccurrences",
|
4015
|
-
"QueryContentsFacetsContentsResultsObservationsOccurrencesBoundingBox",
|
4016
|
-
"QueryContentsFacetsContentsResultsObservationsRelated",
|
4017
|
-
"QueryContentsFacetsContentsResultsOwner",
|
4018
|
-
"QueryContentsFacetsContentsResultsPackage",
|
4019
|
-
"QueryContentsFacetsContentsResultsPages",
|
4020
|
-
"QueryContentsFacetsContentsResultsPagesChunks",
|
4021
|
-
"QueryContentsFacetsContentsResultsPagesImages",
|
4022
|
-
"QueryContentsFacetsContentsResultsParent",
|
4023
|
-
"QueryContentsFacetsContentsResultsSegments",
|
4024
|
-
"QueryContentsFacetsContentsResultsVideo",
|
4025
|
-
"QueryContentsFacetsContentsResultsWorkflow",
|
4026
4022
|
"QueryContentsGraph",
|
4027
4023
|
"QueryContentsGraphContents",
|
4028
4024
|
"QueryContentsGraphContentsGraph",
|
@@ -4493,6 +4489,10 @@ __all__ = [
|
|
4493
4489
|
"UPDATE_SPECIFICATION_GQL",
|
4494
4490
|
"UPDATE_USER_GQL",
|
4495
4491
|
"UPDATE_WORKFLOW_GQL",
|
4492
|
+
"UPSERT_CATEGORY_GQL",
|
4493
|
+
"UPSERT_LABEL_GQL",
|
4494
|
+
"UPSERT_SPECIFICATION_GQL",
|
4495
|
+
"UPSERT_WORKFLOW_GQL",
|
4496
4496
|
"UnitTypes",
|
4497
4497
|
"UpdateAlert",
|
4498
4498
|
"UpdateAlertUpdateAlert",
|
@@ -4611,6 +4611,64 @@ __all__ = [
|
|
4611
4611
|
"UpdateWorkflowUpdateWorkflowStorage",
|
4612
4612
|
"UpdateWorkflowUpdateWorkflowStoragePolicy",
|
4613
4613
|
"Upload",
|
4614
|
+
"UpsertCategory",
|
4615
|
+
"UpsertCategoryUpsertCategory",
|
4616
|
+
"UpsertLabel",
|
4617
|
+
"UpsertLabelUpsertLabel",
|
4618
|
+
"UpsertSpecification",
|
4619
|
+
"UpsertSpecificationUpsertSpecification",
|
4620
|
+
"UpsertWorkflow",
|
4621
|
+
"UpsertWorkflowUpsertWorkflow",
|
4622
|
+
"UpsertWorkflowUpsertWorkflowActions",
|
4623
|
+
"UpsertWorkflowUpsertWorkflowActionsConnector",
|
4624
|
+
"UpsertWorkflowUpsertWorkflowActionsConnectorEmail",
|
4625
|
+
"UpsertWorkflowUpsertWorkflowActionsConnectorSlack",
|
4626
|
+
"UpsertWorkflowUpsertWorkflowClassification",
|
4627
|
+
"UpsertWorkflowUpsertWorkflowClassificationJobs",
|
4628
|
+
"UpsertWorkflowUpsertWorkflowClassificationJobsConnector",
|
4629
|
+
"UpsertWorkflowUpsertWorkflowClassificationJobsConnectorModel",
|
4630
|
+
"UpsertWorkflowUpsertWorkflowClassificationJobsConnectorModelRules",
|
4631
|
+
"UpsertWorkflowUpsertWorkflowClassificationJobsConnectorModelSpecification",
|
4632
|
+
"UpsertWorkflowUpsertWorkflowClassificationJobsConnectorRegex",
|
4633
|
+
"UpsertWorkflowUpsertWorkflowClassificationJobsConnectorRegexRules",
|
4634
|
+
"UpsertWorkflowUpsertWorkflowEnrichment",
|
4635
|
+
"UpsertWorkflowUpsertWorkflowEnrichmentJobs",
|
4636
|
+
"UpsertWorkflowUpsertWorkflowEnrichmentJobsConnector",
|
4637
|
+
"UpsertWorkflowUpsertWorkflowEnrichmentJobsConnectorDiffbot",
|
4638
|
+
"UpsertWorkflowUpsertWorkflowEnrichmentJobsConnectorFhir",
|
4639
|
+
"UpsertWorkflowUpsertWorkflowEnrichmentLink",
|
4640
|
+
"UpsertWorkflowUpsertWorkflowExtraction",
|
4641
|
+
"UpsertWorkflowUpsertWorkflowExtractionJobs",
|
4642
|
+
"UpsertWorkflowUpsertWorkflowExtractionJobsConnector",
|
4643
|
+
"UpsertWorkflowUpsertWorkflowExtractionJobsConnectorAzureImage",
|
4644
|
+
"UpsertWorkflowUpsertWorkflowExtractionJobsConnectorAzureText",
|
4645
|
+
"UpsertWorkflowUpsertWorkflowExtractionJobsConnectorModelImage",
|
4646
|
+
"UpsertWorkflowUpsertWorkflowExtractionJobsConnectorModelImageSpecification",
|
4647
|
+
"UpsertWorkflowUpsertWorkflowExtractionJobsConnectorModelText",
|
4648
|
+
"UpsertWorkflowUpsertWorkflowExtractionJobsConnectorModelTextSpecification",
|
4649
|
+
"UpsertWorkflowUpsertWorkflowIndexing",
|
4650
|
+
"UpsertWorkflowUpsertWorkflowIndexingJobs",
|
4651
|
+
"UpsertWorkflowUpsertWorkflowIndexingJobsConnector",
|
4652
|
+
"UpsertWorkflowUpsertWorkflowIngestion",
|
4653
|
+
"UpsertWorkflowUpsertWorkflowIngestionCollections",
|
4654
|
+
"UpsertWorkflowUpsertWorkflowIngestionIf",
|
4655
|
+
"UpsertWorkflowUpsertWorkflowIngestionObservations",
|
4656
|
+
"UpsertWorkflowUpsertWorkflowIngestionObservationsObservable",
|
4657
|
+
"UpsertWorkflowUpsertWorkflowPreparation",
|
4658
|
+
"UpsertWorkflowUpsertWorkflowPreparationJobs",
|
4659
|
+
"UpsertWorkflowUpsertWorkflowPreparationJobsConnector",
|
4660
|
+
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorAssemblyAi",
|
4661
|
+
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorAzureDocument",
|
4662
|
+
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorDeepgram",
|
4663
|
+
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorDocument",
|
4664
|
+
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorEmail",
|
4665
|
+
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorMistral",
|
4666
|
+
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocument",
|
4667
|
+
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocumentSpecification",
|
4668
|
+
"UpsertWorkflowUpsertWorkflowPreparationSummarizations",
|
4669
|
+
"UpsertWorkflowUpsertWorkflowPreparationSummarizationsSpecification",
|
4670
|
+
"UpsertWorkflowUpsertWorkflowStorage",
|
4671
|
+
"UpsertWorkflowUpsertWorkflowStoragePolicy",
|
4614
4672
|
"UserFilter",
|
4615
4673
|
"UserInput",
|
4616
4674
|
"UserTypes",
|
@@ -596,6 +596,10 @@ from .operations import (
|
|
596
596
|
UPDATE_SPECIFICATION_GQL,
|
597
597
|
UPDATE_USER_GQL,
|
598
598
|
UPDATE_WORKFLOW_GQL,
|
599
|
+
UPSERT_CATEGORY_GQL,
|
600
|
+
UPSERT_LABEL_GQL,
|
601
|
+
UPSERT_SPECIFICATION_GQL,
|
602
|
+
UPSERT_WORKFLOW_GQL,
|
599
603
|
)
|
600
604
|
from .prompt import Prompt
|
601
605
|
from .prompt_conversation import PromptConversation
|
@@ -685,6 +689,10 @@ from .update_software import UpdateSoftware
|
|
685
689
|
from .update_specification import UpdateSpecification
|
686
690
|
from .update_user import UpdateUser
|
687
691
|
from .update_workflow import UpdateWorkflow
|
692
|
+
from .upsert_category import UpsertCategory
|
693
|
+
from .upsert_label import UpsertLabel
|
694
|
+
from .upsert_specification import UpsertSpecification
|
695
|
+
from .upsert_workflow import UpsertWorkflow
|
688
696
|
|
689
697
|
|
690
698
|
def gql(q: str) -> str:
|
@@ -971,6 +979,19 @@ class Client(AsyncBaseClient):
|
|
971
979
|
data = self.get_data(response)
|
972
980
|
return UpdateCategory.model_validate(data)
|
973
981
|
|
982
|
+
async def upsert_category(
|
983
|
+
self, category: CategoryInput, **kwargs: Any
|
984
|
+
) -> UpsertCategory:
|
985
|
+
variables: Dict[str, object] = {"category": category}
|
986
|
+
response = await self.execute(
|
987
|
+
query=UPSERT_CATEGORY_GQL,
|
988
|
+
operation_name="UpsertCategory",
|
989
|
+
variables=variables,
|
990
|
+
**kwargs
|
991
|
+
)
|
992
|
+
data = self.get_data(response)
|
993
|
+
return UpsertCategory.model_validate(data)
|
994
|
+
|
974
995
|
async def add_contents_to_collections(
|
975
996
|
self,
|
976
997
|
contents: List[EntityReferenceInput],
|
@@ -2702,6 +2723,17 @@ class Client(AsyncBaseClient):
|
|
2702
2723
|
data = self.get_data(response)
|
2703
2724
|
return UpdateLabel.model_validate(data)
|
2704
2725
|
|
2726
|
+
async def upsert_label(self, label: LabelInput, **kwargs: Any) -> UpsertLabel:
|
2727
|
+
variables: Dict[str, object] = {"label": label}
|
2728
|
+
response = await self.execute(
|
2729
|
+
query=UPSERT_LABEL_GQL,
|
2730
|
+
operation_name="UpsertLabel",
|
2731
|
+
variables=variables,
|
2732
|
+
**kwargs
|
2733
|
+
)
|
2734
|
+
data = self.get_data(response)
|
2735
|
+
return UpsertLabel.model_validate(data)
|
2736
|
+
|
2705
2737
|
async def count_medical_conditions(
|
2706
2738
|
self,
|
2707
2739
|
filter: Union[Optional[MedicalConditionFilter], UnsetType] = UNSET,
|
@@ -5222,6 +5254,19 @@ class Client(AsyncBaseClient):
|
|
5222
5254
|
data = self.get_data(response)
|
5223
5255
|
return UpdateSpecification.model_validate(data)
|
5224
5256
|
|
5257
|
+
async def upsert_specification(
|
5258
|
+
self, specification: SpecificationInput, **kwargs: Any
|
5259
|
+
) -> UpsertSpecification:
|
5260
|
+
variables: Dict[str, object] = {"specification": specification}
|
5261
|
+
response = await self.execute(
|
5262
|
+
query=UPSERT_SPECIFICATION_GQL,
|
5263
|
+
operation_name="UpsertSpecification",
|
5264
|
+
variables=variables,
|
5265
|
+
**kwargs
|
5266
|
+
)
|
5267
|
+
data = self.get_data(response)
|
5268
|
+
return UpsertSpecification.model_validate(data)
|
5269
|
+
|
5225
5270
|
async def count_users(
|
5226
5271
|
self,
|
5227
5272
|
filter: Union[Optional[UserFilter], UnsetType] = UNSET,
|
@@ -5450,3 +5495,16 @@ class Client(AsyncBaseClient):
|
|
5450
5495
|
)
|
5451
5496
|
data = self.get_data(response)
|
5452
5497
|
return UpdateWorkflow.model_validate(data)
|
5498
|
+
|
5499
|
+
async def upsert_workflow(
|
5500
|
+
self, workflow: WorkflowInput, **kwargs: Any
|
5501
|
+
) -> UpsertWorkflow:
|
5502
|
+
variables: Dict[str, object] = {"workflow": workflow}
|
5503
|
+
response = await self.execute(
|
5504
|
+
query=UPSERT_WORKFLOW_GQL,
|
5505
|
+
operation_name="UpsertWorkflow",
|
5506
|
+
variables=variables,
|
5507
|
+
**kwargs
|
5508
|
+
)
|
5509
|
+
data = self.get_data(response)
|
5510
|
+
return UpsertWorkflow.model_validate(data)
|
@@ -690,6 +690,7 @@ class DeepseekModels(str, Enum):
|
|
690
690
|
class SearchServiceTypes(str, Enum):
|
691
691
|
TAVILY = "TAVILY"
|
692
692
|
EXA = "EXA"
|
693
|
+
PODSCAN = "PODSCAN"
|
693
694
|
|
694
695
|
|
695
696
|
class MedicalContraindicationFacetTypes(str, Enum):
|
@@ -949,7 +950,6 @@ class UserTypes(str, Enum):
|
|
949
950
|
|
950
951
|
|
951
952
|
class EntityExtractionServiceTypes(str, Enum):
|
952
|
-
ROBOFLOW_IMAGE = "ROBOFLOW_IMAGE"
|
953
953
|
MODEL_TEXT = "MODEL_TEXT"
|
954
954
|
MODEL_IMAGE = "MODEL_IMAGE"
|
955
955
|
OPEN_AI_IMAGE = "OPEN_AI_IMAGE"
|
{graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/input_types.py
RENAMED
@@ -1784,6 +1784,7 @@ class ContentFilter(BaseModel):
|
|
1784
1784
|
search_type: Optional[SearchTypes] = Field(alias="searchType", default=None)
|
1785
1785
|
query_type: Optional[SearchQueryTypes] = Field(alias="queryType", default=None)
|
1786
1786
|
number_similar: Optional[int] = Field(alias="numberSimilar", default=None)
|
1787
|
+
image: Optional[str] = None
|
1787
1788
|
disable_inheritance: Optional[bool] = Field(
|
1788
1789
|
alias="disableInheritance", default=None
|
1789
1790
|
)
|