File tree Expand file tree Collapse file tree 5 files changed +19
-9
lines changed
Expand file tree Collapse file tree 5 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 1.0.0
66 speakeasyVersion: 1.411.1
77 generationVersion: 2.436.1
8- releaseVersion: 0.15 .0
9- configChecksum: d6e2af27ec94abbf0faa26edd31ba1c6
8+ releaseVersion: 0.17 .0
9+ configChecksum: 45fd8b4f092f4a1a5ee33b466fd27c89
1010 repoURL: https://github.com/StackOneHQ/stackone-client-php.git
1111 installationURL: https://github.com/StackOneHQ/stackone-client-php
1212 published: true
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ generation:
1212 auth :
1313 oAuth2ClientCredentialsEnabled : false
1414php :
15- version : 0.15 .0
15+ version : 0.17 .0
1616 clientServerStatusCodesAsErrors : true
1717 flattenGlobalSecurity : true
1818 imports :
Original file line number Diff line number Diff line change 88 - latest
99 stackone-specs:
1010 sourceNamespace: stackone-specs
11- sourceRevisionDigest: sha256:661366fea3bc4d68f4c23a1d4e602d386dd7bfc89f051bbbf6a061dbcf902223
11+ sourceRevisionDigest: sha256:fa9008a709bb61afe63e2a9d83597d6b4c88361def95349b8a57dc5d1fa81737
1212 sourceBlobDigest: sha256:057e9d18c2597069e72d7e22d37820975bb6298ea6b0dea34d8bd133bbb07246
1313 tags:
1414 - latest
@@ -17,10 +17,10 @@ targets:
1717 stack-one:
1818 source: stackone-specs
1919 sourceNamespace: stackone-specs
20- sourceRevisionDigest: sha256:661366fea3bc4d68f4c23a1d4e602d386dd7bfc89f051bbbf6a061dbcf902223
20+ sourceRevisionDigest: sha256:fa9008a709bb61afe63e2a9d83597d6b4c88361def95349b8a57dc5d1fa81737
2121 sourceBlobDigest: sha256:057e9d18c2597069e72d7e22d37820975bb6298ea6b0dea34d8bd133bbb07246
2222 codeSamplesNamespace: stackone-specs-code-samples
23- codeSamplesRevisionDigest: sha256:b8126858e2e93852621996227c43afe6b1aacfeafb9d8831ea3dc22af0cfd6e9
23+ codeSamplesRevisionDigest: sha256:ef714103e5ef1795d2bcee1aadd4c731e194b15f9d73ae3d7f0e574dbe901f91
2424workflow:
2525 workflowVersion: 1.0.0
2626 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -78,4 +78,14 @@ Based on:
7878### Generated
7979- [ php v0.15.0] .
8080### Releases
81- - [ Composer v0.15.0] https://packagist.org/packages/stackone/client-sdk#v0.15.0 - .
81+ - [ Composer v0.15.0] https://packagist.org/packages/stackone/client-sdk#v0.15.0 - .
82+
83+ ## 2024-10-27 18:55:14
84+ ### Changes
85+ Based on:
86+ - OpenAPI Doc
87+ - Speakeasy CLI 1.411.1 (2.436.1) https://github.com/speakeasy-api/speakeasy
88+ ### Generated
89+ - [ php v0.17.0] .
90+ ### Releases
91+ - [ Composer v0.17.0] https://packagist.org/packages/stackone/client-sdk#v0.17.0 - .
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ class SDKConfiguration
2727
2828 public string $ openapiDocVersion = '1.0.0 ' ;
2929
30- public string $ sdkVersion = '0.15 .0 ' ;
30+ public string $ sdkVersion = '0.17 .0 ' ;
3131
3232 public string $ genVersion = '2.436.1 ' ;
3333
34- public string $ userAgent = 'speakeasy-sdk/php 0.15 .0 2.436.1 1.0.0 stackone/client-sdk ' ;
34+ public string $ userAgent = 'speakeasy-sdk/php 0.17 .0 2.436.1 1.0.0 stackone/client-sdk ' ;
3535
3636 public function getServerUrl (): string
3737 {
You can’t perform that action at this time.
0 commit comments