diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 5dca4fc..0401a33 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -1,12 +1,12 @@ lockVersion: 2.0.0 id: ab657d60-207e-43a4-8cc8-692a672950ed management: - docChecksum: 5124eb4c8a9ec61cd5ee7393fdecd832 + docChecksum: 81fbec1fddce6a9104ba0a932fec5804 docVersion: 0.0.1 - speakeasyVersion: 1.396.9 - generationVersion: 2.415.7 - releaseVersion: 0.10.0 - configChecksum: 11cf0e223e15b4c6524bcda59bd42651 + speakeasyVersion: 1.398.0 + generationVersion: 2.415.8 + releaseVersion: 0.10.1 + configChecksum: cadb12fcf946e593516b30b829f47ebd repoURL: https://github.com/dubinc/dub-python.git installationURL: https://github.com/dubinc/dub-python.git published: true diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index b807820..374878b 100755 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: true python: - version: 0.10.0 + version: 0.10.1 additionalDependencies: dev: {} main: {} diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index d87b717..1d5babc 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,9 +1,9 @@ -speakeasyVersion: 1.396.9 +speakeasyVersion: 1.398.0 sources: dub: sourceNamespace: dub - sourceRevisionDigest: sha256:7fb2a00f7c2f9c38bc7339786bec7331d817f76c8494dd32e999e213f552dcd5 - sourceBlobDigest: sha256:55c25e2b2e157a7628471de6d6e928bc9c03722c98cc0a4d364937aa3f541429 + sourceRevisionDigest: sha256:a09b3e976f16d1c801f47c5b4e27d25d184823260d246967d2d33607201fa00c + sourceBlobDigest: sha256:dcfd20abb1c243861360ea13ce7daa37deb7e7c097fdd1502451fc211fd56d51 tags: - latest - main @@ -11,10 +11,10 @@ targets: my-first-target: source: dub sourceNamespace: dub - sourceRevisionDigest: sha256:7fb2a00f7c2f9c38bc7339786bec7331d817f76c8494dd32e999e213f552dcd5 - sourceBlobDigest: sha256:55c25e2b2e157a7628471de6d6e928bc9c03722c98cc0a4d364937aa3f541429 + sourceRevisionDigest: sha256:a09b3e976f16d1c801f47c5b4e27d25d184823260d246967d2d33607201fa00c + sourceBlobDigest: sha256:dcfd20abb1c243861360ea13ce7daa37deb7e7c097fdd1502451fc211fd56d51 codeSamplesNamespace: code-samples-python-my-first-target - codeSamplesRevisionDigest: sha256:3a9a990d04cbb6fc19ccf679dbda3a1c1fe65f0f3fd8d7895663849dc99a2831 + codeSamplesRevisionDigest: sha256:619c61ca9c7a9137d9d1da47597f7046914d209502b2ecb9f4b931bdbc4942e8 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index ee84992..dbd1d03 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -366,4 +366,14 @@ Based on: ### Generated - [python v0.10.0] . ### Releases -- [PyPI v0.10.0] https://pypi.org/project/dub/0.10.0 - . \ No newline at end of file +- [PyPI v0.10.0] https://pypi.org/project/dub/0.10.0 - . + +## 2024-09-17 00:20:39 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.398.0 (2.415.8) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.10.1] . +### Releases +- [PyPI v0.10.1] https://pypi.org/project/dub/0.10.1 - . \ No newline at end of file diff --git a/docs/models/operations/trackleadrequestbody.md b/docs/models/operations/trackleadrequestbody.md index dcc10e1..70ab926 100644 --- a/docs/models/operations/trackleadrequestbody.md +++ b/docs/models/operations/trackleadrequestbody.md @@ -5,7 +5,7 @@ | Field | Type | Required | Description | Example | | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | -| `click_id` | *str* | :heavy_check_mark: | The ID of the click in th Dub. You can read this value from `dclid` cookie. | | +| `click_id` | *str* | :heavy_check_mark: | The ID of the click in th Dub. You can read this value from `dub_id` cookie. | | | `event_name` | *str* | :heavy_check_mark: | The name of the event to track. | Sign up | | `customer_id` | *str* | :heavy_check_mark: | This is the unique identifier for the customer in the client's app. This is used to track the customer's journey. | | | `customer_name` | *OptionalNullable[str]* | :heavy_minus_sign: | Name of the customer in the client's app. | | diff --git a/pyproject.toml b/pyproject.toml index 403c94f..85de8f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dub" -version = "0.10.0" +version = "0.10.1" description = "Python Client SDK Generated by Speakeasy" authors = ["Speakeasy",] readme = "README-PYPI.md" diff --git a/src/dub/models/operations/tracklead.py b/src/dub/models/operations/tracklead.py index 842117b..a7bb9a7 100644 --- a/src/dub/models/operations/tracklead.py +++ b/src/dub/models/operations/tracklead.py @@ -10,7 +10,7 @@ class TrackLeadRequestBodyTypedDict(TypedDict): click_id: str - r"""The ID of the click in th Dub. You can read this value from `dclid` cookie.""" + r"""The ID of the click in th Dub. You can read this value from `dub_id` cookie.""" event_name: str r"""The name of the event to track.""" customer_id: str @@ -27,7 +27,7 @@ class TrackLeadRequestBodyTypedDict(TypedDict): class TrackLeadRequestBody(BaseModel): click_id: Annotated[str, pydantic.Field(alias="clickId")] - r"""The ID of the click in th Dub. You can read this value from `dclid` cookie.""" + r"""The ID of the click in th Dub. You can read this value from `dub_id` cookie.""" event_name: Annotated[str, pydantic.Field(alias="eventName")] r"""The name of the event to track.""" diff --git a/src/dub/sdkconfiguration.py b/src/dub/sdkconfiguration.py index deb346b..91d379b 100644 --- a/src/dub/sdkconfiguration.py +++ b/src/dub/sdkconfiguration.py @@ -29,9 +29,9 @@ class SDKConfiguration: server_idx: Optional[int] = 0 language: str = "python" openapi_doc_version: str = "0.0.1" - sdk_version: str = "0.10.0" - gen_version: str = "2.415.7" - user_agent: str = "speakeasy-sdk/python 0.10.0 2.415.7 0.0.1 dub" + sdk_version: str = "0.10.1" + gen_version: str = "2.415.8" + user_agent: str = "speakeasy-sdk/python 0.10.1 2.415.8 0.0.1 dub" retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET) timeout_ms: Optional[int] = None