sdmx-rest
Version:
SDMX REST API client for JavaScript
18 lines (14 loc) • 508 B
JavaScript
// Generated by CoffeeScript 2.7.0
(function() {
// Indicates the possible processing modes
var modes;
modes = {
// Instructs the service to return a Cube Region containing values which will
// be returned by executing the query.
EXACT: 'exact',
// Instructs the service to return a Cube Region showing what values remain
// valid selections that could be added to the data query.
AVAILABLE: 'available'
};
exports.AvailabilityMode = Object.freeze(modes);
}).call(this);