Runtime/Behavior Changes

Target extension package

Introduced a additional field targetExtensions to store information regarding content pack's extension that being provided by the webservice. This target extension is currently used to check for the extension dependencies and will automatically enabled when user toogle the catalog's state.

New : public str[] targetExtensions();

dsUILevel card item

Additional enum value for dsUILevel is added in 14.0.

public enum dsUILevel : field access {
    ...
    card = 4; // Added for 14.0
}