Skip to content

chore: 🐝 Update SDK - Generate SDK 1.0.0-beta.19 #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: dff72156-4bdf-460f-b5b3-0759c9c474fb
management:
docChecksum: 23b71b6873e3cd10fe3efd3d45af41e1
docChecksum: c3800b8a888fa4e6c6e677c573c8de90
docVersion: 1.0.0
speakeasyVersion: 1.556.2
generationVersion: 2.621.3
releaseVersion: 1.0.0-beta.18
configChecksum: feca478965784e3a78a821e606e5fe22
releaseVersion: 1.0.0-beta.19
configChecksum: 40ce241e85c49557c7116ca6db10efde
repoURL: https://github.com/gr4vy/gr4vy-csharp.git
published: true
features:
Expand Down Expand Up @@ -351,6 +351,7 @@ generatedFiles:
- docs/sdks/paymentservicetokens/README.md
- docs/sdks/payouts/README.md
- docs/sdks/refunds/README.md
- docs/sdks/reportexecutions/README.md
- docs/sdks/reports/README.md
- docs/sdks/sessions/README.md
- docs/sdks/settlements/README.md
Expand Down Expand Up @@ -677,6 +678,7 @@ generatedFiles:
- src/Gr4vy/PaymentServices.cs
- src/Gr4vy/Payouts.cs
- src/Gr4vy/Refunds.cs
- src/Gr4vy/ReportExecutions.cs
- src/Gr4vy/Reports.cs
- src/Gr4vy/SDKConfig.cs
- src/Gr4vy/Sessions.cs
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
csharp:
version: 1.0.0-beta.18
version: 1.0.0-beta.19
additionalDependencies:
- package: System.IdentityModel.Tokens.Jwt
version: 8.9.0
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ sources:
- latest
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:2c9c5b65ad0b0332f453b029150ad582071b3ca5ef2acfa33f5ff22f9ca389bb
sourceBlobDigest: sha256:c0b53e03cf56d3fad6052f2385939060c0566a519808392fc5265bdf2bd39a4e
sourceRevisionDigest: sha256:9f453a0ed2d532e5939c6a0c480b944a743153a615e389cc3c0b0ac8451ea2fa
sourceBlobDigest: sha256:0d636c48b27d36bcf41dfb8d3178df7ca3be2bd8d34f960b0800f777dd125bf3
tags:
- latest
- speakeasy-sdk-regen-1749145531
- speakeasy-sdk-regen-1749154292
- 1.0.0
targets:
csharp:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:2c9c5b65ad0b0332f453b029150ad582071b3ca5ef2acfa33f5ff22f9ca389bb
sourceBlobDigest: sha256:c0b53e03cf56d3fad6052f2385939060c0566a519808392fc5265bdf2bd39a4e
sourceRevisionDigest: sha256:9f453a0ed2d532e5939c6a0c480b944a743153a615e389cc3c0b0ac8451ea2fa
sourceBlobDigest: sha256:0d636c48b27d36bcf41dfb8d3178df7ca3be2bd8d34f960b0800f777dd125bf3
codeSamplesNamespace: openapi-csharp-code-samples
codeSamplesRevisionDigest: sha256:f7e39346ba20082c94a859d546a93dc73e2f7bac1f9999d0ac135607b34885fb
codeSamplesRevisionDigest: sha256:f491652ce1fcf10c5cc04c64d03187ade8dd2f852ce2daca930fe2042b1566ba
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,10 @@ catch(ArgumentException ex) {

* [Get](docs/sdks/refunds/README.md#get) - Get refund

### [ReportExecutions](docs/sdks/reportexecutions/README.md)

* [List](docs/sdks/reportexecutions/README.md#list) - List executed reports

### [Reports](docs/sdks/reports/README.md)

* [List](docs/sdks/reports/README.md#list) - List configured reports
Expand All @@ -356,7 +360,6 @@ catch(ArgumentException ex) {

* [List](docs/sdks/executions/README.md#list) - List executions for report
* [Url](docs/sdks/executions/README.md#url) - Create URL for executed report
* [All](docs/sdks/executions/README.md#all) - List executed reports
* [Get](docs/sdks/executions/README.md#get) - Get executed report

### [Transactions](docs/sdks/transactions/README.md)
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,14 @@ Based on:
### Generated
- [csharp v1.0.0-beta.18] .
### Releases
- [NuGet v1.0.0-beta.18] https://www.nuget.org/packages/Gr4vy/1.0.0-beta.18 - .
- [NuGet v1.0.0-beta.18] https://www.nuget.org/packages/Gr4vy/1.0.0-beta.18 - .

## 2025-06-05 20:11:16
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.556.2 (2.621.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v1.0.0-beta.19] .
### Releases
- [NuGet v1.0.0-beta.19] https://www.nuget.org/packages/Gr4vy/1.0.0-beta.19 - .
8 changes: 4 additions & 4 deletions docs/Models/Components/GiftCardTokenTransactionCreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Id` | *string* | :heavy_check_mark: | The ID for the gift card to charge. | 356d56e5-fe16-42ae-97ee-8d55d846ae2e |
| `Amount` | *long* | :heavy_check_mark: | The monetary amount for this transaction to charge against the gift card, in the smallest currency unit for the given currency, for example `1299` cents to create an authorization for `$12.99`. | 1299 |
| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| `Id` | *string* | :heavy_check_mark: | The ID for the gift card to charge. | 356d56e5-fe16-42ae-97ee-8d55d846ae2e |
| `Amount` | *long* | :heavy_check_mark: | The monetary amount for this transaction to charge against the gift card, in the smallest currency unit (for example, cents or pence). | 1299 |
10 changes: 5 additions & 5 deletions docs/Models/Components/GiftCardTransactionCreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Create a charge against a gift card

## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Number` | *string* | :heavy_check_mark: | The 16-19 digit number for the gift card. | 4123455541234561234 |
| `Pin` | *string* | :heavy_check_mark: | The PIN for this gift card. | 1234 |
| `Amount` | *long* | :heavy_check_mark: | The monetary amount for this transaction to charge against the gift card, in the smallest currency unit for the given currency, for example `1299` cents to create an authorization for `$12.99`. | 1299 |
| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| `Number` | *string* | :heavy_check_mark: | The 16-19 digit number for the gift card. | 4123455541234561234 |
| `Pin` | *string* | :heavy_check_mark: | The PIN for this gift card. | 1234 |
| `Amount` | *long* | :heavy_check_mark: | The monetary amount for this transaction to charge against the gift card, in the smallest currency unit (for example, cents or pence). | 1299 |
Loading