@workbuddy/sdk-js-vnext 1.0.9 → 1.0.10
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 +8 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -752,6 +752,10 @@ export interface WorkBuddyJobsCreateParams extends WorkBuddyRequestParams {
|
|
|
752
752
|
* Site ID — use /crm/sites to look up
|
|
753
753
|
*/
|
|
754
754
|
siteId?: string;
|
|
755
|
+
/**
|
|
756
|
+
* place ID
|
|
757
|
+
*/
|
|
758
|
+
placeId?: string;
|
|
755
759
|
/**
|
|
756
760
|
* Inline site object — alternative to siteId
|
|
757
761
|
*/
|
|
@@ -866,6 +870,10 @@ export interface WorkBuddyJobsTemplateCreateFromTemplateParams extends WorkBuddy
|
|
|
866
870
|
* Site ID — use /crm/sites to look up
|
|
867
871
|
*/
|
|
868
872
|
siteId?: string;
|
|
873
|
+
/**
|
|
874
|
+
* place ID
|
|
875
|
+
*/
|
|
876
|
+
placeId?: string;
|
|
869
877
|
/**
|
|
870
878
|
* Inline site object — alternative to siteId
|
|
871
879
|
*/
|