Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.395.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 11, 2024
1 parent 05e064f commit 8aed073
Show file tree
Hide file tree
Showing 32 changed files with 104 additions and 97 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: ab657d60-207e-43a4-8cc8-692a672950ed
management:
docChecksum: f3ea51a606238d49d3b0b22c61387b74
docChecksum: 2e29304d123e35c2bf5bfc8eb02ad913
docVersion: 0.0.1
speakeasyVersion: 1.393.2
generationVersion: 2.413.0
releaseVersion: 0.8.0
configChecksum: 76e281b18b6eb3dff3af809f37f32cfe
speakeasyVersion: 1.395.1
generationVersion: 2.415.0
releaseVersion: 0.8.1
configChecksum: 12ec008de108071d1ed6323ebf45861d
repoURL: https://github.com/dubinc/dub-python.git
installationURL: https://github.com/dubinc/dub-python.git
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
python:
version: 0.8.0
version: 0.8.1
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.393.2
speakeasyVersion: 1.395.1
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:b00ae466a9b68eaea40095dcb63fa2c4168cafd87826cc649f17e26ca5549b42
sourceBlobDigest: sha256:0e90c8d3b076518f1be419c39b3f750a5c7d9cd7a9cab7884c3b0cce033556c1
sourceRevisionDigest: sha256:d3ad0bf0c2af0510d20bd29806e344ae6c891182441b48b2866ff39bc6194381
sourceBlobDigest: sha256:b7fc38109d275a1b1765f0dacf3c095fbe30413b8914b7cd03fd1e7e0507b56f
tags:
- latest
- main
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:b00ae466a9b68eaea40095dcb63fa2c4168cafd87826cc649f17e26ca5549b42
sourceBlobDigest: sha256:0e90c8d3b076518f1be419c39b3f750a5c7d9cd7a9cab7884c3b0cce033556c1
sourceRevisionDigest: sha256:d3ad0bf0c2af0510d20bd29806e344ae6c891182441b48b2866ff39bc6194381
sourceBlobDigest: sha256:b7fc38109d275a1b1765f0dacf3c095fbe30413b8914b7cd03fd1e7e0507b56f
codeSamplesNamespace: code-samples-python-my-first-target
codeSamplesRevisionDigest: sha256:1257e76d9b2b2b24365bb319045f3e4e48555538da889781d1ac891121e2b943
codeSamplesRevisionDigest: sha256:1cbe942f6d82ff9d1daab543f6a0a2138fc282455b74792f2cde8d68bea23c49
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,14 @@ Based on:
### Generated
- [python v0.8.0] .
### Releases
- [PyPI v0.8.0] https://pypi.org/project/dub/0.8.0 - .
- [PyPI v0.8.0] https://pypi.org/project/dub/0.8.0 - .

## 2024-09-11 00:25:14
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.395.1 (2.415.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.8.1] .
### Releases
- [PyPI v0.8.1] https://pypi.org/project/dub/0.8.1 - .
14 changes: 7 additions & 7 deletions docs/models/components/analyticsbrowsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

## Fields

| Field | Type | Required | Description |
| ------------------------------------------- | ------------------------------------------- | ------------------------------------------- | ------------------------------------------- |
| `browser` | *str* | :heavy_check_mark: | The name of the browser |
| `clicks` | *Optional[float]* | :heavy_minus_sign: | The number of clicks from this browser |
| `leads` | *Optional[float]* | :heavy_minus_sign: | The number of leads from this browser |
| `sales` | *Optional[float]* | :heavy_minus_sign: | The number of sales from this browser |
| `sale_amount` | *Optional[float]* | :heavy_minus_sign: | The total amount of sales from this browser |
| Field | Type | Required | Description |
| ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
| `browser` | *str* | :heavy_check_mark: | The name of the browser |
| `clicks` | *Optional[float]* | :heavy_minus_sign: | The number of clicks from this browser |
| `leads` | *Optional[float]* | :heavy_minus_sign: | The number of leads from this browser |
| `sales` | *Optional[float]* | :heavy_minus_sign: | The number of sales from this browser |
| `sale_amount` | *Optional[float]* | :heavy_minus_sign: | The total amount of sales from this browser, in cents |
2 changes: 1 addition & 1 deletion docs/models/components/analyticscities.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
| `clicks` | *Optional[float]* | :heavy_minus_sign: | The number of clicks from this city |
| `leads` | *Optional[float]* | :heavy_minus_sign: | The number of leads from this city |
| `sales` | *Optional[float]* | :heavy_minus_sign: | The number of sales from this city |
| `sale_amount` | *Optional[float]* | :heavy_minus_sign: | The total amount of sales from this city |
| `sale_amount` | *Optional[float]* | :heavy_minus_sign: | The total amount of sales from this city, in cents |
12 changes: 6 additions & 6 deletions docs/models/components/analyticscount.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

## Fields

| Field | Type | Required | Description |
| -------------------------- | -------------------------- | -------------------------- | -------------------------- |
| `clicks` | *Optional[float]* | :heavy_minus_sign: | The total number of clicks |
| `leads` | *Optional[float]* | :heavy_minus_sign: | The total number of leads |
| `sales` | *Optional[float]* | :heavy_minus_sign: | The total number of sales |
| `sale_amount` | *Optional[float]* | :heavy_minus_sign: | The total amount of sales |
| Field | Type | Required | Description |
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
| `clicks` | *Optional[float]* | :heavy_minus_sign: | The total number of clicks |
| `leads` | *Optional[float]* | :heavy_minus_sign: | The total number of leads |
| `sales` | *Optional[float]* | :heavy_minus_sign: | The total number of sales |
| `sale_amount` | *Optional[float]* | :heavy_minus_sign: | The total amount of sales, in cents |
2 changes: 1 addition & 1 deletion docs/models/components/analyticscountries.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
| `clicks` | *Optional[float]* | :heavy_minus_sign: | The number of clicks from this country |
| `leads` | *Optional[float]* | :heavy_minus_sign: | The number of leads from this country |
| `sales` | *Optional[float]* | :heavy_minus_sign: | The number of sales from this country |
| `sale_amount` | *Optional[float]* | :heavy_minus_sign: | The total amount of sales from this country |
| `sale_amount` | *Optional[float]* | :heavy_minus_sign: | The total amount of sales from this country, in cents |
14 changes: 7 additions & 7 deletions docs/models/components/analyticsdevices.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

## Fields

| Field | Type | Required | Description |
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
| `device` | *str* | :heavy_check_mark: | The name of the device |
| `clicks` | *Optional[float]* | :heavy_minus_sign: | The number of clicks from this device |
| `leads` | *Optional[float]* | :heavy_minus_sign: | The number of leads from this device |
| `sales` | *Optional[float]* | :heavy_minus_sign: | The number of sales from this device |
| `sale_amount` | *Optional[float]* | :heavy_minus_sign: | The total amount of sales from this device |
| Field | Type | Required | Description |
| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- |
| `device` | *str* | :heavy_check_mark: | The name of the device |
| `clicks` | *Optional[float]* | :heavy_minus_sign: | The number of clicks from this device |
| `leads` | *Optional[float]* | :heavy_minus_sign: | The number of leads from this device |
| `sales` | *Optional[float]* | :heavy_minus_sign: | The number of sales from this device |
| `sale_amount` | *Optional[float]* | :heavy_minus_sign: | The total amount of sales from this device, in cents |
14 changes: 7 additions & 7 deletions docs/models/components/analyticsos.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

## Fields

| Field | Type | Required | Description |
| -------------------------------------- | -------------------------------------- | -------------------------------------- | -------------------------------------- |
| `os` | *str* | :heavy_check_mark: | The name of the OS |
| `clicks` | *Optional[float]* | :heavy_minus_sign: | The number of clicks from this OS |
| `leads` | *Optional[float]* | :heavy_minus_sign: | The number of leads from this OS |
| `sales` | *Optional[float]* | :heavy_minus_sign: | The number of sales from this OS |
| `sale_amount` | *Optional[float]* | :heavy_minus_sign: | The total amount of sales from this OS |
| Field | Type | Required | Description |
| ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ |
| `os` | *str* | :heavy_check_mark: | The name of the OS |
| `clicks` | *Optional[float]* | :heavy_minus_sign: | The number of clicks from this OS |
| `leads` | *Optional[float]* | :heavy_minus_sign: | The number of leads from this OS |
| `sales` | *Optional[float]* | :heavy_minus_sign: | The number of sales from this OS |
| `sale_amount` | *Optional[float]* | :heavy_minus_sign: | The total amount of sales from this OS, in cents |
2 changes: 1 addition & 1 deletion docs/models/components/analyticsreferers.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
| `clicks` | *Optional[float]* | :heavy_minus_sign: | The number of clicks from this referer |
| `leads` | *Optional[float]* | :heavy_minus_sign: | The number of leads from this referer |
| `sales` | *Optional[float]* | :heavy_minus_sign: | The number of sales from this referer |
| `sale_amount` | *Optional[float]* | :heavy_minus_sign: | The total amount of sales from this referer |
| `sale_amount` | *Optional[float]* | :heavy_minus_sign: | The total amount of sales from this referer, in cents |
Loading

0 comments on commit 8aed073

Please sign in to comment.