File tree Expand file tree Collapse file tree 9 files changed +83
-71
lines changed
Expand file tree Collapse file tree 9 files changed +83
-71
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: 43187d3e-7c3c-4c11-b5d4-4b2334fb6d96
33management:
4- docChecksum: 9d033093e42cd27429acd73656f8ede6
4+ docChecksum: 0a8f1269dd811d1db24f573a0bb6361e
55 docVersion: 0.0.1
66 speakeasyVersion: 1.554.1
77 generationVersion: 2.616.1
8- releaseVersion: 0.12.19
9- configChecksum: e317a57d7b60c7beced66501e7f48a04
8+ releaseVersion: 0.12.20
9+ configChecksum: bbcb65858c3c336f2cb6edb7b5e6fa16
1010 repoURL: https://github.com/dubinc/dub-php.git
1111 installationURL: https://github.com/dubinc/dub-php
1212 published: true
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ generation:
1717 oAuth2ClientCredentialsEnabled : true
1818 oAuth2PasswordEnabled : false
1919php :
20- version : 0.12.19
20+ version : 0.12.20
2121 additionalDependencies :
2222 autoload : {}
2323 autoload-dev : {}
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ speakeasyVersion: 1.554.1
22sources:
33 dub:
44 sourceNamespace: dub
5- sourceRevisionDigest: sha256:3e29f97cbf91ed47ef7b569bba0f73098e08146f174b6eafa46adc7c1a3caacc
6- sourceBlobDigest: sha256:c032516fd3750c24b7775393089a8d413cf4844f051ee4047c839eb16c4416e0
5+ sourceRevisionDigest: sha256:676040575420c1a59d67d603d500292eca7aff6606643c5eeffd0558e0f95aa7
6+ sourceBlobDigest: sha256:9e09fc21caeda9632197f6624cb0e73f2f921a5c5701b648b4c8bcfd530fd7b8
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1748737690
9+ - speakeasy-sdk-regen-1748823843
1010 - 0.0.1
1111targets:
1212 my-first-target:
1313 source: dub
1414 sourceNamespace: dub
15- sourceRevisionDigest: sha256:3e29f97cbf91ed47ef7b569bba0f73098e08146f174b6eafa46adc7c1a3caacc
16- sourceBlobDigest: sha256:c032516fd3750c24b7775393089a8d413cf4844f051ee4047c839eb16c4416e0
15+ sourceRevisionDigest: sha256:676040575420c1a59d67d603d500292eca7aff6606643c5eeffd0558e0f95aa7
16+ sourceBlobDigest: sha256:9e09fc21caeda9632197f6624cb0e73f2f921a5c5701b648b4c8bcfd530fd7b8
1717 codeSamplesNamespace: code-samples-php-my-first-target
18- codeSamplesRevisionDigest: sha256:35f03d919cf9eb659961dc50ea37efa63d869205e284aea0e3e446734349c89d
18+ codeSamplesRevisionDigest: sha256:688d620c4b56036692878efdd47e65f099362335e41737ba524a0b264217b8f3
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -1020,4 +1020,14 @@ Based on:
10201020### Generated
10211021- [ php v0.12.19] .
10221022### Releases
1023- - [ Composer v0.12.19] https://packagist.org/packages/dub/dub-php#v0.12.19 - .
1023+ - [ Composer v0.12.19] https://packagist.org/packages/dub/dub-php#v0.12.19 - .
1024+
1025+ ## 2025-06-02 00:23:47
1026+ ### Changes
1027+ Based on:
1028+ - OpenAPI Doc
1029+ - Speakeasy CLI 1.554.1 (2.616.1) https://github.com/speakeasy-api/speakeasy
1030+ ### Generated
1031+ - [ php v0.12.20] .
1032+ ### Releases
1033+ - [ Composer v0.12.20] https://packagist.org/packages/dub/dub-php#v0.12.20 - .
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -220,9 +220,10 @@ class PartnerEnrolledEventData
220220 public ?float $ saleAmount = null ;
221221
222222 /**
223- * The total earnings/commissions accrued by the partner's links.
223+ * DEPRECATED: The total earnings/commissions accrued by the partner's links.
224224 *
225225 * @var ?float $earnings
226+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
226227 */
227228 #[\Speakeasy \Serializer \Annotation \SerializedName('earnings ' )]
228229 #[\Speakeasy \Serializer \Annotation \SkipWhenNull]
Original file line number Diff line number Diff line change @@ -221,9 +221,10 @@ class CreatePartnerResponseBody
221221 public ?float $ saleAmount = null ;
222222
223223 /**
224- * The total earnings/commissions accrued by the partner's links.
224+ * DEPRECATED: The total earnings/commissions accrued by the partner's links.
225225 *
226226 * @var ?float $earnings
227+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
227228 */
228229 #[\Speakeasy \Serializer \Annotation \SerializedName('earnings ' )]
229230 #[\Speakeasy \Serializer \Annotation \SkipWhenNull]
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ class SDKConfiguration
2424
2525 public string $ openapiDocVersion = '0.0.1 ' ;
2626
27- public string $ sdkVersion = '0.12.19 ' ;
27+ public string $ sdkVersion = '0.12.20 ' ;
2828
2929 public string $ genVersion = '2.616.1 ' ;
3030
31- public string $ userAgent = 'speakeasy-sdk/php 0.12.19 2.616.1 0.0.1 dub/dub-php ' ;
31+ public string $ userAgent = 'speakeasy-sdk/php 0.12.20 2.616.1 0.0.1 dub/dub-php ' ;
3232
3333 public ?RetryConfig $ retryConfig = null ;
3434
You canβt perform that action at this time.
0 commit comments