|
1 | 1 | lockVersion: 2.0.0 |
2 | 2 | id: dff72156-4bdf-460f-b5b3-0759c9c474fb |
3 | 3 | management: |
4 | | - docChecksum: 513edc8b44ab669c59b1cfdd8709585b |
| 4 | + docChecksum: 3caab25d2a058e3150dee3f3cd6a5fc5 |
5 | 5 | docVersion: 1.0.0 |
6 | | - speakeasyVersion: 1.640.0 |
7 | | - generationVersion: 2.730.5 |
8 | | - releaseVersion: 2.3.2 |
9 | | - configChecksum: 6d55b841b17b5b28bd5a31bd893b6fba |
| 6 | + speakeasyVersion: 1.642.0 |
| 7 | + generationVersion: 2.731.4 |
| 8 | + releaseVersion: 2.3.3 |
| 9 | + configChecksum: 4404842c6e6e71199b43fe17527bdf67 |
10 | 10 | repoURL: https://github.com/gr4vy/gr4vy-csharp.git |
11 | 11 | published: true |
12 | 12 | features: |
@@ -193,6 +193,9 @@ generatedFiles: |
193 | 193 | - docs/Models/Components/PayoutSummaries.md |
194 | 194 | - docs/Models/Components/PayoutSummary.md |
195 | 195 | - docs/Models/Components/PaypalOptions.md |
| 196 | + - docs/Models/Components/PaypalShippingOptions.md |
| 197 | + - docs/Models/Components/PaypalShippingOptionsItem.md |
| 198 | + - docs/Models/Components/PaypalShippingOptionsItemAmount.md |
196 | 199 | - docs/Models/Components/PowertranzOptions.md |
197 | 200 | - docs/Models/Components/Recipient.md |
198 | 201 | - docs/Models/Components/RedirectPaymentMethodCreate.md |
@@ -595,6 +598,9 @@ generatedFiles: |
595 | 598 | - src/Gr4vy/Models/Components/PayoutSummaries.cs |
596 | 599 | - src/Gr4vy/Models/Components/PayoutSummary.cs |
597 | 600 | - src/Gr4vy/Models/Components/PaypalOptions.cs |
| 601 | + - src/Gr4vy/Models/Components/PaypalShippingOptions.cs |
| 602 | + - src/Gr4vy/Models/Components/PaypalShippingOptionsItem.cs |
| 603 | + - src/Gr4vy/Models/Components/PaypalShippingOptionsItemAmount.cs |
598 | 604 | - src/Gr4vy/Models/Components/PowertranzOptions.cs |
599 | 605 | - src/Gr4vy/Models/Components/Recipient.cs |
600 | 606 | - src/Gr4vy/Models/Components/RedirectPaymentMethodCreate.cs |
@@ -4262,4 +4268,4 @@ examples: |
4262 | 4268 | application/json: {"type": "error", "code": "gateway_timeout", "status": 504, "message": "Request could not be processed"} |
4263 | 4269 | examplesVersion: 1.0.2 |
4264 | 4270 | generatedTests: {} |
4265 | | -releaseNotes: "## Csharp SDK Changes Detected:\n* `Gr4vy.Transactions.Create()`: \n * `request.transactionCreate.IntegrationClient` **Added**\n * `response.sessionToken` **Added**\n* `Gr4vy.Transactions.Get()`: `response.sessionToken` **Added**\n* `Gr4vy.Transactions.Update()`: `response.sessionToken` **Added**\n* `Gr4vy.Transactions.Capture()`: `response.[transaction].SessionToken` **Added**\n* `Gr4vy.Transactions.Void()`: `response.[transaction].SessionToken` **Added**\n* `Gr4vy.Transactions.Cancel()`: `response.transaction.SessionToken` **Added**\n* `Gr4vy.Transactions.Sync()`: `response.sessionToken` **Added**\n* `Gr4vy.Payment-Service-Definitions.List()`: `response.items.[].SupportedIntegrationClients` **Added**\n* `Gr4vy.Payment-Service-Definitions.Get()`: `response.supportedIntegrationClients` **Added**\n" |
| 4271 | +releaseNotes: "## Csharp SDK Changes Detected:\n* `Gr4vy.Transactions.Create()`: \n * `request.transactionCreate.ConnectionOptions.Paypal-Paypal.Shipping` **Added**\n* `Gr4vy.Transactions.Update()`: \n * `request.transactionUpdate.ConnectionOptions.Paypal-Paypal.Shipping` **Added**\n* `Gr4vy.Payment-Links.Create()`: \n * `request.paymentLinkCreate.ConnectionOptions.Paypal-Paypal.Shipping` **Added**\n" |
0 commit comments