@pushwoosh/rpc-v2-http-api-data 0.1.845 → 0.1.847

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
@@ -11315,6 +11315,10 @@ export const data = {
11315
11315
  "actionLink": {
11316
11316
  "type": "string",
11317
11317
  "optional": true
11318
+ },
11319
+ "actionLinkLabel": {
11320
+ "type": "string",
11321
+ "optional": true
11318
11322
  }
11319
11323
  },
11320
11324
  "oneofs": {}
@@ -29,6 +29,7 @@ export type Alert = {
29
29
  account: string;
30
30
  application?: string;
31
31
  actionLink?: string;
32
+ actionLinkLabel?: string;
32
33
  };
33
34
  export type ListResponse = {
34
35
  alerts: Alert[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.845",
3
+ "version": "0.1.847",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",