@workbuddy/sdk-js-vnext 1.0.55 → 1.0.57

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 +4 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -976,6 +976,10 @@ export interface WorkBuddyJobsStatusUpdateStatusParams extends WorkBuddyRequestP
976
976
  status: 'open' | 'in_progress' | 'on_hold' | 'completed' | 'finalised' | 'closed' | 'cancelled';
977
977
 
978
978
  note?: string;
979
+ /**
980
+ * Reason for the action (e.g. cancellation reason)
981
+ */
982
+ reason?: string;
979
983
  }
980
984
 
981
985
  export interface WorkBuddyJobsUpdateParams extends WorkBuddyRequestParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbuddy/sdk-js-vnext",
3
- "version": "1.0.55",
3
+ "version": "1.0.57",
4
4
  "description": "WorkBuddy Public API JavaScript client",
5
5
  "license": "MIT",
6
6
  "type": "module",