ebiose-cloud-sdk 0.1.899.dev0__tar.gz → 0.1.911.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ebiose-cloud-sdk
3
- Version: 0.1.899.dev0
3
+ Version: 0.1.911.dev0
4
4
  Summary: Auto-generated Pydantic models for the Ebiose Cloud Backend API.
5
5
  Author: Ebiose
6
6
  Requires-Python: >=3.12
@@ -14,7 +14,7 @@ Auto-generated Pydantic v2 models for the Ebiose Cloud Backend API.
14
14
  ## Generation
15
15
 
16
16
  This package is regenerated from the Backend's OpenAPI spec
17
- (`/swagger/v1/swagger.json`) by `client-generator/generate.sh`.
17
+ (`/swagger/v1/swagger.json`) by `ops/client-generator/generate.sh`.
18
18
 
19
19
  Do not hand-edit `ebiose_cloud_sdk/models.py` — it will be overwritten on
20
20
  next regeneration.
@@ -24,14 +24,14 @@ next regeneration.
24
24
  From `ebiose-core/`:
25
25
 
26
26
  ```bash
27
- uv pip install -e ../client-generator/python/
27
+ uv pip install -e ../ops/client-generator/python/
28
28
  ```
29
29
 
30
30
  ## Distribution
31
31
 
32
32
  Published to [PyPI](https://pypi.org/project/ebiose-cloud-sdk/) via Trusted
33
33
  Publishing (OIDC) by `.github/workflows/sdk-publish.yml` on changes to
34
- `Backend/**` or `client-generator/**` on `dev` and `main`.
34
+ `Backend/**` or `ops/client-generator/**` on `dev` and `main`.
35
35
 
36
36
  ```bash
37
37
  pip install ebiose-cloud-sdk
@@ -5,7 +5,7 @@ Auto-generated Pydantic v2 models for the Ebiose Cloud Backend API.
5
5
  ## Generation
6
6
 
7
7
  This package is regenerated from the Backend's OpenAPI spec
8
- (`/swagger/v1/swagger.json`) by `client-generator/generate.sh`.
8
+ (`/swagger/v1/swagger.json`) by `ops/client-generator/generate.sh`.
9
9
 
10
10
  Do not hand-edit `ebiose_cloud_sdk/models.py` — it will be overwritten on
11
11
  next regeneration.
@@ -15,14 +15,14 @@ next regeneration.
15
15
  From `ebiose-core/`:
16
16
 
17
17
  ```bash
18
- uv pip install -e ../client-generator/python/
18
+ uv pip install -e ../ops/client-generator/python/
19
19
  ```
20
20
 
21
21
  ## Distribution
22
22
 
23
23
  Published to [PyPI](https://pypi.org/project/ebiose-cloud-sdk/) via Trusted
24
24
  Publishing (OIDC) by `.github/workflows/sdk-publish.yml` on changes to
25
- `Backend/**` or `client-generator/**` on `dev` and `main`.
25
+ `Backend/**` or `ops/client-generator/**` on `dev` and `main`.
26
26
 
27
27
  ```bash
28
28
  pip install ebiose-cloud-sdk
@@ -1,4 +1,4 @@
1
- # AUTO-GENERATED by client-generator/generate.sh — do not edit by hand.
1
+ # AUTO-GENERATED by ops/client-generator/generate.sh — do not edit by hand.
2
2
 
3
3
  from __future__ import annotations
4
4
 
@@ -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"
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ebiose-cloud-sdk"
3
- version = "0.1.899.dev0"
3
+ version = "0.1.911.dev0"
4
4
  description = "Auto-generated Pydantic models for the Ebiose Cloud Backend API."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"