Skip to content

Commit e2388f7

Browse files
committed
update project manifest
1 parent cd057e5 commit e2388f7

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed
Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,31 @@
11
{
22
"category": "ProjectTriggerExpressions",
3-
"categoryId": "72e7780e-4382-4dc1-8f23-e7b9dbcf1f80",
3+
"categoryId": "ee1e471e-72c7-4dc9-b80a-9f745836a254",
44
"viewType": "triggerProject",
55
"snippets": [
66
{
7-
"id": "72e7780e-4382-4dc1-8f23-e7b9dbcf1f81",
8-
"title": "Match Expression for Updates",
9-
"snippet": "/update.json",
10-
"description": ""
7+
"id": "7dd66555-8efb-4a76-8920-64c0874e0214",
8+
"title": "Project Expression for Updates",
9+
"snippet": "/update.json",
10+
"description": "This trigger will return the \"operationType\" and \"updateDescription.updateFields.storeLocation\" field values."
11+
},
12+
{
13+
"id": "7c9b14f4-30ec-4865-b153-8bd52c6566ad",
14+
"title": "Project Expression for Deletes",
15+
"snippet": "/delete.json",
16+
"description": "This trigger will return the \"documentKey._id\", \"operationType\", and \"wallTime\" field values."
17+
},
18+
{
19+
"id": "e040947b-08a4-4a8f-9f82-1bccd7826892",
20+
"title": "Project Expression for Deletes",
21+
"snippet": "/insert.json",
22+
"description": "This trigger will return the \"baseSalary\", \"department\", \"operationType\", and \"documentKey.userName\" field values."
23+
},
24+
{
25+
"id": "90768f43-3d5a-4746-8ccc-f709cda09eae",
26+
"title": "Project Expression for Replace",
27+
"snippet": "/replace.json",
28+
"description": "This trigger will return the \"operationType\", \"fullDocument.name\", and \"fullDocumentBeforeChange.name\" field values."
1129
}
1230
]
1331
}

0 commit comments

Comments
 (0)