@parra/parra-js-sdk 0.3.175 → 0.3.176
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 +4 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -2344,6 +2344,8 @@ export interface MailTemplateCollectionStub {
|
|
|
2344
2344
|
updated_at: string;
|
|
2345
2345
|
deleted_at?: string | null;
|
|
2346
2346
|
tenant_id: string;
|
|
2347
|
+
sender_id: string;
|
|
2348
|
+
connected_app_connection_id: string;
|
|
2347
2349
|
title: string;
|
|
2348
2350
|
description?: string | null;
|
|
2349
2351
|
slug?: string | null;
|
|
@@ -2356,6 +2358,8 @@ export interface MailTemplate {
|
|
|
2356
2358
|
updated_at: string;
|
|
2357
2359
|
deleted_at?: string | null;
|
|
2358
2360
|
tenant_id: string;
|
|
2361
|
+
sender_id: string;
|
|
2362
|
+
connected_app_connection_id: string;
|
|
2359
2363
|
title: string;
|
|
2360
2364
|
description?: string | null;
|
|
2361
2365
|
slug?: string | null;
|