@workbuddy/sdk-js-vnext 1.0.16 → 1.0.18
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 +0 -12
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2439,12 +2439,6 @@ export interface WorkBuddyJobsTasksEvidenceSubmitEvidenceParams extends WorkBudd
|
|
|
2439
2439
|
afterPhotoAttachmentIds?: string[];
|
|
2440
2440
|
|
|
2441
2441
|
comment?: string;
|
|
2442
|
-
|
|
2443
|
-
formResponse?: string;
|
|
2444
|
-
/**
|
|
2445
|
-
* form response ID
|
|
2446
|
-
*/
|
|
2447
|
-
formResponseId?: string;
|
|
2448
2442
|
/**
|
|
2449
2443
|
* Array of file attachment IDs (comma-separated in CLI, e.g. "id1,id2")
|
|
2450
2444
|
*/
|
|
@@ -2619,12 +2613,6 @@ export interface WorkBuddyJobsStagesTasksEvidenceSubmitEvidenceParams extends Wo
|
|
|
2619
2613
|
afterPhotoAttachmentIds?: string[];
|
|
2620
2614
|
|
|
2621
2615
|
comment?: string;
|
|
2622
|
-
|
|
2623
|
-
formResponse?: string;
|
|
2624
|
-
/**
|
|
2625
|
-
* form response ID
|
|
2626
|
-
*/
|
|
2627
|
-
formResponseId?: string;
|
|
2628
2616
|
/**
|
|
2629
2617
|
* Array of file attachment IDs (comma-separated in CLI, e.g. "id1,id2")
|
|
2630
2618
|
*/
|