@google/earthengine 0.1.384 → 0.1.385
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/.tmp/BUILD +2 -2
- package/.tmp/METADATA +4 -4
- package/.tmp/VERSION_BUILD +2 -2
- package/build/browser.js +159 -161
- package/build/ee_api_js.js +215 -215
- package/build/ee_api_js_debug.js +137 -138
- package/build/ee_api_js_npm.js +159 -161
- package/build/main.js +159 -161
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/eeapiclient/api_client.ts +17 -14
- package/src/eeapiclient/api_request_hook.ts +7 -6
- package/src/eeapiclient/domain_object.ts +171 -96
- package/src/eeapiclient/generated_types.ts +9 -4
- package/src/eeapiclient/multipart_request.ts +23 -18
- package/src/eeapiclient/promise_api_client.ts +46 -27
- package/src/eeapiclient/promise_request_service.ts +15 -8
- package/src/eeapiclient/request_params.ts +26 -13
- package/src/eeapiclient/request_params_test.ts +77 -76
package/build/main.js
CHANGED
|
@@ -1202,8 +1202,7 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1202
1202
|
return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
|
|
1203
1203
|
};
|
|
1204
1204
|
}, "es8", "es3");
|
|
1205
|
-
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1,
|
|
1206
|
-
GoogFlags__use_toggles:!1, GoogFlags__use_user_agent_client_hints__enable:!1};
|
|
1205
|
+
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__jspb_disable_serializing_empty_repeated_and_map_fields__disable:!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};
|
|
1207
1206
|
/*
|
|
1208
1207
|
|
|
1209
1208
|
Copyright The Closure Library Authors.
|
|
@@ -2968,8 +2967,6 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles = !1;
|
|
|
2968
2967
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles = !1;
|
|
2969
2968
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable = !1;
|
|
2970
2969
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable = !1;
|
|
2971
|
-
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_attribute_sanitization__disable = !1;
|
|
2972
|
-
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_hook_context_fix__enable = !1;
|
|
2973
2970
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disable_serializing_empty_repeated_and_map_fields__disable = !1;
|
|
2974
2971
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable = !1;
|
|
2975
2972
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable = !1;
|
|
@@ -2979,8 +2976,6 @@ goog.flags = {};
|
|
|
2979
2976
|
var module$contents$goog$flags_STAGING = goog.readFlagInternalDoNotUseOrElse(1, goog.FLAGS_STAGING_DEFAULT);
|
|
2980
2977
|
goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable : goog.readFlagInternalDoNotUseOrElse(610401301, !1);
|
|
2981
2978
|
goog.flags.ASYNC_THROW_ON_UNICODE_TO_BYTE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable : goog.readFlagInternalDoNotUseOrElse(899588437, !1);
|
|
2982
|
-
goog.flags.CLIENT_ONLY_WIZ_ATTRIBUTE_SANITIZATION = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_attribute_sanitization__disable : goog.readFlagInternalDoNotUseOrElse(533565600, !0);
|
|
2983
|
-
goog.flags.CLIENT_ONLY_WIZ_HOOK_CONTEXT_FIX = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_hook_context_fix__enable : goog.readFlagInternalDoNotUseOrElse(563486499, !1);
|
|
2984
2979
|
goog.flags.JSPB_DISABLE_SERIALIZING_EMPTY_REPEATED_AND_MAP_FIELDS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disable_serializing_empty_repeated_and_map_fields__disable : goog.readFlagInternalDoNotUseOrElse(572417392,
|
|
2985
2980
|
!0);
|
|
2986
2981
|
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);
|
|
@@ -3159,29 +3154,29 @@ module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue
|
|
|
3159
3154
|
};
|
|
3160
3155
|
module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue.prototype.load = function() {
|
|
3161
3156
|
var $jscomp$async$this = this, userAgentData;
|
|
3162
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m2110036436$
|
|
3163
|
-
if (1 == $jscomp$generator$context$m2110036436$
|
|
3157
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m2110036436$14) {
|
|
3158
|
+
if (1 == $jscomp$generator$context$m2110036436$14.nextAddress) {
|
|
3164
3159
|
userAgentData = module$contents$goog$labs$userAgent$util_getUserAgentData();
|
|
3165
3160
|
if (!userAgentData) {
|
|
3166
|
-
return $jscomp$generator$context$m2110036436$
|
|
3161
|
+
return $jscomp$generator$context$m2110036436$14.return(void 0);
|
|
3167
3162
|
}
|
|
3168
3163
|
$jscomp$async$this.promise_ || ($jscomp$async$this.pending_ = !0, $jscomp$async$this.promise_ = function() {
|
|
3169
3164
|
var dataValues;
|
|
3170
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m2110036436$
|
|
3171
|
-
if (1 == $jscomp$generator$context$m2110036436$
|
|
3172
|
-
return $jscomp$generator$context$m2110036436$
|
|
3165
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m2110036436$13) {
|
|
3166
|
+
if (1 == $jscomp$generator$context$m2110036436$13.nextAddress) {
|
|
3167
|
+
return $jscomp$generator$context$m2110036436$13.setFinallyBlock(2), $jscomp$generator$context$m2110036436$13.yield(userAgentData.getHighEntropyValues([$jscomp$async$this.key_]), 4);
|
|
3173
3168
|
}
|
|
3174
|
-
if (2 != $jscomp$generator$context$m2110036436$
|
|
3175
|
-
return dataValues = $jscomp$generator$context$m2110036436$
|
|
3169
|
+
if (2 != $jscomp$generator$context$m2110036436$13.nextAddress) {
|
|
3170
|
+
return dataValues = $jscomp$generator$context$m2110036436$13.yieldResult, $jscomp$async$this.value_ = dataValues[$jscomp$async$this.key_], $jscomp$generator$context$m2110036436$13.return($jscomp$async$this.value_);
|
|
3176
3171
|
}
|
|
3177
|
-
$jscomp$generator$context$m2110036436$
|
|
3172
|
+
$jscomp$generator$context$m2110036436$13.enterFinallyBlock();
|
|
3178
3173
|
$jscomp$async$this.pending_ = !1;
|
|
3179
|
-
return $jscomp$generator$context$m2110036436$
|
|
3174
|
+
return $jscomp$generator$context$m2110036436$13.leaveFinallyBlock(0);
|
|
3180
3175
|
});
|
|
3181
3176
|
}());
|
|
3182
|
-
return $jscomp$generator$context$m2110036436$
|
|
3177
|
+
return $jscomp$generator$context$m2110036436$14.yield($jscomp$async$this.promise_, 2);
|
|
3183
3178
|
}
|
|
3184
|
-
return $jscomp$generator$context$m2110036436$
|
|
3179
|
+
return $jscomp$generator$context$m2110036436$14.return($jscomp$generator$context$m2110036436$14.yieldResult);
|
|
3185
3180
|
});
|
|
3186
3181
|
};
|
|
3187
3182
|
module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue.prototype.resetForTesting = function() {
|
|
@@ -3413,12 +3408,12 @@ var module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion = functi
|
|
|
3413
3408
|
this.useUach_ = useUach;
|
|
3414
3409
|
};
|
|
3415
3410
|
module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.getIfLoaded = function() {
|
|
3416
|
-
var $jscomp$this = this;
|
|
3411
|
+
var $jscomp$this$1683157560$24 = this;
|
|
3417
3412
|
if (this.useUach_) {
|
|
3418
3413
|
var loadedVersionList = module$exports$goog$labs$userAgent$highEntropy$highEntropyData.fullVersionList.getIfLoaded();
|
|
3419
3414
|
if (void 0 !== loadedVersionList) {
|
|
3420
3415
|
var matchingBrand = loadedVersionList.find(function($jscomp$destructuring$var4) {
|
|
3421
|
-
return $jscomp$this.brand_ === $jscomp$destructuring$var4.brand;
|
|
3416
|
+
return $jscomp$this$1683157560$24.brand_ === $jscomp$destructuring$var4.brand;
|
|
3422
3417
|
});
|
|
3423
3418
|
(0,goog.asserts.assertExists)(matchingBrand);
|
|
3424
3419
|
return new module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.Version(matchingBrand.version);
|
|
@@ -3430,27 +3425,27 @@ module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.ge
|
|
|
3430
3425
|
};
|
|
3431
3426
|
module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.load = function() {
|
|
3432
3427
|
var $jscomp$async$this = this, loadedVersionList, matchingBrand;
|
|
3433
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1683157560$
|
|
3434
|
-
if (1 == $jscomp$generator$context$1683157560$
|
|
3435
|
-
return $jscomp$async$this.useUach_ ? $jscomp$generator$context$1683157560$
|
|
3428
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1683157560$31) {
|
|
3429
|
+
if (1 == $jscomp$generator$context$1683157560$31.nextAddress) {
|
|
3430
|
+
return $jscomp$async$this.useUach_ ? $jscomp$generator$context$1683157560$31.yield(module$exports$goog$labs$userAgent$highEntropy$highEntropyData.fullVersionList.load(), 5) : $jscomp$generator$context$1683157560$31.yield(0, 3);
|
|
3436
3431
|
}
|
|
3437
|
-
if (3 != $jscomp$generator$context$1683157560$
|
|
3432
|
+
if (3 != $jscomp$generator$context$1683157560$31.nextAddress && (loadedVersionList = $jscomp$generator$context$1683157560$31.yieldResult, void 0 !== loadedVersionList)) {
|
|
3438
3433
|
return matchingBrand = loadedVersionList.find(function($jscomp$destructuring$var6) {
|
|
3439
3434
|
return $jscomp$async$this.brand_ === $jscomp$destructuring$var6.brand;
|
|
3440
|
-
}), (0,goog.asserts.assertExists)(matchingBrand), $jscomp$generator$context$1683157560$
|
|
3435
|
+
}), (0,goog.asserts.assertExists)(matchingBrand), $jscomp$generator$context$1683157560$31.return(new module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.Version(matchingBrand.version));
|
|
3441
3436
|
}
|
|
3442
3437
|
module$contents$goog$labs$userAgent$browser_preUachHasLoaded = !0;
|
|
3443
|
-
return $jscomp$generator$context$1683157560$
|
|
3438
|
+
return $jscomp$generator$context$1683157560$31.return($jscomp$async$this.version_);
|
|
3444
3439
|
});
|
|
3445
3440
|
};
|
|
3446
3441
|
var module$contents$goog$labs$userAgent$browser_preUachHasLoaded = !1;
|
|
3447
3442
|
goog.labs.userAgent.browser.loadFullVersions = function() {
|
|
3448
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1683157560$
|
|
3449
|
-
if (1 == $jscomp$generator$context$1683157560$
|
|
3450
|
-
return module$contents$goog$labs$userAgent$browser_useUserAgentDataBrand(!0) ? $jscomp$generator$context$1683157560$
|
|
3443
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1683157560$32) {
|
|
3444
|
+
if (1 == $jscomp$generator$context$1683157560$32.nextAddress) {
|
|
3445
|
+
return module$contents$goog$labs$userAgent$browser_useUserAgentDataBrand(!0) ? $jscomp$generator$context$1683157560$32.yield(module$exports$goog$labs$userAgent$highEntropy$highEntropyData.fullVersionList.load(), 2) : $jscomp$generator$context$1683157560$32.jumpTo(2);
|
|
3451
3446
|
}
|
|
3452
3447
|
module$contents$goog$labs$userAgent$browser_preUachHasLoaded = !0;
|
|
3453
|
-
$jscomp$generator$context$1683157560$
|
|
3448
|
+
$jscomp$generator$context$1683157560$32.jumpToEnd();
|
|
3454
3449
|
});
|
|
3455
3450
|
};
|
|
3456
3451
|
goog.labs.userAgent.browser.resetForTesting = function() {
|
|
@@ -6064,7 +6059,7 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function(type, raw)
|
|
|
6064
6059
|
};
|
|
6065
6060
|
var module$contents$eeapiclient$domain_object_CopyValueGetter, module$contents$eeapiclient$domain_object_CopyValueSetter, module$contents$eeapiclient$domain_object_CopyConstructor, module$contents$eeapiclient$domain_object_CopyInstanciator;
|
|
6066
6061
|
function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter, valueSetter, copyInstanciator, targetConstructor) {
|
|
6067
|
-
for (var target = copyInstanciator(targetConstructor), metadata = module$contents$eeapiclient$domain_object_deepCopyMetadata(source, target), arrays = metadata.arrays || {}, objects = metadata.objects || {}, objectMaps = metadata.objectMaps || {}, $jscomp$iter$19 = $jscomp.makeIterator(metadata.keys || []), $jscomp$key$key = $jscomp$iter$19.next(), $jscomp$loop$m192531680$
|
|
6062
|
+
for (var target = copyInstanciator(targetConstructor), metadata = module$contents$eeapiclient$domain_object_deepCopyMetadata(source, target), arrays = metadata.arrays || {}, objects = metadata.objects || {}, objectMaps = metadata.objectMaps || {}, $jscomp$iter$19 = $jscomp.makeIterator(metadata.keys || []), $jscomp$key$key = $jscomp$iter$19.next(), $jscomp$loop$m192531680$40 = {}; !$jscomp$key$key.done; $jscomp$loop$m192531680$40 = {mapMetadata:void 0},
|
|
6068
6063
|
$jscomp$key$key = $jscomp$iter$19.next()) {
|
|
6069
6064
|
var key = $jscomp$key$key.value, value = valueGetter(key, source);
|
|
6070
6065
|
if (null != value) {
|
|
@@ -6077,11 +6072,11 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
6077
6072
|
} else if (objects.hasOwnProperty(key)) {
|
|
6078
6073
|
copy = module$contents$eeapiclient$domain_object_deepCopyValue(value, valueGetter, valueSetter, copyInstanciator, !1, !0, objects[key]);
|
|
6079
6074
|
} else if (objectMaps.hasOwnProperty(key)) {
|
|
6080
|
-
$jscomp$loop$m192531680$
|
|
6075
|
+
$jscomp$loop$m192531680$40.mapMetadata = objectMaps[key], copy = $jscomp$loop$m192531680$40.mapMetadata.isPropertyArray ? value.map(function($jscomp$loop$m192531680$40) {
|
|
6081
6076
|
return function(v) {
|
|
6082
|
-
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m192531680$
|
|
6077
|
+
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m192531680$40.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6083
6078
|
};
|
|
6084
|
-
}($jscomp$loop$m192531680$
|
|
6079
|
+
}($jscomp$loop$m192531680$40)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$m192531680$40.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6085
6080
|
} else if (Array.isArray(value)) {
|
|
6086
6081
|
if (metadata.emptyArrayIsUnset && 0 === value.length) {
|
|
6087
6082
|
continue;
|
|
@@ -6127,39 +6122,39 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
|
|
|
6127
6122
|
if (!(module$contents$eeapiclient$domain_object_sameKeys(keys1, metadata2.keys || []) && module$contents$eeapiclient$domain_object_sameKeys(arrays1, arrays2) && module$contents$eeapiclient$domain_object_sameKeys(objects1, objects2) && module$contents$eeapiclient$domain_object_sameKeys(objectMaps1, objectMaps2))) {
|
|
6128
6123
|
return !1;
|
|
6129
6124
|
}
|
|
6130
|
-
for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$key = $jscomp$iter$21.next(), $jscomp$loop$m192531680$
|
|
6125
|
+
for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$key = $jscomp$iter$21.next(), $jscomp$loop$m192531680$41 = {}; !$jscomp$key$key.done; $jscomp$loop$m192531680$41 = {value2$jscomp$7:void 0, mapMetadata$jscomp$2:void 0}, $jscomp$key$key = $jscomp$iter$21.next()) {
|
|
6131
6126
|
var key = $jscomp$key$key.value, has1 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable1, key, metadata1), has2 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable2, key, metadata2);
|
|
6132
6127
|
if (has1 !== has2) {
|
|
6133
6128
|
return !1;
|
|
6134
6129
|
}
|
|
6135
6130
|
if (has1) {
|
|
6136
6131
|
var value1 = serializable1.Serializable$get(key);
|
|
6137
|
-
$jscomp$loop$m192531680$
|
|
6132
|
+
$jscomp$loop$m192531680$41.value2$jscomp$7 = serializable2.Serializable$get(key);
|
|
6138
6133
|
if (arrays1.hasOwnProperty(key)) {
|
|
6139
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$
|
|
6134
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, !0, !0)) {
|
|
6140
6135
|
return !1;
|
|
6141
6136
|
}
|
|
6142
6137
|
} else if (objects1.hasOwnProperty(key)) {
|
|
6143
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$
|
|
6138
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, !1, !0)) {
|
|
6144
6139
|
return !1;
|
|
6145
6140
|
}
|
|
6146
6141
|
} else if (objectMaps1.hasOwnProperty(key)) {
|
|
6147
|
-
if ($jscomp$loop$m192531680$
|
|
6148
|
-
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m192531680$
|
|
6142
|
+
if ($jscomp$loop$m192531680$41.mapMetadata$jscomp$2 = objectMaps1[key], $jscomp$loop$m192531680$41.mapMetadata$jscomp$2.isPropertyArray) {
|
|
6143
|
+
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m192531680$41.value2$jscomp$7) || value1.some(function($jscomp$loop$m192531680$41) {
|
|
6149
6144
|
return function(v1, i) {
|
|
6150
|
-
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m192531680$
|
|
6145
|
+
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m192531680$41.value2$jscomp$7[i], $jscomp$loop$m192531680$41.mapMetadata$jscomp$2);
|
|
6151
6146
|
};
|
|
6152
|
-
}($jscomp$loop$m192531680$
|
|
6147
|
+
}($jscomp$loop$m192531680$41))) {
|
|
6153
6148
|
return !1;
|
|
6154
6149
|
}
|
|
6155
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m192531680$
|
|
6150
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, $jscomp$loop$m192531680$41.mapMetadata$jscomp$2)) {
|
|
6156
6151
|
return !1;
|
|
6157
6152
|
}
|
|
6158
6153
|
} else if (Array.isArray(value1)) {
|
|
6159
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$
|
|
6154
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, !0, !1)) {
|
|
6160
6155
|
return !1;
|
|
6161
6156
|
}
|
|
6162
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$
|
|
6157
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, !1, !1)) {
|
|
6163
6158
|
return !1;
|
|
6164
6159
|
}
|
|
6165
6160
|
}
|
|
@@ -6580,7 +6575,6 @@ var module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE = {}, module$
|
|
|
6580
6575
|
throw Error("SafeScript is not meant to be built directly");
|
|
6581
6576
|
}
|
|
6582
6577
|
this.privateDoNotAccessOrElseSafeScriptWrappedValue_ = value;
|
|
6583
|
-
this.implementsGoogStringTypedString = !0;
|
|
6584
6578
|
};
|
|
6585
6579
|
module$contents$goog$html$SafeScript_SafeScript.prototype.toString = function() {
|
|
6586
6580
|
return this.privateDoNotAccessOrElseSafeScriptWrappedValue_.toString();
|
|
@@ -6592,9 +6586,6 @@ module$contents$goog$html$SafeScript_SafeScript.fromConstant = function(script)
|
|
|
6592
6586
|
module$contents$goog$html$SafeScript_SafeScript.fromJson = function(val) {
|
|
6593
6587
|
return module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(module$contents$goog$html$SafeScript_SafeScript.stringify_(val));
|
|
6594
6588
|
};
|
|
6595
|
-
module$contents$goog$html$SafeScript_SafeScript.prototype.getTypedStringValue = function() {
|
|
6596
|
-
return this.privateDoNotAccessOrElseSafeScriptWrappedValue_.toString();
|
|
6597
|
-
};
|
|
6598
6589
|
module$contents$goog$html$SafeScript_SafeScript.unwrap = function(safeScript) {
|
|
6599
6590
|
return module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript(safeScript).toString();
|
|
6600
6591
|
};
|
|
@@ -7074,7 +7065,6 @@ var module$contents$goog$html$SafeStyleSheet_CONSTRUCTOR_TOKEN_PRIVATE = {}, mod
|
|
|
7074
7065
|
throw Error("SafeStyleSheet is not meant to be built directly");
|
|
7075
7066
|
}
|
|
7076
7067
|
this.privateDoNotAccessOrElseSafeStyleSheetWrappedValue_ = value;
|
|
7077
|
-
this.implementsGoogStringTypedString = !0;
|
|
7078
7068
|
};
|
|
7079
7069
|
module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.prototype.toString = function() {
|
|
7080
7070
|
return this.privateDoNotAccessOrElseSafeStyleSheetWrappedValue_.toString();
|
|
@@ -7120,9 +7110,6 @@ module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.fromConstant = function(
|
|
|
7120
7110
|
(0,goog.asserts.assert)(!(0,goog.string.internal.contains)(styleSheetString, "<"), "Forbidden '<' character in style sheet string: " + styleSheetString);
|
|
7121
7111
|
return module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.createSafeStyleSheetSecurityPrivateDoNotAccessOrElse(styleSheetString);
|
|
7122
7112
|
};
|
|
7123
|
-
module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.prototype.getTypedStringValue = function() {
|
|
7124
|
-
return this.privateDoNotAccessOrElseSafeStyleSheetWrappedValue_;
|
|
7125
|
-
};
|
|
7126
7113
|
module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.unwrap = function(safeStyleSheet) {
|
|
7127
7114
|
if (safeStyleSheet instanceof module$contents$goog$html$SafeStyleSheet_SafeStyleSheet && safeStyleSheet.constructor === module$contents$goog$html$SafeStyleSheet_SafeStyleSheet) {
|
|
7128
7115
|
return safeStyleSheet.privateDoNotAccessOrElseSafeStyleSheetWrappedValue_;
|
|
@@ -7159,7 +7146,7 @@ module$contents$goog$html$SafeHtml_SafeHtml.unwrapTrustedHTML = function(safeHtm
|
|
|
7159
7146
|
return "type_error:SafeHtml";
|
|
7160
7147
|
};
|
|
7161
7148
|
module$contents$goog$html$SafeHtml_SafeHtml.htmlEscape = function(textOrHtml) {
|
|
7162
|
-
return textOrHtml instanceof module$contents$goog$html$SafeHtml_SafeHtml ? textOrHtml : module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(goog.string.internal.htmlEscape(
|
|
7149
|
+
return textOrHtml instanceof module$contents$goog$html$SafeHtml_SafeHtml ? textOrHtml : module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(goog.string.internal.htmlEscape(String(textOrHtml)));
|
|
7163
7150
|
};
|
|
7164
7151
|
module$contents$goog$html$SafeHtml_SafeHtml.htmlEscapePreservingNewlines = function(textOrHtml) {
|
|
7165
7152
|
if (textOrHtml instanceof module$contents$goog$html$SafeHtml_SafeHtml) {
|
|
@@ -7336,14 +7323,13 @@ function module$contents$goog$html$SafeHtml_getAttrNameAndValue(tagName, name, v
|
|
|
7336
7323
|
} else if (value instanceof goog.html.SafeUrl) {
|
|
7337
7324
|
value = goog.html.SafeUrl.unwrap(value);
|
|
7338
7325
|
} else if ("string" === typeof value) {
|
|
7339
|
-
value = goog.html.SafeUrl.sanitize(value).
|
|
7326
|
+
value = goog.html.SafeUrl.sanitize(value).toString();
|
|
7340
7327
|
} else {
|
|
7341
7328
|
throw Error(module$contents$goog$html$SafeHtml_SafeHtml.ENABLE_ERROR_MESSAGES ? 'Attribute "' + name + '" on tag "' + tagName + '" requires goog.html.SafeUrl, goog.string.Const, or string, value "' + value + '" given.' : "");
|
|
7342
7329
|
}
|
|
7343
7330
|
}
|
|
7344
7331
|
}
|
|
7345
|
-
value.
|
|
7346
|
-
goog.asserts.assert("string" === typeof value || "number" === typeof value, "String or number value expected, got " + typeof value + " with value: " + value);
|
|
7332
|
+
goog.asserts.assert(value instanceof goog.html.SafeUrl || value instanceof goog.html.TrustedResourceUrl || value instanceof module$contents$goog$html$SafeStyle_SafeStyle || value instanceof module$contents$goog$html$SafeHtml_SafeHtml || "string" === typeof value || "number" === typeof value, "String or number value expected, got " + typeof value + " with value: " + value);
|
|
7347
7333
|
return name + '="' + goog.string.internal.htmlEscape(String(value)) + '"';
|
|
7348
7334
|
}
|
|
7349
7335
|
function module$contents$goog$html$SafeHtml_getStyleValue(value) {
|
|
@@ -7468,36 +7454,33 @@ function module$contents$safevalues$restricted$reviewed_assertValidJustification
|
|
|
7468
7454
|
throw Error("Calls to uncheckedconversion functions must go through security review. A justification must be provided to capture what security assumptions are being made. See go/unchecked-conversions");
|
|
7469
7455
|
}
|
|
7470
7456
|
}
|
|
7471
|
-
function module$contents$safevalues$restricted$reviewed_getJustificationDuringMigration(options) {
|
|
7472
|
-
return "string" === typeof options ? options : options.justification;
|
|
7473
|
-
}
|
|
7474
7457
|
function module$contents$safevalues$restricted$reviewed_htmlSafeByReview(html, options) {
|
|
7475
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7458
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(options.justification);
|
|
7476
7459
|
return module$contents$safevalues$internals$html_impl_createHtmlInternal(html);
|
|
7477
7460
|
}
|
|
7478
7461
|
module$exports$safevalues$restricted$reviewed.htmlSafeByReview = module$contents$safevalues$restricted$reviewed_htmlSafeByReview;
|
|
7479
7462
|
function module$contents$safevalues$restricted$reviewed_scriptSafeByReview(script, options) {
|
|
7480
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7463
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(options.justification);
|
|
7481
7464
|
return module$contents$safevalues$internals$script_impl_createScriptInternal(script);
|
|
7482
7465
|
}
|
|
7483
7466
|
module$exports$safevalues$restricted$reviewed.scriptSafeByReview = module$contents$safevalues$restricted$reviewed_scriptSafeByReview;
|
|
7484
7467
|
function module$contents$safevalues$restricted$reviewed_resourceUrlSafeByReview(url, options) {
|
|
7485
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7468
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(options.justification);
|
|
7486
7469
|
return module$contents$safevalues$internals$resource_url_impl_createResourceUrlInternal(url);
|
|
7487
7470
|
}
|
|
7488
7471
|
module$exports$safevalues$restricted$reviewed.resourceUrlSafeByReview = module$contents$safevalues$restricted$reviewed_resourceUrlSafeByReview;
|
|
7489
7472
|
function module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview(stylesheet, options) {
|
|
7490
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7473
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(options.justification);
|
|
7491
7474
|
return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(stylesheet);
|
|
7492
7475
|
}
|
|
7493
7476
|
module$exports$safevalues$restricted$reviewed.styleSheetSafeByReview = module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview;
|
|
7494
7477
|
function module$contents$safevalues$restricted$reviewed_urlSafeByReview(url, options) {
|
|
7495
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7478
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(options.justification);
|
|
7496
7479
|
return module$contents$safevalues$internals$url_impl_createUrlInternal(url);
|
|
7497
7480
|
}
|
|
7498
7481
|
module$exports$safevalues$restricted$reviewed.urlSafeByReview = module$contents$safevalues$restricted$reviewed_urlSafeByReview;
|
|
7499
7482
|
function module$contents$safevalues$restricted$reviewed_styleSafeByReview(style, options) {
|
|
7500
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7483
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(options.justification);
|
|
7501
7484
|
return module$contents$safevalues$internals$style_impl_createStyleInternal(style);
|
|
7502
7485
|
}
|
|
7503
7486
|
module$exports$safevalues$restricted$reviewed.styleSafeByReview = module$contents$safevalues$restricted$reviewed_styleSafeByReview;
|
|
@@ -7544,7 +7527,7 @@ goog.dom.safe.setInnerHtml = function(elem, html) {
|
|
|
7544
7527
|
goog.dom.safe.unsafeSetInnerHtmlDoNotUseOrElse(elem, html);
|
|
7545
7528
|
};
|
|
7546
7529
|
goog.dom.safe.setInnerHtmlFromConstant = function(element, constHtml) {
|
|
7547
|
-
goog.dom.safe.setInnerHtml(element, module$contents$safevalues$restricted$reviewed_htmlSafeByReview(goog.string.Const.unwrap(constHtml), "Constant HTML to be immediatelly used."));
|
|
7530
|
+
goog.dom.safe.setInnerHtml(element, module$contents$safevalues$restricted$reviewed_htmlSafeByReview(goog.string.Const.unwrap(constHtml), {justification:"Constant HTML to be immediatelly used."}));
|
|
7548
7531
|
};
|
|
7549
7532
|
goog.dom.safe.setOuterHtml = function(elem, html) {
|
|
7550
7533
|
elem.outerHTML = module$contents$goog$html$SafeHtml_SafeHtml.unwrapTrustedHTML(html);
|
|
@@ -7818,7 +7801,7 @@ goog.string.unescapeEntitiesUsingDom_ = function(str, opt_document) {
|
|
|
7818
7801
|
var n = Number("0" + entity.slice(1));
|
|
7819
7802
|
isNaN(n) || (value = String.fromCharCode(n));
|
|
7820
7803
|
}
|
|
7821
|
-
value || (goog.dom.safe.setInnerHtml(div, module$contents$safevalues$restricted$reviewed_htmlSafeByReview(s + " ", "Single HTML entity.")), value = div.firstChild.nodeValue.slice(0, -1));
|
|
7804
|
+
value || (goog.dom.safe.setInnerHtml(div, module$contents$safevalues$restricted$reviewed_htmlSafeByReview(s + " ", {justification:"Single HTML entity."})), value = div.firstChild.nodeValue.slice(0, -1));
|
|
7822
7805
|
return seen[s] = value;
|
|
7823
7806
|
});
|
|
7824
7807
|
};
|
|
@@ -8891,15 +8874,15 @@ module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.addMetad
|
|
|
8891
8874
|
this._metadataPayload += "Content-Type: application/json; charset=utf-8\r\n\r\n" + JSON.stringify(json) + ("\r\n--" + this._boundary + "\r\n");
|
|
8892
8875
|
};
|
|
8893
8876
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.build = function() {
|
|
8894
|
-
var $jscomp$this = this, payload = "--" + this._boundary + "\r\n";
|
|
8877
|
+
var $jscomp$this$m667091202$6 = this, payload = "--" + this._boundary + "\r\n";
|
|
8895
8878
|
payload += this._metadataPayload;
|
|
8896
8879
|
return Promise.all(this.files.map(function(f) {
|
|
8897
|
-
return $jscomp$this.encodeFile(f);
|
|
8880
|
+
return $jscomp$this$m667091202$6.encodeFile(f);
|
|
8898
8881
|
})).then(function(filePayloads) {
|
|
8899
8882
|
for (var $jscomp$iter$30 = $jscomp.makeIterator(filePayloads), $jscomp$key$filePayload = $jscomp$iter$30.next(); !$jscomp$key$filePayload.done; $jscomp$key$filePayload = $jscomp$iter$30.next()) {
|
|
8900
8883
|
payload += $jscomp$key$filePayload.value;
|
|
8901
8884
|
}
|
|
8902
|
-
return payload += "\r\n--" + $jscomp$this._boundary + "--";
|
|
8885
|
+
return payload += "\r\n--" + $jscomp$this$m667091202$6._boundary + "--";
|
|
8903
8886
|
});
|
|
8904
8887
|
};
|
|
8905
8888
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.encodeFile = function(file) {
|
|
@@ -8987,9 +8970,9 @@ module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$reques
|
|
|
8987
8970
|
return this.$addHooksToRequest(requestParams, this.requestService.send(module$contents$eeapiclient$api_client_toMakeRequestParams(requestParams), responseCtor));
|
|
8988
8971
|
};
|
|
8989
8972
|
module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$uploadRequest = function(requestParams) {
|
|
8990
|
-
var $jscomp$this = this, responseCtor = requestParams.responseCtor || void 0;
|
|
8973
|
+
var $jscomp$this$1237977804$4 = this, responseCtor = requestParams.responseCtor || void 0;
|
|
8991
8974
|
return this.$addHooksToRequest(requestParams, module$contents$eeapiclient$api_client_toMultipartMakeRequestParams(requestParams).then(function(params) {
|
|
8992
|
-
return $jscomp$this.requestService.send(params, responseCtor);
|
|
8975
|
+
return $jscomp$this$1237977804$4.requestService.send(params, responseCtor);
|
|
8993
8976
|
}));
|
|
8994
8977
|
};
|
|
8995
8978
|
var module$exports$eeapiclient$ee_api_client = {}, module$contents$eeapiclient$ee_api_client_module = module$contents$eeapiclient$ee_api_client_module || {id:"geo/gestalt/client/javascript/v1/ee_api_client.closure.js"};
|
|
@@ -15029,7 +15012,7 @@ goog.dom.createTable_ = function(doc, rows, columns, fillWithNbsp) {
|
|
|
15029
15012
|
return table;
|
|
15030
15013
|
};
|
|
15031
15014
|
goog.dom.constHtmlToNode = function(var_args) {
|
|
15032
|
-
var stringArray = Array.prototype.map.call(arguments, goog.string.Const.unwrap), safeHtml = module$contents$safevalues$restricted$reviewed_htmlSafeByReview(stringArray.join(""), "Constant HTML string, that gets turned into a Node later, so it will be automatically balanced.");
|
|
15015
|
+
var stringArray = Array.prototype.map.call(arguments, goog.string.Const.unwrap), safeHtml = module$contents$safevalues$restricted$reviewed_htmlSafeByReview(stringArray.join(""), {justification:"Constant HTML string, that gets turned into a Node later, so it will be automatically balanced."});
|
|
15033
15016
|
return goog.dom.safeHtmlToNode(safeHtml);
|
|
15034
15017
|
};
|
|
15035
15018
|
goog.dom.safeHtmlToNode = function(html) {
|
|
@@ -15746,9 +15729,9 @@ goog.debug.asyncStackTag = {};
|
|
|
15746
15729
|
var module$contents$goog$debug$asyncStackTag_createTask = goog.DEBUG && goog.global.console && goog.global.console.createTask ? goog.global.console.createTask.bind(goog.global.console) : void 0, module$contents$goog$debug$asyncStackTag_CONSOLE_TASK_SYMBOL = module$contents$goog$debug$asyncStackTag_createTask ? Symbol("consoleTask") : void 0;
|
|
15747
15730
|
function module$contents$goog$debug$asyncStackTag_wrap(fn, name) {
|
|
15748
15731
|
function wrappedFn() {
|
|
15749
|
-
var args = $jscomp.getRestArguments.apply(0, arguments), $jscomp$this = this;
|
|
15732
|
+
var args = $jscomp.getRestArguments.apply(0, arguments), $jscomp$this$1621498202$2 = this;
|
|
15750
15733
|
return consoleTask.run(function() {
|
|
15751
|
-
return fn.call.apply(fn, [$jscomp$this].concat($jscomp.arrayFromIterable(args)));
|
|
15734
|
+
return fn.call.apply(fn, [$jscomp$this$1621498202$2].concat($jscomp.arrayFromIterable(args)));
|
|
15752
15735
|
});
|
|
15753
15736
|
}
|
|
15754
15737
|
name = void 0 === name ? "anonymous" : name;
|
|
@@ -16283,9 +16266,9 @@ module$contents$goog$async$Throttle_Throttle.prototype.onTimer_ = function() {
|
|
|
16283
16266
|
this.shouldFire_ && !this.pauseCount_ && (this.shouldFire_ = !1, this.doAction_());
|
|
16284
16267
|
};
|
|
16285
16268
|
module$contents$goog$async$Throttle_Throttle.prototype.doAction_ = function() {
|
|
16286
|
-
var $jscomp$this = this;
|
|
16269
|
+
var $jscomp$this$m92829211$8 = this;
|
|
16287
16270
|
this.timer_ = goog.Timer.callOnce(function() {
|
|
16288
|
-
return $jscomp$this.onTimer_();
|
|
16271
|
+
return $jscomp$this$m92829211$8.onTimer_();
|
|
16289
16272
|
}, this.interval_);
|
|
16290
16273
|
var args = this.args_;
|
|
16291
16274
|
this.args_ = null;
|
|
@@ -16958,9 +16941,9 @@ third_party$javascript$closure$log$log$classdecl$var5.prototype.getLogRegistryEn
|
|
|
16958
16941
|
return logRegistryEntry;
|
|
16959
16942
|
};
|
|
16960
16943
|
third_party$javascript$closure$log$log$classdecl$var5.prototype.getAllLoggers = function() {
|
|
16961
|
-
var $jscomp$this = this;
|
|
16944
|
+
var $jscomp$this$17096019$34 = this;
|
|
16962
16945
|
return Object.keys(this.entries).map(function(loggerName) {
|
|
16963
|
-
return $jscomp$this.entries[loggerName].logger;
|
|
16946
|
+
return $jscomp$this$17096019$34.entries[loggerName].logger;
|
|
16964
16947
|
});
|
|
16965
16948
|
};
|
|
16966
16949
|
goog.log.LogRegistry_ = third_party$javascript$closure$log$log$classdecl$var5;
|
|
@@ -17555,8 +17538,8 @@ function module$contents$safevalues$internals$attribute_impl_unwrapAttributePref
|
|
|
17555
17538
|
throw Error(message);
|
|
17556
17539
|
}
|
|
17557
17540
|
module$exports$safevalues$internals$attribute_impl.unwrapAttributePrefix = module$contents$safevalues$internals$attribute_impl_unwrapAttributePrefix;
|
|
17558
|
-
var $jscomp$templatelit$1274514361$
|
|
17559
|
-
["\\0"]), $jscomp$templatelit$1274514361$
|
|
17541
|
+
var $jscomp$templatelit$1274514361$5 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$1274514361$6 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\0"]), $jscomp$templatelit$1274514361$7 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$1274514361$8 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), $jscomp$templatelit$1274514361$9 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$1274514361$10 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"],
|
|
17542
|
+
["\\0"]), $jscomp$templatelit$1274514361$11 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$1274514361$12 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), module$contents$safevalues$internals$string_literal_module = module$contents$safevalues$internals$string_literal_module || {id:"third_party/javascript/safevalues/internals/string_literal.closure.js"};
|
|
17560
17543
|
function module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, numExprs) {
|
|
17561
17544
|
if (!module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) || numExprs + 1 !== templateObj.length) {
|
|
17562
17545
|
throw new TypeError("\n ############################## ERROR ##############################\n\n It looks like you are trying to call a template tag function (fn`...`)\n using the normal function syntax (fn(...)), which is not supported.\n\n The functions in the safevalues library are not designed to be called\n like normal functions, and doing so invalidates the security guarantees\n that safevalues provides.\n\n If you are stuck and not sure how to proceed, please reach out to us\n instead through:\n - go/ise-hardening-yaqs (preferred) // LINE-INTERNAL\n - g/ise-hardening // LINE-INTERNAL\n - https://github.com/google/safevalues/issues\n\n ############################## ERROR ##############################");
|
|
@@ -17570,14 +17553,14 @@ function module$contents$safevalues$internals$string_literal_checkTranspiled(fn)
|
|
|
17570
17553
|
return -1 === fn.toString().indexOf("`");
|
|
17571
17554
|
}
|
|
17572
17555
|
var module$contents$safevalues$internals$string_literal_isTranspiled = module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17573
|
-
return tag($jscomp$templatelit$1274514361$
|
|
17556
|
+
return tag($jscomp$templatelit$1274514361$5);
|
|
17574
17557
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17575
|
-
return tag($jscomp$templatelit$1274514361$
|
|
17558
|
+
return tag($jscomp$templatelit$1274514361$6);
|
|
17576
17559
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17577
|
-
return tag($jscomp$templatelit$1274514361$
|
|
17560
|
+
return tag($jscomp$templatelit$1274514361$7);
|
|
17578
17561
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17579
|
-
return tag($jscomp$templatelit$1274514361$
|
|
17580
|
-
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$
|
|
17562
|
+
return tag($jscomp$templatelit$1274514361$8);
|
|
17563
|
+
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$9) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$10) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$11) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$12);
|
|
17581
17564
|
function module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) {
|
|
17582
17565
|
return Array.isArray(templateObj) && Array.isArray(templateObj.raw) && templateObj.length === templateObj.raw.length && (module$contents$safevalues$internals$string_literal_isTranspiled || templateObj !== templateObj.raw) && (module$contents$safevalues$internals$string_literal_isTranspiled && !module$contents$safevalues$internals$string_literal_frozenTSA || module$contents$safevalues$internals$string_literal_checkFrozen(templateObj)) ?
|
|
17583
17566
|
!0 : !1;
|
|
@@ -17598,12 +17581,24 @@ function module$contents$safevalues$builders$attribute_builders_safeAttrPrefix(t
|
|
|
17598
17581
|
}
|
|
17599
17582
|
return module$contents$safevalues$internals$attribute_impl_createAttributePrefixInternal(attrPrefix);
|
|
17600
17583
|
}
|
|
17601
|
-
;var module$contents$safevalues$builders$document_fragment_builders_module = module$contents$safevalues$builders$document_fragment_builders_module || {id:"third_party/javascript/safevalues/builders/document_fragment_builders.closure.js"};
|
|
17584
|
+
;var module$exports$safevalues$builders$document_fragment_builders = {}, module$contents$safevalues$builders$document_fragment_builders_module = module$contents$safevalues$builders$document_fragment_builders_module || {id:"third_party/javascript/safevalues/builders/document_fragment_builders.closure.js"};
|
|
17602
17585
|
function module$contents$safevalues$builders$document_fragment_builders_safeFragment(templateObj) {
|
|
17586
|
+
return module$contents$safevalues$builders$document_fragment_builders_htmlFragment(templateObj);
|
|
17587
|
+
}
|
|
17588
|
+
module$exports$safevalues$builders$document_fragment_builders.safeFragment = module$contents$safevalues$builders$document_fragment_builders_safeFragment;
|
|
17589
|
+
function module$contents$safevalues$builders$document_fragment_builders_htmlFragment(templateObj) {
|
|
17603
17590
|
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, 0);
|
|
17604
17591
|
return document.createRange().createContextualFragment(module$contents$safevalues$internals$html_impl_unwrapHtml(module$contents$safevalues$internals$html_impl_createHtmlInternal(templateObj[0])));
|
|
17605
17592
|
}
|
|
17606
|
-
|
|
17593
|
+
module$exports$safevalues$builders$document_fragment_builders.htmlFragment = module$contents$safevalues$builders$document_fragment_builders_htmlFragment;
|
|
17594
|
+
function module$contents$safevalues$builders$document_fragment_builders_svgFragment(templateObj) {
|
|
17595
|
+
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, 0);
|
|
17596
|
+
var svgElem = document.createElementNS("http://www.w3.org/2000/svg", "svg"), range = document.createRange();
|
|
17597
|
+
range.selectNodeContents(svgElem);
|
|
17598
|
+
return range.createContextualFragment(module$contents$safevalues$internals$html_impl_unwrapHtml(module$contents$safevalues$internals$html_impl_createHtmlInternal(templateObj[0])));
|
|
17599
|
+
}
|
|
17600
|
+
module$exports$safevalues$builders$document_fragment_builders.svgFragment = module$contents$safevalues$builders$document_fragment_builders_svgFragment;
|
|
17601
|
+
var module$exports$safevalues$builders$style_sheet_builders = {}, module$contents$safevalues$builders$style_sheet_builders_module = module$contents$safevalues$builders$style_sheet_builders_module || {id:"third_party/javascript/safevalues/builders/style_sheet_builders.closure.js"}, module$contents$safevalues$builders$style_sheet_builders_Primitive;
|
|
17607
17602
|
module$exports$safevalues$builders$style_sheet_builders.safeStyleRule = function(templateObj) {
|
|
17608
17603
|
var rest = $jscomp.getRestArguments.apply(1, arguments);
|
|
17609
17604
|
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, rest.length);
|
|
@@ -17953,8 +17948,8 @@ module$exports$safevalues$builders$html_formatter.HtmlFormatter = function() {
|
|
|
17953
17948
|
this.replacements = new Map();
|
|
17954
17949
|
};
|
|
17955
17950
|
module$exports$safevalues$builders$html_formatter.HtmlFormatter.prototype.format = function(format) {
|
|
17956
|
-
var $jscomp$this = this, openedTags = [], marker = (0,module$exports$safevalues$builders$html_builders.htmlEscape)("_safevalues_format_marker_:").toString(), html = (0,module$exports$safevalues$builders$html_builders.htmlEscape)(format).toString().replace(new RegExp("\\{" + marker + "[\\w&#;]+\\}", "g"), function(match) {
|
|
17957
|
-
return $jscomp$this.replaceFormattingString(openedTags, match);
|
|
17951
|
+
var $jscomp$this$380122516$5 = this, openedTags = [], marker = (0,module$exports$safevalues$builders$html_builders.htmlEscape)("_safevalues_format_marker_:").toString(), html = (0,module$exports$safevalues$builders$html_builders.htmlEscape)(format).toString().replace(new RegExp("\\{" + marker + "[\\w&#;]+\\}", "g"), function(match) {
|
|
17952
|
+
return $jscomp$this$380122516$5.replaceFormattingString(openedTags, match);
|
|
17958
17953
|
});
|
|
17959
17954
|
if (0 !== openedTags.length) {
|
|
17960
17955
|
if (goog.DEBUG) {
|
|
@@ -18143,8 +18138,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
18143
18138
|
return this.sanitizeToFragmentInternal(html, inertDocument);
|
|
18144
18139
|
};
|
|
18145
18140
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeToFragmentInternal = function(html, inertDocument) {
|
|
18146
|
-
for (var $jscomp$this = this, dirtyFragment = module$contents$safevalues$builders$html_sanitizer$inert_fragment_createInertFragment(html, inertDocument), treeWalker = document.createTreeWalker(dirtyFragment, 5, function(n) {
|
|
18147
|
-
return $jscomp$this.nodeFilter(n);
|
|
18141
|
+
for (var $jscomp$this$m1803429925$10 = this, dirtyFragment = module$contents$safevalues$builders$html_sanitizer$inert_fragment_createInertFragment(html, inertDocument), treeWalker = document.createTreeWalker(dirtyFragment, 5, function(n) {
|
|
18142
|
+
return $jscomp$this$m1803429925$10.nodeFilter(n);
|
|
18148
18143
|
}, !1), currentNode = treeWalker.nextNode(), sanitizedFragment = inertDocument.createDocumentFragment(), sanitizedParent = sanitizedFragment; null !== currentNode;) {
|
|
18149
18144
|
var sanitizedNode = void 0;
|
|
18150
18145
|
if (module$contents$safevalues$builders$html_sanitizer$no_clobber_isText(currentNode)) {
|
|
@@ -18604,7 +18599,9 @@ module$exports$safevalues$reporting$reporting.TEST_ONLY = {reset:function() {
|
|
|
18604
18599
|
}};
|
|
18605
18600
|
var module$exports$safevalues$index = {}, module$contents$safevalues$index_module = module$contents$safevalues$index_module || {id:"third_party/javascript/safevalues/index.closure.js"};
|
|
18606
18601
|
module$exports$safevalues$index.safeAttrPrefix = module$contents$safevalues$builders$attribute_builders_safeAttrPrefix;
|
|
18602
|
+
module$exports$safevalues$index.htmlFragment = module$contents$safevalues$builders$document_fragment_builders_htmlFragment;
|
|
18607
18603
|
module$exports$safevalues$index.safeFragment = module$contents$safevalues$builders$document_fragment_builders_safeFragment;
|
|
18604
|
+
module$exports$safevalues$index.svgFragment = module$contents$safevalues$builders$document_fragment_builders_svgFragment;
|
|
18608
18605
|
module$exports$safevalues$index.concatHtmls = module$exports$safevalues$builders$html_builders.concatHtmls;
|
|
18609
18606
|
module$exports$safevalues$index.doctypeHtml = module$exports$safevalues$builders$html_builders.doctypeHtml;
|
|
18610
18607
|
module$exports$safevalues$index.htmlEscape = module$exports$safevalues$builders$html_builders.htmlEscape;
|
|
@@ -18668,7 +18665,9 @@ module$exports$safevalues$index.createHtml = module$exports$safevalues$builders$
|
|
|
18668
18665
|
module$exports$safevalues$index.styleSheetToHtml = module$exports$safevalues$builders$html_builders.styleSheetToHtml;
|
|
18669
18666
|
module$exports$safevalues$index.safeStyleRule = module$exports$safevalues$builders$style_sheet_builders.safeStyleRule;
|
|
18670
18667
|
safevalues.safeAttrPrefix = module$contents$safevalues$builders$attribute_builders_safeAttrPrefix;
|
|
18668
|
+
safevalues.htmlFragment = module$contents$safevalues$builders$document_fragment_builders_htmlFragment;
|
|
18671
18669
|
safevalues.safeFragment = module$contents$safevalues$builders$document_fragment_builders_safeFragment;
|
|
18670
|
+
safevalues.svgFragment = module$contents$safevalues$builders$document_fragment_builders_svgFragment;
|
|
18672
18671
|
safevalues.concatHtmls = module$exports$safevalues$index.concatHtmls;
|
|
18673
18672
|
safevalues.doctypeHtml = module$exports$safevalues$index.doctypeHtml;
|
|
18674
18673
|
safevalues.htmlEscape = module$exports$safevalues$index.htmlEscape;
|
|
@@ -18733,11 +18732,11 @@ safevalues.HtmlFormatter = module$exports$safevalues$builders$html_formatter.Htm
|
|
|
18733
18732
|
safevalues.createHtml = module$exports$safevalues$index.createHtml;
|
|
18734
18733
|
safevalues.styleSheetToHtml = module$exports$safevalues$index.styleSheetToHtml;
|
|
18735
18734
|
safevalues.safeStyleRule = module$exports$safevalues$index.safeStyleRule;
|
|
18736
|
-
var $jscomp$templatelit$294235699$
|
|
18735
|
+
var $jscomp$templatelit$294235699$94 = $jscomp.createTemplateTagFirstArg(["https://apis.google.com/js/client.js?onload=", ""]);
|
|
18737
18736
|
ee.apiclient = {};
|
|
18738
18737
|
var module$contents$ee$apiclient_apiclient = {};
|
|
18739
18738
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
18740
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
18739
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.385";
|
|
18741
18740
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
18742
18741
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
18743
18742
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -18753,12 +18752,12 @@ module$contents$ee$apiclient_Call.prototype.withDetectPartialError = function(de
|
|
|
18753
18752
|
return this;
|
|
18754
18753
|
};
|
|
18755
18754
|
module$contents$ee$apiclient_Call.prototype.handle = function(response) {
|
|
18756
|
-
var $jscomp$this = this;
|
|
18755
|
+
var $jscomp$this$294235699$3 = this;
|
|
18757
18756
|
if (response instanceof Promise) {
|
|
18758
18757
|
if (this.callback) {
|
|
18759
18758
|
var callback = function(result, error) {
|
|
18760
18759
|
try {
|
|
18761
|
-
return $jscomp$this.callback(result, error);
|
|
18760
|
+
return $jscomp$this$294235699$3.callback(result, error);
|
|
18762
18761
|
} catch (callbackError) {
|
|
18763
18762
|
setTimeout(function() {
|
|
18764
18763
|
throw callbackError;
|
|
@@ -18837,7 +18836,7 @@ var module$contents$ee$apiclient_EERequestService = function(sync, retries) {
|
|
|
18837
18836
|
};
|
|
18838
18837
|
$jscomp.inherits(module$contents$ee$apiclient_EERequestService, module$exports$eeapiclient$promise_request_service.PromiseRequestService);
|
|
18839
18838
|
module$contents$ee$apiclient_EERequestService.prototype.send = function(params, responseCtor) {
|
|
18840
|
-
var $jscomp$this = this;
|
|
18839
|
+
var $jscomp$this$294235699$23 = this;
|
|
18841
18840
|
module$contents$eeapiclient$request_params_processParams(params);
|
|
18842
18841
|
var path = params.path || "", url = module$contents$ee$apiclient_apiclient.getSafeApiUrl() + path, args = module$contents$ee$apiclient_apiclient.makeRequest_(params.queryParams || {}), body = params.body ? JSON.stringify(params.body) : void 0;
|
|
18843
18842
|
if (this.sync) {
|
|
@@ -18851,7 +18850,7 @@ module$contents$ee$apiclient_EERequestService.prototype.send = function(params,
|
|
|
18851
18850
|
return (new Promise(function(resolve, reject) {
|
|
18852
18851
|
module$contents$ee$apiclient_apiclient.send(url, args, function(value, error) {
|
|
18853
18852
|
error ? reject(error) : resolve(value);
|
|
18854
|
-
}, params.httpMethod, body, $jscomp$this.retries, $jscomp$this.detectPartialError);
|
|
18853
|
+
}, params.httpMethod, body, $jscomp$this$294235699$23.retries, $jscomp$this$294235699$23.detectPartialError);
|
|
18855
18854
|
})).then(function(r) {
|
|
18856
18855
|
return responseCtor ? module$contents$eeapiclient$domain_object_deserialize(responseCtor, r) : r;
|
|
18857
18856
|
});
|
|
@@ -18869,7 +18868,7 @@ module$contents$ee$apiclient_BatchCall.prototype.withDetectPartialError = functi
|
|
|
18869
18868
|
return this;
|
|
18870
18869
|
};
|
|
18871
18870
|
module$contents$ee$apiclient_BatchCall.prototype.send = function(parts, getResponse) {
|
|
18872
|
-
var $jscomp$this = this, batchUrl = module$contents$ee$apiclient_apiclient.getSafeApiUrl() + "/batch", body = parts.map(function($jscomp$destructuring$var40) {
|
|
18871
|
+
var $jscomp$this$294235699$27 = this, batchUrl = module$contents$ee$apiclient_apiclient.getSafeApiUrl() + "/batch", body = parts.map(function($jscomp$destructuring$var40) {
|
|
18873
18872
|
var $jscomp$destructuring$var41 = $jscomp.makeIterator($jscomp$destructuring$var40), id = $jscomp$destructuring$var41.next().value, $jscomp$destructuring$var42 = $jscomp.makeIterator($jscomp$destructuring$var41.next().value), partBody = $jscomp$destructuring$var42.next().value, ctor = $jscomp$destructuring$var42.next().value;
|
|
18874
18873
|
return "--batch_EARTHENGINE_batch\r\nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nMIME-Version: 1.0\r\nContent-ID: <" + id + ">\r\n\r\n" + partBody + "\r\n";
|
|
18875
18874
|
}).join("") + "--batch_EARTHENGINE_batch--\r\n", deserializeResponses = function(response) {
|
|
@@ -18881,7 +18880,7 @@ module$contents$ee$apiclient_BatchCall.prototype.send = function(parts, getRespo
|
|
|
18881
18880
|
return getResponse ? getResponse(result) : result;
|
|
18882
18881
|
};
|
|
18883
18882
|
return this.callback ? (module$contents$ee$apiclient_apiclient.send(batchUrl, null, function(result, err) {
|
|
18884
|
-
return $jscomp$this.callback(err ? result : deserializeResponses(result), err);
|
|
18883
|
+
return $jscomp$this$294235699$27.callback(err ? result : deserializeResponses(result), err);
|
|
18885
18884
|
}, "multipart/mixed; boundary=batch_EARTHENGINE_batch", body, void 0, this.detectPartialError), null) : deserializeResponses(module$contents$ee$apiclient_apiclient.send(batchUrl, null, void 0, "multipart/mixed; boundary=batch_EARTHENGINE_batch", body, void 0, this.detectPartialError));
|
|
18886
18885
|
};
|
|
18887
18886
|
var module$contents$ee$apiclient_BatchRequestService = function() {
|
|
@@ -19028,8 +19027,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19028
19027
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19029
19028
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19030
19029
|
method = method || "POST";
|
|
19031
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
19032
|
-
"0.1.
|
|
19030
|
+
var headers = {"Content-Type":contentType}, version = "0.1.385";
|
|
19031
|
+
"0.1.385" === version && (version = "latest");
|
|
19033
19032
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19034
19033
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19035
19034
|
if (null != authToken) {
|
|
@@ -19152,7 +19151,7 @@ module$contents$ee$apiclient_apiclient.ensureAuthLibLoaded_ = function(callback)
|
|
|
19152
19151
|
delete goog.global[callbackName];
|
|
19153
19152
|
done();
|
|
19154
19153
|
};
|
|
19155
|
-
goog.net.jsloader.safeLoad(module$contents$safevalues$builders$resource_url_builders_trustedResourceUrl($jscomp$templatelit$294235699$
|
|
19154
|
+
goog.net.jsloader.safeLoad(module$contents$safevalues$builders$resource_url_builders_trustedResourceUrl($jscomp$templatelit$294235699$94, callbackName));
|
|
19156
19155
|
}
|
|
19157
19156
|
};
|
|
19158
19157
|
module$contents$ee$apiclient_apiclient.handleAuthResult_ = function(success, error, result) {
|
|
@@ -20262,15 +20261,15 @@ ee.Serializer.prototype.encodeForCloudApi_ = function(obj) {
|
|
|
20262
20261
|
}
|
|
20263
20262
|
};
|
|
20264
20263
|
ee.Serializer.prototype.makeReference = function(obj) {
|
|
20265
|
-
var $jscomp$this = this, makeRef = function(result) {
|
|
20264
|
+
var $jscomp$this$1175707268$21 = this, makeRef = function(result) {
|
|
20266
20265
|
var hash = ee.Serializer.computeHash(result);
|
|
20267
|
-
goog.isObject(obj) && $jscomp$this.hashes_.set(obj, hash);
|
|
20268
|
-
if ($jscomp$this.encoded_[hash]) {
|
|
20269
|
-
return $jscomp$this.encoded_[hash];
|
|
20266
|
+
goog.isObject(obj) && $jscomp$this$1175707268$21.hashes_.set(obj, hash);
|
|
20267
|
+
if ($jscomp$this$1175707268$21.encoded_[hash]) {
|
|
20268
|
+
return $jscomp$this$1175707268$21.encoded_[hash];
|
|
20270
20269
|
}
|
|
20271
|
-
var name = String($jscomp$this.scope_.length);
|
|
20272
|
-
$jscomp$this.scope_.push([name, result]);
|
|
20273
|
-
return $jscomp$this.encoded_[hash] = name;
|
|
20270
|
+
var name = String($jscomp$this$1175707268$21.scope_.length);
|
|
20271
|
+
$jscomp$this$1175707268$21.scope_.push([name, result]);
|
|
20272
|
+
return $jscomp$this$1175707268$21.encoded_[hash] = name;
|
|
20274
20273
|
};
|
|
20275
20274
|
if (goog.isObject(obj) && this.encoded_[this.hashes_.get(obj)]) {
|
|
20276
20275
|
return this.encoded_[this.hashes_.get(obj)];
|
|
@@ -20288,24 +20287,24 @@ ee.Serializer.prototype.makeReference = function(obj) {
|
|
|
20288
20287
|
}
|
|
20289
20288
|
if (Array.isArray(obj)) {
|
|
20290
20289
|
return makeRef(ee.rpc_node.array(obj.map(function(x) {
|
|
20291
|
-
return ee.rpc_node.reference($jscomp$this.makeReference(x));
|
|
20290
|
+
return ee.rpc_node.reference($jscomp$this$1175707268$21.makeReference(x));
|
|
20292
20291
|
})));
|
|
20293
20292
|
}
|
|
20294
20293
|
if (goog.isObject(obj) && "function" !== typeof obj) {
|
|
20295
20294
|
var values = {};
|
|
20296
20295
|
Object.keys(obj).sort().forEach(function(k) {
|
|
20297
|
-
values[k] = ee.rpc_node.reference($jscomp$this.makeReference(obj[k]));
|
|
20296
|
+
values[k] = ee.rpc_node.reference($jscomp$this$1175707268$21.makeReference(obj[k]));
|
|
20298
20297
|
});
|
|
20299
20298
|
return makeRef(ee.rpc_node.dictionary(values));
|
|
20300
20299
|
}
|
|
20301
20300
|
throw Error("Can't encode object: " + obj);
|
|
20302
20301
|
};
|
|
20303
20302
|
var ExpressionOptimizer = function(rootReference, values, isCompound, sourceNodeMap) {
|
|
20304
|
-
var $jscomp$this = this;
|
|
20303
|
+
var $jscomp$this$1175707268$22 = this;
|
|
20305
20304
|
this.rootReference = rootReference;
|
|
20306
20305
|
this.values = {};
|
|
20307
20306
|
values.forEach(function(tuple) {
|
|
20308
|
-
return $jscomp$this.values[tuple[0]] = tuple[1];
|
|
20307
|
+
return $jscomp$this$1175707268$22.values[tuple[0]] = tuple[1];
|
|
20309
20308
|
});
|
|
20310
20309
|
this.referenceCounts = isCompound ? this.countReferences() : null;
|
|
20311
20310
|
this.optimizedValues = {};
|
|
@@ -20327,12 +20326,12 @@ ExpressionOptimizer.prototype.optimizeReference = function(ref) {
|
|
|
20327
20326
|
return mappedRef;
|
|
20328
20327
|
};
|
|
20329
20328
|
ExpressionOptimizer.prototype.optimizeValue = function(value, depth) {
|
|
20330
|
-
var $jscomp$this = this, isConst = function(v) {
|
|
20329
|
+
var $jscomp$this$1175707268$25 = this, isConst = function(v) {
|
|
20331
20330
|
return null !== v.constantValue;
|
|
20332
20331
|
}, serializeConst = function(v) {
|
|
20333
20332
|
return v === module$exports$eeapiclient$domain_object.NULL_VALUE ? null : v;
|
|
20334
20333
|
}, storeInSourceMap = function(parentValue, valueNode) {
|
|
20335
|
-
$jscomp$this.sourceNodeMap && $jscomp$this.sourceNodeMap.has(parentValue) && !$jscomp$this.sourceNodeMap.has(valueNode) && $jscomp$this.sourceNodeMap.set(valueNode, $jscomp$this.sourceNodeMap.get(parentValue));
|
|
20334
|
+
$jscomp$this$1175707268$25.sourceNodeMap && $jscomp$this$1175707268$25.sourceNodeMap.has(parentValue) && !$jscomp$this$1175707268$25.sourceNodeMap.has(valueNode) && $jscomp$this$1175707268$25.sourceNodeMap.set(valueNode, $jscomp$this$1175707268$25.sourceNodeMap.get(parentValue));
|
|
20336
20335
|
return valueNode;
|
|
20337
20336
|
};
|
|
20338
20337
|
if (isConst(value) || null != value.integerValue || null != value.bytesValue || null != value.argumentReference) {
|
|
@@ -20352,7 +20351,7 @@ ExpressionOptimizer.prototype.optimizeValue = function(value, depth) {
|
|
|
20352
20351
|
}
|
|
20353
20352
|
if (null != value.arrayValue) {
|
|
20354
20353
|
var arr = value.arrayValue.values.map(function(v) {
|
|
20355
|
-
return $jscomp$this.optimizeValue(v, depth + 3);
|
|
20354
|
+
return $jscomp$this$1175707268$25.optimizeValue(v, depth + 3);
|
|
20356
20355
|
}), optimized$jscomp$1 = arr.every(isConst) ? ee.rpc_node.constant(arr.map(function(v) {
|
|
20357
20356
|
return serializeConst(v.constantValue);
|
|
20358
20357
|
})) : ee.rpc_node.array(arr);
|
|
@@ -20385,8 +20384,8 @@ ExpressionOptimizer.isAlwaysLiftable = function(value) {
|
|
|
20385
20384
|
return null !== constant ? constant === module$exports$eeapiclient$domain_object.NULL_VALUE || "number" === typeof constant || "boolean" === typeof constant : null != value.argumentReference;
|
|
20386
20385
|
};
|
|
20387
20386
|
ExpressionOptimizer.prototype.countReferences = function() {
|
|
20388
|
-
var $jscomp$this = this, counts = {}, visitReference = function(reference) {
|
|
20389
|
-
counts[reference] ? counts[reference]++ : (counts[reference] = 1, visitValue($jscomp$this.values[reference]));
|
|
20387
|
+
var $jscomp$this$1175707268$27 = this, counts = {}, visitReference = function(reference) {
|
|
20388
|
+
counts[reference] ? counts[reference]++ : (counts[reference] = 1, visitValue($jscomp$this$1175707268$27.values[reference]));
|
|
20390
20389
|
}, visitValue = function(value) {
|
|
20391
20390
|
if (null != value.arrayValue) {
|
|
20392
20391
|
value.arrayValue.values.forEach(visitValue);
|
|
@@ -22763,11 +22762,11 @@ ee.Image.prototype.getInfo = function(opt_callback) {
|
|
|
22763
22762
|
};
|
|
22764
22763
|
goog.exportProperty(ee.Image.prototype, "getInfo", ee.Image.prototype.getInfo);
|
|
22765
22764
|
ee.Image.prototype.getMapId = function(opt_visParams, opt_callback) {
|
|
22766
|
-
var $jscomp$this = this, args = ee.arguments.extractFromFunction(ee.Image.prototype.getMap, arguments), request = ee.data.images.applyVisualization(this, args.visParams);
|
|
22765
|
+
var $jscomp$this$m870018051$6 = this, args = ee.arguments.extractFromFunction(ee.Image.prototype.getMap, arguments), request = ee.data.images.applyVisualization(this, args.visParams);
|
|
22767
22766
|
if (args.callback) {
|
|
22768
22767
|
var callback = args.callback;
|
|
22769
22768
|
ee.data.getMapId(request, function(data, error) {
|
|
22770
|
-
var mapId = data ? Object.assign(data, {image:$jscomp$this}) : void 0;
|
|
22769
|
+
var mapId = data ? Object.assign(data, {image:$jscomp$this$m870018051$6}) : void 0;
|
|
22771
22770
|
callback(mapId, error);
|
|
22772
22771
|
});
|
|
22773
22772
|
} else {
|
|
@@ -23167,7 +23166,7 @@ module$contents$ee$batch_ExportTask.create = function(exportArgs) {
|
|
|
23167
23166
|
return new module$contents$ee$batch_ExportTask(config);
|
|
23168
23167
|
};
|
|
23169
23168
|
module$contents$ee$batch_ExportTask.prototype.start = function(opt_success, opt_error) {
|
|
23170
|
-
var $jscomp$this = this;
|
|
23169
|
+
var $jscomp$this$m1704548930$3 = this;
|
|
23171
23170
|
goog.asserts.assert(this.config_, "Task config must be specified for tasks to be started.");
|
|
23172
23171
|
this.id = this.id || ee.data.newTaskId(1)[0];
|
|
23173
23172
|
goog.asserts.assertString(this.id, "Failed to obtain task ID.");
|
|
@@ -23177,7 +23176,7 @@ module$contents$ee$batch_ExportTask.prototype.start = function(opt_success, opt_
|
|
|
23177
23176
|
opt_error(error);
|
|
23178
23177
|
} else {
|
|
23179
23178
|
var $jscomp$nullish$tmp11;
|
|
23180
|
-
$jscomp$this.id = null != ($jscomp$nullish$tmp11 = response.taskId) ? $jscomp$nullish$tmp11 : null;
|
|
23179
|
+
$jscomp$this$m1704548930$3.id = null != ($jscomp$nullish$tmp11 = response.taskId) ? $jscomp$nullish$tmp11 : null;
|
|
23181
23180
|
opt_success();
|
|
23182
23181
|
}
|
|
23183
23182
|
});
|
|
@@ -24265,9 +24264,9 @@ module$contents$ee$layers$AbstractOverlayStats_AbstractOverlayStats.prototype.ha
|
|
|
24265
24264
|
return 0 < this.statsByZoom_.size;
|
|
24266
24265
|
};
|
|
24267
24266
|
module$contents$ee$layers$AbstractOverlayStats_AbstractOverlayStats.prototype.getSummaryList = function() {
|
|
24268
|
-
var $jscomp$this = this, summaryList = [];
|
|
24267
|
+
var $jscomp$this$m1171058278$7 = this, summaryList = [];
|
|
24269
24268
|
this.statsByZoom_.forEach(function(stats, zoom) {
|
|
24270
|
-
return summaryList.push({layerId:$jscomp$this.uniqueId_, zoomLevel:zoom, tileLatencies:stats.tileLatencies, throttleCount:stats.throttleCount, errorCount:stats.errorCount});
|
|
24269
|
+
return summaryList.push({layerId:$jscomp$this$m1171058278$7.uniqueId_, zoomLevel:zoom, tileLatencies:stats.tileLatencies, throttleCount:stats.throttleCount, errorCount:stats.errorCount});
|
|
24271
24270
|
});
|
|
24272
24271
|
return summaryList;
|
|
24273
24272
|
};
|
|
@@ -25453,7 +25452,7 @@ ee.layers.AbstractTile.prototype.getDiv = function() {
|
|
|
25453
25452
|
return this.div;
|
|
25454
25453
|
};
|
|
25455
25454
|
ee.layers.AbstractTile.prototype.startLoad = function() {
|
|
25456
|
-
var $jscomp$this = this;
|
|
25455
|
+
var $jscomp$this$m442005483$27 = this;
|
|
25457
25456
|
if (!this.isRetrying_ && this.getStatus() == ee.layers.AbstractTile.Status.LOADING) {
|
|
25458
25457
|
throw Error("startLoad() can only be invoked once. Use retryLoad() after the first attempt.");
|
|
25459
25458
|
}
|
|
@@ -25462,24 +25461,24 @@ ee.layers.AbstractTile.prototype.startLoad = function() {
|
|
|
25462
25461
|
this.xhrIo_ = new goog.net.XhrIo();
|
|
25463
25462
|
this.xhrIo_.setResponseType(goog.net.XhrIo.ResponseType.BLOB);
|
|
25464
25463
|
this.xhrIo_.listen(goog.net.EventType.COMPLETE, function(event) {
|
|
25465
|
-
var blob = $jscomp$this.xhrIo_.getResponse(), status = $jscomp$this.xhrIo_.getStatus(), HttpStatus = goog.net.HttpStatus;
|
|
25466
|
-
status == HttpStatus.TOO_MANY_REQUESTS && $jscomp$this.setStatus(ee.layers.AbstractTile.Status.THROTTLED);
|
|
25464
|
+
var blob = $jscomp$this$m442005483$27.xhrIo_.getResponse(), status = $jscomp$this$m442005483$27.xhrIo_.getStatus(), HttpStatus = goog.net.HttpStatus;
|
|
25465
|
+
status == HttpStatus.TOO_MANY_REQUESTS && $jscomp$this$m442005483$27.setStatus(ee.layers.AbstractTile.Status.THROTTLED);
|
|
25467
25466
|
if (HttpStatus.isSuccess(status)) {
|
|
25468
25467
|
var sourceResponseHeaders = {};
|
|
25469
|
-
module$contents$goog$object_forEach($jscomp$this.xhrIo_.getResponseHeaders(), function(value, name) {
|
|
25468
|
+
module$contents$goog$object_forEach($jscomp$this$m442005483$27.xhrIo_.getResponseHeaders(), function(value, name) {
|
|
25470
25469
|
sourceResponseHeaders[name.toLowerCase()] = value;
|
|
25471
25470
|
});
|
|
25472
|
-
$jscomp$this.sourceResponseHeaders = sourceResponseHeaders;
|
|
25473
|
-
$jscomp$this.sourceData = blob;
|
|
25474
|
-
$jscomp$this.finishLoad();
|
|
25471
|
+
$jscomp$this$m442005483$27.sourceResponseHeaders = sourceResponseHeaders;
|
|
25472
|
+
$jscomp$this$m442005483$27.sourceData = blob;
|
|
25473
|
+
$jscomp$this$m442005483$27.finishLoad();
|
|
25475
25474
|
} else if (blob) {
|
|
25476
25475
|
var reader = new goog.fs.FileReader();
|
|
25477
25476
|
reader.listen(goog.fs.FileReader.EventType.LOAD_END, function() {
|
|
25478
|
-
$jscomp$this.retryLoad(reader.getResult());
|
|
25477
|
+
$jscomp$this$m442005483$27.retryLoad(reader.getResult());
|
|
25479
25478
|
}, void 0);
|
|
25480
25479
|
reader.readAsText(blob);
|
|
25481
25480
|
} else {
|
|
25482
|
-
$jscomp$this.retryLoad("Failed to load tile.");
|
|
25481
|
+
$jscomp$this$m442005483$27.retryLoad("Failed to load tile.");
|
|
25483
25482
|
}
|
|
25484
25483
|
}, !1);
|
|
25485
25484
|
this.xhrIo_.listenOnce(goog.net.EventType.READY, goog.partial(module$contents$goog$dispose_dispose, this.xhrIo_));
|
|
@@ -26537,13 +26536,13 @@ ee.data.Profiler.prototype.removeProfile_ = function(profileId) {
|
|
|
26537
26536
|
1 < count ? this.profileIds_[profileId]-- : void 0 !== count && (delete this.profileIds_[profileId], this.throttledRefresh_.start());
|
|
26538
26537
|
};
|
|
26539
26538
|
ee.data.Profiler.prototype.refresh_ = function(retryAttempt) {
|
|
26540
|
-
var $jscomp$this = this;
|
|
26539
|
+
var $jscomp$this$491634829$13 = this;
|
|
26541
26540
|
retryAttempt = void 0 === retryAttempt ? 0 : retryAttempt;
|
|
26542
26541
|
var marker = {};
|
|
26543
26542
|
this.lastRefreshToken_ = marker;
|
|
26544
26543
|
var handleResponse = function(result, error) {
|
|
26545
|
-
marker == $jscomp$this.lastRefreshToken_ && (error && "number" === typeof retryAttempt && retryAttempt < $jscomp$this.MAX_RETRY_COUNT_ ? goog.Timer.callOnce(goog.bind($jscomp$this.refresh_, $jscomp$this, retryAttempt + 1), 2 * ee.data.Profiler.DELAY_BEFORE_REFRESH_) : ($jscomp$this.profileError_ = error || null, $jscomp$this.profileData_ = error ? ee.data.Profiler.getEmptyProfile_($jscomp$this.format_) :
|
|
26546
|
-
$jscomp$this.dispatchEvent(ee.data.Profiler.EventType.DATA_CHANGED)));
|
|
26544
|
+
marker == $jscomp$this$491634829$13.lastRefreshToken_ && (error && "number" === typeof retryAttempt && retryAttempt < $jscomp$this$491634829$13.MAX_RETRY_COUNT_ ? goog.Timer.callOnce(goog.bind($jscomp$this$491634829$13.refresh_, $jscomp$this$491634829$13, retryAttempt + 1), 2 * ee.data.Profiler.DELAY_BEFORE_REFRESH_) : ($jscomp$this$491634829$13.profileError_ = error || null, $jscomp$this$491634829$13.profileData_ = error ? ee.data.Profiler.getEmptyProfile_($jscomp$this$491634829$13.format_) :
|
|
26545
|
+
result, $jscomp$this$491634829$13.lastRefreshToken_ = null, $jscomp$this$491634829$13.dispatchEvent(ee.data.Profiler.EventType.STATE_CHANGED), $jscomp$this$491634829$13.dispatchEvent(ee.data.Profiler.EventType.DATA_CHANGED)));
|
|
26547
26546
|
}, ids = module$contents$goog$object_getKeys(this.profileIds_);
|
|
26548
26547
|
0 === ids.length ? handleResponse(ee.data.Profiler.getEmptyProfile_(this.format_), void 0) : (ee.ApiFunction._apply(this.showInternal_ ? "Profile.getProfilesInternal" : "Profile.getProfiles", {ids:ids, format:this.format_.toString()}).getInfo(handleResponse), this.dispatchEvent(ee.data.Profiler.EventType.STATE_CHANGED));
|
|
26549
26548
|
};
|
|
@@ -26586,29 +26585,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26586
26585
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26587
26586
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26588
26587
|
(function() {
|
|
26589
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
26590
|
-
orderedParamLists = [["name", "
|
|
26591
|
-
"collection opt_description
|
|
26592
|
-
"collection opt_description
|
|
26593
|
-
"
|
|
26594
|
-
|
|
26595
|
-
"
|
|
26596
|
-
"
|
|
26597
|
-
"opt_callback"], [
|
|
26598
|
-
"
|
|
26599
|
-
"
|
|
26600
|
-
|
|
26601
|
-
|
|
26602
|
-
[
|
|
26603
|
-
|
|
26604
|
-
|
|
26605
|
-
ee.
|
|
26606
|
-
ee.data.
|
|
26607
|
-
ee.
|
|
26608
|
-
ee.
|
|
26609
|
-
ee.
|
|
26610
|
-
ee.
|
|
26611
|
-
ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection, ee.ImageCollection.prototype.getInfo, ee.List, ee.Number, ee.Serializer.encodeCloudApi, ee.Serializer.toJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26588
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.image.toDrive ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.table.toAsset ee.batch.Export.image.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toDrive ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.iterate ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.sort ee.Collection.prototype.limit ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.data.setAssetProperties ee.data.renameAsset ee.data.authenticateViaOauth ee.data.copyAsset ee.data.getMapId ee.data.getAssetRootQuota ee.data.getTaskList ee.data.deleteAsset ee.data.startTableIngestion ee.data.listImages ee.data.getDownloadId ee.data.makeDownloadUrl ee.data.authenticate ee.data.getWorkloadTag ee.data.getTileUrl ee.data.getTaskListWithLimit ee.data.cancelOperation ee.data.getFilmstripThumbId ee.data.getAssetAcl ee.data.listBuckets ee.data.listOperations ee.data.getAsset ee.data.getTableDownloadId ee.data.setWorkloadTag ee.data.authenticateViaPopup ee.data.getAssetRoots ee.data.getFeatureViewTilesKey ee.data.makeTableDownloadUrl ee.data.getInfo ee.data.setDefaultWorkloadTag ee.data.createAssetHome ee.data.createAsset ee.data.listFeatures ee.data.getOperation ee.data.resetWorkloadTag ee.data.authenticateViaPrivateKey ee.data.newTaskId ee.data.updateAsset ee.data.computeValue ee.data.cancelTask ee.data.startIngestion ee.data.getThumbId ee.data.setAssetAcl ee.data.getVideoThumbId ee.data.createFolder ee.data.makeThumbUrl ee.data.getTaskStatus ee.data.updateTask ee.data.getList ee.data.startProcessing ee.data.listAssets ee.Date ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Dictionary ee.TILE_SIZE ee.initialize ee.reset ee.call ee.Algorithms ee.InitState ee.apply ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMap ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getMapId ee.Filter.gt ee.Filter.lt ee.Filter.neq ee.Filter.or ee.Filter.inList ee.Filter.lte ee.Filter.prototype.not ee.Filter.gte ee.Filter ee.Filter.eq ee.Filter.date ee.Filter.metadata ee.Filter.and ee.Filter.bounds ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry ee.Geometry.prototype.serialize ee.Geometry.Polygon ee.Geometry.Point ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.prototype.toGeoJSON ee.Geometry.LinearRing ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry.MultiPolygon ee.Image.prototype.getThumbURL ee.Image.rgb ee.Image.prototype.clip ee.Image.prototype.rename ee.Image ee.Image.prototype.getDownloadURL ee.Image.cat ee.Image.prototype.select ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getMap ee.Image.prototype.getThumbId ee.Image.prototype.expression ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection ee.ImageCollection.prototype.getMapId ee.List ee.Number ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.toJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApiPretty ee.String ee.Terrain".split(" "),
|
|
26589
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "),
|
|
26590
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "), "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "), "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices".split(" "), "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris".split(" "),
|
|
26591
|
+
"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),
|
|
26592
|
+
["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), ["name", "operator", "value"], ["geometry"], ["algorithm", "opt_first"], ["filter"], ["start", "opt_end"], ["algorithm", "opt_dropNulls"], ["property", "opt_ascending"], ["max", "opt_property", "opt_ascending"], ["opt_callback"], ["legacy"], ["func", "var_args"], ["callback"], ["assetId", "properties", "opt_callback"], ["sourceId",
|
|
26593
|
+
"destinationId", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["rootId", "opt_callback"], ["opt_callback"], ["assetId", "opt_callback"], ["taskId", "request", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["id"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"],
|
|
26594
|
+
[], ["id", "x", "y", "z"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["project", "opt_callback"], ["opt_limit", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["tag"], ["opt_success", "opt_error"], ["opt_callback"], ["params", "opt_callback"], ["id"], ["id", "opt_callback"], ["tag"], ["requestedId", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["asset",
|
|
26595
|
+
"params", "opt_callback"], ["operationName", "opt_callback"], ["opt_resetDefault"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_count", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["obj", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["id"], ["taskId",
|
|
26596
|
+
"opt_callback"], ["taskId", "action", "opt_callback"], ["params", "opt_callback"], ["taskId", "params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], ["func", "var_args"], [], [], ["func", "namedArgs"], ["var_args"], [], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["opt_callback"],
|
|
26597
|
+
["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], [], ["name", "value"], ["opt_filter"], ["name", "value"], ["start",
|
|
26598
|
+
"opt_end"], ["name", "operator", "value"], ["var_args"], ["geometry", "opt_errorMargin"], ["var_args"], ["namedArgs"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
|
|
26599
|
+
[], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["params", "opt_callback"], ["r", "g", "b"], ["geometry"], ["var_args"], ["opt_args"], ["params", "opt_callback"], ["var_args"], ["var_args"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["expression", "opt_map"], ["opt_visParams", "opt_callback"], [], ["params", "opt_callback"], ["opt_callback"],
|
|
26600
|
+
["selectors", "opt_names"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["params", "opt_callback"], ["args"], ["opt_visParams", "opt_callback"], ["list"], ["number"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
26601
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.video.toDrive,
|
|
26602
|
+
module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toDrive, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.iterate, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.Collection.prototype.map, ee.Collection.prototype.sort, ee.Collection.prototype.limit, ee.ComputedObject.prototype.getInfo,
|
|
26603
|
+
ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate, ee.data.setAssetProperties, ee.data.renameAsset, ee.data.authenticateViaOauth, ee.data.copyAsset, ee.data.getMapId, ee.data.getAssetRootQuota, ee.data.getTaskList, ee.data.deleteAsset, ee.data.startTableIngestion, ee.data.listImages, ee.data.getDownloadId, ee.data.makeDownloadUrl, ee.data.authenticate, ee.data.getWorkloadTag, ee.data.getTileUrl, ee.data.getTaskListWithLimit, ee.data.cancelOperation,
|
|
26604
|
+
ee.data.getFilmstripThumbId, ee.data.getAssetAcl, ee.data.listBuckets, ee.data.listOperations, ee.data.getAsset, ee.data.getTableDownloadId, ee.data.setWorkloadTag, ee.data.authenticateViaPopup, ee.data.getAssetRoots, ee.data.getFeatureViewTilesKey, ee.data.makeTableDownloadUrl, ee.data.getInfo, ee.data.setDefaultWorkloadTag, ee.data.createAssetHome, ee.data.createAsset, ee.data.listFeatures, ee.data.getOperation, ee.data.resetWorkloadTag, ee.data.authenticateViaPrivateKey, ee.data.newTaskId, ee.data.updateAsset,
|
|
26605
|
+
ee.data.computeValue, ee.data.cancelTask, ee.data.startIngestion, ee.data.getThumbId, ee.data.setAssetAcl, ee.data.getVideoThumbId, ee.data.createFolder, ee.data.makeThumbUrl, ee.data.getTaskStatus, ee.data.updateTask, ee.data.getList, ee.data.startProcessing, ee.data.listAssets, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.decode, ee.Dictionary, ee.TILE_SIZE, ee.initialize, ee.reset, ee.call, ee.Algorithms, ee.InitState, ee.apply,
|
|
26606
|
+
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMap, ee.Feature, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getMapId, ee.Filter.gt, ee.Filter.lt, ee.Filter.neq, ee.Filter.or, ee.Filter.inList, ee.Filter.lte, ee.Filter.prototype.not, ee.Filter.gte,
|
|
26607
|
+
ee.Filter, ee.Filter.eq, ee.Filter.date, ee.Filter.metadata, ee.Filter.and, ee.Filter.bounds, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry, ee.Geometry.prototype.serialize, ee.Geometry.Polygon, ee.Geometry.Point, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.prototype.toGeoJSON, ee.Geometry.LinearRing, ee.Geometry.MultiLineString, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPoint, ee.Geometry.BBox, ee.Geometry.MultiPolygon, ee.Image.prototype.getThumbURL,
|
|
26608
|
+
ee.Image.rgb, ee.Image.prototype.clip, ee.Image.prototype.rename, ee.Image, ee.Image.prototype.getDownloadURL, ee.Image.cat, ee.Image.prototype.select, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.getMap, ee.Image.prototype.getThumbId, ee.Image.prototype.expression, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.linkCollection,
|
|
26609
|
+
ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection, ee.ImageCollection.prototype.getMapId, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApiPretty, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26612
26610
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26613
26611
|
});
|
|
26614
26612
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|