@parra/parra-js-sdk 0.3.474 → 0.3.475

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.
@@ -4958,6 +4958,7 @@ declare class ParraAPI {
4958
4958
  offset?: number;
4959
4959
  search?: string;
4960
4960
  status?: string | null;
4961
+ question_id?: string | null;
4961
4962
  }, options?: Options) => Promise<CampaignCollectionResponse>;
4962
4963
  getCampaignById: (tenant_id: string, campaign_id: string, query?: {
4963
4964
  include?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.474",
3
+ "version": "0.3.475",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",