airbyte-agent-shopify 0.1.7__tar.gz → 0.1.8__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 (61) hide show
  1. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/CHANGELOG.md +5 -0
  2. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/PKG-INFO +3 -3
  3. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/README.md +2 -2
  4. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/schema/base.py +31 -1
  5. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/pyproject.toml +1 -1
  6. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/.gitignore +0 -0
  7. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/AUTH.md +0 -0
  8. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/REFERENCE.md +0 -0
  9. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/__init__.py +0 -0
  10. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/__init__.py +0 -0
  11. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/__init__.py +0 -0
  12. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/auth_strategies.py +0 -0
  13. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/auth_template.py +0 -0
  14. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
  15. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/client.py +0 -0
  16. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/connector_model_loader.py +0 -0
  17. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/constants.py +0 -0
  18. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/exceptions.py +0 -0
  19. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/executor/__init__.py +0 -0
  20. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
  21. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/executor/local_executor.py +0 -0
  22. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/executor/models.py +0 -0
  23. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/extensions.py +0 -0
  24. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/http/__init__.py +0 -0
  25. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
  26. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
  27. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/http/config.py +0 -0
  28. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/http/exceptions.py +0 -0
  29. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/http/protocols.py +0 -0
  30. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/http/response.py +0 -0
  31. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/http_client.py +0 -0
  32. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/introspection.py +0 -0
  33. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/logging/__init__.py +0 -0
  34. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/logging/logger.py +0 -0
  35. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/logging/types.py +0 -0
  36. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/observability/__init__.py +0 -0
  37. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/observability/config.py +0 -0
  38. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/observability/models.py +0 -0
  39. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/observability/redactor.py +0 -0
  40. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/observability/session.py +0 -0
  41. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/performance/__init__.py +0 -0
  42. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/performance/instrumentation.py +0 -0
  43. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/performance/metrics.py +0 -0
  44. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/schema/__init__.py +0 -0
  45. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/schema/components.py +0 -0
  46. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/schema/connector.py +0 -0
  47. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/schema/extensions.py +0 -0
  48. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/schema/operations.py +0 -0
  49. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/schema/security.py +0 -0
  50. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/secrets.py +0 -0
  51. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/__init__.py +0 -0
  52. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/config.py +0 -0
  53. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/events.py +0 -0
  54. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/tracker.py +0 -0
  55. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/types.py +0 -0
  56. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/utils.py +0 -0
  57. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/_vendored/connector_sdk/validation.py +0 -0
  58. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/connector.py +0 -0
  59. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/connector_model.py +0 -0
  60. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/models.py +0 -0
  61. {airbyte_agent_shopify-0.1.7 → airbyte_agent_shopify-0.1.8}/airbyte_agent_shopify/types.py +0 -0
@@ -1,5 +1,10 @@
1
1
  # Shopify changelog
2
2
 
3
+ ## [0.1.8] - 2026-01-23
4
+ - Updated connector definition (YAML version 0.1.1)
5
+ - Source commit: 416466da
6
+ - SDK version: 0.1.0
7
+
3
8
  ## [0.1.7] - 2026-01-23
4
9
  - Updated connector definition (YAML version 0.1.1)
5
10
  - Source commit: f17cdd8c
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airbyte-agent-shopify
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: Airbyte Shopify Connector for AI platforms
5
5
  Project-URL: Homepage, https://github.com/airbytehq/airbyte-agent-connectors
6
6
  Project-URL: Documentation, https://docs.airbyte.com/ai-agents/
@@ -167,6 +167,6 @@ For the service's official API docs, see the [Shopify API reference](https://sho
167
167
 
168
168
  ## Version information
169
169
 
170
- - **Package version:** 0.1.7
170
+ - **Package version:** 0.1.8
171
171
  - **Connector version:** 0.1.1
172
- - **Generated with Connector SDK commit SHA:** f17cdd8c92950751a75daff9c6bf74df05774ede
172
+ - **Generated with Connector SDK commit SHA:** 416466da4970ae5fd6c7f2c658a68e047e51efd9
@@ -134,6 +134,6 @@ For the service's official API docs, see the [Shopify API reference](https://sho
134
134
 
135
135
  ## Version information
136
136
 
137
- - **Package version:** 0.1.7
137
+ - **Package version:** 0.1.8
138
138
  - **Connector version:** 0.1.1
139
- - **Generated with Connector SDK commit SHA:** f17cdd8c92950751a75daff9c6bf74df05774ede
139
+ - **Generated with Connector SDK commit SHA:** 416466da4970ae5fd6c7f2c658a68e047e51efd9
@@ -140,6 +140,33 @@ class ServerVariable(BaseModel):
140
140
  description: str | None = None
141
141
 
142
142
 
143
+ class EnvironmentMappingTransform(BaseModel):
144
+ """
145
+ Structured transform for environment mapping values.
146
+
147
+ Allows transforming environment values before storing in source_config.
148
+
149
+ Example:
150
+ source: subdomain
151
+ format: "{value}.atlassian.net"
152
+
153
+ The format string uses {value} as a placeholder for the source value.
154
+ """
155
+
156
+ model_config = ConfigDict(populate_by_name=True, extra="forbid")
157
+
158
+ source: str = Field(description="The environment config key to read the value from")
159
+ format: str | None = Field(
160
+ default=None,
161
+ description="Optional format string to transform the value. Use {value} as placeholder.",
162
+ )
163
+
164
+
165
+ # Type alias for environment mapping values: either a simple string (config key)
166
+ # or a structured transform with source and optional transform template
167
+ EnvironmentMappingValue = str | EnvironmentMappingTransform
168
+
169
+
143
170
  class Server(BaseModel):
144
171
  """
145
172
  Server URL and variable definitions.
@@ -152,7 +179,10 @@ class Server(BaseModel):
152
179
  url: str
153
180
  description: str | None = None
154
181
  variables: Dict[str, ServerVariable] = Field(default_factory=dict)
155
- x_airbyte_replication_environment_mapping: Dict[str, str] | None = Field(default=None, alias="x-airbyte-replication-environment-mapping")
182
+ x_airbyte_replication_environment_mapping: Dict[str, EnvironmentMappingValue] | None = Field(
183
+ default=None,
184
+ alias="x-airbyte-replication-environment-mapping",
185
+ )
156
186
  x_airbyte_replication_environment_constants: Dict[str, Any] | None = Field(
157
187
  default=None,
158
188
  alias="x-airbyte-replication-environment-constants",
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "airbyte-agent-shopify"
3
- version = "0.1.7"
3
+ version = "0.1.8"
4
4
  description = "Airbyte Shopify Connector for AI platforms"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.13"