@parra/parra-js-sdk 0.3.174 → 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.
@@ -2331,6 +2331,7 @@ export interface MailTemplateVersionStub {
2331
2331
  updated_at: string;
2332
2332
  deleted_at?: string | null;
2333
2333
  tenant_id: string;
2334
+ mail_template_id: string;
2334
2335
  status: MailTemplateVersionStatus;
2335
2336
  version: string;
2336
2337
  title: string | null;
@@ -2343,6 +2344,8 @@ export interface MailTemplateCollectionStub {
2343
2344
  updated_at: string;
2344
2345
  deleted_at?: string | null;
2345
2346
  tenant_id: string;
2347
+ sender_id: string;
2348
+ connected_app_connection_id: string;
2346
2349
  title: string;
2347
2350
  description?: string | null;
2348
2351
  slug?: string | null;
@@ -2355,6 +2358,8 @@ export interface MailTemplate {
2355
2358
  updated_at: string;
2356
2359
  deleted_at?: string | null;
2357
2360
  tenant_id: string;
2361
+ sender_id: string;
2362
+ connected_app_connection_id: string;
2358
2363
  title: string;
2359
2364
  description?: string | null;
2360
2365
  slug?: string | null;
@@ -2388,12 +2393,12 @@ export interface MailTemplateVersion {
2388
2393
  updated_at: string;
2389
2394
  deleted_at?: string | null;
2390
2395
  tenant_id: string;
2396
+ mail_template_id: string;
2391
2397
  status: MailTemplateVersionStatus;
2392
2398
  version: string;
2393
2399
  title: string | null;
2394
2400
  description?: string | null;
2395
2401
  slug?: string | null;
2396
- mail_template_id: string;
2397
2402
  text_content?: string | null;
2398
2403
  json_content?: string | null;
2399
2404
  html_content?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.174",
3
+ "version": "0.3.176",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",