@parra/parra-js-sdk 0.2.93 → 0.2.94

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.
@@ -735,7 +735,7 @@ declare class ParraAPI {
735
735
  $filter?: string | undefined;
736
736
  $expand?: string | undefined;
737
737
  $search?: string | undefined;
738
- } | undefined) => Promise<CampaignListResponse>;
738
+ } | undefined) => Promise<CampaignCollectionResponse>;
739
739
  getCampaignById: (tenant_id: string, campaign_id: string) => Promise<Campaign>;
740
740
  updateCampaignById: (tenant_id: string, campaign_id: string, body?: UpdateCampaignRequestBody | undefined) => Promise<Campaign>;
741
741
  deleteCampaignById: (tenant_id: string, campaign_id: string) => Promise<Response>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.2.93",
3
+ "version": "0.2.94",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",