@periskope/types 0.6.196 → 0.6.197

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@periskope/types",
3
- "version": "0.6.196",
3
+ "version": "0.6.197",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1420,7 +1420,7 @@ export const ActionNameMap: Record<
1420
1420
  required: false,
1421
1421
  },
1422
1422
  },
1423
- validTriggers: ['ticket.updated', 'ticket.created'],
1423
+ validTriggers: ['ticket.updated', 'ticket.created', 'reaction.added'],
1424
1424
  },
1425
1425
  add_chat_label: {
1426
1426
  title: 'Add Chat Label',