adcp 2.4.1__tar.gz → 2.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.
- {adcp-2.4.1/src/adcp.egg-info → adcp-2.6.0}/PKG-INFO +17 -2
- {adcp-2.4.1 → adcp-2.6.0}/README.md +14 -1
- {adcp-2.4.1 → adcp-2.6.0}/pyproject.toml +4 -1
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/__init__.py +22 -1
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/__init__.py +15 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/_generated.py +1 -1
- adcp-2.6.0/src/adcp/types/aliases.py +544 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/stable.py +4 -2
- {adcp-2.4.1 → adcp-2.6.0/src/adcp.egg-info}/PKG-INFO +17 -2
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp.egg-info/requires.txt +3 -0
- {adcp-2.4.1 → adcp-2.6.0}/tests/test_discriminated_unions.py +3 -5
- {adcp-2.4.1 → adcp-2.6.0}/tests/test_public_api.py +21 -12
- adcp-2.6.0/tests/test_type_aliases.py +665 -0
- adcp-2.4.1/src/adcp/types/aliases.py +0 -249
- adcp-2.4.1/tests/test_type_aliases.py +0 -284
- {adcp-2.4.1 → adcp-2.6.0}/LICENSE +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/setup.cfg +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/__main__.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/adagents.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/client.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/config.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/exceptions.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/protocols/__init__.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/protocols/a2a.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/protocols/base.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/protocols/mcp.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/py.typed +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/simple.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/testing/__init__.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/testing/test_helpers.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/base.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/core.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/__init__.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/activate_signal_request.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/activate_signal_response.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/activation_key.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/adagents.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/asset_type.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/audio_asset.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/brand_manifest.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/build_creative_request.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/build_creative_response.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/channels.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/cpc_option.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/cpcv_option.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/cpm_auction_option.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/cpm_fixed_option.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/cpp_option.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/cpv_option.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/create_media_buy_request.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/create_media_buy_response.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/creative_asset.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/creative_assignment.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/creative_manifest.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/creative_policy.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/creative_status.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/css_asset.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/daast_asset.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/delivery_metrics.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/delivery_type.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/deployment.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/destination.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/error.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/flat_rate_option.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/format.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/format_id.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/frequency_cap.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/frequency_cap_scope.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/get_media_buy_delivery_request.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/get_media_buy_delivery_response.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/get_products_request.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/get_products_response.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/get_signals_request.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/get_signals_response.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/html_asset.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/identifier_types.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/image_asset.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/javascript_asset.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/list_authorized_properties_request.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/list_authorized_properties_response.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/list_creative_formats_request.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/list_creative_formats_response.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/list_creatives_request.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/list_creatives_response.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/markdown_asset.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/measurement.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/media_buy.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/media_buy_status.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/pacing.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/package.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/package_request.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/package_status.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/performance_feedback.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/placement.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/preview_creative_request.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/preview_creative_response.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/preview_render.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/pricing_model.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/product.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/promoted_offerings.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/promoted_products.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/property.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/protocol_envelope.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/provide_performance_feedback_request.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/provide_performance_feedback_response.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/publisher_identifier_types.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/push_notification_config.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/reporting_capabilities.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/response.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/standard_format_ids.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/sub_asset.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/sync_creatives_request.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/sync_creatives_response.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/targeting.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/task_status.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/task_type.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/tasks_get_request.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/tasks_get_response.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/tasks_list_request.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/tasks_list_response.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/text_asset.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/update_media_buy_request.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/update_media_buy_response.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/url_asset.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/vast_asset.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/vcpm_auction_option.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/vcpm_fixed_option.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/video_asset.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/webhook_asset.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/types/generated_poc/webhook_payload.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/utils/__init__.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/utils/operation_id.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/utils/preview_cache.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/utils/response_parser.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp/validation.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp.egg-info/SOURCES.txt +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp.egg-info/dependency_links.txt +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp.egg-info/entry_points.txt +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/src/adcp.egg-info/top_level.txt +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/tests/test_adagents.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/tests/test_cli.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/tests/test_client.py +5 -5
- {adcp-2.4.1 → adcp-2.6.0}/tests/test_code_generation.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/tests/test_format_id_validation.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/tests/test_helpers.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/tests/test_preview_html.py +1 -1
- {adcp-2.4.1 → adcp-2.6.0}/tests/test_protocols.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/tests/test_response_parser.py +0 -0
- {adcp-2.4.1 → adcp-2.6.0}/tests/test_simple_api.py +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: adcp
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.6.0
|
|
4
4
|
Summary: Official Python client for the Ad Context Protocol (AdCP)
|
|
5
5
|
Author-email: AdCP Community <maintainers@adcontextprotocol.org>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -35,6 +35,8 @@ Requires-Dist: mypy>=1.0.0; extra == "dev"
|
|
|
35
35
|
Requires-Dist: black>=23.0.0; extra == "dev"
|
|
36
36
|
Requires-Dist: ruff>=0.1.0; extra == "dev"
|
|
37
37
|
Requires-Dist: datamodel-code-generator[http]>=0.35.0; extra == "dev"
|
|
38
|
+
Provides-Extra: docs
|
|
39
|
+
Requires-Dist: pdoc3>=0.10.0; extra == "docs"
|
|
38
40
|
Dynamic: license-file
|
|
39
41
|
|
|
40
42
|
# adcp - Python Client for Ad Context Protocol
|
|
@@ -177,6 +179,18 @@ async with ADCPMultiAgentClient(
|
|
|
177
179
|
# Connections automatically cleaned up here
|
|
178
180
|
```
|
|
179
181
|
|
|
182
|
+
## Documentation
|
|
183
|
+
|
|
184
|
+
- **[API Reference](https://adcontextprotocol.github.io/adcp-client-python/)** - Complete API documentation with type signatures and examples
|
|
185
|
+
- **[Protocol Spec](https://github.com/adcontextprotocol/adcp)** - Ad Context Protocol specification
|
|
186
|
+
- **[Examples](examples/)** - Code examples and usage patterns
|
|
187
|
+
|
|
188
|
+
The API reference documentation is automatically generated from the code and includes:
|
|
189
|
+
- Full type signatures for all methods
|
|
190
|
+
- Field descriptions from JSON Schema
|
|
191
|
+
- Method documentation with examples
|
|
192
|
+
- Searchable interface
|
|
193
|
+
|
|
180
194
|
## Features
|
|
181
195
|
|
|
182
196
|
### Test Helpers
|
|
@@ -801,6 +815,7 @@ Apache 2.0 License - see [LICENSE](LICENSE) file for details.
|
|
|
801
815
|
|
|
802
816
|
## Support
|
|
803
817
|
|
|
804
|
-
- **
|
|
818
|
+
- **API Reference**: [adcontextprotocol.github.io/adcp-client-python](https://adcontextprotocol.github.io/adcp-client-python/)
|
|
819
|
+
- **Protocol Documentation**: [docs.adcontextprotocol.org](https://docs.adcontextprotocol.org)
|
|
805
820
|
- **Issues**: [GitHub Issues](https://github.com/adcontextprotocol/adcp-client-python/issues)
|
|
806
821
|
- **Protocol Spec**: [AdCP Specification](https://github.com/adcontextprotocol/adcp)
|
|
@@ -138,6 +138,18 @@ async with ADCPMultiAgentClient(
|
|
|
138
138
|
# Connections automatically cleaned up here
|
|
139
139
|
```
|
|
140
140
|
|
|
141
|
+
## Documentation
|
|
142
|
+
|
|
143
|
+
- **[API Reference](https://adcontextprotocol.github.io/adcp-client-python/)** - Complete API documentation with type signatures and examples
|
|
144
|
+
- **[Protocol Spec](https://github.com/adcontextprotocol/adcp)** - Ad Context Protocol specification
|
|
145
|
+
- **[Examples](examples/)** - Code examples and usage patterns
|
|
146
|
+
|
|
147
|
+
The API reference documentation is automatically generated from the code and includes:
|
|
148
|
+
- Full type signatures for all methods
|
|
149
|
+
- Field descriptions from JSON Schema
|
|
150
|
+
- Method documentation with examples
|
|
151
|
+
- Searchable interface
|
|
152
|
+
|
|
141
153
|
## Features
|
|
142
154
|
|
|
143
155
|
### Test Helpers
|
|
@@ -762,6 +774,7 @@ Apache 2.0 License - see [LICENSE](LICENSE) file for details.
|
|
|
762
774
|
|
|
763
775
|
## Support
|
|
764
776
|
|
|
765
|
-
- **
|
|
777
|
+
- **API Reference**: [adcontextprotocol.github.io/adcp-client-python](https://adcontextprotocol.github.io/adcp-client-python/)
|
|
778
|
+
- **Protocol Documentation**: [docs.adcontextprotocol.org](https://docs.adcontextprotocol.org)
|
|
766
779
|
- **Issues**: [GitHub Issues](https://github.com/adcontextprotocol/adcp-client-python/issues)
|
|
767
780
|
- **Protocol Spec**: [AdCP Specification](https://github.com/adcontextprotocol/adcp)
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "adcp"
|
|
7
|
-
version = "2.
|
|
7
|
+
version = "2.6.0"
|
|
8
8
|
description = "Official Python client for the Ad Context Protocol (AdCP)"
|
|
9
9
|
authors = [
|
|
10
10
|
{name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}
|
|
@@ -47,6 +47,9 @@ dev = [
|
|
|
47
47
|
"ruff>=0.1.0",
|
|
48
48
|
"datamodel-code-generator[http]>=0.35.0",
|
|
49
49
|
]
|
|
50
|
+
docs = [
|
|
51
|
+
"pdoc3>=0.10.0",
|
|
52
|
+
]
|
|
50
53
|
|
|
51
54
|
[project.urls]
|
|
52
55
|
Homepage = "https://github.com/adcontextprotocol/adcp-client-python"
|
|
@@ -101,23 +101,33 @@ from adcp.types._generated import TaskStatus as GeneratedTaskStatus
|
|
|
101
101
|
from adcp.types.aliases import (
|
|
102
102
|
ActivateSignalErrorResponse,
|
|
103
103
|
ActivateSignalSuccessResponse,
|
|
104
|
+
AgentDeployment,
|
|
105
|
+
AgentDestination,
|
|
104
106
|
BothPreviewRender,
|
|
105
107
|
BuildCreativeErrorResponse,
|
|
106
108
|
BuildCreativeSuccessResponse,
|
|
109
|
+
CreatedPackageReference,
|
|
107
110
|
CreateMediaBuyErrorResponse,
|
|
108
111
|
CreateMediaBuySuccessResponse,
|
|
109
112
|
HtmlPreviewRender,
|
|
110
113
|
InlineDaastAsset,
|
|
111
114
|
InlineVastAsset,
|
|
112
115
|
MediaSubAsset,
|
|
116
|
+
PlatformDeployment,
|
|
117
|
+
PlatformDestination,
|
|
113
118
|
PreviewCreativeFormatRequest,
|
|
114
119
|
PreviewCreativeInteractiveResponse,
|
|
115
120
|
PreviewCreativeManifestRequest,
|
|
116
121
|
PreviewCreativeStaticResponse,
|
|
122
|
+
PropertyId,
|
|
117
123
|
PropertyIdActivationKey,
|
|
124
|
+
PropertyTag,
|
|
118
125
|
PropertyTagActivationKey,
|
|
119
126
|
ProvidePerformanceFeedbackErrorResponse,
|
|
120
127
|
ProvidePerformanceFeedbackSuccessResponse,
|
|
128
|
+
PublisherPropertiesAll,
|
|
129
|
+
PublisherPropertiesById,
|
|
130
|
+
PublisherPropertiesByTag,
|
|
121
131
|
SyncCreativesErrorResponse,
|
|
122
132
|
SyncCreativesSuccessResponse,
|
|
123
133
|
TextSubAsset,
|
|
@@ -164,7 +174,7 @@ from adcp.validation import (
|
|
|
164
174
|
validate_publisher_properties_item,
|
|
165
175
|
)
|
|
166
176
|
|
|
167
|
-
__version__ = "2.
|
|
177
|
+
__version__ = "2.6.0"
|
|
168
178
|
|
|
169
179
|
__all__ = [
|
|
170
180
|
# Client classes
|
|
@@ -213,6 +223,8 @@ __all__ = [
|
|
|
213
223
|
"CreativeManifest",
|
|
214
224
|
"MediaBuy",
|
|
215
225
|
"Package",
|
|
226
|
+
# Package type aliases
|
|
227
|
+
"CreatedPackageReference",
|
|
216
228
|
# Status enums (for control flow)
|
|
217
229
|
"CreativeStatus",
|
|
218
230
|
"MediaBuyStatus",
|
|
@@ -278,6 +290,8 @@ __all__ = [
|
|
|
278
290
|
# Semantic type aliases (for better API ergonomics)
|
|
279
291
|
"ActivateSignalSuccessResponse",
|
|
280
292
|
"ActivateSignalErrorResponse",
|
|
293
|
+
"AgentDeployment",
|
|
294
|
+
"AgentDestination",
|
|
281
295
|
"BothPreviewRender",
|
|
282
296
|
"BuildCreativeSuccessResponse",
|
|
283
297
|
"BuildCreativeErrorResponse",
|
|
@@ -287,14 +301,21 @@ __all__ = [
|
|
|
287
301
|
"InlineDaastAsset",
|
|
288
302
|
"InlineVastAsset",
|
|
289
303
|
"MediaSubAsset",
|
|
304
|
+
"PlatformDeployment",
|
|
305
|
+
"PlatformDestination",
|
|
290
306
|
"PreviewCreativeFormatRequest",
|
|
291
307
|
"PreviewCreativeManifestRequest",
|
|
292
308
|
"PreviewCreativeStaticResponse",
|
|
293
309
|
"PreviewCreativeInteractiveResponse",
|
|
310
|
+
"PropertyId",
|
|
294
311
|
"PropertyIdActivationKey",
|
|
312
|
+
"PropertyTag",
|
|
295
313
|
"PropertyTagActivationKey",
|
|
296
314
|
"ProvidePerformanceFeedbackSuccessResponse",
|
|
297
315
|
"ProvidePerformanceFeedbackErrorResponse",
|
|
316
|
+
"PublisherPropertiesAll",
|
|
317
|
+
"PublisherPropertiesById",
|
|
318
|
+
"PublisherPropertiesByTag",
|
|
298
319
|
"SyncCreativesSuccessResponse",
|
|
299
320
|
"SyncCreativesErrorResponse",
|
|
300
321
|
"TextSubAsset",
|
|
@@ -12,10 +12,16 @@ adcp.types or adcp.types.stable for stable, versioned types.
|
|
|
12
12
|
|
|
13
13
|
from adcp.types.aliases import (
|
|
14
14
|
BothPreviewRender,
|
|
15
|
+
CreatedPackageReference,
|
|
15
16
|
HtmlPreviewRender,
|
|
16
17
|
InlineDaastAsset,
|
|
17
18
|
InlineVastAsset,
|
|
18
19
|
MediaSubAsset,
|
|
20
|
+
PropertyId,
|
|
21
|
+
PropertyTag,
|
|
22
|
+
PublisherPropertiesAll,
|
|
23
|
+
PublisherPropertiesById,
|
|
24
|
+
PublisherPropertiesByTag,
|
|
19
25
|
TextSubAsset,
|
|
20
26
|
UrlDaastAsset,
|
|
21
27
|
UrlPreviewRender,
|
|
@@ -86,6 +92,15 @@ __all__ = [
|
|
|
86
92
|
"UrlDaastAsset",
|
|
87
93
|
"UrlPreviewRender",
|
|
88
94
|
"UrlVastAsset",
|
|
95
|
+
# Package type aliases
|
|
96
|
+
"CreatedPackageReference",
|
|
97
|
+
# Publisher properties types
|
|
98
|
+
"PropertyId",
|
|
99
|
+
"PropertyTag",
|
|
100
|
+
# Publisher properties aliases
|
|
101
|
+
"PublisherPropertiesAll",
|
|
102
|
+
"PublisherPropertiesById",
|
|
103
|
+
"PublisherPropertiesByTag",
|
|
89
104
|
# Stable API types (commonly used)
|
|
90
105
|
"BrandManifest",
|
|
91
106
|
"Creative",
|
|
@@ -10,7 +10,7 @@ Auto-generated by datamodel-code-generator from JSON schemas.
|
|
|
10
10
|
DO NOT EDIT MANUALLY.
|
|
11
11
|
|
|
12
12
|
Generated from: https://github.com/adcontextprotocol/adcp/tree/main/schemas
|
|
13
|
-
Generation date: 2025-11-18 12:
|
|
13
|
+
Generation date: 2025-11-18 12:52:17 UTC
|
|
14
14
|
"""
|
|
15
15
|
# ruff: noqa: E501, I001
|
|
16
16
|
from __future__ import annotations
|