Skip to content

Instantly share code, notes, and snippets.

@elsmr
Created March 8, 2017 18:49
Show Gist options
  • Save elsmr/2a6e344541f805629b165b553f6ebe41 to your computer and use it in GitHub Desktop.
Save elsmr/2a6e344541f805629b165b553f6ebe41 to your computer and use it in GitHub Desktop.
webpack compiled constants: indiv. exports
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return VERSION; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return PUBNUB_SUBSCRIBE_KEY; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return LOCALSTORAGE_VIEWMODEKEY; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return URL_BASE; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return API_BASE; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return SENTRY_URL; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return PDF_JS_RESOURCES_PATH; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return ASSET_ICON_MAPPING; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return ASSET_BADGE_ICON_MAPPING; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return POSSIBLE_FILE_TYPES; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return CHANNEL_TYPE_ICON_MAPPING; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return BACKGROUND_SIZE_QUERY; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return PREVIEW_SIZE_QUERY; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return SUPPRESS_RESPONSE_CODES; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return NODE_TYPES; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return TICKET_STATUSSES; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return NAVIGATABLE_NODE_TYPES; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return DEFAULT_TINT_COLOR; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return ASSET_VIEWER_ENTER_TIME; });
/* unused harmony export ASSET_VIEWER_LEAVE_TIME */
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return ASSET_VIEWER_HIDE_NAVIGATION_TIME; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return ANNOTATION_SCHEMA; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return DEFAULT_TOOLTYPE; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return DEFAULT_TOOLSIZE; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return DEFAULT_TOOLCOLOR; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return SHOWPAD_JS_PATH; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return ASSET_VIEWER_DEFAULT_THUMBS_PATH; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return ASSET_LINK_PREFIX; });
/* unused harmony export POSTMESSAGE_TYPE_SHOWPAD_ASSET_LINK */
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return FEATURE_TYPES; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return LOCAL_STORAGE_FEATURES_KEY; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return LOCAL_STORAGE_TICKETS_KEY; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return CONTENTPICKER_URI; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return CONTENTPICKER_POSTMESSAGE_TYPES; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return SALESFORCE_LOGIN_URL; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return SALESFORCE_REFRESH_URL; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return SALESFORCE_AUTH_LOCALSTORAGE_KEY; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return SHOWPAD_REQUEST_METHODS; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return ROUTES; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return REGEX_EMAIL; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return MAX_SALESFORCE_CONTACTS; });
/* unused harmony export EMAIL_DELIMITERS */
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return SALESFORCE_CONTACT; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return SALESFORCE_LEAD; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return SALESFORCE_TASK; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return SALESFORCE_ACCOUNT; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return SALESFORCE_OPPORTUNITY; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return CREATE_ASSET_DEVICEEVENT_THRESHOLD; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return UPDATE_ASSET_DEVICEEVENT_THRESHOLD; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return DATES_FORMAT; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return SALESFORCE_ICONS; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return ADN_RETRY_INTERVAL; });
var SCHEMA = __webpack_require__(183).default;
var VERSION = __webpack_require__(1256).version;
var CURRENT_HOST = window.location.protocol + "//" + window.location.host;
var BADGE_ICON_PREFIX = "badge-";
var PUBNUB_SUBSCRIBE_KEY = window.__env.PUBNUB_SUBSCRIBE_KEY;
var LOCALSTORAGE_VIEWMODEKEY = "viewMode";
var URL_BASE = window.__env.DEV_MODE ? window.__env.API_BASE : CURRENT_HOST;
var API_BASE = window.__env.API_BASE + "/api/v3/";
var SENTRY_URL = window.__env.SENTRY_URL;
var PDF_JS_RESOURCES_PATH = window.__env.DEV_MODE ? "" : "export const/";
// ... more constants ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment