Skip to content

Commit 1d2fee0

Browse files
chore: 🐝 Update SDK - Generate SDK 1.0.0-beta.19
1 parent 86c873a commit 1d2fee0

File tree

8 files changed

+35
-19
lines changed

8 files changed

+35
-19
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 16ed6937-9038-4c34-a8b6-e4732948f250
33
management:
4-
docChecksum: 105ad65718fb6237dcacc71a806d7789
4+
docChecksum: 23b71b6873e3cd10fe3efd3d45af41e1
55
docVersion: 1.0.0
66
speakeasyVersion: 1.556.2
77
generationVersion: 2.621.3
8-
releaseVersion: 1.0.0-beta.18
9-
configChecksum: bef8bcee664c8a796dd97b9e567b2830
8+
releaseVersion: 1.0.0-beta.19
9+
configChecksum: bd360aa77ba966b20ec4cae1f8d38c60
1010
repoURL: https://github.com/gr4vy/gr4vy-php.git
1111
installationURL: https://github.com/gr4vy/gr4vy-php
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2PasswordEnabled: false
1919
sdkHooksConfigAccess: true
2020
php:
21-
version: 1.0.0-beta.18
21+
version: 1.0.0-beta.19
2222
additionalDependencies:
2323
autoload: {}
2424
autoload-dev: {}

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.556.2
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:502705bff9ee1675b304cb9fafcaadcaf9bf7ad920f6b899fe4fd4a687597fbc
6-
sourceBlobDigest: sha256:6565ab219ae184d0e4ed4d14e48c8d5e597dd5fe617ac6ea23e9a99610f19404
5+
sourceRevisionDigest: sha256:0a35ec09c1fda04e29857c8fc613e2e43b2810345c14c268b58288f104f14eb7
6+
sourceBlobDigest: sha256:c0b53e03cf56d3fad6052f2385939060c0566a519808392fc5265bdf2bd39a4e
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749141138
9+
- speakeasy-sdk-regen-1749145525
1010
- 1.0.0
1111
targets:
1212
php:
1313
source: openapi
1414
sourceNamespace: openapi
15-
sourceRevisionDigest: sha256:502705bff9ee1675b304cb9fafcaadcaf9bf7ad920f6b899fe4fd4a687597fbc
16-
sourceBlobDigest: sha256:6565ab219ae184d0e4ed4d14e48c8d5e597dd5fe617ac6ea23e9a99610f19404
15+
sourceRevisionDigest: sha256:0a35ec09c1fda04e29857c8fc613e2e43b2810345c14c268b58288f104f14eb7
16+
sourceBlobDigest: sha256:c0b53e03cf56d3fad6052f2385939060c0566a519808392fc5265bdf2bd39a4e
1717
codeSamplesNamespace: openapi-php-code-samples
18-
codeSamplesRevisionDigest: sha256:2dfa51a29ec493365f28820d8fe6eaebd6ff75c13962bcfaf48a4d014908deb3
18+
codeSamplesRevisionDigest: sha256:73ad92d915b778a3cfa3674d4ae8c62c906ed9eaa4fde9b7d483fa9b8ea99cd6
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,14 @@ Based on:
138138
### Generated
139139
- [php v1.0.0-beta.18] .
140140
### Releases
141-
- [Composer v1.0.0-beta.18] https://packagist.org/packages/gr4vy/gr4vy-php#v1.0.0-beta.18 - .
141+
- [Composer v1.0.0-beta.18] https://packagist.org/packages/gr4vy/gr4vy-php#v1.0.0-beta.18 - .
142+
143+
## 2025-06-05 17:45:08
144+
### Changes
145+
Based on:
146+
- OpenAPI Doc
147+
- Speakeasy CLI 1.556.2 (2.621.3) https://github.com/speakeasy-api/speakeasy
148+
### Generated
149+
- [php v1.0.0-beta.19] .
150+
### Releases
151+
- [Composer v1.0.0-beta.19] https://packagist.org/packages/gr4vy/gr4vy-php#v1.0.0-beta.19 - .

docs/ListTransactionsRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
| `buyerExternalIdentifier` | *?string* | :heavy_minus_sign: | N/A | buyer-12345 |
1616
| `buyerId` | *?string* | :heavy_minus_sign: | N/A | fe26475d-ec3e-4884-9553-f7356683f7f9 |
1717
| `buyerEmailAddress` | *?string* | :heavy_minus_sign: | N/A | john@example.com |
18-
| `buyerSearch` | *?string* | :heavy_minus_sign: | N/A | John |
18+
| `buyerSearch` | array<*string*> | :heavy_minus_sign: | Filters the results to only get the items for which some of the buyer data contains exactly the provided `buyer_search` values. | [<br/>"John",<br/>"London"<br/>] |
1919
| `ipAddress` | *?string* | :heavy_minus_sign: | N/A | 8.214.133.47 |
2020
| `status` | array<*string*> | :heavy_minus_sign: | Filters the results to only the transactions that have a `status` that matches with any of the provided status values. | authorization_succeeded |
2121
| `id` | *?string* | :heavy_minus_sign: | N/A | 7099948d-7286-47e4-aad8-b68f7eb44591 |

docs/sdks/transactions/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ $request = new Gr4vy\ListTransactionsRequest(
4343
buyerExternalIdentifier: 'buyer-12345',
4444
buyerId: 'fe26475d-ec3e-4884-9553-f7356683f7f9',
4545
buyerEmailAddress: 'john@example.com',
46-
buyerSearch: 'John',
46+
buyerSearch: [
47+
'J',
48+
'o',
49+
'h',
50+
'n',
51+
],
4752
ipAddress: '8.214.133.47',
4853
status: [
4954
'authorization_succeeded',

src/ListTransactionsRequest.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,12 @@ class ListTransactionsRequest
8888
public ?string $buyerEmailAddress = null;
8989

9090
/**
91+
* Filters the results to only get the items for which some of the buyer data contains exactly the provided `buyer_search` values.
9192
*
92-
* @var ?string $buyerSearch
93+
* @var ?array<string> $buyerSearch
9394
*/
9495
#[SpeakeasyMetadata('queryParam:style=form,explode=true,name=buyer_search')]
95-
public ?string $buyerSearch = null;
96+
public ?array $buyerSearch = null;
9697

9798
/**
9899
*
@@ -363,7 +364,7 @@ class ListTransactionsRequest
363364
* @param ?string $buyerExternalIdentifier
364365
* @param ?string $buyerId
365366
* @param ?string $buyerEmailAddress
366-
* @param ?string $buyerSearch
367+
* @param ?array<string> $buyerSearch
367368
* @param ?string $ipAddress
368369
* @param ?array<string> $status
369370
* @param ?string $id
@@ -398,7 +399,7 @@ class ListTransactionsRequest
398399
* @param ?bool $used3ds
399400
* @phpstan-pure
400401
*/
401-
public function __construct(?string $merchantAccountId = null, ?string $cursor = null, ?\DateTime $createdAtLte = null, ?\DateTime $createdAtGte = null, ?\DateTime $updatedAtLte = null, ?\DateTime $updatedAtGte = null, ?string $search = null, ?string $buyerExternalIdentifier = null, ?string $buyerId = null, ?string $buyerEmailAddress = null, ?string $buyerSearch = null, ?string $ipAddress = null, ?array $status = null, ?string $id = null, ?string $paymentServiceTransactionId = null, ?string $externalIdentifier = null, ?array $metadata = null, ?int $amountEq = null, ?int $amountLte = null, ?int $amountGte = null, ?array $currency = null, ?array $country = null, ?array $paymentServiceId = null, ?string $paymentMethodId = null, ?string $paymentMethodLabel = null, ?string $paymentMethodScheme = null, ?string $paymentMethodCountry = null, ?string $paymentMethodFingerprint = null, ?array $method = null, ?array $errorCode = null, ?bool $hasRefunds = null, ?bool $pendingReview = null, ?string $checkoutSessionId = null, ?string $reconciliationId = null, ?bool $hasGiftCardRedemptions = null, ?string $giftCardId = null, ?string $giftCardLast4 = null, ?bool $hasSettlements = null, ?string $paymentMethodBin = null, ?array $paymentSource = null, ?bool $isSubsequentPayment = null, ?bool $merchantInitiated = null, ?bool $used3ds = null, ?int $limit = 20)
402+
public function __construct(?string $merchantAccountId = null, ?string $cursor = null, ?\DateTime $createdAtLte = null, ?\DateTime $createdAtGte = null, ?\DateTime $updatedAtLte = null, ?\DateTime $updatedAtGte = null, ?string $search = null, ?string $buyerExternalIdentifier = null, ?string $buyerId = null, ?string $buyerEmailAddress = null, ?array $buyerSearch = null, ?string $ipAddress = null, ?array $status = null, ?string $id = null, ?string $paymentServiceTransactionId = null, ?string $externalIdentifier = null, ?array $metadata = null, ?int $amountEq = null, ?int $amountLte = null, ?int $amountGte = null, ?array $currency = null, ?array $country = null, ?array $paymentServiceId = null, ?string $paymentMethodId = null, ?string $paymentMethodLabel = null, ?string $paymentMethodScheme = null, ?string $paymentMethodCountry = null, ?string $paymentMethodFingerprint = null, ?array $method = null, ?array $errorCode = null, ?bool $hasRefunds = null, ?bool $pendingReview = null, ?string $checkoutSessionId = null, ?string $reconciliationId = null, ?bool $hasGiftCardRedemptions = null, ?string $giftCardId = null, ?string $giftCardLast4 = null, ?bool $hasSettlements = null, ?string $paymentMethodBin = null, ?array $paymentSource = null, ?bool $isSubsequentPayment = null, ?bool $merchantInitiated = null, ?bool $used3ds = null, ?int $limit = 20)
402403
{
403404
$this->merchantAccountId = $merchantAccountId;
404405
$this->cursor = $cursor;

src/SDKConfiguration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ class SDKConfiguration
3333

3434
public string $openapiDocVersion = '1.0.0';
3535

36-
public string $sdkVersion = '1.0.0-beta.18';
36+
public string $sdkVersion = '1.0.0-beta.19';
3737

3838
public string $genVersion = '2.621.3';
3939

40-
public string $userAgent = 'speakeasy-sdk/php 1.0.0-beta.18 2.621.3 1.0.0 gr4vy/gr4vy-php';
40+
public string $userAgent = 'speakeasy-sdk/php 1.0.0-beta.19 2.621.3 1.0.0 gr4vy/gr4vy-php';
4141
/** @var array<string, array<string, array<string, mixed>>> */
4242
public ?array $globals = [
4343
'parameters' => [],

0 commit comments

Comments
 (0)