@parra/parra-js-sdk 0.3.177 → 0.3.178

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.
@@ -2443,6 +2443,9 @@ export interface UpdateMailTemplateVersionRequestBody {
2443
2443
  title?: string;
2444
2444
  version?: string;
2445
2445
  automatically_generate_text_content?: boolean;
2446
+ test_data?: object | null;
2447
+ test_subject?: string | null;
2448
+ test_recipient?: string | null;
2446
2449
  text_content?: string | null;
2447
2450
  html_content?: string | null;
2448
2451
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.177",
3
+ "version": "0.3.178",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",