Skip to content

Commit 4b67332

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.310.0
1 parent 4512d4b commit 4b67332

5 files changed

Lines changed: 22 additions & 11 deletions

File tree

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ id: c921ac1f-7be5-423b-b385-7f3f7aaa6ba4
33
management:
44
docChecksum: 85248a8dd6a5cd6fea1b82dfc30249e9
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.296.1
7-
generationVersion: 2.338.1
8-
releaseVersion: 0.10.2
9-
configChecksum: ef7b1405b793b71861ec5248426ebd50
6+
speakeasyVersion: 1.310.0
7+
generationVersion: 2.347.4
8+
releaseVersion: 0.10.3
9+
configChecksum: 3f66b0c49067af9e1fc813c01df78fca
1010
repoURL: https://github.com/ding-live/ding-php.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/ding-live/ding-php
1313
published: true
1414
features:
1515
php:
16-
core: 3.3.4
16+
core: 3.3.5
1717
examples: 2.81.3
1818
flattening: 2.81.1
1919
globalSecurity: 2.81.6

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,14 @@ Based on:
308308
### Generated
309309
- [php v0.10.2] .
310310
### Releases
311-
- [Composer v0.10.2] https://packagist.org/packages/ding-live/ding-php#v0.10.2 - .
311+
- [Composer v0.10.2] https://packagist.org/packages/ding-live/ding-php#v0.10.2 - .
312+
313+
## 2024-06-20 00:22:57
314+
### Changes
315+
Based on:
316+
- OpenAPI Doc 1.0.0
317+
- Speakeasy CLI 1.310.0 (2.347.4) https://github.com/speakeasy-api/speakeasy
318+
### Generated
319+
- [php v0.10.3] .
320+
### Releases
321+
- [Composer v0.10.3] https://packagist.org/packages/ding-live/ding-php#v0.10.3 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
php:
13-
version: 0.10.2
13+
version: 0.10.3
1414
flattenGlobalSecurity: true
1515
imports:
1616
option: openapi

pint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"no_extra_blank_lines": false,
1212
"no_blank_lines_after_class_opening": false,
1313
"single_line_after_imports": false,
14-
"no_trailing_whitespace_in_comment": false
14+
"no_trailing_whitespace_in_comment": false,
15+
"single_line_empty_body": false
1516
}
1617
}

src/SDKConfiguration.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ class SDKConfiguration
2626

2727
public string $openapiDocVersion = '1.0.0';
2828

29-
public string $sdkVersion = '0.10.2';
29+
public string $sdkVersion = '0.10.3';
3030

31-
public string $genVersion = '2.338.1';
31+
public string $genVersion = '2.347.4';
3232

33-
public string $userAgent = 'speakeasy-sdk/php 0.10.2 2.338.1 1.0.0 ding-live/ding-php';
33+
public string $userAgent = 'speakeasy-sdk/php 0.10.3 2.347.4 1.0.0 ding-live/ding-php';
3434

3535
public function getServerUrl(): string
3636
{

0 commit comments

Comments
 (0)