ebiose-cloud-sdk 0.1.899.dev0__tar.gz → 0.1.903.dev0__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.
- {ebiose_cloud_sdk-0.1.899.dev0 → ebiose_cloud_sdk-0.1.903.dev0}/PKG-INFO +1 -1
- {ebiose_cloud_sdk-0.1.899.dev0 → ebiose_cloud_sdk-0.1.903.dev0}/ebiose_cloud_sdk/models.py +7 -0
- {ebiose_cloud_sdk-0.1.899.dev0 → ebiose_cloud_sdk-0.1.903.dev0}/pyproject.toml +1 -1
- {ebiose_cloud_sdk-0.1.899.dev0 → ebiose_cloud_sdk-0.1.903.dev0}/.gitignore +0 -0
- {ebiose_cloud_sdk-0.1.899.dev0 → ebiose_cloud_sdk-0.1.903.dev0}/README.md +0 -0
- {ebiose_cloud_sdk-0.1.899.dev0 → ebiose_cloud_sdk-0.1.903.dev0}/ebiose_cloud_sdk/__init__.py +0 -0
|
@@ -129,6 +129,13 @@ class CreateCreditCodeInput(BaseModel):
|
|
|
129
129
|
max_redemptions: int | None = None
|
|
130
130
|
|
|
131
131
|
|
|
132
|
+
class CycleSpendResponse(BaseModel):
|
|
133
|
+
model_config = ConfigDict(
|
|
134
|
+
extra="forbid",
|
|
135
|
+
)
|
|
136
|
+
spend: float
|
|
137
|
+
|
|
138
|
+
|
|
132
139
|
class CycleStatus(StrEnum):
|
|
133
140
|
running = "running"
|
|
134
141
|
completed = "completed"
|
|
File without changes
|
|
File without changes
|
{ebiose_cloud_sdk-0.1.899.dev0 → ebiose_cloud_sdk-0.1.903.dev0}/ebiose_cloud_sdk/__init__.py
RENAMED
|
File without changes
|