@parra/parra-js-sdk 0.2.116 → 0.2.117

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.
@@ -381,6 +381,7 @@ export interface CampaignCollectionResponse {
381
381
  }
382
382
  export declare type CampaignListResponse = Array<Campaign>;
383
383
  export interface UpdateCampaignTriggerRequestBody {
384
+ type?: string;
384
385
  analytic_event_type_id: string;
385
386
  }
386
387
  export declare type UpdateCampaignTriggerList = Array<UpdateCampaignTriggerRequestBody>;
@@ -389,6 +390,7 @@ export interface CampaignTrigger {
389
390
  created_at: string;
390
391
  updated_at: string;
391
392
  deleted_at?: string | null;
393
+ type?: string;
392
394
  analytic_event_type_id: string;
393
395
  }
394
396
  export declare type CampaignTriggerList = Array<CampaignTrigger>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.2.116",
3
+ "version": "0.2.117",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",