Skip to content

Commit d25978c

Browse files
authored
Merge pull request #599 from orbcorp/release-please--branches--main--changes--next--components--orb-billing
release: 4.72.3
2 parents 6d30eca + 3211759 commit d25978c

File tree

9 files changed

+59
-18
lines changed

9 files changed

+59
-18
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
name: CI
22
on:
33
push:
4-
branches:
5-
- main
6-
pull_request:
7-
branches:
8-
- main
9-
- next
4+
branches-ignore:
5+
- 'generated'
6+
- 'codegen/**'
7+
- 'integrated/**'
8+
- 'stl-preview-head/**'
9+
- 'stl-preview-base/**'
1010

1111
jobs:
1212
lint:
13+
timeout-minutes: 10
1314
name: lint
14-
runs-on: ubuntu-latest
15+
runs-on: ${{ github.repository == 'stainless-sdks/orb-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
1516
steps:
1617
- uses: actions/checkout@v4
1718

@@ -27,8 +28,9 @@ jobs:
2728
run: ./scripts/lint
2829

2930
build:
31+
timeout-minutes: 5
3032
name: build
31-
runs-on: ubuntu-latest
33+
runs-on: ${{ github.repository == 'stainless-sdks/orb-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
3234
permissions:
3335
contents: read
3436
id-token: write
@@ -61,15 +63,16 @@ jobs:
6163
SHA: ${{ github.sha }}
6264
run: ./scripts/utils/upload-artifact.sh
6365
test:
66+
timeout-minutes: 10
6467
name: test
65-
runs-on: ubuntu-latest
68+
runs-on: ${{ github.repository == 'stainless-sdks/orb-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
6669
steps:
6770
- uses: actions/checkout@v4
6871

6972
- name: Set up Node
7073
uses: actions/setup-node@v4
7174
with:
72-
node-version: '18'
75+
node-version: '20'
7376

7477
- name: Bootstrap
7578
run: ./scripts/bootstrap

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: '18'
22+
node-version: '20'
2323

2424
- name: Install dependencies
2525
run: |

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.72.2"
2+
".": "4.72.3"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 106
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-e8dad7eee5621fe2ba948dfd00dabf170d9d92ce615a9f04b0f546f4d8bf39ba.yml
33
openapi_spec_hash: 3f6a98e3a1b3a47acebd67a960090ebf
4-
config_hash: 7e523cf79552b8936bd772f2e1025e5f
4+
config_hash: f6da12790e8f46d93592def474d41c69

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 4.72.3 (2025-05-18)
4+
5+
Full Changelog: [v4.72.2...v4.72.3](https://github.com/orbcorp/orb-node/compare/v4.72.2...v4.72.3)
6+
7+
### Chores
8+
9+
* **ci:** add timeout thresholds for CI jobs ([d1594b1](https://github.com/orbcorp/orb-node/commit/d1594b17ce73d32d7ab97757f95e90215cfcaf49))
10+
* **ci:** bump node version for release workflows ([ad6f2f0](https://github.com/orbcorp/orb-node/commit/ad6f2f02cf07dae7072d334cf04ae76ad7c6b328))
11+
* **ci:** only use depot for staging repos ([d68a9eb](https://github.com/orbcorp/orb-node/commit/d68a9ebf7ee4fd127e53366e76a0a00b58dcb4a0))
12+
* **ci:** run on more branches and use depot runners ([df2cfe9](https://github.com/orbcorp/orb-node/commit/df2cfe9018c9f8853a8cbae14adbd73556e6a398))
13+
* **docs:** add missing deprecation warnings ([2534cf4](https://github.com/orbcorp/orb-node/commit/2534cf4095d716964953ac60fd4cce1f9798ebdc))
14+
15+
16+
### Documentation
17+
18+
* **readme:** fix typo ([4b9eb38](https://github.com/orbcorp/orb-node/commit/4b9eb38fb7f4457d53336e4774d62852a363fc65))
19+
320
## 4.72.2 (2025-04-14)
421

522
Full Changelog: [v4.72.1...v4.72.2](https://github.com/orbcorp/orb-node/compare/v4.72.1...v4.72.2)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ async function main() {
8383
main();
8484
```
8585

86-
Error codes are as followed:
86+
Error codes are as follows:
8787

8888
| Status Code | Error Type |
8989
| ----------- | -------------------------- |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orb-billing",
3-
"version": "4.72.2",
3+
"version": "4.72.3",
44
"description": "The official TypeScript library for the Orb API",
55
"author": "Orb <team@withorb.com>",
66
"types": "dist/index.d.ts",

src/resources/subscriptions.ts

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8512,6 +8512,9 @@ export interface SubscriptionCreateParams {
85128512
*/
85138513
auto_collection?: boolean | null;
85148514

8515+
/**
8516+
* @deprecated
8517+
*/
85158518
aws_region?: string | null;
85168519

85178520
billing_cycle_anchor_configuration?: SubscriptionCreateParams.BillingCycleAnchorConfiguration | null;
@@ -8523,6 +8526,9 @@ export interface SubscriptionCreateParams {
85238526
*/
85248527
coupon_redemption_code?: string | null;
85258528

8529+
/**
8530+
* @deprecated
8531+
*/
85268532
credits_overage_rate?: number | null;
85278533

85288534
customer_id?: string | null;
@@ -8537,8 +8543,14 @@ export interface SubscriptionCreateParams {
85378543

85388544
external_customer_id?: string | null;
85398545

8546+
/**
8547+
* @deprecated
8548+
*/
85408549
external_marketplace?: 'google' | 'aws' | 'azure' | null;
85418550

8551+
/**
8552+
* @deprecated
8553+
*/
85428554
external_marketplace_reporting_id?: string | null;
85438555

85448556
/**
@@ -8581,6 +8593,9 @@ export interface SubscriptionCreateParams {
85818593
*/
85828594
net_terms?: number | null;
85838595

8596+
/**
8597+
* @deprecated
8598+
*/
85848599
per_credit_overage_amount?: number | null;
85858600

85868601
/**
@@ -8596,7 +8611,7 @@ export interface SubscriptionCreateParams {
85968611
plan_version_number?: number | null;
85978612

85988613
/**
8599-
* Optionally provide a list of overrides for prices on the plan
8614+
* @deprecated Optionally provide a list of overrides for prices on the plan
86008615
*/
86018616
price_overrides?: Array<unknown> | null;
86028617

@@ -19434,6 +19449,9 @@ export interface SubscriptionSchedulePlanChangeParams {
1943419449
*/
1943519450
coupon_redemption_code?: string | null;
1943619451

19452+
/**
19453+
* @deprecated
19454+
*/
1943719455
credits_overage_rate?: number | null;
1943819456

1943919457
/**
@@ -19475,6 +19493,9 @@ export interface SubscriptionSchedulePlanChangeParams {
1947519493
*/
1947619494
net_terms?: number | null;
1947719495

19496+
/**
19497+
* @deprecated
19498+
*/
1947819499
per_credit_overage_amount?: number | null;
1947919500

1948019501
/**
@@ -19490,7 +19511,7 @@ export interface SubscriptionSchedulePlanChangeParams {
1949019511
plan_version_number?: number | null;
1949119512

1949219513
/**
19493-
* Optionally provide a list of overrides for prices on the plan
19514+
* @deprecated Optionally provide a list of overrides for prices on the plan
1949419515
*/
1949519516
price_overrides?: Array<unknown> | null;
1949619517

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '4.72.2'; // x-release-please-version
1+
export const VERSION = '4.72.3'; // x-release-please-version

0 commit comments

Comments
 (0)