neops_graphql 1.7.31.dev0__tar.gz → 1.7.32.dev0__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 (72) hide show
  1. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/PKG-INFO +1 -1
  2. neops_graphql-1.7.32.dev0/py.typed +0 -0
  3. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/pyproject.toml +2 -2
  4. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/README.md +0 -0
  5. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/__init__.py +0 -0
  6. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/abort_execution.py +0 -0
  7. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/add_api_key.py +0 -0
  8. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/add_role.py +0 -0
  9. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/add_role_device_group.py +0 -0
  10. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/add_role_neops_task.py +0 -0
  11. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/add_user.py +0 -0
  12. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/add_users_to_role.py +0 -0
  13. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/archive_or_delete_task.py +0 -0
  14. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/async_base_client.py +0 -0
  15. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/autocomplete_fields.py +0 -0
  16. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/base_model.py +0 -0
  17. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/client.py +0 -0
  18. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/client_aggregation.py +0 -0
  19. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/clients.py +0 -0
  20. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/cron_execution_type.py +0 -0
  21. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/device_aggregation.py +0 -0
  22. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/device_group_elastic.py +0 -0
  23. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/device_group_upsert.py +0 -0
  24. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/device_upsert.py +0 -0
  25. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/devices.py +0 -0
  26. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/discovery.py +0 -0
  27. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/enums.py +0 -0
  28. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/exceptions.py +0 -0
  29. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/execute_neops_task.py +0 -0
  30. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/execution.py +0 -0
  31. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/execution_subscription.py +0 -0
  32. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/executions_detail.py +0 -0
  33. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/executions_elastic.py +0 -0
  34. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/executions_simple.py +0 -0
  35. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/get_role.py +0 -0
  36. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/group_aggregation.py +0 -0
  37. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/input_types.py +0 -0
  38. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/interface_aggregation.py +0 -0
  39. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/interfaces.py +0 -0
  40. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/json_form.py +0 -0
  41. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/location_upsert.py +0 -0
  42. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/login.py +0 -0
  43. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/neops_provider.py +0 -0
  44. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/neops_task_create_mutation.py +0 -0
  45. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/neops_task_unarchive.py +0 -0
  46. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/neops_tasks.py +0 -0
  47. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/permissions.py +0 -0
  48. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/platforms.py +0 -0
  49. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/process_overview.py +0 -0
  50. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/providers.py +0 -0
  51. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/refresh_token.py +0 -0
  52. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/reports.py +0 -0
  53. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/reports_execute.py +0 -0
  54. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/role_device_group.py +0 -0
  55. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/role_device_group_upsert.py +0 -0
  56. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/role_neops_task.py +0 -0
  57. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/role_neops_task_upsert.py +0 -0
  58. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/role_permission_element.py +0 -0
  59. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/role_permission_element_upsert.py +0 -0
  60. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/role_permission_upsert.py +0 -0
  61. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/role_permissions.py +0 -0
  62. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/role_scope_upsert.py +0 -0
  63. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/role_user.py +0 -0
  64. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/rollback.py +0 -0
  65. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/saved_search_create.py +0 -0
  66. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/saved_search_delete.py +0 -0
  67. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/saved_searches.py +0 -0
  68. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/scope_delete.py +0 -0
  69. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/scopes.py +0 -0
  70. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/scopes_upsert.py +0 -0
  71. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/single_discovery.py +0 -0
  72. {neops_graphql-1.7.31.dev0 → neops_graphql-1.7.32.dev0}/neops_graphql/topology.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: neops_graphql
3
- Version: 1.7.31.dev0
3
+ Version: 1.7.32.dev0
4
4
  Summary: A low-level generated GraphQL for Neops
5
5
  Author: Leandro Lerena
6
6
  Author-email: leandro.lerena@zebbra.ch
File without changes
@@ -1,10 +1,10 @@
1
1
  [tool.poetry]
2
2
  name = "neops_graphql"
3
- version = "1.7.31.dev"
3
+ version = "1.7.32.dev"
4
4
  description = "A low-level generated GraphQL for Neops"
5
5
  authors = ["Leandro Lerena <leandro.lerena@zebbra.ch>"]
6
6
  readme = "README.md"
7
- include = ["neops_graphql/**/*"]
7
+ include = ["neops_graphql/**/*", "py.typed"]
8
8
 
9
9
  [tool.poetry.dependencies]
10
10
  python = "^3.9"