@google/earthengine 0.1.389 → 0.1.391
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 +699 -0
- package/.tmp/METADATA +23 -0
- package/.tmp/VERSION_BUILD +47 -0
- package/build/browser.js +164 -122
- package/build/ee_api_js.js +305 -302
- package/build/ee_api_js_debug.js +141 -100
- package/build/ee_api_js_npm.js +164 -122
- package/build/main.js +164 -122
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/batch.js +26 -14
- package/src/data.js +253 -101
- package/src/eeapiclient/domain_object.ts +7 -7
- package/src/eeapiclient/multipart_request.ts +4 -1
- package/src/image.js +106 -59
- package/src/imagecollection.js +36 -15
package/build/main.js
CHANGED
|
@@ -1202,7 +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,
|
|
1205
|
+
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__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};
|
|
1206
1206
|
/*
|
|
1207
1207
|
|
|
1208
1208
|
Copyright The Closure Library Authors.
|
|
@@ -2967,7 +2967,6 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles = !1;
|
|
|
2967
2967
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles = !1;
|
|
2968
2968
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable = !1;
|
|
2969
2969
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable = !1;
|
|
2970
|
-
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disable_serializing_empty_repeated_and_map_fields__disable = !1;
|
|
2971
2970
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable = !1;
|
|
2972
2971
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable = !1;
|
|
2973
2972
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_staging_flag__disable = !1;
|
|
@@ -2976,8 +2975,6 @@ goog.flags = {};
|
|
|
2976
2975
|
var module$contents$goog$flags_STAGING = goog.readFlagInternalDoNotUseOrElse(1, goog.FLAGS_STAGING_DEFAULT);
|
|
2977
2976
|
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);
|
|
2978
2977
|
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);
|
|
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,
|
|
2980
|
-
!0);
|
|
2981
2978
|
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);
|
|
2982
2979
|
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);
|
|
2983
2980
|
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);
|
|
@@ -6059,9 +6056,9 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function(type, raw)
|
|
|
6059
6056
|
};
|
|
6060
6057
|
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;
|
|
6061
6058
|
function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter, valueSetter, copyInstanciator, targetConstructor) {
|
|
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$
|
|
6063
|
-
{mapMetadata:void 0}, $jscomp$key$
|
|
6064
|
-
var key = $jscomp$key$
|
|
6059
|
+
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$m192531680$40$key = $jscomp$iter$19.next(), $jscomp$loop$m192531680$44 = {}; !$jscomp$key$m192531680$40$key.done; $jscomp$loop$m192531680$44 =
|
|
6060
|
+
{mapMetadata:void 0}, $jscomp$key$m192531680$40$key = $jscomp$iter$19.next()) {
|
|
6061
|
+
var key = $jscomp$key$m192531680$40$key.value, value = valueGetter(key, source);
|
|
6065
6062
|
if (null != value) {
|
|
6066
6063
|
var copy = void 0;
|
|
6067
6064
|
if (arrays.hasOwnProperty(key)) {
|
|
@@ -6072,11 +6069,11 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
6072
6069
|
} else if (objects.hasOwnProperty(key)) {
|
|
6073
6070
|
copy = module$contents$eeapiclient$domain_object_deepCopyValue(value, valueGetter, valueSetter, copyInstanciator, !1, !0, objects[key]);
|
|
6074
6071
|
} else if (objectMaps.hasOwnProperty(key)) {
|
|
6075
|
-
$jscomp$loop$
|
|
6072
|
+
$jscomp$loop$m192531680$44.mapMetadata = objectMaps[key], copy = $jscomp$loop$m192531680$44.mapMetadata.isPropertyArray ? value.map(function($jscomp$loop$m192531680$44) {
|
|
6076
6073
|
return function(v) {
|
|
6077
|
-
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$
|
|
6074
|
+
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m192531680$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6078
6075
|
};
|
|
6079
|
-
}($jscomp$loop$
|
|
6076
|
+
}($jscomp$loop$m192531680$44)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$m192531680$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6080
6077
|
} else if (Array.isArray(value)) {
|
|
6081
6078
|
if (metadata.emptyArrayIsUnset && 0 === value.length) {
|
|
6082
6079
|
continue;
|
|
@@ -6091,8 +6088,8 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
6091
6088
|
return target;
|
|
6092
6089
|
}
|
|
6093
6090
|
function module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, mapMetadata, valueGetter, valueSetter, copyInstanciator) {
|
|
6094
|
-
for (var objMap = {}, $jscomp$iter$20 = $jscomp.makeIterator(Object.keys(value)), $jscomp$key$
|
|
6095
|
-
var mapKey = $jscomp$key$
|
|
6091
|
+
for (var objMap = {}, $jscomp$iter$20 = $jscomp.makeIterator(Object.keys(value)), $jscomp$key$m192531680$41$mapKey = $jscomp$iter$20.next(); !$jscomp$key$m192531680$41$mapKey.done; $jscomp$key$m192531680$41$mapKey = $jscomp$iter$20.next()) {
|
|
6092
|
+
var mapKey = $jscomp$key$m192531680$41$mapKey.value, mapValue = value[mapKey];
|
|
6096
6093
|
null != mapValue && (objMap[mapKey] = module$contents$eeapiclient$domain_object_deepCopyValue(mapValue, valueGetter, valueSetter, copyInstanciator, mapMetadata.isValueArray, mapMetadata.isSerializable, mapMetadata.ctor));
|
|
6097
6094
|
}
|
|
6098
6095
|
return objMap;
|
|
@@ -6122,39 +6119,39 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
|
|
|
6122
6119
|
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))) {
|
|
6123
6120
|
return !1;
|
|
6124
6121
|
}
|
|
6125
|
-
for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$
|
|
6126
|
-
var key = $jscomp$key$
|
|
6122
|
+
for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$m192531680$42$key = $jscomp$iter$21.next(), $jscomp$loop$m192531680$45 = {}; !$jscomp$key$m192531680$42$key.done; $jscomp$loop$m192531680$45 = {value2$jscomp$7:void 0, mapMetadata$jscomp$2:void 0}, $jscomp$key$m192531680$42$key = $jscomp$iter$21.next()) {
|
|
6123
|
+
var key = $jscomp$key$m192531680$42$key.value, has1 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable1, key, metadata1), has2 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable2, key, metadata2);
|
|
6127
6124
|
if (has1 !== has2) {
|
|
6128
6125
|
return !1;
|
|
6129
6126
|
}
|
|
6130
6127
|
if (has1) {
|
|
6131
6128
|
var value1 = serializable1.Serializable$get(key);
|
|
6132
|
-
$jscomp$loop$
|
|
6129
|
+
$jscomp$loop$m192531680$45.value2$jscomp$7 = serializable2.Serializable$get(key);
|
|
6133
6130
|
if (arrays1.hasOwnProperty(key)) {
|
|
6134
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6131
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !0, !0)) {
|
|
6135
6132
|
return !1;
|
|
6136
6133
|
}
|
|
6137
6134
|
} else if (objects1.hasOwnProperty(key)) {
|
|
6138
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6135
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !1, !0)) {
|
|
6139
6136
|
return !1;
|
|
6140
6137
|
}
|
|
6141
6138
|
} else if (objectMaps1.hasOwnProperty(key)) {
|
|
6142
|
-
if ($jscomp$loop$
|
|
6143
|
-
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$
|
|
6139
|
+
if ($jscomp$loop$m192531680$45.mapMetadata$jscomp$2 = objectMaps1[key], $jscomp$loop$m192531680$45.mapMetadata$jscomp$2.isPropertyArray) {
|
|
6140
|
+
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m192531680$45.value2$jscomp$7) || value1.some(function($jscomp$loop$m192531680$45) {
|
|
6144
6141
|
return function(v1, i) {
|
|
6145
|
-
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$
|
|
6142
|
+
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m192531680$45.value2$jscomp$7[i], $jscomp$loop$m192531680$45.mapMetadata$jscomp$2);
|
|
6146
6143
|
};
|
|
6147
|
-
}($jscomp$loop$
|
|
6144
|
+
}($jscomp$loop$m192531680$45))) {
|
|
6148
6145
|
return !1;
|
|
6149
6146
|
}
|
|
6150
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$
|
|
6147
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, $jscomp$loop$m192531680$45.mapMetadata$jscomp$2)) {
|
|
6151
6148
|
return !1;
|
|
6152
6149
|
}
|
|
6153
6150
|
} else if (Array.isArray(value1)) {
|
|
6154
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6151
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !0, !1)) {
|
|
6155
6152
|
return !1;
|
|
6156
6153
|
}
|
|
6157
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6154
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !1, !1)) {
|
|
6158
6155
|
return !1;
|
|
6159
6156
|
}
|
|
6160
6157
|
}
|
|
@@ -6176,8 +6173,8 @@ function module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, v
|
|
|
6176
6173
|
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, value2)) {
|
|
6177
6174
|
return !1;
|
|
6178
6175
|
}
|
|
6179
|
-
for (var $jscomp$iter$22 = $jscomp.makeIterator(Object.keys(value1)), $jscomp$key$
|
|
6180
|
-
var mapKey = $jscomp$key$
|
|
6176
|
+
for (var $jscomp$iter$22 = $jscomp.makeIterator(Object.keys(value1)), $jscomp$key$m192531680$43$mapKey = $jscomp$iter$22.next(); !$jscomp$key$m192531680$43$mapKey.done; $jscomp$key$m192531680$43$mapKey = $jscomp$iter$22.next()) {
|
|
6177
|
+
var mapKey = $jscomp$key$m192531680$43$mapKey.value;
|
|
6181
6178
|
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1[mapKey], value2[mapKey], mapMetadata.isValueArray, mapMetadata.isSerializable)) {
|
|
6182
6179
|
return !1;
|
|
6183
6180
|
}
|
|
@@ -8664,8 +8661,8 @@ function module$contents$eeapiclient$request_params_processParams(params) {
|
|
|
8664
8661
|
}
|
|
8665
8662
|
module$exports$eeapiclient$request_params.processParams = module$contents$eeapiclient$request_params_processParams;
|
|
8666
8663
|
function module$contents$eeapiclient$request_params_buildQueryParams(params, mapping, passthroughParams) {
|
|
8667
|
-
for (var urlQueryParams = passthroughParams = void 0 === passthroughParams ? {} : passthroughParams, $jscomp$iter$28 = $jscomp.makeIterator(Object.entries(mapping)), $jscomp$key$
|
|
8668
|
-
var $jscomp$destructuring$var27 = $jscomp.makeIterator($jscomp$key$
|
|
8664
|
+
for (var urlQueryParams = passthroughParams = void 0 === passthroughParams ? {} : passthroughParams, $jscomp$iter$28 = $jscomp.makeIterator(Object.entries(mapping)), $jscomp$key$1047461284$0$ = $jscomp$iter$28.next(); !$jscomp$key$1047461284$0$.done; $jscomp$key$1047461284$0$ = $jscomp$iter$28.next()) {
|
|
8665
|
+
var $jscomp$destructuring$var27 = $jscomp.makeIterator($jscomp$key$1047461284$0$.value), jsName__tsickle_destructured_1 = $jscomp$destructuring$var27.next().value, urlQueryParamName__tsickle_destructured_2 = $jscomp$destructuring$var27.next().value, jsName = jsName__tsickle_destructured_1, urlQueryParamName = urlQueryParamName__tsickle_destructured_2;
|
|
8669
8666
|
jsName in params && (urlQueryParams[urlQueryParamName] = params[jsName]);
|
|
8670
8667
|
}
|
|
8671
8668
|
return urlQueryParams;
|
|
@@ -8676,8 +8673,8 @@ module$exports$eeapiclient$request_params.bypassCorsPreflight = function(params)
|
|
|
8676
8673
|
var safeHeaders = {}, unsafeHeaders = {}, hasUnsafeHeaders = !1, hasContentType = !1;
|
|
8677
8674
|
if (params.headers) {
|
|
8678
8675
|
hasContentType = null != params.headers["Content-Type"];
|
|
8679
|
-
for (var $jscomp$iter$29 = $jscomp.makeIterator(Object.entries(params.headers)), $jscomp$key$
|
|
8680
|
-
var $jscomp$destructuring$var29 = $jscomp.makeIterator($jscomp$key$
|
|
8676
|
+
for (var $jscomp$iter$29 = $jscomp.makeIterator(Object.entries(params.headers)), $jscomp$key$1047461284$1$ = $jscomp$iter$29.next(); !$jscomp$key$1047461284$1$.done; $jscomp$key$1047461284$1$ = $jscomp$iter$29.next()) {
|
|
8677
|
+
var $jscomp$destructuring$var29 = $jscomp.makeIterator($jscomp$key$1047461284$1$.value), key__tsickle_destructured_3 = $jscomp$destructuring$var29.next().value, value__tsickle_destructured_4 = $jscomp$destructuring$var29.next().value, key = key__tsickle_destructured_3, value = value__tsickle_destructured_4;
|
|
8681
8678
|
module$contents$eeapiclient$request_params_simpleCorsAllowedHeaders.includes(key) ? safeHeaders[key] = value : (unsafeHeaders[key] = value, hasUnsafeHeaders = !0);
|
|
8682
8679
|
}
|
|
8683
8680
|
}
|
|
@@ -8722,15 +8719,15 @@ module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.addMetad
|
|
|
8722
8719
|
this._metadataPayload += "Content-Type: application/json; charset=utf-8\r\n\r\n" + JSON.stringify(json) + ("\r\n--" + this._boundary + "\r\n");
|
|
8723
8720
|
};
|
|
8724
8721
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.build = function() {
|
|
8725
|
-
var $jscomp$this$
|
|
8722
|
+
var $jscomp$this$m667091202$6 = this, payload = "--" + this._boundary + "\r\n";
|
|
8726
8723
|
payload += this._metadataPayload;
|
|
8727
8724
|
return Promise.all(this.files.map(function(f) {
|
|
8728
|
-
return $jscomp$this$
|
|
8725
|
+
return $jscomp$this$m667091202$6.encodeFile(f);
|
|
8729
8726
|
})).then(function(filePayloads) {
|
|
8730
|
-
for (var $jscomp$iter$30 = $jscomp.makeIterator(filePayloads), $jscomp$key$
|
|
8731
|
-
payload += $jscomp$key$
|
|
8727
|
+
for (var $jscomp$iter$30 = $jscomp.makeIterator(filePayloads), $jscomp$key$m667091202$9$filePayload = $jscomp$iter$30.next(); !$jscomp$key$m667091202$9$filePayload.done; $jscomp$key$m667091202$9$filePayload = $jscomp$iter$30.next()) {
|
|
8728
|
+
payload += $jscomp$key$m667091202$9$filePayload.value;
|
|
8732
8729
|
}
|
|
8733
|
-
return payload += "\r\n--" + $jscomp$this$
|
|
8730
|
+
return payload += "\r\n--" + $jscomp$this$m667091202$6._boundary + "--";
|
|
8734
8731
|
});
|
|
8735
8732
|
};
|
|
8736
8733
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.encodeFile = function(file) {
|
|
@@ -8818,9 +8815,9 @@ module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$reques
|
|
|
8818
8815
|
return this.$addHooksToRequest(requestParams, this.requestService.send(module$contents$eeapiclient$api_client_toMakeRequestParams(requestParams), responseCtor));
|
|
8819
8816
|
};
|
|
8820
8817
|
module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$uploadRequest = function(requestParams) {
|
|
8821
|
-
var $jscomp$this$
|
|
8818
|
+
var $jscomp$this$1237977804$4 = this, responseCtor = requestParams.responseCtor || void 0;
|
|
8822
8819
|
return this.$addHooksToRequest(requestParams, module$contents$eeapiclient$api_client_toMultipartMakeRequestParams(requestParams).then(function(params) {
|
|
8823
|
-
return $jscomp$this$
|
|
8820
|
+
return $jscomp$this$1237977804$4.requestService.send(params, responseCtor);
|
|
8824
8821
|
}));
|
|
8825
8822
|
};
|
|
8826
8823
|
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"};
|
|
@@ -15603,16 +15600,27 @@ module$contents$goog$async$WorkQueue_WorkItem.prototype.reset = function() {
|
|
|
15603
15600
|
};
|
|
15604
15601
|
goog.async.WorkQueue = module$contents$goog$async$WorkQueue_WorkQueue;
|
|
15605
15602
|
goog.debug.asyncStackTag = {};
|
|
15606
|
-
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;
|
|
15603
|
+
var module$contents$goog$debug$asyncStackTag_DEBUG = goog.DEBUG, 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;
|
|
15607
15604
|
function module$contents$goog$debug$asyncStackTag_wrap(fn, name) {
|
|
15608
15605
|
function wrappedFn() {
|
|
15609
|
-
var args = $jscomp.getRestArguments.apply(0, arguments), $jscomp$this$1621498202$
|
|
15606
|
+
var args = $jscomp.getRestArguments.apply(0, arguments), $jscomp$this$1621498202$5 = this;
|
|
15610
15607
|
return consoleTask.run(function() {
|
|
15611
|
-
return fn.call.apply(fn, [$jscomp$this$1621498202$
|
|
15608
|
+
return fn.call.apply(fn, [$jscomp$this$1621498202$5].concat($jscomp.arrayFromIterable(args)));
|
|
15612
15609
|
});
|
|
15613
15610
|
}
|
|
15614
15611
|
name = void 0 === name ? "anonymous" : name;
|
|
15615
|
-
if (!goog.DEBUG ||
|
|
15612
|
+
if (!goog.DEBUG || module$contents$goog$debug$asyncStackTag_CONSOLE_TASK_SYMBOL && fn[module$contents$goog$debug$asyncStackTag_CONSOLE_TASK_SYMBOL]) {
|
|
15613
|
+
return fn;
|
|
15614
|
+
}
|
|
15615
|
+
var originalFn = fn, $jscomp$optchain$tmp1621498202$0, originalTest = null == ($jscomp$optchain$tmp1621498202$0 = module$contents$goog$debug$asyncStackTag_testNameProvider) ? void 0 : $jscomp$optchain$tmp1621498202$0();
|
|
15616
|
+
fn = function() {
|
|
15617
|
+
var args = $jscomp.getRestArguments.apply(0, arguments), $jscomp$optchain$tmp1621498202$1, currentTest = null == ($jscomp$optchain$tmp1621498202$1 = module$contents$goog$debug$asyncStackTag_testNameProvider) ? void 0 : $jscomp$optchain$tmp1621498202$1();
|
|
15618
|
+
if (originalTest !== currentTest) {
|
|
15619
|
+
throw Error(name + " was scheduled in '" + originalTest + "' but called in '" + currentTest + "'.\nMake sure your test awaits all async calls.\n\nTIP: To help investigate, debug the test in Chrome and look at the async portion\nof the call stack to see what originally scheduled the callback. Then, make the\ntest wait for the relevant asynchronous work to finish.");
|
|
15620
|
+
}
|
|
15621
|
+
return originalFn.call.apply(originalFn, [this].concat($jscomp.arrayFromIterable(args)));
|
|
15622
|
+
};
|
|
15623
|
+
if (!module$contents$goog$debug$asyncStackTag_createTask) {
|
|
15616
15624
|
return fn;
|
|
15617
15625
|
}
|
|
15618
15626
|
var consoleTask = module$contents$goog$debug$asyncStackTag_createTask(fn.name || name);
|
|
@@ -15620,6 +15628,19 @@ function module$contents$goog$debug$asyncStackTag_wrap(fn, name) {
|
|
|
15620
15628
|
return wrappedFn;
|
|
15621
15629
|
}
|
|
15622
15630
|
goog.debug.asyncStackTag.wrap = module$contents$goog$debug$asyncStackTag_wrap;
|
|
15631
|
+
var module$contents$goog$debug$asyncStackTag_testNameProvider;
|
|
15632
|
+
goog.debug.asyncStackTag.setTestNameProvider = function(provider) {
|
|
15633
|
+
if (!goog.DEBUG) {
|
|
15634
|
+
throw Error("This feature is debug-only");
|
|
15635
|
+
}
|
|
15636
|
+
module$contents$goog$debug$asyncStackTag_testNameProvider = provider;
|
|
15637
|
+
};
|
|
15638
|
+
goog.debug.asyncStackTag.getTestNameProvider = function() {
|
|
15639
|
+
if (!goog.DEBUG) {
|
|
15640
|
+
throw Error("This feature is debug-only");
|
|
15641
|
+
}
|
|
15642
|
+
return module$contents$goog$debug$asyncStackTag_testNameProvider;
|
|
15643
|
+
};
|
|
15623
15644
|
goog.ASSUME_NATIVE_PROMISE = !1;
|
|
15624
15645
|
var module$contents$goog$async$run_schedule, module$contents$goog$async$run_workQueueScheduled = !1, module$contents$goog$async$run_workQueue = new module$contents$goog$async$WorkQueue_WorkQueue(), module$contents$goog$async$run_run = function(callback, context) {
|
|
15625
15646
|
module$contents$goog$async$run_schedule || module$contents$goog$async$run_initializeRunner();
|
|
@@ -17407,8 +17428,8 @@ function module$contents$safevalues$internals$attribute_impl_unwrapAttributePref
|
|
|
17407
17428
|
throw Error(message);
|
|
17408
17429
|
}
|
|
17409
17430
|
module$exports$safevalues$internals$attribute_impl.unwrapAttributePrefix = module$contents$safevalues$internals$attribute_impl_unwrapAttributePrefix;
|
|
17410
|
-
var $jscomp$templatelit$
|
|
17411
|
-
["\\0"]), $jscomp$templatelit$
|
|
17431
|
+
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"],
|
|
17432
|
+
["\\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"};
|
|
17412
17433
|
function module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, numExprs) {
|
|
17413
17434
|
if (!module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) || numExprs + 1 !== templateObj.length) {
|
|
17414
17435
|
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 ##############################");
|
|
@@ -17422,14 +17443,14 @@ function module$contents$safevalues$internals$string_literal_checkTranspiled(fn)
|
|
|
17422
17443
|
return -1 === fn.toString().indexOf("`");
|
|
17423
17444
|
}
|
|
17424
17445
|
var module$contents$safevalues$internals$string_literal_isTranspiled = module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17425
|
-
return tag($jscomp$templatelit$
|
|
17446
|
+
return tag($jscomp$templatelit$1274514361$5);
|
|
17426
17447
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17427
|
-
return tag($jscomp$templatelit$
|
|
17448
|
+
return tag($jscomp$templatelit$1274514361$6);
|
|
17428
17449
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17429
|
-
return tag($jscomp$templatelit$
|
|
17450
|
+
return tag($jscomp$templatelit$1274514361$7);
|
|
17430
17451
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17431
|
-
return tag($jscomp$templatelit$
|
|
17432
|
-
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$
|
|
17452
|
+
return tag($jscomp$templatelit$1274514361$8);
|
|
17453
|
+
}), 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);
|
|
17433
17454
|
function module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) {
|
|
17434
17455
|
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)) ?
|
|
17435
17456
|
!0 : !1;
|
|
@@ -17463,6 +17484,11 @@ function module$contents$safevalues$builders$document_fragment_builders_svgFragm
|
|
|
17463
17484
|
return range.createContextualFragment(module$contents$safevalues$internals$html_impl_unwrapHtml(module$contents$safevalues$internals$html_impl_createHtmlInternal(templateObj[0])));
|
|
17464
17485
|
}
|
|
17465
17486
|
module$exports$safevalues$builders$document_fragment_builders.svgFragment = module$contents$safevalues$builders$document_fragment_builders_svgFragment;
|
|
17487
|
+
function module$contents$safevalues$builders$document_fragment_builders_htmlToNode(html) {
|
|
17488
|
+
var fragment = document.createRange().createContextualFragment(module$contents$safevalues$internals$html_impl_unwrapHtml(html));
|
|
17489
|
+
return 1 === fragment.childNodes.length ? fragment.childNodes[0] : fragment;
|
|
17490
|
+
}
|
|
17491
|
+
module$exports$safevalues$builders$document_fragment_builders.htmlToNode = module$contents$safevalues$builders$document_fragment_builders_htmlToNode;
|
|
17466
17492
|
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;
|
|
17467
17493
|
module$exports$safevalues$builders$style_sheet_builders.safeStyleRule = function(templateObj) {
|
|
17468
17494
|
var rest = $jscomp.getRestArguments.apply(1, arguments);
|
|
@@ -17639,8 +17665,12 @@ function module$contents$safevalues$builders$url_builders_extractScheme(url) {
|
|
|
17639
17665
|
}
|
|
17640
17666
|
module$exports$safevalues$builders$url_builders.extractScheme = module$contents$safevalues$builders$url_builders_extractScheme;
|
|
17641
17667
|
var module$contents$safevalues$builders$url_builders_ALLOWED_SCHEMES = ["data:", "http:", "https:", "mailto:", "ftp:"];
|
|
17668
|
+
module$exports$safevalues$builders$url_builders.IS_NOT_JAVASCRIPT_URL_PATTERN = /^\s*(?!javascript:)(?:[a-z0-9+.-]+:|[^:\/?#]*(?:[\/?#]|$))/i;
|
|
17669
|
+
function module$contents$safevalues$builders$url_builders_hasJavascriptUrlScheme(url) {
|
|
17670
|
+
return !module$exports$safevalues$builders$url_builders.IS_NOT_JAVASCRIPT_URL_PATTERN.test(url);
|
|
17671
|
+
}
|
|
17642
17672
|
function module$contents$safevalues$builders$url_builders_sanitizeJavaScriptUrl(url) {
|
|
17643
|
-
if (
|
|
17673
|
+
if (module$contents$safevalues$builders$url_builders_hasJavascriptUrlScheme(url)) {
|
|
17644
17674
|
module$contents$safevalues$builders$url_builders_triggerCallbacks(url);
|
|
17645
17675
|
} else {
|
|
17646
17676
|
return url;
|
|
@@ -17655,11 +17685,10 @@ function module$contents$safevalues$builders$url_builders_restrictivelySanitizeU
|
|
|
17655
17685
|
return void 0 !== parsedScheme && -1 !== module$contents$safevalues$builders$url_builders_ALLOWED_SCHEMES.indexOf(parsedScheme.toLowerCase()) ? url : "about:invalid#zClosurez";
|
|
17656
17686
|
}
|
|
17657
17687
|
module$exports$safevalues$builders$url_builders.restrictivelySanitizeUrl = module$contents$safevalues$builders$url_builders_restrictivelySanitizeUrl;
|
|
17658
|
-
module$exports$safevalues$builders$url_builders.JAVASCRIPT_URL_SCHEME_PATTERN = /^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;
|
|
17659
17688
|
var module$contents$safevalues$builders$url_builders_sanitizationCallbacks = [], module$contents$safevalues$builders$url_builders_triggerCallbacks = function(url) {
|
|
17660
17689
|
};
|
|
17661
17690
|
goog.DEBUG && module$contents$safevalues$builders$url_builders_addJavaScriptUrlSanitizationCallback(function(url) {
|
|
17662
|
-
|
|
17691
|
+
console.warn("A URL with content '" + url + "' was sanitized away.");
|
|
17663
17692
|
});
|
|
17664
17693
|
function module$contents$safevalues$builders$url_builders_addJavaScriptUrlSanitizationCallback(callback) {
|
|
17665
17694
|
-1 === module$contents$safevalues$builders$url_builders_sanitizationCallbacks.indexOf(callback) && module$contents$safevalues$builders$url_builders_sanitizationCallbacks.push(callback);
|
|
@@ -17725,6 +17754,16 @@ module$exports$safevalues$builders$html_builders.joinHtmls = module$contents$saf
|
|
|
17725
17754
|
module$exports$safevalues$builders$html_builders.doctypeHtml = function() {
|
|
17726
17755
|
return module$contents$safevalues$internals$html_impl_createHtmlInternal("<!DOCTYPE html>");
|
|
17727
17756
|
};
|
|
17757
|
+
function module$contents$safevalues$builders$html_builders_nodeToHtmlInternal(node, temporaryRoot) {
|
|
17758
|
+
temporaryRoot.appendChild(node);
|
|
17759
|
+
var serializedNewTree = (new XMLSerializer()).serializeToString(temporaryRoot);
|
|
17760
|
+
serializedNewTree = serializedNewTree.slice(serializedNewTree.indexOf(">") + 1, serializedNewTree.lastIndexOf("</"));
|
|
17761
|
+
return module$contents$safevalues$internals$html_impl_createHtmlInternal(serializedNewTree);
|
|
17762
|
+
}
|
|
17763
|
+
module$exports$safevalues$builders$html_builders.nodeToHtmlInternal = module$contents$safevalues$builders$html_builders_nodeToHtmlInternal;
|
|
17764
|
+
module$exports$safevalues$builders$html_builders.nodeToHtml = function(node) {
|
|
17765
|
+
return module$contents$safevalues$builders$html_builders_nodeToHtmlInternal(node, document.createElement("span"));
|
|
17766
|
+
};
|
|
17728
17767
|
var module$contents$safevalues$builders$html_builders_TextOrHtml, module$contents$safevalues$builders$html_builders_VALID_TAG_OR_ATTRIBUTE_NAMES = /^[a-z][a-z\d-]*$/i, module$contents$safevalues$builders$html_builders_DISALLOWED_TAG_NAMES = "APPLET BASE EMBED IFRAME LINK MATH META OBJECT SCRIPT STYLE SVG TEMPLATE".split(" ");
|
|
17729
17768
|
module$exports$safevalues$builders$html_builders.VOID_TAG_NAMES = "AREA BR COL COMMAND HR IMG INPUT KEYGEN PARAM SOURCE TRACK WBR".split(" ");
|
|
17730
17769
|
var module$contents$safevalues$builders$html_builders_URL_ATTRIBUTES = ["action", "formaction", "href"];
|
|
@@ -17809,8 +17848,8 @@ module$exports$safevalues$builders$html_formatter.HtmlFormatter = function() {
|
|
|
17809
17848
|
this.replacements = new Map();
|
|
17810
17849
|
};
|
|
17811
17850
|
module$exports$safevalues$builders$html_formatter.HtmlFormatter.prototype.format = function(format) {
|
|
17812
|
-
var $jscomp$this$
|
|
17813
|
-
return $jscomp$this$
|
|
17851
|
+
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) {
|
|
17852
|
+
return $jscomp$this$380122516$5.replaceFormattingString(openedTags, match);
|
|
17814
17853
|
});
|
|
17815
17854
|
if (0 !== openedTags.length) {
|
|
17816
17855
|
if (goog.DEBUG) {
|
|
@@ -17988,19 +18027,16 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
17988
18027
|
return sanitizedHtml;
|
|
17989
18028
|
};
|
|
17990
18029
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitize = function(html) {
|
|
17991
|
-
var inertDocument = document.implementation.createHTMLDocument("")
|
|
17992
|
-
|
|
17993
|
-
var serializedNewTree = (new XMLSerializer()).serializeToString(fakeRoot);
|
|
17994
|
-
serializedNewTree = serializedNewTree.slice(serializedNewTree.indexOf(">") + 1, serializedNewTree.lastIndexOf("</"));
|
|
17995
|
-
return module$contents$safevalues$internals$html_impl_createHtmlInternal(serializedNewTree);
|
|
18030
|
+
var inertDocument = document.implementation.createHTMLDocument("");
|
|
18031
|
+
return (0,module$exports$safevalues$builders$html_builders.nodeToHtmlInternal)(this.sanitizeToFragmentInternal(html, inertDocument), inertDocument.body);
|
|
17996
18032
|
};
|
|
17997
18033
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeToFragment = function(html) {
|
|
17998
18034
|
var inertDocument = document.implementation.createHTMLDocument("");
|
|
17999
18035
|
return this.sanitizeToFragmentInternal(html, inertDocument);
|
|
18000
18036
|
};
|
|
18001
18037
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeToFragmentInternal = function(html, inertDocument) {
|
|
18002
|
-
for (var $jscomp$this$
|
|
18003
|
-
return $jscomp$this$
|
|
18038
|
+
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) {
|
|
18039
|
+
return $jscomp$this$m1803429925$10.nodeFilter(n);
|
|
18004
18040
|
}, !1), currentNode = treeWalker.nextNode(), sanitizedFragment = inertDocument.createDocumentFragment(), sanitizedParent = sanitizedFragment; null !== currentNode;) {
|
|
18005
18041
|
var sanitizedNode = void 0;
|
|
18006
18042
|
if (module$contents$safevalues$builders$html_sanitizer$no_clobber_isText(currentNode)) {
|
|
@@ -18027,8 +18063,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
18027
18063
|
return document.createTextNode(textNode.data);
|
|
18028
18064
|
};
|
|
18029
18065
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeElementNode = function(elementNode, inertDocument) {
|
|
18030
|
-
for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$33 = $jscomp.makeIterator(dirtyAttributes), $jscomp$key$
|
|
18031
|
-
var $jscomp$destructuring$var33 = $jscomp$key$
|
|
18066
|
+
for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$33 = $jscomp.makeIterator(dirtyAttributes), $jscomp$key$m1803429925$25$ = $jscomp$iter$33.next(); !$jscomp$key$m1803429925$25$.done; $jscomp$key$m1803429925$25$ = $jscomp$iter$33.next()) {
|
|
18067
|
+
var $jscomp$destructuring$var33 = $jscomp$key$m1803429925$25$.value, name = $jscomp$destructuring$var33.name, value = $jscomp$destructuring$var33.value, policy = this.sanitizerTable.getAttributePolicy(name, elementName);
|
|
18032
18068
|
if (this.satisfiesAllConditions(policy.conditions, dirtyAttributes)) {
|
|
18033
18069
|
switch(policy.policyAction) {
|
|
18034
18070
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP:
|
|
@@ -18081,8 +18117,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
18081
18117
|
if (!conditions) {
|
|
18082
18118
|
return !0;
|
|
18083
18119
|
}
|
|
18084
|
-
for (var $jscomp$iter$34 = $jscomp.makeIterator(conditions), $jscomp$key$
|
|
18085
|
-
var $jscomp$destructuring$var35 = $jscomp.makeIterator($jscomp$key$
|
|
18120
|
+
for (var $jscomp$iter$34 = $jscomp.makeIterator(conditions), $jscomp$key$m1803429925$26$ = $jscomp$iter$34.next(); !$jscomp$key$m1803429925$26$.done; $jscomp$key$m1803429925$26$ = $jscomp$iter$34.next()) {
|
|
18121
|
+
var $jscomp$destructuring$var35 = $jscomp.makeIterator($jscomp$key$m1803429925$26$.value), attrName__tsickle_destructured_1 = $jscomp$destructuring$var35.next().value, expectedValues = $jscomp$destructuring$var35.next().value, $jscomp$optchain$tmpm1803429925$0 = void 0, value = null == ($jscomp$optchain$tmpm1803429925$0 = attrs.getNamedItem(attrName__tsickle_destructured_1)) ? void 0 : $jscomp$optchain$tmpm1803429925$0.value;
|
|
18086
18122
|
if (value && !expectedValues.has(value)) {
|
|
18087
18123
|
return !1;
|
|
18088
18124
|
}
|
|
@@ -18136,8 +18172,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
18136
18172
|
this.sanitizerTable = module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.defaultSanitizerTable;
|
|
18137
18173
|
};
|
|
18138
18174
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowElements = function(elementSet) {
|
|
18139
|
-
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$35 = $jscomp.makeIterator(elementSet), $jscomp$key$
|
|
18140
|
-
var element = $jscomp$key$
|
|
18175
|
+
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$35 = $jscomp.makeIterator(elementSet), $jscomp$key$m1412690177$0$element = $jscomp$iter$35.next(); !$jscomp$key$m1412690177$0$element.done; $jscomp$key$m1412690177$0$element = $jscomp$iter$35.next()) {
|
|
18176
|
+
var element = $jscomp$key$m1412690177$0$element.value;
|
|
18141
18177
|
element = element.toUpperCase();
|
|
18142
18178
|
if (!this.sanitizerTable.isAllowedElement(element)) {
|
|
18143
18179
|
throw Error("Element: " + element + ", is not allowed by html5_contract.textpb");
|
|
@@ -18155,8 +18191,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
18155
18191
|
throw Error("Element: " + element + " is not a custom element");
|
|
18156
18192
|
}
|
|
18157
18193
|
if (allowedAttributes) {
|
|
18158
|
-
for (var elementPolicy = new Map(), $jscomp$iter$36 = $jscomp.makeIterator(allowedAttributes), $jscomp$key$
|
|
18159
|
-
elementPolicy.set($jscomp$key$
|
|
18194
|
+
for (var elementPolicy = new Map(), $jscomp$iter$36 = $jscomp.makeIterator(allowedAttributes), $jscomp$key$m1412690177$1$attribute = $jscomp$iter$36.next(); !$jscomp$key$m1412690177$1$attribute.done; $jscomp$key$m1412690177$1$attribute = $jscomp$iter$36.next()) {
|
|
18195
|
+
elementPolicy.set($jscomp$key$m1412690177$1$attribute.value, {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP});
|
|
18160
18196
|
}
|
|
18161
18197
|
allowedElementPolicies.set(element, elementPolicy);
|
|
18162
18198
|
} else {
|
|
@@ -18166,15 +18202,15 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
18166
18202
|
return this;
|
|
18167
18203
|
};
|
|
18168
18204
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowAttributes = function(attributeSet) {
|
|
18169
|
-
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$37 = $jscomp.makeIterator(attributeSet), $jscomp$key$
|
|
18170
|
-
var attribute = $jscomp$key$
|
|
18205
|
+
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$37 = $jscomp.makeIterator(attributeSet), $jscomp$key$m1412690177$2$attribute = $jscomp$iter$37.next(); !$jscomp$key$m1412690177$2$attribute.done; $jscomp$key$m1412690177$2$attribute = $jscomp$iter$37.next()) {
|
|
18206
|
+
var attribute = $jscomp$key$m1412690177$2$attribute.value;
|
|
18171
18207
|
this.sanitizerTable.allowedGlobalAttributes.has(attribute) && allowedGlobalAttributes.add(attribute);
|
|
18172
18208
|
this.sanitizerTable.globalAttributePolicies.has(attribute) && globalAttributePolicies.set(attribute, this.sanitizerTable.globalAttributePolicies.get(attribute));
|
|
18173
18209
|
}
|
|
18174
|
-
for (var $jscomp$iter$39 = $jscomp.makeIterator(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$
|
|
18175
|
-
for (var $jscomp$destructuring$var37 = $jscomp.makeIterator($jscomp$key$
|
|
18210
|
+
for (var $jscomp$iter$39 = $jscomp.makeIterator(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$m1412690177$4$ = $jscomp$iter$39.next(); !$jscomp$key$m1412690177$4$.done; $jscomp$key$m1412690177$4$ = $jscomp$iter$39.next()) {
|
|
18211
|
+
for (var $jscomp$destructuring$var37 = $jscomp.makeIterator($jscomp$key$m1412690177$4$.value), elementName__tsickle_destructured_1 = $jscomp$destructuring$var37.next().value, originalElementPolicy__tsickle_destructured_2 = $jscomp$destructuring$var37.next().value, elementName = elementName__tsickle_destructured_1, newElementPolicy = new Map(), $jscomp$iter$38 = $jscomp.makeIterator(originalElementPolicy__tsickle_destructured_2.entries()), $jscomp$key$m1412690177$3$ = $jscomp$iter$38.next(); !$jscomp$key$m1412690177$3$.done; $jscomp$key$m1412690177$3$ =
|
|
18176
18212
|
$jscomp$iter$38.next()) {
|
|
18177
|
-
var $jscomp$destructuring$var39 = $jscomp.makeIterator($jscomp$key$
|
|
18213
|
+
var $jscomp$destructuring$var39 = $jscomp.makeIterator($jscomp$key$m1412690177$3$.value), attribute__tsickle_destructured_3 = $jscomp$destructuring$var39.next().value, attributePolicy__tsickle_destructured_4 = $jscomp$destructuring$var39.next().value, attribute$jscomp$0 = attribute__tsickle_destructured_3, attributePolicy = attributePolicy__tsickle_destructured_4;
|
|
18178
18214
|
attributeSet.has(attribute$jscomp$0) && newElementPolicy.set(attribute$jscomp$0, attributePolicy);
|
|
18179
18215
|
}
|
|
18180
18216
|
elementPolicies.set(elementName, newElementPolicy);
|
|
@@ -18183,8 +18219,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
18183
18219
|
return this;
|
|
18184
18220
|
};
|
|
18185
18221
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.allowDataAttributes = function(attributes) {
|
|
18186
|
-
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$40 = $jscomp.makeIterator(attributes), $jscomp$key$
|
|
18187
|
-
var attribute = $jscomp$key$
|
|
18222
|
+
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$40 = $jscomp.makeIterator(attributes), $jscomp$key$m1412690177$5$attribute = $jscomp$iter$40.next(); !$jscomp$key$m1412690177$5$attribute.done; $jscomp$key$m1412690177$5$attribute = $jscomp$iter$40.next()) {
|
|
18223
|
+
var attribute = $jscomp$key$m1412690177$5$attribute.value;
|
|
18188
18224
|
if (0 !== attribute.indexOf("data-")) {
|
|
18189
18225
|
throw Error("data attribute: " + attribute + ' does not begin with the prefix "data-"');
|
|
18190
18226
|
}
|
|
@@ -18431,12 +18467,12 @@ function module$contents$safevalues$reporting$reporting_isChangedBySanitizing(s,
|
|
|
18431
18467
|
}
|
|
18432
18468
|
try {
|
|
18433
18469
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_lenientlySanitizeHtmlAssertUnchanged(s);
|
|
18434
|
-
} catch ($jscomp$unused$catch$
|
|
18470
|
+
} catch ($jscomp$unused$catch$442189172$0) {
|
|
18435
18471
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_RELAXED_SANITIZING), !0;
|
|
18436
18472
|
}
|
|
18437
18473
|
try {
|
|
18438
18474
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtmlAssertUnchanged(s);
|
|
18439
|
-
} catch ($jscomp$unused$catch$
|
|
18475
|
+
} catch ($jscomp$unused$catch$442189172$1) {
|
|
18440
18476
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_SANITIZING), !0;
|
|
18441
18477
|
}
|
|
18442
18478
|
return !1;
|
|
@@ -18461,11 +18497,13 @@ module$exports$safevalues$reporting$reporting.TEST_ONLY = {reset:function() {
|
|
|
18461
18497
|
var module$exports$safevalues$index = {}, module$contents$safevalues$index_module = module$contents$safevalues$index_module || {id:"third_party/javascript/safevalues/index.closure.js"};
|
|
18462
18498
|
module$exports$safevalues$index.safeAttrPrefix = module$contents$safevalues$builders$attribute_builders_safeAttrPrefix;
|
|
18463
18499
|
module$exports$safevalues$index.htmlFragment = module$contents$safevalues$builders$document_fragment_builders_htmlFragment;
|
|
18500
|
+
module$exports$safevalues$index.htmlToNode = module$contents$safevalues$builders$document_fragment_builders_htmlToNode;
|
|
18464
18501
|
module$exports$safevalues$index.svgFragment = module$contents$safevalues$builders$document_fragment_builders_svgFragment;
|
|
18465
18502
|
module$exports$safevalues$index.concatHtmls = module$exports$safevalues$builders$html_builders.concatHtmls;
|
|
18466
18503
|
module$exports$safevalues$index.doctypeHtml = module$exports$safevalues$builders$html_builders.doctypeHtml;
|
|
18467
18504
|
module$exports$safevalues$index.htmlEscape = module$exports$safevalues$builders$html_builders.htmlEscape;
|
|
18468
18505
|
module$exports$safevalues$index.joinHtmls = module$exports$safevalues$builders$html_builders.joinHtmls;
|
|
18506
|
+
module$exports$safevalues$index.nodeToHtml = module$exports$safevalues$builders$html_builders.nodeToHtml;
|
|
18469
18507
|
module$exports$safevalues$index.scriptToHtml = module$exports$safevalues$builders$html_builders.scriptToHtml;
|
|
18470
18508
|
module$exports$safevalues$index.scriptUrlToHtml = module$exports$safevalues$builders$html_builders.scriptUrlToHtml;
|
|
18471
18509
|
module$exports$safevalues$index.sanitizeHtml = module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtml;
|
|
@@ -18526,11 +18564,13 @@ module$exports$safevalues$index.styleSheetToHtml = module$exports$safevalues$bui
|
|
|
18526
18564
|
module$exports$safevalues$index.safeStyleRule = module$exports$safevalues$builders$style_sheet_builders.safeStyleRule;
|
|
18527
18565
|
safevalues.safeAttrPrefix = module$contents$safevalues$builders$attribute_builders_safeAttrPrefix;
|
|
18528
18566
|
safevalues.htmlFragment = module$contents$safevalues$builders$document_fragment_builders_htmlFragment;
|
|
18567
|
+
safevalues.htmlToNode = module$contents$safevalues$builders$document_fragment_builders_htmlToNode;
|
|
18529
18568
|
safevalues.svgFragment = module$contents$safevalues$builders$document_fragment_builders_svgFragment;
|
|
18530
18569
|
safevalues.concatHtmls = module$exports$safevalues$index.concatHtmls;
|
|
18531
18570
|
safevalues.doctypeHtml = module$exports$safevalues$index.doctypeHtml;
|
|
18532
18571
|
safevalues.htmlEscape = module$exports$safevalues$index.htmlEscape;
|
|
18533
18572
|
safevalues.joinHtmls = module$exports$safevalues$index.joinHtmls;
|
|
18573
|
+
safevalues.nodeToHtml = module$exports$safevalues$index.nodeToHtml;
|
|
18534
18574
|
safevalues.scriptToHtml = module$exports$safevalues$index.scriptToHtml;
|
|
18535
18575
|
safevalues.scriptUrlToHtml = module$exports$safevalues$index.scriptUrlToHtml;
|
|
18536
18576
|
safevalues.HtmlSanitizer = module$exports$safevalues$index.HtmlSanitizer;
|
|
@@ -18595,7 +18635,7 @@ var $jscomp$templatelit$294235699$96 = $jscomp.createTemplateTagFirstArg(["https
|
|
|
18595
18635
|
ee.apiclient = {};
|
|
18596
18636
|
var module$contents$ee$apiclient_apiclient = {};
|
|
18597
18637
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
18598
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
18638
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.391";
|
|
18599
18639
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
18600
18640
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
18601
18641
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -18885,8 +18925,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
18885
18925
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
18886
18926
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
18887
18927
|
method = method || "POST";
|
|
18888
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
18889
|
-
"0.1.
|
|
18928
|
+
var headers = {"Content-Type":contentType}, version = "0.1.391";
|
|
18929
|
+
"0.1.391" === version && (version = "latest");
|
|
18890
18930
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
18891
18931
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
18892
18932
|
if (null != authToken) {
|
|
@@ -20261,7 +20301,7 @@ ee.rpc_convert_batch.taskToExportImageRequest = function(params) {
|
|
|
20261
20301
|
if (null == params.element) {
|
|
20262
20302
|
throw Error('"element" not found in params ' + params);
|
|
20263
20303
|
}
|
|
20264
|
-
var result = new module$exports$eeapiclient$ee_api_client.ExportImageRequest({expression:ee.Serializer.encodeCloudApiExpression(params.element), description:stringOrNull_(params.description), fileExportOptions:null, assetExportOptions:null, grid:null, maxPixels:stringOrNull_(params.maxPixels), requestId:stringOrNull_(params.id), maxWorkers:numberOrNull_(params.maxWorkers)}), destination = ee.rpc_convert_batch.guessDestination_(params);
|
|
20304
|
+
var result = new module$exports$eeapiclient$ee_api_client.ExportImageRequest({expression:ee.Serializer.encodeCloudApiExpression(params.element), description:stringOrNull_(params.description), fileExportOptions:null, assetExportOptions:null, grid:null, maxPixels:stringOrNull_(params.maxPixels), requestId:stringOrNull_(params.id), maxWorkers:numberOrNull_(params.maxWorkers), priority:numberOrNull_(params.priority)}), destination = ee.rpc_convert_batch.guessDestination_(params);
|
|
20265
20305
|
switch(destination) {
|
|
20266
20306
|
case ee.rpc_convert_batch.ExportDestination.GCS:
|
|
20267
20307
|
case ee.rpc_convert_batch.ExportDestination.DRIVE:
|
|
@@ -20281,8 +20321,8 @@ ee.rpc_convert_batch.taskToExportTableRequest = function(params) {
|
|
|
20281
20321
|
}
|
|
20282
20322
|
var selectors = params.selectors || null;
|
|
20283
20323
|
null != selectors && "string" === typeof selectors && (selectors = selectors.split(","));
|
|
20284
|
-
var result = new module$exports$eeapiclient$ee_api_client.ExportTableRequest({expression:ee.Serializer.encodeCloudApiExpression(params.element), description:stringOrNull_(params.description), fileExportOptions:null, assetExportOptions:null, featureViewExportOptions:null, bigqueryExportOptions:null, selectors:selectors, maxErrorMeters:numberOrNull_(params.maxErrorMeters), requestId:stringOrNull_(params.id), maxVertices:numberOrNull_(params.maxVertices), maxWorkers:numberOrNull_(params.maxWorkers)
|
|
20285
|
-
destination = ee.rpc_convert_batch.guessDestination_(params);
|
|
20324
|
+
var result = new module$exports$eeapiclient$ee_api_client.ExportTableRequest({expression:ee.Serializer.encodeCloudApiExpression(params.element), description:stringOrNull_(params.description), fileExportOptions:null, assetExportOptions:null, featureViewExportOptions:null, bigqueryExportOptions:null, selectors:selectors, maxErrorMeters:numberOrNull_(params.maxErrorMeters), requestId:stringOrNull_(params.id), maxVertices:numberOrNull_(params.maxVertices), maxWorkers:numberOrNull_(params.maxWorkers),
|
|
20325
|
+
priority:numberOrNull_(params.priority)}), destination = ee.rpc_convert_batch.guessDestination_(params);
|
|
20286
20326
|
switch(destination) {
|
|
20287
20327
|
case ee.rpc_convert_batch.ExportDestination.GCS:
|
|
20288
20328
|
case ee.rpc_convert_batch.ExportDestination.DRIVE:
|
|
@@ -20307,7 +20347,7 @@ ee.rpc_convert_batch.taskToExportVideoRequest = function(params) {
|
|
|
20307
20347
|
if (null == params.element) {
|
|
20308
20348
|
throw Error('"element" not found in params ' + params);
|
|
20309
20349
|
}
|
|
20310
|
-
var result = new module$exports$eeapiclient$ee_api_client.ExportVideoRequest({expression:ee.Serializer.encodeCloudApiExpression(params.element), description:stringOrNull_(params.description), videoOptions:ee.rpc_convert_batch.buildVideoOptions_(params), fileExportOptions:null, requestId:stringOrNull_(params.id), maxWorkers:numberOrNull_(params.maxWorkers)});
|
|
20350
|
+
var result = new module$exports$eeapiclient$ee_api_client.ExportVideoRequest({expression:ee.Serializer.encodeCloudApiExpression(params.element), description:stringOrNull_(params.description), videoOptions:ee.rpc_convert_batch.buildVideoOptions_(params), fileExportOptions:null, requestId:stringOrNull_(params.id), maxWorkers:numberOrNull_(params.maxWorkers), priority:numberOrNull_(params.priority)});
|
|
20311
20351
|
result.fileExportOptions = ee.rpc_convert_batch.buildVideoFileExportOptions_(params, ee.rpc_convert_batch.guessDestination_(params));
|
|
20312
20352
|
return result;
|
|
20313
20353
|
};
|
|
@@ -20315,14 +20355,14 @@ ee.rpc_convert_batch.taskToExportMapRequest = function(params) {
|
|
|
20315
20355
|
if (null == params.element) {
|
|
20316
20356
|
throw Error('"element" not found in params ' + params);
|
|
20317
20357
|
}
|
|
20318
|
-
return new module$exports$eeapiclient$ee_api_client.ExportMapRequest({expression:ee.Serializer.encodeCloudApiExpression(params.element), description:stringOrNull_(params.description), tileOptions:ee.rpc_convert_batch.buildTileOptions_(params), tileExportOptions:ee.rpc_convert_batch.buildImageFileExportOptions_(params, ee.rpc_convert_batch.ExportDestination.GCS), requestId:stringOrNull_(params.id), maxWorkers:numberOrNull_(params.maxWorkers)});
|
|
20358
|
+
return new module$exports$eeapiclient$ee_api_client.ExportMapRequest({expression:ee.Serializer.encodeCloudApiExpression(params.element), description:stringOrNull_(params.description), tileOptions:ee.rpc_convert_batch.buildTileOptions_(params), tileExportOptions:ee.rpc_convert_batch.buildImageFileExportOptions_(params, ee.rpc_convert_batch.ExportDestination.GCS), requestId:stringOrNull_(params.id), maxWorkers:numberOrNull_(params.maxWorkers), priority:numberOrNull_(params.priority)});
|
|
20319
20359
|
};
|
|
20320
20360
|
ee.rpc_convert_batch.taskToExportVideoMapRequest = function(params) {
|
|
20321
20361
|
if (null == params.element) {
|
|
20322
20362
|
throw Error('"element" not found in params ' + params);
|
|
20323
20363
|
}
|
|
20324
20364
|
return new module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest({expression:ee.Serializer.encodeCloudApiExpression(params.element), description:stringOrNull_(params.description), videoOptions:ee.rpc_convert_batch.buildVideoMapOptions_(params), tileOptions:ee.rpc_convert_batch.buildTileOptions_(params), tileExportOptions:ee.rpc_convert_batch.buildVideoFileExportOptions_(params, ee.rpc_convert_batch.ExportDestination.GCS), requestId:stringOrNull_(params.id),
|
|
20325
|
-
version:stringOrNull_(params.version), maxWorkers:numberOrNull_(params.maxWorkers)});
|
|
20365
|
+
version:stringOrNull_(params.version), maxWorkers:numberOrNull_(params.maxWorkers), priority:numberOrNull_(params.priority)});
|
|
20326
20366
|
};
|
|
20327
20367
|
ee.rpc_convert_batch.taskToExportClassifierRequest = function(params) {
|
|
20328
20368
|
if (null == params.element) {
|
|
@@ -20332,7 +20372,8 @@ ee.rpc_convert_batch.taskToExportClassifierRequest = function(params) {
|
|
|
20332
20372
|
if (destination != ee.rpc_convert_batch.ExportDestination.ASSET) {
|
|
20333
20373
|
throw Error('Export destination "' + destination + '" unknown');
|
|
20334
20374
|
}
|
|
20335
|
-
return new module$exports$eeapiclient$ee_api_client.ExportClassifierRequest({expression:ee.Serializer.encodeCloudApiExpression(params.element), description:stringOrNull_(params.description), requestId:stringOrNull_(params.id), assetExportOptions:new module$exports$eeapiclient$ee_api_client.ClassifierAssetExportOptions({earthEngineDestination:ee.rpc_convert_batch.buildEarthEngineDestination_(params)}), maxWorkers:numberOrNull_(params.maxWorkers)
|
|
20375
|
+
return new module$exports$eeapiclient$ee_api_client.ExportClassifierRequest({expression:ee.Serializer.encodeCloudApiExpression(params.element), description:stringOrNull_(params.description), requestId:stringOrNull_(params.id), assetExportOptions:new module$exports$eeapiclient$ee_api_client.ClassifierAssetExportOptions({earthEngineDestination:ee.rpc_convert_batch.buildEarthEngineDestination_(params)}), maxWorkers:numberOrNull_(params.maxWorkers),
|
|
20376
|
+
priority:numberOrNull_(params.priority)});
|
|
20336
20377
|
};
|
|
20337
20378
|
function stringOrNull_(value) {
|
|
20338
20379
|
return null != value ? String(value) : null;
|
|
@@ -23038,69 +23079,69 @@ module$contents$ee$batch_ExportTask.prototype.start = function(opt_success, opt_
|
|
|
23038
23079
|
}
|
|
23039
23080
|
};
|
|
23040
23081
|
goog.exportProperty(module$contents$ee$batch_ExportTask.prototype, "start", module$contents$ee$batch_ExportTask.prototype.start);
|
|
23041
|
-
module$contents$ee$batch_Export.image.toAsset = function(image, opt_description, opt_assetId, opt_pyramidingPolicy, opt_dimensions, opt_region, opt_scale, opt_crs, opt_crsTransform, opt_maxPixels, opt_shardSize) {
|
|
23082
|
+
module$contents$ee$batch_Export.image.toAsset = function(image, opt_description, opt_assetId, opt_pyramidingPolicy, opt_dimensions, opt_region, opt_scale, opt_crs, opt_crsTransform, opt_maxPixels, opt_shardSize, opt_priority) {
|
|
23042
23083
|
var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.image.toAsset, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.ASSET, ee.data.ExportType.IMAGE);
|
|
23043
23084
|
return module$contents$ee$batch_ExportTask.create(serverConfig);
|
|
23044
23085
|
};
|
|
23045
23086
|
goog.exportSymbol("module$contents$ee$batch_Export.image.toAsset", module$contents$ee$batch_Export.image.toAsset);
|
|
23046
|
-
module$contents$ee$batch_Export.image.toCloudStorage = function(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) {
|
|
23087
|
+
module$contents$ee$batch_Export.image.toCloudStorage = function(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, opt_priority) {
|
|
23047
23088
|
var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.image.toCloudStorage, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.GCS, ee.data.ExportType.IMAGE);
|
|
23048
23089
|
return module$contents$ee$batch_ExportTask.create(serverConfig);
|
|
23049
23090
|
};
|
|
23050
23091
|
goog.exportSymbol("module$contents$ee$batch_Export.image.toCloudStorage", module$contents$ee$batch_Export.image.toCloudStorage);
|
|
23051
|
-
module$contents$ee$batch_Export.image.toDrive = function(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) {
|
|
23092
|
+
module$contents$ee$batch_Export.image.toDrive = function(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, opt_priority) {
|
|
23052
23093
|
var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.image.toDrive, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.DRIVE, ee.data.ExportType.IMAGE);
|
|
23053
23094
|
return module$contents$ee$batch_ExportTask.create(serverConfig);
|
|
23054
23095
|
};
|
|
23055
23096
|
goog.exportSymbol("module$contents$ee$batch_Export.image.toDrive", module$contents$ee$batch_Export.image.toDrive);
|
|
23056
|
-
module$contents$ee$batch_Export.map.toCloudStorage = function(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) {
|
|
23097
|
+
module$contents$ee$batch_Export.map.toCloudStorage = function(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, opt_priority) {
|
|
23057
23098
|
var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.map.toCloudStorage, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.GCS, ee.data.ExportType.MAP);
|
|
23058
23099
|
return module$contents$ee$batch_ExportTask.create(serverConfig);
|
|
23059
23100
|
};
|
|
23060
23101
|
goog.exportSymbol("module$contents$ee$batch_Export.map.toCloudStorage", module$contents$ee$batch_Export.map.toCloudStorage);
|
|
23061
|
-
module$contents$ee$batch_Export.table.toCloudStorage = function(collection, opt_description, opt_bucket, opt_fileNamePrefix, opt_fileFormat, opt_selectors, opt_maxVertices) {
|
|
23102
|
+
module$contents$ee$batch_Export.table.toCloudStorage = function(collection, opt_description, opt_bucket, opt_fileNamePrefix, opt_fileFormat, opt_selectors, opt_maxVertices, opt_priority) {
|
|
23062
23103
|
var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.table.toCloudStorage, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.GCS, ee.data.ExportType.TABLE);
|
|
23063
23104
|
return module$contents$ee$batch_ExportTask.create(serverConfig);
|
|
23064
23105
|
};
|
|
23065
23106
|
goog.exportSymbol("module$contents$ee$batch_Export.table.toCloudStorage", module$contents$ee$batch_Export.table.toCloudStorage);
|
|
23066
|
-
module$contents$ee$batch_Export.table.toDrive = function(collection, opt_description, opt_folder, opt_fileNamePrefix, opt_fileFormat, opt_selectors, opt_maxVertices) {
|
|
23107
|
+
module$contents$ee$batch_Export.table.toDrive = function(collection, opt_description, opt_folder, opt_fileNamePrefix, opt_fileFormat, opt_selectors, opt_maxVertices, opt_priority) {
|
|
23067
23108
|
var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.table.toDrive, arguments);
|
|
23068
23109
|
clientConfig.type = ee.data.ExportType.TABLE;
|
|
23069
23110
|
var serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.DRIVE, ee.data.ExportType.TABLE);
|
|
23070
23111
|
return module$contents$ee$batch_ExportTask.create(serverConfig);
|
|
23071
23112
|
};
|
|
23072
23113
|
goog.exportSymbol("module$contents$ee$batch_Export.table.toDrive", module$contents$ee$batch_Export.table.toDrive);
|
|
23073
|
-
module$contents$ee$batch_Export.table.toAsset = function(collection, opt_description, opt_assetId, opt_maxVertices) {
|
|
23114
|
+
module$contents$ee$batch_Export.table.toAsset = function(collection, opt_description, opt_assetId, opt_maxVertices, opt_priority) {
|
|
23074
23115
|
var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.table.toAsset, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.ASSET, ee.data.ExportType.TABLE);
|
|
23075
23116
|
return module$contents$ee$batch_ExportTask.create(serverConfig);
|
|
23076
23117
|
};
|
|
23077
23118
|
goog.exportSymbol("module$contents$ee$batch_Export.table.toAsset", module$contents$ee$batch_Export.table.toAsset);
|
|
23078
|
-
module$contents$ee$batch_Export.table.toFeatureView = function(collection, opt_description, opt_assetId, opt_maxFeaturesPerTile, opt_thinningStrategy, opt_thinningRanking, opt_zOrderRanking) {
|
|
23119
|
+
module$contents$ee$batch_Export.table.toFeatureView = function(collection, opt_description, opt_assetId, opt_maxFeaturesPerTile, opt_thinningStrategy, opt_thinningRanking, opt_zOrderRanking, opt_priority) {
|
|
23079
23120
|
var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.table.toFeatureView, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.FEATURE_VIEW, ee.data.ExportType.TABLE);
|
|
23080
23121
|
return module$contents$ee$batch_ExportTask.create(serverConfig);
|
|
23081
23122
|
};
|
|
23082
23123
|
goog.exportSymbol("module$contents$ee$batch_Export.table.toFeatureView", module$contents$ee$batch_Export.table.toFeatureView);
|
|
23083
|
-
module$contents$ee$batch_Export.table.toBigQuery = function(collection, opt_description, opt_table, opt_overwrite, opt_append, opt_selectors, opt_maxVertices) {
|
|
23124
|
+
module$contents$ee$batch_Export.table.toBigQuery = function(collection, opt_description, opt_table, opt_overwrite, opt_append, opt_selectors, opt_maxVertices, opt_priority) {
|
|
23084
23125
|
var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.table.toBigQuery, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.BIGQUERY, ee.data.ExportType.TABLE);
|
|
23085
23126
|
return module$contents$ee$batch_ExportTask.create(serverConfig);
|
|
23086
23127
|
};
|
|
23087
23128
|
goog.exportSymbol("module$contents$ee$batch_Export.table.toBigQuery", module$contents$ee$batch_Export.table.toBigQuery);
|
|
23088
|
-
module$contents$ee$batch_Export.video.toCloudStorage = function(collection, opt_description, opt_bucket, opt_fileNamePrefix, opt_framesPerSecond, opt_dimensions, opt_region, opt_scale, opt_crs, opt_crsTransform, opt_maxPixels, opt_maxFrames) {
|
|
23129
|
+
module$contents$ee$batch_Export.video.toCloudStorage = function(collection, opt_description, opt_bucket, opt_fileNamePrefix, opt_framesPerSecond, opt_dimensions, opt_region, opt_scale, opt_crs, opt_crsTransform, opt_maxPixels, opt_maxFrames, opt_priority) {
|
|
23089
23130
|
var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.video.toCloudStorage, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.GCS, ee.data.ExportType.VIDEO);
|
|
23090
23131
|
return module$contents$ee$batch_ExportTask.create(serverConfig);
|
|
23091
23132
|
};
|
|
23092
23133
|
goog.exportSymbol("module$contents$ee$batch_Export.video.toCloudStorage", module$contents$ee$batch_Export.video.toCloudStorage);
|
|
23093
|
-
module$contents$ee$batch_Export.video.toDrive = function(collection, opt_description, opt_folder, opt_fileNamePrefix, opt_framesPerSecond, opt_dimensions, opt_region, opt_scale, opt_crs, opt_crsTransform, opt_maxPixels, opt_maxFrames) {
|
|
23134
|
+
module$contents$ee$batch_Export.video.toDrive = function(collection, opt_description, opt_folder, opt_fileNamePrefix, opt_framesPerSecond, opt_dimensions, opt_region, opt_scale, opt_crs, opt_crsTransform, opt_maxPixels, opt_maxFrames, opt_priority) {
|
|
23094
23135
|
var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.video.toDrive, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.DRIVE, ee.data.ExportType.VIDEO);
|
|
23095
23136
|
return module$contents$ee$batch_ExportTask.create(serverConfig);
|
|
23096
23137
|
};
|
|
23097
23138
|
goog.exportSymbol("module$contents$ee$batch_Export.video.toDrive", module$contents$ee$batch_Export.video.toDrive);
|
|
23098
|
-
module$contents$ee$batch_Export.videoMap.toCloudStorage = function(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) {
|
|
23139
|
+
module$contents$ee$batch_Export.videoMap.toCloudStorage = function(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, opt_priority) {
|
|
23099
23140
|
var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.videoMap.toCloudStorage, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.GCS, ee.data.ExportType.VIDEO_MAP);
|
|
23100
23141
|
return module$contents$ee$batch_ExportTask.create(serverConfig);
|
|
23101
23142
|
};
|
|
23102
23143
|
goog.exportSymbol("module$contents$ee$batch_Export.videoMap.toCloudStorage", module$contents$ee$batch_Export.videoMap.toCloudStorage);
|
|
23103
|
-
module$contents$ee$batch_Export.classifier.toAsset = function(classifier, opt_description, opt_assetId) {
|
|
23144
|
+
module$contents$ee$batch_Export.classifier.toAsset = function(classifier, opt_description, opt_assetId, opt_priority) {
|
|
23104
23145
|
var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.classifier.toAsset, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.ASSET, ee.data.ExportType.CLASSIFIER);
|
|
23105
23146
|
return module$contents$ee$batch_ExportTask.create(serverConfig);
|
|
23106
23147
|
};
|
|
@@ -26437,28 +26478,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26437
26478
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26438
26479
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26439
26480
|
(function() {
|
|
26440
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
26441
|
-
orderedParamLists = [["name", "
|
|
26442
|
-
"collection opt_description
|
|
26443
|
-
"
|
|
26444
|
-
|
|
26445
|
-
["
|
|
26446
|
-
|
|
26447
|
-
|
|
26448
|
-
|
|
26449
|
-
["
|
|
26450
|
-
["
|
|
26451
|
-
["coords", "opt_proj", "
|
|
26452
|
-
["
|
|
26453
|
-
|
|
26454
|
-
module$contents$ee$batch_Export.
|
|
26455
|
-
ee.
|
|
26456
|
-
ee.
|
|
26457
|
-
ee.data.
|
|
26458
|
-
ee.
|
|
26459
|
-
ee.
|
|
26460
|
-
ee.
|
|
26461
|
-
ee.
|
|
26481
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.image.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filter ee.Collection.prototype.sort ee.Collection.prototype.limit ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.data.authenticate ee.data.deleteAsset ee.data.startTableIngestion ee.data.getTileUrl ee.data.getTableDownloadId ee.data.getTaskListWithLimit ee.data.makeTableDownloadUrl ee.data.listOperations ee.data.getAssetAcl ee.data.listImages ee.data.cancelOperation ee.data.getDownloadId ee.data.setWorkloadTag ee.data.authenticateViaPopup ee.data.getAssetRoots ee.data.getAsset ee.data.getFeatureViewTilesKey ee.data.makeDownloadUrl ee.data.listFeatures ee.data.createAssetHome ee.data.getOperation ee.data.setDefaultWorkloadTag ee.data.getInfo ee.data.authenticateViaPrivateKey ee.data.createAsset ee.data.resetWorkloadTag ee.data.newTaskId ee.data.computeValue ee.data.cancelTask ee.data.updateAsset ee.data.getThumbId ee.data.updateTask ee.data.getVideoThumbId ee.data.startIngestion ee.data.createFolder ee.data.setAssetAcl ee.data.getTaskStatus ee.data.getList ee.data.startProcessing ee.data.getFilmstripThumbId ee.data.renameAsset ee.data.makeThumbUrl ee.data.listAssets ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.getMapId ee.data.copyAsset ee.data.listBuckets ee.data.getTaskList ee.data.getAssetRootQuota ee.data.getWorkloadTag ee.Date ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Dictionary ee.call ee.reset ee.initialize ee.Algorithms ee.apply ee.InitState ee.TILE_SIZE ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.select ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Filter.and ee.Filter.prototype.not ee.Filter.neq ee.Filter.lt ee.Filter.gt ee.Filter.inList ee.Filter.or ee.Filter.eq ee.Filter.gte ee.Filter.lte ee.Filter ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.prototype.toGeoJSON ee.Geometry.MultiLineString ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry.LineString ee.Geometry ee.Geometry.MultiPolygon ee.Geometry.Rectangle ee.Geometry.Polygon ee.Geometry.Point ee.Geometry.prototype.serialize ee.Image.cat ee.Image ee.Image.rgb ee.Image.prototype.expression ee.Image.prototype.clip ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getDownloadURL ee.Image.prototype.getMap ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.rename ee.Image.prototype.select ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL 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(" "),
|
|
26482
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), ["classifier", "opt_description", "opt_assetId", "opt_priority"], "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 opt_priority".split(" "),
|
|
26483
|
+
["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], "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 opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),
|
|
26484
|
+
"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 opt_priority".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 opt_priority".split(" "),
|
|
26485
|
+
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), ["name", "operator", "value"], ["geometry"],
|
|
26486
|
+
["start", "opt_end"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["filter"], ["property", "opt_ascending"], ["max", "opt_property", "opt_ascending"], ["legacy"], ["func", "var_args"], ["callback"], ["opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["assetId", "opt_callback"], ["taskId", "request", "opt_callback"], ["id", "x", "y", "z"], ["params", "opt_callback"], ["opt_limit", "opt_callback"], ["id"], ["opt_limit", "opt_callback"],
|
|
26487
|
+
["assetId", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["operationName", "opt_callback"], ["params", "opt_callback"], ["tag"], ["opt_success", "opt_error"], ["opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["id"], ["asset", "params", "opt_callback"], ["requestedId", "opt_callback"], ["operationName", "opt_callback"], ["tag"], ["id", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["value", "opt_path",
|
|
26488
|
+
"opt_force", "opt_properties", "opt_callback"], ["opt_resetDefault"], ["opt_count", "opt_callback"], ["obj", "opt_callback"], ["taskId", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["taskId", "action", "opt_callback"], ["params", "opt_callback"], ["taskId", "request", "opt_callback"], ["path", "opt_force", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["taskId", "params",
|
|
26489
|
+
"opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["id"], ["parent", "opt_params", "opt_callback"], ["assetId", "properties", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["params", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["project", "opt_callback"], ["opt_callback"], ["rootId", "opt_callback"], [], ["date", "opt_tz"], ["json"], ["json"],
|
|
26490
|
+
["json"], ["json"], ["opt_dict"], ["func", "var_args"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], ["func", "namedArgs"], [], [], ["var_args"], [], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["args", "opt_column"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"],
|
|
26491
|
+
["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["start", "opt_end"], ["name", "operator", "value"], ["geometry", "opt_errorMargin"], ["var_args"], [], ["name", "value"], ["name", "value"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["var_args"], ["name", "value"], ["name", "value"], ["name", "value"], ["opt_filter"], ["namedArgs"], ["var_args"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic",
|
|
26492
|
+
"opt_maxError"], [], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["legacy"], ["var_args"], ["opt_args"], ["r", "g", "b"], ["expression", "opt_map"], ["geometry"],
|
|
26493
|
+
["opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["var_args"], ["var_args"], ["opt_callback"], ["selectors", "opt_names"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], [], ["opt_visParams", "opt_callback"], ["args"], ["params", "opt_callback"], ["list"], ["number"], ["obj",
|
|
26494
|
+
"opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
26495
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.map.toCloudStorage,
|
|
26496
|
+
module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterDate, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filter, ee.Collection.prototype.sort, ee.Collection.prototype.limit, ee.ComputedObject.prototype.serialize,
|
|
26497
|
+
ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.getInfo, ee.data.authenticate, ee.data.deleteAsset, ee.data.startTableIngestion, ee.data.getTileUrl, ee.data.getTableDownloadId, ee.data.getTaskListWithLimit, ee.data.makeTableDownloadUrl, ee.data.listOperations, ee.data.getAssetAcl, ee.data.listImages, ee.data.cancelOperation, ee.data.getDownloadId, ee.data.setWorkloadTag, ee.data.authenticateViaPopup, ee.data.getAssetRoots, ee.data.getAsset, ee.data.getFeatureViewTilesKey,
|
|
26498
|
+
ee.data.makeDownloadUrl, ee.data.listFeatures, ee.data.createAssetHome, ee.data.getOperation, ee.data.setDefaultWorkloadTag, ee.data.getInfo, ee.data.authenticateViaPrivateKey, ee.data.createAsset, ee.data.resetWorkloadTag, ee.data.newTaskId, ee.data.computeValue, ee.data.cancelTask, ee.data.updateAsset, ee.data.getThumbId, ee.data.updateTask, ee.data.getVideoThumbId, ee.data.startIngestion, ee.data.createFolder, ee.data.setAssetAcl, ee.data.getTaskStatus, ee.data.getList, ee.data.startProcessing,
|
|
26499
|
+
ee.data.getFilmstripThumbId, ee.data.renameAsset, ee.data.makeThumbUrl, ee.data.listAssets, ee.data.setAssetProperties, ee.data.authenticateViaOauth, ee.data.getMapId, ee.data.copyAsset, ee.data.listBuckets, ee.data.getTaskList, ee.data.getAssetRootQuota, ee.data.getWorkloadTag, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Dictionary, ee.call, ee.reset, ee.initialize, ee.Algorithms, ee.apply, ee.InitState, ee.TILE_SIZE,
|
|
26500
|
+
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.select, ee.Filter.date, ee.Filter.metadata, ee.Filter.bounds, ee.Filter.and, ee.Filter.prototype.not, ee.Filter.neq, ee.Filter.lt,
|
|
26501
|
+
ee.Filter.gt, ee.Filter.inList, ee.Filter.or, ee.Filter.eq, ee.Filter.gte, ee.Filter.lte, ee.Filter, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.prototype.toGeoJSON, ee.Geometry.MultiLineString, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPoint, ee.Geometry.BBox, ee.Geometry.LineString, ee.Geometry, ee.Geometry.MultiPolygon, ee.Geometry.Rectangle, ee.Geometry.Polygon, ee.Geometry.Point, ee.Geometry.prototype.serialize, ee.Image.cat, ee.Image,
|
|
26502
|
+
ee.Image.rgb, ee.Image.prototype.expression, ee.Image.prototype.clip, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.getDownloadURL, ee.Image.prototype.getMap, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image.prototype.rename, ee.Image.prototype.select, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.linkCollection,
|
|
26503
|
+
ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getMapId, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, 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) {
|
|
26462
26504
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26463
26505
|
});
|
|
26464
26506
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|