@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.175",
3
+ "version": "0.3.176",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",