Skip to content

Commit 7594ef0

Browse files
chore: 🐝 Update SDK - Generate SDK 1.5.2
1 parent b180266 commit 7594ef0

File tree

14 files changed

+113
-51
lines changed

14 files changed

+113
-51
lines changed

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

Lines changed: 10 additions & 9 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: 95edc2594618bce65f5df9316266857e
4+
docChecksum: 0498326a850bac610ea77e9001944b68
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.662.0
7-
generationVersion: 2.763.3
8-
releaseVersion: 1.5.1
9-
configChecksum: 2a7a47820be3c58cce0ddd54d5de548b
6+
speakeasyVersion: 1.668.0
7+
generationVersion: 2.770.0
8+
releaseVersion: 1.5.2
9+
configChecksum: 1c33dae29602777835c2c40d588c8a07
1010
repoURL: https://github.com/gr4vy/gr4vy-php.git
1111
installationURL: https://github.com/gr4vy/gr4vy-php
1212
published: true
@@ -28,7 +28,7 @@ features:
2828
responseFormat: 0.1.0
2929
retries: 0.1.1
3030
serverIDs: 2.81.1
31-
unions: 0.1.5
31+
unions: 0.1.6
3232
generatedFiles:
3333
- .gitattributes
3434
- USAGE.md
@@ -4117,10 +4117,10 @@ examples:
41174117
add_payment_link:
41184118
speakeasy-default-add-payment-link:
41194119
requestBody:
4120-
application/json: {"amount": 1299, "country": "DE", "currency": "EUR"}
4120+
application/json: {"amount": 1299, "country": "DE", "currency": "EUR", "store": true}
41214121
responses:
41224122
"201":
4123-
application/json: {"id": "a1b2c3d4-5678-90ab-cdef-1234567890ab", "type": "payment-link", "url": "https://example.com/link/a1b2c3d4-5678-90ab-cdef-1234567890ab", "amount": 1299, "country": "DE", "currency": "EUR", "intent": "<value>", "cart_items": [{"name": "Widget", "quantity": 2, "unit_amount": 1299}], "payment_source": "ecommerce", "created_at": "2024-05-30T12:34:56.000Z", "updated_at": "2024-05-30T13:00:00.000Z", "status": "<value>"}
4123+
application/json: {"id": "a1b2c3d4-5678-90ab-cdef-1234567890ab", "type": "payment-link", "url": "https://example.com/link/a1b2c3d4-5678-90ab-cdef-1234567890ab", "amount": 1299, "country": "DE", "currency": "EUR", "intent": "<value>", "cart_items": [{"name": "Widget", "quantity": 2, "unit_amount": 1299}], "payment_source": "ecommerce", "created_at": "2024-05-30T12:34:56.000Z", "updated_at": "2024-05-30T13:00:00.000Z", "status": "<value>", "store": false}
41244124
"400":
41254125
application/json: {"type": "error", "code": "bad_request", "status": 400, "message": "Request failed validation"}
41264126
"401":
@@ -4214,7 +4214,7 @@ examples:
42144214
payment_link_id: "a1b2c3d4-5678-90ab-cdef-1234567890ab"
42154215
responses:
42164216
"200":
4217-
application/json: {"id": "a1b2c3d4-5678-90ab-cdef-1234567890ab", "type": "payment-link", "url": "https://example.com/link/a1b2c3d4-5678-90ab-cdef-1234567890ab", "amount": 1299, "country": "DE", "currency": "EUR", "intent": "<value>", "cart_items": [{"name": "Widget", "quantity": 2, "unit_amount": 1299}], "payment_source": "ecommerce", "created_at": "2024-05-30T12:34:56.000Z", "updated_at": "2024-05-30T13:00:00.000Z", "status": "<value>"}
4217+
application/json: {"id": "a1b2c3d4-5678-90ab-cdef-1234567890ab", "type": "payment-link", "url": "https://example.com/link/a1b2c3d4-5678-90ab-cdef-1234567890ab", "amount": 1299, "country": "DE", "currency": "EUR", "intent": "<value>", "cart_items": [{"name": "Widget", "quantity": 2, "unit_amount": 1299}], "payment_source": "ecommerce", "created_at": "2024-05-30T12:34:56.000Z", "updated_at": "2024-05-30T13:00:00.000Z", "status": "<value>", "store": false}
42184218
"400":
42194219
application/json: {"type": "error", "code": "bad_request", "status": 400, "message": "Request failed validation"}
42204220
"401":
@@ -4379,3 +4379,4 @@ examples:
43794379
application/json: {"type": "error", "code": "gateway_timeout", "status": 504, "message": "Request could not be processed"}
43804380
examplesVersion: 1.0.2
43814381
generatedTests: {}
4382+
releaseNotes: "## Php SDK Changes:\n* `sdk->payment-links->list()`: `response.items->[]` **Changed**\n* `sdk->payment-links->create()`: \n * `request.paymentLinkCreate` **Changed**\n * `response` **Changed**\n* `sdk->payment-links->get()`: `response` **Changed**\n"

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ generation:
2626
generateNewTests: false
2727
skipResponseBodyAssertions: false
2828
php:
29-
version: 1.5.1
29+
version: 1.5.2
3030
additionalDependencies:
3131
autoload: {}
3232
autoload-dev: {}
@@ -54,6 +54,7 @@ php:
5454
svcName: openapi
5555
maxMethodParams: 4
5656
methodArguments: infer-optional-args
57+
multipartArrayFormat: legacy
5758
namespace: Gr4vy
5859
outputModelSuffix: output
5960
packageName: gr4vy/gr4vy-php

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.662.0
1+
speakeasyVersion: 1.668.0
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:3060d0a2d51daf83d92cefebfc3bf565b38f51a53b8b712ae210fb0a73551e33
6-
sourceBlobDigest: sha256:ea249b87004dac436a9f12d412e185a736e8dc67f6a7ebb65b6ffb6a2c681c71
5+
sourceRevisionDigest: sha256:77425be46c03bbf3e202eb4169b9928b6c6ffefa9c743f9a0e779d59b8cf41a2
6+
sourceBlobDigest: sha256:626d395e3ab60719c8a92c492b490adcb31eda97b00be67b96285faf34887f89
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1764182541
9+
- speakeasy-sdk-regen-1764841058
1010
- 1.0.0
1111
targets:
1212
php:
1313
source: openapi
1414
sourceNamespace: openapi
15-
sourceRevisionDigest: sha256:3060d0a2d51daf83d92cefebfc3bf565b38f51a53b8b712ae210fb0a73551e33
16-
sourceBlobDigest: sha256:ea249b87004dac436a9f12d412e185a736e8dc67f6a7ebb65b6ffb6a2c681c71
15+
sourceRevisionDigest: sha256:77425be46c03bbf3e202eb4169b9928b6c6ffefa9c743f9a0e779d59b8cf41a2
16+
sourceBlobDigest: sha256:626d395e3ab60719c8a92c492b490adcb31eda97b00be67b96285faf34887f89
1717
codeSamplesNamespace: openapi-php-code-samples
18-
codeSamplesRevisionDigest: sha256:94eb611dc9ff0246ed39f2829dadf239279ec07a0859202f88c9e8de7449f0de
18+
codeSamplesRevisionDigest: sha256:cd46297ebbf22552ed5dc36c25b0edd4089280f26f9a32eb4d40d2023a10fc46
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
@@ -868,4 +868,14 @@ Based on:
868868
### Generated
869869
- [php v1.5.1] .
870870
### Releases
871-
- [Composer v1.5.1] https://packagist.org/packages/gr4vy/gr4vy-php#v1.5.1 - .
871+
- [Composer v1.5.1] https://packagist.org/packages/gr4vy/gr4vy-php#v1.5.1 - .
872+
873+
## 2025-12-04 09:37:20
874+
### Changes
875+
Based on:
876+
- OpenAPI Doc
877+
- Speakeasy CLI 1.668.0 (2.770.0) https://github.com/speakeasy-api/speakeasy
878+
### Generated
879+
- [php v1.5.2] .
880+
### Releases
881+
- [Composer v1.5.2] https://packagist.org/packages/gr4vy/gr4vy-php#v1.5.2 - .

β€Ž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/PaymentLink.mdβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@
3232
| `status` | *string* | :heavy_check_mark: | N/A | |
3333
| `buyer` | [?TransactionBuyer](./TransactionBuyer.md) | :heavy_minus_sign: | The buyer associated with the payment link. | |
3434
| `shippingDetails` | [?ShippingDetails](./ShippingDetails.md) | :heavy_minus_sign: | The shipping details for the payment link. | |
35-
| `connectionOptions` | array<string, array<string, *mixed*>> | :heavy_minus_sign: | The connection options for the payment link. | |
35+
| `connectionOptions` | array<string, array<string, *mixed*>> | :heavy_minus_sign: | The connection options for the payment link. | |
36+
| `store` | *?bool* | :heavy_minus_sign: | Whether the payment method was stored. | |
37+
| `buyerId` | *?string* | :heavy_minus_sign: | The ID of the buyer to associate with the stored payment method. | a1b2c3d4-5678-90ab-cdef-1234567890ab |

0 commit comments

Comments
Β (0)