diff --git a/.github/workflows/create_asana_task.yaml b/.github/workflows/create_asana_task.yaml deleted file mode 100644 index eae0d9ec..00000000 --- a/.github/workflows/create_asana_task.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: Asana -on: - issues: - types: [opened] - -jobs: - create_task: - name: Create Asana task - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - uses: orbcorp/gha-create-asana-task@main - with: - asana-secret: ${{ secrets.ASANA_PAT }} - asana-project-id: ${{ secrets.ASANA_PROJECT_ID }} - asana-workspace-id: ${{ secrets.ASANA_WORKSPACE_ID }} - asana-task-name: ${{ github.event.issue.title }} - asana-task-description: ${{ github.event.issue.body }} - asana-custom-fields: |- - { - "1205809189288915": "1205809189288917", - "1205809189288926": "${{ github.event.issue.html_url }}" - } diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 83a9352d..5531ef5d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.57.0" + ".": "4.58.0" } diff --git a/.stats.yml b/.stats.yml index e5439953..3599ce86 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0799620d..6e85812b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 07bf0d4d..3a2be88e 100644 --- a/package.json +++ b/package.json @@ -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 ", "types": "dist/index.d.ts", diff --git a/src/resources/events/events.ts b/src/resources/events/events.ts index e31552a8..2522e13f 100644 --- a/src/resources/events/events.ts +++ b/src/resources/events/events.ts @@ -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 diff --git a/src/version.ts b/src/version.ts index 99e4b86d..96374498 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.57.0'; // x-release-please-version +export const VERSION = '4.58.0'; // x-release-please-version