Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
232 changes: 116 additions & 116 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.38.6
version: 0.38.7
additionalDependencies:
dev: {}
main: {}
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.796.3
speakeasyVersion: 1.797.0
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:0b1c3e87e6cad03a8d50cbfcb08922fa4a62248cb2059df8fd7d7e2d61722828
sourceBlobDigest: sha256:c16b7aed885fec38dd43ca897fe90cea862ea256602c1ab327f8e6d760d313d0
sourceRevisionDigest: sha256:f97acfd89f30a862c17cb862397d804e28e99f231611746c4e05ca8de3034217
sourceBlobDigest: sha256:72118b804e1c891814eb2d0bc72d421681cfc56d4793874028eed9de081e8774
tags:
- latest
- 0.0.1
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:0b1c3e87e6cad03a8d50cbfcb08922fa4a62248cb2059df8fd7d7e2d61722828
sourceBlobDigest: sha256:c16b7aed885fec38dd43ca897fe90cea862ea256602c1ab327f8e6d760d313d0
sourceRevisionDigest: sha256:f97acfd89f30a862c17cb862397d804e28e99f231611746c4e05ca8de3034217
sourceBlobDigest: sha256:72118b804e1c891814eb2d0bc72d421681cfc56d4793874028eed9de081e8774
codeSamplesNamespace: code-samples-python-my-first-target
codeSamplesRevisionDigest: sha256:51ff26e2ae952e2520f6925e789f69fc1f0e26ada33c950e3155b89714478259
codeSamplesRevisionDigest: sha256:01f542bb8e539dff0adb7af92a3dea4a715585d31fb9a507e692caae3c688f0c
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ with Dub(
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
})
Expand Down Expand Up @@ -163,11 +163,11 @@ async def main():
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
})
Expand Down Expand Up @@ -198,11 +198,11 @@ with Dub(
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
})
Expand Down Expand Up @@ -235,11 +235,11 @@ async def main():
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
})
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1636,4 +1636,14 @@ Based on:
### Generated
- [python v0.38.6] .
### Releases
- [PyPI v0.38.6] https://pypi.org/project/dub/0.38.6 - .
- [PyPI v0.38.6] https://pypi.org/project/dub/0.38.6 - .

## 2026-09-17 04:16:45
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.797.0 (2.937.18) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.38.7] .
### Releases
- [PyPI v0.38.7] https://pypi.org/project/dub/0.38.7 - .
16 changes: 8 additions & 8 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ with Dub(
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
})
Expand Down Expand Up @@ -54,11 +54,11 @@ async def main():
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
})
Expand Down Expand Up @@ -87,11 +87,11 @@ with Dub(
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
})
Expand Down Expand Up @@ -124,11 +124,11 @@ async def main():
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
})
Expand Down
40 changes: 20 additions & 20 deletions codeSamples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -572,11 +572,11 @@ actions:
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
})
Expand Down Expand Up @@ -627,11 +627,11 @@ actions:
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
},
Expand Down Expand Up @@ -662,11 +662,11 @@ actions:
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
},
Expand All @@ -679,11 +679,11 @@ actions:
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
},
Expand Down Expand Up @@ -750,11 +750,11 @@ actions:
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
})
Expand Down Expand Up @@ -800,11 +800,11 @@ actions:
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
})
Expand Down Expand Up @@ -861,11 +861,11 @@ actions:
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
},
Expand Down Expand Up @@ -1026,11 +1026,11 @@ actions:
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
},
Expand Down Expand Up @@ -1061,11 +1061,11 @@ actions:
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
},
Expand Down Expand Up @@ -1207,11 +1207,11 @@ actions:
"test_variants": [
{
"url": "https://example.com/variant-1",
"percentage": 50,
"percentage": 50.0,
},
{
"url": "https://example.com/variant-2",
"percentage": 50,
"percentage": 50.0,
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/commissioncreatedeventdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
| `description` | *Nullable[str]* | :heavy_check_mark: | An optional description of the commission. | |
| `quantity` | *float* | :heavy_check_mark: | The event quantity. Used for click and lead commissions; typically `1` for sale and custom commissions. | |
| `user_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who created the manual commission. | |
| `metadata` | Dict[str, *Any*] | :heavy_check_mark: | User-provided metadata from the associated lead or sale event (`lead.metadata` / `sale.metadata`). | |
| `metadata` | Dict[str, *Any*] | :heavy_check_mark: | Metadata from the associated lead or sale event (`lead.metadata` / `sale.metadata`), or from Stripe webhook metadata. | |
| `created_at` | *str* | :heavy_check_mark: | The date and time when the commission was created. | |
| `updated_at` | *str* | :heavy_check_mark: | The date and time when the commission was last updated. | |
| `partner` | [components.CommissionCreatedEventPartner](../../models/components/commissioncreatedeventpartner.md) | :heavy_check_mark: | N/A | |
Expand Down
Loading