| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@Network.NetworkGroupLookupInterface", | 4 "type": "@Network.NetworkGroupLookupInterface", |
| 5 "className": "NetworkGroupLookup.NetworkProductGroupLookup", | 5 "className": "NetworkGroupLookup.NetworkProductGroupLookup", |
| 6 "title": "Product", | 6 "title": "Product", |
| 7 "id": "product" | 7 "id": "product" |
| 8 }, |
| 9 { |
| 10 "type": "@Network.NetworkColumnExtensionInterface", |
| 11 "className": "NetworkGroupLookup.NetworkProductGroupLookup", |
| 12 "title": "Product" |
| 8 } | 13 } |
| 9 ], | 14 ], |
| 10 "dependencies": [ | 15 "dependencies": [ |
| 11 "network", | 16 "network", |
| 12 "product_registry", | 17 "product_registry", |
| 13 "sdk" | 18 "sdk" |
| 14 ], | 19 ], |
| 15 "experiment": "networkGroupingRequests", | 20 "experiment": "networkGroupingRequests", |
| 16 "scripts": [ | 21 "scripts": [ |
| 17 "NetworkProductGroupLookup.js" | 22 "NetworkProductGroupLookup.js" |
| 18 ] | 23 ] |
| 19 } | 24 } |
| OLD | NEW |