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 @@
{
".": "5.26.0"
".": "5.27.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-d74790c0b5540235e8387ccad7b806c11bcbb968fbdf99ea7dfbfc004bceb9dc.yml
openapi_spec_hash: eae212fa0114d8c3b4293c35f6ed7f7f
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-5b9152241ebdd0d2f3fd536784f33721d24a5c4a59e75cab366a3dcb36552d3d.yml
openapi_spec_hash: b40061d10bbe1ebab8998bddd1827cf8
config_hash: dd4343ce95871032ef6e0735a4ca038c
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 5.27.0 (2025-11-04)

Full Changelog: [v5.26.0...v5.27.0](https://github.com/orbcorp/orb-node/compare/v5.26.0...v5.27.0)

### Features

* **api:** api update ([2cb5652](https://github.com/orbcorp/orb-node/commit/2cb565299009d65fcefd87e81350b1eab7250c28))

## 5.26.0 (2025-11-03)

Full Changelog: [v5.25.0...v5.26.0](https://github.com/orbcorp/orb-node/compare/v5.25.0...v5.26.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": "5.26.0",
"version": "5.27.0",
"description": "The official TypeScript library for the Orb API",
"author": "Orb <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
14 changes: 0 additions & 14 deletions src/resources/customers/customers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -859,13 +859,6 @@ export interface CustomerUpdateParams {
*/
auto_issuance?: boolean | null;

/**
* Whether automatic tax calculation is enabled for this customer. When null,
* inherits from account-level setting. When true or false, overrides the account
* setting.
*/
automatic_tax_enabled?: boolean | null;

billing_address?: AddressInput | null;

/**
Expand Down Expand Up @@ -1146,13 +1139,6 @@ export interface CustomerUpdateByExternalIDParams {
*/
auto_issuance?: boolean | null;

/**
* Whether automatic tax calculation is enabled for this customer. When null,
* inherits from account-level setting. When true or false, overrides the account
* setting.
*/
automatic_tax_enabled?: boolean | null;

billing_address?: AddressInput | null;

/**
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 = '5.26.0'; // x-release-please-version
export const VERSION = '5.27.0'; // x-release-please-version