@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.
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.195",
3
+ "version": "0.3.196",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",