File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ id: c921ac1f-7be5-423b-b385-7f3f7aaa6ba4
33management:
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
1414features:
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
Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
1010 auth :
1111 oAuth2ClientCredentialsEnabled : false
1212php :
13- version : 0.10.2
13+ version : 0.10.3
1414 flattenGlobalSecurity : true
1515 imports :
1616 option : openapi
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments