-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24f806c
commit f4a8edc
Showing
4 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
collections/business/general-notifications/placeholders/device-registered/placeholders.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[ | ||
{ | ||
"name": "deviceRegistered", | ||
"placeholders": [ | ||
{ | ||
"name": "device-id", | ||
"title": "Device ID", | ||
"description": "The ID of the device", | ||
"value": "{{{event.deviceId}}}" | ||
}, | ||
{ | ||
"name": "internal-user-id", | ||
"title": "Internal User ID", | ||
"description": "The internal user ID of the user who owns this device", | ||
"value": "{{event.internalUserId}}" | ||
}, | ||
{ | ||
"name": "created", | ||
"title": "Created", | ||
"description": "The time when the device record was created", | ||
"value": "{{event.created}}" | ||
} | ||
] | ||
} | ||
] |
25 changes: 25 additions & 0 deletions
25
collections/business/general-notifications/placeholders/device-removed/placeholders.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[ | ||
{ | ||
"name": "deviceRemoved", | ||
"placeholders": [ | ||
{ | ||
"name": "device-id", | ||
"title": "Device ID", | ||
"description": "The ID of the device", | ||
"value": "{{{event.deviceId}}}" | ||
}, | ||
{ | ||
"name": "internal-user-id", | ||
"title": "Internal User ID", | ||
"description": "The internal user ID of the user who owns this device", | ||
"value": "{{event.internalUserId}}" | ||
}, | ||
{ | ||
"name": "created", | ||
"title": "Created", | ||
"description": "The time when the device record was created", | ||
"value": "{{event.created}}" | ||
} | ||
] | ||
} | ||
] |
25 changes: 25 additions & 0 deletions
25
...ections/oneruntime/general-notifications/placeholders/device-registered/placeholders.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[ | ||
{ | ||
"name": "deviceRegistered", | ||
"placeholders": [ | ||
{ | ||
"name": "device-id", | ||
"title": "Device ID", | ||
"description": "The ID of the device", | ||
"value": "{{{event.deviceId}}}" | ||
}, | ||
{ | ||
"name": "internal-user-id", | ||
"title": "Internal User ID", | ||
"description": "The internal user ID of the user who owns this device", | ||
"value": "{{event.internalUserId}}" | ||
}, | ||
{ | ||
"name": "created", | ||
"title": "Created", | ||
"description": "The time when the device record was created", | ||
"value": "{{event.created}}" | ||
} | ||
] | ||
} | ||
] |
25 changes: 25 additions & 0 deletions
25
collections/oneruntime/general-notifications/placeholders/device-removed/placeholders.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[ | ||
{ | ||
"name": "deviceRemoved", | ||
"placeholders": [ | ||
{ | ||
"name": "device-id", | ||
"title": "Device ID", | ||
"description": "The ID of the device", | ||
"value": "{{{event.deviceId}}}" | ||
}, | ||
{ | ||
"name": "internal-user-id", | ||
"title": "Internal User ID", | ||
"description": "The internal user ID of the user who owns this device", | ||
"value": "{{event.internalUserId}}" | ||
}, | ||
{ | ||
"name": "created", | ||
"title": "Created", | ||
"description": "The time when the device record was created", | ||
"value": "{{event.created}}" | ||
} | ||
] | ||
} | ||
] |