Skip to content

Commit aaf80ab

Browse files
stainless-app[bot]DannyNemer
authored andcommitted
feat(api): api update (#46)
1 parent e6aea06 commit aaf80ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 165
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-54821f89f77f7a8cd0d792e51306298c26832f14aafbeb8fed2969d030648114.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-9d894aa158d7132588a6e9b25cc9b8e03fb63d29b534a64274655b4cc66987ae.yml

src/resources/qbd/time-tracking-activities.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export interface TimeTrackingActivity {
133133
* not display seconds.
134134
*
135135
* **IMPORTANT**: This field is required for updating time tracking activities,
136-
* even if the field is not being updated, because of a bug in QuickBooks itself.
136+
* even if the field is not being modified, because of a bug in QuickBooks itself.
137137
*/
138138
duration: string;
139139

@@ -353,7 +353,7 @@ export interface TimeTrackingActivityCreateParams {
353353
* not display seconds.
354354
*
355355
* **IMPORTANT**: This field is required for updating time tracking activities,
356-
* even if the field is not being updated, because of a bug in QuickBooks itself.
356+
* even if the field is not being modified, because of a bug in QuickBooks itself.
357357
*/
358358
duration: string;
359359

@@ -454,7 +454,7 @@ export interface TimeTrackingActivityUpdateParams {
454454
* not display seconds.
455455
*
456456
* **IMPORTANT**: This field is required for updating time tracking activities,
457-
* even if the field is not being updated, because of a bug in QuickBooks itself.
457+
* even if the field is not being modified, because of a bug in QuickBooks itself.
458458
*/
459459
duration: string;
460460

@@ -465,7 +465,7 @@ export interface TimeTrackingActivityUpdateParams {
465465
* with this time tracking activity.
466466
*
467467
* **IMPORTANT**: This field is required for updating time tracking activities,
468-
* even if the field is not being updated, because of a bug in QuickBooks itself.
468+
* even if the field is not being modified, because of a bug in QuickBooks itself.
469469
*/
470470
entityId: string;
471471

0 commit comments

Comments
 (0)