Skip to content
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.89.1"
".": "0.90.0"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 103
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-326205df28a52e9ad57c34d7ed1ec85fadd67f9a041df2882ebaa65f6de09930.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-8663e8fc543041d9694eddcd2f7e9784611369606700f99340e6dc80607b2dfa.yml
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.90.0 (2025-01-30)

Full Changelog: [v0.89.1...v0.90.0](https://github.com/orbcorp/orb-go/compare/v0.89.1...v0.90.0)

### Features

* **api:** api update ([#408](https://github.com/orbcorp/orb-go/issues/408)) ([2c1aa33](https://github.com/orbcorp/orb-go/commit/2c1aa335333bcd1f89bd5b8c165a3b760164cd3d))

## 0.89.1 (2025-01-28)

Full Changelog: [v0.89.0...v0.89.1](https://github.com/orbcorp/orb-go/compare/v0.89.0...v0.89.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/orbcorp/orb-go@v0.89.1'
go get -u 'github.com/orbcorp/orb-go@v0.90.0'
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package internal

const PackageVersion = "0.89.1" // x-release-please-version
const PackageVersion = "0.90.0" // x-release-please-version
2 changes: 1 addition & 1 deletion invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -3436,7 +3436,7 @@ func (r InvoiceFetchUpcomingParams) URLQuery() (v url.Values) {
type InvoiceIssueParams struct {
// If true, the invoice will be issued synchronously. If false, the invoice will be
// issued asynchronously. The synchronous option is only available for invoices
// containin no usage fees. If the invoice is configured to sync to an external
// that have no usage fees. If the invoice is configured to sync to an external
// provider, a successful response from this endpoint guarantees the invoice is
// present in the provider.
Synchronous param.Field[bool] `json:"synchronous"`
Expand Down
84 changes: 42 additions & 42 deletions plan.go

Large diffs are not rendered by default.

356 changes: 180 additions & 176 deletions price.go

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions subscription.go

Large diffs are not rendered by default.