From d04d084298c27e7c755e36c9f61c00ac9e836f56 Mon Sep 17 00:00:00 2001 From: jwongmongodb <116834447+jwongmongodb@users.noreply.github.com> Date: Fri, 26 Jul 2024 09:45:23 -0400 Subject: [PATCH] BAAS-32668: fix trigger expression titles (#50) --- manifest.json | 2 +- snippets/triggers/match/manifest.json | 6 +++--- snippets/triggers/project/manifest.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 53237de..8d60f6c 100644 --- a/manifest.json +++ b/manifest.json @@ -19,5 +19,5 @@ "metadata": "/snippets/triggers/project/manifest.json" } ], - "version": "7e5bf28650dfc9e8d3981859adeaa8525fdb2034" + "version": "046d33bcdf2f4dee96e07171e3c6a11fc258d419" } diff --git a/snippets/triggers/match/manifest.json b/snippets/triggers/match/manifest.json index 9e94f5b..e18bcc4 100644 --- a/snippets/triggers/match/manifest.json +++ b/snippets/triggers/match/manifest.json @@ -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\"" }, diff --git a/snippets/triggers/project/manifest.json b/snippets/triggers/project/manifest.json index 6dfd28b..905d08c 100644 --- a/snippets/triggers/project/manifest.json +++ b/snippets/triggers/project/manifest.json @@ -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." },