Skip to content

Commit 31e96e5

Browse files
feat(api): api update (#44)
1 parent 886e7ad commit 31e96e5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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-d102b25effab50507103206c7c7d0d4df86e901788d289c94fcfe1b6eb000dc0.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-54821f89f77f7a8cd0d792e51306298c26832f14aafbeb8fed2969d030648114.yml

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ export interface TimeTrackingActivity {
132132
* activity, they are not returned in responses since QuickBooks Desktop's UI does
133133
* not display seconds.
134134
*
135-
* **NOTE**: This field is required for updating time tracking activities, even if
136-
* the field is not being updated, because of a bug in QuickBooks itself.
135+
* **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.
137137
*/
138138
duration: string;
139139

@@ -352,8 +352,8 @@ export interface TimeTrackingActivityCreateParams {
352352
* activity, they are not returned in responses since QuickBooks Desktop's UI does
353353
* not display seconds.
354354
*
355-
* **NOTE**: This field is required for updating time tracking activities, even if
356-
* the field is not being updated, because of a bug in QuickBooks itself.
355+
* **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.
357357
*/
358358
duration: string;
359359

@@ -453,8 +453,8 @@ export interface TimeTrackingActivityUpdateParams {
453453
* activity, they are not returned in responses since QuickBooks Desktop's UI does
454454
* not display seconds.
455455
*
456-
* **NOTE**: This field is required for updating time tracking activities, even if
457-
* the field is not being updated, because of a bug in QuickBooks itself.
456+
* **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.
458458
*/
459459
duration: string;
460460

@@ -464,8 +464,8 @@ export interface TimeTrackingActivityUpdateParams {
464464
* a customer - use the `customer` field to associate a customer or customer-job
465465
* with this time tracking activity.
466466
*
467-
* **NOTE**: This field is required for updating time tracking activities, even if
468-
* the field is not being updated, because of a bug in QuickBooks itself.
467+
* **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.
469469
*/
470470
entityId: string;
471471

0 commit comments

Comments
 (0)