@workbuddy/sdk-js-vnext 1.0.4 → 1.0.5
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
|
@@ -1737,6 +1737,8 @@ export interface WorkBuddyJobsActivitiesNoteCreateNoteParams extends WorkBuddyRe
|
|
|
1737
1737
|
* Message body content (HTML supported for email)
|
|
1738
1738
|
*/
|
|
1739
1739
|
body: string;
|
|
1740
|
+
|
|
1741
|
+
title?: string;
|
|
1740
1742
|
/**
|
|
1741
1743
|
* Array of label/tag IDs to attach (comma-separated, e.g. "id1,id2")
|
|
1742
1744
|
*/
|
|
@@ -1930,6 +1932,8 @@ export interface WorkBuddyJobsStagesActivitiesNoteCreateNoteParams extends WorkB
|
|
|
1930
1932
|
* Message body content (HTML supported for email)
|
|
1931
1933
|
*/
|
|
1932
1934
|
body: string;
|
|
1935
|
+
|
|
1936
|
+
title?: string;
|
|
1933
1937
|
/**
|
|
1934
1938
|
* Array of label/tag IDs to attach (comma-separated, e.g. "id1,id2")
|
|
1935
1939
|
*/
|