|
1 | 1 | lockVersion: 2.0.0 |
2 | 2 | id: dff72156-4bdf-460f-b5b3-0759c9c474fb |
3 | 3 | management: |
4 | | - docChecksum: fc44ae5677ea9cd1e51813ffef591a60 |
| 4 | + docChecksum: 84be2b1b3b18b60517210a56ded1da52 |
5 | 5 | docVersion: 1.0.0 |
6 | 6 | speakeasyVersion: 1.615.2 |
7 | 7 | generationVersion: 2.698.4 |
8 | | - releaseVersion: 1.2.7 |
9 | | - configChecksum: 06e9be7a9753f9d8761595e00a41911e |
| 8 | + releaseVersion: 1.2.8 |
| 9 | + configChecksum: af7f991bd05f47dee37510a842a727e3 |
10 | 10 | repoURL: https://github.com/gr4vy/gr4vy-csharp.git |
11 | 11 | published: true |
12 | 12 | features: |
@@ -3485,10 +3485,10 @@ examples: |
3485 | 3485 | timeout_in_seconds: 1 |
3486 | 3486 | application_name: "core-api" |
3487 | 3487 | requestBody: |
3488 | | - application/json: {"account_updater_enabled": true, "id": "merchant-12345", "display_name": "Example"} |
| 3488 | + application/json: {"account_updater_enabled": true, "async_network_tokens_enabled": true, "id": "merchant-12345", "display_name": "Example"} |
3489 | 3489 | responses: |
3490 | 3490 | "201": |
3491 | | - application/json: {"type": "merchant-account", "id": "merchant-12345", "display_name": "John Doe", "account_updater_enabled": true, "created_at": "2013-07-16T19:23:00.000+00:00", "updated_at": "2013-07-16T19:23:00.000+00:00"} |
| 3491 | + application/json: {"type": "merchant-account", "id": "merchant-12345", "display_name": "John Doe", "account_updater_enabled": true, "async_network_tokens_enabled": true, "created_at": "2013-07-16T19:23:00.000+00:00", "updated_at": "2013-07-16T19:23:00.000+00:00"} |
3492 | 3492 | "400": |
3493 | 3493 | application/json: {"type": "error", "code": "bad_request", "status": 400, "message": "Request failed validation"} |
3494 | 3494 | "401": |
@@ -3522,7 +3522,7 @@ examples: |
3522 | 3522 | application_name: "core-api" |
3523 | 3523 | responses: |
3524 | 3524 | "200": |
3525 | | - application/json: {"type": "merchant-account", "id": "merchant-12345", "display_name": "John Doe", "account_updater_enabled": true, "created_at": "2013-07-16T19:23:00.000+00:00", "updated_at": "2013-07-16T19:23:00.000+00:00"} |
| 3525 | + application/json: {"type": "merchant-account", "id": "merchant-12345", "display_name": "John Doe", "account_updater_enabled": true, "async_network_tokens_enabled": true, "created_at": "2013-07-16T19:23:00.000+00:00", "updated_at": "2013-07-16T19:23:00.000+00:00"} |
3526 | 3526 | "400": |
3527 | 3527 | application/json: {"type": "error", "code": "bad_request", "status": 400, "message": "Request failed validation"} |
3528 | 3528 | "401": |
@@ -3556,10 +3556,10 @@ examples: |
3556 | 3556 | timeout_in_seconds: 1 |
3557 | 3557 | application_name: "core-api" |
3558 | 3558 | requestBody: |
3559 | | - application/json: {"account_updater_enabled": true} |
| 3559 | + application/json: {"account_updater_enabled": true, "async_network_tokens_enabled": true} |
3560 | 3560 | responses: |
3561 | 3561 | "200": |
3562 | | - application/json: {"type": "merchant-account", "id": "merchant-12345", "display_name": "John Doe", "account_updater_enabled": true, "created_at": "2013-07-16T19:23:00.000+00:00", "updated_at": "2013-07-16T19:23:00.000+00:00"} |
| 3562 | + application/json: {"type": "merchant-account", "id": "merchant-12345", "display_name": "John Doe", "account_updater_enabled": true, "async_network_tokens_enabled": true, "created_at": "2013-07-16T19:23:00.000+00:00", "updated_at": "2013-07-16T19:23:00.000+00:00"} |
3563 | 3563 | "400": |
3564 | 3564 | application/json: {"type": "error", "code": "bad_request", "status": 400, "message": "Request failed validation"} |
3565 | 3565 | "401": |
@@ -4254,10 +4254,4 @@ examples: |
4254 | 4254 | application/json: {"type": "error", "code": "gateway_timeout", "status": 504, "message": "Request could not be processed"} |
4255 | 4255 | examplesVersion: 1.0.2 |
4256 | 4256 | generatedTests: {} |
4257 | | -releaseNotes: | |
4258 | | - ## Csharp SDK Changes Detected: |
4259 | | - * `Gr4vy.Buyers.Shipping-Details.Delete()`: `response` **Changed** **Breaking** :warning: |
4260 | | - * `Gr4vy.Gift-Cards.Delete()`: `response` **Changed** **Breaking** :warning: |
4261 | | - * `Gr4vy.Digital-Wallets.Delete()`: `response` **Changed** **Breaking** :warning: |
4262 | | - * `Gr4vy.Digital-Wallets.Domains.Delete()`: `response` **Changed** **Breaking** :warning: |
4263 | | - * `Gr4vy.Payment-Services.Delete()`: `response` **Changed** **Breaking** :warning: |
| 4257 | +releaseNotes: "## Csharp SDK Changes Detected:\n* `Gr4vy.Merchant-Accounts.List()`: `response.items.[].AsyncNetworkTokensEnabled` **Added**\n* `Gr4vy.Merchant-Accounts.Create()`: \n * `request.AsyncNetworkTokensEnabled` **Added**\n * `response.asyncNetworkTokensEnabled` **Added**\n* `Gr4vy.Merchant-Accounts.Get()`: `response.asyncNetworkTokensEnabled` **Added**\n* `Gr4vy.Merchant-Accounts.Update()`: \n * `request.merchantAccountUpdate.AsyncNetworkTokensEnabled` **Added**\n * `response.asyncNetworkTokensEnabled` **Added**\n" |
0 commit comments