@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.
- package/dist/ParraAPI.d.ts +2 -2
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -2456,9 +2456,9 @@ export interface UpdateMailTemplateVersionRequestBody {
|
|
|
2456
2456
|
export interface TestMailTemplateVersionRequestBody {
|
|
2457
2457
|
title?: string;
|
|
2458
2458
|
version?: string;
|
|
2459
|
-
subject
|
|
2459
|
+
subject?: string;
|
|
2460
2460
|
automatically_generate_text_content?: boolean;
|
|
2461
|
-
test_data
|
|
2461
|
+
test_data?: object | null;
|
|
2462
2462
|
test_subject?: string | null;
|
|
2463
2463
|
test_recipient?: string | null;
|
|
2464
2464
|
text_content?: string | null;
|