@parra/parra-js-sdk 0.3.182 → 0.3.183

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.
@@ -2456,9 +2456,9 @@ export interface UpdateMailTemplateVersionRequestBody {
2456
2456
  export interface TestMailTemplateVersionRequestBody {
2457
2457
  title?: string;
2458
2458
  version?: string;
2459
- subject: string;
2459
+ subject?: string;
2460
2460
  automatically_generate_text_content?: boolean;
2461
- test_data: object | null;
2461
+ test_data?: object | null;
2462
2462
  test_subject?: string | null;
2463
2463
  test_recipient?: string | null;
2464
2464
  text_content?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.182",
3
+ "version": "0.3.183",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",