@parra/parra-js-sdk 0.3.478 → 0.3.479

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.
@@ -5035,7 +5035,7 @@ declare class ParraAPI {
5035
5035
  offset?: number;
5036
5036
  search?: string;
5037
5037
  sort?: string;
5038
- expand?: string;
5038
+ include?: string | null;
5039
5039
  status?: string;
5040
5040
  }, options?: Options) => Promise<ReleaseCollectionResponse>;
5041
5041
  getReleaseForTenantById: (tenant_id: string, release_id: string, options?: Options) => Promise<Release>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.478",
3
+ "version": "0.3.479",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",