@pushwoosh/rpc-v2-http-api-data 0.1.914 → 0.1.915

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
@@ -10931,6 +10931,9 @@ export const data = {
10931
10931
  },
10932
10932
  "example": {
10933
10933
  "type": "string"
10934
+ },
10935
+ "triggeredCount": {
10936
+ "type": "number"
10934
10937
  }
10935
10938
  }
10936
10939
  },
@@ -34,6 +34,8 @@ export type InboundWebhook = {
34
34
  attributesMapping: EventAttributeItem[];
35
35
  status: Status;
36
36
  example: string;
37
+ /** Number of webhook triggers in the last 30 days */
38
+ triggeredCount: number;
37
39
  };
38
40
  export type GetInboundWebhookRequest = {
39
41
  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.914",
3
+ "version": "0.1.915",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",