graphlit-client 1.0.20250502002__tar.gz → 1.0.20250503001__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.20250502002/graphlit_client.egg-info → graphlit_client-1.0.20250503001}/PKG-INFO +1 -1
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/__init__.py +28 -16
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/operations.py +214 -186
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/publish_conversation.py +31 -8
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/publish_text.py +31 -8
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001/graphlit_client.egg-info}/PKG-INFO +1 -1
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/LICENSE +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/README.md +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit/__init__.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit/graphlit.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/add_contents_to_collections.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/ask_graphlit.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/async_base_client.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/base_model.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/clear_conversation.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/client.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/close_conversation.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/complete_conversation.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/continue_conversation.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_alerts.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_categories.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_collections.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_contents.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_conversations.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_events.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_feeds.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_labels.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_medical_devices.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_medical_indications.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_medical_studies.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_medical_tests.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_organizations.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_persons.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_places.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_products.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_repos.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_softwares.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_specifications.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_users.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/count_workflows.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_alert.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_category.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_collection.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_conversation.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_event.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_feed.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_label.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_medical_condition.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_medical_device.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_medical_drug.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_medical_indication.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_medical_study.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_medical_test.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_observation.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_organization.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_person.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_place.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_product.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_repo.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_software.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_specification.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_user.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/create_workflow.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_alert.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_alerts.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_alerts.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_categories.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_collections.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_contents.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_conversations.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_events.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_feeds.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_labels.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_medical_devices.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_medical_indications.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_medical_studies.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_medical_tests.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_organizations.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_persons.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_places.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_products.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_repos.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_softwares.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_specifications.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_all_workflows.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_categories.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_category.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_collection.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_collections.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_content.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_contents.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_conversation.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_conversations.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_event.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_events.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_feed.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_feeds.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_label.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_labels.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_condition.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_device.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_devices.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_drug.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_indication.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_indications.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_studies.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_study.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_test.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_tests.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_observation.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_organization.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_organizations.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_person.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_persons.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_place.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_places.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_product.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_products.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_repo.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_repos.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_software.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_softwares.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_specification.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_specifications.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_user.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_workflow.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/delete_workflows.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/describe_encoded_image.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/describe_image.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/disable_alert.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/disable_feed.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/disable_user.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/enable_alert.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/enable_feed.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/enable_user.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/enums.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/exceptions.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/extract_contents.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/extract_text.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/feed_exists.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/format_conversation.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_alert.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_category.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_collection.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_content.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_conversation.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_event.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_feed.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_label.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_medical_condition.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_medical_device.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_medical_drug.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_medical_indication.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_medical_study.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_medical_test.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_organization.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_person.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_place.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_product.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_project.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_repo.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_share_point_consent_uri.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_software.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_specification.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_user.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/get_workflow.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/ingest_batch.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/ingest_encoded_file.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/ingest_memory.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/ingest_text.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/ingest_text_batch.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/ingest_uri.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/input_types.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/is_content_done.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/is_feed_done.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/lookup_credits.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/lookup_usage.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/map_web.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/prompt.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/prompt_conversation.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/prompt_specifications.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/publish_contents.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_alerts.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_categories.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_collections.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_contents.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_contents_facets.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_contents_graph.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_conversations.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_credits.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_events.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_feeds.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_labels.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_linear_projects.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_medical_devices.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_medical_indications.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_medical_studies.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_medical_tests.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_microsoft_teams_channels.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_microsoft_teams_teams.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_models.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_notion_databases.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_notion_pages.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_one_drive_folders.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_organizations.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_persons.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_places.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_products.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_repos.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_share_point_folders.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_share_point_libraries.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_slack_channels.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_softwares.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_specifications.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_tokens.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_usage.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_users.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/query_workflows.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/remove_contents_from_collection.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/retrieve_sources.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/revise_content.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/revise_encoded_image.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/revise_image.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/revise_text.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/screenshot_page.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/search_web.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/send_notification.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/specification_exists.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/suggest_conversation.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/summarize_contents.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/summarize_text.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_alert.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_category.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_collection.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_content.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_conversation.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_event.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_feed.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_label.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_medical_condition.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_medical_device.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_medical_drug.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_medical_indication.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_medical_study.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_medical_test.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_observation.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_organization.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_person.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_place.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_product.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_project.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_repo.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_software.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_specification.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_user.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/update_workflow.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/upsert_category.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/upsert_label.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/upsert_specification.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/upsert_workflow.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/workflow_exists.py +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_client.egg-info/SOURCES.txt +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_client.egg-info/dependency_links.txt +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_client.egg-info/requires.txt +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_client.egg-info/top_level.txt +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/pyproject.toml +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/setup.cfg +0 -0
- {graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/setup.py +0 -0
{graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/__init__.py
RENAMED
@@ -1771,18 +1771,24 @@ from .publish_contents import (
|
|
1771
1771
|
from .publish_conversation import (
|
1772
1772
|
PublishConversation,
|
1773
1773
|
PublishConversationPublishConversation,
|
1774
|
-
|
1775
|
-
|
1776
|
-
|
1777
|
-
|
1774
|
+
PublishConversationPublishConversationContents,
|
1775
|
+
PublishConversationPublishConversationContentsAudio,
|
1776
|
+
PublishConversationPublishConversationContentsDocument,
|
1777
|
+
PublishConversationPublishConversationContentsImage,
|
1778
|
+
PublishConversationPublishConversationContentsVideo,
|
1779
|
+
PublishConversationPublishConversationDetails,
|
1780
|
+
PublishConversationPublishConversationDetailsContents,
|
1778
1781
|
)
|
1779
1782
|
from .publish_text import (
|
1780
1783
|
PublishText,
|
1781
1784
|
PublishTextPublishText,
|
1782
|
-
|
1783
|
-
|
1784
|
-
|
1785
|
-
|
1785
|
+
PublishTextPublishTextContents,
|
1786
|
+
PublishTextPublishTextContentsAudio,
|
1787
|
+
PublishTextPublishTextContentsDocument,
|
1788
|
+
PublishTextPublishTextContentsImage,
|
1789
|
+
PublishTextPublishTextContentsVideo,
|
1790
|
+
PublishTextPublishTextDetails,
|
1791
|
+
PublishTextPublishTextDetailsContents,
|
1786
1792
|
)
|
1787
1793
|
from .query_alerts import (
|
1788
1794
|
QueryAlerts,
|
@@ -3983,16 +3989,22 @@ __all__ = [
|
|
3983
3989
|
"PublishContentsPublishContentsDetailsContents",
|
3984
3990
|
"PublishConversation",
|
3985
3991
|
"PublishConversationPublishConversation",
|
3986
|
-
"
|
3987
|
-
"
|
3988
|
-
"
|
3989
|
-
"
|
3992
|
+
"PublishConversationPublishConversationContents",
|
3993
|
+
"PublishConversationPublishConversationContentsAudio",
|
3994
|
+
"PublishConversationPublishConversationContentsDocument",
|
3995
|
+
"PublishConversationPublishConversationContentsImage",
|
3996
|
+
"PublishConversationPublishConversationContentsVideo",
|
3997
|
+
"PublishConversationPublishConversationDetails",
|
3998
|
+
"PublishConversationPublishConversationDetailsContents",
|
3990
3999
|
"PublishText",
|
3991
4000
|
"PublishTextPublishText",
|
3992
|
-
"
|
3993
|
-
"
|
3994
|
-
"
|
3995
|
-
"
|
4001
|
+
"PublishTextPublishTextContents",
|
4002
|
+
"PublishTextPublishTextContentsAudio",
|
4003
|
+
"PublishTextPublishTextContentsDocument",
|
4004
|
+
"PublishTextPublishTextContentsImage",
|
4005
|
+
"PublishTextPublishTextContentsVideo",
|
4006
|
+
"PublishTextPublishTextDetails",
|
4007
|
+
"PublishTextPublishTextDetailsContents",
|
3996
4008
|
"QUERY_ALERTS_GQL",
|
3997
4009
|
"QUERY_CATEGORIES_GQL",
|
3998
4010
|
"QUERY_COLLECTIONS_GQL",
|
{graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/operations.py
RENAMED
@@ -1979,101 +1979,115 @@ mutation PublishText($text: String!, $textType: TextTypes, $connector: ContentPu
|
|
1979
1979
|
name: $name
|
1980
1980
|
workflow: $workflow
|
1981
1981
|
) {
|
1982
|
-
|
1983
|
-
|
1984
|
-
|
1985
|
-
|
1986
|
-
|
1987
|
-
|
1988
|
-
|
1989
|
-
|
1990
|
-
|
1991
|
-
|
1992
|
-
|
1993
|
-
|
1994
|
-
|
1995
|
-
|
1996
|
-
|
1997
|
-
|
1998
|
-
|
1999
|
-
|
2000
|
-
|
2001
|
-
|
2002
|
-
|
2003
|
-
customSummary
|
2004
|
-
keywords
|
2005
|
-
bullets
|
2006
|
-
headlines
|
2007
|
-
posts
|
2008
|
-
chapters
|
2009
|
-
questions
|
2010
|
-
video {
|
2011
|
-
width
|
2012
|
-
height
|
2013
|
-
duration
|
2014
|
-
make
|
2015
|
-
model
|
2016
|
-
software
|
2017
|
-
title
|
2018
|
-
description
|
2019
|
-
keywords
|
2020
|
-
author
|
2021
|
-
}
|
2022
|
-
audio {
|
2023
|
-
keywords
|
2024
|
-
author
|
2025
|
-
series
|
2026
|
-
episode
|
2027
|
-
episodeType
|
2028
|
-
season
|
2029
|
-
publisher
|
2030
|
-
copyright
|
2031
|
-
genre
|
2032
|
-
title
|
2033
|
-
description
|
2034
|
-
bitrate
|
2035
|
-
channels
|
2036
|
-
sampleRate
|
2037
|
-
bitsPerSample
|
2038
|
-
duration
|
2039
|
-
}
|
2040
|
-
image {
|
2041
|
-
width
|
2042
|
-
height
|
2043
|
-
resolutionX
|
2044
|
-
resolutionY
|
2045
|
-
bitsPerComponent
|
2046
|
-
components
|
2047
|
-
projectionType
|
2048
|
-
orientation
|
2049
|
-
description
|
2050
|
-
make
|
2051
|
-
model
|
2052
|
-
software
|
2053
|
-
lens
|
2054
|
-
focalLength
|
2055
|
-
exposureTime
|
2056
|
-
fNumber
|
2057
|
-
iso
|
2058
|
-
heading
|
2059
|
-
pitch
|
2060
|
-
}
|
2061
|
-
document {
|
2062
|
-
title
|
2063
|
-
subject
|
1982
|
+
contents {
|
1983
|
+
id
|
1984
|
+
name
|
1985
|
+
state
|
1986
|
+
originalDate
|
1987
|
+
identifier
|
1988
|
+
markdown
|
1989
|
+
uri
|
1990
|
+
type
|
1991
|
+
fileType
|
1992
|
+
mimeType
|
1993
|
+
format
|
1994
|
+
formatName
|
1995
|
+
fileExtension
|
1996
|
+
fileName
|
1997
|
+
fileSize
|
1998
|
+
masterUri
|
1999
|
+
imageUri
|
2000
|
+
textUri
|
2001
|
+
audioUri
|
2002
|
+
transcriptUri
|
2064
2003
|
summary
|
2065
|
-
|
2066
|
-
publisher
|
2067
|
-
description
|
2004
|
+
customSummary
|
2068
2005
|
keywords
|
2069
|
-
|
2070
|
-
|
2071
|
-
|
2072
|
-
|
2073
|
-
|
2074
|
-
|
2075
|
-
|
2076
|
-
|
2006
|
+
bullets
|
2007
|
+
headlines
|
2008
|
+
posts
|
2009
|
+
chapters
|
2010
|
+
questions
|
2011
|
+
video {
|
2012
|
+
width
|
2013
|
+
height
|
2014
|
+
duration
|
2015
|
+
make
|
2016
|
+
model
|
2017
|
+
software
|
2018
|
+
title
|
2019
|
+
description
|
2020
|
+
keywords
|
2021
|
+
author
|
2022
|
+
}
|
2023
|
+
audio {
|
2024
|
+
keywords
|
2025
|
+
author
|
2026
|
+
series
|
2027
|
+
episode
|
2028
|
+
episodeType
|
2029
|
+
season
|
2030
|
+
publisher
|
2031
|
+
copyright
|
2032
|
+
genre
|
2033
|
+
title
|
2034
|
+
description
|
2035
|
+
bitrate
|
2036
|
+
channels
|
2037
|
+
sampleRate
|
2038
|
+
bitsPerSample
|
2039
|
+
duration
|
2040
|
+
}
|
2041
|
+
image {
|
2042
|
+
width
|
2043
|
+
height
|
2044
|
+
resolutionX
|
2045
|
+
resolutionY
|
2046
|
+
bitsPerComponent
|
2047
|
+
components
|
2048
|
+
projectionType
|
2049
|
+
orientation
|
2050
|
+
description
|
2051
|
+
make
|
2052
|
+
model
|
2053
|
+
software
|
2054
|
+
lens
|
2055
|
+
focalLength
|
2056
|
+
exposureTime
|
2057
|
+
fNumber
|
2058
|
+
iso
|
2059
|
+
heading
|
2060
|
+
pitch
|
2061
|
+
}
|
2062
|
+
document {
|
2063
|
+
title
|
2064
|
+
subject
|
2065
|
+
summary
|
2066
|
+
author
|
2067
|
+
publisher
|
2068
|
+
description
|
2069
|
+
keywords
|
2070
|
+
pageCount
|
2071
|
+
worksheetCount
|
2072
|
+
slideCount
|
2073
|
+
wordCount
|
2074
|
+
lineCount
|
2075
|
+
paragraphCount
|
2076
|
+
isEncrypted
|
2077
|
+
hasDigitalSignature
|
2078
|
+
}
|
2079
|
+
}
|
2080
|
+
details {
|
2081
|
+
contents {
|
2082
|
+
id
|
2083
|
+
}
|
2084
|
+
summaries
|
2085
|
+
text
|
2086
|
+
textType
|
2087
|
+
summarySpecification
|
2088
|
+
publishSpecification
|
2089
|
+
summaryTime
|
2090
|
+
publishTime
|
2077
2091
|
}
|
2078
2092
|
}
|
2079
2093
|
}
|
@@ -4461,101 +4475,115 @@ mutation PublishConversation($id: ID!, $connector: ContentPublishingConnectorInp
|
|
4461
4475
|
workflow: $workflow
|
4462
4476
|
correlationId: $correlationId
|
4463
4477
|
) {
|
4464
|
-
|
4465
|
-
|
4466
|
-
|
4467
|
-
|
4468
|
-
|
4469
|
-
|
4470
|
-
|
4471
|
-
|
4472
|
-
|
4473
|
-
|
4474
|
-
|
4475
|
-
|
4476
|
-
|
4477
|
-
|
4478
|
-
|
4479
|
-
|
4480
|
-
|
4481
|
-
|
4482
|
-
|
4483
|
-
|
4484
|
-
|
4485
|
-
customSummary
|
4486
|
-
keywords
|
4487
|
-
bullets
|
4488
|
-
headlines
|
4489
|
-
posts
|
4490
|
-
chapters
|
4491
|
-
questions
|
4492
|
-
video {
|
4493
|
-
width
|
4494
|
-
height
|
4495
|
-
duration
|
4496
|
-
make
|
4497
|
-
model
|
4498
|
-
software
|
4499
|
-
title
|
4500
|
-
description
|
4501
|
-
keywords
|
4502
|
-
author
|
4503
|
-
}
|
4504
|
-
audio {
|
4505
|
-
keywords
|
4506
|
-
author
|
4507
|
-
series
|
4508
|
-
episode
|
4509
|
-
episodeType
|
4510
|
-
season
|
4511
|
-
publisher
|
4512
|
-
copyright
|
4513
|
-
genre
|
4514
|
-
title
|
4515
|
-
description
|
4516
|
-
bitrate
|
4517
|
-
channels
|
4518
|
-
sampleRate
|
4519
|
-
bitsPerSample
|
4520
|
-
duration
|
4521
|
-
}
|
4522
|
-
image {
|
4523
|
-
width
|
4524
|
-
height
|
4525
|
-
resolutionX
|
4526
|
-
resolutionY
|
4527
|
-
bitsPerComponent
|
4528
|
-
components
|
4529
|
-
projectionType
|
4530
|
-
orientation
|
4531
|
-
description
|
4532
|
-
make
|
4533
|
-
model
|
4534
|
-
software
|
4535
|
-
lens
|
4536
|
-
focalLength
|
4537
|
-
exposureTime
|
4538
|
-
fNumber
|
4539
|
-
iso
|
4540
|
-
heading
|
4541
|
-
pitch
|
4542
|
-
}
|
4543
|
-
document {
|
4544
|
-
title
|
4545
|
-
subject
|
4478
|
+
contents {
|
4479
|
+
id
|
4480
|
+
name
|
4481
|
+
state
|
4482
|
+
originalDate
|
4483
|
+
identifier
|
4484
|
+
markdown
|
4485
|
+
uri
|
4486
|
+
type
|
4487
|
+
fileType
|
4488
|
+
mimeType
|
4489
|
+
format
|
4490
|
+
formatName
|
4491
|
+
fileExtension
|
4492
|
+
fileName
|
4493
|
+
fileSize
|
4494
|
+
masterUri
|
4495
|
+
imageUri
|
4496
|
+
textUri
|
4497
|
+
audioUri
|
4498
|
+
transcriptUri
|
4546
4499
|
summary
|
4547
|
-
|
4548
|
-
publisher
|
4549
|
-
description
|
4500
|
+
customSummary
|
4550
4501
|
keywords
|
4551
|
-
|
4552
|
-
|
4553
|
-
|
4554
|
-
|
4555
|
-
|
4556
|
-
|
4557
|
-
|
4558
|
-
|
4502
|
+
bullets
|
4503
|
+
headlines
|
4504
|
+
posts
|
4505
|
+
chapters
|
4506
|
+
questions
|
4507
|
+
video {
|
4508
|
+
width
|
4509
|
+
height
|
4510
|
+
duration
|
4511
|
+
make
|
4512
|
+
model
|
4513
|
+
software
|
4514
|
+
title
|
4515
|
+
description
|
4516
|
+
keywords
|
4517
|
+
author
|
4518
|
+
}
|
4519
|
+
audio {
|
4520
|
+
keywords
|
4521
|
+
author
|
4522
|
+
series
|
4523
|
+
episode
|
4524
|
+
episodeType
|
4525
|
+
season
|
4526
|
+
publisher
|
4527
|
+
copyright
|
4528
|
+
genre
|
4529
|
+
title
|
4530
|
+
description
|
4531
|
+
bitrate
|
4532
|
+
channels
|
4533
|
+
sampleRate
|
4534
|
+
bitsPerSample
|
4535
|
+
duration
|
4536
|
+
}
|
4537
|
+
image {
|
4538
|
+
width
|
4539
|
+
height
|
4540
|
+
resolutionX
|
4541
|
+
resolutionY
|
4542
|
+
bitsPerComponent
|
4543
|
+
components
|
4544
|
+
projectionType
|
4545
|
+
orientation
|
4546
|
+
description
|
4547
|
+
make
|
4548
|
+
model
|
4549
|
+
software
|
4550
|
+
lens
|
4551
|
+
focalLength
|
4552
|
+
exposureTime
|
4553
|
+
fNumber
|
4554
|
+
iso
|
4555
|
+
heading
|
4556
|
+
pitch
|
4557
|
+
}
|
4558
|
+
document {
|
4559
|
+
title
|
4560
|
+
subject
|
4561
|
+
summary
|
4562
|
+
author
|
4563
|
+
publisher
|
4564
|
+
description
|
4565
|
+
keywords
|
4566
|
+
pageCount
|
4567
|
+
worksheetCount
|
4568
|
+
slideCount
|
4569
|
+
wordCount
|
4570
|
+
lineCount
|
4571
|
+
paragraphCount
|
4572
|
+
isEncrypted
|
4573
|
+
hasDigitalSignature
|
4574
|
+
}
|
4575
|
+
}
|
4576
|
+
details {
|
4577
|
+
contents {
|
4578
|
+
id
|
4579
|
+
}
|
4580
|
+
summaries
|
4581
|
+
text
|
4582
|
+
textType
|
4583
|
+
summarySpecification
|
4584
|
+
publishSpecification
|
4585
|
+
summaryTime
|
4586
|
+
publishTime
|
4559
4587
|
}
|
4560
4588
|
}
|
4561
4589
|
}
|
@@ -12,6 +12,7 @@ from .enums import (
|
|
12
12
|
FileTypes,
|
13
13
|
ImageProjectionTypes,
|
14
14
|
OrientationTypes,
|
15
|
+
TextTypes,
|
15
16
|
)
|
16
17
|
|
17
18
|
|
@@ -22,6 +23,11 @@ class PublishConversation(BaseModel):
|
|
22
23
|
|
23
24
|
|
24
25
|
class PublishConversationPublishConversation(BaseModel):
|
26
|
+
contents: Optional[List[Optional["PublishConversationPublishConversationContents"]]]
|
27
|
+
details: Optional["PublishConversationPublishConversationDetails"]
|
28
|
+
|
29
|
+
|
30
|
+
class PublishConversationPublishConversationContents(BaseModel):
|
25
31
|
id: str
|
26
32
|
name: str
|
27
33
|
state: EntityState
|
@@ -50,13 +56,13 @@ class PublishConversationPublishConversation(BaseModel):
|
|
50
56
|
posts: Optional[List[str]]
|
51
57
|
chapters: Optional[List[str]]
|
52
58
|
questions: Optional[List[str]]
|
53
|
-
video: Optional["
|
54
|
-
audio: Optional["
|
55
|
-
image: Optional["
|
56
|
-
document: Optional["
|
59
|
+
video: Optional["PublishConversationPublishConversationContentsVideo"]
|
60
|
+
audio: Optional["PublishConversationPublishConversationContentsAudio"]
|
61
|
+
image: Optional["PublishConversationPublishConversationContentsImage"]
|
62
|
+
document: Optional["PublishConversationPublishConversationContentsDocument"]
|
57
63
|
|
58
64
|
|
59
|
-
class
|
65
|
+
class PublishConversationPublishConversationContentsVideo(BaseModel):
|
60
66
|
width: Optional[int]
|
61
67
|
height: Optional[int]
|
62
68
|
duration: Optional[Any]
|
@@ -69,7 +75,7 @@ class PublishConversationPublishConversationVideo(BaseModel):
|
|
69
75
|
author: Optional[str]
|
70
76
|
|
71
77
|
|
72
|
-
class
|
78
|
+
class PublishConversationPublishConversationContentsAudio(BaseModel):
|
73
79
|
keywords: Optional[List[Optional[str]]]
|
74
80
|
author: Optional[str]
|
75
81
|
series: Optional[str]
|
@@ -88,7 +94,7 @@ class PublishConversationPublishConversationAudio(BaseModel):
|
|
88
94
|
duration: Optional[Any]
|
89
95
|
|
90
96
|
|
91
|
-
class
|
97
|
+
class PublishConversationPublishConversationContentsImage(BaseModel):
|
92
98
|
width: Optional[int]
|
93
99
|
height: Optional[int]
|
94
100
|
resolution_x: Optional[int] = Field(alias="resolutionX")
|
@@ -110,7 +116,7 @@ class PublishConversationPublishConversationImage(BaseModel):
|
|
110
116
|
pitch: Optional[float]
|
111
117
|
|
112
118
|
|
113
|
-
class
|
119
|
+
class PublishConversationPublishConversationContentsDocument(BaseModel):
|
114
120
|
title: Optional[str]
|
115
121
|
subject: Optional[str]
|
116
122
|
summary: Optional[str]
|
@@ -128,5 +134,22 @@ class PublishConversationPublishConversationDocument(BaseModel):
|
|
128
134
|
has_digital_signature: Optional[bool] = Field(alias="hasDigitalSignature")
|
129
135
|
|
130
136
|
|
137
|
+
class PublishConversationPublishConversationDetails(BaseModel):
|
138
|
+
contents: Optional[List["PublishConversationPublishConversationDetailsContents"]]
|
139
|
+
summaries: Optional[List[str]]
|
140
|
+
text: Optional[str]
|
141
|
+
text_type: Optional[TextTypes] = Field(alias="textType")
|
142
|
+
summary_specification: Optional[str] = Field(alias="summarySpecification")
|
143
|
+
publish_specification: Optional[str] = Field(alias="publishSpecification")
|
144
|
+
summary_time: Optional[Any] = Field(alias="summaryTime")
|
145
|
+
publish_time: Optional[Any] = Field(alias="publishTime")
|
146
|
+
|
147
|
+
|
148
|
+
class PublishConversationPublishConversationDetailsContents(BaseModel):
|
149
|
+
id: str
|
150
|
+
|
151
|
+
|
131
152
|
PublishConversation.model_rebuild()
|
132
153
|
PublishConversationPublishConversation.model_rebuild()
|
154
|
+
PublishConversationPublishConversationContents.model_rebuild()
|
155
|
+
PublishConversationPublishConversationDetails.model_rebuild()
|
{graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/publish_text.py
RENAMED
@@ -12,6 +12,7 @@ from .enums import (
|
|
12
12
|
FileTypes,
|
13
13
|
ImageProjectionTypes,
|
14
14
|
OrientationTypes,
|
15
|
+
TextTypes,
|
15
16
|
)
|
16
17
|
|
17
18
|
|
@@ -20,6 +21,11 @@ class PublishText(BaseModel):
|
|
20
21
|
|
21
22
|
|
22
23
|
class PublishTextPublishText(BaseModel):
|
24
|
+
contents: Optional[List[Optional["PublishTextPublishTextContents"]]]
|
25
|
+
details: Optional["PublishTextPublishTextDetails"]
|
26
|
+
|
27
|
+
|
28
|
+
class PublishTextPublishTextContents(BaseModel):
|
23
29
|
id: str
|
24
30
|
name: str
|
25
31
|
state: EntityState
|
@@ -48,13 +54,13 @@ class PublishTextPublishText(BaseModel):
|
|
48
54
|
posts: Optional[List[str]]
|
49
55
|
chapters: Optional[List[str]]
|
50
56
|
questions: Optional[List[str]]
|
51
|
-
video: Optional["
|
52
|
-
audio: Optional["
|
53
|
-
image: Optional["
|
54
|
-
document: Optional["
|
57
|
+
video: Optional["PublishTextPublishTextContentsVideo"]
|
58
|
+
audio: Optional["PublishTextPublishTextContentsAudio"]
|
59
|
+
image: Optional["PublishTextPublishTextContentsImage"]
|
60
|
+
document: Optional["PublishTextPublishTextContentsDocument"]
|
55
61
|
|
56
62
|
|
57
|
-
class
|
63
|
+
class PublishTextPublishTextContentsVideo(BaseModel):
|
58
64
|
width: Optional[int]
|
59
65
|
height: Optional[int]
|
60
66
|
duration: Optional[Any]
|
@@ -67,7 +73,7 @@ class PublishTextPublishTextVideo(BaseModel):
|
|
67
73
|
author: Optional[str]
|
68
74
|
|
69
75
|
|
70
|
-
class
|
76
|
+
class PublishTextPublishTextContentsAudio(BaseModel):
|
71
77
|
keywords: Optional[List[Optional[str]]]
|
72
78
|
author: Optional[str]
|
73
79
|
series: Optional[str]
|
@@ -86,7 +92,7 @@ class PublishTextPublishTextAudio(BaseModel):
|
|
86
92
|
duration: Optional[Any]
|
87
93
|
|
88
94
|
|
89
|
-
class
|
95
|
+
class PublishTextPublishTextContentsImage(BaseModel):
|
90
96
|
width: Optional[int]
|
91
97
|
height: Optional[int]
|
92
98
|
resolution_x: Optional[int] = Field(alias="resolutionX")
|
@@ -108,7 +114,7 @@ class PublishTextPublishTextImage(BaseModel):
|
|
108
114
|
pitch: Optional[float]
|
109
115
|
|
110
116
|
|
111
|
-
class
|
117
|
+
class PublishTextPublishTextContentsDocument(BaseModel):
|
112
118
|
title: Optional[str]
|
113
119
|
subject: Optional[str]
|
114
120
|
summary: Optional[str]
|
@@ -126,5 +132,22 @@ class PublishTextPublishTextDocument(BaseModel):
|
|
126
132
|
has_digital_signature: Optional[bool] = Field(alias="hasDigitalSignature")
|
127
133
|
|
128
134
|
|
135
|
+
class PublishTextPublishTextDetails(BaseModel):
|
136
|
+
contents: Optional[List["PublishTextPublishTextDetailsContents"]]
|
137
|
+
summaries: Optional[List[str]]
|
138
|
+
text: Optional[str]
|
139
|
+
text_type: Optional[TextTypes] = Field(alias="textType")
|
140
|
+
summary_specification: Optional[str] = Field(alias="summarySpecification")
|
141
|
+
publish_specification: Optional[str] = Field(alias="publishSpecification")
|
142
|
+
summary_time: Optional[Any] = Field(alias="summaryTime")
|
143
|
+
publish_time: Optional[Any] = Field(alias="publishTime")
|
144
|
+
|
145
|
+
|
146
|
+
class PublishTextPublishTextDetailsContents(BaseModel):
|
147
|
+
id: str
|
148
|
+
|
149
|
+
|
129
150
|
PublishText.model_rebuild()
|
130
151
|
PublishTextPublishText.model_rebuild()
|
152
|
+
PublishTextPublishTextContents.model_rebuild()
|
153
|
+
PublishTextPublishTextDetails.model_rebuild()
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/ask_graphlit.py
RENAMED
File without changes
|
File without changes
|
{graphlit_client-1.0.20250502002 → graphlit_client-1.0.20250503001}/graphlit_api/base_model.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|