Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.483.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot authored and merrcury committed Feb 4, 2025
1 parent fa905c4 commit 1dc2736
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 10 deletions.
6 changes: 4 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ management:
docVersion: "1.0"
speakeasyVersion: 1.483.0
generationVersion: 2.502.0
releaseVersion: 0.0.8
configChecksum: db3d01828fb3ec3c4d83710c9a33ff0d
releaseVersion: 0.0.9
configChecksum: 22b02057f95fab96c064d85d41d48c9f
repoURL: https://github.com/novuhq/php-novu.git
installationURL: https://github.com/novuhq/php-novu
published: true
features:
php:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
php:
version: 0.0.8
version: 0.0.9
additionalDependencies:
autoload: {}
autoload-dev: {}
Expand Down
11 changes: 6 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@ speakeasyVersion: 1.483.0
sources:
novu-OAS:
sourceNamespace: novu-oas
sourceRevisionDigest: sha256:38e434a3ec47c9dbde2d90ef16ce4c7def2837e93c6d6f553a75271eef4c64af
sourceBlobDigest: sha256:01282feee062c1e6d3f5ef9c9bd81070220286d04706a6287dbd3f477a420fee
sourceRevisionDigest: sha256:9ba8150c482bf407b7ee8c72d6aa6e18eb7f0102099784081fd1b60738a60aaa
sourceBlobDigest: sha256:94dc96203886bdb1449550da72edec8a90de8bb2bb1f382ce2e43078cb14c371
tags:
- latest
- speakeasy-sdk-regen-1738671594
- "1.0"
targets:
novu:
source: novu-OAS
sourceNamespace: novu-oas
sourceRevisionDigest: sha256:38e434a3ec47c9dbde2d90ef16ce4c7def2837e93c6d6f553a75271eef4c64af
sourceBlobDigest: sha256:01282feee062c1e6d3f5ef9c9bd81070220286d04706a6287dbd3f477a420fee
sourceRevisionDigest: sha256:9ba8150c482bf407b7ee8c72d6aa6e18eb7f0102099784081fd1b60738a60aaa
sourceBlobDigest: sha256:94dc96203886bdb1449550da72edec8a90de8bb2bb1f382ce2e43078cb14c371
codeSamplesNamespace: novu-oas-php-code-samples
codeSamplesRevisionDigest: sha256:2581e8aaf90f508d7193b4004065b572c16c2ae84e9338f8956b453206a1a00b
codeSamplesRevisionDigest: sha256:38cb09195dbcd72473e7020e985989793d0d55ad35e2ec49cd017ce52cb54a5f
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


## 2025-02-04 12:19:39
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.483.0 (2.502.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.0.9] .
### Releases
- [Composer v0.0.9] https://packagist.org/packages/novuhq/novu#v0.0.9 - .
4 changes: 2 additions & 2 deletions src/SDKConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ class SDKConfiguration

public string $openapiDocVersion = '1.0';

public string $sdkVersion = '0.0.8';
public string $sdkVersion = '0.0.9';

public string $genVersion = '2.502.0';

public string $userAgent = 'speakeasy-sdk/php 0.0.8 2.502.0 1.0 novuhq/novu';
public string $userAgent = 'speakeasy-sdk/php 0.0.9 2.502.0 1.0 novuhq/novu';

public ?RetryConfig $retryConfig = null;

Expand Down

0 comments on commit 1dc2736

Please sign in to comment.