@parra/parra-js-sdk 0.3.478 → 0.3.480
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.
- package/dist/ParraAPI.d.ts +1 -1
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -5035,7 +5035,7 @@ declare class ParraAPI {
|
|
5035
5035
|
offset?: number;
|
5036
5036
|
search?: string;
|
5037
5037
|
sort?: string;
|
5038
|
-
|
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>;
|