@parra/parra-js-sdk 0.3.472 → 0.3.473

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.
@@ -5143,6 +5143,7 @@ declare class ParraAPI {
5143
5143
  limit?: number;
5144
5144
  offset?: number;
5145
5145
  type?: string | null;
5146
+ include?: string | null;
5146
5147
  }, options?: Options) => Promise<ApplicationCollectionResponse>;
5147
5148
  getApplicationByIdForTenantById: (tenant_id: string, application_id: string, options?: Options) => Promise<Application>;
5148
5149
  updateApplicationByIdForTenantById: (tenant_id: string, application_id: string, body?: UpdateApplicationRequestBody, options?: Options) => Promise<Application>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.472",
3
+ "version": "0.3.473",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",