@parra/parra-js-sdk 0.3.476 → 0.3.478

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?: {
@@ -5144,7 +5146,6 @@ declare class ParraAPI {
5144
5146
  limit?: number;
5145
5147
  offset?: number;
5146
5148
  type?: string | null;
5147
- include?: string | null;
5148
5149
  }, options?: Options) => Promise<ApplicationCollectionResponse>;
5149
5150
  getApplicationByIdForTenantById: (tenant_id: string, application_id: string, options?: Options) => Promise<Application>;
5150
5151
  updateApplicationByIdForTenantById: (tenant_id: string, application_id: string, body?: UpdateApplicationRequestBody, options?: Options) => Promise<Application>;
@@ -5213,6 +5214,7 @@ declare class ParraAPI {
5213
5214
  offset?: number;
5214
5215
  sort?: string;
5215
5216
  search?: string;
5217
+ include?: string | null;
5216
5218
  }, options?: Options) => Promise<TenantUserCollectionResponse>;
5217
5219
  createIdentityForTenantUser: (tenant_id: string, user_id: string, body?: CreateTenantUserIdentityRequestBody, options?: Options) => Promise<Identity>;
5218
5220
  deleteIdentityForTenantById: (tenant_id: string, identity_id: string, options?: Options) => Promise<Response>;
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.478",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",