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 @@
{
".": "12.0.0-beta.5"
".": "12.0.0-beta.6"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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": "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 <support@conductor.is>",
"types": "dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions src/resources/qbd/time-tracking-activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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;

Expand Down Expand Up @@ -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;

Expand All @@ -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;

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 = '12.0.0-beta.5'; // x-release-please-version
export const VERSION = '12.0.0-beta.6'; // x-release-please-version