Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.440.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 16, 2024
1 parent 2b6d991 commit 7fc6103
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 18 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: db1bb4da-054f-485f-8c6e-d42db3f1da90
management:
docChecksum: 02b88f594911af47ff6407c43e5990cb
docChecksum: be67da8c42c207e9bca0fa82315ff95a
docVersion: 0.4.0
speakeasyVersion: 1.440.0
generationVersion: 2.457.9
releaseVersion: 0.45.5
configChecksum: df5caa6df93acc668b609623e05d6780
speakeasyVersion: 1.440.1
generationVersion: 2.460.1
releaseVersion: 0.45.6
configChecksum: 9844b8a3354d2da8ba63a45c6b4b9df9
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-php.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-php
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
php:
version: 0.45.5
version: 0.45.6
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKException
flattenGlobalSecurity: true
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.440.0
speakeasyVersion: 1.440.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:de02df50445dbf1370702e4903e634c0e39bd1bf9214fdfb19a0c7ac0d75337a
sourceBlobDigest: sha256:4524030d44bd115a1a4fb1d8db10bedf450abe2d10a7f923d129980b7157163a
sourceRevisionDigest: sha256:39c76800a32e873a363b2599d9075415587056c9f6f641cf5b837905d6f35912
sourceBlobDigest: sha256:09ddb2e461603760c80a36a3e80f1e009e34e54d1a45c66c7732fce71d6d14b6
tags:
- latest
- speakeasy-sdk-regen-1731629805
- speakeasy-sdk-regen-1731716179
targets:
php-target:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:de02df50445dbf1370702e4903e634c0e39bd1bf9214fdfb19a0c7ac0d75337a
sourceBlobDigest: sha256:4524030d44bd115a1a4fb1d8db10bedf450abe2d10a7f923d129980b7157163a
sourceRevisionDigest: sha256:39c76800a32e873a363b2599d9075415587056c9f6f641cf5b837905d6f35912
sourceBlobDigest: sha256:09ddb2e461603760c80a36a3e80f1e009e34e54d1a45c66c7732fce71d6d14b6
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:e481bbffa3db505493bf24b6c37bde2ebfd2b255e5b7b8f44d89e5ff08609cb6
codeSamplesRevisionDigest: sha256:2cce0992939f9b38009e4efb28ee5b97e614c34869e7c474fdc481255a03766c
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1424,4 +1424,14 @@ Based on:
### Generated
- [php v0.45.5] .
### Releases
- [Composer v0.45.5] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.45.5 - .
- [Composer v0.45.5] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.45.5 - .

## 2024-11-16 00:16:15
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.440.1 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.45.6] .
### Releases
- [Composer v0.45.6] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.45.6 - .
2 changes: 2 additions & 0 deletions docs/Models/Shared/TargetSDK.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@
| `sourceNamespaceName` | *?string* | :heavy_minus_sign: | The namespace name of the source. |
| `sourceRevisionDigest` | *?string* | :heavy_minus_sign: | The revision digest of the source. |
| `success` | *?bool* | :heavy_minus_sign: | Indicates whether the event was successful. |
| `workflowLockPostRaw` | *?string* | :heavy_minus_sign: | Workflow lock file (post execution) |
| `workflowLockPreRaw` | *?string* | :heavy_minus_sign: | Workflow lock file (prior to execution) |
| `workflowPostRaw` | *?string* | :heavy_minus_sign: | Workflow file (post execution) |
| `workflowPreRaw` | *?string* | :heavy_minus_sign: | Workflow file (prior to execution) |
24 changes: 23 additions & 1 deletion src/Models/Shared/TargetSDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,24 @@ class TargetSDK
#[\Speakeasy\Serializer\Annotation\SkipWhenNull]
public ?bool $success = null;

/**
* Workflow lock file (post execution)
*
* @var ?string $workflowLockPostRaw
*/
#[\Speakeasy\Serializer\Annotation\SerializedName('workflow_lock_post_raw')]
#[\Speakeasy\Serializer\Annotation\SkipWhenNull]
public ?string $workflowLockPostRaw = null;

/**
* Workflow lock file (prior to execution)
*
* @var ?string $workflowLockPreRaw
*/
#[\Speakeasy\Serializer\Annotation\SerializedName('workflow_lock_pre_raw')]
#[\Speakeasy\Serializer\Annotation\SkipWhenNull]
public ?string $workflowLockPreRaw = null;

/**
* Workflow file (post execution)
*
Expand Down Expand Up @@ -415,10 +433,12 @@ class TargetSDK
* @param ?string $sourceNamespaceName
* @param ?string $sourceRevisionDigest
* @param ?bool $success
* @param ?string $workflowLockPostRaw
* @param ?string $workflowLockPreRaw
* @param ?string $workflowPostRaw
* @param ?string $workflowPreRaw
*/
public function __construct(string $generateGenLockId, string $generateTarget, string $id, \DateTime $lastEventCreatedAt, string $lastEventId, InteractionType $lastEventInteractionType, ?string $commitHead = null, ?string $continuousIntegrationEnvironment = null, ?string $error = null, ?string $generateConfigPostVersion = null, ?string $generateEligibleFeatures = null, ?string $generateGenLockPreFeatures = null, ?string $generateGenLockPreVersion = null, ?int $generateNumberOfOperationsIgnored = null, ?int $generateNumberOfOperationsUsed = null, ?int $generateNumberOfTerraformResources = null, ?bool $generatePublished = null, ?string $generateTargetName = null, ?string $generateTargetVersion = null, ?string $ghActionOrganization = null, ?string $ghActionRef = null, ?string $ghActionRepository = null, ?string $ghActionRunLink = null, ?string $ghActionVersion = null, ?string $gitRelativeCwd = null, ?string $gitRemoteDefaultOwner = null, ?string $gitRemoteDefaultRepo = null, ?string $gitUserEmail = null, ?string $gitUserName = null, ?string $hostname = null, ?string $publishPackageName = null, ?string $publishPackageRegistryName = null, ?string $publishPackageUrl = null, ?string $publishPackageVersion = null, ?string $repoLabel = null, ?string $sourceBlobDigest = null, ?string $sourceNamespaceName = null, ?string $sourceRevisionDigest = null, ?bool $success = null, ?string $workflowPostRaw = null, ?string $workflowPreRaw = null)
public function __construct(string $generateGenLockId, string $generateTarget, string $id, \DateTime $lastEventCreatedAt, string $lastEventId, InteractionType $lastEventInteractionType, ?string $commitHead = null, ?string $continuousIntegrationEnvironment = null, ?string $error = null, ?string $generateConfigPostVersion = null, ?string $generateEligibleFeatures = null, ?string $generateGenLockPreFeatures = null, ?string $generateGenLockPreVersion = null, ?int $generateNumberOfOperationsIgnored = null, ?int $generateNumberOfOperationsUsed = null, ?int $generateNumberOfTerraformResources = null, ?bool $generatePublished = null, ?string $generateTargetName = null, ?string $generateTargetVersion = null, ?string $ghActionOrganization = null, ?string $ghActionRef = null, ?string $ghActionRepository = null, ?string $ghActionRunLink = null, ?string $ghActionVersion = null, ?string $gitRelativeCwd = null, ?string $gitRemoteDefaultOwner = null, ?string $gitRemoteDefaultRepo = null, ?string $gitUserEmail = null, ?string $gitUserName = null, ?string $hostname = null, ?string $publishPackageName = null, ?string $publishPackageRegistryName = null, ?string $publishPackageUrl = null, ?string $publishPackageVersion = null, ?string $repoLabel = null, ?string $sourceBlobDigest = null, ?string $sourceNamespaceName = null, ?string $sourceRevisionDigest = null, ?bool $success = null, ?string $workflowLockPostRaw = null, ?string $workflowLockPreRaw = null, ?string $workflowPostRaw = null, ?string $workflowPreRaw = null)
{
$this->generateGenLockId = $generateGenLockId;
$this->generateTarget = $generateTarget;
Expand Down Expand Up @@ -459,6 +479,8 @@ public function __construct(string $generateGenLockId, string $generateTarget, s
$this->sourceNamespaceName = $sourceNamespaceName;
$this->sourceRevisionDigest = $sourceRevisionDigest;
$this->success = $success;
$this->workflowLockPostRaw = $workflowLockPostRaw;
$this->workflowLockPreRaw = $workflowLockPreRaw;
$this->workflowPostRaw = $workflowPostRaw;
$this->workflowPreRaw = $workflowPreRaw;
}
Expand Down
6 changes: 3 additions & 3 deletions src/SDKConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ class SDKConfiguration

public string $openapiDocVersion = '0.4.0';

public string $sdkVersion = '0.45.5';
public string $sdkVersion = '0.45.6';

public string $genVersion = '2.457.9';
public string $genVersion = '2.460.1';

public string $userAgent = 'speakeasy-sdk/php 0.45.5 2.457.9 0.4.0 speakeasy-api/speakeasy-client-sdk-php';
public string $userAgent = 'speakeasy-sdk/php 0.45.6 2.460.1 0.4.0 speakeasy-api/speakeasy-client-sdk-php';
/** @var array<string, array<string, array<string, mixed>>> */
public ?array $globals = [
'parameters' => [],
Expand Down

0 comments on commit 7fc6103

Please sign in to comment.