graphlit-client 1.0.20250313001__tar.gz → 1.0.20250315001__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (310) hide show
  1. {graphlit_client-1.0.20250313001/graphlit_client.egg-info → graphlit_client-1.0.20250315001}/PKG-INFO +1 -1
  2. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/__init__.py +126 -68
  3. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/client.py +58 -0
  4. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/enums.py +1 -1
  5. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_content.py +0 -1
  6. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/input_types.py +1 -0
  7. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/operations.py +228 -264
  8. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_contents.py +0 -13
  9. graphlit_client-1.0.20250315001/graphlit_api/query_contents_facets.py +47 -0
  10. graphlit_client-1.0.20250315001/graphlit_api/upsert_category.py +22 -0
  11. graphlit_client-1.0.20250315001/graphlit_api/upsert_label.py +20 -0
  12. graphlit_client-1.0.20250315001/graphlit_api/upsert_specification.py +26 -0
  13. graphlit_client-1.0.20250315001/graphlit_api/upsert_workflow.py +405 -0
  14. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001/graphlit_client.egg-info}/PKG-INFO +1 -1
  15. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_client.egg-info/SOURCES.txt +4 -0
  16. graphlit_client-1.0.20250313001/graphlit_api/query_contents_facets.py +0 -395
  17. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/LICENSE +0 -0
  18. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/README.md +0 -0
  19. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit/__init__.py +0 -0
  20. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit/graphlit.py +0 -0
  21. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/add_contents_to_collections.py +0 -0
  22. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/ask_graphlit.py +0 -0
  23. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/async_base_client.py +0 -0
  24. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/base_model.py +0 -0
  25. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/clear_conversation.py +0 -0
  26. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/close_conversation.py +0 -0
  27. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/complete_conversation.py +0 -0
  28. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/continue_conversation.py +0 -0
  29. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_alerts.py +0 -0
  30. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_categories.py +0 -0
  31. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_collections.py +0 -0
  32. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_contents.py +0 -0
  33. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_conversations.py +0 -0
  34. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_events.py +0 -0
  35. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_feeds.py +0 -0
  36. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_labels.py +0 -0
  37. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_conditions.py +0 -0
  38. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_contraindications.py +0 -0
  39. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_devices.py +0 -0
  40. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_drug_classes.py +0 -0
  41. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_drugs.py +0 -0
  42. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_guidelines.py +0 -0
  43. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_indications.py +0 -0
  44. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_procedures.py +0 -0
  45. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_studies.py +0 -0
  46. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_tests.py +0 -0
  47. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_medical_therapies.py +0 -0
  48. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_organizations.py +0 -0
  49. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_persons.py +0 -0
  50. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_places.py +0 -0
  51. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_products.py +0 -0
  52. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_repos.py +0 -0
  53. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_softwares.py +0 -0
  54. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_specifications.py +0 -0
  55. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_users.py +0 -0
  56. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/count_workflows.py +0 -0
  57. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_alert.py +0 -0
  58. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_category.py +0 -0
  59. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_collection.py +0 -0
  60. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_conversation.py +0 -0
  61. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_event.py +0 -0
  62. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_feed.py +0 -0
  63. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_label.py +0 -0
  64. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_condition.py +0 -0
  65. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_contraindication.py +0 -0
  66. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_device.py +0 -0
  67. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_drug.py +0 -0
  68. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_drug_class.py +0 -0
  69. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_guideline.py +0 -0
  70. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_indication.py +0 -0
  71. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_procedure.py +0 -0
  72. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_study.py +0 -0
  73. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_test.py +0 -0
  74. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_medical_therapy.py +0 -0
  75. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_observation.py +0 -0
  76. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_organization.py +0 -0
  77. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_person.py +0 -0
  78. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_place.py +0 -0
  79. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_product.py +0 -0
  80. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_repo.py +0 -0
  81. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_software.py +0 -0
  82. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_specification.py +0 -0
  83. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_user.py +0 -0
  84. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/create_workflow.py +0 -0
  85. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_alert.py +0 -0
  86. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_alerts.py +0 -0
  87. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_alerts.py +0 -0
  88. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_categories.py +0 -0
  89. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_collections.py +0 -0
  90. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_contents.py +0 -0
  91. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_conversations.py +0 -0
  92. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_events.py +0 -0
  93. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_feeds.py +0 -0
  94. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_labels.py +0 -0
  95. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_conditions.py +0 -0
  96. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_contraindications.py +0 -0
  97. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_devices.py +0 -0
  98. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_drug_classes.py +0 -0
  99. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_drugs.py +0 -0
  100. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_guidelines.py +0 -0
  101. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_indications.py +0 -0
  102. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_procedures.py +0 -0
  103. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_studies.py +0 -0
  104. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_tests.py +0 -0
  105. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_medical_therapies.py +0 -0
  106. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_organizations.py +0 -0
  107. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_persons.py +0 -0
  108. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_places.py +0 -0
  109. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_products.py +0 -0
  110. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_repos.py +0 -0
  111. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_softwares.py +0 -0
  112. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_specifications.py +0 -0
  113. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_all_workflows.py +0 -0
  114. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_categories.py +0 -0
  115. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_category.py +0 -0
  116. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_collection.py +0 -0
  117. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_collections.py +0 -0
  118. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_content.py +0 -0
  119. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_contents.py +0 -0
  120. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_conversation.py +0 -0
  121. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_conversations.py +0 -0
  122. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_event.py +0 -0
  123. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_events.py +0 -0
  124. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_feed.py +0 -0
  125. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_feeds.py +0 -0
  126. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_label.py +0 -0
  127. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_labels.py +0 -0
  128. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_condition.py +0 -0
  129. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_conditions.py +0 -0
  130. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_contraindication.py +0 -0
  131. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_contraindications.py +0 -0
  132. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_device.py +0 -0
  133. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_devices.py +0 -0
  134. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_drug.py +0 -0
  135. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_drug_class.py +0 -0
  136. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_drug_classes.py +0 -0
  137. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_drugs.py +0 -0
  138. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_guideline.py +0 -0
  139. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_guidelines.py +0 -0
  140. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_indication.py +0 -0
  141. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_indications.py +0 -0
  142. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_procedure.py +0 -0
  143. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_procedures.py +0 -0
  144. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_studies.py +0 -0
  145. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_study.py +0 -0
  146. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_test.py +0 -0
  147. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_tests.py +0 -0
  148. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_therapies.py +0 -0
  149. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_medical_therapy.py +0 -0
  150. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_observation.py +0 -0
  151. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_organization.py +0 -0
  152. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_organizations.py +0 -0
  153. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_person.py +0 -0
  154. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_persons.py +0 -0
  155. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_place.py +0 -0
  156. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_places.py +0 -0
  157. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_product.py +0 -0
  158. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_products.py +0 -0
  159. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_repo.py +0 -0
  160. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_repos.py +0 -0
  161. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_software.py +0 -0
  162. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_softwares.py +0 -0
  163. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_specification.py +0 -0
  164. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_specifications.py +0 -0
  165. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_user.py +0 -0
  166. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_workflow.py +0 -0
  167. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/delete_workflows.py +0 -0
  168. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/describe_encoded_image.py +0 -0
  169. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/describe_image.py +0 -0
  170. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/disable_alert.py +0 -0
  171. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/disable_feed.py +0 -0
  172. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/disable_user.py +0 -0
  173. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/enable_alert.py +0 -0
  174. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/enable_feed.py +0 -0
  175. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/enable_user.py +0 -0
  176. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/exceptions.py +0 -0
  177. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/extract_contents.py +0 -0
  178. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/extract_text.py +0 -0
  179. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/format_conversation.py +0 -0
  180. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_alert.py +0 -0
  181. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_category.py +0 -0
  182. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_collection.py +0 -0
  183. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_conversation.py +0 -0
  184. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_event.py +0 -0
  185. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_feed.py +0 -0
  186. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_label.py +0 -0
  187. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_condition.py +0 -0
  188. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_contraindication.py +0 -0
  189. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_device.py +0 -0
  190. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_drug.py +0 -0
  191. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_drug_class.py +0 -0
  192. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_guideline.py +0 -0
  193. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_indication.py +0 -0
  194. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_procedure.py +0 -0
  195. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_study.py +0 -0
  196. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_test.py +0 -0
  197. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_medical_therapy.py +0 -0
  198. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_organization.py +0 -0
  199. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_person.py +0 -0
  200. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_place.py +0 -0
  201. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_product.py +0 -0
  202. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_project.py +0 -0
  203. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_repo.py +0 -0
  204. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_share_point_consent_uri.py +0 -0
  205. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_software.py +0 -0
  206. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_specification.py +0 -0
  207. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_user.py +0 -0
  208. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/get_workflow.py +0 -0
  209. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/ingest_batch.py +0 -0
  210. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/ingest_encoded_file.py +0 -0
  211. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/ingest_text.py +0 -0
  212. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/ingest_text_batch.py +0 -0
  213. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/ingest_uri.py +0 -0
  214. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/is_content_done.py +0 -0
  215. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/is_feed_done.py +0 -0
  216. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/lookup_credits.py +0 -0
  217. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/lookup_usage.py +0 -0
  218. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/map_web.py +0 -0
  219. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/prompt.py +0 -0
  220. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/prompt_conversation.py +0 -0
  221. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/prompt_specifications.py +0 -0
  222. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/publish_contents.py +0 -0
  223. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/publish_conversation.py +0 -0
  224. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/publish_text.py +0 -0
  225. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_alerts.py +0 -0
  226. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_categories.py +0 -0
  227. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_collections.py +0 -0
  228. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_contents_graph.py +0 -0
  229. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_conversations.py +0 -0
  230. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_credits.py +0 -0
  231. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_events.py +0 -0
  232. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_feeds.py +0 -0
  233. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_labels.py +0 -0
  234. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_linear_projects.py +0 -0
  235. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_conditions.py +0 -0
  236. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_contraindications.py +0 -0
  237. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_devices.py +0 -0
  238. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_drug_classes.py +0 -0
  239. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_drugs.py +0 -0
  240. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_guidelines.py +0 -0
  241. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_indications.py +0 -0
  242. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_procedures.py +0 -0
  243. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_studies.py +0 -0
  244. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_tests.py +0 -0
  245. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_medical_therapies.py +0 -0
  246. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_microsoft_teams_channels.py +0 -0
  247. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_microsoft_teams_teams.py +0 -0
  248. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_models.py +0 -0
  249. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_one_drive_folders.py +0 -0
  250. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_organizations.py +0 -0
  251. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_persons.py +0 -0
  252. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_places.py +0 -0
  253. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_products.py +0 -0
  254. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_repos.py +0 -0
  255. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_share_point_folders.py +0 -0
  256. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_share_point_libraries.py +0 -0
  257. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_slack_channels.py +0 -0
  258. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_softwares.py +0 -0
  259. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_specifications.py +0 -0
  260. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_usage.py +0 -0
  261. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_users.py +0 -0
  262. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/query_workflows.py +0 -0
  263. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/remove_contents_from_collection.py +0 -0
  264. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/retrieve_sources.py +0 -0
  265. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/revise_content.py +0 -0
  266. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/revise_encoded_image.py +0 -0
  267. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/revise_image.py +0 -0
  268. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/revise_text.py +0 -0
  269. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/screenshot_page.py +0 -0
  270. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/search_web.py +0 -0
  271. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/send_notification.py +0 -0
  272. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/suggest_conversation.py +0 -0
  273. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/summarize_contents.py +0 -0
  274. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/summarize_text.py +0 -0
  275. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_alert.py +0 -0
  276. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_category.py +0 -0
  277. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_collection.py +0 -0
  278. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_content.py +0 -0
  279. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_conversation.py +0 -0
  280. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_event.py +0 -0
  281. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_feed.py +0 -0
  282. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_label.py +0 -0
  283. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_condition.py +0 -0
  284. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_contraindication.py +0 -0
  285. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_device.py +0 -0
  286. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_drug.py +0 -0
  287. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_drug_class.py +0 -0
  288. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_guideline.py +0 -0
  289. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_indication.py +0 -0
  290. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_procedure.py +0 -0
  291. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_study.py +0 -0
  292. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_test.py +0 -0
  293. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_medical_therapy.py +0 -0
  294. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_observation.py +0 -0
  295. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_organization.py +0 -0
  296. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_person.py +0 -0
  297. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_place.py +0 -0
  298. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_product.py +0 -0
  299. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_project.py +0 -0
  300. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_repo.py +0 -0
  301. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_software.py +0 -0
  302. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_specification.py +0 -0
  303. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_user.py +0 -0
  304. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_api/update_workflow.py +0 -0
  305. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_client.egg-info/dependency_links.txt +0 -0
  306. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_client.egg-info/requires.txt +0 -0
  307. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/graphlit_client.egg-info/top_level.txt +0 -0
  308. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/pyproject.toml +0 -0
  309. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/setup.cfg +0 -0
  310. {graphlit_client-1.0.20250313001 → graphlit_client-1.0.20250315001}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: graphlit-client
3
- Version: 1.0.20250313001
3
+ Version: 1.0.20250315001
4
4
  Summary: Graphlit API Python Client
5
5
  Home-page: https://github.com/graphlit/graphlit-client-python
6
6
  Author: Unstruk Data Inc.
@@ -1656,6 +1656,10 @@ from .operations import (
1656
1656
  UPDATE_SPECIFICATION_GQL,
1657
1657
  UPDATE_USER_GQL,
1658
1658
  UPDATE_WORKFLOW_GQL,
1659
+ UPSERT_CATEGORY_GQL,
1660
+ UPSERT_LABEL_GQL,
1661
+ UPSERT_SPECIFICATION_GQL,
1662
+ UPSERT_WORKFLOW_GQL,
1659
1663
  )
1660
1664
  from .prompt import (
1661
1665
  Prompt,
@@ -1794,7 +1798,6 @@ from .query_contents import (
1794
1798
  QueryContentsContentsResults,
1795
1799
  QueryContentsContentsResultsAddress,
1796
1800
  QueryContentsContentsResultsAudio,
1797
- QueryContentsContentsResultsChildren,
1798
1801
  QueryContentsContentsResultsCollections,
1799
1802
  QueryContentsContentsResultsDocument,
1800
1803
  QueryContentsContentsResultsEmail,
@@ -1819,7 +1822,6 @@ from .query_contents import (
1819
1822
  QueryContentsContentsResultsPages,
1820
1823
  QueryContentsContentsResultsPagesChunks,
1821
1824
  QueryContentsContentsResultsPagesImages,
1822
- QueryContentsContentsResultsParent,
1823
1825
  QueryContentsContentsResultsSegments,
1824
1826
  QueryContentsContentsResultsVideo,
1825
1827
  QueryContentsContentsResultsWorkflow,
@@ -1831,38 +1833,6 @@ from .query_contents_facets import (
1831
1833
  QueryContentsFacetsContentsFacetsObservable,
1832
1834
  QueryContentsFacetsContentsFacetsObservableObservable,
1833
1835
  QueryContentsFacetsContentsFacetsRange,
1834
- QueryContentsFacetsContentsResults,
1835
- QueryContentsFacetsContentsResultsAddress,
1836
- QueryContentsFacetsContentsResultsAudio,
1837
- QueryContentsFacetsContentsResultsChildren,
1838
- QueryContentsFacetsContentsResultsCollections,
1839
- QueryContentsFacetsContentsResultsDocument,
1840
- QueryContentsFacetsContentsResultsEmail,
1841
- QueryContentsFacetsContentsResultsEmailBcc,
1842
- QueryContentsFacetsContentsResultsEmailCc,
1843
- QueryContentsFacetsContentsResultsEmailFrom,
1844
- QueryContentsFacetsContentsResultsEmailTo,
1845
- QueryContentsFacetsContentsResultsFeed,
1846
- QueryContentsFacetsContentsResultsFrames,
1847
- QueryContentsFacetsContentsResultsImage,
1848
- QueryContentsFacetsContentsResultsIssue,
1849
- QueryContentsFacetsContentsResultsLanguage,
1850
- QueryContentsFacetsContentsResultsLinks,
1851
- QueryContentsFacetsContentsResultsLocation,
1852
- QueryContentsFacetsContentsResultsObservations,
1853
- QueryContentsFacetsContentsResultsObservationsObservable,
1854
- QueryContentsFacetsContentsResultsObservationsOccurrences,
1855
- QueryContentsFacetsContentsResultsObservationsOccurrencesBoundingBox,
1856
- QueryContentsFacetsContentsResultsObservationsRelated,
1857
- QueryContentsFacetsContentsResultsOwner,
1858
- QueryContentsFacetsContentsResultsPackage,
1859
- QueryContentsFacetsContentsResultsPages,
1860
- QueryContentsFacetsContentsResultsPagesChunks,
1861
- QueryContentsFacetsContentsResultsPagesImages,
1862
- QueryContentsFacetsContentsResultsParent,
1863
- QueryContentsFacetsContentsResultsSegments,
1864
- QueryContentsFacetsContentsResultsVideo,
1865
- QueryContentsFacetsContentsResultsWorkflow,
1866
1836
  )
1867
1837
  from .query_contents_graph import (
1868
1838
  QueryContentsGraph,
@@ -2422,6 +2392,66 @@ from .update_workflow import (
2422
2392
  UpdateWorkflowUpdateWorkflowStorage,
2423
2393
  UpdateWorkflowUpdateWorkflowStoragePolicy,
2424
2394
  )
2395
+ from .upsert_category import UpsertCategory, UpsertCategoryUpsertCategory
2396
+ from .upsert_label import UpsertLabel, UpsertLabelUpsertLabel
2397
+ from .upsert_specification import (
2398
+ UpsertSpecification,
2399
+ UpsertSpecificationUpsertSpecification,
2400
+ )
2401
+ from .upsert_workflow import (
2402
+ UpsertWorkflow,
2403
+ UpsertWorkflowUpsertWorkflow,
2404
+ UpsertWorkflowUpsertWorkflowActions,
2405
+ UpsertWorkflowUpsertWorkflowActionsConnector,
2406
+ UpsertWorkflowUpsertWorkflowActionsConnectorEmail,
2407
+ UpsertWorkflowUpsertWorkflowActionsConnectorSlack,
2408
+ UpsertWorkflowUpsertWorkflowClassification,
2409
+ UpsertWorkflowUpsertWorkflowClassificationJobs,
2410
+ UpsertWorkflowUpsertWorkflowClassificationJobsConnector,
2411
+ UpsertWorkflowUpsertWorkflowClassificationJobsConnectorModel,
2412
+ UpsertWorkflowUpsertWorkflowClassificationJobsConnectorModelRules,
2413
+ UpsertWorkflowUpsertWorkflowClassificationJobsConnectorModelSpecification,
2414
+ UpsertWorkflowUpsertWorkflowClassificationJobsConnectorRegex,
2415
+ UpsertWorkflowUpsertWorkflowClassificationJobsConnectorRegexRules,
2416
+ UpsertWorkflowUpsertWorkflowEnrichment,
2417
+ UpsertWorkflowUpsertWorkflowEnrichmentJobs,
2418
+ UpsertWorkflowUpsertWorkflowEnrichmentJobsConnector,
2419
+ UpsertWorkflowUpsertWorkflowEnrichmentJobsConnectorDiffbot,
2420
+ UpsertWorkflowUpsertWorkflowEnrichmentJobsConnectorFhir,
2421
+ UpsertWorkflowUpsertWorkflowEnrichmentLink,
2422
+ UpsertWorkflowUpsertWorkflowExtraction,
2423
+ UpsertWorkflowUpsertWorkflowExtractionJobs,
2424
+ UpsertWorkflowUpsertWorkflowExtractionJobsConnector,
2425
+ UpsertWorkflowUpsertWorkflowExtractionJobsConnectorAzureImage,
2426
+ UpsertWorkflowUpsertWorkflowExtractionJobsConnectorAzureText,
2427
+ UpsertWorkflowUpsertWorkflowExtractionJobsConnectorModelImage,
2428
+ UpsertWorkflowUpsertWorkflowExtractionJobsConnectorModelImageSpecification,
2429
+ UpsertWorkflowUpsertWorkflowExtractionJobsConnectorModelText,
2430
+ UpsertWorkflowUpsertWorkflowExtractionJobsConnectorModelTextSpecification,
2431
+ UpsertWorkflowUpsertWorkflowIndexing,
2432
+ UpsertWorkflowUpsertWorkflowIndexingJobs,
2433
+ UpsertWorkflowUpsertWorkflowIndexingJobsConnector,
2434
+ UpsertWorkflowUpsertWorkflowIngestion,
2435
+ UpsertWorkflowUpsertWorkflowIngestionCollections,
2436
+ UpsertWorkflowUpsertWorkflowIngestionIf,
2437
+ UpsertWorkflowUpsertWorkflowIngestionObservations,
2438
+ UpsertWorkflowUpsertWorkflowIngestionObservationsObservable,
2439
+ UpsertWorkflowUpsertWorkflowPreparation,
2440
+ UpsertWorkflowUpsertWorkflowPreparationJobs,
2441
+ UpsertWorkflowUpsertWorkflowPreparationJobsConnector,
2442
+ UpsertWorkflowUpsertWorkflowPreparationJobsConnectorAssemblyAi,
2443
+ UpsertWorkflowUpsertWorkflowPreparationJobsConnectorAzureDocument,
2444
+ UpsertWorkflowUpsertWorkflowPreparationJobsConnectorDeepgram,
2445
+ UpsertWorkflowUpsertWorkflowPreparationJobsConnectorDocument,
2446
+ UpsertWorkflowUpsertWorkflowPreparationJobsConnectorEmail,
2447
+ UpsertWorkflowUpsertWorkflowPreparationJobsConnectorMistral,
2448
+ UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocument,
2449
+ UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocumentSpecification,
2450
+ UpsertWorkflowUpsertWorkflowPreparationSummarizations,
2451
+ UpsertWorkflowUpsertWorkflowPreparationSummarizationsSpecification,
2452
+ UpsertWorkflowUpsertWorkflowStorage,
2453
+ UpsertWorkflowUpsertWorkflowStoragePolicy,
2454
+ )
2425
2455
 
2426
2456
  __all__ = [
2427
2457
  "ADD_CONTENTS_TO_COLLECTIONS_GQL",
@@ -3956,7 +3986,6 @@ __all__ = [
3956
3986
  "QueryContentsContentsResults",
3957
3987
  "QueryContentsContentsResultsAddress",
3958
3988
  "QueryContentsContentsResultsAudio",
3959
- "QueryContentsContentsResultsChildren",
3960
3989
  "QueryContentsContentsResultsCollections",
3961
3990
  "QueryContentsContentsResultsDocument",
3962
3991
  "QueryContentsContentsResultsEmail",
@@ -3981,7 +4010,6 @@ __all__ = [
3981
4010
  "QueryContentsContentsResultsPages",
3982
4011
  "QueryContentsContentsResultsPagesChunks",
3983
4012
  "QueryContentsContentsResultsPagesImages",
3984
- "QueryContentsContentsResultsParent",
3985
4013
  "QueryContentsContentsResultsSegments",
3986
4014
  "QueryContentsContentsResultsVideo",
3987
4015
  "QueryContentsContentsResultsWorkflow",
@@ -3991,38 +4019,6 @@ __all__ = [
3991
4019
  "QueryContentsFacetsContentsFacetsObservable",
3992
4020
  "QueryContentsFacetsContentsFacetsObservableObservable",
3993
4021
  "QueryContentsFacetsContentsFacetsRange",
3994
- "QueryContentsFacetsContentsResults",
3995
- "QueryContentsFacetsContentsResultsAddress",
3996
- "QueryContentsFacetsContentsResultsAudio",
3997
- "QueryContentsFacetsContentsResultsChildren",
3998
- "QueryContentsFacetsContentsResultsCollections",
3999
- "QueryContentsFacetsContentsResultsDocument",
4000
- "QueryContentsFacetsContentsResultsEmail",
4001
- "QueryContentsFacetsContentsResultsEmailBcc",
4002
- "QueryContentsFacetsContentsResultsEmailCc",
4003
- "QueryContentsFacetsContentsResultsEmailFrom",
4004
- "QueryContentsFacetsContentsResultsEmailTo",
4005
- "QueryContentsFacetsContentsResultsFeed",
4006
- "QueryContentsFacetsContentsResultsFrames",
4007
- "QueryContentsFacetsContentsResultsImage",
4008
- "QueryContentsFacetsContentsResultsIssue",
4009
- "QueryContentsFacetsContentsResultsLanguage",
4010
- "QueryContentsFacetsContentsResultsLinks",
4011
- "QueryContentsFacetsContentsResultsLocation",
4012
- "QueryContentsFacetsContentsResultsObservations",
4013
- "QueryContentsFacetsContentsResultsObservationsObservable",
4014
- "QueryContentsFacetsContentsResultsObservationsOccurrences",
4015
- "QueryContentsFacetsContentsResultsObservationsOccurrencesBoundingBox",
4016
- "QueryContentsFacetsContentsResultsObservationsRelated",
4017
- "QueryContentsFacetsContentsResultsOwner",
4018
- "QueryContentsFacetsContentsResultsPackage",
4019
- "QueryContentsFacetsContentsResultsPages",
4020
- "QueryContentsFacetsContentsResultsPagesChunks",
4021
- "QueryContentsFacetsContentsResultsPagesImages",
4022
- "QueryContentsFacetsContentsResultsParent",
4023
- "QueryContentsFacetsContentsResultsSegments",
4024
- "QueryContentsFacetsContentsResultsVideo",
4025
- "QueryContentsFacetsContentsResultsWorkflow",
4026
4022
  "QueryContentsGraph",
4027
4023
  "QueryContentsGraphContents",
4028
4024
  "QueryContentsGraphContentsGraph",
@@ -4493,6 +4489,10 @@ __all__ = [
4493
4489
  "UPDATE_SPECIFICATION_GQL",
4494
4490
  "UPDATE_USER_GQL",
4495
4491
  "UPDATE_WORKFLOW_GQL",
4492
+ "UPSERT_CATEGORY_GQL",
4493
+ "UPSERT_LABEL_GQL",
4494
+ "UPSERT_SPECIFICATION_GQL",
4495
+ "UPSERT_WORKFLOW_GQL",
4496
4496
  "UnitTypes",
4497
4497
  "UpdateAlert",
4498
4498
  "UpdateAlertUpdateAlert",
@@ -4611,6 +4611,64 @@ __all__ = [
4611
4611
  "UpdateWorkflowUpdateWorkflowStorage",
4612
4612
  "UpdateWorkflowUpdateWorkflowStoragePolicy",
4613
4613
  "Upload",
4614
+ "UpsertCategory",
4615
+ "UpsertCategoryUpsertCategory",
4616
+ "UpsertLabel",
4617
+ "UpsertLabelUpsertLabel",
4618
+ "UpsertSpecification",
4619
+ "UpsertSpecificationUpsertSpecification",
4620
+ "UpsertWorkflow",
4621
+ "UpsertWorkflowUpsertWorkflow",
4622
+ "UpsertWorkflowUpsertWorkflowActions",
4623
+ "UpsertWorkflowUpsertWorkflowActionsConnector",
4624
+ "UpsertWorkflowUpsertWorkflowActionsConnectorEmail",
4625
+ "UpsertWorkflowUpsertWorkflowActionsConnectorSlack",
4626
+ "UpsertWorkflowUpsertWorkflowClassification",
4627
+ "UpsertWorkflowUpsertWorkflowClassificationJobs",
4628
+ "UpsertWorkflowUpsertWorkflowClassificationJobsConnector",
4629
+ "UpsertWorkflowUpsertWorkflowClassificationJobsConnectorModel",
4630
+ "UpsertWorkflowUpsertWorkflowClassificationJobsConnectorModelRules",
4631
+ "UpsertWorkflowUpsertWorkflowClassificationJobsConnectorModelSpecification",
4632
+ "UpsertWorkflowUpsertWorkflowClassificationJobsConnectorRegex",
4633
+ "UpsertWorkflowUpsertWorkflowClassificationJobsConnectorRegexRules",
4634
+ "UpsertWorkflowUpsertWorkflowEnrichment",
4635
+ "UpsertWorkflowUpsertWorkflowEnrichmentJobs",
4636
+ "UpsertWorkflowUpsertWorkflowEnrichmentJobsConnector",
4637
+ "UpsertWorkflowUpsertWorkflowEnrichmentJobsConnectorDiffbot",
4638
+ "UpsertWorkflowUpsertWorkflowEnrichmentJobsConnectorFhir",
4639
+ "UpsertWorkflowUpsertWorkflowEnrichmentLink",
4640
+ "UpsertWorkflowUpsertWorkflowExtraction",
4641
+ "UpsertWorkflowUpsertWorkflowExtractionJobs",
4642
+ "UpsertWorkflowUpsertWorkflowExtractionJobsConnector",
4643
+ "UpsertWorkflowUpsertWorkflowExtractionJobsConnectorAzureImage",
4644
+ "UpsertWorkflowUpsertWorkflowExtractionJobsConnectorAzureText",
4645
+ "UpsertWorkflowUpsertWorkflowExtractionJobsConnectorModelImage",
4646
+ "UpsertWorkflowUpsertWorkflowExtractionJobsConnectorModelImageSpecification",
4647
+ "UpsertWorkflowUpsertWorkflowExtractionJobsConnectorModelText",
4648
+ "UpsertWorkflowUpsertWorkflowExtractionJobsConnectorModelTextSpecification",
4649
+ "UpsertWorkflowUpsertWorkflowIndexing",
4650
+ "UpsertWorkflowUpsertWorkflowIndexingJobs",
4651
+ "UpsertWorkflowUpsertWorkflowIndexingJobsConnector",
4652
+ "UpsertWorkflowUpsertWorkflowIngestion",
4653
+ "UpsertWorkflowUpsertWorkflowIngestionCollections",
4654
+ "UpsertWorkflowUpsertWorkflowIngestionIf",
4655
+ "UpsertWorkflowUpsertWorkflowIngestionObservations",
4656
+ "UpsertWorkflowUpsertWorkflowIngestionObservationsObservable",
4657
+ "UpsertWorkflowUpsertWorkflowPreparation",
4658
+ "UpsertWorkflowUpsertWorkflowPreparationJobs",
4659
+ "UpsertWorkflowUpsertWorkflowPreparationJobsConnector",
4660
+ "UpsertWorkflowUpsertWorkflowPreparationJobsConnectorAssemblyAi",
4661
+ "UpsertWorkflowUpsertWorkflowPreparationJobsConnectorAzureDocument",
4662
+ "UpsertWorkflowUpsertWorkflowPreparationJobsConnectorDeepgram",
4663
+ "UpsertWorkflowUpsertWorkflowPreparationJobsConnectorDocument",
4664
+ "UpsertWorkflowUpsertWorkflowPreparationJobsConnectorEmail",
4665
+ "UpsertWorkflowUpsertWorkflowPreparationJobsConnectorMistral",
4666
+ "UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocument",
4667
+ "UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocumentSpecification",
4668
+ "UpsertWorkflowUpsertWorkflowPreparationSummarizations",
4669
+ "UpsertWorkflowUpsertWorkflowPreparationSummarizationsSpecification",
4670
+ "UpsertWorkflowUpsertWorkflowStorage",
4671
+ "UpsertWorkflowUpsertWorkflowStoragePolicy",
4614
4672
  "UserFilter",
4615
4673
  "UserInput",
4616
4674
  "UserTypes",
@@ -596,6 +596,10 @@ from .operations import (
596
596
  UPDATE_SPECIFICATION_GQL,
597
597
  UPDATE_USER_GQL,
598
598
  UPDATE_WORKFLOW_GQL,
599
+ UPSERT_CATEGORY_GQL,
600
+ UPSERT_LABEL_GQL,
601
+ UPSERT_SPECIFICATION_GQL,
602
+ UPSERT_WORKFLOW_GQL,
599
603
  )
600
604
  from .prompt import Prompt
601
605
  from .prompt_conversation import PromptConversation
@@ -685,6 +689,10 @@ from .update_software import UpdateSoftware
685
689
  from .update_specification import UpdateSpecification
686
690
  from .update_user import UpdateUser
687
691
  from .update_workflow import UpdateWorkflow
692
+ from .upsert_category import UpsertCategory
693
+ from .upsert_label import UpsertLabel
694
+ from .upsert_specification import UpsertSpecification
695
+ from .upsert_workflow import UpsertWorkflow
688
696
 
689
697
 
690
698
  def gql(q: str) -> str:
@@ -971,6 +979,19 @@ class Client(AsyncBaseClient):
971
979
  data = self.get_data(response)
972
980
  return UpdateCategory.model_validate(data)
973
981
 
982
+ async def upsert_category(
983
+ self, category: CategoryInput, **kwargs: Any
984
+ ) -> UpsertCategory:
985
+ variables: Dict[str, object] = {"category": category}
986
+ response = await self.execute(
987
+ query=UPSERT_CATEGORY_GQL,
988
+ operation_name="UpsertCategory",
989
+ variables=variables,
990
+ **kwargs
991
+ )
992
+ data = self.get_data(response)
993
+ return UpsertCategory.model_validate(data)
994
+
974
995
  async def add_contents_to_collections(
975
996
  self,
976
997
  contents: List[EntityReferenceInput],
@@ -2702,6 +2723,17 @@ class Client(AsyncBaseClient):
2702
2723
  data = self.get_data(response)
2703
2724
  return UpdateLabel.model_validate(data)
2704
2725
 
2726
+ async def upsert_label(self, label: LabelInput, **kwargs: Any) -> UpsertLabel:
2727
+ variables: Dict[str, object] = {"label": label}
2728
+ response = await self.execute(
2729
+ query=UPSERT_LABEL_GQL,
2730
+ operation_name="UpsertLabel",
2731
+ variables=variables,
2732
+ **kwargs
2733
+ )
2734
+ data = self.get_data(response)
2735
+ return UpsertLabel.model_validate(data)
2736
+
2705
2737
  async def count_medical_conditions(
2706
2738
  self,
2707
2739
  filter: Union[Optional[MedicalConditionFilter], UnsetType] = UNSET,
@@ -5222,6 +5254,19 @@ class Client(AsyncBaseClient):
5222
5254
  data = self.get_data(response)
5223
5255
  return UpdateSpecification.model_validate(data)
5224
5256
 
5257
+ async def upsert_specification(
5258
+ self, specification: SpecificationInput, **kwargs: Any
5259
+ ) -> UpsertSpecification:
5260
+ variables: Dict[str, object] = {"specification": specification}
5261
+ response = await self.execute(
5262
+ query=UPSERT_SPECIFICATION_GQL,
5263
+ operation_name="UpsertSpecification",
5264
+ variables=variables,
5265
+ **kwargs
5266
+ )
5267
+ data = self.get_data(response)
5268
+ return UpsertSpecification.model_validate(data)
5269
+
5225
5270
  async def count_users(
5226
5271
  self,
5227
5272
  filter: Union[Optional[UserFilter], UnsetType] = UNSET,
@@ -5450,3 +5495,16 @@ class Client(AsyncBaseClient):
5450
5495
  )
5451
5496
  data = self.get_data(response)
5452
5497
  return UpdateWorkflow.model_validate(data)
5498
+
5499
+ async def upsert_workflow(
5500
+ self, workflow: WorkflowInput, **kwargs: Any
5501
+ ) -> UpsertWorkflow:
5502
+ variables: Dict[str, object] = {"workflow": workflow}
5503
+ response = await self.execute(
5504
+ query=UPSERT_WORKFLOW_GQL,
5505
+ operation_name="UpsertWorkflow",
5506
+ variables=variables,
5507
+ **kwargs
5508
+ )
5509
+ data = self.get_data(response)
5510
+ return UpsertWorkflow.model_validate(data)
@@ -690,6 +690,7 @@ class DeepseekModels(str, Enum):
690
690
  class SearchServiceTypes(str, Enum):
691
691
  TAVILY = "TAVILY"
692
692
  EXA = "EXA"
693
+ PODSCAN = "PODSCAN"
693
694
 
694
695
 
695
696
  class MedicalContraindicationFacetTypes(str, Enum):
@@ -949,7 +950,6 @@ class UserTypes(str, Enum):
949
950
 
950
951
 
951
952
  class EntityExtractionServiceTypes(str, Enum):
952
- ROBOFLOW_IMAGE = "ROBOFLOW_IMAGE"
953
953
  MODEL_TEXT = "MODEL_TEXT"
954
954
  MODEL_IMAGE = "MODEL_IMAGE"
955
955
  OPEN_AI_IMAGE = "OPEN_AI_IMAGE"
@@ -30,7 +30,6 @@ class GetContentContent(BaseModel):
30
30
  id: str
31
31
  name: str
32
32
  creation_date: Any = Field(alias="creationDate")
33
- relevance: Optional[float]
34
33
  owner: "GetContentContentOwner"
35
34
  state: EntityState
36
35
  original_date: Optional[Any] = Field(alias="originalDate")
@@ -1784,6 +1784,7 @@ class ContentFilter(BaseModel):
1784
1784
  search_type: Optional[SearchTypes] = Field(alias="searchType", default=None)
1785
1785
  query_type: Optional[SearchQueryTypes] = Field(alias="queryType", default=None)
1786
1786
  number_similar: Optional[int] = Field(alias="numberSimilar", default=None)
1787
+ image: Optional[str] = None
1787
1788
  disable_inheritance: Optional[bool] = Field(
1788
1789
  alias="disableInheritance", default=None
1789
1790
  )