@cloudinary/url-gen
Version:
Cloudinary URL-Gen SDK ========================= [](https://app.travis-ci.com/github/cloudinary/js-url-gen) ## About The Cloudinary URL-Gen SDK allows you to quickly and eas
30 lines (29 loc) • 507 B
JavaScript
/**
* This file is for internal constants only.
* It is not intended for public use and is not part of the public API
*/
/**
* @private
*/
export const ALLOWED_URL_CONFIG = [
'cname',
'secureDistribution',
'privateCdn',
'signUrl',
'longUrlSignature',
'shorten',
'useRootPath',
'secure',
'forceVersion',
'analytics',
'queryParams'
];
/**
* @private
*/
export const ALLOWED_CLOUD_CONFIG = [
'cloudName',
'apiKey',
'apiSecret',
'authToken'
];