From e135bb5465037e64f2f86229d6db7393c923a72b Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 22:53:56 +0000 Subject: [PATCH 1/2] feat(api): api update (#46) --- .stats.yml | 2 +- src/resources/qbd/time-tracking-activities.ts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.stats.yml b/.stats.yml index 45cd063d..65a08829 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 165 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-54821f89f77f7a8cd0d792e51306298c26832f14aafbeb8fed2969d030648114.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-9d894aa158d7132588a6e9b25cc9b8e03fb63d29b534a64274655b4cc66987ae.yml diff --git a/src/resources/qbd/time-tracking-activities.ts b/src/resources/qbd/time-tracking-activities.ts index a2f38017..2595a3cc 100644 --- a/src/resources/qbd/time-tracking-activities.ts +++ b/src/resources/qbd/time-tracking-activities.ts @@ -133,7 +133,7 @@ export interface TimeTrackingActivity { * not display seconds. * * **IMPORTANT**: This field is required for updating time tracking activities, - * even if the field is not being updated, because of a bug in QuickBooks itself. + * even if the field is not being modified, because of a bug in QuickBooks itself. */ duration: string; @@ -353,7 +353,7 @@ export interface TimeTrackingActivityCreateParams { * not display seconds. * * **IMPORTANT**: This field is required for updating time tracking activities, - * even if the field is not being updated, because of a bug in QuickBooks itself. + * even if the field is not being modified, because of a bug in QuickBooks itself. */ duration: string; @@ -454,7 +454,7 @@ export interface TimeTrackingActivityUpdateParams { * not display seconds. * * **IMPORTANT**: This field is required for updating time tracking activities, - * even if the field is not being updated, because of a bug in QuickBooks itself. + * even if the field is not being modified, because of a bug in QuickBooks itself. */ duration: string; @@ -465,7 +465,7 @@ export interface TimeTrackingActivityUpdateParams { * with this time tracking activity. * * **IMPORTANT**: This field is required for updating time tracking activities, - * even if the field is not being updated, because of a bug in QuickBooks itself. + * even if the field is not being modified, because of a bug in QuickBooks itself. */ entityId: string; From ae017f47bb66610bb85c1361220735a58a2131d3 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 22:54:16 +0000 Subject: [PATCH 2/2] release: 12.0.0-beta.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 333f84a3..1397a5a2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "12.0.0-beta.5" + ".": "12.0.0-beta.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 073af7ce..943d1c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 12.0.0-beta.6 (2025-02-23) + +Full Changelog: [v12.0.0-beta.5...v12.0.0-beta.6](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.0.0-beta.5...v12.0.0-beta.6) + +### Features + +* **api:** api update ([#46](https://github.com/conductor-is/quickbooks-desktop-node/issues/46)) ([e135bb5](https://github.com/conductor-is/quickbooks-desktop-node/commit/e135bb5465037e64f2f86229d6db7393c923a72b)) + ## 12.0.0-beta.5 (2025-02-23) Full Changelog: [v12.0.0-beta.4...v12.0.0-beta.5](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.0.0-beta.4...v12.0.0-beta.5) diff --git a/package.json b/package.json index 6a490aa6..513b6240 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conductor-node", - "version": "12.0.0-beta.5", + "version": "12.0.0-beta.6", "description": "The official TypeScript library for the Conductor API", "author": "Conductor ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 64678247..3d6ac2d2 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '12.0.0-beta.5'; // x-release-please-version +export const VERSION = '12.0.0-beta.6'; // x-release-please-version