Skip to content

Commit b1f4cf8

Browse files
chore: 🐝 Update SDK - Generate SDK 1.0.0-beta.11
1 parent c685182 commit b1f4cf8

File tree

217 files changed

+1710
-329
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+1710
-329
lines changed

.speakeasy/gen.lock

Lines changed: 120 additions & 8 deletions
Large diffs are not rendered by default.

.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.10
21+
version: 1.0.0-beta.11
2222
additionalDependencies:
2323
autoload: {}
2424
autoload-dev: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.554.1
1+
speakeasyVersion: 1.555.0
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:d5b6e4f9b2d64d18a24d57a2a9aa3f8184daad2b74a46abda5d9cbc0a943b709
6-
sourceBlobDigest: sha256:b89fdcf24db3520302aad164548fc27d6048b9d9adf4877d96e2a8a5af7d616f
5+
sourceRevisionDigest: sha256:dd6dfd147c86305f94b763b745e759f08a8e2d153879ac6b4df4bb4b824ec0e2
6+
sourceBlobDigest: sha256:f3fbd9a6810177a19d1b3b5bd7f8e861558e1cffac837db5a9d2171967aa1624
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1748613299
9+
- speakeasy-sdk-regen-1748947396
1010
- 1.0.0
1111
targets:
1212
php:
1313
source: openapi
1414
sourceNamespace: openapi
15-
sourceRevisionDigest: sha256:d5b6e4f9b2d64d18a24d57a2a9aa3f8184daad2b74a46abda5d9cbc0a943b709
16-
sourceBlobDigest: sha256:b89fdcf24db3520302aad164548fc27d6048b9d9adf4877d96e2a8a5af7d616f
15+
sourceRevisionDigest: sha256:dd6dfd147c86305f94b763b745e759f08a8e2d153879ac6b4df4bb4b824ec0e2
16+
sourceBlobDigest: sha256:f3fbd9a6810177a19d1b3b5bd7f8e861558e1cffac837db5a9d2171967aa1624
1717
codeSamplesNamespace: openapi-php-code-samples
18-
codeSamplesRevisionDigest: sha256:1e94a09999f4f9eccf4b076886ece88cb3fb3b0ed459f7af66b464792e01d6cd
18+
codeSamplesRevisionDigest: sha256:40a6ebeec05874e8e5ef5ac7e43a8a9f81a8caef9d7f5748564f17548a1ce204
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ $accountUpdaterJobCreate = new Gr4vy\AccountUpdaterJobCreate(
230230

231231
$response = $sdk->accountUpdater->jobs->create(
232232
accountUpdaterJobCreate: $accountUpdaterJobCreate,
233+
applicationName: 'core-api',
233234
merchantAccountId: 'default'
234235

235236
);
@@ -446,7 +447,9 @@ $sdk = Gr4vy\SDK::builder()
446447

447448

448449
$response = $sdk->merchantAccounts->get(
449-
merchantAccountId: 'merchant-12345'
450+
merchantAccountId: 'merchant-12345',
451+
applicationName: 'core-api'
452+
450453
);
451454

452455
if ($response->merchantAccount !== null) {
@@ -645,6 +648,7 @@ try {
645648

646649
$response = $sdk->accountUpdater->jobs->create(
647650
accountUpdaterJobCreate: $accountUpdaterJobCreate,
651+
applicationName: 'core-api',
648652
merchantAccountId: 'default'
649653

650654
);
@@ -740,6 +744,7 @@ $accountUpdaterJobCreate = new Gr4vy\AccountUpdaterJobCreate(
740744

741745
$response = $sdk->accountUpdater->jobs->create(
742746
accountUpdaterJobCreate: $accountUpdaterJobCreate,
747+
applicationName: 'core-api',
743748
merchantAccountId: 'default'
744749

745750
);
@@ -776,6 +781,7 @@ $accountUpdaterJobCreate = new Gr4vy\AccountUpdaterJobCreate(
776781

777782
$response = $sdk->accountUpdater->jobs->create(
778783
accountUpdaterJobCreate: $accountUpdaterJobCreate,
784+
applicationName: 'core-api',
779785
merchantAccountId: 'default'
780786

781787
);

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,14 @@ Based on:
5858
### Generated
5959
- [php v1.0.0-beta.10] .
6060
### Releases
61-
- [Composer v1.0.0-beta.10] https://packagist.org/packages/gr4vy/gr4vy-php#v1.0.0-beta.10 - .
61+
- [Composer v1.0.0-beta.10] https://packagist.org/packages/gr4vy/gr4vy-php#v1.0.0-beta.10 - .
62+
63+
## 2025-06-03 10:42:59
64+
### Changes
65+
Based on:
66+
- OpenAPI Doc
67+
- Speakeasy CLI 1.555.0 (2.618.0) https://github.com/speakeasy-api/speakeasy
68+
### Generated
69+
- [php v1.0.0-beta.11] .
70+
### Releases
71+
- [Composer v1.0.0-beta.11] https://packagist.org/packages/gr4vy/gr4vy-php#v1.0.0-beta.11 - .

USAGE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ $accountUpdaterJobCreate = new Gr4vy\AccountUpdaterJobCreate(
2222

2323
$response = $sdk->accountUpdater->jobs->create(
2424
accountUpdaterJobCreate: $accountUpdaterJobCreate,
25+
applicationName: 'core-api',
2526
merchantAccountId: 'default'
2627

2728
);

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"brick/date-time": "^0.7.0",
1616
"phpdocumentor/type-resolver": "^1.8",
1717
"brick/math": "^0.12.1",
18+
"lcobucci/jwt": "^5.5.0",
1819
"paragonie/sodium_compat_ext_sodium": ">= 1",
19-
"ramsey/uuid": "^4.7.6",
20-
"lcobucci/jwt": "^5.5.0"
20+
"ramsey/uuid": "^4.7.6"
2121
},
2222
"require-dev": {
2323
"laravel/pint": "^1.21.2",

docs/AddBuyerRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55

66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8+
| `applicationName` | *?string* | :heavy_minus_sign: | N/A | |
89
| `merchantAccountId` | *?string* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
910
| `buyerCreate` | [BuyerCreate](./BuyerCreate.md) | :heavy_check_mark: | N/A | |

docs/AddBuyerShippingDetailsRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
88
| `buyerId` | *string* | :heavy_check_mark: | The ID of the buyer to add shipping details to. | fe26475d-ec3e-4884-9553-f7356683f7f9 |
9+
| `applicationName` | *?string* | :heavy_minus_sign: | N/A | |
910
| `merchantAccountId` | *?string* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
1011
| `shippingDetailsCreate` | [ShippingDetailsCreate](./ShippingDetailsCreate.md) | :heavy_check_mark: | N/A | |

docs/CaptureTransactionRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
88
| `transactionId` | *string* | :heavy_check_mark: | N/A | 7099948d-7286-47e4-aad8-b68f7eb44591 |
9+
| `applicationName` | *?string* | :heavy_minus_sign: | N/A | |
910
| `merchantAccountId` | *?string* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
1011
| `transactionCapture` | [TransactionCapture](./TransactionCapture.md) | :heavy_check_mark: | N/A | |

docs/CollectionNoCursorRefund.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/ConfigureDigitalWalletRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55

66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8+
| `applicationName` | *?string* | :heavy_minus_sign: | N/A | |
89
| `merchantAccountId` | *?string* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
910
| `digitalWalletCreate` | [DigitalWalletCreate](./DigitalWalletCreate.md) | :heavy_check_mark: | N/A | |

docs/CreateAccountUpdaterJobRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55

66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8+
| `applicationName` | *?string* | :heavy_minus_sign: | N/A | |
89
| `merchantAccountId` | *?string* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
910
| `accountUpdaterJobCreate` | [AccountUpdaterJobCreate](./AccountUpdaterJobCreate.md) | :heavy_check_mark: | N/A | |

docs/CreateApplePayDigitalWalletSessionRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55

66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8+
| `applicationName` | *?string* | :heavy_minus_sign: | N/A | |
89
| `merchantAccountId` | *?string* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
910
| `applePaySessionRequest` | [ApplePaySessionRequest](./ApplePaySessionRequest.md) | :heavy_check_mark: | N/A | |

docs/CreateCheckoutSessionRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55

66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8+
| `applicationName` | *?string* | :heavy_minus_sign: | N/A | |
89
| `merchantAccountId` | *?string* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
910
| `checkoutSessionCreate` | [?CheckoutSessionCreate](./CheckoutSessionCreate.md) | :heavy_minus_sign: | N/A | |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CreateClickToPayDigitalWalletSessionRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- |
8+
| `applicationName` | *?string* | :heavy_minus_sign: | N/A |
9+
| `clickToPaySessionRequest` | [ClickToPaySessionRequest](./ClickToPaySessionRequest.md) | :heavy_check_mark: | N/A |

docs/CreateFullTransactionRefundRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
| Field | Type | Required | Description | Example |
77
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
88
| `transactionId` | *string* | :heavy_check_mark: | N/A | 7099948d-7286-47e4-aad8-b68f7eb44591 |
9+
| `applicationName` | *?string* | :heavy_minus_sign: | N/A | |
910
| `merchantAccountId` | *?string* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
1011
| `transactionRefundAllCreate` | [?TransactionRefundAllCreate](./TransactionRefundAllCreate.md) | :heavy_minus_sign: | N/A | |

0 commit comments

Comments
 (0)