@parra/parra-js-sdk 0.3.476 → 0.3.477

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.
@@ -4970,6 +4970,8 @@ declare class ParraAPI {
4970
4970
  paginateTemplatesForTenantById: (tenant_id: string, query?: {
4971
4971
  limit?: number;
4972
4972
  offset?: number;
4973
+ search?: string;
4974
+ tag_id?: string | null;
4973
4975
  }, options?: Options) => Promise<TemplateCollectionResponse>;
4974
4976
  cloneTemplateForTenantById: (tenant_id: string, template_id: string, options?: Options) => Promise<Template>;
4975
4977
  paginateTemplateTags: (query?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.476",
3
+ "version": "0.3.477",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",