Skip to content

Commit 0a20c3e

Browse files
authored
Merge pull request #101 from dubinc/speakeasy-sdk-regen-1745205015
chore: 🐝 Update SDK - Generate 0.12.10
2 parents 21d92c0 + d01fca3 commit 0a20c3e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1281
-1322
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
oAuth2ClientCredentialsEnabled: true
1616
oAuth2PasswordEnabled: false
1717
php:
18-
version: 0.12.9
18+
version: 0.12.10
1919
additionalDependencies:
2020
autoload: {}
2121
autoload-dev: {}

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.535.1
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:629f3ebaccad79b2cf6f96d7d1bb36fad3b6e732120a90491cd044d5737a6f80
6-
sourceBlobDigest: sha256:1c99ae2ade5e3aed1db088a421193851d301105d8eb0e18268b67cccadf9f62c
5+
sourceRevisionDigest: sha256:830a8d6106ef471acc31a06f5808a1c563d2bd65af60f453ad56a72a9fc0f081
6+
sourceBlobDigest: sha256:da6c9ad8367a46d9965dcbaecbd8f63b208c08fa1ebb9d0b9795b6d485146870
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1744158071
9+
- speakeasy-sdk-regen-1745205015
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:629f3ebaccad79b2cf6f96d7d1bb36fad3b6e732120a90491cd044d5737a6f80
16-
sourceBlobDigest: sha256:1c99ae2ade5e3aed1db088a421193851d301105d8eb0e18268b67cccadf9f62c
15+
sourceRevisionDigest: sha256:830a8d6106ef471acc31a06f5808a1c563d2bd65af60f453ad56a72a9fc0f081
16+
sourceBlobDigest: sha256:da6c9ad8367a46d9965dcbaecbd8f63b208c08fa1ebb9d0b9795b6d485146870
1717
codeSamplesNamespace: code-samples-php-my-first-target
18-
codeSamplesRevisionDigest: sha256:b977f57883b4df07644462370f7fd5ddf9a12c061d03ef4d10537393eb819c39
18+
codeSamplesRevisionDigest: sha256:e82f3ad597901621932a20bd340a81efee613ca084425b9239f00055ee00cca4
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,4 +920,14 @@ Based on:
920920
### Generated
921921
- [php v0.12.9] .
922922
### Releases
923-
- [Composer v0.12.9] https://packagist.org/packages/dub/dub-php#v0.12.9 - .
923+
- [Composer v0.12.9] https://packagist.org/packages/dub/dub-php#v0.12.9 - .
924+
925+
## 2025-04-21 03:09:59
926+
### Changes
927+
Based on:
928+
- OpenAPI Doc
929+
- Speakeasy CLI 1.535.1 (2.585.2) https://github.com/speakeasy-api/speakeasy
930+
### Generated
931+
- [php v0.12.10] .
932+
### Releases
933+
- [Composer v0.12.10] https://packagist.org/packages/dub/dub-php#v0.12.10 - .

β€ŽcodeSamples.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ actions:
164164
"x-codeSamples":
165165
- "lang": "php"
166166
"label": "retrieveLinks"
167-
"source": "declare(strict_types=1);\n\nrequire 'vendor/autoload.php';\n\nuse Dub;\n\n$sdk = Dub\\Dub::builder()\n ->setSecurity(\n 'DUB_API_KEY'\n )\n ->build();\n\n\n\n$response = $sdk->partners->retrieveLinks(\n programId: '<id>',\n partnerId: '<id>',\n tenantId: '<id>'\n\n);\n\nif ($response->responseBodies !== null) {\n // handle response\n}"
167+
"source": "declare(strict_types=1);\n\nrequire 'vendor/autoload.php';\n\nuse Dub;\n\n$sdk = Dub\\Dub::builder()\n ->setSecurity(\n 'DUB_API_KEY'\n )\n ->build();\n\n\n\n$response = $sdk->partners->retrieveLinks(\n programId: '<id>',\n partnerId: '<id>',\n tenantId: '<id>'\n\n);\n\nif ($response->links !== null) {\n // handle response\n}"
168168
- target: $["paths"]["/partners/links"]["post"]
169169
update:
170170
"x-codeSamples":

β€Ždocs/Models/Components/Click.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
| `os` | *string* | :heavy_check_mark: | N/A |
1818
| `referer` | *string* | :heavy_check_mark: | N/A |
1919
| `refererUrl` | *string* | :heavy_check_mark: | N/A |
20-
| `qr` | *?bool* | :heavy_minus_sign: | N/A |
20+
| `qr` | *bool* | :heavy_check_mark: | N/A |
2121
| `ip` | *string* | :heavy_check_mark: | N/A |

β€Ždocs/Models/Components/ClickEvent.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `event` | [Components\Event](../../Models/Components/Event.md) | :heavy_check_mark: | N/A |
9-
| `timestamp` | *?string* | :heavy_minus_sign: | N/A |
9+
| `timestamp` | *string* | :heavy_check_mark: | N/A |
1010
| `click` | [Components\Click](../../Models/Components/Click.md) | :heavy_check_mark: | N/A |
1111
| `link` | [Components\Link](../../Models/Components/Link.md) | :heavy_check_mark: | N/A |
1212
| ~~`clickId`~~ | *string* | :heavy_check_mark: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Deprecated. Use `click.id` instead. |

0 commit comments

Comments
Β (0)