Skip to content

Commit 7378dbd

Browse files
chore: 🐝 Update SDK - Generate SDK 1.5.12
1 parent 0651f89 commit 7378dbd

File tree

7 files changed

+55
-25
lines changed

7 files changed

+55
-25
lines changed

.speakeasy/gen.lock

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
lockVersion: 2.0.0
22
id: 16ed6937-9038-4c34-a8b6-e4732948f250
33
management:
4-
docChecksum: 9536b8d5aacb348c00e2c23edb8141f5
4+
docChecksum: 5d2b3763bf90301d3d14d4a013f5b7fc
55
docVersion: 1.0.0
66
speakeasyVersion: 1.685.0
77
generationVersion: 2.794.1
8-
releaseVersion: 1.5.11
9-
configChecksum: 656dc0fe3aadc1803e51d89f1eb268e7
8+
releaseVersion: 1.5.12
9+
configChecksum: 475d60fc3ce3ea2a547be126bab3887a
1010
repoURL: https://github.com/gr4vy/gr4vy-php.git
1111
installationURL: https://github.com/gr4vy/gr4vy-php
1212
published: true
1313
persistentEdits:
14-
generation_id: 659a0aa3-f731-4cb2-a339-4d9fae93b46b
15-
pristine_commit_hash: 5ac82a65fcb3efae31162be2e4b39c71719a4628
16-
pristine_tree_hash: bb3bd2bd17cc21962483c7f50d0821605a7d5eab
14+
generation_id: 53389d00-e53b-4149-bbe1-ed79775a4dfc
15+
pristine_commit_hash: f03324e681db840d364eeab3a01372ccbb7c3737
16+
pristine_tree_hash: 068a85a8823dcd5bbd9d3c023527796809d700b6
1717
features:
1818
php:
1919
constsAndDefaults: 0.2.0
@@ -1524,8 +1524,8 @@ trackedFiles:
15241524
pristine_git_object: f5eff2065ff5b033830cdc31a332c834465f7468
15251525
docs/Transaction.md:
15261526
id: 330d2d285174
1527-
last_write_checksum: sha1:9a6a83080cc77684cfb0cb627aaeaec1de7d6226
1528-
pristine_git_object: 12391be58dc6e62963b1767032a4facd7d9b27d7
1527+
last_write_checksum: sha1:380ae606dd5132b1f15944528f6332e28bc64da0
1528+
pristine_git_object: 1823f1cf1c2990d5df4d7e5ad445929434da875e
15291529
docs/TransactionAction.md:
15301530
id: 2900fcefc2cd
15311531
last_write_checksum: sha1:75294119db6fdf846f306463ac6fcee0535fefcf
@@ -3472,8 +3472,8 @@ trackedFiles:
34723472
pristine_git_object: fb8e64f1afec3dd30a1c2bf6bb7d815735a56310
34733473
src/SDKConfiguration.php:
34743474
id: 9d60ab0bec0b
3475-
last_write_checksum: sha1:7fb0f7e0bab84add4f610c56c9159984c43e6628
3476-
pristine_git_object: fbed68ca0a7647fe144fd4d8f4bdb508a56824c2
3475+
last_write_checksum: sha1:fdd298994afb2fdcb39b071031833c6ef7e03ad3
3476+
pristine_git_object: a7e7e7a9b6a7d7d762526fafc905facf68617523
34773477
src/Security.php:
34783478
id: 07a9a9c51866
34793479
last_write_checksum: sha1:3269c1181e027ae914cfcb6964e32b238e280634
@@ -3564,8 +3564,8 @@ trackedFiles:
35643564
pristine_git_object: 87472a3a99856749f4e8a6ae5d181f2dca025c32
35653565
src/Transaction.php:
35663566
id: fcc0c127e296
3567-
last_write_checksum: sha1:d3ef07b554ebcef1172983bbda06729c23a9e467
3568-
pristine_git_object: aeab61d49aa119687d692bd7a3c255ca7990c370
3567+
last_write_checksum: sha1:380b222f9770e814302051df2fbb12e6a8778428
3568+
pristine_git_object: 676a5f02ae9614a414aa86b4194b25941d07c45e
35693569
src/TransactionAction.php:
35703570
id: a289b757a573
35713571
last_write_checksum: sha1:55405df12c5c7241c39747b7dda9eba2ced6871e
@@ -7432,7 +7432,15 @@ examples:
74327432
application/json: {"type": "error", "code": "gateway_timeout", "status": 504, "message": "Request could not be processed"}
74337433
examplesVersion: 1.0.2
74347434
generatedTests: {}
7435-
releaseNotes: "## Php SDK Changes:\n* `sdk->transactions->create()`: \n * `request.transactionCreate->threeDSecure` **Added**\n * `response.threeDSecure->amount` **Added**\n* `sdk->transactions->get()`: `response.threeDSecure->amount` **Added**\n* `sdk->transactions->update()`: `response.threeDSecure->amount` **Added**\n* `sdk->transactions->capture()`: `response.[transaction]->threeDSecure->amount` **Added**\n* `sdk->transactions->void()`: `response.[transaction]->threeDSecure->amount` **Added**\n* `sdk->transactions->cancel()`: `response.transaction->threeDSecure->amount` **Added**\n* `sdk->transactions->sync()`: `response.threeDSecure->amount` **Added**\n"
7435+
releaseNotes: |
7436+
## Php SDK Changes:
7437+
* `sdk->transactions->create()`: `response.isoResponseCode` **Added**
7438+
* `sdk->transactions->get()`: `response.isoResponseCode` **Added**
7439+
* `sdk->transactions->update()`: `response.isoResponseCode` **Added**
7440+
* `sdk->transactions->capture()`: `response.[transaction]->isoResponseCode` **Added**
7441+
* `sdk->transactions->void()`: `response.[transaction]->isoResponseCode` **Added**
7442+
* `sdk->transactions->cancel()`: `response.transaction->isoResponseCode` **Added**
7443+
* `sdk->transactions->sync()`: `response.isoResponseCode` **Added**
74367444
generatedFiles:
74377445
- .gitattributes
74387446
- USAGE.md

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ generation:
2727
generateNewTests: false
2828
skipResponseBodyAssertions: false
2929
php:
30-
version: 1.5.11
30+
version: 1.5.12
3131
additionalDependencies:
3232
autoload: {}
3333
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.685.0
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:191797e1cf407d47fbccc351bae00e148f59e98ffe94dbde6c1b3fd5b496828b
6-
sourceBlobDigest: sha256:2581dd6fb315a9dbc2b176d53b7f6c8faf1e9b2b6189d1b4cd301182e45f6f8d
5+
sourceRevisionDigest: sha256:7ec69544892f7d83a1bdf68c0a9cf35a6b91c3886fa61d330ed4ed7ac067c667
6+
sourceBlobDigest: sha256:36cfac5f5e3692a697a4d0fc2e7d9c3e6e58a769c80cc72249442857a41cf28d
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1768309130
9+
- speakeasy-sdk-regen-1768400813
1010
- 1.0.0
1111
targets:
1212
php:
1313
source: openapi
1414
sourceNamespace: openapi
15-
sourceRevisionDigest: sha256:191797e1cf407d47fbccc351bae00e148f59e98ffe94dbde6c1b3fd5b496828b
16-
sourceBlobDigest: sha256:2581dd6fb315a9dbc2b176d53b7f6c8faf1e9b2b6189d1b4cd301182e45f6f8d
15+
sourceRevisionDigest: sha256:7ec69544892f7d83a1bdf68c0a9cf35a6b91c3886fa61d330ed4ed7ac067c667
16+
sourceBlobDigest: sha256:36cfac5f5e3692a697a4d0fc2e7d9c3e6e58a769c80cc72249442857a41cf28d
1717
codeSamplesNamespace: openapi-php-code-samples
18-
codeSamplesRevisionDigest: sha256:e0fcd7c51b682c671d42f7867002510b173b5938b61c2b439f92692658587155
18+
codeSamplesRevisionDigest: sha256:8aa3c6c28affd642d4db39d1e337f5e549c7bbfeeb381b258ad1cd71fde91c95
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
@@ -968,4 +968,14 @@ Based on:
968968
### Generated
969969
- [php v1.5.11] .
970970
### Releases
971-
- [Composer v1.5.11] https://packagist.org/packages/gr4vy/gr4vy-php#v1.5.11 - .
971+
- [Composer v1.5.11] https://packagist.org/packages/gr4vy/gr4vy-php#v1.5.11 - .
972+
973+
## 2026-01-14 14:26:34
974+
### Changes
975+
Based on:
976+
- OpenAPI Doc
977+
- Speakeasy CLI 1.685.0 (2.794.1) https://github.com/speakeasy-api/speakeasy
978+
### Generated
979+
- [php v1.5.12] .
980+
### Releases
981+
- [Composer v1.5.12] https://packagist.org/packages/gr4vy/gr4vy-php#v1.5.12 - .

docs/Transaction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ A full transaction resource.
7474
| `amountIncludesTax` | *?bool* | :heavy_minus_sign: | Whether the tax is included in the amount. | false |
7575
| `supplierOrderNumber` | *?string* | :heavy_minus_sign: | The merchant's unique identifier for the sales order or invoice. | |
7676
| `dutyAmount` | *?int* | :heavy_minus_sign: | Total charges for import/export duties. | 1299 |
77-
| `shippingAmount` | *?int* | :heavy_minus_sign: | Total shipping amount. | 1299 |
77+
| `shippingAmount` | *?int* | :heavy_minus_sign: | Total shipping amount. | 1299 |
78+
| `isoResponseCode` | *?string* | :heavy_minus_sign: | This is the ISO8583 response code code received from the payment service. | 0110 |

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.5.11';
36+
public string $sdkVersion = '1.5.12';
3737

3838
public string $genVersion = '2.794.1';
3939

40-
public string $userAgent = 'speakeasy-sdk/php 1.5.11 2.794.1 1.0.0 gr4vy/gr4vy-php';
40+
public string $userAgent = 'speakeasy-sdk/php 1.5.12 2.794.1 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)