@parra/parra-js-sdk 0.3.474 → 0.3.476
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 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -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;
|