graphlit-client 1.0.20250315002__tar.gz → 1.0.20250327002__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.20250315002/graphlit_client.egg-info → graphlit_client-1.0.20250327002}/PKG-INFO +3 -2
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/__init__.py +10 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_workflow.py +2 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/enums.py +8 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_alert.py +2 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_conversation.py +4 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_feed.py +11 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_workflow.py +2 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/input_types.py +29 -1
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/operations.py +38 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_alerts.py +2 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_conversations.py +4 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_feeds.py +11 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_workflows.py +2 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_workflow.py +2 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/upsert_workflow.py +2 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002/graphlit_client.egg-info}/PKG-INFO +3 -2
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/LICENSE +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/README.md +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit/__init__.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit/graphlit.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/add_contents_to_collections.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/ask_graphlit.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/async_base_client.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/base_model.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/clear_conversation.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/client.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/close_conversation.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/complete_conversation.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/continue_conversation.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_alerts.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_categories.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_collections.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_contents.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_conversations.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_events.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_feeds.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_labels.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_devices.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_indications.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_studies.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_tests.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_organizations.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_persons.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_places.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_products.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_repos.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_softwares.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_specifications.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_users.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_workflows.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_alert.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_category.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_collection.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_conversation.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_event.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_feed.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_label.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_condition.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_device.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_drug.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_indication.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_study.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_test.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_observation.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_organization.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_person.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_place.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_product.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_repo.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_software.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_specification.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_user.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_alert.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_alerts.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_alerts.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_categories.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_collections.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_contents.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_conversations.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_events.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_feeds.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_labels.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_devices.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_indications.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_studies.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_tests.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_organizations.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_persons.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_places.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_products.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_repos.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_softwares.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_specifications.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_workflows.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_categories.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_category.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_collection.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_collections.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_content.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_contents.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_conversation.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_conversations.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_event.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_events.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_feed.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_feeds.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_label.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_labels.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_condition.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_device.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_devices.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_drug.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_indication.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_indications.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_studies.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_study.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_test.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_tests.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_observation.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_organization.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_organizations.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_person.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_persons.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_place.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_places.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_product.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_products.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_repo.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_repos.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_software.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_softwares.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_specification.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_specifications.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_user.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_workflow.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/delete_workflows.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/describe_encoded_image.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/describe_image.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/disable_alert.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/disable_feed.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/disable_user.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/enable_alert.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/enable_feed.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/enable_user.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/exceptions.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/extract_contents.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/extract_text.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/feed_exists.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/format_conversation.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_category.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_collection.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_content.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_event.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_label.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_condition.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_device.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_drug.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_indication.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_study.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_test.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_organization.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_person.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_place.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_product.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_project.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_repo.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_share_point_consent_uri.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_software.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_specification.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_user.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/ingest_batch.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/ingest_encoded_file.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/ingest_text.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/ingest_text_batch.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/ingest_uri.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/is_content_done.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/is_feed_done.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/lookup_credits.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/lookup_usage.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/map_web.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/prompt.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/prompt_conversation.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/prompt_specifications.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/publish_contents.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/publish_conversation.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/publish_text.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_categories.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_collections.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_contents.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_contents_facets.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_contents_graph.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_credits.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_events.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_labels.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_linear_projects.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_devices.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_indications.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_studies.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_tests.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_microsoft_teams_channels.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_microsoft_teams_teams.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_models.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_one_drive_folders.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_organizations.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_persons.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_places.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_products.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_repos.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_share_point_folders.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_share_point_libraries.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_slack_channels.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_softwares.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_specifications.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_usage.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_users.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/remove_contents_from_collection.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/retrieve_sources.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/revise_content.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/revise_encoded_image.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/revise_image.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/revise_text.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/screenshot_page.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/search_web.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/send_notification.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/specification_exists.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/suggest_conversation.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/summarize_contents.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/summarize_text.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_alert.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_category.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_collection.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_content.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_conversation.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_event.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_feed.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_label.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_condition.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_device.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_drug.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_indication.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_study.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_test.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_observation.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_organization.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_person.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_place.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_product.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_project.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_repo.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_software.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_specification.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_user.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/upsert_category.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/upsert_label.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/upsert_specification.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/workflow_exists.py +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_client.egg-info/SOURCES.txt +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_client.egg-info/dependency_links.txt +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_client.egg-info/requires.txt +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_client.egg-info/top_level.txt +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/pyproject.toml +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/setup.cfg +0 -0
- {graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: graphlit-client
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.20250327002
|
4
4
|
Summary: Graphlit API Python Client
|
5
5
|
Home-page: https://github.com/graphlit/graphlit-client-python
|
6
6
|
Author: Unstruk Data Inc.
|
@@ -17,6 +17,7 @@ Dynamic: author-email
|
|
17
17
|
Dynamic: description
|
18
18
|
Dynamic: description-content-type
|
19
19
|
Dynamic: home-page
|
20
|
+
Dynamic: license-file
|
20
21
|
Dynamic: requires-dist
|
21
22
|
Dynamic: requires-python
|
22
23
|
Dynamic: summary
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/__init__.py
RENAMED
@@ -615,6 +615,7 @@ from .enums import (
|
|
615
615
|
TimedPolicyRecurrenceTypes,
|
616
616
|
TimeIntervalTypes,
|
617
617
|
TrelloTypes,
|
618
|
+
TwitterListingTypes,
|
618
619
|
UnitTypes,
|
619
620
|
UserTypes,
|
620
621
|
VoyageModels,
|
@@ -845,6 +846,7 @@ from .get_feed import (
|
|
845
846
|
GetFeedFeedSiteS3,
|
846
847
|
GetFeedFeedSiteSharePoint,
|
847
848
|
GetFeedFeedSlack,
|
849
|
+
GetFeedFeedTwitter,
|
848
850
|
GetFeedFeedWeb,
|
849
851
|
GetFeedFeedWorkflow,
|
850
852
|
GetFeedFeedYoutube,
|
@@ -1348,6 +1350,8 @@ from .input_types import (
|
|
1348
1350
|
ToolDefinitionInput,
|
1349
1351
|
TrelloFeedPropertiesInput,
|
1350
1352
|
TrelloFeedPropertiesUpdateInput,
|
1353
|
+
TwitterFeedPropertiesInput,
|
1354
|
+
TwitterFeedPropertiesUpdateInput,
|
1351
1355
|
UserFilter,
|
1352
1356
|
UserInput,
|
1353
1357
|
UserUpdateInput,
|
@@ -1951,6 +1955,7 @@ from .query_feeds import (
|
|
1951
1955
|
QueryFeedsFeedsResultsSiteS3,
|
1952
1956
|
QueryFeedsFeedsResultsSiteSharePoint,
|
1953
1957
|
QueryFeedsFeedsResultsSlack,
|
1958
|
+
QueryFeedsFeedsResultsTwitter,
|
1954
1959
|
QueryFeedsFeedsResultsWeb,
|
1955
1960
|
QueryFeedsFeedsResultsWorkflow,
|
1956
1961
|
QueryFeedsFeedsResultsYoutube,
|
@@ -3436,6 +3441,7 @@ __all__ = [
|
|
3436
3441
|
"GetFeedFeedSiteS3",
|
3437
3442
|
"GetFeedFeedSiteSharePoint",
|
3438
3443
|
"GetFeedFeedSlack",
|
3444
|
+
"GetFeedFeedTwitter",
|
3439
3445
|
"GetFeedFeedWeb",
|
3440
3446
|
"GetFeedFeedWorkflow",
|
3441
3447
|
"GetFeedFeedYoutube",
|
@@ -4138,6 +4144,7 @@ __all__ = [
|
|
4138
4144
|
"QueryFeedsFeedsResultsSiteS3",
|
4139
4145
|
"QueryFeedsFeedsResultsSiteSharePoint",
|
4140
4146
|
"QueryFeedsFeedsResultsSlack",
|
4147
|
+
"QueryFeedsFeedsResultsTwitter",
|
4141
4148
|
"QueryFeedsFeedsResultsWeb",
|
4142
4149
|
"QueryFeedsFeedsResultsWorkflow",
|
4143
4150
|
"QueryFeedsFeedsResultsYoutube",
|
@@ -4474,6 +4481,9 @@ __all__ = [
|
|
4474
4481
|
"TrelloFeedPropertiesInput",
|
4475
4482
|
"TrelloFeedPropertiesUpdateInput",
|
4476
4483
|
"TrelloTypes",
|
4484
|
+
"TwitterFeedPropertiesInput",
|
4485
|
+
"TwitterFeedPropertiesUpdateInput",
|
4486
|
+
"TwitterListingTypes",
|
4477
4487
|
"UPDATE_ALERT_GQL",
|
4478
4488
|
"UPDATE_CATEGORY_GQL",
|
4479
4489
|
"UPDATE_COLLECTION_GQL",
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_workflow.py
RENAMED
@@ -61,6 +61,8 @@ class CreateWorkflowCreateWorkflowIngestion(BaseModel):
|
|
61
61
|
class CreateWorkflowCreateWorkflowIngestionIf(BaseModel):
|
62
62
|
types: Optional[List[ContentTypes]]
|
63
63
|
file_types: Optional[List[FileTypes]] = Field(alias="fileTypes")
|
64
|
+
formats: Optional[List[Optional[str]]]
|
65
|
+
file_extensions: Optional[List[str]] = Field(alias="fileExtensions")
|
64
66
|
allowed_paths: Optional[List[str]] = Field(alias="allowedPaths")
|
65
67
|
excluded_paths: Optional[List[str]] = Field(alias="excludedPaths")
|
66
68
|
|
@@ -332,6 +332,12 @@ class SdkTypes(str, Enum):
|
|
332
332
|
NODE_JS = "NODE_JS"
|
333
333
|
|
334
334
|
|
335
|
+
class TwitterListingTypes(str, Enum):
|
336
|
+
POSTS = "POSTS"
|
337
|
+
MENTIONS = "MENTIONS"
|
338
|
+
RECENT_SEARCH = "RECENT_SEARCH"
|
339
|
+
|
340
|
+
|
335
341
|
class ApplyPolicy(str, Enum):
|
336
342
|
BEFORE_RESOLVER = "BEFORE_RESOLVER"
|
337
343
|
AFTER_RESOLVER = "AFTER_RESOLVER"
|
@@ -854,6 +860,7 @@ class FeedTypes(str, Enum):
|
|
854
860
|
INTERCOM = "INTERCOM"
|
855
861
|
ZENDESK = "ZENDESK"
|
856
862
|
NOTION = "NOTION"
|
863
|
+
TWITTER = "TWITTER"
|
857
864
|
SLACK = "SLACK"
|
858
865
|
MICROSOFT_TEAMS = "MICROSOFT_TEAMS"
|
859
866
|
DISCORD = "DISCORD"
|
@@ -927,6 +934,7 @@ class ObservableTypes(str, Enum):
|
|
927
934
|
|
928
935
|
|
929
936
|
class GoogleModels(str, Enum):
|
937
|
+
GEMINI_2_5_PRO_EXPERIMENTAL = "GEMINI_2_5_PRO_EXPERIMENTAL"
|
930
938
|
GEMINI_2_0_PRO_EXPERIMENTAL = "GEMINI_2_0_PRO_EXPERIMENTAL"
|
931
939
|
GEMINI_2_0_FLASH_THINKING_EXPERIMENTAL = "GEMINI_2_0_FLASH_THINKING_EXPERIMENTAL"
|
932
940
|
GEMINI_2_0_FLASH_EXPERIMENTAL = "GEMINI_2_0_FLASH_EXPERIMENTAL"
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_alert.py
RENAMED
@@ -58,6 +58,8 @@ class GetAlertAlertFilter(BaseModel):
|
|
58
58
|
created_in_last: Optional[Any] = Field(alias="createdInLast")
|
59
59
|
types: Optional[List[ContentTypes]]
|
60
60
|
file_types: Optional[List[Optional[FileTypes]]] = Field(alias="fileTypes")
|
61
|
+
formats: Optional[List[Optional[str]]]
|
62
|
+
file_extensions: Optional[List[str]] = Field(alias="fileExtensions")
|
61
63
|
contents: Optional[List["GetAlertAlertFilterContents"]]
|
62
64
|
feeds: Optional[List["GetAlertAlertFilterFeeds"]]
|
63
65
|
workflows: Optional[List["GetAlertAlertFilterWorkflows"]]
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_conversation.py
RENAMED
@@ -206,6 +206,8 @@ class GetConversationConversationFilter(BaseModel):
|
|
206
206
|
created_in_last: Optional[Any] = Field(alias="createdInLast")
|
207
207
|
types: Optional[List[ContentTypes]]
|
208
208
|
file_types: Optional[List[Optional[FileTypes]]] = Field(alias="fileTypes")
|
209
|
+
formats: Optional[List[Optional[str]]]
|
210
|
+
file_extensions: Optional[List[str]] = Field(alias="fileExtensions")
|
209
211
|
contents: Optional[List["GetConversationConversationFilterContents"]]
|
210
212
|
feeds: Optional[List["GetConversationConversationFilterFeeds"]]
|
211
213
|
workflows: Optional[List["GetConversationConversationFilterWorkflows"]]
|
@@ -335,6 +337,8 @@ class GetConversationConversationAugmentedFilter(BaseModel):
|
|
335
337
|
created_in_last: Optional[Any] = Field(alias="createdInLast")
|
336
338
|
types: Optional[List[ContentTypes]]
|
337
339
|
file_types: Optional[List[Optional[FileTypes]]] = Field(alias="fileTypes")
|
340
|
+
formats: Optional[List[Optional[str]]]
|
341
|
+
file_extensions: Optional[List[str]] = Field(alias="fileExtensions")
|
338
342
|
contents: Optional[List["GetConversationConversationAugmentedFilterContents"]]
|
339
343
|
feeds: Optional[List["GetConversationConversationAugmentedFilterFeeds"]]
|
340
344
|
workflows: Optional[List["GetConversationConversationAugmentedFilterWorkflows"]]
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_feed.py
RENAMED
@@ -18,6 +18,7 @@ from .enums import (
|
|
18
18
|
SiteTypes,
|
19
19
|
TimedPolicyRecurrenceTypes,
|
20
20
|
TrelloTypes,
|
21
|
+
TwitterListingTypes,
|
21
22
|
YouTubeTypes,
|
22
23
|
)
|
23
24
|
|
@@ -46,6 +47,7 @@ class GetFeedFeed(BaseModel):
|
|
46
47
|
intercom: Optional["GetFeedFeedIntercom"]
|
47
48
|
zendesk: Optional["GetFeedFeedZendesk"]
|
48
49
|
youtube: Optional["GetFeedFeedYoutube"]
|
50
|
+
twitter: Optional["GetFeedFeedTwitter"]
|
49
51
|
slack: Optional["GetFeedFeedSlack"]
|
50
52
|
microsoft_teams: Optional["GetFeedFeedMicrosoftTeams"] = Field(
|
51
53
|
alias="microsoftTeams"
|
@@ -293,6 +295,15 @@ class GetFeedFeedYoutube(BaseModel):
|
|
293
295
|
playlist_identifier: Optional[str] = Field(alias="playlistIdentifier")
|
294
296
|
|
295
297
|
|
298
|
+
class GetFeedFeedTwitter(BaseModel):
|
299
|
+
read_limit: Optional[int] = Field(alias="readLimit")
|
300
|
+
token: str
|
301
|
+
type: Optional[TwitterListingTypes]
|
302
|
+
user_name: Optional[str] = Field(alias="userName")
|
303
|
+
query: Optional[str]
|
304
|
+
include_attachments: Optional[bool] = Field(alias="includeAttachments")
|
305
|
+
|
306
|
+
|
296
307
|
class GetFeedFeedSlack(BaseModel):
|
297
308
|
read_limit: Optional[int] = Field(alias="readLimit")
|
298
309
|
type: Optional[FeedListingTypes]
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/get_workflow.py
RENAMED
@@ -62,6 +62,8 @@ class GetWorkflowWorkflowIngestion(BaseModel):
|
|
62
62
|
class GetWorkflowWorkflowIngestionIf(BaseModel):
|
63
63
|
types: Optional[List[ContentTypes]]
|
64
64
|
file_types: Optional[List[FileTypes]] = Field(alias="fileTypes")
|
65
|
+
formats: Optional[List[Optional[str]]]
|
66
|
+
file_extensions: Optional[List[str]] = Field(alias="fileExtensions")
|
65
67
|
allowed_paths: Optional[List[str]] = Field(alias="allowedPaths")
|
66
68
|
excluded_paths: Optional[List[str]] = Field(alias="excludedPaths")
|
67
69
|
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/input_types.py
RENAMED
@@ -103,6 +103,7 @@ from .enums import (
|
|
103
103
|
TimedPolicyRecurrenceTypes,
|
104
104
|
TimeIntervalTypes,
|
105
105
|
TrelloTypes,
|
106
|
+
TwitterListingTypes,
|
106
107
|
UnitTypes,
|
107
108
|
UserTypes,
|
108
109
|
VoyageModels,
|
@@ -534,6 +535,8 @@ class PlaceInput(BaseModel):
|
|
534
535
|
class IngestionContentFilterInput(BaseModel):
|
535
536
|
types: Optional[List[ContentTypes]] = None
|
536
537
|
file_types: Optional[List[FileTypes]] = Field(alias="fileTypes", default=None)
|
538
|
+
formats: Optional[List[Optional[str]]] = None
|
539
|
+
file_extensions: Optional[List[str]] = Field(alias="fileExtensions", default=None)
|
537
540
|
allowed_paths: Optional[List[str]] = Field(alias="allowedPaths", default=None)
|
538
541
|
excluded_paths: Optional[List[str]] = Field(alias="excludedPaths", default=None)
|
539
542
|
|
@@ -1283,6 +1286,17 @@ class PointInput(BaseModel):
|
|
1283
1286
|
distance: Optional[float] = None
|
1284
1287
|
|
1285
1288
|
|
1289
|
+
class TwitterFeedPropertiesUpdateInput(BaseModel):
|
1290
|
+
token: Optional[str] = None
|
1291
|
+
type: Optional[TwitterListingTypes] = None
|
1292
|
+
user_name: Optional[str] = Field(alias="userName", default=None)
|
1293
|
+
query: Optional[str] = None
|
1294
|
+
include_attachments: Optional[bool] = Field(
|
1295
|
+
alias="includeAttachments", default=None
|
1296
|
+
)
|
1297
|
+
read_limit: Optional[int] = Field(alias="readLimit", default=None)
|
1298
|
+
|
1299
|
+
|
1286
1300
|
class RegexClassificationRuleInput(BaseModel):
|
1287
1301
|
type: Optional[RegexSourceTypes] = None
|
1288
1302
|
path: Optional[str] = None
|
@@ -1652,6 +1666,7 @@ class FeedInput(BaseModel):
|
|
1652
1666
|
reddit: Optional["RedditFeedPropertiesInput"] = None
|
1653
1667
|
youtube: Optional["YouTubeFeedPropertiesInput"] = None
|
1654
1668
|
notion: Optional["NotionFeedPropertiesInput"] = None
|
1669
|
+
twitter: Optional["TwitterFeedPropertiesInput"] = None
|
1655
1670
|
slack: Optional["SlackFeedPropertiesInput"] = None
|
1656
1671
|
microsoft_teams: Optional["MicrosoftTeamsFeedPropertiesInput"] = Field(
|
1657
1672
|
alias="microsoftTeams", default=None
|
@@ -1784,7 +1799,8 @@ class ContentFilter(BaseModel):
|
|
1784
1799
|
search_type: Optional[SearchTypes] = Field(alias="searchType", default=None)
|
1785
1800
|
query_type: Optional[SearchQueryTypes] = Field(alias="queryType", default=None)
|
1786
1801
|
number_similar: Optional[int] = Field(alias="numberSimilar", default=None)
|
1787
|
-
|
1802
|
+
image_data: Optional[str] = Field(alias="imageData", default=None)
|
1803
|
+
image_mime_type: Optional[str] = Field(alias="imageMimeType", default=None)
|
1788
1804
|
disable_inheritance: Optional[bool] = Field(
|
1789
1805
|
alias="disableInheritance", default=None
|
1790
1806
|
)
|
@@ -2790,6 +2806,7 @@ class FeedUpdateInput(BaseModel):
|
|
2790
2806
|
reddit: Optional["RedditFeedPropertiesUpdateInput"] = None
|
2791
2807
|
youtube: Optional["YouTubeFeedPropertiesUpdateInput"] = None
|
2792
2808
|
notion: Optional["NotionFeedPropertiesUpdateInput"] = None
|
2809
|
+
twitter: Optional["TwitterFeedPropertiesUpdateInput"] = None
|
2793
2810
|
slack: Optional["SlackFeedPropertiesUpdateInput"] = None
|
2794
2811
|
microsoft_teams: Optional["MicrosoftTeamsFeedPropertiesUpdateInput"] = Field(
|
2795
2812
|
alias="microsoftTeams", default=None
|
@@ -3183,6 +3200,17 @@ class OneDriveFeedPropertiesUpdateInput(BaseModel):
|
|
3183
3200
|
refresh_token: Optional[str] = Field(alias="refreshToken", default=None)
|
3184
3201
|
|
3185
3202
|
|
3203
|
+
class TwitterFeedPropertiesInput(BaseModel):
|
3204
|
+
token: str
|
3205
|
+
type: Optional[TwitterListingTypes] = None
|
3206
|
+
user_name: Optional[str] = Field(alias="userName", default=None)
|
3207
|
+
query: Optional[str] = None
|
3208
|
+
include_attachments: Optional[bool] = Field(
|
3209
|
+
alias="includeAttachments", default=None
|
3210
|
+
)
|
3211
|
+
read_limit: Optional[int] = Field(alias="readLimit", default=None)
|
3212
|
+
|
3213
|
+
|
3186
3214
|
class ConversationMessageInput(BaseModel):
|
3187
3215
|
role: ConversationRoleTypes
|
3188
3216
|
author: Optional[str] = None
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/operations.py
RENAMED
@@ -391,6 +391,8 @@ query GetAlert($id: ID!, $correlationId: String) {
|
|
391
391
|
createdInLast
|
392
392
|
types
|
393
393
|
fileTypes
|
394
|
+
formats
|
395
|
+
fileExtensions
|
394
396
|
contents {
|
395
397
|
id
|
396
398
|
}
|
@@ -516,6 +518,8 @@ query QueryAlerts($filter: AlertFilter, $correlationId: String) {
|
|
516
518
|
createdInLast
|
517
519
|
types
|
518
520
|
fileTypes
|
521
|
+
formats
|
522
|
+
fileExtensions
|
519
523
|
contents {
|
520
524
|
id
|
521
525
|
}
|
@@ -3739,6 +3743,8 @@ query GetConversation($id: ID!, $correlationId: String) {
|
|
3739
3743
|
createdInLast
|
3740
3744
|
types
|
3741
3745
|
fileTypes
|
3746
|
+
formats
|
3747
|
+
fileExtensions
|
3742
3748
|
contents {
|
3743
3749
|
id
|
3744
3750
|
}
|
@@ -3817,6 +3823,8 @@ query GetConversation($id: ID!, $correlationId: String) {
|
|
3817
3823
|
createdInLast
|
3818
3824
|
types
|
3819
3825
|
fileTypes
|
3826
|
+
formats
|
3827
|
+
fileExtensions
|
3820
3828
|
contents {
|
3821
3829
|
id
|
3822
3830
|
}
|
@@ -4612,6 +4620,8 @@ query QueryConversations($filter: ConversationFilter, $correlationId: String) {
|
|
4612
4620
|
createdInLast
|
4613
4621
|
types
|
4614
4622
|
fileTypes
|
4623
|
+
formats
|
4624
|
+
fileExtensions
|
4615
4625
|
contents {
|
4616
4626
|
id
|
4617
4627
|
}
|
@@ -4690,6 +4700,8 @@ query QueryConversations($filter: ConversationFilter, $correlationId: String) {
|
|
4690
4700
|
createdInLast
|
4691
4701
|
types
|
4692
4702
|
fileTypes
|
4703
|
+
formats
|
4704
|
+
fileExtensions
|
4693
4705
|
contents {
|
4694
4706
|
id
|
4695
4707
|
}
|
@@ -5765,6 +5777,14 @@ query GetFeed($id: ID!, $correlationId: String) {
|
|
5765
5777
|
channelIdentifier
|
5766
5778
|
playlistIdentifier
|
5767
5779
|
}
|
5780
|
+
twitter {
|
5781
|
+
readLimit
|
5782
|
+
token
|
5783
|
+
type
|
5784
|
+
userName
|
5785
|
+
query
|
5786
|
+
includeAttachments
|
5787
|
+
}
|
5768
5788
|
slack {
|
5769
5789
|
readLimit
|
5770
5790
|
type
|
@@ -6013,6 +6033,14 @@ query QueryFeeds($filter: FeedFilter, $correlationId: String) {
|
|
6013
6033
|
channelIdentifier
|
6014
6034
|
playlistIdentifier
|
6015
6035
|
}
|
6036
|
+
twitter {
|
6037
|
+
readLimit
|
6038
|
+
token
|
6039
|
+
type
|
6040
|
+
userName
|
6041
|
+
query
|
6042
|
+
includeAttachments
|
6043
|
+
}
|
6016
6044
|
slack {
|
6017
6045
|
readLimit
|
6018
6046
|
type
|
@@ -8924,6 +8952,8 @@ mutation CreateWorkflow($workflow: WorkflowInput!) {
|
|
8924
8952
|
if {
|
8925
8953
|
types
|
8926
8954
|
fileTypes
|
8955
|
+
formats
|
8956
|
+
fileExtensions
|
8927
8957
|
allowedPaths
|
8928
8958
|
excludedPaths
|
8929
8959
|
}
|
@@ -9154,6 +9184,8 @@ query GetWorkflow($id: ID!, $correlationId: String) {
|
|
9154
9184
|
if {
|
9155
9185
|
types
|
9156
9186
|
fileTypes
|
9187
|
+
formats
|
9188
|
+
fileExtensions
|
9157
9189
|
allowedPaths
|
9158
9190
|
excludedPaths
|
9159
9191
|
}
|
@@ -9354,6 +9386,8 @@ query QueryWorkflows($filter: WorkflowFilter, $correlationId: String) {
|
|
9354
9386
|
if {
|
9355
9387
|
types
|
9356
9388
|
fileTypes
|
9389
|
+
formats
|
9390
|
+
fileExtensions
|
9357
9391
|
allowedPaths
|
9358
9392
|
excludedPaths
|
9359
9393
|
}
|
@@ -9549,6 +9583,8 @@ mutation UpdateWorkflow($workflow: WorkflowUpdateInput!) {
|
|
9549
9583
|
if {
|
9550
9584
|
types
|
9551
9585
|
fileTypes
|
9586
|
+
formats
|
9587
|
+
fileExtensions
|
9552
9588
|
allowedPaths
|
9553
9589
|
excludedPaths
|
9554
9590
|
}
|
@@ -9743,6 +9779,8 @@ mutation UpsertWorkflow($workflow: WorkflowInput!) {
|
|
9743
9779
|
if {
|
9744
9780
|
types
|
9745
9781
|
fileTypes
|
9782
|
+
formats
|
9783
|
+
fileExtensions
|
9746
9784
|
allowedPaths
|
9747
9785
|
excludedPaths
|
9748
9786
|
}
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_alerts.py
RENAMED
@@ -64,6 +64,8 @@ class QueryAlertsAlertsResultsFilter(BaseModel):
|
|
64
64
|
created_in_last: Optional[Any] = Field(alias="createdInLast")
|
65
65
|
types: Optional[List[ContentTypes]]
|
66
66
|
file_types: Optional[List[Optional[FileTypes]]] = Field(alias="fileTypes")
|
67
|
+
formats: Optional[List[Optional[str]]]
|
68
|
+
file_extensions: Optional[List[str]] = Field(alias="fileExtensions")
|
67
69
|
contents: Optional[List["QueryAlertsAlertsResultsFilterContents"]]
|
68
70
|
feeds: Optional[List["QueryAlertsAlertsResultsFilterFeeds"]]
|
69
71
|
workflows: Optional[List["QueryAlertsAlertsResultsFilterWorkflows"]]
|
@@ -222,6 +222,8 @@ class QueryConversationsConversationsResultsFilter(BaseModel):
|
|
222
222
|
created_in_last: Optional[Any] = Field(alias="createdInLast")
|
223
223
|
types: Optional[List[ContentTypes]]
|
224
224
|
file_types: Optional[List[Optional[FileTypes]]] = Field(alias="fileTypes")
|
225
|
+
formats: Optional[List[Optional[str]]]
|
226
|
+
file_extensions: Optional[List[str]] = Field(alias="fileExtensions")
|
225
227
|
contents: Optional[List["QueryConversationsConversationsResultsFilterContents"]]
|
226
228
|
feeds: Optional[List["QueryConversationsConversationsResultsFilterFeeds"]]
|
227
229
|
workflows: Optional[List["QueryConversationsConversationsResultsFilterWorkflows"]]
|
@@ -369,6 +371,8 @@ class QueryConversationsConversationsResultsAugmentedFilter(BaseModel):
|
|
369
371
|
created_in_last: Optional[Any] = Field(alias="createdInLast")
|
370
372
|
types: Optional[List[ContentTypes]]
|
371
373
|
file_types: Optional[List[Optional[FileTypes]]] = Field(alias="fileTypes")
|
374
|
+
formats: Optional[List[Optional[str]]]
|
375
|
+
file_extensions: Optional[List[str]] = Field(alias="fileExtensions")
|
372
376
|
contents: Optional[
|
373
377
|
List["QueryConversationsConversationsResultsAugmentedFilterContents"]
|
374
378
|
]
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_feeds.py
RENAMED
@@ -18,6 +18,7 @@ from .enums import (
|
|
18
18
|
SiteTypes,
|
19
19
|
TimedPolicyRecurrenceTypes,
|
20
20
|
TrelloTypes,
|
21
|
+
TwitterListingTypes,
|
21
22
|
YouTubeTypes,
|
22
23
|
)
|
23
24
|
|
@@ -50,6 +51,7 @@ class QueryFeedsFeedsResults(BaseModel):
|
|
50
51
|
intercom: Optional["QueryFeedsFeedsResultsIntercom"]
|
51
52
|
zendesk: Optional["QueryFeedsFeedsResultsZendesk"]
|
52
53
|
youtube: Optional["QueryFeedsFeedsResultsYoutube"]
|
54
|
+
twitter: Optional["QueryFeedsFeedsResultsTwitter"]
|
53
55
|
slack: Optional["QueryFeedsFeedsResultsSlack"]
|
54
56
|
microsoft_teams: Optional["QueryFeedsFeedsResultsMicrosoftTeams"] = Field(
|
55
57
|
alias="microsoftTeams"
|
@@ -305,6 +307,15 @@ class QueryFeedsFeedsResultsYoutube(BaseModel):
|
|
305
307
|
playlist_identifier: Optional[str] = Field(alias="playlistIdentifier")
|
306
308
|
|
307
309
|
|
310
|
+
class QueryFeedsFeedsResultsTwitter(BaseModel):
|
311
|
+
read_limit: Optional[int] = Field(alias="readLimit")
|
312
|
+
token: str
|
313
|
+
type: Optional[TwitterListingTypes]
|
314
|
+
user_name: Optional[str] = Field(alias="userName")
|
315
|
+
query: Optional[str]
|
316
|
+
include_attachments: Optional[bool] = Field(alias="includeAttachments")
|
317
|
+
|
318
|
+
|
308
319
|
class QueryFeedsFeedsResultsSlack(BaseModel):
|
309
320
|
read_limit: Optional[int] = Field(alias="readLimit")
|
310
321
|
type: Optional[FeedListingTypes]
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/query_workflows.py
RENAMED
@@ -70,6 +70,8 @@ class QueryWorkflowsWorkflowsResultsIngestion(BaseModel):
|
|
70
70
|
class QueryWorkflowsWorkflowsResultsIngestionIf(BaseModel):
|
71
71
|
types: Optional[List[ContentTypes]]
|
72
72
|
file_types: Optional[List[FileTypes]] = Field(alias="fileTypes")
|
73
|
+
formats: Optional[List[Optional[str]]]
|
74
|
+
file_extensions: Optional[List[str]] = Field(alias="fileExtensions")
|
73
75
|
allowed_paths: Optional[List[str]] = Field(alias="allowedPaths")
|
74
76
|
excluded_paths: Optional[List[str]] = Field(alias="excludedPaths")
|
75
77
|
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/update_workflow.py
RENAMED
@@ -61,6 +61,8 @@ class UpdateWorkflowUpdateWorkflowIngestion(BaseModel):
|
|
61
61
|
class UpdateWorkflowUpdateWorkflowIngestionIf(BaseModel):
|
62
62
|
types: Optional[List[ContentTypes]]
|
63
63
|
file_types: Optional[List[FileTypes]] = Field(alias="fileTypes")
|
64
|
+
formats: Optional[List[Optional[str]]]
|
65
|
+
file_extensions: Optional[List[str]] = Field(alias="fileExtensions")
|
64
66
|
allowed_paths: Optional[List[str]] = Field(alias="allowedPaths")
|
65
67
|
excluded_paths: Optional[List[str]] = Field(alias="excludedPaths")
|
66
68
|
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/upsert_workflow.py
RENAMED
@@ -61,6 +61,8 @@ class UpsertWorkflowUpsertWorkflowIngestion(BaseModel):
|
|
61
61
|
class UpsertWorkflowUpsertWorkflowIngestionIf(BaseModel):
|
62
62
|
types: Optional[List[ContentTypes]]
|
63
63
|
file_types: Optional[List[FileTypes]] = Field(alias="fileTypes")
|
64
|
+
formats: Optional[List[Optional[str]]]
|
65
|
+
file_extensions: Optional[List[str]] = Field(alias="fileExtensions")
|
64
66
|
allowed_paths: Optional[List[str]] = Field(alias="allowedPaths")
|
65
67
|
excluded_paths: Optional[List[str]] = Field(alias="excludedPaths")
|
66
68
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: graphlit-client
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.20250327002
|
4
4
|
Summary: Graphlit API Python Client
|
5
5
|
Home-page: https://github.com/graphlit/graphlit-client-python
|
6
6
|
Author: Unstruk Data Inc.
|
@@ -17,6 +17,7 @@ Dynamic: author-email
|
|
17
17
|
Dynamic: description
|
18
18
|
Dynamic: description-content-type
|
19
19
|
Dynamic: home-page
|
20
|
+
Dynamic: license-file
|
20
21
|
Dynamic: requires-dist
|
21
22
|
Dynamic: requires-python
|
22
23
|
Dynamic: summary
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/ask_graphlit.py
RENAMED
File without changes
|
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/base_model.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_alerts.py
RENAMED
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_categories.py
RENAMED
File without changes
|
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_contents.py
RENAMED
File without changes
|
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_events.py
RENAMED
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_feeds.py
RENAMED
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_labels.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_persons.py
RENAMED
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_places.py
RENAMED
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_products.py
RENAMED
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_repos.py
RENAMED
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_softwares.py
RENAMED
File without changes
|
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_users.py
RENAMED
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/count_workflows.py
RENAMED
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_alert.py
RENAMED
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_category.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_event.py
RENAMED
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_feed.py
RENAMED
File without changes
|
{graphlit_client-1.0.20250315002 → graphlit_client-1.0.20250327002}/graphlit_api/create_label.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|