microsoft-agents-a365-notifications 0.1.0__tar.gz → 0.2.0.dev5__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 (20) hide show
  1. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/PKG-INFO +3 -3
  2. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/README.md +2 -2
  3. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/microsoft_agents_a365_notifications.egg-info/PKG-INFO +3 -3
  4. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/microsoft_agents_a365/notifications/__init__.py +0 -0
  5. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/microsoft_agents_a365/notifications/agent_notification.py +0 -0
  6. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/microsoft_agents_a365/notifications/models/__init__.py +0 -0
  7. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/microsoft_agents_a365/notifications/models/agent_lifecycle_event.py +0 -0
  8. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/microsoft_agents_a365/notifications/models/agent_notification_activity.py +0 -0
  9. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/microsoft_agents_a365/notifications/models/agent_subchannel.py +0 -0
  10. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/microsoft_agents_a365/notifications/models/email_reference.py +0 -0
  11. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/microsoft_agents_a365/notifications/models/email_response.py +0 -0
  12. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/microsoft_agents_a365/notifications/models/notification_types.py +0 -0
  13. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/microsoft_agents_a365/notifications/models/wpx_comment.py +0 -0
  14. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/microsoft_agents_a365_notifications.egg-info/SOURCES.txt +0 -0
  15. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/microsoft_agents_a365_notifications.egg-info/dependency_links.txt +0 -0
  16. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/microsoft_agents_a365_notifications.egg-info/requires.txt +0 -0
  17. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/microsoft_agents_a365_notifications.egg-info/top_level.txt +0 -0
  18. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/pyproject.toml +0 -0
  19. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/setup.cfg +0 -0
  20. {microsoft_agents_a365_notifications-0.1.0 → microsoft_agents_a365_notifications-0.2.0.dev5}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-a365-notifications
3
- Version: 0.1.0
3
+ Version: 0.2.0.dev5
4
4
  Summary: Notification and messaging extensions for AI agent applications
5
5
  Author-email: Microsoft <support@microsoft.com>
6
6
  License: MIT
@@ -57,7 +57,7 @@ For usage examples and detailed documentation, see the [Notification documentati
57
57
  For issues, questions, or feedback:
58
58
 
59
59
  - File issues in the [GitHub Issues](https://github.com/microsoft/Agent365-python/issues) section
60
- - See the [main documentation](../../../README.md) for more information
60
+ - See the [main documentation](../../README.md) for more information
61
61
 
62
62
  ## Trademarks
63
63
 
@@ -67,4 +67,4 @@ For issues, questions, or feedback:
67
67
 
68
68
  Copyright (c) Microsoft Corporation. All rights reserved.
69
69
 
70
- Licensed under the MIT License - see the [LICENSE](../../../LICENSE.md) file for details.
70
+ Licensed under the MIT License - see the [LICENSE](../../LICENSE.md) file for details.
@@ -20,7 +20,7 @@ For usage examples and detailed documentation, see the [Notification documentati
20
20
  For issues, questions, or feedback:
21
21
 
22
22
  - File issues in the [GitHub Issues](https://github.com/microsoft/Agent365-python/issues) section
23
- - See the [main documentation](../../../README.md) for more information
23
+ - See the [main documentation](../../README.md) for more information
24
24
 
25
25
  ## Trademarks
26
26
 
@@ -30,4 +30,4 @@ For issues, questions, or feedback:
30
30
 
31
31
  Copyright (c) Microsoft Corporation. All rights reserved.
32
32
 
33
- Licensed under the MIT License - see the [LICENSE](../../../LICENSE.md) file for details.
33
+ Licensed under the MIT License - see the [LICENSE](../../LICENSE.md) file for details.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-a365-notifications
3
- Version: 0.1.0
3
+ Version: 0.2.0.dev5
4
4
  Summary: Notification and messaging extensions for AI agent applications
5
5
  Author-email: Microsoft <support@microsoft.com>
6
6
  License: MIT
@@ -57,7 +57,7 @@ For usage examples and detailed documentation, see the [Notification documentati
57
57
  For issues, questions, or feedback:
58
58
 
59
59
  - File issues in the [GitHub Issues](https://github.com/microsoft/Agent365-python/issues) section
60
- - See the [main documentation](../../../README.md) for more information
60
+ - See the [main documentation](../../README.md) for more information
61
61
 
62
62
  ## Trademarks
63
63
 
@@ -67,4 +67,4 @@ For issues, questions, or feedback:
67
67
 
68
68
  Copyright (c) Microsoft Corporation. All rights reserved.
69
69
 
70
- Licensed under the MIT License - see the [LICENSE](../../../LICENSE.md) file for details.
70
+ Licensed under the MIT License - see the [LICENSE](../../LICENSE.md) file for details.