@workbuddy/sdk-js-vnext 1.0.25 → 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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. 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: string;
1176
+ updatedAt?: string;
1177
1177
 
1178
1178
  quantity?: number;
1179
1179
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbuddy/sdk-js-vnext",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "description": "WorkBuddy Public API JavaScript client",
5
5
  "license": "MIT",
6
6
  "type": "module",