graphlit-client 1.0.20250315001__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.
Files changed (312) hide show
  1. {graphlit_client-1.0.20250315001/graphlit_client.egg-info → graphlit_client-1.0.20250327002}/PKG-INFO +3 -2
  2. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/__init__.py +28 -0
  3. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/client.py +63 -0
  4. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_workflow.py +2 -0
  5. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/enums.py +8 -0
  6. graphlit_client-1.0.20250327002/graphlit_api/feed_exists.py +19 -0
  7. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_alert.py +2 -0
  8. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_conversation.py +4 -0
  9. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_feed.py +11 -0
  10. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_workflow.py +2 -0
  11. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/input_types.py +29 -1
  12. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/operations.py +65 -0
  13. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_alerts.py +2 -0
  14. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_conversations.py +4 -0
  15. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_feeds.py +11 -0
  16. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_workflows.py +2 -0
  17. graphlit_client-1.0.20250327002/graphlit_api/specification_exists.py +21 -0
  18. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_workflow.py +2 -0
  19. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/upsert_workflow.py +2 -0
  20. graphlit_client-1.0.20250327002/graphlit_api/workflow_exists.py +21 -0
  21. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002/graphlit_client.egg-info}/PKG-INFO +3 -2
  22. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_client.egg-info/SOURCES.txt +3 -0
  23. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/LICENSE +0 -0
  24. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/README.md +0 -0
  25. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit/__init__.py +0 -0
  26. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit/graphlit.py +0 -0
  27. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/add_contents_to_collections.py +0 -0
  28. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/ask_graphlit.py +0 -0
  29. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/async_base_client.py +0 -0
  30. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/base_model.py +0 -0
  31. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/clear_conversation.py +0 -0
  32. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/close_conversation.py +0 -0
  33. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/complete_conversation.py +0 -0
  34. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/continue_conversation.py +0 -0
  35. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_alerts.py +0 -0
  36. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_categories.py +0 -0
  37. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_collections.py +0 -0
  38. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_contents.py +0 -0
  39. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_conversations.py +0 -0
  40. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_events.py +0 -0
  41. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_feeds.py +0 -0
  42. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_labels.py +0 -0
  43. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_conditions.py +0 -0
  44. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_contraindications.py +0 -0
  45. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_devices.py +0 -0
  46. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_drug_classes.py +0 -0
  47. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_drugs.py +0 -0
  48. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_guidelines.py +0 -0
  49. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_indications.py +0 -0
  50. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_procedures.py +0 -0
  51. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_studies.py +0 -0
  52. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_tests.py +0 -0
  53. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_medical_therapies.py +0 -0
  54. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_organizations.py +0 -0
  55. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_persons.py +0 -0
  56. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_places.py +0 -0
  57. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_products.py +0 -0
  58. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_repos.py +0 -0
  59. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_softwares.py +0 -0
  60. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_specifications.py +0 -0
  61. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_users.py +0 -0
  62. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/count_workflows.py +0 -0
  63. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_alert.py +0 -0
  64. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_category.py +0 -0
  65. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_collection.py +0 -0
  66. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_conversation.py +0 -0
  67. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_event.py +0 -0
  68. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_feed.py +0 -0
  69. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_label.py +0 -0
  70. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_condition.py +0 -0
  71. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_contraindication.py +0 -0
  72. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_device.py +0 -0
  73. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_drug.py +0 -0
  74. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_drug_class.py +0 -0
  75. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_guideline.py +0 -0
  76. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_indication.py +0 -0
  77. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_procedure.py +0 -0
  78. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_study.py +0 -0
  79. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_test.py +0 -0
  80. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_medical_therapy.py +0 -0
  81. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_observation.py +0 -0
  82. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_organization.py +0 -0
  83. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_person.py +0 -0
  84. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_place.py +0 -0
  85. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_product.py +0 -0
  86. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_repo.py +0 -0
  87. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_software.py +0 -0
  88. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_specification.py +0 -0
  89. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/create_user.py +0 -0
  90. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_alert.py +0 -0
  91. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_alerts.py +0 -0
  92. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_alerts.py +0 -0
  93. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_categories.py +0 -0
  94. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_collections.py +0 -0
  95. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_contents.py +0 -0
  96. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_conversations.py +0 -0
  97. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_events.py +0 -0
  98. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_feeds.py +0 -0
  99. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_labels.py +0 -0
  100. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_conditions.py +0 -0
  101. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_contraindications.py +0 -0
  102. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_devices.py +0 -0
  103. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_drug_classes.py +0 -0
  104. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_drugs.py +0 -0
  105. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_guidelines.py +0 -0
  106. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_indications.py +0 -0
  107. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_procedures.py +0 -0
  108. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_studies.py +0 -0
  109. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_tests.py +0 -0
  110. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_medical_therapies.py +0 -0
  111. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_organizations.py +0 -0
  112. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_persons.py +0 -0
  113. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_places.py +0 -0
  114. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_products.py +0 -0
  115. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_repos.py +0 -0
  116. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_softwares.py +0 -0
  117. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_specifications.py +0 -0
  118. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_all_workflows.py +0 -0
  119. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_categories.py +0 -0
  120. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_category.py +0 -0
  121. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_collection.py +0 -0
  122. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_collections.py +0 -0
  123. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_content.py +0 -0
  124. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_contents.py +0 -0
  125. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_conversation.py +0 -0
  126. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_conversations.py +0 -0
  127. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_event.py +0 -0
  128. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_events.py +0 -0
  129. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_feed.py +0 -0
  130. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_feeds.py +0 -0
  131. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_label.py +0 -0
  132. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_labels.py +0 -0
  133. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_condition.py +0 -0
  134. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_conditions.py +0 -0
  135. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_contraindication.py +0 -0
  136. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_contraindications.py +0 -0
  137. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_device.py +0 -0
  138. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_devices.py +0 -0
  139. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_drug.py +0 -0
  140. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_drug_class.py +0 -0
  141. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_drug_classes.py +0 -0
  142. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_drugs.py +0 -0
  143. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_guideline.py +0 -0
  144. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_guidelines.py +0 -0
  145. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_indication.py +0 -0
  146. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_indications.py +0 -0
  147. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_procedure.py +0 -0
  148. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_procedures.py +0 -0
  149. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_studies.py +0 -0
  150. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_study.py +0 -0
  151. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_test.py +0 -0
  152. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_tests.py +0 -0
  153. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_therapies.py +0 -0
  154. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_medical_therapy.py +0 -0
  155. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_observation.py +0 -0
  156. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_organization.py +0 -0
  157. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_organizations.py +0 -0
  158. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_person.py +0 -0
  159. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_persons.py +0 -0
  160. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_place.py +0 -0
  161. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_places.py +0 -0
  162. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_product.py +0 -0
  163. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_products.py +0 -0
  164. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_repo.py +0 -0
  165. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_repos.py +0 -0
  166. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_software.py +0 -0
  167. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_softwares.py +0 -0
  168. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_specification.py +0 -0
  169. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_specifications.py +0 -0
  170. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_user.py +0 -0
  171. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_workflow.py +0 -0
  172. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/delete_workflows.py +0 -0
  173. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/describe_encoded_image.py +0 -0
  174. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/describe_image.py +0 -0
  175. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/disable_alert.py +0 -0
  176. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/disable_feed.py +0 -0
  177. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/disable_user.py +0 -0
  178. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/enable_alert.py +0 -0
  179. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/enable_feed.py +0 -0
  180. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/enable_user.py +0 -0
  181. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/exceptions.py +0 -0
  182. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/extract_contents.py +0 -0
  183. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/extract_text.py +0 -0
  184. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/format_conversation.py +0 -0
  185. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_category.py +0 -0
  186. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_collection.py +0 -0
  187. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_content.py +0 -0
  188. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_event.py +0 -0
  189. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_label.py +0 -0
  190. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_condition.py +0 -0
  191. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_contraindication.py +0 -0
  192. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_device.py +0 -0
  193. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_drug.py +0 -0
  194. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_drug_class.py +0 -0
  195. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_guideline.py +0 -0
  196. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_indication.py +0 -0
  197. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_procedure.py +0 -0
  198. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_study.py +0 -0
  199. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_test.py +0 -0
  200. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_medical_therapy.py +0 -0
  201. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_organization.py +0 -0
  202. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_person.py +0 -0
  203. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_place.py +0 -0
  204. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_product.py +0 -0
  205. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_project.py +0 -0
  206. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_repo.py +0 -0
  207. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_share_point_consent_uri.py +0 -0
  208. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_software.py +0 -0
  209. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_specification.py +0 -0
  210. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/get_user.py +0 -0
  211. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/ingest_batch.py +0 -0
  212. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/ingest_encoded_file.py +0 -0
  213. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/ingest_text.py +0 -0
  214. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/ingest_text_batch.py +0 -0
  215. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/ingest_uri.py +0 -0
  216. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/is_content_done.py +0 -0
  217. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/is_feed_done.py +0 -0
  218. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/lookup_credits.py +0 -0
  219. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/lookup_usage.py +0 -0
  220. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/map_web.py +0 -0
  221. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/prompt.py +0 -0
  222. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/prompt_conversation.py +0 -0
  223. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/prompt_specifications.py +0 -0
  224. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/publish_contents.py +0 -0
  225. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/publish_conversation.py +0 -0
  226. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/publish_text.py +0 -0
  227. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_categories.py +0 -0
  228. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_collections.py +0 -0
  229. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_contents.py +0 -0
  230. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_contents_facets.py +0 -0
  231. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_contents_graph.py +0 -0
  232. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_credits.py +0 -0
  233. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_events.py +0 -0
  234. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_labels.py +0 -0
  235. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_linear_projects.py +0 -0
  236. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_conditions.py +0 -0
  237. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_contraindications.py +0 -0
  238. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_devices.py +0 -0
  239. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_drug_classes.py +0 -0
  240. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_drugs.py +0 -0
  241. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_guidelines.py +0 -0
  242. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_indications.py +0 -0
  243. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_procedures.py +0 -0
  244. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_studies.py +0 -0
  245. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_tests.py +0 -0
  246. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_medical_therapies.py +0 -0
  247. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_microsoft_teams_channels.py +0 -0
  248. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_microsoft_teams_teams.py +0 -0
  249. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_models.py +0 -0
  250. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_one_drive_folders.py +0 -0
  251. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_organizations.py +0 -0
  252. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_persons.py +0 -0
  253. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_places.py +0 -0
  254. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_products.py +0 -0
  255. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_repos.py +0 -0
  256. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_share_point_folders.py +0 -0
  257. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_share_point_libraries.py +0 -0
  258. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_slack_channels.py +0 -0
  259. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_softwares.py +0 -0
  260. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_specifications.py +0 -0
  261. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_usage.py +0 -0
  262. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/query_users.py +0 -0
  263. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/remove_contents_from_collection.py +0 -0
  264. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/retrieve_sources.py +0 -0
  265. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/revise_content.py +0 -0
  266. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/revise_encoded_image.py +0 -0
  267. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/revise_image.py +0 -0
  268. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/revise_text.py +0 -0
  269. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/screenshot_page.py +0 -0
  270. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/search_web.py +0 -0
  271. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/send_notification.py +0 -0
  272. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/suggest_conversation.py +0 -0
  273. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/summarize_contents.py +0 -0
  274. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/summarize_text.py +0 -0
  275. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_alert.py +0 -0
  276. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_category.py +0 -0
  277. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_collection.py +0 -0
  278. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_content.py +0 -0
  279. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_conversation.py +0 -0
  280. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_event.py +0 -0
  281. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_feed.py +0 -0
  282. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_label.py +0 -0
  283. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_condition.py +0 -0
  284. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_contraindication.py +0 -0
  285. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_device.py +0 -0
  286. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_drug.py +0 -0
  287. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_drug_class.py +0 -0
  288. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_guideline.py +0 -0
  289. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_indication.py +0 -0
  290. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_procedure.py +0 -0
  291. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_study.py +0 -0
  292. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_test.py +0 -0
  293. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_medical_therapy.py +0 -0
  294. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_observation.py +0 -0
  295. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_organization.py +0 -0
  296. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_person.py +0 -0
  297. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_place.py +0 -0
  298. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_product.py +0 -0
  299. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_project.py +0 -0
  300. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_repo.py +0 -0
  301. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_software.py +0 -0
  302. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_specification.py +0 -0
  303. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/update_user.py +0 -0
  304. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/upsert_category.py +0 -0
  305. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/upsert_label.py +0 -0
  306. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_api/upsert_specification.py +0 -0
  307. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_client.egg-info/dependency_links.txt +0 -0
  308. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_client.egg-info/requires.txt +0 -0
  309. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/graphlit_client.egg-info/top_level.txt +0 -0
  310. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/pyproject.toml +0 -0
  311. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/setup.cfg +0 -0
  312. {graphlit_client-1.0.20250315001 → graphlit_client-1.0.20250327002}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: graphlit-client
3
- Version: 1.0.20250315001
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
@@ -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,
@@ -639,6 +640,7 @@ from .extract_text import (
639
640
  ExtractTextExtractTextContent,
640
641
  ExtractTextExtractTextSpecification,
641
642
  )
643
+ from .feed_exists import FeedExists, FeedExistsFeedExists
642
644
  from .format_conversation import (
643
645
  FormatConversation,
644
646
  FormatConversationFormatConversation,
@@ -844,6 +846,7 @@ from .get_feed import (
844
846
  GetFeedFeedSiteS3,
845
847
  GetFeedFeedSiteSharePoint,
846
848
  GetFeedFeedSlack,
849
+ GetFeedFeedTwitter,
847
850
  GetFeedFeedWeb,
848
851
  GetFeedFeedWorkflow,
849
852
  GetFeedFeedYoutube,
@@ -1347,6 +1350,8 @@ from .input_types import (
1347
1350
  ToolDefinitionInput,
1348
1351
  TrelloFeedPropertiesInput,
1349
1352
  TrelloFeedPropertiesUpdateInput,
1353
+ TwitterFeedPropertiesInput,
1354
+ TwitterFeedPropertiesUpdateInput,
1350
1355
  UserFilter,
1351
1356
  UserInput,
1352
1357
  UserUpdateInput,
@@ -1527,6 +1532,7 @@ from .operations import (
1527
1532
  ENABLE_USER_GQL,
1528
1533
  EXTRACT_CONTENTS_GQL,
1529
1534
  EXTRACT_TEXT_GQL,
1535
+ FEED_EXISTS_GQL,
1530
1536
  FORMAT_CONVERSATION_GQL,
1531
1537
  GET_ALERT_GQL,
1532
1538
  GET_CATEGORY_GQL,
@@ -1623,6 +1629,7 @@ from .operations import (
1623
1629
  SCREENSHOT_PAGE_GQL,
1624
1630
  SEARCH_WEB_GQL,
1625
1631
  SEND_NOTIFICATION_GQL,
1632
+ SPECIFICATION_EXISTS_GQL,
1626
1633
  SUGGEST_CONVERSATION_GQL,
1627
1634
  SUMMARIZE_CONTENTS_GQL,
1628
1635
  SUMMARIZE_TEXT_GQL,
@@ -1660,6 +1667,7 @@ from .operations import (
1660
1667
  UPSERT_LABEL_GQL,
1661
1668
  UPSERT_SPECIFICATION_GQL,
1662
1669
  UPSERT_WORKFLOW_GQL,
1670
+ WORKFLOW_EXISTS_GQL,
1663
1671
  )
1664
1672
  from .prompt import (
1665
1673
  Prompt,
@@ -1947,6 +1955,7 @@ from .query_feeds import (
1947
1955
  QueryFeedsFeedsResultsSiteS3,
1948
1956
  QueryFeedsFeedsResultsSiteSharePoint,
1949
1957
  QueryFeedsFeedsResultsSlack,
1958
+ QueryFeedsFeedsResultsTwitter,
1950
1959
  QueryFeedsFeedsResultsWeb,
1951
1960
  QueryFeedsFeedsResultsWorkflow,
1952
1961
  QueryFeedsFeedsResultsYoutube,
@@ -2246,6 +2255,10 @@ from .screenshot_page import (
2246
2255
  )
2247
2256
  from .search_web import SearchWeb, SearchWebSearchWeb, SearchWebSearchWebResults
2248
2257
  from .send_notification import SendNotification, SendNotificationSendNotification
2258
+ from .specification_exists import (
2259
+ SpecificationExists,
2260
+ SpecificationExistsSpecificationExists,
2261
+ )
2249
2262
  from .suggest_conversation import (
2250
2263
  SuggestConversation,
2251
2264
  SuggestConversationSuggestConversation,
@@ -2452,6 +2465,7 @@ from .upsert_workflow import (
2452
2465
  UpsertWorkflowUpsertWorkflowStorage,
2453
2466
  UpsertWorkflowUpsertWorkflowStoragePolicy,
2454
2467
  )
2468
+ from .workflow_exists import WorkflowExists, WorkflowExistsWorkflowExists
2455
2469
 
2456
2470
  __all__ = [
2457
2471
  "ADD_CONTENTS_TO_COLLECTIONS_GQL",
@@ -3182,10 +3196,13 @@ __all__ = [
3182
3196
  "ExtractTextExtractTextSpecification",
3183
3197
  "ExtractionWorkflowJobInput",
3184
3198
  "ExtractionWorkflowStageInput",
3199
+ "FEED_EXISTS_GQL",
3185
3200
  "FHIREnrichmentPropertiesInput",
3186
3201
  "FORMAT_CONVERSATION_GQL",
3187
3202
  "FacetValueTypes",
3188
3203
  "FeedConnectorTypes",
3204
+ "FeedExists",
3205
+ "FeedExistsFeedExists",
3189
3206
  "FeedFilter",
3190
3207
  "FeedInput",
3191
3208
  "FeedListingTypes",
@@ -3424,6 +3441,7 @@ __all__ = [
3424
3441
  "GetFeedFeedSiteS3",
3425
3442
  "GetFeedFeedSiteSharePoint",
3426
3443
  "GetFeedFeedSlack",
3444
+ "GetFeedFeedTwitter",
3427
3445
  "GetFeedFeedWeb",
3428
3446
  "GetFeedFeedWorkflow",
3429
3447
  "GetFeedFeedYoutube",
@@ -4126,6 +4144,7 @@ __all__ = [
4126
4144
  "QueryFeedsFeedsResultsSiteS3",
4127
4145
  "QueryFeedsFeedsResultsSiteSharePoint",
4128
4146
  "QueryFeedsFeedsResultsSlack",
4147
+ "QueryFeedsFeedsResultsTwitter",
4129
4148
  "QueryFeedsFeedsResultsWeb",
4130
4149
  "QueryFeedsFeedsResultsWorkflow",
4131
4150
  "QueryFeedsFeedsResultsYoutube",
@@ -4389,6 +4408,7 @@ __all__ = [
4389
4408
  "SCREENSHOT_PAGE_GQL",
4390
4409
  "SEARCH_WEB_GQL",
4391
4410
  "SEND_NOTIFICATION_GQL",
4411
+ "SPECIFICATION_EXISTS_GQL",
4392
4412
  "SUGGEST_CONVERSATION_GQL",
4393
4413
  "SUMMARIZE_CONTENTS_GQL",
4394
4414
  "SUMMARIZE_TEXT_GQL",
@@ -4429,6 +4449,8 @@ __all__ = [
4429
4449
  "SoftwareFilter",
4430
4450
  "SoftwareInput",
4431
4451
  "SoftwareUpdateInput",
4452
+ "SpecificationExists",
4453
+ "SpecificationExistsSpecificationExists",
4432
4454
  "SpecificationFilter",
4433
4455
  "SpecificationInput",
4434
4456
  "SpecificationTypes",
@@ -4459,6 +4481,9 @@ __all__ = [
4459
4481
  "TrelloFeedPropertiesInput",
4460
4482
  "TrelloFeedPropertiesUpdateInput",
4461
4483
  "TrelloTypes",
4484
+ "TwitterFeedPropertiesInput",
4485
+ "TwitterFeedPropertiesUpdateInput",
4486
+ "TwitterListingTypes",
4462
4487
  "UPDATE_ALERT_GQL",
4463
4488
  "UPDATE_CATEGORY_GQL",
4464
4489
  "UPDATE_COLLECTION_GQL",
@@ -4677,9 +4702,12 @@ __all__ = [
4677
4702
  "VoyageModelPropertiesInput",
4678
4703
  "VoyageModelPropertiesUpdateInput",
4679
4704
  "VoyageModels",
4705
+ "WORKFLOW_EXISTS_GQL",
4680
4706
  "WebFeedPropertiesInput",
4681
4707
  "WebFeedPropertiesUpdateInput",
4682
4708
  "WorkflowActionInput",
4709
+ "WorkflowExists",
4710
+ "WorkflowExistsWorkflowExists",
4683
4711
  "WorkflowFilter",
4684
4712
  "WorkflowInput",
4685
4713
  "WorkflowUpdateInput",
@@ -161,6 +161,7 @@ from .enable_user import EnableUser
161
161
  from .enums import SdkTypes, SearchServiceTypes, TextTypes
162
162
  from .extract_contents import ExtractContents
163
163
  from .extract_text import ExtractText
164
+ from .feed_exists import FeedExists
164
165
  from .format_conversation import FormatConversation
165
166
  from .get_alert import GetAlert
166
167
  from .get_category import GetCategory
@@ -467,6 +468,7 @@ from .operations import (
467
468
  ENABLE_USER_GQL,
468
469
  EXTRACT_CONTENTS_GQL,
469
470
  EXTRACT_TEXT_GQL,
471
+ FEED_EXISTS_GQL,
470
472
  FORMAT_CONVERSATION_GQL,
471
473
  GET_ALERT_GQL,
472
474
  GET_CATEGORY_GQL,
@@ -563,6 +565,7 @@ from .operations import (
563
565
  SCREENSHOT_PAGE_GQL,
564
566
  SEARCH_WEB_GQL,
565
567
  SEND_NOTIFICATION_GQL,
568
+ SPECIFICATION_EXISTS_GQL,
566
569
  SUGGEST_CONVERSATION_GQL,
567
570
  SUMMARIZE_CONTENTS_GQL,
568
571
  SUMMARIZE_TEXT_GQL,
@@ -600,6 +603,7 @@ from .operations import (
600
603
  UPSERT_LABEL_GQL,
601
604
  UPSERT_SPECIFICATION_GQL,
602
605
  UPSERT_WORKFLOW_GQL,
606
+ WORKFLOW_EXISTS_GQL,
603
607
  )
604
608
  from .prompt import Prompt
605
609
  from .prompt_conversation import PromptConversation
@@ -656,6 +660,7 @@ from .revise_text import ReviseText
656
660
  from .screenshot_page import ScreenshotPage
657
661
  from .search_web import SearchWeb
658
662
  from .send_notification import SendNotification
663
+ from .specification_exists import SpecificationExists
659
664
  from .suggest_conversation import SuggestConversation
660
665
  from .summarize_contents import SummarizeContents
661
666
  from .summarize_text import SummarizeText
@@ -693,6 +698,7 @@ from .upsert_category import UpsertCategory
693
698
  from .upsert_label import UpsertLabel
694
699
  from .upsert_specification import UpsertSpecification
695
700
  from .upsert_workflow import UpsertWorkflow
701
+ from .workflow_exists import WorkflowExists
696
702
 
697
703
 
698
704
  def gql(q: str) -> str:
@@ -2430,6 +2436,25 @@ class Client(AsyncBaseClient):
2430
2436
  data = self.get_data(response)
2431
2437
  return EnableFeed.model_validate(data)
2432
2438
 
2439
+ async def feed_exists(
2440
+ self,
2441
+ filter: Union[Optional[FeedFilter], UnsetType] = UNSET,
2442
+ correlation_id: Union[Optional[str], UnsetType] = UNSET,
2443
+ **kwargs: Any
2444
+ ) -> FeedExists:
2445
+ variables: Dict[str, object] = {
2446
+ "filter": filter,
2447
+ "correlationId": correlation_id,
2448
+ }
2449
+ response = await self.execute(
2450
+ query=FEED_EXISTS_GQL,
2451
+ operation_name="FeedExists",
2452
+ variables=variables,
2453
+ **kwargs
2454
+ )
2455
+ data = self.get_data(response)
2456
+ return FeedExists.model_validate(data)
2457
+
2433
2458
  async def get_feed(
2434
2459
  self,
2435
2460
  id: str,
@@ -5241,6 +5266,25 @@ class Client(AsyncBaseClient):
5241
5266
  data = self.get_data(response)
5242
5267
  return QuerySpecifications.model_validate(data)
5243
5268
 
5269
+ async def specification_exists(
5270
+ self,
5271
+ filter: Union[Optional[SpecificationFilter], UnsetType] = UNSET,
5272
+ correlation_id: Union[Optional[str], UnsetType] = UNSET,
5273
+ **kwargs: Any
5274
+ ) -> SpecificationExists:
5275
+ variables: Dict[str, object] = {
5276
+ "filter": filter,
5277
+ "correlationId": correlation_id,
5278
+ }
5279
+ response = await self.execute(
5280
+ query=SPECIFICATION_EXISTS_GQL,
5281
+ operation_name="SpecificationExists",
5282
+ variables=variables,
5283
+ **kwargs
5284
+ )
5285
+ data = self.get_data(response)
5286
+ return SpecificationExists.model_validate(data)
5287
+
5244
5288
  async def update_specification(
5245
5289
  self, specification: SpecificationUpdateInput, **kwargs: Any
5246
5290
  ) -> UpdateSpecification:
@@ -5508,3 +5552,22 @@ class Client(AsyncBaseClient):
5508
5552
  )
5509
5553
  data = self.get_data(response)
5510
5554
  return UpsertWorkflow.model_validate(data)
5555
+
5556
+ async def workflow_exists(
5557
+ self,
5558
+ filter: Union[Optional[WorkflowFilter], UnsetType] = UNSET,
5559
+ correlation_id: Union[Optional[str], UnsetType] = UNSET,
5560
+ **kwargs: Any
5561
+ ) -> WorkflowExists:
5562
+ variables: Dict[str, object] = {
5563
+ "filter": filter,
5564
+ "correlationId": correlation_id,
5565
+ }
5566
+ response = await self.execute(
5567
+ query=WORKFLOW_EXISTS_GQL,
5568
+ operation_name="WorkflowExists",
5569
+ variables=variables,
5570
+ **kwargs
5571
+ )
5572
+ data = self.get_data(response)
5573
+ return WorkflowExists.model_validate(data)
@@ -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"
@@ -0,0 +1,19 @@
1
+ # Generated by ariadne-codegen
2
+ # Source: ./documents
3
+
4
+ from typing import Optional
5
+
6
+ from pydantic import Field
7
+
8
+ from .base_model import BaseModel
9
+
10
+
11
+ class FeedExists(BaseModel):
12
+ feed_exists: Optional["FeedExistsFeedExists"] = Field(alias="feedExists")
13
+
14
+
15
+ class FeedExistsFeedExists(BaseModel):
16
+ result: Optional[bool]
17
+
18
+
19
+ FeedExists.model_rebuild()
@@ -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"]]
@@ -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"]]
@@ -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]
@@ -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
 
@@ -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
- image: Optional[str] = None
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
@@ -157,6 +157,7 @@ __all__ = [
157
157
  "ENABLE_USER_GQL",
158
158
  "EXTRACT_CONTENTS_GQL",
159
159
  "EXTRACT_TEXT_GQL",
160
+ "FEED_EXISTS_GQL",
160
161
  "FORMAT_CONVERSATION_GQL",
161
162
  "GET_ALERT_GQL",
162
163
  "GET_CATEGORY_GQL",
@@ -253,6 +254,7 @@ __all__ = [
253
254
  "SCREENSHOT_PAGE_GQL",
254
255
  "SEARCH_WEB_GQL",
255
256
  "SEND_NOTIFICATION_GQL",
257
+ "SPECIFICATION_EXISTS_GQL",
256
258
  "SUGGEST_CONVERSATION_GQL",
257
259
  "SUMMARIZE_CONTENTS_GQL",
258
260
  "SUMMARIZE_TEXT_GQL",
@@ -290,6 +292,7 @@ __all__ = [
290
292
  "UPSERT_LABEL_GQL",
291
293
  "UPSERT_SPECIFICATION_GQL",
292
294
  "UPSERT_WORKFLOW_GQL",
295
+ "WORKFLOW_EXISTS_GQL",
293
296
  ]
294
297
 
295
298
  COUNT_ALERTS_GQL = """
@@ -388,6 +391,8 @@ query GetAlert($id: ID!, $correlationId: String) {
388
391
  createdInLast
389
392
  types
390
393
  fileTypes
394
+ formats
395
+ fileExtensions
391
396
  contents {
392
397
  id
393
398
  }
@@ -513,6 +518,8 @@ query QueryAlerts($filter: AlertFilter, $correlationId: String) {
513
518
  createdInLast
514
519
  types
515
520
  fileTypes
521
+ formats
522
+ fileExtensions
516
523
  contents {
517
524
  id
518
525
  }
@@ -3736,6 +3743,8 @@ query GetConversation($id: ID!, $correlationId: String) {
3736
3743
  createdInLast
3737
3744
  types
3738
3745
  fileTypes
3746
+ formats
3747
+ fileExtensions
3739
3748
  contents {
3740
3749
  id
3741
3750
  }
@@ -3814,6 +3823,8 @@ query GetConversation($id: ID!, $correlationId: String) {
3814
3823
  createdInLast
3815
3824
  types
3816
3825
  fileTypes
3826
+ formats
3827
+ fileExtensions
3817
3828
  contents {
3818
3829
  id
3819
3830
  }
@@ -4609,6 +4620,8 @@ query QueryConversations($filter: ConversationFilter, $correlationId: String) {
4609
4620
  createdInLast
4610
4621
  types
4611
4622
  fileTypes
4623
+ formats
4624
+ fileExtensions
4612
4625
  contents {
4613
4626
  id
4614
4627
  }
@@ -4687,6 +4700,8 @@ query QueryConversations($filter: ConversationFilter, $correlationId: String) {
4687
4700
  createdInLast
4688
4701
  types
4689
4702
  fileTypes
4703
+ formats
4704
+ fileExtensions
4690
4705
  contents {
4691
4706
  id
4692
4707
  }
@@ -5562,6 +5577,14 @@ mutation EnableFeed($id: ID!) {
5562
5577
  }
5563
5578
  """
5564
5579
 
5580
+ FEED_EXISTS_GQL = """
5581
+ query FeedExists($filter: FeedFilter, $correlationId: String) {
5582
+ feedExists(filter: $filter, correlationId: $correlationId) {
5583
+ result
5584
+ }
5585
+ }
5586
+ """
5587
+
5565
5588
  GET_FEED_GQL = """
5566
5589
  query GetFeed($id: ID!, $correlationId: String) {
5567
5590
  feed(id: $id, correlationId: $correlationId) {
@@ -5754,6 +5777,14 @@ query GetFeed($id: ID!, $correlationId: String) {
5754
5777
  channelIdentifier
5755
5778
  playlistIdentifier
5756
5779
  }
5780
+ twitter {
5781
+ readLimit
5782
+ token
5783
+ type
5784
+ userName
5785
+ query
5786
+ includeAttachments
5787
+ }
5757
5788
  slack {
5758
5789
  readLimit
5759
5790
  type
@@ -6002,6 +6033,14 @@ query QueryFeeds($filter: FeedFilter, $correlationId: String) {
6002
6033
  channelIdentifier
6003
6034
  playlistIdentifier
6004
6035
  }
6036
+ twitter {
6037
+ readLimit
6038
+ token
6039
+ type
6040
+ userName
6041
+ query
6042
+ includeAttachments
6043
+ }
6005
6044
  slack {
6006
6045
  readLimit
6007
6046
  type
@@ -8706,6 +8745,14 @@ query QuerySpecifications($filter: SpecificationFilter, $correlationId: String)
8706
8745
  }
8707
8746
  """
8708
8747
 
8748
+ SPECIFICATION_EXISTS_GQL = """
8749
+ query SpecificationExists($filter: SpecificationFilter, $correlationId: String) {
8750
+ specificationExists(filter: $filter, correlationId: $correlationId) {
8751
+ result
8752
+ }
8753
+ }
8754
+ """
8755
+
8709
8756
  UPDATE_SPECIFICATION_GQL = """
8710
8757
  mutation UpdateSpecification($specification: SpecificationUpdateInput!) {
8711
8758
  updateSpecification(specification: $specification) {
@@ -8905,6 +8952,8 @@ mutation CreateWorkflow($workflow: WorkflowInput!) {
8905
8952
  if {
8906
8953
  types
8907
8954
  fileTypes
8955
+ formats
8956
+ fileExtensions
8908
8957
  allowedPaths
8909
8958
  excludedPaths
8910
8959
  }
@@ -9135,6 +9184,8 @@ query GetWorkflow($id: ID!, $correlationId: String) {
9135
9184
  if {
9136
9185
  types
9137
9186
  fileTypes
9187
+ formats
9188
+ fileExtensions
9138
9189
  allowedPaths
9139
9190
  excludedPaths
9140
9191
  }
@@ -9335,6 +9386,8 @@ query QueryWorkflows($filter: WorkflowFilter, $correlationId: String) {
9335
9386
  if {
9336
9387
  types
9337
9388
  fileTypes
9389
+ formats
9390
+ fileExtensions
9338
9391
  allowedPaths
9339
9392
  excludedPaths
9340
9393
  }
@@ -9530,6 +9583,8 @@ mutation UpdateWorkflow($workflow: WorkflowUpdateInput!) {
9530
9583
  if {
9531
9584
  types
9532
9585
  fileTypes
9586
+ formats
9587
+ fileExtensions
9533
9588
  allowedPaths
9534
9589
  excludedPaths
9535
9590
  }
@@ -9724,6 +9779,8 @@ mutation UpsertWorkflow($workflow: WorkflowInput!) {
9724
9779
  if {
9725
9780
  types
9726
9781
  fileTypes
9782
+ formats
9783
+ fileExtensions
9727
9784
  allowedPaths
9728
9785
  excludedPaths
9729
9786
  }
@@ -9907,3 +9964,11 @@ mutation UpsertWorkflow($workflow: WorkflowInput!) {
9907
9964
  }
9908
9965
  }
9909
9966
  """
9967
+
9968
+ WORKFLOW_EXISTS_GQL = """
9969
+ query WorkflowExists($filter: WorkflowFilter, $correlationId: String) {
9970
+ workflowExists(filter: $filter, correlationId: $correlationId) {
9971
+ result
9972
+ }
9973
+ }
9974
+ """
@@ -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"]]