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