@parra/parra-js-sdk 0.3.473 → 0.3.474

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.
@@ -5237,6 +5237,7 @@ declare class ParraAPI {
5237
5237
  paginateMailTemplatesForTenantById: (tenant_id: string, query?: {
5238
5238
  limit?: number;
5239
5239
  offset?: number;
5240
+ type?: string | null;
5240
5241
  }, options?: Options) => Promise<MailTemplateCollectionResponse>;
5241
5242
  getMailTemplateByIdForTenantById: (tenant_id: string, mail_template_id: string, options?: Options) => Promise<MailTemplate>;
5242
5243
  updateMailTemplateByIdForTenantById: (tenant_id: string, mail_template_id: string, body?: UpdateMailTemplateRequestBody, options?: Options) => Promise<MailTemplate>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.473",
3
+ "version": "0.3.474",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",