airbyte-agent-orb 0.1.2__tar.gz → 0.1.4__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.2 → airbyte_agent_orb-0.1.4}/CHANGELOG.md +10 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/PKG-INFO +4 -3
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/README.md +3 -2
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/__init__.py +6 -6
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/executor/local_executor.py +4 -3
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/http/adapters/httpx_adapter.py +10 -1
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/pyproject.toml +1 -1
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/.gitignore +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/AUTH.md +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/REFERENCE.md +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/__init__.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/connector.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/connector_model.py +0 -0
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/models.py +25 -25
- {airbyte_agent_orb-0.1.2 → airbyte_agent_orb-0.1.4}/airbyte_agent_orb/types.py +0 -0
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Orb changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.4] - 2026-01-30
|
|
4
|
+
- Updated connector definition (YAML version 0.1.1)
|
|
5
|
+
- Source commit: 5b20f488
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
8
|
+
## [0.1.3] - 2026-01-30
|
|
9
|
+
- Updated connector definition (YAML version 0.1.1)
|
|
10
|
+
- Source commit: a3729d85
|
|
11
|
+
- SDK version: 0.1.0
|
|
12
|
+
|
|
3
13
|
## [0.1.2] - 2026-01-29
|
|
4
14
|
- Updated connector definition (YAML version 0.1.1)
|
|
5
15
|
- Source commit: 43200eed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-orb
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
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,6 +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.4
|
|
151
151
|
- **Connector version:** 0.1.1
|
|
152
|
-
- **Generated with Connector SDK commit SHA:**
|
|
152
|
+
- **Generated with Connector SDK commit SHA:** 5b20f488dec0e8f29410823753106603c23a4b65
|
|
153
|
+
- **Changelog:** [View changelog](https://github.com/airbytehq/airbyte-agent-connectors/blob/main/connectors/orb/CHANGELOG.md)
|
|
@@ -114,6 +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.4
|
|
118
118
|
- **Connector version:** 0.1.1
|
|
119
|
-
- **Generated with Connector SDK commit SHA:**
|
|
119
|
+
- **Generated with Connector SDK commit SHA:** 5b20f488dec0e8f29410823753106603c23a4b65
|
|
120
|
+
- **Changelog:** [View changelog](https://github.com/airbytehq/airbyte-agent-connectors/blob/main/connectors/orb/CHANGELOG.md)
|
|
@@ -12,17 +12,17 @@ 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
|
-
PlanPricesItem,
|
|
20
19
|
PlanProduct,
|
|
20
|
+
PlanPricesItem,
|
|
21
21
|
Plan,
|
|
22
22
|
PlansList,
|
|
23
|
+
InvoiceSubscription,
|
|
23
24
|
InvoiceLineItemsItem,
|
|
24
25
|
InvoiceCustomer,
|
|
25
|
-
InvoiceSubscription,
|
|
26
26
|
Invoice,
|
|
27
27
|
InvoicesList,
|
|
28
28
|
CustomersListResultMeta,
|
|
@@ -80,17 +80,17 @@ __all__ = [
|
|
|
80
80
|
"Customer",
|
|
81
81
|
"PaginationMetadata",
|
|
82
82
|
"CustomersList",
|
|
83
|
-
"SubscriptionPlan",
|
|
84
83
|
"SubscriptionCustomer",
|
|
84
|
+
"SubscriptionPlan",
|
|
85
85
|
"Subscription",
|
|
86
86
|
"SubscriptionsList",
|
|
87
|
-
"PlanPricesItem",
|
|
88
87
|
"PlanProduct",
|
|
88
|
+
"PlanPricesItem",
|
|
89
89
|
"Plan",
|
|
90
90
|
"PlansList",
|
|
91
|
+
"InvoiceSubscription",
|
|
91
92
|
"InvoiceLineItemsItem",
|
|
92
93
|
"InvoiceCustomer",
|
|
93
|
-
"InvoiceSubscription",
|
|
94
94
|
"Invoice",
|
|
95
95
|
"InvoicesList",
|
|
96
96
|
"CustomersListResultMeta",
|
|
@@ -584,7 +584,7 @@ class LocalExecutor:
|
|
|
584
584
|
return ExecutionResult(
|
|
585
585
|
success=True,
|
|
586
586
|
data={
|
|
587
|
-
"status": "
|
|
587
|
+
"status": "skipped",
|
|
588
588
|
"error": "No list operation available for health check",
|
|
589
589
|
},
|
|
590
590
|
)
|
|
@@ -599,7 +599,7 @@ class LocalExecutor:
|
|
|
599
599
|
return ExecutionResult(
|
|
600
600
|
success=True,
|
|
601
601
|
data={
|
|
602
|
-
"status": "
|
|
602
|
+
"status": "skipped",
|
|
603
603
|
"error": "No standard handler available",
|
|
604
604
|
},
|
|
605
605
|
)
|
|
@@ -616,13 +616,14 @@ class LocalExecutor:
|
|
|
616
616
|
)
|
|
617
617
|
except Exception as e:
|
|
618
618
|
return ExecutionResult(
|
|
619
|
-
success=
|
|
619
|
+
success=False,
|
|
620
620
|
data={
|
|
621
621
|
"status": "unhealthy",
|
|
622
622
|
"error": str(e),
|
|
623
623
|
"checked_entity": check_entity,
|
|
624
624
|
"checked_action": "list",
|
|
625
625
|
},
|
|
626
|
+
error=str(e),
|
|
626
627
|
)
|
|
627
628
|
|
|
628
629
|
async def _execute_operation(
|
|
@@ -186,7 +186,16 @@ class HTTPXClient:
|
|
|
186
186
|
# Try to get error message from response
|
|
187
187
|
try:
|
|
188
188
|
error_data = httpx_response.json()
|
|
189
|
-
|
|
189
|
+
errors_list = error_data.get("errors")
|
|
190
|
+
if isinstance(errors_list, list):
|
|
191
|
+
|
|
192
|
+
def _extract_error(e: object) -> str:
|
|
193
|
+
if isinstance(e, dict):
|
|
194
|
+
return str(e.get("userPresentableMessage") or e.get("message") or e.get("error") or e)
|
|
195
|
+
return str(e)
|
|
196
|
+
|
|
197
|
+
errors_list = ", ".join(_extract_error(e) for e in errors_list)
|
|
198
|
+
error_message = errors_list or error_data.get("message") or error_data.get("error") or str(error_data)
|
|
190
199
|
except Exception:
|
|
191
200
|
error_message = httpx_response.text or f"HTTP {status_code} error"
|
|
192
201
|
|
|
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
|
|
File without changes
|
|
@@ -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)
|
|
@@ -126,6 +126,15 @@ class SubscriptionsList(BaseModel):
|
|
|
126
126
|
data: Union[list[Subscription], Any] = Field(default=None)
|
|
127
127
|
pagination_metadata: Union[PaginationMetadata, Any] = Field(default=None)
|
|
128
128
|
|
|
129
|
+
class PlanProduct(BaseModel):
|
|
130
|
+
"""The product associated with the plan"""
|
|
131
|
+
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
132
|
+
|
|
133
|
+
id: Union[str | None, Any] = Field(default=None, description="The product ID")
|
|
134
|
+
"""The product ID"""
|
|
135
|
+
name: Union[str | None, Any] = Field(default=None, description="The product name")
|
|
136
|
+
"""The product name"""
|
|
137
|
+
|
|
129
138
|
class PlanPricesItem(BaseModel):
|
|
130
139
|
"""Nested schema for Plan.prices_item"""
|
|
131
140
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
@@ -141,15 +150,6 @@ class PlanPricesItem(BaseModel):
|
|
|
141
150
|
currency: Union[str | None, Any] = Field(default=None, description="The currency of the price")
|
|
142
151
|
"""The currency of the price"""
|
|
143
152
|
|
|
144
|
-
class PlanProduct(BaseModel):
|
|
145
|
-
"""The product associated with the plan"""
|
|
146
|
-
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
147
|
-
|
|
148
|
-
id: Union[str | None, Any] = Field(default=None, description="The product ID")
|
|
149
|
-
"""The product ID"""
|
|
150
|
-
name: Union[str | None, Any] = Field(default=None, description="The product name")
|
|
151
|
-
"""The product name"""
|
|
152
|
-
|
|
153
153
|
class Plan(BaseModel):
|
|
154
154
|
"""Plan object"""
|
|
155
155
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
@@ -180,6 +180,13 @@ 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
|
+
|
|
183
190
|
class InvoiceLineItemsItem(BaseModel):
|
|
184
191
|
"""Nested schema for Invoice.line_items_item"""
|
|
185
192
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
@@ -206,13 +213,6 @@ class InvoiceCustomer(BaseModel):
|
|
|
206
213
|
external_customer_id: Union[str | None, Any] = Field(default=None, description="The external customer ID")
|
|
207
214
|
"""The external customer ID"""
|
|
208
215
|
|
|
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
|