Skip to content
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

release: 4.13.0 #294

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: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
with:
node-version: '18'

- name: Install dependencies
run: yarn install
- name: Bootstrap
run: ./scripts/bootstrap

- name: Check types
run: ./scripts/lint
Expand All @@ -41,8 +41,8 @@ jobs:
with:
node-version: '18'

- name: Install dependencies
run: yarn install
- name: Bootstrap
run: ./scripts/bootstrap

- name: Check build
run: ./scripts/build
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.12.0"
".": "4.13.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: 93
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-15ce5857138c8d5d61dfcfca1b028427d9501531fa5fc8ac36a84b6fdb648783.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-90a52a59bc88bb7c8ae95cd1f8d2e0d69e48320d5481068fe1fbc54f539fd8db.yml
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 4.13.0 (2024-08-30)

Full Changelog: [v4.12.0...v4.13.0](https://github.com/orbcorp/orb-node/compare/v4.12.0...v4.13.0)

### Features

* **api:** OpenAPI spec update via Stainless API ([#295](https://github.com/orbcorp/orb-node/issues/295)) ([5b63684](https://github.com/orbcorp/orb-node/commit/5b636842309c7ba8c22b1189869576f26cc76c71))


### Chores

* **ci:** install deps via ./script/bootstrap ([#293](https://github.com/orbcorp/orb-node/issues/293)) ([9171515](https://github.com/orbcorp/orb-node/commit/9171515fff946900456794115222edcaedad85fc))

## 4.12.0 (2024-08-29)

Full Changelog: [v4.11.0...v4.12.0](https://github.com/orbcorp/orb-node/compare/v4.11.0...v4.12.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orb-billing",
"version": "4.12.0",
"version": "4.13.0",
"description": "The official TypeScript library for the Orb API",
"author": "Orb <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/resources/coupons/coupons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class CouponsPage extends Page<Coupon> {}

/**
* A coupon represents a reusable discount configuration that can be applied either
* as a fixed currency amount or as a percentage of the usage cost. Coupons are
* as a fixed or percentage amount to an invoice or subscription. Coupons are
* activated using a redemption code, which applies the discount to a subscription
* or invoice. The duration of a coupon determines how long it remains available
* for use by end users.
Expand Down
3 changes: 2 additions & 1 deletion src/resources/subscriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,8 @@ export class Subscriptions extends APIResource {
* This endpoint can be used to clear scheduled updates to the quantity for a fixed
* fee.
*
* If there are no updates scheduled, this endpoint is a no-op.
* If there are no updates scheduled, a request validation error will be returned
* with a 400 status code.
*/
unscheduleFixedFeeQuantityUpdates(
subscriptionId: string,
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '4.12.0'; // x-release-please-version
export const VERSION = '4.13.0'; // x-release-please-version