@@ -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