airbyte-agent-orb 0.1.8__tar.gz → 0.1.9__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 (62) hide show
  1. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/CHANGELOG.md +5 -0
  2. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/PKG-INFO +3 -3
  3. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/README.md +2 -2
  4. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/__init__.py +2 -2
  5. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/cloud_utils/client.py +1 -1
  6. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/pyproject.toml +1 -1
  7. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/.gitignore +0 -0
  8. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/AUTH.md +0 -0
  9. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/REFERENCE.md +0 -0
  10. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/__init__.py +0 -0
  11. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/__init__.py +0 -0
  12. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/auth_strategies.py +0 -0
  13. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/auth_template.py +0 -0
  14. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
  15. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/connector_model_loader.py +0 -0
  16. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/constants.py +0 -0
  17. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/exceptions.py +0 -0
  18. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/executor/__init__.py +0 -0
  19. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
  20. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/executor/local_executor.py +0 -0
  21. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/executor/models.py +0 -0
  22. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/extensions.py +0 -0
  23. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/http/__init__.py +0 -0
  24. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
  25. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
  26. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/http/config.py +0 -0
  27. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/http/exceptions.py +0 -0
  28. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/http/protocols.py +0 -0
  29. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/http/response.py +0 -0
  30. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/http_client.py +0 -0
  31. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/introspection.py +0 -0
  32. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/logging/__init__.py +0 -0
  33. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/logging/logger.py +0 -0
  34. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/logging/types.py +0 -0
  35. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/observability/__init__.py +0 -0
  36. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/observability/config.py +0 -0
  37. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/observability/models.py +0 -0
  38. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/observability/redactor.py +0 -0
  39. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/observability/session.py +0 -0
  40. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/performance/__init__.py +0 -0
  41. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/performance/instrumentation.py +0 -0
  42. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/performance/metrics.py +0 -0
  43. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/schema/__init__.py +0 -0
  44. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/schema/base.py +0 -0
  45. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/schema/components.py +0 -0
  46. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/schema/connector.py +0 -0
  47. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/schema/extensions.py +0 -0
  48. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/schema/operations.py +0 -0
  49. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/schema/security.py +0 -0
  50. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/secrets.py +0 -0
  51. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/telemetry/__init__.py +0 -0
  52. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/telemetry/config.py +0 -0
  53. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/telemetry/events.py +0 -0
  54. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/telemetry/tracker.py +0 -0
  55. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/types.py +0 -0
  56. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/utils.py +0 -0
  57. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/validation.py +0 -0
  58. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/_vendored/connector_sdk/validation_replication.py +0 -0
  59. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/connector.py +0 -0
  60. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/connector_model.py +0 -0
  61. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/models.py +9 -9
  62. {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.9}/airbyte_agent_orb/types.py +0 -0
@@ -1,5 +1,10 @@
1
1
  # Orb changelog
2
2
 
3
+ ## [0.1.9] - 2026-02-03
4
+ - Updated connector definition (YAML version 0.1.1)
5
+ - Source commit: 5ef2158e
6
+ - SDK version: 0.1.0
7
+
3
8
  ## [0.1.8] - 2026-02-03
4
9
  - Updated connector definition (YAML version 0.1.1)
5
10
  - Source commit: 5c6dbf88
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airbyte-agent-orb
3
- Version: 0.1.8
3
+ Version: 0.1.9
4
4
  Summary: Airbyte Orb 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/
@@ -147,7 +147,7 @@ See the official [Orb API reference](https://docs.withorb.com/api-reference).
147
147
 
148
148
  ## Version information
149
149
 
150
- - **Package version:** 0.1.8
150
+ - **Package version:** 0.1.9
151
151
  - **Connector version:** 0.1.1
152
- - **Generated with Connector SDK commit SHA:** 5c6dbf883d3b057550333775bd83a78777527017
152
+ - **Generated with Connector SDK commit SHA:** 5ef2158e48be294dd68d60f7d9993684d424d388
153
153
  - **Changelog:** [View changelog](https://github.com/airbytehq/airbyte-agent-connectors/blob/main/connectors/orb/CHANGELOG.md)
@@ -114,7 +114,7 @@ See the official [Orb API reference](https://docs.withorb.com/api-reference).
114
114
 
115
115
  ## Version information
116
116
 
117
- - **Package version:** 0.1.8
117
+ - **Package version:** 0.1.9
118
118
  - **Connector version:** 0.1.1
119
- - **Generated with Connector SDK commit SHA:** 5c6dbf883d3b057550333775bd83a78777527017
119
+ - **Generated with Connector SDK commit SHA:** 5ef2158e48be294dd68d60f7d9993684d424d388
120
120
  - **Changelog:** [View changelog](https://github.com/airbytehq/airbyte-agent-connectors/blob/main/connectors/orb/CHANGELOG.md)
@@ -12,8 +12,8 @@ from .models import (
12
12
  Customer,
13
13
  PaginationMetadata,
14
14
  CustomersList,
15
- SubscriptionPlan,
16
15
  SubscriptionCustomer,
16
+ SubscriptionPlan,
17
17
  Subscription,
18
18
  SubscriptionsList,
19
19
  PlanProduct,
@@ -80,8 +80,8 @@ __all__ = [
80
80
  "Customer",
81
81
  "PaginationMetadata",
82
82
  "CustomersList",
83
- "SubscriptionPlan",
84
83
  "SubscriptionCustomer",
84
+ "SubscriptionPlan",
85
85
  "Subscription",
86
86
  "SubscriptionsList",
87
87
  "PlanProduct",
@@ -317,7 +317,7 @@ class AirbyteCloudClient:
317
317
  )
318
318
  """
319
319
  token = await self.get_bearer_token()
320
- url = f"{self.API_BASE_URL}/api/v1/connectors/sources/{connector_id}/execute"
320
+ url = f"{self.API_BASE_URL}/api/v1/integrations/connectors/{connector_id}/execute"
321
321
  headers = {"Authorization": f"Bearer {token}"}
322
322
  request_body = {
323
323
  "entity": entity,
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "airbyte-agent-orb"
3
- version = "0.1.8"
3
+ version = "0.1.9"
4
4
  description = "Airbyte Orb Connector for AI platforms"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.13"
@@ -78,15 +78,6 @@ class CustomersList(BaseModel):
78
78
  data: Union[list[Customer], Any] = Field(default=None)
79
79
  pagination_metadata: Union[PaginationMetadata, Any] = Field(default=None)
80
80
 
81
- class SubscriptionPlan(BaseModel):
82
- """The plan associated with the subscription"""
83
- model_config = ConfigDict(extra="allow", populate_by_name=True)
84
-
85
- id: Union[str | None, Any] = Field(default=None, description="The plan ID")
86
- """The plan ID"""
87
- name: Union[str | None, Any] = Field(default=None, description="The plan name")
88
- """The plan name"""
89
-
90
81
  class SubscriptionCustomer(BaseModel):
91
82
  """The customer associated with the subscription"""
92
83
  model_config = ConfigDict(extra="allow", populate_by_name=True)
@@ -96,6 +87,15 @@ class SubscriptionCustomer(BaseModel):
96
87
  external_customer_id: Union[str | None, Any] = Field(default=None, description="The external customer ID")
97
88
  """The external customer ID"""
98
89
 
90
+ class SubscriptionPlan(BaseModel):
91
+ """The plan associated with the subscription"""
92
+ model_config = ConfigDict(extra="allow", populate_by_name=True)
93
+
94
+ id: Union[str | None, Any] = Field(default=None, description="The plan ID")
95
+ """The plan ID"""
96
+ name: Union[str | None, Any] = Field(default=None, description="The plan name")
97
+ """The plan name"""
98
+
99
99
  class Subscription(BaseModel):
100
100
  """Subscription object"""
101
101
  model_config = ConfigDict(extra="allow", populate_by_name=True)