@parra/parra-js-sdk 0.3.195 → 0.3.196
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/dist/ParraAPI.d.ts +0 -4
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -2541,10 +2541,6 @@ export interface GenerateMailTemplateVersionContentRequestBody {
|
|
|
2541
2541
|
subject?: string;
|
|
2542
2542
|
text_content?: string | null;
|
|
2543
2543
|
html_content?: string | null;
|
|
2544
|
-
test_data?: object | null;
|
|
2545
|
-
test_user?: object | null;
|
|
2546
|
-
test_user_id?: string | null;
|
|
2547
|
-
test_tenant?: object | null;
|
|
2548
2544
|
user_prompt: string;
|
|
2549
2545
|
}
|
|
2550
2546
|
export interface GenerateMailTemplateVersionContentResponseBody {
|