|
1 | 1 | {
|
2 |
| - "category": "ProjectTriggerExpressions", |
3 |
| - "categoryId": "ee1e471e-72c7-4dc9-b80a-9f745836a254", |
4 |
| - "viewType": "triggerProject", |
5 |
| - "snippets": [ |
6 |
| - { |
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 Inserts", |
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." |
29 |
| - } |
30 |
| - ] |
| 2 | + "category": "ProjectTriggerExpressions", |
| 3 | + "categoryId": "ee1e471e-72c7-4dc9-b80a-9f745836a254", |
| 4 | + "viewType": "triggerProject", |
| 5 | + "snippets": [ |
| 6 | + { |
| 7 | + "id": "7dd66555-8efb-4a76-8920-64c0874e0214", |
| 8 | + "title": "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": "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": "Inserts", |
| 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": "Replace", |
| 27 | + "snippet": "/replace.json", |
| 28 | + "description": "This trigger will return the \"operationType\", \"fullDocument.name\", and \"fullDocumentBeforeChange.name\" field values." |
| 29 | + } |
| 30 | + ] |
31 | 31 | }
|
0 commit comments