Skip to content
Merged
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
18 changes: 9 additions & 9 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
lockVersion: 2.0.0
id: ab657d60-207e-43a4-8cc8-692a672950ed
management:
docChecksum: efdac56f4e3c654dda7366d7daef7320
docChecksum: a2ac297972706e86f31e833913025851
docVersion: 0.0.1
speakeasyVersion: 1.548.3
generationVersion: 2.605.6
releaseVersion: 0.24.1
configChecksum: 7370668678637f9df2b4980938411c52
speakeasyVersion: 1.552.0
generationVersion: 2.610.0
releaseVersion: 0.25.0
configChecksum: 7a6ee815c6c45dd92618edffea36d91e
repoURL: https://github.com/dubinc/dub-python.git
installationURL: https://github.com/dubinc/dub-python.git
published: true
features:
python:
additionalDependencies: 1.0.0
constsAndDefaults: 1.0.5
core: 5.18.1
core: 5.19.0
defaultEnabledRetries: 0.2.0
deprecations: 3.0.2
enumUnions: 0.1.0
Expand Down Expand Up @@ -950,7 +950,7 @@ examples:
speakeasy-default-create-folder:
responses:
"201":
application/json: {"id": "<id>", "name": "<value>", "type": "mega", "accessLevel": null, "linkCount": 0, "createdAt": "1737753022608", "updatedAt": "1747570330462"}
application/json: {"id": "<id>", "name": "<value>", "type": "mega", "accessLevel": null, "createdAt": "1737753022608", "updatedAt": "1747570330462"}
"400":
application/json: {"error": {"code": "bad_request", "message": "The requested resource was not found.", "doc_url": "https://dub.co/docs/api-reference/errors#bad-request"}}
"401":
Expand All @@ -977,7 +977,7 @@ examples:
pageSize: 50
responses:
"200":
application/json: [{"id": "<id>", "name": "<value>", "type": "default", "accessLevel": null, "linkCount": 0, "createdAt": "1739500960144", "updatedAt": "1747574920596"}, {"id": "<id>", "name": "<value>", "type": "default", "accessLevel": null, "linkCount": 0, "createdAt": "1739500960144", "updatedAt": "1747574920596"}]
application/json: [{"id": "<id>", "name": "<value>", "type": "default", "accessLevel": null, "createdAt": "1739500960144", "updatedAt": "1747574920596"}, {"id": "<id>", "name": "<value>", "type": "default", "accessLevel": null, "createdAt": "1739500960144", "updatedAt": "1747574920596"}]
"400":
application/json: {"error": {"code": "bad_request", "message": "The requested resource was not found.", "doc_url": "https://dub.co/docs/api-reference/errors#bad-request"}}
"401":
Expand All @@ -1003,7 +1003,7 @@ examples:
id: "<id>"
responses:
"200":
application/json: {"id": "<id>", "name": "<value>", "type": "default", "accessLevel": null, "linkCount": 0, "createdAt": "1719092365165", "updatedAt": "1747578321133"}
application/json: {"id": "<id>", "name": "<value>", "type": "default", "accessLevel": null, "createdAt": "1719092365165", "updatedAt": "1747578321133"}
"400":
application/json: {"error": {"code": "bad_request", "message": "The requested resource was not found.", "doc_url": "https://dub.co/docs/api-reference/errors#bad-request"}}
"401":
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
python:
version: 0.24.1
version: 0.25.0
additionalDependencies:
dev: {}
main: {}
Expand Down
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.548.3
speakeasyVersion: 1.552.0
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:3b46a4265ce98ecbbd40833cc9c96af496a337ba16161f52edd03dcd92501e11
sourceBlobDigest: sha256:b6ac8d347a7a223ad6877aeeab06453d65b5788cfc0bdaa1ce02e125c8874cc7
sourceRevisionDigest: sha256:2dc083ecf69ea3bd2bbd45bf97953f2c2797aa98d735a68a5ab3ef1f96fa058d
sourceBlobDigest: sha256:39e620a3019835bf60651aa58ed0d979c02eb2cefe4afaa897c28e7298c5da14
tags:
- latest
- speakeasy-sdk-regen-1747787427
- speakeasy-sdk-regen-1748478609
- 0.0.1
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:3b46a4265ce98ecbbd40833cc9c96af496a337ba16161f52edd03dcd92501e11
sourceBlobDigest: sha256:b6ac8d347a7a223ad6877aeeab06453d65b5788cfc0bdaa1ce02e125c8874cc7
sourceRevisionDigest: sha256:2dc083ecf69ea3bd2bbd45bf97953f2c2797aa98d735a68a5ab3ef1f96fa058d
sourceBlobDigest: sha256:39e620a3019835bf60651aa58ed0d979c02eb2cefe4afaa897c28e7298c5da14
codeSamplesNamespace: code-samples-python-my-first-target
codeSamplesRevisionDigest: sha256:c2a0f781eaa490390adeb3698f323391784ce8bea9264b32402cac0b6fbc75fa
codeSamplesRevisionDigest: sha256:5cceff8cdac026f67d2d5fb7d54075d44c734332677e8c6606ced49f8277aaa3
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 @@ -1146,4 +1146,14 @@ Based on:
### Generated
- [python v0.24.1] .
### Releases
- [PyPI v0.24.1] https://pypi.org/project/dub/0.24.1 - .
- [PyPI v0.24.1] https://pypi.org/project/dub/0.24.1 - .

## 2025-05-29 00:29:53
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.25.0] .
### Releases
- [PyPI v0.25.0] https://pypi.org/project/dub/0.25.0 - .
1 change: 0 additions & 1 deletion docs/models/components/folderschema.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
| `name` | *str* | :heavy_check_mark: | The name of the folder. |
| `type` | [components.Type](../../models/components/type.md) | :heavy_check_mark: | N/A |
| `access_level` | [OptionalNullable[components.AccessLevel]](../../models/components/accesslevel.md) | :heavy_minus_sign: | The access level of the folder within the workspace. |
| `link_count` | *Optional[float]* | :heavy_minus_sign: | The number of links in the folder. |
| `created_at` | *str* | :heavy_check_mark: | The date the folder was created. |
| `updated_at` | *str* | :heavy_check_mark: | The date the folder was updated. |
11 changes: 5 additions & 6 deletions docs/models/operations/listfoldersrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

## Fields

| Field | Type | Required | Description | Example |
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
| `search` | *Optional[str]* | :heavy_minus_sign: | The search term to filter the folders by. | |
| `include_link_count` | *Optional[bool]* | :heavy_minus_sign: | Whether to include the link count in the response. | |
| `page` | *Optional[float]* | :heavy_minus_sign: | The page number for pagination. | 1 |
| `page_size` | *Optional[float]* | :heavy_minus_sign: | The number of items per page. | 50 |
| Field | Type | Required | Description | Example |
| ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- |
| `search` | *Optional[str]* | :heavy_minus_sign: | The search term to filter the folders by. | |
| `page` | *Optional[float]* | :heavy_minus_sign: | The page number for pagination. | 1 |
| `page_size` | *Optional[float]* | :heavy_minus_sign: | The number of items per page. | 50 |
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dub"
version = "0.24.1"
version = "0.25.0"
description = "Python Client SDK Generated by Speakeasy"
authors = [{ name = "Speakeasy" },]
readme = "README-PYPI.md"
Expand Down
6 changes: 3 additions & 3 deletions src/dub/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "dub"
__version__: str = "0.24.1"
__version__: str = "0.25.0"
__openapi_doc_version__: str = "0.0.1"
__gen_version__: str = "2.605.6"
__user_agent__: str = "speakeasy-sdk/python 0.24.1 2.605.6 0.0.1 dub"
__gen_version__: str = "2.610.0"
__user_agent__: str = "speakeasy-sdk/python 0.25.0 2.610.0 0.0.1 dub"

try:
if __package__ is not None:
Expand Down
1 change: 0 additions & 1 deletion src/dub/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

# package

Loading