Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.418.4
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 16, 2024
1 parent f0ff8bb commit 951742e
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 43187d3e-7c3c-4c11-b5d4-4b2334fb6d96
management:
docChecksum: dd50d9803155ecb1d90a2bbf2802878d
docChecksum: 8e16a6ad2773fc570daf1ee5754298d1
docVersion: 0.0.1
speakeasyVersion: 1.418.3
speakeasyVersion: 1.418.4
generationVersion: 2.438.3
releaseVersion: 0.8.1
configChecksum: 725aa47f59a168545b8cf4399a4516d5
releaseVersion: 0.8.2
configChecksum: 723d6a9311351b6a69996e0301c795f8
repoURL: https://github.com/dubinc/dub-php.git
installationURL: https://github.com/dubinc/dub-php
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
php:
version: 0.8.1
version: 0.8.2
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:
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.418.3
speakeasyVersion: 1.418.4
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:800895fc49223bd675a54bd67da820d13486db35d1c625434df0e4ccd767d82b
sourceBlobDigest: sha256:a0fa9b01d207a129337cd0a6b935faf124950f848d4daf23563caad9c083be0e
sourceRevisionDigest: sha256:d28f693d697cc9d7457d69e7a611db5bde897f5f30b8eb38a3c37df0fda4e926
sourceBlobDigest: sha256:eb6f87b3a530aa265d333302f91d616540dbf54790e4eabd2d287b764f06e3de
tags:
- latest
- main
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:800895fc49223bd675a54bd67da820d13486db35d1c625434df0e4ccd767d82b
sourceBlobDigest: sha256:a0fa9b01d207a129337cd0a6b935faf124950f848d4daf23563caad9c083be0e
sourceRevisionDigest: sha256:d28f693d697cc9d7457d69e7a611db5bde897f5f30b8eb38a3c37df0fda4e926
sourceBlobDigest: sha256:eb6f87b3a530aa265d333302f91d616540dbf54790e4eabd2d287b764f06e3de
codeSamplesNamespace: code-samples-php-my-first-target
codeSamplesRevisionDigest: sha256:1fdee83ba5acbce8f7fdc375ce56593300e9f76c250569112f87907a5591e601
codeSamplesRevisionDigest: sha256:e3c5beda98d8af0f477fb2ed7d05936618f7c474ffb70453b3d32ad4f76562c7
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 @@ -320,4 +320,14 @@ Based on:
### Generated
- [php v0.8.1] .
### Releases
- [Composer v0.8.1] https://packagist.org/packages/dub/dub-php#v0.8.1 - .
- [Composer v0.8.1] https://packagist.org/packages/dub/dub-php#v0.8.1 - .

## 2024-10-16 00:19:09
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.418.4 (2.438.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.8.2] .
### Releases
- [Composer v0.8.2] https://packagist.org/packages/dub/dub-php#v0.8.2 - .
2 changes: 1 addition & 1 deletion docs/Models/Components/DomainSchema.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| `verified` | *?bool* | :heavy_minus_sign: | Whether the domain is verified. | |
| `primary` | *?bool* | :heavy_minus_sign: | Whether the domain is the primary domain for the workspace. | |
| `archived` | *?bool* | :heavy_minus_sign: | Whether the domain is archived. | |
| `placeholder` | *?string* | :heavy_minus_sign: | Provide context to your teammates in the link creation modal by showing them an example of a link to be shortened. | https://dub.co/help/article/what-is-dub |
| `placeholder` | *string* | :heavy_check_mark: | Provide context to your teammates in the link creation modal by showing them an example of a link to be shortened. | https://dub.co/help/article/what-is-dub |
| `expiredUrl` | *string* | :heavy_check_mark: | The URL to redirect to when a link under this domain has expired. | https://acme.com/expired |
| `notFoundUrl` | *string* | :heavy_check_mark: | The URL to redirect to when a link under this domain doesn't exist. | https://acme.com/not-found |
| `registeredDomain` | [Components\RegisteredDomain](../../Models/Components/RegisteredDomain.md) | :heavy_check_mark: | The registered domain record. | |
5 changes: 2 additions & 3 deletions src/Models/Components/DomainSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ class DomainSchema
* @var ?string $placeholder
*/
#[\JMS\Serializer\Annotation\SerializedName('placeholder')]
#[\JMS\Serializer\Annotation\SkipWhenNull]
public ?string $placeholder = null;
public ?string $placeholder;

/**
* The URL to redirect to when a link under this domain has expired.
Expand Down Expand Up @@ -117,7 +116,7 @@ class DomainSchema
* @param ?string $notFoundUrl
* @param ?RegisteredDomain $registeredDomain
*/
public function __construct(string $id, string $slug, string $createdAt, string $updatedAt, ?string $expiredUrl = null, ?string $notFoundUrl = null, ?RegisteredDomain $registeredDomain = null, ?bool $verified = false, ?bool $primary = false, ?bool $archived = false, ?string $placeholder = 'https://dub.co/help/article/what-is-dub')
public function __construct(string $id, string $slug, string $createdAt, string $updatedAt, ?string $placeholder = null, ?string $expiredUrl = null, ?string $notFoundUrl = null, ?RegisteredDomain $registeredDomain = null, ?bool $verified = false, ?bool $primary = false, ?bool $archived = false)
{
$this->id = $id;
$this->slug = $slug;
Expand Down
4 changes: 2 additions & 2 deletions src/SDKConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ class SDKConfiguration

public string $openapiDocVersion = '0.0.1';

public string $sdkVersion = '0.8.1';
public string $sdkVersion = '0.8.2';

public string $genVersion = '2.438.3';

public string $userAgent = 'speakeasy-sdk/php 0.8.1 2.438.3 0.0.1 dub/dub-php';
public string $userAgent = 'speakeasy-sdk/php 0.8.2 2.438.3 0.0.1 dub/dub-php';

public function getServerUrl(): string
{
Expand Down

0 comments on commit 951742e

Please sign in to comment.