Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"metadata": "/snippets/triggers/project/manifest.json"
}
],
"version": "7e5bf28650dfc9e8d3981859adeaa8525fdb2034"
"version": "046d33bcdf2f4dee96e07171e3c6a11fc258d419"
}
6 changes: 3 additions & 3 deletions snippets/triggers/match/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"snippets": [
{
"id": "ed4b3598-6800-413f-9158-d9b1b2a2a081",
"title": "Updates",
"title": "Update",
"snippet": "/update.json",
"description": "This trigger will only execute if the `storeLocation` array has changed to \"East Langley\" and the \"storeItems\" field has been removed."
},
{
"id": "ed4b3598-6800-413f-9158-d9b1b2a2a082",
"title": "Deletes",
"title": "Delete",
"snippet": "/delete.json",
"description": "This trigger will only execute if the document (before deletion) has a userName of \"Alice Smith\""
},
{
"id": "ed4b3598-6800-413f-9158-d9b1b2a2a083",
"title": "Inserts",
"title": "Insert",
"snippet": "/insert.json",
"description": "This trigger will only execute if the document has a userName of \"Alice Smith\" and a department of \"engineering\""
},
Expand Down
6 changes: 3 additions & 3 deletions snippets/triggers/project/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"snippets": [
{
"id": "7dd66555-8efb-4a76-8920-64c0874e0214",
"title": "Updates",
"title": "Update",
"snippet": "/update.json",
"description": "This trigger will return the \"operationType\" and \"updateDescription.updateFields.storeLocation\" field values."
},
{
"id": "7c9b14f4-30ec-4865-b153-8bd52c6566ad",
"title": "Deletes",
"title": "Delete",
"snippet": "/delete.json",
"description": "This trigger will return the \"documentKey._id\", \"operationType\", and \"wallTime\" field values."
},
{
"id": "e040947b-08a4-4a8f-9f82-1bccd7826892",
"title": "Inserts",
"title": "Insert",
"snippet": "/insert.json",
"description": "This trigger will return the \"baseSalary\", \"department\", \"operationType\", and \"documentKey.userName\" field values."
},
Expand Down
Loading