airbyte-agent-orb 0.1.8__tar.gz → 0.1.10__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.
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/CHANGELOG.md +10 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/PKG-INFO +3 -3
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/README.md +2 -2
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/__init__.py +2 -2
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/cloud_utils/client.py +3 -4
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/pyproject.toml +1 -1
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/.gitignore +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/AUTH.md +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/REFERENCE.md +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/__init__.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/executor/local_executor.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/connector_sdk/validation_replication.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/connector.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/connector_model.py +0 -0
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/models.py +7 -7
- {airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/types.py +0 -0
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Orb changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.10] - 2026-02-04
|
|
4
|
+
- Updated connector definition (YAML version 0.1.1)
|
|
5
|
+
- Source commit: 30d23e05
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
8
|
+
## [0.1.9] - 2026-02-03
|
|
9
|
+
- Updated connector definition (YAML version 0.1.1)
|
|
10
|
+
- Source commit: 5ef2158e
|
|
11
|
+
- SDK version: 0.1.0
|
|
12
|
+
|
|
3
13
|
## [0.1.8] - 2026-02-03
|
|
4
14
|
- Updated connector definition (YAML version 0.1.1)
|
|
5
15
|
- Source commit: 5c6dbf88
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-orb
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.10
|
|
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.
|
|
150
|
+
- **Package version:** 0.1.10
|
|
151
151
|
- **Connector version:** 0.1.1
|
|
152
|
-
- **Generated with Connector SDK commit SHA:**
|
|
152
|
+
- **Generated with Connector SDK commit SHA:** 30d23e05ea640689df95fa82153916c6f67fa916
|
|
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.
|
|
117
|
+
- **Package version:** 0.1.10
|
|
118
118
|
- **Connector version:** 0.1.1
|
|
119
|
-
- **Generated with Connector SDK commit SHA:**
|
|
119
|
+
- **Generated with Connector SDK commit SHA:** 30d23e05ea640689df95fa82153916c6f67fa916
|
|
120
120
|
- **Changelog:** [View changelog](https://github.com/airbytehq/airbyte-agent-connectors/blob/main/connectors/orb/CHANGELOG.md)
|
|
@@ -20,9 +20,9 @@ from .models import (
|
|
|
20
20
|
PlanPricesItem,
|
|
21
21
|
Plan,
|
|
22
22
|
PlansList,
|
|
23
|
-
InvoiceSubscription,
|
|
24
23
|
InvoiceCustomer,
|
|
25
24
|
InvoiceLineItemsItem,
|
|
25
|
+
InvoiceSubscription,
|
|
26
26
|
Invoice,
|
|
27
27
|
InvoicesList,
|
|
28
28
|
CustomersListResultMeta,
|
|
@@ -88,9 +88,9 @@ __all__ = [
|
|
|
88
88
|
"PlanPricesItem",
|
|
89
89
|
"Plan",
|
|
90
90
|
"PlansList",
|
|
91
|
-
"InvoiceSubscription",
|
|
92
91
|
"InvoiceCustomer",
|
|
93
92
|
"InvoiceLineItemsItem",
|
|
93
|
+
"InvoiceSubscription",
|
|
94
94
|
"Invoice",
|
|
95
95
|
"InvoicesList",
|
|
96
96
|
"CustomersListResultMeta",
|
|
@@ -37,8 +37,7 @@ class AirbyteCloudClient:
|
|
|
37
37
|
)
|
|
38
38
|
"""
|
|
39
39
|
|
|
40
|
-
|
|
41
|
-
API_BASE_URL = "https://api.airbyte.ai" # For instance lookup & execution
|
|
40
|
+
API_BASE_URL = "https://api.airbyte.ai" # For all API calls including token endpoint
|
|
42
41
|
|
|
43
42
|
def __init__(self, client_id: str, client_secret: str):
|
|
44
43
|
"""Initialize AirbyteCloudClient.
|
|
@@ -85,7 +84,7 @@ class AirbyteCloudClient:
|
|
|
85
84
|
return self._cached_token
|
|
86
85
|
|
|
87
86
|
# Token is missing or expired, fetch a new one
|
|
88
|
-
url = f"{self.
|
|
87
|
+
url = f"{self.API_BASE_URL}/api/v1/account/applications/token"
|
|
89
88
|
request_body = {
|
|
90
89
|
"client_id": self._client_id,
|
|
91
90
|
"client_secret": self._client_secret,
|
|
@@ -317,7 +316,7 @@ class AirbyteCloudClient:
|
|
|
317
316
|
)
|
|
318
317
|
"""
|
|
319
318
|
token = await self.get_bearer_token()
|
|
320
|
-
url = f"{self.API_BASE_URL}/api/v1/connectors/
|
|
319
|
+
url = f"{self.API_BASE_URL}/api/v1/integrations/connectors/{connector_id}/execute"
|
|
321
320
|
headers = {"Authorization": f"Bearer {token}"}
|
|
322
321
|
request_body = {
|
|
323
322
|
"entity": entity,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_agent_orb-0.1.8 → airbyte_agent_orb-0.1.10}/airbyte_agent_orb/_vendored/__init__.py
RENAMED
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -180,13 +180,6 @@ class PlansList(BaseModel):
|
|
|
180
180
|
data: Union[list[Plan], Any] = Field(default=None)
|
|
181
181
|
pagination_metadata: Union[PaginationMetadata, Any] = Field(default=None)
|
|
182
182
|
|
|
183
|
-
class InvoiceSubscription(BaseModel):
|
|
184
|
-
"""The subscription associated with the invoice"""
|
|
185
|
-
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
186
|
-
|
|
187
|
-
id: Union[str | None, Any] = Field(default=None, description="The subscription ID")
|
|
188
|
-
"""The subscription ID"""
|
|
189
|
-
|
|
190
183
|
class InvoiceCustomer(BaseModel):
|
|
191
184
|
"""The customer associated with the invoice"""
|
|
192
185
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
@@ -213,6 +206,13 @@ class InvoiceLineItemsItem(BaseModel):
|
|
|
213
206
|
end_date: Union[str | None, Any] = Field(default=None, description="The end date of the line item")
|
|
214
207
|
"""The end date of the line item"""
|
|
215
208
|
|
|
209
|
+
class InvoiceSubscription(BaseModel):
|
|
210
|
+
"""The subscription associated with the invoice"""
|
|
211
|
+
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
212
|
+
|
|
213
|
+
id: Union[str | None, Any] = Field(default=None, description="The subscription ID")
|
|
214
|
+
"""The subscription ID"""
|
|
215
|
+
|
|
216
216
|
class Invoice(BaseModel):
|
|
217
217
|
"""Invoice object"""
|
|
218
218
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
File without changes
|