Skip to content

Commit aa39837

Browse files
chore: 🐝 Update SDK - Generate SDK 1.5.17
1 parent f4bae49 commit aa39837

29 files changed

+121
-112
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 61 additions & 62 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
@@ -28,7 +28,7 @@ generation:
2828
generateNewTests: false
2929
skipResponseBodyAssertions: false
3030
php:
31-
version: 1.5.16
31+
version: 1.5.17
3232
additionalDependencies:
3333
autoload: {}
3434
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.693.0
1+
speakeasyVersion: 1.697.5
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:52cef1314dde1c9f8f26cb4d16f535fa4094d5ecf61e8cce2b998a7101ec1407
6-
sourceBlobDigest: sha256:634de602f2a78832c11bdecc4b8af9388c5e224e68a51c3afe9df5c8012e5428
5+
sourceRevisionDigest: sha256:e5046ebc4b0ddfef4cb565096fe3f6778b7b856ebc54724bbbf6175936913778
6+
sourceBlobDigest: sha256:943501746c75afde197febc8486a455dc4d488f727eb9b43196a039eda95d3a8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1769082379
9+
- speakeasy-sdk-regen-1769180950
1010
- 1.0.0
1111
targets:
1212
php:
1313
source: openapi
1414
sourceNamespace: openapi
15-
sourceRevisionDigest: sha256:52cef1314dde1c9f8f26cb4d16f535fa4094d5ecf61e8cce2b998a7101ec1407
16-
sourceBlobDigest: sha256:634de602f2a78832c11bdecc4b8af9388c5e224e68a51c3afe9df5c8012e5428
15+
sourceRevisionDigest: sha256:e5046ebc4b0ddfef4cb565096fe3f6778b7b856ebc54724bbbf6175936913778
16+
sourceBlobDigest: sha256:943501746c75afde197febc8486a455dc4d488f727eb9b43196a039eda95d3a8
1717
codeSamplesNamespace: openapi-php-code-samples
18-
codeSamplesRevisionDigest: sha256:150f0ee83874cdd5c3853d1f94932dc43aeed256f961451fcdbd70a8236cfdcd
18+
codeSamplesRevisionDigest: sha256:485508b27abce2b8cf15b47286ab5f6fe3ef2e3097c2b5d6b68878c309ea441e
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
@@ -1018,4 +1018,14 @@ Based on:
10181018
### Generated
10191019
- [php v1.5.16] .
10201020
### Releases
1021-
- [Composer v1.5.16] https://packagist.org/packages/gr4vy/gr4vy-php#v1.5.16 - .
1021+
- [Composer v1.5.16] https://packagist.org/packages/gr4vy/gr4vy-php#v1.5.16 - .
1022+
1023+
## 2026-01-24 00:27:55
1024+
### Changes
1025+
Based on:
1026+
- OpenAPI Doc
1027+
- Speakeasy CLI 1.697.5 (2.799.0) https://github.com/speakeasy-api/speakeasy
1028+
### Generated
1029+
- [php v1.5.17] .
1030+
### Releases
1031+
- [Composer v1.5.17] https://packagist.org/packages/gr4vy/gr4vy-php#v1.5.17 - .

β€Ž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+
"ramsey/uuid": "^4.7.6",
1819
"lcobucci/jwt": "^5.5.0",
19-
"paragonie/sodium_compat_ext_sodium": ">= 1",
20-
"ramsey/uuid": "^4.7.6"
20+
"paragonie/sodium_compat_ext_sodium": ">= 1"
2121
},
2222
"require-dev": {
2323
"laravel/pint": ">=1.21.2",

β€Ždocs/ApplePayPaymentMethodCreate.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

β€Ždocs/CaptureTransactionRequest.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
| Field | Type | Required | Description | Example |
77
| --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- |
88
| `transactionId` | *string* | :heavy_check_mark: | The ID of the transaction | 7099948d-7286-47e4-aad8-b68f7eb44591 |
9-
| `prefer` | array<*string*> | :heavy_minus_sign: | The preferred resource type in the response. | resource=transaction |
9+
| `prefer` | array<*string*> | :heavy_minus_sign: | The preferred resource type in the response. | |
1010
| `merchantAccountId` | *?string* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
1111
| `transactionCaptureCreate` | [TransactionCaptureCreate](./TransactionCaptureCreate.md) | :heavy_check_mark: | N/A | |

β€Ždocs/CardWithUrlPaymentMethodCreate.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Create a transaction with raw card details
1515
| `cardType` | *?string* | :heavy_minus_sign: | The type of the card used | credit |
1616
| `method` | *?string* | :heavy_minus_sign: | Always `card` | card |
1717
| `securityCode` | *?string* | :heavy_minus_sign: | The 3 or 4 digit security code often found on the card. This often referred to as the CVV or CVD. | 123 |
18-
| `redirectUrl` | *?string* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | |
18+
| `redirectUrl` | *?string* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | https://example.com |

β€Ždocs/CheckoutSessionWithUrlPaymentMethodCreate.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Create a payment with a checkout session ID (and an optional URL for 3DS).
1212
| `externalIdentifier` | *?string* | :heavy_minus_sign: | The merchant reference that can be used to match the payment method against your own records. | card-12345 |
1313
| `buyerId` | *?string* | :heavy_minus_sign: | The `id` of a stored buyer to use Use this instead of the `buyer_external_identifier`. | fe26475d-ec3e-4884-9553-f7356683f7f9 |
1414
| `buyerExternalIdentifier` | *?string* | :heavy_minus_sign: | The `external_identifier` of a stored buyer to use. Use this instead of the `buyer_id`. | buyer-12345 |
15-
| `redirectUrl` | *?string* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | |
15+
| `redirectUrl` | *?string* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | https://example.com |

β€Ždocs/ClickToPayFPANPaymentMethodCreate.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Create a Click to Pay payment with an FPAN or virtual PAN
1414
| `externalIdentifier` | *?string* | :heavy_minus_sign: | The merchant reference for this payment method. | payment-method-12345 |
1515
| `cardType` | *?string* | :heavy_minus_sign: | The type of the card used | credit |
1616
| `method` | *string* | :heavy_check_mark: | Aways `click-to-pay`. | click-to-pay |
17-
| `redirectUrl` | *?string* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | |
17+
| `redirectUrl` | *?string* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | https://example.com |
1818
| `securityCode` | *mixed* | :heavy_minus_sign: | The 3 or 4 digit security code often found on the card. This often referred to as the CVV or CVD. | 123 |

0 commit comments

Comments
Β (0)