alloy-runtime-types 0.2.97__tar.gz → 0.2.99__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 (59) hide show
  1. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/PKG-INFO +1 -1
  2. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types.egg-info/PKG-INFO +1 -1
  3. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/pyproject.toml +1 -1
  4. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/MANIFEST.in +0 -0
  5. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/README.md +0 -0
  6. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/__init__.py +0 -0
  7. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/credential_targets.py +0 -0
  8. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/__init__.py +0 -0
  9. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/admin.py +0 -0
  10. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/agents.py +0 -0
  11. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/api_keys.py +0 -0
  12. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/audio.py +0 -0
  13. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/auth.py +0 -0
  14. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/billing.py +0 -0
  15. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/content.py +0 -0
  16. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/credential_list.py +0 -0
  17. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/credentials.py +0 -0
  18. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/executions.py +0 -0
  19. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/generation.py +0 -0
  20. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/knowledge.py +0 -0
  21. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/managed_tools.py +0 -0
  22. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/mcp_servers.py +0 -0
  23. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/messages.py +0 -0
  24. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/models.py +0 -0
  25. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/organization_credentials.py +0 -0
  26. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/organizations.py +0 -0
  27. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/pipeline.py +0 -0
  28. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/pipeline_costs.py +0 -0
  29. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/render.py +0 -0
  30. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/retrieval_diagnostics.py +0 -0
  31. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/schedule.py +0 -0
  32. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/schemas.py +0 -0
  33. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/sessions.py +0 -0
  34. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/structured_filter.py +0 -0
  35. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/tags.py +0 -0
  36. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/templates.py +0 -0
  37. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/tool_configs.py +0 -0
  38. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/tools.py +0 -0
  39. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/users.py +0 -0
  40. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/dtos/webhook_triggers.py +0 -0
  41. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/enums/__init__.py +0 -0
  42. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/enums/agent_enums.py +0 -0
  43. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/enums/api_key_scope.py +0 -0
  44. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/enums/content_enums.py +0 -0
  45. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/enums/member_role.py +0 -0
  46. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/enums/model_enums.py +0 -0
  47. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/enums/ownership_scope.py +0 -0
  48. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/enums/provider.py +0 -0
  49. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/enums/schema_enums.py +0 -0
  50. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/enums/template_enums.py +0 -0
  51. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/enums/tool_service.py +0 -0
  52. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/model_option_allowlist.py +0 -0
  53. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/parsing/__init__.py +0 -0
  54. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types/parsing/filter_parser.py +0 -0
  55. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types.egg-info/SOURCES.txt +0 -0
  56. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types.egg-info/dependency_links.txt +0 -0
  57. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types.egg-info/requires.txt +0 -0
  58. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/alloy_runtime_types.egg-info/top_level.txt +0 -0
  59. {alloy_runtime_types-0.2.97 → alloy_runtime_types-0.2.99}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: alloy-runtime-types
3
- Version: 0.2.97
3
+ Version: 0.2.99
4
4
  Summary: Type definitions and DTOs for Alloy Runtime
5
5
  Keywords: alloy,api,dto,python,types
6
6
  Classifier: Development Status :: 3 - Alpha
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: alloy-runtime-types
3
- Version: 0.2.97
3
+ Version: 0.2.99
4
4
  Summary: Type definitions and DTOs for Alloy Runtime
5
5
  Keywords: alloy,api,dto,python,types
6
6
  Classifier: Development Status :: 3 - Alpha
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "alloy-runtime-types"
7
- version = "0.2.97"
7
+ version = "0.2.99"
8
8
  description = "Type definitions and DTOs for Alloy Runtime"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.13"