@google/earthengine 1.5.14 → 1.5.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/browser.js +149 -91
- package/build/ee_api_js.js +639 -638
- package/build/ee_api_js_debug.js +127 -69
- package/build/ee_api_js_npm.js +149 -91
- package/build/main.js +149 -91
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/floattileoverlay.js +7 -4
- package/src/maplayeroverlay.js +13 -7
package/build/ee_api_js_debug.js
CHANGED
|
@@ -1257,8 +1257,8 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1257
1257
|
return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
|
|
1258
1258
|
};
|
|
1259
1259
|
}, "es8", "es3");
|
|
1260
|
-
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__client_only_wiz_context_per_component__enable:!1, GoogFlags__client_only_wiz_lazy_tsx__enable:!1, GoogFlags__client_only_wiz_ve_logging__enable:!1,
|
|
1261
|
-
GoogFlags__testonly_stable_flag__disable:!1, GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1, GoogFlags__use_user_agent_client_hints__enable:!1, GoogFlags__web_storage_is_available_cache_once__enable:!1, GoogFlags__wiz_enable_native_promise__enable:!1};
|
|
1260
|
+
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__client_only_wiz_context_per_component__enable:!1, GoogFlags__client_only_wiz_lazy_tsx__enable:!1, GoogFlags__client_only_wiz_ve_logging__enable:!1, GoogFlags__disable_wiz_service_logging_map__enable:!1, GoogFlags__fixed_noopener_behavior__enable:!1, GoogFlags__jspb_disallow_message_tojson__enable:!1, GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable:!1, GoogFlags__jspb_use_constant_default_pivot__enable:!1,
|
|
1261
|
+
GoogFlags__optimize_scs_js_url_clone__enable:!1, GoogFlags__override_disable_toggles:!1, GoogFlags__testonly_debug_flag__enable:!1, GoogFlags__testonly_disabled_flag__enable:!1, GoogFlags__testonly_stable_flag__disable:!1, GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1, GoogFlags__use_user_agent_client_hints__enable:!1, GoogFlags__web_storage_is_available_cache_once__enable:!1, GoogFlags__wiz_enable_native_promise__enable:!1};
|
|
1262
1262
|
/*
|
|
1263
1263
|
|
|
1264
1264
|
Copyright The Closure Library Authors.
|
|
@@ -4913,57 +4913,6 @@ module$exports$safevalues$dom$index.windowOpen = module$contents$safevalues$dom$
|
|
|
4913
4913
|
module$exports$safevalues$dom$index.createSharedWorker = module$contents$safevalues$dom$globals$worker_createSharedWorker;
|
|
4914
4914
|
module$exports$safevalues$dom$index.createWorker = module$contents$safevalues$dom$globals$worker_createWorker;
|
|
4915
4915
|
module$exports$safevalues$dom$index.workerGlobalScopeImportScripts = module$contents$safevalues$dom$globals$worker_workerGlobalScopeImportScripts;
|
|
4916
|
-
var safevalues = {dom:{}};
|
|
4917
|
-
safevalues.dom.setAnchorHref = module$contents$safevalues$dom$elements$anchor_setAnchorHref;
|
|
4918
|
-
safevalues.dom.setAnchorHrefLite = module$contents$safevalues$dom$elements$anchor_setAnchorHrefLite;
|
|
4919
|
-
safevalues.dom.setAreaHref = module$contents$safevalues$dom$elements$area_setAreaHref;
|
|
4920
|
-
safevalues.dom.setBaseHref = module$contents$safevalues$dom$elements$base_setBaseHref;
|
|
4921
|
-
safevalues.dom.setButtonFormaction = module$contents$safevalues$dom$elements$button_setButtonFormaction;
|
|
4922
|
-
safevalues.dom.buildPrefixedAttributeSetter = module$contents$safevalues$dom$elements$element_buildPrefixedAttributeSetter;
|
|
4923
|
-
safevalues.dom.elementInsertAdjacentHtml = module$contents$safevalues$dom$elements$element_elementInsertAdjacentHtml;
|
|
4924
|
-
safevalues.dom.setElementAttribute = module$contents$safevalues$dom$elements$element_setElementAttribute;
|
|
4925
|
-
safevalues.dom.setElementInnerHtml = module$contents$safevalues$dom$elements$element_setElementInnerHtml;
|
|
4926
|
-
safevalues.dom.setElementOuterHtml = module$contents$safevalues$dom$elements$element_setElementOuterHtml;
|
|
4927
|
-
safevalues.dom.setElementPrefixedAttribute = module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute;
|
|
4928
|
-
safevalues.dom.setEmbedSrc = module$contents$safevalues$dom$elements$embed_setEmbedSrc;
|
|
4929
|
-
safevalues.dom.setFormAction = module$contents$safevalues$dom$elements$form_setFormAction;
|
|
4930
|
-
safevalues.dom.setFormActionLite = module$contents$safevalues$dom$elements$form_setFormActionLite;
|
|
4931
|
-
safevalues.dom.IframeIntent = module$exports$safevalues$dom$elements$iframe.IframeIntent;
|
|
4932
|
-
safevalues.dom.setIframeSrc = module$contents$safevalues$dom$elements$iframe_setIframeSrc;
|
|
4933
|
-
safevalues.dom.setIframeSrcdoc = module$contents$safevalues$dom$elements$iframe_setIframeSrcdoc;
|
|
4934
|
-
safevalues.dom.setIframeSrcdocWithIntent = module$contents$safevalues$dom$elements$iframe_setIframeSrcdocWithIntent;
|
|
4935
|
-
safevalues.dom.setIframeSrcWithIntent = module$contents$safevalues$dom$elements$iframe_setIframeSrcWithIntent;
|
|
4936
|
-
safevalues.dom.TypeCannotBeUsedWithIframeIntentError = module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError;
|
|
4937
|
-
safevalues.dom.setInputFormaction = module$contents$safevalues$dom$elements$input_setInputFormaction;
|
|
4938
|
-
safevalues.dom.setLinkHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkHrefAndRel;
|
|
4939
|
-
safevalues.dom.setLinkWithResourceUrlHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkWithResourceUrlHrefAndRel;
|
|
4940
|
-
safevalues.dom.setObjectData = module$contents$safevalues$dom$elements$object_setObjectData;
|
|
4941
|
-
safevalues.dom.setScriptSrc = module$contents$safevalues$dom$elements$script_setScriptSrc;
|
|
4942
|
-
safevalues.dom.setScriptTextContent = module$contents$safevalues$dom$elements$script_setScriptTextContent;
|
|
4943
|
-
safevalues.dom.setStyleTextContent = module$contents$safevalues$dom$elements$style_setStyleTextContent;
|
|
4944
|
-
safevalues.dom.setSvgAttribute = module$contents$safevalues$dom$elements$svg_setSvgAttribute;
|
|
4945
|
-
safevalues.dom.setSvgUseHref = module$contents$safevalues$dom$elements$svg_use_setSvgUseHref;
|
|
4946
|
-
safevalues.dom.documentExecCommand = module$contents$safevalues$dom$globals$document_documentExecCommand;
|
|
4947
|
-
safevalues.dom.documentExecCommandInsertHtml = module$contents$safevalues$dom$globals$document_documentExecCommandInsertHtml;
|
|
4948
|
-
safevalues.dom.documentWrite = module$contents$safevalues$dom$globals$document_documentWrite;
|
|
4949
|
-
safevalues.dom.domParserParseFromString = module$contents$safevalues$dom$globals$dom_parser_domParserParseFromString;
|
|
4950
|
-
safevalues.dom.domParserParseHtml = module$contents$safevalues$dom$globals$dom_parser_domParserParseHtml;
|
|
4951
|
-
safevalues.dom.domParserParseXml = module$contents$safevalues$dom$globals$dom_parser_domParserParseXml;
|
|
4952
|
-
safevalues.dom.fetchResourceUrl = module$contents$safevalues$dom$globals$fetch_fetchResourceUrl;
|
|
4953
|
-
safevalues.dom.globalEval = module$contents$safevalues$dom$globals$global_globalEval;
|
|
4954
|
-
safevalues.dom.locationAssign = module$contents$safevalues$dom$globals$location_locationAssign;
|
|
4955
|
-
safevalues.dom.locationReplace = module$contents$safevalues$dom$globals$location_locationReplace;
|
|
4956
|
-
safevalues.dom.setLocationHref = module$contents$safevalues$dom$globals$location_setLocationHref;
|
|
4957
|
-
safevalues.dom.rangeCreateContextualFragment = module$contents$safevalues$dom$globals$range_rangeCreateContextualFragment;
|
|
4958
|
-
safevalues.dom.serviceWorkerContainerRegister = module$contents$safevalues$dom$globals$service_worker_container_serviceWorkerContainerRegister;
|
|
4959
|
-
safevalues.dom.objectUrlFromSafeSource = module$contents$safevalues$dom$globals$url_objectUrlFromSafeSource;
|
|
4960
|
-
safevalues.dom.getScriptNonce = module$contents$safevalues$dom$globals$window_getScriptNonce;
|
|
4961
|
-
safevalues.dom.getStyleNonce = module$contents$safevalues$dom$globals$window_getStyleNonce;
|
|
4962
|
-
safevalues.dom.windowOpen = module$contents$safevalues$dom$globals$window_windowOpen;
|
|
4963
|
-
safevalues.dom.createSharedWorker = module$contents$safevalues$dom$globals$worker_createSharedWorker;
|
|
4964
|
-
safevalues.dom.createWorker = module$contents$safevalues$dom$globals$worker_createWorker;
|
|
4965
|
-
safevalues.dom.workerGlobalScopeImportScripts = module$contents$safevalues$dom$globals$worker_workerGlobalScopeImportScripts;
|
|
4966
|
-
safevalues.dom.WorkerGlobalScopeWithImportScripts = module$exports$safevalues$dom$index.WorkerGlobalScopeWithImportScripts;
|
|
4967
4916
|
var module$exports$safevalues$restricted$reviewed = {}, module$contents$safevalues$restricted$reviewed_module = module$contents$safevalues$restricted$reviewed_module || {id:"third_party/javascript/safevalues/restricted/reviewed.closure.js"};
|
|
4968
4917
|
function module$contents$safevalues$restricted$reviewed_assertValidJustification(justification) {
|
|
4969
4918
|
if (typeof justification !== "string" || justification.trim() === "") {
|
|
@@ -4996,13 +4945,6 @@ function module$contents$safevalues$restricted$reviewed_urlSafeByReview(url, opt
|
|
|
4996
4945
|
return module$contents$safevalues$internals$url_impl_createUrlInternal(url);
|
|
4997
4946
|
}
|
|
4998
4947
|
module$exports$safevalues$restricted$reviewed.urlSafeByReview = module$contents$safevalues$restricted$reviewed_urlSafeByReview;
|
|
4999
|
-
safevalues.restricted = {};
|
|
5000
|
-
safevalues.restricted.reviewed = {};
|
|
5001
|
-
safevalues.restricted.reviewed.htmlSafeByReview = module$contents$safevalues$restricted$reviewed_htmlSafeByReview;
|
|
5002
|
-
safevalues.restricted.reviewed.scriptSafeByReview = module$contents$safevalues$restricted$reviewed_scriptSafeByReview;
|
|
5003
|
-
safevalues.restricted.reviewed.resourceUrlSafeByReview = module$contents$safevalues$restricted$reviewed_resourceUrlSafeByReview;
|
|
5004
|
-
safevalues.restricted.reviewed.styleSheetSafeByReview = module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview;
|
|
5005
|
-
safevalues.restricted.reviewed.urlSafeByReview = module$contents$safevalues$restricted$reviewed_urlSafeByReview;
|
|
5006
4948
|
goog.string.DETECT_DOUBLE_ESCAPING = !1;
|
|
5007
4949
|
goog.string.FORCE_NON_DOM_HTML_UNESCAPING = !1;
|
|
5008
4950
|
goog.string.Unicode = {NBSP:"\u00a0", ZERO_WIDTH_SPACE:"\u200b"};
|
|
@@ -6519,7 +6461,10 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__fixed_noopener_be
|
|
|
6519
6461
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable = !1;
|
|
6520
6462
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_message_tojson__enable = !1;
|
|
6521
6463
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_use_constant_default_pivot__enable = !1;
|
|
6464
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable = !1;
|
|
6522
6465
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__web_storage_is_available_cache_once__enable = !1;
|
|
6466
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__optimize_scs_js_url_clone__enable = !1;
|
|
6467
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__disable_wiz_service_logging_map__enable = !1;
|
|
6523
6468
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable = !1;
|
|
6524
6469
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable = !1;
|
|
6525
6470
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_staging_flag__disable = !1;
|
|
@@ -6535,7 +6480,10 @@ goog.flags.FIXED_NOOPENER_BEHAVIOR = module$exports$closure$flags$flags$2etoggle
|
|
|
6535
6480
|
goog.flags.WIZ_ENABLE_NATIVE_PROMISE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable : goog.readFlagInternalDoNotUseOrElse(651175828, goog.DEBUG);
|
|
6536
6481
|
goog.flags.JSPB_DISALLOW_MESSAGE_TOJSON = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_message_tojson__enable : goog.readFlagInternalDoNotUseOrElse(722764542, goog.DEBUG);
|
|
6537
6482
|
goog.flags.JSPB_USE_CONSTANT_DEFAULT_PIVOT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_use_constant_default_pivot__enable : goog.readFlagInternalDoNotUseOrElse(748402145, goog.DEBUG);
|
|
6483
|
+
goog.flags.JSPB_SERIALIZE_WITH_DYNAMIC_PIVOT_SELECTOR = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable : goog.readFlagInternalDoNotUseOrElse(748402146, goog.DEBUG);
|
|
6538
6484
|
goog.flags.WEB_STORAGE_IS_AVAILABLE_CACHE_ONCE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__web_storage_is_available_cache_once__enable : goog.readFlagInternalDoNotUseOrElse(1981196515, !1);
|
|
6485
|
+
goog.flags.OPTIMIZE_SCS_JS_URL_CLONE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__optimize_scs_js_url_clone__enable : goog.readFlagInternalDoNotUseOrElse(103340015, !1);
|
|
6486
|
+
goog.flags.DISABLE_WIZ_SERVICE_LOGGING_MAP = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__disable_wiz_service_logging_map__enable : goog.readFlagInternalDoNotUseOrElse(555019702, !1);
|
|
6539
6487
|
goog.flags.TESTONLY_DISABLED_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483644, !1);
|
|
6540
6488
|
goog.flags.TESTONLY_DEBUG_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483645, goog.DEBUG);
|
|
6541
6489
|
goog.flags.TESTONLY_STAGING_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.FLAGS_STAGING_DEFAULT && (module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_staging_flag__disable) : goog.readFlagInternalDoNotUseOrElse(2147483646, module$contents$goog$flags_STAGING);
|
|
@@ -9259,8 +9207,9 @@ module$exports$eeapiclient$ee_api_client.ProjectRegistrationBillingConsentEnum =
|
|
|
9259
9207
|
}};
|
|
9260
9208
|
module$exports$eeapiclient$ee_api_client.IProjectRegistrationFreeQuotaEnum = function() {
|
|
9261
9209
|
};
|
|
9262
|
-
module$exports$eeapiclient$ee_api_client.ProjectRegistrationFreeQuotaEnum = {FREE_QUOTA_FULL:"FREE_QUOTA_FULL", FREE_QUOTA_NONE:"FREE_QUOTA_NONE", FREE_QUOTA_UNSPECIFIED:"FREE_QUOTA_UNSPECIFIED", values:function() {
|
|
9263
|
-
return [module$exports$eeapiclient$ee_api_client.ProjectRegistrationFreeQuotaEnum.FREE_QUOTA_UNSPECIFIED, module$exports$eeapiclient$ee_api_client.ProjectRegistrationFreeQuotaEnum.FREE_QUOTA_NONE, module$exports$eeapiclient$ee_api_client.ProjectRegistrationFreeQuotaEnum.FREE_QUOTA_FULL
|
|
9210
|
+
module$exports$eeapiclient$ee_api_client.ProjectRegistrationFreeQuotaEnum = {FREE_QUOTA_DISCOVERY:"FREE_QUOTA_DISCOVERY", FREE_QUOTA_FULL:"FREE_QUOTA_FULL", FREE_QUOTA_HIGH_IMPACT:"FREE_QUOTA_HIGH_IMPACT", FREE_QUOTA_NONE:"FREE_QUOTA_NONE", FREE_QUOTA_STANDARD:"FREE_QUOTA_STANDARD", FREE_QUOTA_UNSPECIFIED:"FREE_QUOTA_UNSPECIFIED", values:function() {
|
|
9211
|
+
return [module$exports$eeapiclient$ee_api_client.ProjectRegistrationFreeQuotaEnum.FREE_QUOTA_UNSPECIFIED, module$exports$eeapiclient$ee_api_client.ProjectRegistrationFreeQuotaEnum.FREE_QUOTA_NONE, module$exports$eeapiclient$ee_api_client.ProjectRegistrationFreeQuotaEnum.FREE_QUOTA_FULL, module$exports$eeapiclient$ee_api_client.ProjectRegistrationFreeQuotaEnum.FREE_QUOTA_DISCOVERY,
|
|
9212
|
+
module$exports$eeapiclient$ee_api_client.ProjectRegistrationFreeQuotaEnum.FREE_QUOTA_STANDARD, module$exports$eeapiclient$ee_api_client.ProjectRegistrationFreeQuotaEnum.FREE_QUOTA_HIGH_IMPACT];
|
|
9264
9213
|
}};
|
|
9265
9214
|
module$exports$eeapiclient$ee_api_client.IRankByOneThingRuleDirectionEnum = function() {
|
|
9266
9215
|
};
|
|
@@ -11761,6 +11710,48 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
11761
11710
|
}, set:function(value) {
|
|
11762
11711
|
this.Serializable$set("uris", value);
|
|
11763
11712
|
}}});
|
|
11713
|
+
module$exports$eeapiclient$ee_api_client.ImportExternalImageRequestParameters = function() {
|
|
11714
|
+
};
|
|
11715
|
+
module$exports$eeapiclient$ee_api_client.ImportExternalImageRequest = function(parameters) {
|
|
11716
|
+
parameters = parameters === void 0 ? {} : parameters;
|
|
11717
|
+
module$exports$eeapiclient$domain_object.Serializable.call(this);
|
|
11718
|
+
this.Serializable$set("imageManifest", parameters.imageManifest == null ? null : parameters.imageManifest);
|
|
11719
|
+
this.Serializable$set("overwrite", parameters.overwrite == null ? null : parameters.overwrite);
|
|
11720
|
+
this.Serializable$set("useLatestObjectVersion", parameters.useLatestObjectVersion == null ? null : parameters.useLatestObjectVersion);
|
|
11721
|
+
};
|
|
11722
|
+
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.ImportExternalImageRequest, module$exports$eeapiclient$domain_object.Serializable);
|
|
11723
|
+
module$exports$eeapiclient$ee_api_client.ImportExternalImageRequest.prototype.getConstructor = function() {
|
|
11724
|
+
return module$exports$eeapiclient$ee_api_client.ImportExternalImageRequest;
|
|
11725
|
+
};
|
|
11726
|
+
module$exports$eeapiclient$ee_api_client.ImportExternalImageRequest.prototype.getPartialClassMetadata = function() {
|
|
11727
|
+
return {keys:["imageManifest", "overwrite", "useLatestObjectVersion"], objects:{imageManifest:module$exports$eeapiclient$ee_api_client.ImageManifest}};
|
|
11728
|
+
};
|
|
11729
|
+
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ImportExternalImageRequest.prototype, {imageManifest:{configurable:!0, enumerable:!0, get:function() {
|
|
11730
|
+
return this.Serializable$has("imageManifest") ? this.Serializable$get("imageManifest") : null;
|
|
11731
|
+
}, set:function(value) {
|
|
11732
|
+
this.Serializable$set("imageManifest", value);
|
|
11733
|
+
}}, overwrite:{configurable:!0, enumerable:!0, get:function() {
|
|
11734
|
+
return this.Serializable$has("overwrite") ? this.Serializable$get("overwrite") : null;
|
|
11735
|
+
}, set:function(value) {
|
|
11736
|
+
this.Serializable$set("overwrite", value);
|
|
11737
|
+
}}, useLatestObjectVersion:{configurable:!0, enumerable:!0, get:function() {
|
|
11738
|
+
return this.Serializable$has("useLatestObjectVersion") ? this.Serializable$get("useLatestObjectVersion") : null;
|
|
11739
|
+
}, set:function(value) {
|
|
11740
|
+
this.Serializable$set("useLatestObjectVersion", value);
|
|
11741
|
+
}}});
|
|
11742
|
+
module$exports$eeapiclient$ee_api_client.ImportExternalImageResponseParameters = function() {
|
|
11743
|
+
};
|
|
11744
|
+
module$exports$eeapiclient$ee_api_client.ImportExternalImageResponse = function(parameters) {
|
|
11745
|
+
parameters = parameters === void 0 ? {} : parameters;
|
|
11746
|
+
module$exports$eeapiclient$domain_object.Serializable.call(this);
|
|
11747
|
+
};
|
|
11748
|
+
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.ImportExternalImageResponse, module$exports$eeapiclient$domain_object.Serializable);
|
|
11749
|
+
module$exports$eeapiclient$ee_api_client.ImportExternalImageResponse.prototype.getConstructor = function() {
|
|
11750
|
+
return module$exports$eeapiclient$ee_api_client.ImportExternalImageResponse;
|
|
11751
|
+
};
|
|
11752
|
+
module$exports$eeapiclient$ee_api_client.ImportExternalImageResponse.prototype.getPartialClassMetadata = function() {
|
|
11753
|
+
return {keys:[]};
|
|
11754
|
+
};
|
|
11764
11755
|
module$exports$eeapiclient$ee_api_client.ImportImageRequestParameters = function() {
|
|
11765
11756
|
};
|
|
11766
11757
|
module$exports$eeapiclient$ee_api_client.ImportImageRequest = function(parameters) {
|
|
@@ -14262,6 +14253,12 @@ module$exports$eeapiclient$ee_api_client.ProjectsImageApiClientImpl.prototype.im
|
|
|
14262
14253
|
this.$apiClient.$validateParameter(project, RegExp("^projects/[^/]+$"));
|
|
14263
14254
|
return this.$apiClient.$request({body:$requestBody, httpMethod:"POST", methodId:"earthengine.projects.image.import", path:"/" + this.gapiVersion + "/" + project + "/image:import", queryParams:module$contents$eeapiclient$request_params_buildQueryParams(namedParameters, module$contents$eeapiclient$ee_api_client_PARAM_MAP_0, passthroughNamedParameters), responseCtor:module$exports$eeapiclient$ee_api_client.Operation});
|
|
14264
14255
|
};
|
|
14256
|
+
module$exports$eeapiclient$ee_api_client.ProjectsImageApiClientImpl.prototype.importExternal = function(project, $requestBody, namedParameters, passthroughNamedParameters) {
|
|
14257
|
+
namedParameters = namedParameters === void 0 ? {} : namedParameters;
|
|
14258
|
+
passthroughNamedParameters = passthroughNamedParameters === void 0 ? {} : passthroughNamedParameters;
|
|
14259
|
+
this.$apiClient.$validateParameter(project, RegExp("^projects/[^/]+$"));
|
|
14260
|
+
return this.$apiClient.$request({body:$requestBody, httpMethod:"POST", methodId:"earthengine.projects.image.importExternal", path:"/" + this.gapiVersion + "/" + project + "/image:importExternal", queryParams:module$contents$eeapiclient$request_params_buildQueryParams(namedParameters, module$contents$eeapiclient$ee_api_client_PARAM_MAP_0, passthroughNamedParameters), responseCtor:module$exports$eeapiclient$ee_api_client.ImportExternalImageResponse});
|
|
14261
|
+
};
|
|
14265
14262
|
module$exports$eeapiclient$ee_api_client.ProjectsImageApiClient = function() {
|
|
14266
14263
|
};
|
|
14267
14264
|
module$exports$eeapiclient$ee_api_client.IProjectsImageCollectionApiClient$XgafvEnum = function() {
|
|
@@ -15859,6 +15856,57 @@ goog.string.Const.from = function(s) {
|
|
|
15859
15856
|
goog.string.Const.TYPE_MARKER_ = {};
|
|
15860
15857
|
goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_ = {};
|
|
15861
15858
|
goog.string.Const.EMPTY = goog.string.Const.from("");
|
|
15859
|
+
var safevalues = {dom:{}};
|
|
15860
|
+
safevalues.dom.setAnchorHref = module$contents$safevalues$dom$elements$anchor_setAnchorHref;
|
|
15861
|
+
safevalues.dom.setAnchorHrefLite = module$contents$safevalues$dom$elements$anchor_setAnchorHrefLite;
|
|
15862
|
+
safevalues.dom.setAreaHref = module$contents$safevalues$dom$elements$area_setAreaHref;
|
|
15863
|
+
safevalues.dom.setBaseHref = module$contents$safevalues$dom$elements$base_setBaseHref;
|
|
15864
|
+
safevalues.dom.setButtonFormaction = module$contents$safevalues$dom$elements$button_setButtonFormaction;
|
|
15865
|
+
safevalues.dom.buildPrefixedAttributeSetter = module$contents$safevalues$dom$elements$element_buildPrefixedAttributeSetter;
|
|
15866
|
+
safevalues.dom.elementInsertAdjacentHtml = module$contents$safevalues$dom$elements$element_elementInsertAdjacentHtml;
|
|
15867
|
+
safevalues.dom.setElementAttribute = module$contents$safevalues$dom$elements$element_setElementAttribute;
|
|
15868
|
+
safevalues.dom.setElementInnerHtml = module$contents$safevalues$dom$elements$element_setElementInnerHtml;
|
|
15869
|
+
safevalues.dom.setElementOuterHtml = module$contents$safevalues$dom$elements$element_setElementOuterHtml;
|
|
15870
|
+
safevalues.dom.setElementPrefixedAttribute = module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute;
|
|
15871
|
+
safevalues.dom.setEmbedSrc = module$contents$safevalues$dom$elements$embed_setEmbedSrc;
|
|
15872
|
+
safevalues.dom.setFormAction = module$contents$safevalues$dom$elements$form_setFormAction;
|
|
15873
|
+
safevalues.dom.setFormActionLite = module$contents$safevalues$dom$elements$form_setFormActionLite;
|
|
15874
|
+
safevalues.dom.IframeIntent = module$exports$safevalues$dom$elements$iframe.IframeIntent;
|
|
15875
|
+
safevalues.dom.setIframeSrc = module$contents$safevalues$dom$elements$iframe_setIframeSrc;
|
|
15876
|
+
safevalues.dom.setIframeSrcdoc = module$contents$safevalues$dom$elements$iframe_setIframeSrcdoc;
|
|
15877
|
+
safevalues.dom.setIframeSrcdocWithIntent = module$contents$safevalues$dom$elements$iframe_setIframeSrcdocWithIntent;
|
|
15878
|
+
safevalues.dom.setIframeSrcWithIntent = module$contents$safevalues$dom$elements$iframe_setIframeSrcWithIntent;
|
|
15879
|
+
safevalues.dom.TypeCannotBeUsedWithIframeIntentError = module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError;
|
|
15880
|
+
safevalues.dom.setInputFormaction = module$contents$safevalues$dom$elements$input_setInputFormaction;
|
|
15881
|
+
safevalues.dom.setLinkHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkHrefAndRel;
|
|
15882
|
+
safevalues.dom.setLinkWithResourceUrlHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkWithResourceUrlHrefAndRel;
|
|
15883
|
+
safevalues.dom.setObjectData = module$contents$safevalues$dom$elements$object_setObjectData;
|
|
15884
|
+
safevalues.dom.setScriptSrc = module$contents$safevalues$dom$elements$script_setScriptSrc;
|
|
15885
|
+
safevalues.dom.setScriptTextContent = module$contents$safevalues$dom$elements$script_setScriptTextContent;
|
|
15886
|
+
safevalues.dom.setStyleTextContent = module$contents$safevalues$dom$elements$style_setStyleTextContent;
|
|
15887
|
+
safevalues.dom.setSvgAttribute = module$contents$safevalues$dom$elements$svg_setSvgAttribute;
|
|
15888
|
+
safevalues.dom.setSvgUseHref = module$contents$safevalues$dom$elements$svg_use_setSvgUseHref;
|
|
15889
|
+
safevalues.dom.documentExecCommand = module$contents$safevalues$dom$globals$document_documentExecCommand;
|
|
15890
|
+
safevalues.dom.documentExecCommandInsertHtml = module$contents$safevalues$dom$globals$document_documentExecCommandInsertHtml;
|
|
15891
|
+
safevalues.dom.documentWrite = module$contents$safevalues$dom$globals$document_documentWrite;
|
|
15892
|
+
safevalues.dom.domParserParseFromString = module$contents$safevalues$dom$globals$dom_parser_domParserParseFromString;
|
|
15893
|
+
safevalues.dom.domParserParseHtml = module$contents$safevalues$dom$globals$dom_parser_domParserParseHtml;
|
|
15894
|
+
safevalues.dom.domParserParseXml = module$contents$safevalues$dom$globals$dom_parser_domParserParseXml;
|
|
15895
|
+
safevalues.dom.fetchResourceUrl = module$contents$safevalues$dom$globals$fetch_fetchResourceUrl;
|
|
15896
|
+
safevalues.dom.globalEval = module$contents$safevalues$dom$globals$global_globalEval;
|
|
15897
|
+
safevalues.dom.locationAssign = module$contents$safevalues$dom$globals$location_locationAssign;
|
|
15898
|
+
safevalues.dom.locationReplace = module$contents$safevalues$dom$globals$location_locationReplace;
|
|
15899
|
+
safevalues.dom.setLocationHref = module$contents$safevalues$dom$globals$location_setLocationHref;
|
|
15900
|
+
safevalues.dom.rangeCreateContextualFragment = module$contents$safevalues$dom$globals$range_rangeCreateContextualFragment;
|
|
15901
|
+
safevalues.dom.serviceWorkerContainerRegister = module$contents$safevalues$dom$globals$service_worker_container_serviceWorkerContainerRegister;
|
|
15902
|
+
safevalues.dom.objectUrlFromSafeSource = module$contents$safevalues$dom$globals$url_objectUrlFromSafeSource;
|
|
15903
|
+
safevalues.dom.getScriptNonce = module$contents$safevalues$dom$globals$window_getScriptNonce;
|
|
15904
|
+
safevalues.dom.getStyleNonce = module$contents$safevalues$dom$globals$window_getStyleNonce;
|
|
15905
|
+
safevalues.dom.windowOpen = module$contents$safevalues$dom$globals$window_windowOpen;
|
|
15906
|
+
safevalues.dom.createSharedWorker = module$contents$safevalues$dom$globals$worker_createSharedWorker;
|
|
15907
|
+
safevalues.dom.createWorker = module$contents$safevalues$dom$globals$worker_createWorker;
|
|
15908
|
+
safevalues.dom.workerGlobalScopeImportScripts = module$contents$safevalues$dom$globals$worker_workerGlobalScopeImportScripts;
|
|
15909
|
+
safevalues.dom.WorkerGlobalScopeWithImportScripts = module$exports$safevalues$dom$index.WorkerGlobalScopeWithImportScripts;
|
|
15862
15910
|
var module$exports$safevalues$builders$sensitive_attributes = {}, module$contents$safevalues$builders$sensitive_attributes_module = module$contents$safevalues$builders$sensitive_attributes_module || {id:"third_party/javascript/safevalues/builders/sensitive_attributes.closure.js"};
|
|
15863
15911
|
module$exports$safevalues$builders$sensitive_attributes.SECURITY_SENSITIVE_ATTRIBUTES = "src srcdoc codebase data href rel action formaction sandbox icon".split(" ");
|
|
15864
15912
|
var module$contents$safevalues$builders$attribute_builders_module = module$contents$safevalues$builders$attribute_builders_module || {id:"third_party/javascript/safevalues/builders/attribute_builders.closure.js"};
|
|
@@ -16845,7 +16893,7 @@ module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanit
|
|
|
16845
16893
|
["LINK", new Map([["href", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY, conditions:new Map([["rel", new Set("alternate author bookmark canonical cite help icon license next prefetch dns-prefetch prerender preconnect preload prev search subresource".split(" "))]])}]])], ["SOURCE", new Map([["src", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY}],
|
|
16846
16894
|
["srcset", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY_FOR_SRCSET}]])], ["IMG", new Map([["src", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY}], ["srcset", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY_FOR_SRCSET}]])],
|
|
16847
16895
|
["VIDEO", new Map([["src", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY}]])], ["AUDIO", new Map([["src", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY}]])]], module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ALLOWED_GLOBAL_ATTRIBUTES =
|
|
16848
|
-
"title aria-atomic aria-autocomplete aria-busy aria-checked aria-current aria-disabled aria-dropeffect aria-expanded aria-haspopup aria-hidden aria-invalid aria-label aria-level aria-live aria-multiline aria-multiselectable aria-orientation aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext alt align autocapitalize autocomplete autocorrect autofocus autoplay bgcolor border cellpadding cellspacing checked cite color cols colspan controls controlslist crossorigin datetime disabled download draggable enctype face formenctype frameborder height hreflang hidden ismap label lang loop max maxlength media minlength min multiple muted nonce open placeholder poster preload rel required reversed role rows rowspan selected shape size sizes slot span spellcheck start step summary translate type valign value width wrap itemscope itemtype itemid itemprop itemref".split(" "),
|
|
16896
|
+
"title aria-atomic aria-autocomplete aria-busy aria-checked aria-current aria-disabled aria-dropeffect aria-expanded aria-haspopup aria-hidden aria-invalid aria-label aria-level aria-live aria-multiline aria-multiselectable aria-orientation aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext alt align autocapitalize autocomplete autocorrect autofocus autoplay bgcolor border cellpadding cellspacing checked cite color cols colspan controls controlslist crossorigin datetime disabled download draggable enctype face formenctype frameborder height hreflang hidden ismap label lang loop max maxlength media minlength min multiple muted nonce open playsinline placeholder poster preload rel required reversed role rows rowspan selected shape size sizes slot span spellcheck start step summary translate type valign value width wrap itemscope itemtype itemid itemprop itemref".split(" "),
|
|
16849
16897
|
module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_GLOBAL_ATTRIBUTE_POLICIES = [["dir", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_NORMALIZE, conditions:module$contents$safevalues$internals$pure_pure(function() {
|
|
16850
16898
|
return new Map([["dir", new Set(["auto", "ltr", "rtl"])]]);
|
|
16851
16899
|
})}], ["async", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_NORMALIZE, conditions:module$contents$safevalues$internals$pure_pure(function() {
|
|
@@ -17415,7 +17463,7 @@ var module$exports$safevalues$reporting$reporting = {}, module$contents$safevalu
|
|
|
17415
17463
|
module$exports$safevalues$reporting$reporting.ReportingOptions = function() {
|
|
17416
17464
|
};
|
|
17417
17465
|
function module$contents$safevalues$reporting$reporting_reportOnlyHtmlPassthrough(s, options) {
|
|
17418
|
-
if (!options || !module$contents$safevalues$reporting$reporting_isCallSampled(options) || module$contents$safevalues$reporting$reporting_isReportingDisabled() || module$contents$safevalues$reporting$reporting_isBrowserIncompatibleWithSanitizing()) {
|
|
17466
|
+
if (!options || !module$contents$safevalues$reporting$reporting_isCallSampled(options, module$contents$safevalues$reporting$reporting_REPORTING_ID_PREFIX_TO_SAMPLING_RATE[options.reportingId[0]]) || module$contents$safevalues$reporting$reporting_isReportingDisabled() || module$contents$safevalues$reporting$reporting_isBrowserIncompatibleWithSanitizing()) {
|
|
17419
17467
|
return s;
|
|
17420
17468
|
}
|
|
17421
17469
|
module$contents$safevalues$reporting$reporting_maybeSendHeartbeat(options);
|
|
@@ -17426,13 +17474,15 @@ module$exports$safevalues$reporting$reporting.reportOnlyHtmlPassthrough = module
|
|
|
17426
17474
|
function module$contents$safevalues$reporting$reporting_isBrowserIncompatibleWithSanitizing() {
|
|
17427
17475
|
return !("DocumentFragment" in window);
|
|
17428
17476
|
}
|
|
17429
|
-
function module$contents$safevalues$reporting$reporting_isCallSampled(options) {
|
|
17477
|
+
function module$contents$safevalues$reporting$reporting_isCallSampled(options, defaultSamplingRate) {
|
|
17430
17478
|
var $jscomp$nullish$tmp1, $jscomp$nullish$tmp2;
|
|
17431
|
-
return Math.random() < (($jscomp$nullish$tmp2 = ($jscomp$nullish$tmp1 = options.samplingRate) != null ? $jscomp$nullish$tmp1 :
|
|
17479
|
+
return Math.random() < (($jscomp$nullish$tmp2 = ($jscomp$nullish$tmp1 = options.samplingRate) != null ? $jscomp$nullish$tmp1 : defaultSamplingRate) != null ? $jscomp$nullish$tmp2 : 0);
|
|
17432
17480
|
}
|
|
17481
|
+
module$exports$safevalues$reporting$reporting.isCallSampled = module$contents$safevalues$reporting$reporting_isCallSampled;
|
|
17433
17482
|
function module$contents$safevalues$reporting$reporting_isReportingDisabled() {
|
|
17434
17483
|
return window.SAFEVALUES_REPORTING === !1;
|
|
17435
17484
|
}
|
|
17485
|
+
module$exports$safevalues$reporting$reporting.isReportingDisabled = module$contents$safevalues$reporting$reporting_isReportingDisabled;
|
|
17436
17486
|
function module$contents$safevalues$reporting$reporting_maybeSendHeartbeat(options) {
|
|
17437
17487
|
var $jscomp$nullish$tmp3, $jscomp$nullish$tmp4;
|
|
17438
17488
|
Math.random() < (($jscomp$nullish$tmp4 = ($jscomp$nullish$tmp3 = options.heartbeatRate) != null ? $jscomp$nullish$tmp3 : module$contents$safevalues$reporting$reporting_REPORTING_ID_PREFIX_TO_HEARTBEAT_RATE[options.reportingId[0]]) != null ? $jscomp$nullish$tmp4 : 0) && module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HEARTBEAT);
|
|
@@ -17472,6 +17522,7 @@ function module$contents$safevalues$reporting$reporting_sendBeaconPolyfill(url,
|
|
|
17472
17522
|
req.setRequestHeader("Content-Type", "application/json");
|
|
17473
17523
|
req.send(body);
|
|
17474
17524
|
}
|
|
17525
|
+
module$exports$safevalues$reporting$reporting.sendBeaconPolyfill = module$contents$safevalues$reporting$reporting_sendBeaconPolyfill;
|
|
17475
17526
|
function module$contents$safevalues$reporting$reporting_TestOnlyOptions() {
|
|
17476
17527
|
}
|
|
17477
17528
|
module$exports$safevalues$reporting$reporting.TEST_ONLY = {reset:function() {
|
|
@@ -17617,6 +17668,13 @@ safevalues.SafeUrl = module$exports$safevalues$internals$url_impl.SafeUrl;
|
|
|
17617
17668
|
safevalues.isUrl = module$contents$safevalues$internals$url_impl_isUrl;
|
|
17618
17669
|
safevalues.unwrapUrl = module$contents$safevalues$internals$url_impl_unwrapUrl;
|
|
17619
17670
|
safevalues.reportOnlyHtmlPassthrough = module$contents$safevalues$reporting$reporting_reportOnlyHtmlPassthrough;
|
|
17671
|
+
safevalues.restricted = {};
|
|
17672
|
+
safevalues.restricted.reviewed = {};
|
|
17673
|
+
safevalues.restricted.reviewed.htmlSafeByReview = module$contents$safevalues$restricted$reviewed_htmlSafeByReview;
|
|
17674
|
+
safevalues.restricted.reviewed.scriptSafeByReview = module$contents$safevalues$restricted$reviewed_scriptSafeByReview;
|
|
17675
|
+
safevalues.restricted.reviewed.resourceUrlSafeByReview = module$contents$safevalues$restricted$reviewed_resourceUrlSafeByReview;
|
|
17676
|
+
safevalues.restricted.reviewed.styleSheetSafeByReview = module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview;
|
|
17677
|
+
safevalues.restricted.reviewed.urlSafeByReview = module$contents$safevalues$restricted$reviewed_urlSafeByReview;
|
|
17620
17678
|
goog.dom.ASSUME_QUIRKS_MODE = !1;
|
|
17621
17679
|
goog.dom.ASSUME_STANDARDS_MODE = !1;
|
|
17622
17680
|
goog.dom.COMPAT_MODE_KNOWN_ = goog.dom.ASSUME_QUIRKS_MODE || goog.dom.ASSUME_STANDARDS_MODE;
|
|
@@ -19314,7 +19372,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19314
19372
|
ee.apiclient = {};
|
|
19315
19373
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19316
19374
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19317
|
-
ee.apiclient.API_CLIENT_VERSION = "1.5.
|
|
19375
|
+
ee.apiclient.API_CLIENT_VERSION = "1.5.17";
|
|
19318
19376
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19319
19377
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19320
19378
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19612,8 +19670,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19612
19670
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19613
19671
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19614
19672
|
method = method || "POST";
|
|
19615
|
-
var headers = {"Content-Type":contentType}, version = "1.5.
|
|
19616
|
-
version === "1.5.
|
|
19673
|
+
var headers = {"Content-Type":contentType}, version = "1.5.17";
|
|
19674
|
+
version === "1.5.17" && (version = "latest");
|
|
19617
19675
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19618
19676
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19619
19677
|
if (authToken != null) {
|