Skip to content

Commit

Permalink
Placeholders for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
amorimluzia committed Nov 12, 2024
1 parent 24f806c commit f4a8edc
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 0 deletions.
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}}"
}
]
}
]
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}}"
}
]
}
]
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}}"
}
]
}
]
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}}"
}
]
}
]

0 comments on commit f4a8edc

Please sign in to comment.