Skip to content

chore: 🐝 Update SDK - Generate Sync for Expenses library SYNC-FOR-EXPENSES-LIBRARY 7.0.0 #329

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 1 commit into from
Nov 26, 2024

Conversation

github-actions[bot]
Copy link
Contributor

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Paths
│ ├──[➕] path (789:3)
│ ├─┬/companies/{companyId}/sync/expenses/reimbursable-expense-transactions/{transactionId}
│ │ └─┬PUT
│ │   └──[🔀] description (1569:20)
│ ├─┬/companies/{companyId}/sync/expenses/syncs/{syncId}/transactions/{transactionId}/attachments
│ │ └─┬POST
│ │   └──[🔀] description (1669:20)
│ ├─┬/companies/{companyId}/connections/{connectionId}/push/bankAccounts
│ │ └─┬POST
│ │   └──[🔀] description (5820:20)
│ ├─┬/companies/{companyId}/connections/{connectionId}/push/customers/{customerId}
│ │ ├─┬PUT
│ │ │ └──[🔀] description (8596:20)
│ │ └─┬Parameters
│ │   └─┬Schema
│ │     ├──[➕] examples (13249:13)
│ │     ├──[➕] examples (13250:13)
│ │     ├──[➕] examples (13251:13)
│ │     └──[➕] examples (13252:13)
│ ├─┬/companies/{companyId}/connections
│ │ └─┬POST
│ │   └──[🔀] description (583:20)
│ ├─┬/companies/{companyId}/data/suppliers/{supplierId}
│ │ └─┬GET
│ │   └──[🔀] description (9742:20)
│ ├─┬/companies/{companyId}/data/customers/{customerId}
│ │ ├─┬GET
│ │ │ └──[🔀] description (8498:20)
│ │ └─┬Parameters
│ │   └─┬Schema
│ │     ├──[➕] examples (13249:13)
│ │     ├──[➕] examples (13250:13)
│ │     ├──[➕] examples (13251:13)
│ │     └──[➕] examples (13252:13)
│ ├─┬/companies/{companyId}/connections/{connectionId}/push/suppliers/{supplierId}
│ │ └─┬PUT
│ │   └──[🔀] description (9840:20)
│ ├─┬/companies/{companyId}/connections/{connectionId}/push/customers
│ │ └─┬POST
│ │   └──[🔀] description (8546:20)
│ ├─┬/companies/{companyId}/connections/{connectionId}/push/accounts
│ │ └─┬POST
│ │   └──[🔀] description (2398:20)
│ ├─┬/companies/{companyId}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         ├──[➕] examples (480:19)
│ │         ├──[➕] examples (461:19)
│ │         └─┬Simple company
│ │           ├──[🔀] value (451:21)
│ │           └──[➕] value (451:21)
│ ├─┬/companies/{companyId}/connections/{connectionId}/options/chartOfAccounts
│ │ └─┬GET
│ │   └──[🔀] description (5756:20)
│ ├─┬/companies/{companyId}/connections/{connectionId}/push/suppliers
│ │ └─┬POST
│ │   └──[🔀] description (9796:20)
│ ├─┬/companies/{companyId}/connections/{connectionId}/options/bankAccounts
│ │ └─┬GET
│ │   └──[🔀] description (6680:20)
│ └─┬/companies
│   ├─┬GET
│   │ ├──[🔀] description (282:20)
│   │ └─┬Responses
│   │   └─┬200
│   │     └─┬application/json
│   │       ├─┬One company
│   │       │ └──[🔀] value (146:21)
│   │       └─┬List of Companies
│   │         ├──[🔀] value (177:21)
│   │         └──[🔀] value (177:21)
│   └─┬POST
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           ├──[➕] examples (325:19)
│           ├─┬With no description
│           │ └──[➕] value (304:21)
│           └─┬With a description
│             └──[➕] value (315:21)
├─┬Tags
│ └──[➕] Company info (96:5)
├─┬client.rateLimit.reached
│ └─┬POST
│   └─┬Requestbody
│     └─┬application/json
│       └──[➕] examples (9943:17)
├─┬client.rateLimit.reset
│ └─┬POST
│   └─┬Requestbody
│     └─┬application/json
│       └──[➕] examples (9964:17)
├─┬expenses.sync.successful
│ └─┬POST
│   ├──[🔀] description (9845:20)
│   └─┬Requestbody
│     └─┬application/json
│       └──[➕] examples (9853:17)
├─┬expenses.sync.unsuccessful
│ └─┬POST
│   ├──[🔀] description (9875:20)
│   └─┬Requestbody
│     └─┬application/json
│       └──[➕] examples (9883:17)
└─┬Components
  ├──[➕] schemas (10362:7)
  ├──[➕] schemas (13117:7)
  ├──[➕] schemas (10840:7)
  ├─┬UpdateReimbursableExpenseTransactionRequest
  │ └──[➕] properties (13075:9)
  ├─┬Connection
  │ └─┬dataConnectionErrors
  │   └──[➕] nullable (11160:21)❌ 
  ├─┬Customer
  │ ├──[🔀] description (11333:20)
  │ └─┬ALLOF
  │   └─┬addresses
  │     └─┬Schema
  │       └──[🔀] $ref (10866:20)❌ 
  ├─┬BankAccount
  │ └──[🔀] description (10406:20)
  ├─┬ExpensesSyncWebhook
  │ ├──[➖] examples (11151:19)
  │ └──[➖] examples (11151:19)
  ├─┬AccountMappingInfo
  │ ├──[➕] properties (10288:9)
  │ └─┬Extensions
  │   └──[🔀] x-examples (10230:9)
  ├─┬Supplier
  │ ├──[🔀] description (12477:20)
  │ └─┬ALLOF
  │   └─┬addresses
  │     └─┬Schema
  │       └──[🔀] $ref (10866:20)❌ 
  ├─┬ClientRateLimitWebhook
  │ ├──[➖] examples (10298:19)
  │ └──[➖] examples (10298:19)
  ├─┬Account
  │ └──[🔀] description (10009:20)
  ├─┬CompanyRequestBody
  │ └──[➕] properties (11042:9)
  ├─┬ExpenseTransaction
  │ └──[➕] properties (11745:9)
  └─┬auth_header
    └──[🔀] description (13475:20)
Document Element Total Changes Breaking Changes
paths 33 0
tags 1 0
webhooks 6 0
components 20 5

CSHARP CHANGELOG

methodArguments: 0.1.0 - 2024-10-23

🐝 New Features

  • introduce methodArguments and flatteningOrder configuration parameters (commit by @2ynn)

core: 3.10.6 - 2024-11-22

🐛 Bug Fixes

  • handle circular references through unions correctly (commit by @disintegrator)

core: 3.10.5 - 2024-11-12

🐛 Bug Fixes

core: 3.10.4 - 2024-10-31

🐛 Bug Fixes

  • Prevent panic with invalid implicit discriminator mappings with propertyName within allOf object (commit by @bflad)

core: 3.10.3 - 2024-09-27

🐛 Bug Fixes

  • update readme formatting (commit by @adaam2)

core: 3.10.2 - 2024-09-25

🐛 Bug Fixes

  • update readme generation to replace welcome to new sdk section with new markdown notice (commit by @adaam2)

core: 3.10.1 - 2024-09-25

🐛 Bug Fixes

  • fixes to missing examples and improvements to number examples (commit by @tristanspeakeasy)

core: 3.9.20 - 2024-09-18

🐛 Bug Fixes

@github-actions github-actions bot requested a review from dcoplowe as a code owner November 26, 2024 16:29
@github-actions github-actions bot added the major Major version bump label Nov 26, 2024
@dcoplowe dcoplowe merged commit 2972a53 into main Nov 26, 2024
@dcoplowe dcoplowe deleted the speakeasy-sdk-regen-1732638512 branch November 26, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
major Major version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants