@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.
- package/index.d.ts +4 -0
- 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 {
|