Skip to content

Commit

Permalink
Merge pull request #38 from dubinc/speakeasy-sdk-regen-1725326703
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey authored Sep 4, 2024
2 parents 6c8768c + 2e43bbf commit 0fd9764
Show file tree
Hide file tree
Showing 33 changed files with 631 additions and 2,389 deletions.
20 changes: 9 additions & 11 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: 721d398075627f52145125ad6074cef5
docChecksum: e79768bd6535cef0d8d78eefb5ac63e1
docVersion: 0.0.1
speakeasyVersion: 1.385.0
generationVersion: 2.407.2
releaseVersion: 0.7.3
configChecksum: 3b18df936d28dda94b2d523af0561037
speakeasyVersion: 1.390.1
generationVersion: 2.409.0
releaseVersion: 0.7.4
configChecksum: bd9f10704d95327b294709d762e7c50f
repoURL: https://github.com/dubinc/dub-python.git
installationURL: https://github.com/dubinc/dub-python.git
published: true
Expand Down Expand Up @@ -81,6 +81,7 @@ generatedFiles:
- src/dub/models/operations/deletelink.py
- src/dub/models/operations/updatelink.py
- src/dub/models/operations/bulkcreatelinks.py
- src/dub/models/operations/bulkdeletelinks.py
- src/dub/models/operations/bulkupdatelinks.py
- src/dub/models/operations/upsertlink.py
- src/dub/models/operations/getqrcode.py
Expand Down Expand Up @@ -156,6 +157,8 @@ generatedFiles:
- docs/models/operations/bulkcreatelinkstagids.md
- docs/models/operations/bulkcreatelinkstagnames.md
- docs/models/operations/requestbody.md
- docs/models/operations/bulkdeletelinksrequest.md
- docs/models/operations/bulkdeletelinksresponsebody.md
- docs/models/operations/bulkupdatelinkstagids.md
- docs/models/operations/bulkupdatelinkstagnames.md
- docs/models/operations/data.md
Expand Down Expand Up @@ -192,18 +195,13 @@ generatedFiles:
- docs/models/operations/updatedomainrequestbody.md
- docs/models/operations/updatedomainrequest.md
- docs/models/operations/trackleadrequestbody.md
- docs/models/operations/customer.md
- docs/models/operations/click.md
- docs/models/operations/geo.md
- docs/models/operations/link.md
- docs/models/operations/customer.md
- docs/models/operations/trackleadresponsebody.md
- docs/models/operations/paymentprocessor.md
- docs/models/operations/tracksalerequestbody.md
- docs/models/operations/tracksalecustomer.md
- docs/models/operations/sale.md
- docs/models/operations/tracksaleclick.md
- docs/models/operations/tracksalegeo.md
- docs/models/operations/tracksalelink.md
- docs/models/operations/tracksaleresponsebody.md
- docs/models/operations/trackcustomerrequestbody.md
- docs/models/operations/trackcustomerresponsebody.md
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.7.3
version: 0.7.4
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.385.0
speakeasyVersion: 1.390.1
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:f816d7cf91b05b49137970295afd49f9866e253e8bbc0e350b5f838dd7df244a
sourceBlobDigest: sha256:97dc3ab7247b0c882ab6f2652378b2b0ca20809d7ec993cb89dd174d476d205e
sourceRevisionDigest: sha256:69744ef58fd9c8bb8fbb9610f9628077f705cb3190d323e74b4c16146722b552
sourceBlobDigest: sha256:610bc7cc5f22ea6d50eef98ab4141f3d1e1bdb00c4f8570a7ec7f0f5716acc08
tags:
- latest
- main
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:f816d7cf91b05b49137970295afd49f9866e253e8bbc0e350b5f838dd7df244a
sourceBlobDigest: sha256:97dc3ab7247b0c882ab6f2652378b2b0ca20809d7ec993cb89dd174d476d205e
sourceRevisionDigest: sha256:69744ef58fd9c8bb8fbb9610f9628077f705cb3190d323e74b4c16146722b552
sourceBlobDigest: sha256:610bc7cc5f22ea6d50eef98ab4141f3d1e1bdb00c4f8570a7ec7f0f5716acc08
codeSamplesNamespace: code-samples-python-my-first-target
codeSamplesRevisionDigest: sha256:b2224aa374e16c0196cd79bedf7aeee7a6425256de6824d2886b242c239c790d
codeSamplesRevisionDigest: sha256:2498f6b904ed0279154e5f14c2f064bb51e0ecd271646e61aa91e462028edcbe
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ asyncio.run(main())
* [delete](docs/sdks/links/README.md#delete) - Delete a link
* [update](docs/sdks/links/README.md#update) - Update a link
* [create_many](docs/sdks/links/README.md#create_many) - Bulk create links
* [delete_many](docs/sdks/links/README.md#delete_many) - Bulk delete links
* [update_many](docs/sdks/links/README.md#update_many) - Bulk update links
* [upsert](docs/sdks/links/README.md#upsert) - Upsert a link

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,14 @@ Based on:
### Generated
- [python v0.7.3] .
### Releases
- [PyPI v0.7.3] https://pypi.org/project/dub/0.7.3 - .
- [PyPI v0.7.3] https://pypi.org/project/dub/0.7.3 - .

## 2024-09-04 01:26:04
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.390.1 (2.409.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.7.4] .
### Releases
- [PyPI v0.7.4] https://pypi.org/project/dub/0.7.4 - .
Loading

0 comments on commit 0fd9764

Please sign in to comment.