amigo_sdk 0.5.0__tar.gz → 0.6.0__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.

Potentially problematic release.


This version of amigo_sdk might be problematic. Click here for more details.

Files changed (43) hide show
  1. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/PKG-INFO +1 -1
  2. amigo_sdk-0.6.0/src/amigo_sdk/__init__.py +1 -0
  3. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/src/amigo_sdk/generated/model.py +2 -2
  4. amigo_sdk-0.5.0/src/amigo_sdk/__init__.py +0 -1
  5. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/.github/workflows/auto-release.yml +0 -0
  6. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/.github/workflows/release.yml +0 -0
  7. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/.github/workflows/test.yml +0 -0
  8. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/.gitignore +0 -0
  9. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/CONTRIBUTING.md +0 -0
  10. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/LICENSE +0 -0
  11. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/README.md +0 -0
  12. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/openapi-new.json +0 -0
  13. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/pyproject.toml +0 -0
  14. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/scripts/__init__.py +0 -0
  15. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/scripts/aliases.json +0 -0
  16. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/scripts/check.py +0 -0
  17. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/scripts/gen_models.py +0 -0
  18. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/specs/openapi-baseline.json +0 -0
  19. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/src/amigo_sdk/auth.py +0 -0
  20. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/src/amigo_sdk/config.py +0 -0
  21. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/src/amigo_sdk/errors.py +0 -0
  22. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/src/amigo_sdk/http_client.py +0 -0
  23. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/src/amigo_sdk/resources/conversation.py +0 -0
  24. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/src/amigo_sdk/resources/organization.py +0 -0
  25. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/src/amigo_sdk/resources/service.py +0 -0
  26. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/src/amigo_sdk/resources/user.py +0 -0
  27. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/src/amigo_sdk/sdk_client.py +0 -0
  28. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/tests/__init__.py +0 -0
  29. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/tests/conftest.py +0 -0
  30. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/tests/integration/test_conversation_integration.py +0 -0
  31. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/tests/integration/test_organization_integration.py +0 -0
  32. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/tests/integration/test_user_integration.py +0 -0
  33. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/tests/resources/__init__.py +0 -0
  34. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/tests/resources/helpers.py +0 -0
  35. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/tests/resources/test_conversation.py +0 -0
  36. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/tests/resources/test_organization.py +0 -0
  37. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/tests/resources/test_service.py +0 -0
  38. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/tests/resources/test_user.py +0 -0
  39. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/tests/test_auth.py +0 -0
  40. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/tests/test_config.py +0 -0
  41. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/tests/test_errors.py +0 -0
  42. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/tests/test_http_client.py +0 -0
  43. {amigo_sdk-0.5.0 → amigo_sdk-0.6.0}/tests/test_sdk_client.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: amigo_sdk
3
- Version: 0.5.0
3
+ Version: 0.6.0
4
4
  Summary: Amigo AI Python SDK
5
5
  Author: Amigo AI
6
6
  License-File: LICENSE
@@ -0,0 +1 @@
1
+ __version__ = "0.6.0"
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: <stdin>
3
- # timestamp: 2025-08-21T18:14:45+00:00
3
+ # timestamp: 2025-08-21T18:24:02+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -11646,7 +11646,7 @@ class GetConversationMessagesParametersQuery(BaseModel):
11646
11646
  [], description='The IDs of the messages to retrieve.', title='Id'
11647
11647
  )
11648
11648
  message_type: Optional[List[MessageType]] = Field(
11649
- ['agent-message', 'user-message', 'external-event'],
11649
+ ['agent-message', 'external-event', 'user-message'],
11650
11650
  description='The type of messages to retrieve.',
11651
11651
  title='Message Type',
11652
11652
  )
@@ -1 +0,0 @@
1
- __version__ = "0.5.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes