Skip to content

chore: 🐝 Update SDK - Generate SDK 2.2.18#287

Merged
gr4vy-code merged 2 commits into
mainfrom
speakeasy-sdk-regen-1784812678
Jul 23, 2026
Merged

chore: 🐝 Update SDK - Generate SDK 2.2.18#287
gr4vy-code merged 2 commits into
mainfrom
speakeasy-sdk-regen-1784812678

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • gr4vy.gift_cards.activations.create(): Added
  • gr4vy.buyers.list(): response.items[].reconciliation_id Added
  • gr4vy.buyers.create(): response.reconciliation_id Added
  • gr4vy.buyers.get(): response.reconciliation_id Added
  • gr4vy.buyers.update(): response.reconciliation_id Added
  • gr4vy.payment_methods.list(): response.items[].buyer.reconciliation_id Added
  • gr4vy.payment_methods.create(): response.buyer.reconciliation_id Added
  • gr4vy.payment_methods.get(): response.buyer.reconciliation_id Added
  • gr4vy.payment_methods.update(): response.buyer.reconciliation_id Added
  • gr4vy.gift_cards.get(): response.buyer.reconciliation_id Added
  • gr4vy.gift_cards.create(): response.buyer.reconciliation_id Added
  • gr4vy.gift_cards.list(): response.items[].buyer.reconciliation_id Added
  • gr4vy.transactions.list(): response.items[].buyer.reconciliation_id Added
  • gr4vy.transactions.create(): response.buyer.reconciliation_id Added
  • gr4vy.transactions.get(): response.buyer.reconciliation_id Added
  • gr4vy.transactions.update(): response.buyer.reconciliation_id Added
  • gr4vy.transactions.capture(): response.union(TransactionCapture).transaction.buyer.reconciliation_id Added
  • gr4vy.transactions.void(): response.union(Transaction).buyer.reconciliation_id Added
  • gr4vy.transactions.cancel(): response.transaction.buyer.reconciliation_id Added
  • gr4vy.transactions.sync(): response.buyer.reconciliation_id Added
  • gr4vy.payouts.list(): response.items[].buyer.reconciliation_id Added
  • gr4vy.payouts.create(): response.buyer.reconciliation_id Added
  • gr4vy.payouts.get(): response.buyer.reconciliation_id Added
  • gr4vy.payment_links.create(): response.buyer.reconciliation_id Added
  • gr4vy.payment_links.list(): response.items[].buyer.reconciliation_id Added
  • gr4vy.payment_links.get(): response.buyer.reconciliation_id Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ └──[+] path (5068:5)
└─┬Components
  ├──[+] schemas (39009:35)
  ├─┬TransactionBuyer
  │ ├──[+] properties (55899:11)
  │ └─┬type
  │   ├──[🔀] examples (55911:15)
  │   ├──[-] type (55583:21)❌ 
  │   ├──[🔀] title (55908:22)
  │   ├──[🔀] description (55909:28)
  │   ├──[-] default (55587:24)❌ 
  │   ├──[-] const (55584:22)❌ 
  │   ├──[+] anyOf (55901:15)
  │   └──[+] anyOf (55904:15)
  └─┬Buyer
    ├──[+] required (33917:11)❌ 
    ├──[+] properties (33819:11)
    ├─┬type
    │ ├──[🔀] examples (33824:15)
    │ ├──[🔀] title (33821:22)
    │ ├──[🔀] description (33822:28)
    │ ├──[-] default (33616:24)❌ 
    │ └──[-] const (33613:22)❌ 
    └─┬updated_at
      ├──[🔀] examples (33807:15)
      ├──[🔀] title (33803:22)
      ├──[-] format (33708:23)❌ 
      ├──[🔀] description (33804:28)
      ├──[+] default (33805:24)❌ 
      └──[+] const (33802:22)❌ 
Document Element Total Changes Breaking Changes
paths 1 0
components 23 9

View full report

Linting Report 0 errors, 2 warnings, 7 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.790.3

@github-actions github-actions Bot added the patch Patch version bump label Jul 23, 2026
@github-actions

github-actions Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

🧪 Test coverage

Metric Value
Endpoints reached (HTTP) 116 / 117 (99.1%)

⚠️ 1 endpoint operation(s) have no E2E test. Newly generated endpoints show up here — consider adding tests for them.

  • POST /gift-cards/activations

Endpoint reach is measured from HTTP requests actually sent by the suite (see tests/utils/client.py). See TESTING.md.

* `gr4vy.gift_cards.activations.create()`: **Added**
* `gr4vy.buyers.list()`:  `response.items[].reconciliation_id` **Added**
* `gr4vy.buyers.create()`:  `response.reconciliation_id` **Added**
* `gr4vy.buyers.get()`:  `response.reconciliation_id` **Added**
* `gr4vy.buyers.update()`:  `response.reconciliation_id` **Added**
* `gr4vy.payment_methods.list()`:  `response.items[].buyer.reconciliation_id` **Added**
* `gr4vy.payment_methods.create()`:  `response.buyer.reconciliation_id` **Added**
* `gr4vy.payment_methods.get()`:  `response.buyer.reconciliation_id` **Added**
* `gr4vy.payment_methods.update()`:  `response.buyer.reconciliation_id` **Added**
* `gr4vy.gift_cards.get()`:  `response.buyer.reconciliation_id` **Added**
* `gr4vy.gift_cards.create()`:  `response.buyer.reconciliation_id` **Added**
* `gr4vy.gift_cards.list()`:  `response.items[].buyer.reconciliation_id` **Added**
* `gr4vy.transactions.list()`:  `response.items[].buyer.reconciliation_id` **Added**
* `gr4vy.transactions.create()`:  `response.buyer.reconciliation_id` **Added**
* `gr4vy.transactions.get()`:  `response.buyer.reconciliation_id` **Added**
* `gr4vy.transactions.update()`:  `response.buyer.reconciliation_id` **Added**
* `gr4vy.transactions.capture()`:  `response.union(TransactionCapture).transaction.buyer.reconciliation_id` **Added**
* `gr4vy.transactions.void()`:  `response.union(Transaction).buyer.reconciliation_id` **Added**
* `gr4vy.transactions.cancel()`:  `response.transaction.buyer.reconciliation_id` **Added**
* `gr4vy.transactions.sync()`:  `response.buyer.reconciliation_id` **Added**
* `gr4vy.payouts.list()`:  `response.items[].buyer.reconciliation_id` **Added**
* `gr4vy.payouts.create()`:  `response.buyer.reconciliation_id` **Added**
* `gr4vy.payouts.get()`:  `response.buyer.reconciliation_id` **Added**
* `gr4vy.payment_links.create()`:  `response.buyer.reconciliation_id` **Added**
* `gr4vy.payment_links.list()`:  `response.items[].buyer.reconciliation_id` **Added**
* `gr4vy.payment_links.get()`:  `response.buyer.reconciliation_id` **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784812678 branch from 87df8d8 to 59a6eda Compare July 23, 2026 14:24
@gr4vy-code
gr4vy-code merged commit df956ae into main Jul 23, 2026
13 checks passed
@gr4vy-code
gr4vy-code deleted the speakeasy-sdk-regen-1784812678 branch July 23, 2026 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants