@workbuddy/sdk-js-vnext 1.0.26 → 1.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1173,7 +1173,7 @@ export interface WorkBuddyJobsStagesItemsUpdateStageItemParams extends WorkBuddy
|
|
|
1173
1173
|
/**
|
|
1174
1174
|
* For optimistic concurrency — update fails if entity was modified after this timestamp
|
|
1175
1175
|
*/
|
|
1176
|
-
updatedAt
|
|
1176
|
+
updatedAt?: string;
|
|
1177
1177
|
|
|
1178
1178
|
quantity?: number;
|
|
1179
1179
|
|