@workbuddy/sdk-js-vnext 1.0.24 → 1.0.26
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 +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2001,7 +2001,7 @@ export interface WorkBuddyJobsActivitiesThreadCreateThreadParams extends WorkBud
|
|
|
2001
2001
|
*/
|
|
2002
2002
|
body: string;
|
|
2003
2003
|
|
|
2004
|
-
|
|
2004
|
+
threadType: string;
|
|
2005
2005
|
/**
|
|
2006
2006
|
* Sharing options — control visibility to customer portal and field app
|
|
2007
2007
|
*/
|
|
@@ -2206,7 +2206,7 @@ export interface WorkBuddyJobsStagesActivitiesThreadCreateThreadParams extends W
|
|
|
2206
2206
|
*/
|
|
2207
2207
|
body: string;
|
|
2208
2208
|
|
|
2209
|
-
|
|
2209
|
+
threadType: string;
|
|
2210
2210
|
/**
|
|
2211
2211
|
* Sharing options — control visibility to customer portal and field app
|
|
2212
2212
|
*/
|