Comparing version 0.0.3 to 0.0.4
@@ -30,4 +30,4 @@ { | ||
}, | ||
"util": { | ||
"Map": { | ||
"object": { | ||
"CustomAttributes": { | ||
"properties": { | ||
@@ -41,15 +41,17 @@ "[name: string]": { | ||
"readOnly": true, | ||
"description": "Returns the value associated with the key or null", | ||
"description": "Returns the custom attribute with this name. Throws an exception if attribute is not defined", | ||
"deprecated": 0 | ||
} | ||
} | ||
}, | ||
"SeekableIterator": { | ||
"methods": { | ||
"asList": null | ||
} | ||
}, | ||
"order": { | ||
"PriceAdjustment": { | ||
"properties": { | ||
"custom": null | ||
} | ||
} | ||
}, | ||
"web": { | ||
"Cookies": { | ||
"util": { | ||
"Map": { | ||
"properties": { | ||
@@ -63,10 +65,147 @@ "[name: string]": { | ||
"readOnly": true, | ||
"description": "Returns the dw.web.Cookie with this name or null", | ||
"description": "Returns the value associated with the key or null", | ||
"deprecated": 0 | ||
} | ||
}, | ||
"methods": { | ||
"containsKey": { | ||
"args": [ | ||
{ | ||
"name": "key", | ||
"description": "the key to use.", | ||
"class": { | ||
"name": "K" | ||
}, | ||
"multiple": false | ||
} | ||
] | ||
}, | ||
"containsValue": { | ||
"args": [ | ||
{ | ||
"name": "value", | ||
"description": "the value to use.", | ||
"class": { | ||
"name": "V" | ||
}, | ||
"multiple": false | ||
} | ||
] | ||
}, | ||
"entrySet": { | ||
"class": { | ||
"generics": "dw.util.MapEntry<K,V>" | ||
} | ||
}, | ||
"get": { | ||
"args": [ | ||
{ | ||
"name": "key", | ||
"description": "the key to use.", | ||
"class": { | ||
"name": "K" | ||
}, | ||
"multiple": false | ||
} | ||
], | ||
"class": { | ||
"name": "V" | ||
} | ||
}, | ||
"keySet": { | ||
"class": { | ||
"generics": "K" | ||
} | ||
}, | ||
"put": { | ||
"args": [ | ||
{ | ||
"name": "key", | ||
"description": "the key to use to identify the value.", | ||
"class": { | ||
"name": "K" | ||
}, | ||
"multiple": false | ||
}, | ||
{ | ||
"name": "value", | ||
"description": "the object to put into the map.", | ||
"class": { | ||
"name": "V" | ||
}, | ||
"multiple": false | ||
} | ||
], | ||
"class": { | ||
"name": "V" | ||
} | ||
}, | ||
"putAll": { | ||
"args": [ | ||
{ | ||
"name": "other", | ||
"description": "the map whose contents are copied into this map.", | ||
"class": { | ||
"name": "Map<K, V>" | ||
}, | ||
"multiple": false | ||
} | ||
] | ||
}, | ||
"remove": { | ||
"args": [ | ||
{ | ||
"name": "key", | ||
"description": "the key that identifies the object to remove.", | ||
"class": { | ||
"name": "K" | ||
}, | ||
"multiple": false | ||
} | ||
], | ||
"class": { | ||
"name": "V" | ||
} | ||
}, | ||
"values": { | ||
"class": { | ||
"generics": "V" | ||
} | ||
} | ||
} | ||
}, | ||
"MapEntry": { | ||
"properties": { | ||
"key": { | ||
"class": { | ||
"name": "K" | ||
} | ||
}, | ||
"value": { | ||
"class": { | ||
"name": "V" | ||
} | ||
} | ||
}, | ||
"methods": { | ||
"getKey": { | ||
"class": { | ||
"name": "K" | ||
} | ||
}, | ||
"getValue": { | ||
"class": { | ||
"name": "V" | ||
} | ||
} | ||
} | ||
}, | ||
"SeekableIterator": { | ||
"methods": { | ||
"asList": null | ||
} | ||
} | ||
}, | ||
"object": { | ||
"CustomAttributes": { | ||
"web": { | ||
"Cookies": { | ||
"properties": { | ||
@@ -80,3 +219,3 @@ "[name: string]": { | ||
"readOnly": true, | ||
"description": "Returns the custom attribute with this name. Throws an exception if attribute is not defined", | ||
"description": "Returns the dw.web.Cookie with this name or null", | ||
"deprecated": 0 | ||
@@ -86,9 +225,2 @@ } | ||
} | ||
}, | ||
"order": { | ||
"PriceAdjustment": { | ||
"properties": { | ||
"custom": null | ||
} | ||
} | ||
} | ||
@@ -95,0 +227,0 @@ } |
{ | ||
"name": "sfcc-dts", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/tsplugin.js", |
@@ -21,6 +21,2 @@ # Salesforce Commerce Cloud type definitions | ||
## Requirements | ||
- Node >= 10 | ||
## Configuration | ||
@@ -27,0 +23,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11678981
412
59206
33
2