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
24 changes: 0 additions & 24 deletions .github/workflows/create_asana_task.yaml

This file was deleted.

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.57.0"
".": "4.58.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-4dede72b827939939b5386cda07c3bc1fa2eea79901819792c1820e8531718d6.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-7791652a23b1ed216bba0b8fa77798252f78b0525fbd77cc29ee92c6d5739c5a.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.58.0 (2025-02-20)

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

### Features

* **api:** api update ([#513](https://github.com/orbcorp/orb-node/issues/513)) ([c8aa693](https://github.com/orbcorp/orb-node/commit/c8aa693ad0aa716a675ededc46f499ae64723227))


### Chores

* **internal:** codegen related update ([#511](https://github.com/orbcorp/orb-node/issues/511)) ([4292b87](https://github.com/orbcorp/orb-node/commit/4292b872a59fc835702c9661dc78c189fe694690))

## 4.57.0 (2025-02-15)

Full Changelog: [v4.56.0...v4.57.0](https://github.com/orbcorp/orb-node/compare/v4.56.0...v4.57.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.57.0",
"version": "4.58.0",
"description": "The official TypeScript library for the Orb API",
"author": "Orb <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/resources/events/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ export class Events extends APIResource {
* flexible query engine to determine usage.
* - Logging a region or cluster with each event can help you provide customers
* more granular visibility into their usage.
* - If you are using matrix pricing and matching a matrix price key with a
* property, you should ensure the value for that property is sent as a string.
*
* We encourage logging this metadata with an eye towards future use cases to
* ensure full coverage for historical data. The datatype of the value in the
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.57.0'; // x-release-please-version
export const VERSION = '4.58.0'; // x-release-please-version