Skip to content

Commit 4f3ae71

Browse files
committed
## Python SDK Changes Detected:
* `moov.products.list()`: **Added** * `moov.products.create()`: **Added** * `moov.products.get()`: **Added** * `moov.products.update()`: **Added** * `moov.products.disable()`: **Added**
1 parent 2c7e50b commit 4f3ae71

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+3194
-107
lines changed

.speakeasy/gen.lock

Lines changed: 124 additions & 8 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ generation:
2222
generateNewTests: false
2323
skipResponseBodyAssertions: false
2424
python:
25-
version: 0.17.2
25+
version: 0.17.3
2626
additionalDependencies:
2727
dev: {}
2828
main: {}

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.636.3
22
sources:
33
latest:
44
sourceNamespace: latest
5-
sourceRevisionDigest: sha256:30e6d94f4c46f786395b6fc2f3f052ce83c9651658aabea37a86ddee07e32fe1
6-
sourceBlobDigest: sha256:edabd6b597a38ad76265e8b6ed9193a158fe3c65947e824dbfa9928234c52ed6
5+
sourceRevisionDigest: sha256:29bdd7ab6053e3f097fea5a27d82451fa110954c9c73328cf5288bd1761b2133
6+
sourceBlobDigest: sha256:4816991e427d210be984db077e5e9fb4930ad5b3e996a74d2cf055d1d7d457c8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1760400711
9+
- speakeasy-sdk-regen-1760487141
1010
- latest
1111
targets:
1212
latest:
1313
source: latest
1414
sourceNamespace: latest
15-
sourceRevisionDigest: sha256:30e6d94f4c46f786395b6fc2f3f052ce83c9651658aabea37a86ddee07e32fe1
16-
sourceBlobDigest: sha256:edabd6b597a38ad76265e8b6ed9193a158fe3c65947e824dbfa9928234c52ed6
15+
sourceRevisionDigest: sha256:29bdd7ab6053e3f097fea5a27d82451fa110954c9c73328cf5288bd1761b2133
16+
sourceBlobDigest: sha256:4816991e427d210be984db077e5e9fb4930ad5b3e996a74d2cf055d1d7d457c8
1717
codeSamplesNamespace: latest-python-code-samples
18-
codeSamplesRevisionDigest: sha256:3465162b1cb84cdde3510e90587c41e440bb0e816900a9349865ce5ef6ce6639
18+
codeSamplesRevisionDigest: sha256:9c51883f0495b2a94488ef3ef99b9dcf5d7cc377ba6be3197117c743e47718b7
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README-PYPI.md

Lines changed: 55 additions & 44 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 55 additions & 44 deletions
Large diffs are not rendered by default.

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,4 +896,14 @@ Based on:
896896
### Generated
897897
- [python v0.17.2] .
898898
### Releases
899-
- [PyPI v0.17.2] https://pypi.org/project/moovio_sdk/0.17.2 - .
899+
- [PyPI v0.17.2] https://pypi.org/project/moovio_sdk/0.17.2 - .
900+
901+
## 2025-10-15 00:12:00
902+
### Changes
903+
Based on:
904+
- OpenAPI Doc
905+
- Speakeasy CLI 1.636.3 (2.723.11) https://github.com/speakeasy-api/speakeasy
906+
### Generated
907+
- [python v0.17.3] .
908+
### Releases
909+
- [PyPI v0.17.3] https://pypi.org/project/moovio_sdk/0.17.3 - .
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AmountDecimalValidationError
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `currency` | *Optional[str]* | :heavy_minus_sign: | N/A |
9+
| `value_decimal` | *Optional[str]* | :heavy_minus_sign: | N/A |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# AssignProductImage
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
8+
| `image_id` | *str* | :heavy_check_mark: | Unique identifier for a product or product option image resource. |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# AssignProductImageValidationError
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `image_id` | *Optional[str]* | :heavy_minus_sign: | N/A |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CreateProductOption
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `name` | *str* | :heavy_check_mark: | The display name of a product option. | |
9+
| `description` | *Optional[str]* | :heavy_minus_sign: | A detailed description of the option.<br/><br/>- Must be valid UTF-8 text<br/>- Supports Markdown for formatting<br/>- HTML is not permitted and will be rejected | |
10+
| `price_modifier` | *Optional[str]* | :heavy_minus_sign: | The adjustment applied to a product's base price by this option. Can be negative, positive, or zero. | -14.89 |
11+
| `images` | List[[components.AssignProductImage](../../models/components/assignproductimage.md)] | :heavy_minus_sign: | Assign previously uploaded images to a product or option. | |

0 commit comments

Comments
 (0)