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 @@
{
".": "1.24.0"
".": "1.25.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 118
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-26020bd285825dac04bf642a414ea07c786fc6e42ee6bbcf795e11f8db426519.yml
openapi_spec_hash: 897fedec83f0960539b3aa4ec0e3308d
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-297c7ce95bc0aa1ac6f324a487515f49b8a30b74eb9d39ca9dcd2d9cf065f0ef.yml
openapi_spec_hash: 29e9af981bc78379336079bb4208c54d
config_hash: 1f73a949b649ecfe6ec68ba1bb459dc2
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.25.0 (2025-10-06)

Full Changelog: [v1.24.0...v1.25.0](https://github.com/orbcorp/orb-go/compare/v1.24.0...v1.25.0)

### Features

* **api:** api update ([1eff9e8](https://github.com/orbcorp/orb-go/commit/1eff9e808946eff43ec8a3df2d4acb2c7940f37f))

## 1.24.0 (2025-10-03)

Full Changelog: [v1.23.0...v1.24.0](https://github.com/orbcorp/orb-go/compare/v1.23.0...v1.24.0)
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@v1.24.0'
go get -u 'github.com/orbcorp/orb-go@v1.25.0'
```

<!-- x-release-please-end -->
Expand Down
76 changes: 76 additions & 0 deletions aliases.go
Original file line number Diff line number Diff line change
Expand Up @@ -1543,6 +1543,9 @@ const InvoiceLevelDiscountDiscountTypeTrial = shared.InvoiceLevelDiscountDiscoun
// This is an alias to an internal type.
type InvoiceTiny = shared.InvoiceTiny

// A minimal representation of an Item containing only the essential identifying
// information.
//
// This is an alias to an internal type.
type ItemSlim = shared.ItemSlim

Expand Down Expand Up @@ -6618,6 +6621,76 @@ const PriceMinimumCompositePricePriceTypeFixedPrice = shared.PriceMinimumComposi
// This is an alias to an internal value.
const PriceMinimumCompositePricePriceTypeCompositePrice = shared.PriceMinimumCompositePricePriceTypeCompositePrice

// This is an alias to an internal type.
type PriceEventOutputPrice = shared.PriceEventOutputPrice

// This is an alias to an internal type.
type PriceEventOutputPriceBillingMode = shared.PriceEventOutputPriceBillingMode

// This is an alias to an internal value.
const PriceEventOutputPriceBillingModeInAdvance = shared.PriceEventOutputPriceBillingModeInAdvance

// This is an alias to an internal value.
const PriceEventOutputPriceBillingModeInArrear = shared.PriceEventOutputPriceBillingModeInArrear

// This is an alias to an internal type.
type PriceEventOutputPriceCadence = shared.PriceEventOutputPriceCadence

// This is an alias to an internal value.
const PriceEventOutputPriceCadenceOneTime = shared.PriceEventOutputPriceCadenceOneTime

// This is an alias to an internal value.
const PriceEventOutputPriceCadenceMonthly = shared.PriceEventOutputPriceCadenceMonthly

// This is an alias to an internal value.
const PriceEventOutputPriceCadenceQuarterly = shared.PriceEventOutputPriceCadenceQuarterly

// This is an alias to an internal value.
const PriceEventOutputPriceCadenceSemiAnnual = shared.PriceEventOutputPriceCadenceSemiAnnual

// This is an alias to an internal value.
const PriceEventOutputPriceCadenceAnnual = shared.PriceEventOutputPriceCadenceAnnual

// This is an alias to an internal value.
const PriceEventOutputPriceCadenceCustom = shared.PriceEventOutputPriceCadenceCustom

// This is an alias to an internal type.
type PriceEventOutputPriceConversionRateConfig = shared.PriceEventOutputPriceConversionRateConfig

// This is an alias to an internal type.
type PriceEventOutputPriceConversionRateConfigConversionRateType = shared.PriceEventOutputPriceConversionRateConfigConversionRateType

// This is an alias to an internal value.
const PriceEventOutputPriceConversionRateConfigConversionRateTypeUnit = shared.PriceEventOutputPriceConversionRateConfigConversionRateTypeUnit

// This is an alias to an internal value.
const PriceEventOutputPriceConversionRateConfigConversionRateTypeTiered = shared.PriceEventOutputPriceConversionRateConfigConversionRateTypeTiered

// Configuration for event_output pricing
//
// This is an alias to an internal type.
type PriceEventOutputPriceEventOutputConfig = shared.PriceEventOutputPriceEventOutputConfig

// The pricing model type
//
// This is an alias to an internal type.
type PriceEventOutputPriceModelType = shared.PriceEventOutputPriceModelType

// This is an alias to an internal value.
const PriceEventOutputPriceModelTypeEventOutput = shared.PriceEventOutputPriceModelTypeEventOutput

// This is an alias to an internal type.
type PriceEventOutputPricePriceType = shared.PriceEventOutputPricePriceType

// This is an alias to an internal value.
const PriceEventOutputPricePriceTypeUsagePrice = shared.PriceEventOutputPricePriceTypeUsagePrice

// This is an alias to an internal value.
const PriceEventOutputPricePriceTypeFixedPrice = shared.PriceEventOutputPricePriceTypeFixedPrice

// This is an alias to an internal value.
const PriceEventOutputPricePriceTypeCompositePrice = shared.PriceEventOutputPricePriceTypeCompositePrice

// This is an alias to an internal type.
type PriceBillingMode = shared.PriceBillingMode

Expand Down Expand Up @@ -6734,6 +6807,9 @@ const PriceModelTypeCumulativeGroupedBulk = shared.PriceModelTypeCumulativeGroup
// This is an alias to an internal value.
const PriceModelTypeMinimum = shared.PriceModelTypeMinimum

// This is an alias to an internal value.
const PriceModelTypeEventOutput = shared.PriceModelTypeEventOutput

// This is an alias to an internal type.
type PricePriceType = shared.PricePriceType

Expand Down
Loading