@pipedream/vero 0.1.0 → 0.1.1

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.
@@ -5,7 +5,7 @@ export default {
5
5
  type: "action",
6
6
  key: "vero-create-or-update-user",
7
7
  name: "Create or Update User",
8
- version: "0.0.1",
8
+ version: "0.0.2",
9
9
  description: "This endpoint creates a new user profile if the user doesn't exist yet. Otherwise, the user profile is updated based on the properties provided. [See the documentation](https://developers.getvero.com/track-api-reference/#/operations/identify)",
10
10
  props: {
11
11
  app,
@@ -24,7 +24,7 @@ export default {
24
24
  channels: {
25
25
  type: "string[]",
26
26
  label: "Channels",
27
- description: "A valid JSON array containing hashes of key/value pairs that represent the user's device token. Each hash should represent a single device token and include the fields type, address, and platform.",
27
+ description: "A valid JSON array containing hashes of key/value pairs that represent the user's device token. Each hash should represent a single device token and include the fields type, address, and platform. Ex: `{\"type\":\"push\", \"address\":\"UNIQUE_DEVICE_TOKEN\", \"platform\":\"android\"}`",
28
28
  optional: true,
29
29
  },
30
30
  data: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/vero",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Pipedream Vero Components",
5
5
  "main": "dist/app/vero.app.mjs",
6
6
  "keywords": [