@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.
Files changed (2) hide show
  1. package/index.d.ts +2 -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
- integrationType: string;
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
- integrationType: string;
2209
+ threadType: string;
2210
2210
  /**
2211
2211
  * Sharing options — control visibility to customer portal and field app
2212
2212
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbuddy/sdk-js-vnext",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "description": "WorkBuddy Public API JavaScript client",
5
5
  "license": "MIT",
6
6
  "type": "module",