@pushwoosh/rpc-v2-http-api-data 0.1.911 → 0.1.913

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/data.js CHANGED
@@ -11295,7 +11295,8 @@ export const data = {
11295
11295
  "HUBSPOT",
11296
11296
  "SHOPIFY",
11297
11297
  "STRIPE",
11298
- "META"
11298
+ "META",
11299
+ "INBOUND_WEBHOOK"
11299
11300
  ]
11300
11301
  },
11301
11302
  "pushwoosh.rpc_v2.integrations.ImportSegmentPianoRequest": {
@@ -21408,6 +21409,9 @@ export const data = {
21408
21409
  },
21409
21410
  "showHidden": {
21410
21411
  "type": "boolean"
21412
+ },
21413
+ "isDefault": {
21414
+ "type": "boolean"
21411
21415
  }
21412
21416
  }
21413
21417
  },
package/integrations.d.ts CHANGED
@@ -57,7 +57,7 @@ export interface IntegrationsService {
57
57
  SetMetaTagMapping: IntegrationsService_SetMetaTagMapping;
58
58
  }
59
59
  /** Integration contains all available integration for clients (to update props) */
60
- export type Integration = 'UNKNOWN' | 'SEGMENT' | 'PIANO' | 'WEBHOOK' | 'HUBSPOT' | 'SHOPIFY' | 'STRIPE' | 'META';
60
+ export type Integration = 'UNKNOWN' | 'SEGMENT' | 'PIANO' | 'WEBHOOK' | 'HUBSPOT' | 'SHOPIFY' | 'STRIPE' | 'META' | 'INBOUND_WEBHOOK';
61
61
  export type ImportSegmentPianoRequest = {
62
62
  /** application code */
63
63
  application?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.911",
3
+ "version": "0.1.913",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
package/presets.d.ts CHANGED
@@ -30,6 +30,7 @@ export type ListPresetsRequest = {
30
30
  /** in ['category'] */
31
31
  searchByCategory?: string[];
32
32
  showHidden?: boolean;
33
+ isDefault?: boolean;
33
34
  };
34
35
  export type PlatformProperties = {
35
36
  badge: string;