graphlit-client 1.0.20250627001__tar.gz → 1.0.20250627003__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.20250627001/graphlit_client.egg-info → graphlit_client-1.0.20250627003}/PKG-INFO +1 -1
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/__init__.py +123 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/client.py +75 -0
- graphlit_client-1.0.20250627003/graphlit_api/delete_all_views.py +23 -0
- graphlit_client-1.0.20250627003/graphlit_api/delete_views.py +23 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/exceptions.py +1 -1
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/operations.py +211 -0
- graphlit_client-1.0.20250627003/graphlit_api/upsert_view.py +316 -0
- graphlit_client-1.0.20250627003/graphlit_api/view_exists.py +19 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003/graphlit_client.egg-info}/PKG-INFO +1 -1
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_client.egg-info/SOURCES.txt +4 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/LICENSE +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/README.md +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit/__init__.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit/graphlit.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/add_contents_to_collections.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/ask_graphlit.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/async_base_client.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/base_model.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/branch_conversation.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/clear_conversation.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/close_conversation.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/complete_conversation.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/continue_conversation.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_alerts.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_categories.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_collections.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_connectors.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_contents.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_conversations.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_events.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_feeds.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_labels.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_medical_devices.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_medical_indications.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_medical_studies.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_medical_tests.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_organizations.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_persons.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_places.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_products.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_repos.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_softwares.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_specifications.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_users.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_views.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/count_workflows.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_alert.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_category.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_collection.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_connector.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_conversation.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_event.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_feed.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_label.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_medical_condition.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_medical_device.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_medical_drug.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_medical_indication.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_medical_study.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_medical_test.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_observation.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_organization.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_person.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_place.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_product.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_repo.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_software.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_specification.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_user.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_view.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/create_workflow.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_alert.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_alerts.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_alerts.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_categories.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_collections.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_contents.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_conversations.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_events.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_feeds.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_labels.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_medical_devices.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_medical_indications.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_medical_studies.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_medical_tests.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_organizations.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_persons.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_places.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_products.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_repos.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_softwares.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_specifications.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_all_workflows.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_categories.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_category.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_collection.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_collections.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_connector.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_content.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_contents.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_conversation.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_conversations.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_event.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_events.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_feed.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_feeds.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_label.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_labels.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_condition.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_device.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_devices.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_drug.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_indication.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_indications.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_studies.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_study.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_test.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_tests.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_observation.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_organization.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_organizations.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_person.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_persons.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_place.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_places.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_product.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_products.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_repo.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_repos.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_software.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_softwares.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_specification.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_specifications.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_user.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_view.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_workflow.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/delete_workflows.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/describe_encoded_image.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/describe_image.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/disable_alert.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/disable_feed.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/disable_user.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/enable_alert.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/enable_feed.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/enable_user.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/enums.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/extract_contents.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/extract_text.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/feed_exists.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/format_conversation.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_alert.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_category.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_collection.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_connector.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_content.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_conversation.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_event.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_feed.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_label.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_medical_condition.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_medical_device.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_medical_drug.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_medical_indication.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_medical_study.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_medical_test.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_organization.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_person.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_place.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_product.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_project.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_repo.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_share_point_consent_uri.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_software.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_specification.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_user.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_user_by_identifier.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_view.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/get_workflow.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/ingest_batch.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/ingest_encoded_file.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/ingest_event.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/ingest_memory.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/ingest_text.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/ingest_text_batch.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/ingest_uri.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/input_types.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/is_content_done.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/is_feed_done.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/lookup_contents.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/lookup_credits.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/lookup_usage.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/map_web.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/prompt.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/prompt_conversation.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/prompt_specifications.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/publish_contents.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/publish_conversation.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/publish_text.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_alerts.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_box_folders.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_categories.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_collections.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_connectors.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_contents.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_contents_facets.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_contents_graph.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_contents_observations.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_conversations.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_credits.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_dropbox_folders.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_events.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_feeds.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_google_calendars.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_google_drive_folders.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_labels.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_linear_projects.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_medical_devices.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_medical_indications.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_medical_studies.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_medical_tests.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_microsoft_calendars.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_microsoft_teams_channels.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_microsoft_teams_teams.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_models.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_notion_databases.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_notion_pages.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_one_drive_folders.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_organizations.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_persons.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_places.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_products.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_repos.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_share_point_folders.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_share_point_libraries.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_slack_channels.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_softwares.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_specifications.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_tokens.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_usage.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_users.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_views.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/query_workflows.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/remove_contents_from_collection.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/retrieve_sources.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/revise_content.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/revise_encoded_image.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/revise_image.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/revise_text.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/screenshot_page.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/search_web.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/send_notification.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/specification_exists.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/suggest_conversation.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/summarize_contents.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/summarize_text.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_alert.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_category.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_collection.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_connector.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_content.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_conversation.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_event.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_feed.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_label.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_medical_condition.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_medical_device.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_medical_drug.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_medical_indication.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_medical_study.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_medical_test.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_observation.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_organization.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_person.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_place.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_product.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_project.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_repo.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_software.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_specification.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_user.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_view.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/update_workflow.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/upsert_category.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/upsert_label.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/upsert_specification.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/upsert_workflow.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/workflow_exists.py +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_client.egg-info/dependency_links.txt +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_client.egg-info/requires.txt +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_client.egg-info/top_level.txt +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/pyproject.toml +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/setup.cfg +0 -0
- {graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/setup.py +0 -0
{graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/__init__.py
RENAMED
@@ -405,6 +405,7 @@ from .delete_all_specifications import (
|
|
405
405
|
DeleteAllSpecifications,
|
406
406
|
DeleteAllSpecificationsDeleteAllSpecifications,
|
407
407
|
)
|
408
|
+
from .delete_all_views import DeleteAllViews, DeleteAllViewsDeleteAllViews
|
408
409
|
from .delete_all_workflows import (
|
409
410
|
DeleteAllWorkflows,
|
410
411
|
DeleteAllWorkflowsDeleteAllWorkflows,
|
@@ -541,6 +542,7 @@ from .delete_specifications import (
|
|
541
542
|
)
|
542
543
|
from .delete_user import DeleteUser, DeleteUserDeleteUser
|
543
544
|
from .delete_view import DeleteView, DeleteViewDeleteView
|
545
|
+
from .delete_views import DeleteViews, DeleteViewsDeleteViews
|
544
546
|
from .delete_workflow import DeleteWorkflow, DeleteWorkflowDeleteWorkflow
|
545
547
|
from .delete_workflows import DeleteWorkflows, DeleteWorkflowsDeleteWorkflows
|
546
548
|
from .describe_encoded_image import (
|
@@ -1753,6 +1755,7 @@ from .operations import (
|
|
1753
1755
|
DELETE_ALL_REPOS_GQL,
|
1754
1756
|
DELETE_ALL_SOFTWARES_GQL,
|
1755
1757
|
DELETE_ALL_SPECIFICATIONS_GQL,
|
1758
|
+
DELETE_ALL_VIEWS_GQL,
|
1756
1759
|
DELETE_ALL_WORKFLOWS_GQL,
|
1757
1760
|
DELETE_CATEGORIES_GQL,
|
1758
1761
|
DELETE_CATEGORY_GQL,
|
@@ -1808,6 +1811,7 @@ from .operations import (
|
|
1808
1811
|
DELETE_SPECIFICATIONS_GQL,
|
1809
1812
|
DELETE_USER_GQL,
|
1810
1813
|
DELETE_VIEW_GQL,
|
1814
|
+
DELETE_VIEWS_GQL,
|
1811
1815
|
DELETE_WORKFLOW_GQL,
|
1812
1816
|
DELETE_WORKFLOWS_GQL,
|
1813
1817
|
DESCRIBE_ENCODED_IMAGE_GQL,
|
@@ -1973,7 +1977,9 @@ from .operations import (
|
|
1973
1977
|
UPSERT_CATEGORY_GQL,
|
1974
1978
|
UPSERT_LABEL_GQL,
|
1975
1979
|
UPSERT_SPECIFICATION_GQL,
|
1980
|
+
UPSERT_VIEW_GQL,
|
1976
1981
|
UPSERT_WORKFLOW_GQL,
|
1982
|
+
VIEW_EXISTS_GQL,
|
1977
1983
|
WORKFLOW_EXISTS_GQL,
|
1978
1984
|
)
|
1979
1985
|
from .prompt import (
|
@@ -2939,6 +2945,60 @@ from .upsert_specification import (
|
|
2939
2945
|
UpsertSpecification,
|
2940
2946
|
UpsertSpecificationUpsertSpecification,
|
2941
2947
|
)
|
2948
|
+
from .upsert_view import (
|
2949
|
+
UpsertView,
|
2950
|
+
UpsertViewUpsertView,
|
2951
|
+
UpsertViewUpsertViewAugmentedFilter,
|
2952
|
+
UpsertViewUpsertViewAugmentedFilterAnd,
|
2953
|
+
UpsertViewUpsertViewAugmentedFilterAndCollections,
|
2954
|
+
UpsertViewUpsertViewAugmentedFilterAndFeeds,
|
2955
|
+
UpsertViewUpsertViewAugmentedFilterAndObservations,
|
2956
|
+
UpsertViewUpsertViewAugmentedFilterAndObservationsObservable,
|
2957
|
+
UpsertViewUpsertViewAugmentedFilterAndUsers,
|
2958
|
+
UpsertViewUpsertViewAugmentedFilterAndWorkflows,
|
2959
|
+
UpsertViewUpsertViewAugmentedFilterCollections,
|
2960
|
+
UpsertViewUpsertViewAugmentedFilterContents,
|
2961
|
+
UpsertViewUpsertViewAugmentedFilterCreationDateRange,
|
2962
|
+
UpsertViewUpsertViewAugmentedFilterDateRange,
|
2963
|
+
UpsertViewUpsertViewAugmentedFilterFeeds,
|
2964
|
+
UpsertViewUpsertViewAugmentedFilterObservations,
|
2965
|
+
UpsertViewUpsertViewAugmentedFilterObservationsObservable,
|
2966
|
+
UpsertViewUpsertViewAugmentedFilterOr,
|
2967
|
+
UpsertViewUpsertViewAugmentedFilterOrCollections,
|
2968
|
+
UpsertViewUpsertViewAugmentedFilterOrFeeds,
|
2969
|
+
UpsertViewUpsertViewAugmentedFilterOrObservations,
|
2970
|
+
UpsertViewUpsertViewAugmentedFilterOrObservationsObservable,
|
2971
|
+
UpsertViewUpsertViewAugmentedFilterOrUsers,
|
2972
|
+
UpsertViewUpsertViewAugmentedFilterOrWorkflows,
|
2973
|
+
UpsertViewUpsertViewAugmentedFilterSimilarContents,
|
2974
|
+
UpsertViewUpsertViewAugmentedFilterUsers,
|
2975
|
+
UpsertViewUpsertViewAugmentedFilterWorkflows,
|
2976
|
+
UpsertViewUpsertViewFilter,
|
2977
|
+
UpsertViewUpsertViewFilterAnd,
|
2978
|
+
UpsertViewUpsertViewFilterAndCollections,
|
2979
|
+
UpsertViewUpsertViewFilterAndFeeds,
|
2980
|
+
UpsertViewUpsertViewFilterAndObservations,
|
2981
|
+
UpsertViewUpsertViewFilterAndObservationsObservable,
|
2982
|
+
UpsertViewUpsertViewFilterAndUsers,
|
2983
|
+
UpsertViewUpsertViewFilterAndWorkflows,
|
2984
|
+
UpsertViewUpsertViewFilterCollections,
|
2985
|
+
UpsertViewUpsertViewFilterContents,
|
2986
|
+
UpsertViewUpsertViewFilterCreationDateRange,
|
2987
|
+
UpsertViewUpsertViewFilterDateRange,
|
2988
|
+
UpsertViewUpsertViewFilterFeeds,
|
2989
|
+
UpsertViewUpsertViewFilterObservations,
|
2990
|
+
UpsertViewUpsertViewFilterObservationsObservable,
|
2991
|
+
UpsertViewUpsertViewFilterOr,
|
2992
|
+
UpsertViewUpsertViewFilterOrCollections,
|
2993
|
+
UpsertViewUpsertViewFilterOrFeeds,
|
2994
|
+
UpsertViewUpsertViewFilterOrObservations,
|
2995
|
+
UpsertViewUpsertViewFilterOrObservationsObservable,
|
2996
|
+
UpsertViewUpsertViewFilterOrUsers,
|
2997
|
+
UpsertViewUpsertViewFilterOrWorkflows,
|
2998
|
+
UpsertViewUpsertViewFilterSimilarContents,
|
2999
|
+
UpsertViewUpsertViewFilterUsers,
|
3000
|
+
UpsertViewUpsertViewFilterWorkflows,
|
3001
|
+
)
|
2942
3002
|
from .upsert_workflow import (
|
2943
3003
|
UpsertWorkflow,
|
2944
3004
|
UpsertWorkflowUpsertWorkflow,
|
@@ -2996,6 +3056,7 @@ from .upsert_workflow import (
|
|
2996
3056
|
UpsertWorkflowUpsertWorkflowStorage,
|
2997
3057
|
UpsertWorkflowUpsertWorkflowStoragePolicy,
|
2998
3058
|
)
|
3059
|
+
from .view_exists import ViewExists, ViewExistsViewExists
|
2999
3060
|
from .workflow_exists import WorkflowExists, WorkflowExistsWorkflowExists
|
3000
3061
|
|
3001
3062
|
__all__ = [
|
@@ -3498,6 +3559,7 @@ __all__ = [
|
|
3498
3559
|
"DELETE_ALL_REPOS_GQL",
|
3499
3560
|
"DELETE_ALL_SOFTWARES_GQL",
|
3500
3561
|
"DELETE_ALL_SPECIFICATIONS_GQL",
|
3562
|
+
"DELETE_ALL_VIEWS_GQL",
|
3501
3563
|
"DELETE_ALL_WORKFLOWS_GQL",
|
3502
3564
|
"DELETE_CATEGORIES_GQL",
|
3503
3565
|
"DELETE_CATEGORY_GQL",
|
@@ -3552,6 +3614,7 @@ __all__ = [
|
|
3552
3614
|
"DELETE_SPECIFICATIONS_GQL",
|
3553
3615
|
"DELETE_SPECIFICATION_GQL",
|
3554
3616
|
"DELETE_USER_GQL",
|
3617
|
+
"DELETE_VIEWS_GQL",
|
3555
3618
|
"DELETE_VIEW_GQL",
|
3556
3619
|
"DELETE_WORKFLOWS_GQL",
|
3557
3620
|
"DELETE_WORKFLOW_GQL",
|
@@ -3623,6 +3686,8 @@ __all__ = [
|
|
3623
3686
|
"DeleteAllSoftwaresDeleteAllSoftwares",
|
3624
3687
|
"DeleteAllSpecifications",
|
3625
3688
|
"DeleteAllSpecificationsDeleteAllSpecifications",
|
3689
|
+
"DeleteAllViews",
|
3690
|
+
"DeleteAllViewsDeleteAllViews",
|
3626
3691
|
"DeleteAllWorkflows",
|
3627
3692
|
"DeleteAllWorkflowsDeleteAllWorkflows",
|
3628
3693
|
"DeleteCategories",
|
@@ -3733,6 +3798,8 @@ __all__ = [
|
|
3733
3798
|
"DeleteUserDeleteUser",
|
3734
3799
|
"DeleteView",
|
3735
3800
|
"DeleteViewDeleteView",
|
3801
|
+
"DeleteViews",
|
3802
|
+
"DeleteViewsDeleteViews",
|
3736
3803
|
"DeleteWorkflow",
|
3737
3804
|
"DeleteWorkflowDeleteWorkflow",
|
3738
3805
|
"DeleteWorkflows",
|
@@ -5484,6 +5551,7 @@ __all__ = [
|
|
5484
5551
|
"UPSERT_CATEGORY_GQL",
|
5485
5552
|
"UPSERT_LABEL_GQL",
|
5486
5553
|
"UPSERT_SPECIFICATION_GQL",
|
5554
|
+
"UPSERT_VIEW_GQL",
|
5487
5555
|
"UPSERT_WORKFLOW_GQL",
|
5488
5556
|
"UnitTypes",
|
5489
5557
|
"UpdateAlert",
|
@@ -5666,6 +5734,58 @@ __all__ = [
|
|
5666
5734
|
"UpsertLabelUpsertLabel",
|
5667
5735
|
"UpsertSpecification",
|
5668
5736
|
"UpsertSpecificationUpsertSpecification",
|
5737
|
+
"UpsertView",
|
5738
|
+
"UpsertViewUpsertView",
|
5739
|
+
"UpsertViewUpsertViewAugmentedFilter",
|
5740
|
+
"UpsertViewUpsertViewAugmentedFilterAnd",
|
5741
|
+
"UpsertViewUpsertViewAugmentedFilterAndCollections",
|
5742
|
+
"UpsertViewUpsertViewAugmentedFilterAndFeeds",
|
5743
|
+
"UpsertViewUpsertViewAugmentedFilterAndObservations",
|
5744
|
+
"UpsertViewUpsertViewAugmentedFilterAndObservationsObservable",
|
5745
|
+
"UpsertViewUpsertViewAugmentedFilterAndUsers",
|
5746
|
+
"UpsertViewUpsertViewAugmentedFilterAndWorkflows",
|
5747
|
+
"UpsertViewUpsertViewAugmentedFilterCollections",
|
5748
|
+
"UpsertViewUpsertViewAugmentedFilterContents",
|
5749
|
+
"UpsertViewUpsertViewAugmentedFilterCreationDateRange",
|
5750
|
+
"UpsertViewUpsertViewAugmentedFilterDateRange",
|
5751
|
+
"UpsertViewUpsertViewAugmentedFilterFeeds",
|
5752
|
+
"UpsertViewUpsertViewAugmentedFilterObservations",
|
5753
|
+
"UpsertViewUpsertViewAugmentedFilterObservationsObservable",
|
5754
|
+
"UpsertViewUpsertViewAugmentedFilterOr",
|
5755
|
+
"UpsertViewUpsertViewAugmentedFilterOrCollections",
|
5756
|
+
"UpsertViewUpsertViewAugmentedFilterOrFeeds",
|
5757
|
+
"UpsertViewUpsertViewAugmentedFilterOrObservations",
|
5758
|
+
"UpsertViewUpsertViewAugmentedFilterOrObservationsObservable",
|
5759
|
+
"UpsertViewUpsertViewAugmentedFilterOrUsers",
|
5760
|
+
"UpsertViewUpsertViewAugmentedFilterOrWorkflows",
|
5761
|
+
"UpsertViewUpsertViewAugmentedFilterSimilarContents",
|
5762
|
+
"UpsertViewUpsertViewAugmentedFilterUsers",
|
5763
|
+
"UpsertViewUpsertViewAugmentedFilterWorkflows",
|
5764
|
+
"UpsertViewUpsertViewFilter",
|
5765
|
+
"UpsertViewUpsertViewFilterAnd",
|
5766
|
+
"UpsertViewUpsertViewFilterAndCollections",
|
5767
|
+
"UpsertViewUpsertViewFilterAndFeeds",
|
5768
|
+
"UpsertViewUpsertViewFilterAndObservations",
|
5769
|
+
"UpsertViewUpsertViewFilterAndObservationsObservable",
|
5770
|
+
"UpsertViewUpsertViewFilterAndUsers",
|
5771
|
+
"UpsertViewUpsertViewFilterAndWorkflows",
|
5772
|
+
"UpsertViewUpsertViewFilterCollections",
|
5773
|
+
"UpsertViewUpsertViewFilterContents",
|
5774
|
+
"UpsertViewUpsertViewFilterCreationDateRange",
|
5775
|
+
"UpsertViewUpsertViewFilterDateRange",
|
5776
|
+
"UpsertViewUpsertViewFilterFeeds",
|
5777
|
+
"UpsertViewUpsertViewFilterObservations",
|
5778
|
+
"UpsertViewUpsertViewFilterObservationsObservable",
|
5779
|
+
"UpsertViewUpsertViewFilterOr",
|
5780
|
+
"UpsertViewUpsertViewFilterOrCollections",
|
5781
|
+
"UpsertViewUpsertViewFilterOrFeeds",
|
5782
|
+
"UpsertViewUpsertViewFilterOrObservations",
|
5783
|
+
"UpsertViewUpsertViewFilterOrObservationsObservable",
|
5784
|
+
"UpsertViewUpsertViewFilterOrUsers",
|
5785
|
+
"UpsertViewUpsertViewFilterOrWorkflows",
|
5786
|
+
"UpsertViewUpsertViewFilterSimilarContents",
|
5787
|
+
"UpsertViewUpsertViewFilterUsers",
|
5788
|
+
"UpsertViewUpsertViewFilterWorkflows",
|
5669
5789
|
"UpsertWorkflow",
|
5670
5790
|
"UpsertWorkflowUpsertWorkflow",
|
5671
5791
|
"UpsertWorkflowUpsertWorkflowActions",
|
@@ -5725,7 +5845,10 @@ __all__ = [
|
|
5725
5845
|
"UserInput",
|
5726
5846
|
"UserTypes",
|
5727
5847
|
"UserUpdateInput",
|
5848
|
+
"VIEW_EXISTS_GQL",
|
5728
5849
|
"VideoMetadataInput",
|
5850
|
+
"ViewExists",
|
5851
|
+
"ViewExistsViewExists",
|
5729
5852
|
"ViewFilter",
|
5730
5853
|
"ViewInput",
|
5731
5854
|
"ViewTypes",
|
@@ -100,6 +100,7 @@ from .delete_all_products import DeleteAllProducts
|
|
100
100
|
from .delete_all_repos import DeleteAllRepos
|
101
101
|
from .delete_all_softwares import DeleteAllSoftwares
|
102
102
|
from .delete_all_specifications import DeleteAllSpecifications
|
103
|
+
from .delete_all_views import DeleteAllViews
|
103
104
|
from .delete_all_workflows import DeleteAllWorkflows
|
104
105
|
from .delete_categories import DeleteCategories
|
105
106
|
from .delete_category import DeleteCategory
|
@@ -155,6 +156,7 @@ from .delete_specification import DeleteSpecification
|
|
155
156
|
from .delete_specifications import DeleteSpecifications
|
156
157
|
from .delete_user import DeleteUser
|
157
158
|
from .delete_view import DeleteView
|
159
|
+
from .delete_views import DeleteViews
|
158
160
|
from .delete_workflow import DeleteWorkflow
|
159
161
|
from .delete_workflows import DeleteWorkflows
|
160
162
|
from .describe_encoded_image import DescribeEncodedImage
|
@@ -434,6 +436,7 @@ from .operations import (
|
|
434
436
|
DELETE_ALL_REPOS_GQL,
|
435
437
|
DELETE_ALL_SOFTWARES_GQL,
|
436
438
|
DELETE_ALL_SPECIFICATIONS_GQL,
|
439
|
+
DELETE_ALL_VIEWS_GQL,
|
437
440
|
DELETE_ALL_WORKFLOWS_GQL,
|
438
441
|
DELETE_CATEGORIES_GQL,
|
439
442
|
DELETE_CATEGORY_GQL,
|
@@ -489,6 +492,7 @@ from .operations import (
|
|
489
492
|
DELETE_SPECIFICATIONS_GQL,
|
490
493
|
DELETE_USER_GQL,
|
491
494
|
DELETE_VIEW_GQL,
|
495
|
+
DELETE_VIEWS_GQL,
|
492
496
|
DELETE_WORKFLOW_GQL,
|
493
497
|
DELETE_WORKFLOWS_GQL,
|
494
498
|
DESCRIBE_ENCODED_IMAGE_GQL,
|
@@ -654,7 +658,9 @@ from .operations import (
|
|
654
658
|
UPSERT_CATEGORY_GQL,
|
655
659
|
UPSERT_LABEL_GQL,
|
656
660
|
UPSERT_SPECIFICATION_GQL,
|
661
|
+
UPSERT_VIEW_GQL,
|
657
662
|
UPSERT_WORKFLOW_GQL,
|
663
|
+
VIEW_EXISTS_GQL,
|
658
664
|
WORKFLOW_EXISTS_GQL,
|
659
665
|
)
|
660
666
|
from .prompt import Prompt
|
@@ -762,7 +768,9 @@ from .update_workflow import UpdateWorkflow
|
|
762
768
|
from .upsert_category import UpsertCategory
|
763
769
|
from .upsert_label import UpsertLabel
|
764
770
|
from .upsert_specification import UpsertSpecification
|
771
|
+
from .upsert_view import UpsertView
|
765
772
|
from .upsert_workflow import UpsertWorkflow
|
773
|
+
from .view_exists import ViewExists
|
766
774
|
from .workflow_exists import WorkflowExists
|
767
775
|
|
768
776
|
|
@@ -5876,6 +5884,27 @@ class Client(AsyncBaseClient):
|
|
5876
5884
|
data = self.get_data(response)
|
5877
5885
|
return CreateView.model_validate(data)
|
5878
5886
|
|
5887
|
+
async def delete_all_views(
|
5888
|
+
self,
|
5889
|
+
filter: Union[Optional[ViewFilter], UnsetType] = UNSET,
|
5890
|
+
is_synchronous: Union[Optional[bool], UnsetType] = UNSET,
|
5891
|
+
correlation_id: Union[Optional[str], UnsetType] = UNSET,
|
5892
|
+
**kwargs: Any
|
5893
|
+
) -> DeleteAllViews:
|
5894
|
+
variables: Dict[str, object] = {
|
5895
|
+
"filter": filter,
|
5896
|
+
"isSynchronous": is_synchronous,
|
5897
|
+
"correlationId": correlation_id,
|
5898
|
+
}
|
5899
|
+
response = await self.execute(
|
5900
|
+
query=DELETE_ALL_VIEWS_GQL,
|
5901
|
+
operation_name="DeleteAllViews",
|
5902
|
+
variables=variables,
|
5903
|
+
**kwargs
|
5904
|
+
)
|
5905
|
+
data = self.get_data(response)
|
5906
|
+
return DeleteAllViews.model_validate(data)
|
5907
|
+
|
5879
5908
|
async def delete_view(self, id: str, **kwargs: Any) -> DeleteView:
|
5880
5909
|
variables: Dict[str, object] = {"id": id}
|
5881
5910
|
response = await self.execute(
|
@@ -5887,6 +5916,22 @@ class Client(AsyncBaseClient):
|
|
5887
5916
|
data = self.get_data(response)
|
5888
5917
|
return DeleteView.model_validate(data)
|
5889
5918
|
|
5919
|
+
async def delete_views(
|
5920
|
+
self,
|
5921
|
+
ids: List[str],
|
5922
|
+
is_synchronous: Union[Optional[bool], UnsetType] = UNSET,
|
5923
|
+
**kwargs: Any
|
5924
|
+
) -> DeleteViews:
|
5925
|
+
variables: Dict[str, object] = {"ids": ids, "isSynchronous": is_synchronous}
|
5926
|
+
response = await self.execute(
|
5927
|
+
query=DELETE_VIEWS_GQL,
|
5928
|
+
operation_name="DeleteViews",
|
5929
|
+
variables=variables,
|
5930
|
+
**kwargs
|
5931
|
+
)
|
5932
|
+
data = self.get_data(response)
|
5933
|
+
return DeleteViews.model_validate(data)
|
5934
|
+
|
5890
5935
|
async def get_view(
|
5891
5936
|
self,
|
5892
5937
|
id: str,
|
@@ -5930,6 +5975,36 @@ class Client(AsyncBaseClient):
|
|
5930
5975
|
data = self.get_data(response)
|
5931
5976
|
return UpdateView.model_validate(data)
|
5932
5977
|
|
5978
|
+
async def upsert_view(self, view: ViewInput, **kwargs: Any) -> UpsertView:
|
5979
|
+
variables: Dict[str, object] = {"view": view}
|
5980
|
+
response = await self.execute(
|
5981
|
+
query=UPSERT_VIEW_GQL,
|
5982
|
+
operation_name="UpsertView",
|
5983
|
+
variables=variables,
|
5984
|
+
**kwargs
|
5985
|
+
)
|
5986
|
+
data = self.get_data(response)
|
5987
|
+
return UpsertView.model_validate(data)
|
5988
|
+
|
5989
|
+
async def view_exists(
|
5990
|
+
self,
|
5991
|
+
filter: Union[Optional[ViewFilter], UnsetType] = UNSET,
|
5992
|
+
correlation_id: Union[Optional[str], UnsetType] = UNSET,
|
5993
|
+
**kwargs: Any
|
5994
|
+
) -> ViewExists:
|
5995
|
+
variables: Dict[str, object] = {
|
5996
|
+
"filter": filter,
|
5997
|
+
"correlationId": correlation_id,
|
5998
|
+
}
|
5999
|
+
response = await self.execute(
|
6000
|
+
query=VIEW_EXISTS_GQL,
|
6001
|
+
operation_name="ViewExists",
|
6002
|
+
variables=variables,
|
6003
|
+
**kwargs
|
6004
|
+
)
|
6005
|
+
data = self.get_data(response)
|
6006
|
+
return ViewExists.model_validate(data)
|
6007
|
+
|
5933
6008
|
async def count_workflows(
|
5934
6009
|
self,
|
5935
6010
|
filter: Union[Optional[WorkflowFilter], UnsetType] = UNSET,
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# Generated by ariadne-codegen
|
2
|
+
# Source: ./documents
|
3
|
+
|
4
|
+
from typing import List, Optional
|
5
|
+
|
6
|
+
from pydantic import Field
|
7
|
+
|
8
|
+
from .base_model import BaseModel
|
9
|
+
from .enums import EntityState
|
10
|
+
|
11
|
+
|
12
|
+
class DeleteAllViews(BaseModel):
|
13
|
+
delete_all_views: Optional[List[Optional["DeleteAllViewsDeleteAllViews"]]] = Field(
|
14
|
+
alias="deleteAllViews"
|
15
|
+
)
|
16
|
+
|
17
|
+
|
18
|
+
class DeleteAllViewsDeleteAllViews(BaseModel):
|
19
|
+
id: str
|
20
|
+
state: EntityState
|
21
|
+
|
22
|
+
|
23
|
+
DeleteAllViews.model_rebuild()
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# Generated by ariadne-codegen
|
2
|
+
# Source: ./documents
|
3
|
+
|
4
|
+
from typing import List, Optional
|
5
|
+
|
6
|
+
from pydantic import Field
|
7
|
+
|
8
|
+
from .base_model import BaseModel
|
9
|
+
from .enums import EntityState
|
10
|
+
|
11
|
+
|
12
|
+
class DeleteViews(BaseModel):
|
13
|
+
delete_views: Optional[List[Optional["DeleteViewsDeleteViews"]]] = Field(
|
14
|
+
alias="deleteViews"
|
15
|
+
)
|
16
|
+
|
17
|
+
|
18
|
+
class DeleteViewsDeleteViews(BaseModel):
|
19
|
+
id: str
|
20
|
+
state: EntityState
|
21
|
+
|
22
|
+
|
23
|
+
DeleteViews.model_rebuild()
|
{graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/exceptions.py
RENAMED
@@ -15,7 +15,7 @@ class GraphQLClientHttpError(GraphQLClientError):
|
|
15
15
|
self.response = response
|
16
16
|
|
17
17
|
def __str__(self) -> str:
|
18
|
-
return f"HTTP status code: {self.status_code}
|
18
|
+
return f"HTTP status code: {self.status_code}"
|
19
19
|
|
20
20
|
|
21
21
|
class GraphQLClientInvalidResponseError(GraphQLClientError):
|
{graphlit_client-1.0.20250627001 → graphlit_client-1.0.20250627003}/graphlit_api/operations.py
RENAMED
@@ -97,6 +97,7 @@ __all__ = [
|
|
97
97
|
"DELETE_ALL_REPOS_GQL",
|
98
98
|
"DELETE_ALL_SOFTWARES_GQL",
|
99
99
|
"DELETE_ALL_SPECIFICATIONS_GQL",
|
100
|
+
"DELETE_ALL_VIEWS_GQL",
|
100
101
|
"DELETE_ALL_WORKFLOWS_GQL",
|
101
102
|
"DELETE_CATEGORIES_GQL",
|
102
103
|
"DELETE_CATEGORY_GQL",
|
@@ -151,6 +152,7 @@ __all__ = [
|
|
151
152
|
"DELETE_SPECIFICATIONS_GQL",
|
152
153
|
"DELETE_SPECIFICATION_GQL",
|
153
154
|
"DELETE_USER_GQL",
|
155
|
+
"DELETE_VIEWS_GQL",
|
154
156
|
"DELETE_VIEW_GQL",
|
155
157
|
"DELETE_WORKFLOWS_GQL",
|
156
158
|
"DELETE_WORKFLOW_GQL",
|
@@ -317,7 +319,9 @@ __all__ = [
|
|
317
319
|
"UPSERT_CATEGORY_GQL",
|
318
320
|
"UPSERT_LABEL_GQL",
|
319
321
|
"UPSERT_SPECIFICATION_GQL",
|
322
|
+
"UPSERT_VIEW_GQL",
|
320
323
|
"UPSERT_WORKFLOW_GQL",
|
324
|
+
"VIEW_EXISTS_GQL",
|
321
325
|
"WORKFLOW_EXISTS_GQL",
|
322
326
|
]
|
323
327
|
|
@@ -10568,6 +10572,19 @@ mutation CreateView($view: ViewInput!) {
|
|
10568
10572
|
}
|
10569
10573
|
"""
|
10570
10574
|
|
10575
|
+
DELETE_ALL_VIEWS_GQL = """
|
10576
|
+
mutation DeleteAllViews($filter: ViewFilter, $isSynchronous: Boolean, $correlationId: String) {
|
10577
|
+
deleteAllViews(
|
10578
|
+
filter: $filter
|
10579
|
+
isSynchronous: $isSynchronous
|
10580
|
+
correlationId: $correlationId
|
10581
|
+
) {
|
10582
|
+
id
|
10583
|
+
state
|
10584
|
+
}
|
10585
|
+
}
|
10586
|
+
"""
|
10587
|
+
|
10571
10588
|
DELETE_VIEW_GQL = """
|
10572
10589
|
mutation DeleteView($id: ID!) {
|
10573
10590
|
deleteView(id: $id) {
|
@@ -10577,6 +10594,15 @@ mutation DeleteView($id: ID!) {
|
|
10577
10594
|
}
|
10578
10595
|
"""
|
10579
10596
|
|
10597
|
+
DELETE_VIEWS_GQL = """
|
10598
|
+
mutation DeleteViews($ids: [ID!]!, $isSynchronous: Boolean) {
|
10599
|
+
deleteViews(ids: $ids, isSynchronous: $isSynchronous) {
|
10600
|
+
id
|
10601
|
+
state
|
10602
|
+
}
|
10603
|
+
}
|
10604
|
+
"""
|
10605
|
+
|
10580
10606
|
GET_VIEW_GQL = """
|
10581
10607
|
query GetView($id: ID!, $correlationId: String) {
|
10582
10608
|
view(id: $id, correlationId: $correlationId) {
|
@@ -11120,6 +11146,191 @@ mutation UpdateView($view: ViewUpdateInput!) {
|
|
11120
11146
|
}
|
11121
11147
|
"""
|
11122
11148
|
|
11149
|
+
UPSERT_VIEW_GQL = """
|
11150
|
+
mutation UpsertView($view: ViewInput!) {
|
11151
|
+
upsertView(view: $view) {
|
11152
|
+
id
|
11153
|
+
name
|
11154
|
+
state
|
11155
|
+
type
|
11156
|
+
filter {
|
11157
|
+
dateRange {
|
11158
|
+
from
|
11159
|
+
to
|
11160
|
+
}
|
11161
|
+
inLast
|
11162
|
+
creationDateRange {
|
11163
|
+
from
|
11164
|
+
to
|
11165
|
+
}
|
11166
|
+
createdInLast
|
11167
|
+
types
|
11168
|
+
fileTypes
|
11169
|
+
formats
|
11170
|
+
fileExtensions
|
11171
|
+
similarContents {
|
11172
|
+
id
|
11173
|
+
}
|
11174
|
+
contents {
|
11175
|
+
id
|
11176
|
+
}
|
11177
|
+
feeds {
|
11178
|
+
id
|
11179
|
+
}
|
11180
|
+
workflows {
|
11181
|
+
id
|
11182
|
+
}
|
11183
|
+
collections {
|
11184
|
+
id
|
11185
|
+
}
|
11186
|
+
users {
|
11187
|
+
id
|
11188
|
+
}
|
11189
|
+
observations {
|
11190
|
+
type
|
11191
|
+
observable {
|
11192
|
+
id
|
11193
|
+
}
|
11194
|
+
states
|
11195
|
+
}
|
11196
|
+
or {
|
11197
|
+
feeds {
|
11198
|
+
id
|
11199
|
+
}
|
11200
|
+
workflows {
|
11201
|
+
id
|
11202
|
+
}
|
11203
|
+
collections {
|
11204
|
+
id
|
11205
|
+
}
|
11206
|
+
users {
|
11207
|
+
id
|
11208
|
+
}
|
11209
|
+
observations {
|
11210
|
+
type
|
11211
|
+
observable {
|
11212
|
+
id
|
11213
|
+
}
|
11214
|
+
states
|
11215
|
+
}
|
11216
|
+
}
|
11217
|
+
and {
|
11218
|
+
feeds {
|
11219
|
+
id
|
11220
|
+
}
|
11221
|
+
workflows {
|
11222
|
+
id
|
11223
|
+
}
|
11224
|
+
collections {
|
11225
|
+
id
|
11226
|
+
}
|
11227
|
+
users {
|
11228
|
+
id
|
11229
|
+
}
|
11230
|
+
observations {
|
11231
|
+
type
|
11232
|
+
observable {
|
11233
|
+
id
|
11234
|
+
}
|
11235
|
+
states
|
11236
|
+
}
|
11237
|
+
}
|
11238
|
+
}
|
11239
|
+
augmentedFilter {
|
11240
|
+
dateRange {
|
11241
|
+
from
|
11242
|
+
to
|
11243
|
+
}
|
11244
|
+
inLast
|
11245
|
+
creationDateRange {
|
11246
|
+
from
|
11247
|
+
to
|
11248
|
+
}
|
11249
|
+
createdInLast
|
11250
|
+
types
|
11251
|
+
fileTypes
|
11252
|
+
formats
|
11253
|
+
fileExtensions
|
11254
|
+
similarContents {
|
11255
|
+
id
|
11256
|
+
}
|
11257
|
+
contents {
|
11258
|
+
id
|
11259
|
+
}
|
11260
|
+
feeds {
|
11261
|
+
id
|
11262
|
+
}
|
11263
|
+
workflows {
|
11264
|
+
id
|
11265
|
+
}
|
11266
|
+
collections {
|
11267
|
+
id
|
11268
|
+
}
|
11269
|
+
users {
|
11270
|
+
id
|
11271
|
+
}
|
11272
|
+
observations {
|
11273
|
+
type
|
11274
|
+
observable {
|
11275
|
+
id
|
11276
|
+
}
|
11277
|
+
states
|
11278
|
+
}
|
11279
|
+
or {
|
11280
|
+
feeds {
|
11281
|
+
id
|
11282
|
+
}
|
11283
|
+
workflows {
|
11284
|
+
id
|
11285
|
+
}
|
11286
|
+
collections {
|
11287
|
+
id
|
11288
|
+
}
|
11289
|
+
users {
|
11290
|
+
id
|
11291
|
+
}
|
11292
|
+
observations {
|
11293
|
+
type
|
11294
|
+
observable {
|
11295
|
+
id
|
11296
|
+
}
|
11297
|
+
states
|
11298
|
+
}
|
11299
|
+
}
|
11300
|
+
and {
|
11301
|
+
feeds {
|
11302
|
+
id
|
11303
|
+
}
|
11304
|
+
workflows {
|
11305
|
+
id
|
11306
|
+
}
|
11307
|
+
collections {
|
11308
|
+
id
|
11309
|
+
}
|
11310
|
+
users {
|
11311
|
+
id
|
11312
|
+
}
|
11313
|
+
observations {
|
11314
|
+
type
|
11315
|
+
observable {
|
11316
|
+
id
|
11317
|
+
}
|
11318
|
+
states
|
11319
|
+
}
|
11320
|
+
}
|
11321
|
+
}
|
11322
|
+
}
|
11323
|
+
}
|
11324
|
+
"""
|
11325
|
+
|
11326
|
+
VIEW_EXISTS_GQL = """
|
11327
|
+
query ViewExists($filter: ViewFilter, $correlationId: String) {
|
11328
|
+
viewExists(filter: $filter, correlationId: $correlationId) {
|
11329
|
+
result
|
11330
|
+
}
|
11331
|
+
}
|
11332
|
+
"""
|
11333
|
+
|
11123
11334
|
COUNT_WORKFLOWS_GQL = """
|
11124
11335
|
query CountWorkflows($filter: WorkflowFilter, $correlationId: String) {
|
11125
11336
|
countWorkflows(filter: $filter, correlationId: $correlationId) {
|