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
744 changes: 504 additions & 240 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ generation:
requestResponseComponentNamesFeb2024: true
securityFeb2025: false
sharedErrorComponentsApr2025: false
sharedNestedComponentsJan2026: false
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
Expand All @@ -26,7 +27,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.34.1
version: 0.34.2
additionalDependencies:
dev: {}
main: {}
Expand Down Expand Up @@ -75,3 +76,4 @@ python:
responseFormat: flat
sseFlatResponse: false
templateVersion: v2
useAsyncHooks: false
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.685.0
speakeasyVersion: 1.700.2
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:ffa38913fd1ddb434ea4fdce5a9e4f7ac7e0eaecc392cfcfd91ac0b1afe8a92e
sourceBlobDigest: sha256:12df286a54a2610dde44a634f34e6e8d05e77d70b5c92a97875dffe2f7200504
sourceRevisionDigest: sha256:0caa41126950ceb6babf15474491cdbd46a58023af115c876b1bde6eb4036642
sourceBlobDigest: sha256:fdb124bbd147517834d859133cecb05db709dd6d6664246d38662e2a4f21f191
tags:
- latest
- speakeasy-sdk-regen-1768350905
- speakeasy-sdk-regen-1768437086
- 0.0.1
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:ffa38913fd1ddb434ea4fdce5a9e4f7ac7e0eaecc392cfcfd91ac0b1afe8a92e
sourceBlobDigest: sha256:12df286a54a2610dde44a634f34e6e8d05e77d70b5c92a97875dffe2f7200504
sourceRevisionDigest: sha256:0caa41126950ceb6babf15474491cdbd46a58023af115c876b1bde6eb4036642
sourceBlobDigest: sha256:fdb124bbd147517834d859133cecb05db709dd6d6664246d38662e2a4f21f191
codeSamplesNamespace: code-samples-python-my-first-target
codeSamplesRevisionDigest: sha256:372b8c53eb3837830888c25811fa3a070ee33ea4159b12d2b76af3d543b04953
codeSamplesRevisionDigest: sha256:60d5b4b3224dff648d65b7eb0f448d1a0a5b8449774ef385119c8d511ed3a9c6
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1456,4 +1456,14 @@ Based on:
### Generated
- [python v0.34.1] .
### Releases
- [PyPI v0.34.1] https://pypi.org/project/dub/0.34.1 - .
- [PyPI v0.34.1] https://pypi.org/project/dub/0.34.1 - .

## 2026-01-31 00:37:30
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.700.2 (2.801.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.34.2] .
### Releases
- [PyPI v0.34.2] https://pypi.org/project/dub/0.34.2 - .
7 changes: 5 additions & 2 deletions docs/models/components/commissioncreatedeventcustomer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id` | *str* | :heavy_check_mark: | The unique ID of the customer. You may use either the customer's `id` on Dub (obtained via `/customers` endpoint) or their `externalId` (unique ID within your system, prefixed with `ext_`, e.g. `ext_123`). |
| `external_id` | *str* | :heavy_check_mark: | Unique identifier for the customer in the client's app. |
| `name` | *str* | :heavy_check_mark: | Name of the customer. |
| `email` | *OptionalNullable[str]* | :heavy_minus_sign: | Email of the customer. |
| `avatar` | *OptionalNullable[str]* | :heavy_minus_sign: | Avatar URL of the customer. |
| `external_id` | *str* | :heavy_check_mark: | Unique identifier for the customer in the client's app. |
| `stripe_customer_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The customer's Stripe customer ID. This is useful for attributing recurring sale events to the partner who referred the customer. |
| `country` | *OptionalNullable[str]* | :heavy_minus_sign: | Country of the customer. |
| `sales` | *OptionalNullable[float]* | :heavy_minus_sign: | Total number of sales for the customer. |
| `sale_amount` | *OptionalNullable[float]* | :heavy_minus_sign: | Total amount of sales for the customer. |
| `created_at` | *str* | :heavy_check_mark: | The date the customer was created. |
| `created_at` | *str* | :heavy_check_mark: | The date the customer was created (usually the signup date or trial start date). |
| `first_sale_at` | *OptionalNullable[str]* | :heavy_minus_sign: | The date the customer made their first sale. Useful for calculating the time to first sale and LTV. |
| `subscription_canceled_at` | *OptionalNullable[str]* | :heavy_minus_sign: | The date the customer canceled their subscription. Useful for calculating LTV and churn rate. |
9 changes: 9 additions & 0 deletions docs/models/components/constraints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Constraints


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `max_length` | *Optional[int]* | :heavy_minus_sign: | N/A |
| `pattern` | *Optional[str]* | :heavy_minus_sign: | N/A |
Loading