Skip to content

Commit 16e53ff

Browse files
authored
Merge branch 'development' into BAAS-33449
2 parents ccbfc7a + 34d437c commit 16e53ff

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"metadata": "/snippets/triggers/project/manifest.json"
2323
}
2424
],
25-
"version": "64d795e7f06541214088604f1578f1db332b9ce7"
25+
"version": "d04d084298c27e7c755e36c9f61c00ac9e836f56"
2626
}

snippets/triggers/match/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"snippets": [
66
{
77
"id": "ed4b3598-6800-413f-9158-d9b1b2a2a081",
8-
"title": "Updates",
8+
"title": "Update",
99
"snippet": "/update.json",
1010
"description": "This trigger will only execute if the `storeLocation` array has changed to \"East Langley\" and the \"storeItems\" field has been removed."
1111
},
1212
{
1313
"id": "ed4b3598-6800-413f-9158-d9b1b2a2a082",
14-
"title": "Deletes",
14+
"title": "Delete",
1515
"snippet": "/delete.json",
1616
"description": "This trigger will only execute if the document (before deletion) has a userName of \"Alice Smith\""
1717
},
1818
{
1919
"id": "ed4b3598-6800-413f-9158-d9b1b2a2a083",
20-
"title": "Inserts",
20+
"title": "Insert",
2121
"snippet": "/insert.json",
2222
"description": "This trigger will only execute if the document has a userName of \"Alice Smith\" and a department of \"engineering\""
2323
},

snippets/triggers/project/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"snippets": [
66
{
77
"id": "7dd66555-8efb-4a76-8920-64c0874e0214",
8-
"title": "Updates",
8+
"title": "Update",
99
"snippet": "/update.json",
1010
"description": "This trigger will return the \"operationType\" and \"updateDescription.updateFields.storeLocation\" field values."
1111
},
1212
{
1313
"id": "7c9b14f4-30ec-4865-b153-8bd52c6566ad",
14-
"title": "Deletes",
14+
"title": "Delete",
1515
"snippet": "/delete.json",
1616
"description": "This trigger will return the \"documentKey._id\", \"operationType\", and \"wallTime\" field values."
1717
},
1818
{
1919
"id": "e040947b-08a4-4a8f-9f82-1bccd7826892",
20-
"title": "Inserts",
20+
"title": "Insert",
2121
"snippet": "/insert.json",
2222
"description": "This trigger will return the \"baseSalary\", \"department\", \"operationType\", and \"documentKey.userName\" field values."
2323
},

0 commit comments

Comments
 (0)