@google/earthengine 0.1.385 → 0.1.388

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/main.js CHANGED
@@ -6059,9 +6059,9 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function(type, raw)
6059
6059
  };
6060
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;
6061
6061
  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$key = $jscomp$iter$19.next(), $jscomp$loop$m192531680$40 = {}; !$jscomp$key$key.done; $jscomp$loop$m192531680$40 = {mapMetadata:void 0},
6063
- $jscomp$key$key = $jscomp$iter$19.next()) {
6064
- var key = $jscomp$key$key.value, value = valueGetter(key, source);
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$m192531680$40$key = $jscomp$iter$19.next(), $jscomp$loop$m192531680$44 = {}; !$jscomp$key$m192531680$40$key.done; $jscomp$loop$m192531680$44 =
6063
+ {mapMetadata:void 0}, $jscomp$key$m192531680$40$key = $jscomp$iter$19.next()) {
6064
+ var key = $jscomp$key$m192531680$40$key.value, value = valueGetter(key, source);
6065
6065
  if (null != value) {
6066
6066
  var copy = void 0;
6067
6067
  if (arrays.hasOwnProperty(key)) {
@@ -6072,11 +6072,11 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
6072
6072
  } else if (objects.hasOwnProperty(key)) {
6073
6073
  copy = module$contents$eeapiclient$domain_object_deepCopyValue(value, valueGetter, valueSetter, copyInstanciator, !1, !0, objects[key]);
6074
6074
  } else if (objectMaps.hasOwnProperty(key)) {
6075
- $jscomp$loop$m192531680$40.mapMetadata = objectMaps[key], copy = $jscomp$loop$m192531680$40.mapMetadata.isPropertyArray ? value.map(function($jscomp$loop$m192531680$40) {
6075
+ $jscomp$loop$m192531680$44.mapMetadata = objectMaps[key], copy = $jscomp$loop$m192531680$44.mapMetadata.isPropertyArray ? value.map(function($jscomp$loop$m192531680$44) {
6076
6076
  return function(v) {
6077
- return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m192531680$40.mapMetadata, valueGetter, valueSetter, copyInstanciator);
6077
+ return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m192531680$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
6078
6078
  };
6079
- }($jscomp$loop$m192531680$40)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$m192531680$40.mapMetadata, valueGetter, valueSetter, copyInstanciator);
6079
+ }($jscomp$loop$m192531680$44)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$m192531680$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
6080
6080
  } else if (Array.isArray(value)) {
6081
6081
  if (metadata.emptyArrayIsUnset && 0 === value.length) {
6082
6082
  continue;
@@ -6091,8 +6091,8 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
6091
6091
  return target;
6092
6092
  }
6093
6093
  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$mapKey = $jscomp$iter$20.next(); !$jscomp$key$mapKey.done; $jscomp$key$mapKey = $jscomp$iter$20.next()) {
6095
- var mapKey = $jscomp$key$mapKey.value, mapValue = value[mapKey];
6094
+ 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()) {
6095
+ var mapKey = $jscomp$key$m192531680$41$mapKey.value, mapValue = value[mapKey];
6096
6096
  null != mapValue && (objMap[mapKey] = module$contents$eeapiclient$domain_object_deepCopyValue(mapValue, valueGetter, valueSetter, copyInstanciator, mapMetadata.isValueArray, mapMetadata.isSerializable, mapMetadata.ctor));
6097
6097
  }
6098
6098
  return objMap;
@@ -6122,39 +6122,39 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
6122
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))) {
6123
6123
  return !1;
6124
6124
  }
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()) {
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);
6125
+ 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()) {
6126
+ 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
6127
  if (has1 !== has2) {
6128
6128
  return !1;
6129
6129
  }
6130
6130
  if (has1) {
6131
6131
  var value1 = serializable1.Serializable$get(key);
6132
- $jscomp$loop$m192531680$41.value2$jscomp$7 = serializable2.Serializable$get(key);
6132
+ $jscomp$loop$m192531680$45.value2$jscomp$7 = serializable2.Serializable$get(key);
6133
6133
  if (arrays1.hasOwnProperty(key)) {
6134
- if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, !0, !0)) {
6134
+ if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !0, !0)) {
6135
6135
  return !1;
6136
6136
  }
6137
6137
  } else if (objects1.hasOwnProperty(key)) {
6138
- if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, !1, !0)) {
6138
+ if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !1, !0)) {
6139
6139
  return !1;
6140
6140
  }
6141
6141
  } else if (objectMaps1.hasOwnProperty(key)) {
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) {
6142
+ if ($jscomp$loop$m192531680$45.mapMetadata$jscomp$2 = objectMaps1[key], $jscomp$loop$m192531680$45.mapMetadata$jscomp$2.isPropertyArray) {
6143
+ if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m192531680$45.value2$jscomp$7) || value1.some(function($jscomp$loop$m192531680$45) {
6144
6144
  return function(v1, i) {
6145
- return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m192531680$41.value2$jscomp$7[i], $jscomp$loop$m192531680$41.mapMetadata$jscomp$2);
6145
+ return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m192531680$45.value2$jscomp$7[i], $jscomp$loop$m192531680$45.mapMetadata$jscomp$2);
6146
6146
  };
6147
- }($jscomp$loop$m192531680$41))) {
6147
+ }($jscomp$loop$m192531680$45))) {
6148
6148
  return !1;
6149
6149
  }
6150
- } else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, $jscomp$loop$m192531680$41.mapMetadata$jscomp$2)) {
6150
+ } else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, $jscomp$loop$m192531680$45.mapMetadata$jscomp$2)) {
6151
6151
  return !1;
6152
6152
  }
6153
6153
  } else if (Array.isArray(value1)) {
6154
- if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, !0, !1)) {
6154
+ if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !0, !1)) {
6155
6155
  return !1;
6156
6156
  }
6157
- } else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, !1, !1)) {
6157
+ } else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !1, !1)) {
6158
6158
  return !1;
6159
6159
  }
6160
6160
  }
@@ -6176,8 +6176,8 @@ function module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, v
6176
6176
  if (!module$contents$eeapiclient$domain_object_sameKeys(value1, value2)) {
6177
6177
  return !1;
6178
6178
  }
6179
- for (var $jscomp$iter$22 = $jscomp.makeIterator(Object.keys(value1)), $jscomp$key$mapKey = $jscomp$iter$22.next(); !$jscomp$key$mapKey.done; $jscomp$key$mapKey = $jscomp$iter$22.next()) {
6180
- var mapKey = $jscomp$key$mapKey.value;
6179
+ 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()) {
6180
+ var mapKey = $jscomp$key$m192531680$43$mapKey.value;
6181
6181
  if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1[mapKey], value2[mapKey], mapMetadata.isValueArray, mapMetadata.isSerializable)) {
6182
6182
  return !1;
6183
6183
  }
@@ -6449,16 +6449,10 @@ var module$contents$goog$asserts$dom_assertIsHtmlElement = function(value) {
6449
6449
  return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.VIDEO);
6450
6450
  }, module$contents$goog$asserts$dom_assertIsHtmlInputElement = function(value) {
6451
6451
  return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.INPUT);
6452
- }, module$contents$goog$asserts$dom_assertIsHtmlEmbedElement = function(value) {
6453
- return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.EMBED);
6454
6452
  }, module$contents$goog$asserts$dom_assertIsHtmlFormElement = function(value) {
6455
6453
  return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.FORM);
6456
- }, module$contents$goog$asserts$dom_assertIsHtmlFrameElement = function(value) {
6457
- return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.FRAME);
6458
6454
  }, module$contents$goog$asserts$dom_assertIsHtmlIFrameElement = function(value) {
6459
6455
  return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.IFRAME);
6460
- }, module$contents$goog$asserts$dom_assertIsHtmlObjectElement = function(value) {
6461
- return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.OBJECT);
6462
6456
  }, module$contents$goog$asserts$dom_assertIsHtmlScriptElement = function(value) {
6463
6457
  return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.SCRIPT);
6464
6458
  }, module$contents$goog$asserts$dom_debugStringForType = function(value) {
@@ -6493,11 +6487,17 @@ goog.asserts.dom.assertIsHtmlTextAreaElement = function(value) {
6493
6487
  goog.asserts.dom.assertIsHtmlCanvasElement = function(value) {
6494
6488
  return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.CANVAS);
6495
6489
  };
6496
- goog.asserts.dom.assertIsHtmlEmbedElement = module$contents$goog$asserts$dom_assertIsHtmlEmbedElement;
6490
+ goog.asserts.dom.assertIsHtmlEmbedElement = function(value) {
6491
+ return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.EMBED);
6492
+ };
6497
6493
  goog.asserts.dom.assertIsHtmlFormElement = module$contents$goog$asserts$dom_assertIsHtmlFormElement;
6498
- goog.asserts.dom.assertIsHtmlFrameElement = module$contents$goog$asserts$dom_assertIsHtmlFrameElement;
6494
+ goog.asserts.dom.assertIsHtmlFrameElement = function(value) {
6495
+ return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.FRAME);
6496
+ };
6499
6497
  goog.asserts.dom.assertIsHtmlIFrameElement = module$contents$goog$asserts$dom_assertIsHtmlIFrameElement;
6500
- goog.asserts.dom.assertIsHtmlObjectElement = module$contents$goog$asserts$dom_assertIsHtmlObjectElement;
6498
+ goog.asserts.dom.assertIsHtmlObjectElement = function(value) {
6499
+ return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.OBJECT);
6500
+ };
6501
6501
  goog.asserts.dom.assertIsHtmlScriptElement = module$contents$goog$asserts$dom_assertIsHtmlScriptElement;
6502
6502
  goog.dom.asserts = {};
6503
6503
  goog.dom.asserts.assertIsLocation = function(o) {
@@ -6534,79 +6534,6 @@ goog.dom.tags.VOID_TAGS_ = {area:!0, base:!0, br:!0, col:!0, command:!0, embed:!
6534
6534
  goog.dom.tags.isVoidTag = function(tagName) {
6535
6535
  return !0 === goog.dom.tags.VOID_TAGS_[tagName];
6536
6536
  };
6537
- goog.html = {};
6538
- goog.html.trustedtypes = {};
6539
- goog.html.trustedtypes.POLICY_NAME = goog.TRUSTED_TYPES_POLICY_NAME ? goog.TRUSTED_TYPES_POLICY_NAME + "#html" : "";
6540
- goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse = function() {
6541
- if (!goog.html.trustedtypes.POLICY_NAME) {
6542
- return null;
6543
- }
6544
- void 0 === goog.html.trustedtypes.cachedPolicy_ && (goog.html.trustedtypes.cachedPolicy_ = goog.createTrustedTypesPolicy(goog.html.trustedtypes.POLICY_NAME));
6545
- return goog.html.trustedtypes.cachedPolicy_;
6546
- };
6547
- goog.string.TypedString = function() {
6548
- };
6549
- goog.string.Const = function(opt_token, opt_content) {
6550
- this.stringConstValueWithSecurityContract__googStringSecurityPrivate_ = opt_token === goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_ && opt_content || "";
6551
- this.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_ = goog.string.Const.TYPE_MARKER_;
6552
- };
6553
- goog.string.Const.prototype.implementsGoogStringTypedString = !0;
6554
- goog.string.Const.prototype.getTypedStringValue = function() {
6555
- return this.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
6556
- };
6557
- goog.string.Const.prototype.toString = function() {
6558
- return this.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
6559
- };
6560
- goog.string.Const.unwrap = function(stringConst) {
6561
- if (stringConst instanceof goog.string.Const && stringConst.constructor === goog.string.Const && stringConst.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_ === goog.string.Const.TYPE_MARKER_) {
6562
- return stringConst.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
6563
- }
6564
- goog.asserts.fail("expected object of type Const, got '" + stringConst + "'");
6565
- return "type_error:Const";
6566
- };
6567
- goog.string.Const.from = function(s) {
6568
- return new goog.string.Const(goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_, s);
6569
- };
6570
- goog.string.Const.TYPE_MARKER_ = {};
6571
- goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_ = {};
6572
- goog.string.Const.EMPTY = goog.string.Const.from("");
6573
- var module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE = {}, module$contents$goog$html$SafeScript_SafeScript = function(value, token) {
6574
- if (goog.DEBUG && token !== module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE) {
6575
- throw Error("SafeScript is not meant to be built directly");
6576
- }
6577
- this.privateDoNotAccessOrElseSafeScriptWrappedValue_ = value;
6578
- };
6579
- module$contents$goog$html$SafeScript_SafeScript.prototype.toString = function() {
6580
- return this.privateDoNotAccessOrElseSafeScriptWrappedValue_.toString();
6581
- };
6582
- module$contents$goog$html$SafeScript_SafeScript.fromConstant = function(script) {
6583
- var scriptString = goog.string.Const.unwrap(script);
6584
- return 0 === scriptString.length ? module$contents$goog$html$SafeScript_SafeScript.EMPTY : module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(scriptString);
6585
- };
6586
- module$contents$goog$html$SafeScript_SafeScript.fromJson = function(val) {
6587
- return module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(module$contents$goog$html$SafeScript_SafeScript.stringify_(val));
6588
- };
6589
- module$contents$goog$html$SafeScript_SafeScript.unwrap = function(safeScript) {
6590
- return module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript(safeScript).toString();
6591
- };
6592
- module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript = function(safeScript) {
6593
- if (safeScript instanceof module$contents$goog$html$SafeScript_SafeScript && safeScript.constructor === module$contents$goog$html$SafeScript_SafeScript) {
6594
- return safeScript.privateDoNotAccessOrElseSafeScriptWrappedValue_;
6595
- }
6596
- (0,goog.asserts.fail)("expected object of type SafeScript, got '" + safeScript + "' of type " + goog.typeOf(safeScript));
6597
- return "type_error:SafeScript";
6598
- };
6599
- module$contents$goog$html$SafeScript_SafeScript.stringify_ = function(val) {
6600
- return JSON.stringify(val).replace(/</g, "\\x3c");
6601
- };
6602
- module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse = function(script) {
6603
- var noinlineScript = script, policy = goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse(), trustedScript = policy ? policy.createScript(noinlineScript) : noinlineScript;
6604
- return new module$contents$goog$html$SafeScript_SafeScript(trustedScript, module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE);
6605
- };
6606
- module$contents$goog$html$SafeScript_SafeScript.EMPTY = function() {
6607
- return module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse("");
6608
- }();
6609
- goog.html.SafeScript = module$contents$goog$html$SafeScript_SafeScript;
6610
6537
  goog.fs = {};
6611
6538
  goog.fs.url = {};
6612
6539
  goog.fs.url.createObjectUrl = function(obj) {
@@ -6634,33 +6561,36 @@ goog.fs.url.findUrlObject_ = function() {
6634
6561
  goog.fs.url.browserSupportsObjectUrls = function() {
6635
6562
  return null != goog.fs.url.findUrlObject_();
6636
6563
  };
6637
- goog.fs.blob = {};
6638
- goog.fs.blob.getBlob = function(var_args) {
6639
- var BlobBuilder = goog.global.BlobBuilder || goog.global.WebKitBlobBuilder;
6640
- if (void 0 !== BlobBuilder) {
6641
- for (var bb = new BlobBuilder(), i = 0; i < arguments.length; i++) {
6642
- bb.append(arguments[i]);
6643
- }
6644
- return bb.getBlob();
6564
+ goog.html = {};
6565
+ goog.html.trustedtypes = {};
6566
+ goog.html.trustedtypes.POLICY_NAME = goog.TRUSTED_TYPES_POLICY_NAME ? goog.TRUSTED_TYPES_POLICY_NAME + "#html" : "";
6567
+ goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse = function() {
6568
+ if (!goog.html.trustedtypes.POLICY_NAME) {
6569
+ return null;
6645
6570
  }
6646
- return goog.fs.blob.getBlobWithProperties(Array.prototype.slice.call(arguments));
6571
+ void 0 === goog.html.trustedtypes.cachedPolicy_ && (goog.html.trustedtypes.cachedPolicy_ = goog.createTrustedTypesPolicy(goog.html.trustedtypes.POLICY_NAME));
6572
+ return goog.html.trustedtypes.cachedPolicy_;
6647
6573
  };
6648
- goog.fs.blob.getBlobWithProperties = function(parts, opt_type, opt_endings) {
6649
- var BlobBuilder = goog.global.BlobBuilder || goog.global.WebKitBlobBuilder;
6650
- if (void 0 !== BlobBuilder) {
6651
- for (var bb = new BlobBuilder(), i = 0; i < parts.length; i++) {
6652
- bb.append(parts[i], opt_endings);
6653
- }
6654
- return bb.getBlob(opt_type);
6655
- }
6656
- if (void 0 !== goog.global.Blob) {
6657
- var properties = {};
6658
- opt_type && (properties.type = opt_type);
6659
- opt_endings && (properties.endings = opt_endings);
6660
- return new Blob(parts, properties);
6574
+ goog.string.Const = function(opt_token, opt_content) {
6575
+ this.stringConstValueWithSecurityContract__googStringSecurityPrivate_ = opt_token === goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_ && opt_content || "";
6576
+ this.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_ = goog.string.Const.TYPE_MARKER_;
6577
+ };
6578
+ goog.string.Const.prototype.toString = function() {
6579
+ return this.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
6580
+ };
6581
+ goog.string.Const.unwrap = function(stringConst) {
6582
+ if (stringConst instanceof goog.string.Const && stringConst.constructor === goog.string.Const && stringConst.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_ === goog.string.Const.TYPE_MARKER_) {
6583
+ return stringConst.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
6661
6584
  }
6662
- throw Error("This browser doesn't seem to support creating Blobs");
6585
+ goog.asserts.fail("expected object of type Const, got '" + stringConst + "'");
6586
+ return "type_error:Const";
6587
+ };
6588
+ goog.string.Const.from = function(s) {
6589
+ return new goog.string.Const(goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_, s);
6663
6590
  };
6591
+ goog.string.Const.TYPE_MARKER_ = {};
6592
+ goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_ = {};
6593
+ goog.string.Const.EMPTY = goog.string.Const.from("");
6664
6594
  goog.html.TrustedResourceUrl = function(value, token) {
6665
6595
  if (goog.DEBUG && token !== goog.html.TrustedResourceUrl.CONSTRUCTOR_TOKEN_PRIVATE_) {
6666
6596
  throw Error("TrustedResourceUrl is not meant to be built directly");
@@ -6670,10 +6600,6 @@ goog.html.TrustedResourceUrl = function(value, token) {
6670
6600
  goog.html.TrustedResourceUrl.prototype.toString = function() {
6671
6601
  return this.privateDoNotAccessOrElseTrustedResourceUrlWrappedValue_ + "";
6672
6602
  };
6673
- goog.html.TrustedResourceUrl.prototype.implementsGoogStringTypedString = !0;
6674
- goog.html.TrustedResourceUrl.prototype.getTypedStringValue = function() {
6675
- return this.privateDoNotAccessOrElseTrustedResourceUrlWrappedValue_.toString();
6676
- };
6677
6603
  goog.html.TrustedResourceUrl.prototype.cloneWithParams = function(searchParams, opt_hashParams) {
6678
6604
  var url = goog.html.TrustedResourceUrl.unwrap(this), parts = goog.html.TrustedResourceUrl.URL_PARAM_PARSER_.exec(url), urlHash = parts[3] || "";
6679
6605
  return goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse(parts[1] + goog.html.TrustedResourceUrl.stringifyParams_("?", parts[2] || "", searchParams) + goog.html.TrustedResourceUrl.stringifyParams_("#", urlHash, opt_hashParams));
@@ -6717,10 +6643,6 @@ goog.html.TrustedResourceUrl.fromConstants = function(parts) {
6717
6643
  }
6718
6644
  return goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse(unwrapped);
6719
6645
  };
6720
- goog.html.TrustedResourceUrl.fromSafeScript = function(safeScript) {
6721
- var blob = goog.fs.blob.getBlobWithProperties([module$contents$goog$html$SafeScript_SafeScript.unwrap(safeScript)], "text/javascript"), url = goog.fs.url.createObjectUrl(blob);
6722
- return goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse(url);
6723
- };
6724
6646
  goog.html.TrustedResourceUrl.CONSTRUCTOR_TOKEN_PRIVATE_ = {};
6725
6647
  goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse = function(url) {
6726
6648
  var noinlineUrl = url, policy = goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse(), value = policy ? policy.createScriptURL(noinlineUrl) : noinlineUrl;
@@ -6753,10 +6675,6 @@ goog.html.SafeUrl.prototype.toString = function() {
6753
6675
  return this.privateDoNotAccessOrElseSafeUrlWrappedValue_.toString();
6754
6676
  };
6755
6677
  goog.html.SafeUrl.INNOCUOUS_STRING = "about:invalid#zClosurez";
6756
- goog.html.SafeUrl.prototype.implementsGoogStringTypedString = !0;
6757
- goog.html.SafeUrl.prototype.getTypedStringValue = function() {
6758
- return this.privateDoNotAccessOrElseSafeUrlWrappedValue_.toString();
6759
- };
6760
6678
  goog.html.SafeUrl.unwrap = function(safeUrl) {
6761
6679
  if (safeUrl instanceof goog.html.SafeUrl && safeUrl.constructor === goog.html.SafeUrl) {
6762
6680
  return safeUrl.privateDoNotAccessOrElseSafeUrlWrappedValue_;
@@ -6780,14 +6698,9 @@ goog.html.SafeUrl.fromBlob = function(blob) {
6780
6698
  return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url);
6781
6699
  };
6782
6700
  goog.html.SafeUrl.revokeObjectUrl = function(safeUrl) {
6783
- var url = safeUrl.getTypedStringValue();
6701
+ var url = safeUrl.toString();
6784
6702
  url !== goog.html.SafeUrl.INNOCUOUS_STRING && goog.fs.url.revokeObjectUrl(url);
6785
6703
  };
6786
- goog.html.SafeUrl.fromMediaSource = function(mediaSource) {
6787
- goog.asserts.assert("MediaSource" in goog.global, "No support for MediaSource");
6788
- var url = mediaSource instanceof MediaSource ? goog.fs.url.createObjectUrl(mediaSource) : goog.html.SafeUrl.INNOCUOUS_STRING;
6789
- return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url);
6790
- };
6791
6704
  goog.html.DATA_URL_PATTERN_ = /^data:(.*);base64,[a-z0-9+\/]+=*$/i;
6792
6705
  goog.html.SafeUrl.tryFromDataUrl = function(dataUrl) {
6793
6706
  dataUrl = String(dataUrl);
@@ -6797,61 +6710,14 @@ goog.html.SafeUrl.tryFromDataUrl = function(dataUrl) {
6797
6710
  goog.html.SafeUrl.fromDataUrl = function(dataUrl) {
6798
6711
  return goog.html.SafeUrl.tryFromDataUrl(dataUrl) || goog.html.SafeUrl.INNOCUOUS_URL;
6799
6712
  };
6800
- goog.html.SafeUrl.fromTelUrl = function(telUrl) {
6801
- goog.string.internal.caseInsensitiveStartsWith(telUrl, "tel:") || (telUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
6802
- return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(telUrl);
6803
- };
6804
6713
  goog.html.SIP_URL_PATTERN_ = RegExp("^sip[s]?:[+a-z0-9_.!$%&'*\\/=^`{|}~-]+@([a-z0-9-]+\\.)+[a-z0-9]{2,63}$", "i");
6805
6714
  goog.html.SafeUrl.fromSipUrl = function(sipUrl) {
6806
6715
  goog.html.SIP_URL_PATTERN_.test(decodeURIComponent(sipUrl)) || (sipUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
6807
6716
  return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(sipUrl);
6808
6717
  };
6809
- goog.html.SafeUrl.fromFacebookMessengerUrl = function(facebookMessengerUrl) {
6810
- goog.string.internal.caseInsensitiveStartsWith(facebookMessengerUrl, "fb-messenger://share") || (facebookMessengerUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
6811
- return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(facebookMessengerUrl);
6812
- };
6813
- goog.html.SafeUrl.fromWhatsAppUrl = function(whatsAppUrl) {
6814
- goog.string.internal.caseInsensitiveStartsWith(whatsAppUrl, "whatsapp://send") || (whatsAppUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
6815
- return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(whatsAppUrl);
6816
- };
6817
- goog.html.SafeUrl.fromSmsUrl = function(smsUrl) {
6818
- goog.string.internal.caseInsensitiveStartsWith(smsUrl, "sms:") && goog.html.SafeUrl.isSmsUrlBodyValid_(smsUrl) || (smsUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
6819
- return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(smsUrl);
6820
- };
6821
- goog.html.SafeUrl.isSmsUrlBodyValid_ = function(smsUrl) {
6822
- var hash = smsUrl.indexOf("#");
6823
- 0 < hash && (smsUrl = smsUrl.substring(0, hash));
6824
- var bodyParams = smsUrl.match(/[?&]body=/gi);
6825
- if (!bodyParams) {
6826
- return !0;
6827
- }
6828
- if (1 < bodyParams.length) {
6829
- return !1;
6830
- }
6831
- var bodyValue = smsUrl.match(/[?&]body=([^&]*)/)[1];
6832
- if (!bodyValue) {
6833
- return !0;
6834
- }
6835
- try {
6836
- decodeURIComponent(bodyValue);
6837
- } catch (error) {
6838
- return !1;
6839
- }
6840
- return /^(?:[a-z0-9\-_.~]|%[0-9a-f]{2})+$/i.test(bodyValue);
6841
- };
6842
- goog.html.SafeUrl.fromSshUrl = function(sshUrl) {
6843
- goog.string.internal.caseInsensitiveStartsWith(sshUrl, "ssh://") || (sshUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
6844
- return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(sshUrl);
6845
- };
6846
6718
  goog.html.SafeUrl.sanitizeChromeExtensionUrl = function(url, extensionId) {
6847
6719
  return goog.html.SafeUrl.sanitizeExtensionUrl_(/^chrome-extension:\/\/([^\/]+)\//, url, extensionId);
6848
6720
  };
6849
- goog.html.SafeUrl.sanitizeFirefoxExtensionUrl = function(url, extensionId) {
6850
- return goog.html.SafeUrl.sanitizeExtensionUrl_(/^moz-extension:\/\/([^\/]+)\//, url, extensionId);
6851
- };
6852
- goog.html.SafeUrl.sanitizeEdgeExtensionUrl = function(url, extensionId) {
6853
- return goog.html.SafeUrl.sanitizeExtensionUrl_(/^ms-browser-extension:\/\/([^\/]+)\//, url, extensionId);
6854
- };
6855
6721
  goog.html.SafeUrl.sanitizeExtensionUrl_ = function(scheme, url, extensionId) {
6856
6722
  var matches = scheme.exec(url);
6857
6723
  if (matches) {
@@ -6872,7 +6738,7 @@ goog.html.SafeUrl.trySanitize = function(url) {
6872
6738
  if (url instanceof goog.html.SafeUrl) {
6873
6739
  return url;
6874
6740
  }
6875
- url = "object" == typeof url && url.implementsGoogStringTypedString ? url.getTypedStringValue() : String(url);
6741
+ url = String(url);
6876
6742
  return goog.html.SAFE_URL_PATTERN_.test(url) ? goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url) : goog.html.SafeUrl.tryFromDataUrl(url);
6877
6743
  };
6878
6744
  goog.html.SafeUrl.sanitize = function(url) {
@@ -6882,10 +6748,10 @@ goog.html.SafeUrl.sanitizeAssertUnchanged = function(url, opt_allowDataUrl) {
6882
6748
  if (url instanceof goog.html.SafeUrl) {
6883
6749
  return url;
6884
6750
  }
6885
- url = "object" == typeof url && url.implementsGoogStringTypedString ? url.getTypedStringValue() : String(url);
6751
+ url = String(url);
6886
6752
  if (opt_allowDataUrl && /^data:/i.test(url)) {
6887
6753
  var safeUrl = goog.html.SafeUrl.fromDataUrl(url);
6888
- if (safeUrl.getTypedStringValue() == url) {
6754
+ if (safeUrl.toString() == url) {
6889
6755
  return safeUrl;
6890
6756
  }
6891
6757
  }
@@ -6928,7 +6794,7 @@ goog.html.SafeUrl.sanitizeJavascriptUrlAssertUnchanged = function(url) {
6928
6794
  if (url instanceof goog.html.SafeUrl) {
6929
6795
  return url;
6930
6796
  }
6931
- url = "object" == typeof url && url.implementsGoogStringTypedString ? url.getTypedStringValue() : String(url);
6797
+ url = String(url);
6932
6798
  var parsedScheme = goog.html.SafeUrl.extractScheme(url);
6933
6799
  goog.asserts.assert("javascript:" !== parsedScheme, "%s is a javascript: URL", url) || (url = goog.html.SafeUrl.INNOCUOUS_STRING);
6934
6800
  return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url);
@@ -6944,7 +6810,6 @@ var module$contents$goog$html$SafeStyle_CONSTRUCTOR_TOKEN_PRIVATE = {}, module$c
6944
6810
  throw Error("SafeStyle is not meant to be built directly");
6945
6811
  }
6946
6812
  this.privateDoNotAccessOrElseSafeStyleWrappedValue_ = value;
6947
- this.implementsGoogStringTypedString = !0;
6948
6813
  };
6949
6814
  module$contents$goog$html$SafeStyle_SafeStyle.fromConstant = function(style) {
6950
6815
  var styleString = goog.string.Const.unwrap(style);
@@ -6955,9 +6820,6 @@ module$contents$goog$html$SafeStyle_SafeStyle.fromConstant = function(style) {
6955
6820
  (0,goog.asserts.assert)((0,goog.string.internal.contains)(styleString, ":"), "Style string must contain at least one ':', to specify a \"name: value\" pair: " + styleString);
6956
6821
  return module$contents$goog$html$SafeStyle_SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse(styleString);
6957
6822
  };
6958
- module$contents$goog$html$SafeStyle_SafeStyle.prototype.getTypedStringValue = function() {
6959
- return this.privateDoNotAccessOrElseSafeStyleWrappedValue_;
6960
- };
6961
6823
  module$contents$goog$html$SafeStyle_SafeStyle.prototype.toString = function() {
6962
6824
  return this.privateDoNotAccessOrElseSafeStyleWrappedValue_.toString();
6963
6825
  };
@@ -7055,7 +6917,7 @@ function module$contents$goog$html$SafeStyle_sanitizeUrl(value) {
7055
6917
  quote = start;
7056
6918
  return inside;
7057
6919
  });
7058
- var sanitized = goog.html.SafeUrl.sanitize(url).getTypedStringValue();
6920
+ var sanitized = goog.html.SafeUrl.sanitize(url).toString();
7059
6921
  return before + quote + sanitized + quote + after;
7060
6922
  });
7061
6923
  }
@@ -7127,10 +6989,6 @@ var module$contents$goog$html$SafeHtml_CONSTRUCTOR_TOKEN_PRIVATE = {}, module$co
7127
6989
  throw Error("SafeHtml is not meant to be built directly");
7128
6990
  }
7129
6991
  this.privateDoNotAccessOrElseSafeHtmlWrappedValue_ = value;
7130
- this.implementsGoogStringTypedString = !0;
7131
- };
7132
- module$contents$goog$html$SafeHtml_SafeHtml.prototype.getTypedStringValue = function() {
7133
- return this.privateDoNotAccessOrElseSafeHtmlWrappedValue_.toString();
7134
6992
  };
7135
6993
  module$contents$goog$html$SafeHtml_SafeHtml.prototype.toString = function() {
7136
6994
  return this.privateDoNotAccessOrElseSafeHtmlWrappedValue_.toString();
@@ -7201,23 +7059,6 @@ module$contents$goog$html$SafeHtml_SafeHtml.createScriptSrc = function(src, attr
7201
7059
  var combinedAttrs = module$contents$goog$html$SafeHtml_SafeHtml.combineAttributes({src:src}, {}, attributes);
7202
7060
  return module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse("script", combinedAttrs);
7203
7061
  };
7204
- module$contents$goog$html$SafeHtml_SafeHtml.createScript = function(script, attributes) {
7205
- for (var attr in attributes) {
7206
- if (Object.prototype.hasOwnProperty.call(attributes, attr)) {
7207
- var attrLower = attr.toLowerCase();
7208
- if ("language" == attrLower || "src" == attrLower || "text" == attrLower) {
7209
- throw Error(module$contents$goog$html$SafeHtml_SafeHtml.ENABLE_ERROR_MESSAGES ? 'Cannot set "' + attrLower + '" attribute' : "");
7210
- }
7211
- }
7212
- }
7213
- var content = "";
7214
- script = module$contents$goog$array_concat(script);
7215
- for (var i = 0; i < script.length; i++) {
7216
- content += module$contents$goog$html$SafeScript_SafeScript.unwrap(script[i]);
7217
- }
7218
- var htmlContent = module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(content);
7219
- return module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse("script", attributes, htmlContent);
7220
- };
7221
7062
  module$contents$goog$html$SafeHtml_SafeHtml.createStyle = function(styleSheet, attributes) {
7222
7063
  var combinedAttrs = module$contents$goog$html$SafeHtml_SafeHtml.combineAttributes({type:"text/css"}, {}, attributes), content = "";
7223
7064
  styleSheet = module$contents$goog$array_concat(styleSheet);
@@ -7354,7 +7195,6 @@ goog.html.SafeHtml = module$contents$goog$html$SafeHtml_SafeHtml;
7354
7195
  var module$contents$safevalues$environment$dev_module = module$contents$safevalues$environment$dev_module || {id:"third_party/javascript/safevalues/environment/dev.closure.js"};
7355
7196
  var module$exports$goog$html$internals = {};
7356
7197
  module$exports$goog$html$internals.createSafeHtml = module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse;
7357
- module$exports$goog$html$internals.createSafeScript = module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse;
7358
7198
  module$exports$goog$html$internals.createSafeStyle = module$contents$goog$html$SafeStyle_SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse;
7359
7199
  module$exports$goog$html$internals.createSafeStyleSheet = module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.createSafeStyleSheetSecurityPrivateDoNotAccessOrElse;
7360
7200
  module$exports$goog$html$internals.createSafeUrl = goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse;
@@ -7388,19 +7228,50 @@ function module$contents$safevalues$internals$resource_url_impl_unwrapResourceUr
7388
7228
  return goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(value);
7389
7229
  }
7390
7230
  module$exports$safevalues$internals$resource_url_impl.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
7391
- var module$exports$safevalues$internals$script_impl = {}, module$contents$safevalues$internals$script_impl_module = module$contents$safevalues$internals$script_impl_module || {id:"third_party/javascript/safevalues/internals/script_impl.closure.js"};
7392
- module$exports$safevalues$internals$script_impl.SafeScript = module$contents$goog$html$SafeScript_SafeScript;
7231
+ var module$contents$safevalues$internals$pure_module = module$contents$safevalues$internals$pure_module || {id:"third_party/javascript/safevalues/internals/pure.closure.js"};
7232
+ function module$contents$safevalues$internals$pure_pure(valueOf) {
7233
+ return {valueOf:valueOf}.valueOf();
7234
+ }
7235
+ ;var module$exports$safevalues$internals$secrets = {}, module$contents$safevalues$internals$secrets_module = module$contents$safevalues$internals$secrets_module || {id:"third_party/javascript/safevalues/internals/secrets.closure.js"};
7236
+ module$exports$safevalues$internals$secrets.secretToken = {};
7237
+ function module$contents$safevalues$internals$secrets_ensureTokenIsValid(token) {
7238
+ if (goog.DEBUG && token !== module$exports$safevalues$internals$secrets.secretToken) {
7239
+ throw Error("Bad secret");
7240
+ }
7241
+ }
7242
+ module$exports$safevalues$internals$secrets.ensureTokenIsValid = module$contents$safevalues$internals$secrets_ensureTokenIsValid;
7243
+ var module$exports$safevalues$internals$script_impl = {}, module$contents$safevalues$internals$script_impl_module = module$contents$safevalues$internals$script_impl_module || {id:"third_party/javascript/safevalues/internals/script_impl.closure.js"}, module$contents$safevalues$internals$script_impl_trustedTypes = goog.global.trustedTypes;
7244
+ module$exports$safevalues$internals$script_impl.SafeScript = function(token) {
7245
+ goog.DEBUG && module$contents$safevalues$internals$secrets_ensureTokenIsValid(token);
7246
+ };
7247
+ module$exports$safevalues$internals$script_impl.SafeScript.prototype.toString = function() {
7248
+ return this.privateDoNotAccessOrElseWrappedScript.toString();
7249
+ };
7250
+ var module$contents$safevalues$internals$script_impl_ScriptImpl = module$exports$safevalues$internals$script_impl.SafeScript;
7251
+ function module$contents$safevalues$internals$script_impl_constructScript(contents) {
7252
+ var script = new module$exports$safevalues$internals$script_impl.SafeScript(module$exports$safevalues$internals$secrets.secretToken);
7253
+ script.privateDoNotAccessOrElseWrappedScript = contents;
7254
+ return script;
7255
+ }
7393
7256
  function module$contents$safevalues$internals$script_impl_createScriptInternal(script) {
7394
- return (0,module$exports$goog$html$internals.createSafeScript)(script);
7257
+ var noinlineScript = script, policy = (0,goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse)();
7258
+ return module$contents$safevalues$internals$script_impl_constructScript(policy ? policy.createScript(noinlineScript) : noinlineScript);
7395
7259
  }
7396
7260
  module$exports$safevalues$internals$script_impl.createScriptInternal = module$contents$safevalues$internals$script_impl_createScriptInternal;
7397
- module$exports$safevalues$internals$script_impl.EMPTY_SCRIPT = module$contents$goog$html$SafeScript_SafeScript.EMPTY;
7261
+ module$exports$safevalues$internals$script_impl.EMPTY_SCRIPT = module$contents$safevalues$internals$pure_pure(function() {
7262
+ return module$contents$safevalues$internals$script_impl_constructScript(module$contents$safevalues$internals$script_impl_trustedTypes ? module$contents$safevalues$internals$script_impl_trustedTypes.emptyScript : "");
7263
+ });
7398
7264
  function module$contents$safevalues$internals$script_impl_isScript(value) {
7399
- return value instanceof module$contents$goog$html$SafeScript_SafeScript;
7265
+ return value instanceof module$exports$safevalues$internals$script_impl.SafeScript;
7400
7266
  }
7401
7267
  module$exports$safevalues$internals$script_impl.isScript = module$contents$safevalues$internals$script_impl_isScript;
7402
7268
  function module$contents$safevalues$internals$script_impl_unwrapScript(value) {
7403
- return module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript(value);
7269
+ if (value instanceof module$exports$safevalues$internals$script_impl.SafeScript) {
7270
+ return value.privateDoNotAccessOrElseWrappedScript;
7271
+ }
7272
+ var message = "";
7273
+ goog.DEBUG && (message = "Unexpected type when unwrapping SafeScript");
7274
+ throw Error(message);
7404
7275
  }
7405
7276
  module$exports$safevalues$internals$script_impl.unwrapScript = module$contents$safevalues$internals$script_impl_unwrapScript;
7406
7277
  var module$exports$safevalues$internals$style_impl = {}, module$contents$safevalues$internals$style_impl_module = module$contents$safevalues$internals$style_impl_module || {id:"third_party/javascript/safevalues/internals/style_impl.closure.js"};
@@ -7544,9 +7415,6 @@ goog.dom.safe.setInputFormAction = function(input, url) {
7544
7415
  var safeUrl = url instanceof goog.html.SafeUrl ? url : goog.html.SafeUrl.sanitizeJavascriptUrlAssertUnchanged(url);
7545
7416
  module$contents$goog$asserts$dom_assertIsHtmlInputElement(input).formAction = goog.html.SafeUrl.unwrap(safeUrl);
7546
7417
  };
7547
- goog.dom.safe.setStyle = function(elem, style) {
7548
- elem.style.cssText = module$contents$goog$html$SafeStyle_SafeStyle.unwrap(style);
7549
- };
7550
7418
  goog.dom.safe.documentWrite = function(doc, html) {
7551
7419
  doc.write(module$contents$goog$html$SafeHtml_SafeHtml.unwrapTrustedHTML(html));
7552
7420
  };
@@ -7565,14 +7433,6 @@ goog.dom.safe.setVideoSrc = function(videoElement, url) {
7565
7433
  var safeUrl = url instanceof goog.html.SafeUrl ? url : goog.html.SafeUrl.sanitizeJavascriptUrlAssertUnchanged(url);
7566
7434
  videoElement.src = goog.html.SafeUrl.unwrap(safeUrl);
7567
7435
  };
7568
- goog.dom.safe.setEmbedSrc = function(embed, url) {
7569
- module$contents$goog$asserts$dom_assertIsHtmlEmbedElement(embed);
7570
- embed.src = goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(url);
7571
- };
7572
- goog.dom.safe.setFrameSrc = function(frame, url) {
7573
- module$contents$goog$asserts$dom_assertIsHtmlFrameElement(frame);
7574
- frame.src = goog.html.TrustedResourceUrl.unwrap(url);
7575
- };
7576
7436
  goog.dom.safe.setIframeSrc = function(iframe, url) {
7577
7437
  module$contents$goog$asserts$dom_assertIsHtmlIFrameElement(iframe);
7578
7438
  iframe.src = goog.html.TrustedResourceUrl.unwrap(url);
@@ -7593,20 +7453,11 @@ goog.dom.safe.setLinkHrefAndRel = function(link, url, rel) {
7593
7453
  link.href = url instanceof goog.html.TrustedResourceUrl ? goog.html.TrustedResourceUrl.unwrap(url) : url instanceof goog.html.SafeUrl ? goog.html.SafeUrl.unwrap(url) : goog.html.SafeUrl.unwrap(goog.html.SafeUrl.sanitizeJavascriptUrlAssertUnchanged(url));
7594
7454
  }
7595
7455
  };
7596
- goog.dom.safe.setObjectData = function(object, url) {
7597
- module$contents$goog$asserts$dom_assertIsHtmlObjectElement(object);
7598
- object.data = goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(url);
7599
- };
7600
7456
  goog.dom.safe.setScriptSrc = function(script, url) {
7601
7457
  module$contents$goog$asserts$dom_assertIsHtmlScriptElement(script);
7602
7458
  goog.dom.safe.setNonceForScriptElement_(script);
7603
7459
  script.src = goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(url);
7604
7460
  };
7605
- goog.dom.safe.setScriptContent = function(script, content) {
7606
- module$contents$goog$asserts$dom_assertIsHtmlScriptElement(script);
7607
- goog.dom.safe.setNonceForScriptElement_(script);
7608
- script.textContent = module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript(content);
7609
- };
7610
7461
  goog.dom.safe.setNonceForScriptElement_ = function(script) {
7611
7462
  var nonce = goog.dom.safe.getScriptNonce(script.ownerDocument && script.ownerDocument.defaultView);
7612
7463
  nonce && script.setAttribute("nonce", nonce);
@@ -7647,9 +7498,6 @@ goog.dom.safe.createImageFromBlob = function(blob) {
7647
7498
  image.src = objectUrl;
7648
7499
  return image;
7649
7500
  };
7650
- goog.dom.safe.createContextualFragment = function(range, html) {
7651
- return range.createContextualFragment(module$contents$goog$html$SafeHtml_SafeHtml.unwrapTrustedHTML(html));
7652
- };
7653
7501
  goog.dom.safe.getScriptNonce = function(opt_window) {
7654
7502
  return goog.dom.safe.getNonce_("script[nonce]", opt_window);
7655
7503
  };
@@ -8045,16 +7893,16 @@ module$contents$goog$collections$maps_MapLike.prototype.has = function(key) {
8045
7893
  goog.collections.maps.MapLike = module$contents$goog$collections$maps_MapLike;
8046
7894
  goog.collections.maps.setAll = function(map, entries) {
8047
7895
  if (entries) {
8048
- for (var $jscomp$iter$23 = $jscomp.makeIterator(entries), $jscomp$key$ = $jscomp$iter$23.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$23.next()) {
8049
- var $jscomp$destructuring$var25 = $jscomp.makeIterator($jscomp$key$.value), k = $jscomp$destructuring$var25.next().value, v = $jscomp$destructuring$var25.next().value;
7896
+ for (var $jscomp$iter$23 = $jscomp.makeIterator(entries), $jscomp$key$1866876209$13$ = $jscomp$iter$23.next(); !$jscomp$key$1866876209$13$.done; $jscomp$key$1866876209$13$ = $jscomp$iter$23.next()) {
7897
+ var $jscomp$destructuring$var25 = $jscomp.makeIterator($jscomp$key$1866876209$13$.value), k = $jscomp$destructuring$var25.next().value, v = $jscomp$destructuring$var25.next().value;
8050
7898
  map.set(k, v);
8051
7899
  }
8052
7900
  }
8053
7901
  };
8054
7902
  goog.collections.maps.hasValue = function(map, val, valueEqualityFn) {
8055
7903
  valueEqualityFn = void 0 === valueEqualityFn ? module$contents$goog$collections$maps_defaultEqualityFn : valueEqualityFn;
8056
- for (var $jscomp$iter$24 = $jscomp.makeIterator(map.values()), $jscomp$key$v = $jscomp$iter$24.next(); !$jscomp$key$v.done; $jscomp$key$v = $jscomp$iter$24.next()) {
8057
- if (valueEqualityFn($jscomp$key$v.value, val)) {
7904
+ for (var $jscomp$iter$24 = $jscomp.makeIterator(map.values()), $jscomp$key$1866876209$14$v = $jscomp$iter$24.next(); !$jscomp$key$1866876209$14$v.done; $jscomp$key$1866876209$14$v = $jscomp$iter$24.next()) {
7905
+ if (valueEqualityFn($jscomp$key$1866876209$14$v.value, val)) {
8058
7906
  return !0;
8059
7907
  }
8060
7908
  }
@@ -8071,8 +7919,8 @@ goog.collections.maps.equals = function(map, otherMap, valueEqualityFn) {
8071
7919
  if (map.size !== otherMap.size) {
8072
7920
  return !1;
8073
7921
  }
8074
- for (var $jscomp$iter$25 = $jscomp.makeIterator(map.keys()), $jscomp$key$key = $jscomp$iter$25.next(); !$jscomp$key$key.done; $jscomp$key$key = $jscomp$iter$25.next()) {
8075
- var key = $jscomp$key$key.value;
7922
+ for (var $jscomp$iter$25 = $jscomp.makeIterator(map.keys()), $jscomp$key$1866876209$15$key = $jscomp$iter$25.next(); !$jscomp$key$1866876209$15$key.done; $jscomp$key$1866876209$15$key = $jscomp$iter$25.next()) {
7923
+ var key = $jscomp$key$1866876209$15$key.value;
8076
7924
  if (!otherMap.has(key) || !valueEqualityFn(map.get(key), otherMap.get(key))) {
8077
7925
  return !1;
8078
7926
  }
@@ -8080,15 +7928,15 @@ goog.collections.maps.equals = function(map, otherMap, valueEqualityFn) {
8080
7928
  return !0;
8081
7929
  };
8082
7930
  goog.collections.maps.transpose = function(map) {
8083
- for (var transposed = new Map(), $jscomp$iter$26 = $jscomp.makeIterator(map.keys()), $jscomp$key$key = $jscomp$iter$26.next(); !$jscomp$key$key.done; $jscomp$key$key = $jscomp$iter$26.next()) {
8084
- var key = $jscomp$key$key.value, val = map.get(key);
7931
+ for (var transposed = new Map(), $jscomp$iter$26 = $jscomp.makeIterator(map.keys()), $jscomp$key$1866876209$16$key = $jscomp$iter$26.next(); !$jscomp$key$1866876209$16$key.done; $jscomp$key$1866876209$16$key = $jscomp$iter$26.next()) {
7932
+ var key = $jscomp$key$1866876209$16$key.value, val = map.get(key);
8085
7933
  transposed.set(val, key);
8086
7934
  }
8087
7935
  return transposed;
8088
7936
  };
8089
7937
  goog.collections.maps.toObject = function(map) {
8090
- for (var obj = {}, $jscomp$iter$27 = $jscomp.makeIterator(map.keys()), $jscomp$key$key = $jscomp$iter$27.next(); !$jscomp$key$key.done; $jscomp$key$key = $jscomp$iter$27.next()) {
8091
- var key = $jscomp$key$key.value;
7938
+ for (var obj = {}, $jscomp$iter$27 = $jscomp.makeIterator(map.keys()), $jscomp$key$1866876209$17$key = $jscomp$iter$27.next(); !$jscomp$key$1866876209$17$key.done; $jscomp$key$1866876209$17$key = $jscomp$iter$27.next()) {
7939
+ var key = $jscomp$key$1866876209$17$key.value;
8092
7940
  obj[key] = map.get(key);
8093
7941
  }
8094
7942
  return obj;
@@ -8816,8 +8664,8 @@ function module$contents$eeapiclient$request_params_processParams(params) {
8816
8664
  }
8817
8665
  module$exports$eeapiclient$request_params.processParams = module$contents$eeapiclient$request_params_processParams;
8818
8666
  function module$contents$eeapiclient$request_params_buildQueryParams(params, mapping, passthroughParams) {
8819
- for (var urlQueryParams = passthroughParams = void 0 === passthroughParams ? {} : passthroughParams, $jscomp$iter$28 = $jscomp.makeIterator(Object.entries(mapping)), $jscomp$key$ = $jscomp$iter$28.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$28.next()) {
8820
- var $jscomp$destructuring$var27 = $jscomp.makeIterator($jscomp$key$.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;
8667
+ 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()) {
8668
+ 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;
8821
8669
  jsName in params && (urlQueryParams[urlQueryParamName] = params[jsName]);
8822
8670
  }
8823
8671
  return urlQueryParams;
@@ -8828,8 +8676,8 @@ module$exports$eeapiclient$request_params.bypassCorsPreflight = function(params)
8828
8676
  var safeHeaders = {}, unsafeHeaders = {}, hasUnsafeHeaders = !1, hasContentType = !1;
8829
8677
  if (params.headers) {
8830
8678
  hasContentType = null != params.headers["Content-Type"];
8831
- for (var $jscomp$iter$29 = $jscomp.makeIterator(Object.entries(params.headers)), $jscomp$key$ = $jscomp$iter$29.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$29.next()) {
8832
- var $jscomp$destructuring$var29 = $jscomp.makeIterator($jscomp$key$.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;
8679
+ 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()) {
8680
+ 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;
8833
8681
  module$contents$eeapiclient$request_params_simpleCorsAllowedHeaders.includes(key) ? safeHeaders[key] = value : (unsafeHeaders[key] = value, hasUnsafeHeaders = !0);
8834
8682
  }
8835
8683
  }
@@ -8879,8 +8727,8 @@ module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.build =
8879
8727
  return Promise.all(this.files.map(function(f) {
8880
8728
  return $jscomp$this$m667091202$6.encodeFile(f);
8881
8729
  })).then(function(filePayloads) {
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()) {
8883
- payload += $jscomp$key$filePayload.value;
8730
+ 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()) {
8731
+ payload += $jscomp$key$m667091202$9$filePayload.value;
8884
8732
  }
8885
8733
  return payload += "\r\n--" + $jscomp$this$m667091202$6._boundary + "--";
8886
8734
  });
@@ -10400,13 +10248,14 @@ module$exports$eeapiclient$ee_api_client.ExportClassifierRequest = function(para
10400
10248
  this.Serializable$set("assetExportOptions", null == parameters.assetExportOptions ? null : parameters.assetExportOptions);
10401
10249
  this.Serializable$set("maxWorkers", null == parameters.maxWorkers ? null : parameters.maxWorkers);
10402
10250
  this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
10251
+ this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
10403
10252
  };
10404
10253
  $jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportClassifierRequest, module$exports$eeapiclient$domain_object.Serializable);
10405
10254
  module$exports$eeapiclient$ee_api_client.ExportClassifierRequest.prototype.getConstructor = function() {
10406
10255
  return module$exports$eeapiclient$ee_api_client.ExportClassifierRequest;
10407
10256
  };
10408
10257
  module$exports$eeapiclient$ee_api_client.ExportClassifierRequest.prototype.getPartialClassMetadata = function() {
10409
- return {keys:"assetExportOptions description expression maxWorkers requestId workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.ClassifierAssetExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression}};
10258
+ return {keys:"assetExportOptions description expression maxWorkers priority requestId workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.ClassifierAssetExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression}};
10410
10259
  };
10411
10260
  $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportClassifierRequest.prototype, {assetExportOptions:{configurable:!0, enumerable:!0, get:function() {
10412
10261
  return this.Serializable$has("assetExportOptions") ? this.Serializable$get("assetExportOptions") : null;
@@ -10424,6 +10273,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
10424
10273
  return this.Serializable$has("maxWorkers") ? this.Serializable$get("maxWorkers") : null;
10425
10274
  }, set:function(value) {
10426
10275
  this.Serializable$set("maxWorkers", value);
10276
+ }}, priority:{configurable:!0, enumerable:!0, get:function() {
10277
+ return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
10278
+ }, set:function(value) {
10279
+ this.Serializable$set("priority", value);
10427
10280
  }}, requestId:{configurable:!0, enumerable:!0, get:function() {
10428
10281
  return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
10429
10282
  }, set:function(value) {
@@ -10447,13 +10300,14 @@ module$exports$eeapiclient$ee_api_client.ExportImageRequest = function(parameter
10447
10300
  this.Serializable$set("requestId", null == parameters.requestId ? null : parameters.requestId);
10448
10301
  this.Serializable$set("maxWorkers", null == parameters.maxWorkers ? null : parameters.maxWorkers);
10449
10302
  this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
10303
+ this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
10450
10304
  };
10451
10305
  $jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportImageRequest, module$exports$eeapiclient$domain_object.Serializable);
10452
10306
  module$exports$eeapiclient$ee_api_client.ExportImageRequest.prototype.getConstructor = function() {
10453
10307
  return module$exports$eeapiclient$ee_api_client.ExportImageRequest;
10454
10308
  };
10455
10309
  module$exports$eeapiclient$ee_api_client.ExportImageRequest.prototype.getPartialClassMetadata = function() {
10456
- return {keys:"assetExportOptions description expression fileExportOptions grid maxPixels maxWorkers requestId workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.ImageAssetExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression, fileExportOptions:module$exports$eeapiclient$ee_api_client.ImageFileExportOptions, grid:module$exports$eeapiclient$ee_api_client.PixelGrid}};
10310
+ return {keys:"assetExportOptions description expression fileExportOptions grid maxPixels maxWorkers priority requestId workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.ImageAssetExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression, fileExportOptions:module$exports$eeapiclient$ee_api_client.ImageFileExportOptions, grid:module$exports$eeapiclient$ee_api_client.PixelGrid}};
10457
10311
  };
10458
10312
  $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportImageRequest.prototype, {assetExportOptions:{configurable:!0, enumerable:!0, get:function() {
10459
10313
  return this.Serializable$has("assetExportOptions") ? this.Serializable$get("assetExportOptions") : null;
@@ -10483,6 +10337,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
10483
10337
  return this.Serializable$has("maxWorkers") ? this.Serializable$get("maxWorkers") : null;
10484
10338
  }, set:function(value) {
10485
10339
  this.Serializable$set("maxWorkers", value);
10340
+ }}, priority:{configurable:!0, enumerable:!0, get:function() {
10341
+ return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
10342
+ }, set:function(value) {
10343
+ this.Serializable$set("priority", value);
10486
10344
  }}, requestId:{configurable:!0, enumerable:!0, get:function() {
10487
10345
  return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
10488
10346
  }, set:function(value) {
@@ -10504,13 +10362,14 @@ module$exports$eeapiclient$ee_api_client.ExportMapRequest = function(parameters)
10504
10362
  this.Serializable$set("requestId", null == parameters.requestId ? null : parameters.requestId);
10505
10363
  this.Serializable$set("maxWorkers", null == parameters.maxWorkers ? null : parameters.maxWorkers);
10506
10364
  this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
10365
+ this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
10507
10366
  };
10508
10367
  $jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportMapRequest, module$exports$eeapiclient$domain_object.Serializable);
10509
10368
  module$exports$eeapiclient$ee_api_client.ExportMapRequest.prototype.getConstructor = function() {
10510
10369
  return module$exports$eeapiclient$ee_api_client.ExportMapRequest;
10511
10370
  };
10512
10371
  module$exports$eeapiclient$ee_api_client.ExportMapRequest.prototype.getPartialClassMetadata = function() {
10513
- return {keys:"description expression maxWorkers requestId tileExportOptions tileOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, tileExportOptions:module$exports$eeapiclient$ee_api_client.ImageFileExportOptions, tileOptions:module$exports$eeapiclient$ee_api_client.TileOptions}};
10372
+ return {keys:"description expression maxWorkers priority requestId tileExportOptions tileOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, tileExportOptions:module$exports$eeapiclient$ee_api_client.ImageFileExportOptions, tileOptions:module$exports$eeapiclient$ee_api_client.TileOptions}};
10514
10373
  };
10515
10374
  $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportMapRequest.prototype, {description:{configurable:!0, enumerable:!0, get:function() {
10516
10375
  return this.Serializable$has("description") ? this.Serializable$get("description") : null;
@@ -10524,6 +10383,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
10524
10383
  return this.Serializable$has("maxWorkers") ? this.Serializable$get("maxWorkers") : null;
10525
10384
  }, set:function(value) {
10526
10385
  this.Serializable$set("maxWorkers", value);
10386
+ }}, priority:{configurable:!0, enumerable:!0, get:function() {
10387
+ return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
10388
+ }, set:function(value) {
10389
+ this.Serializable$set("priority", value);
10527
10390
  }}, requestId:{configurable:!0, enumerable:!0, get:function() {
10528
10391
  return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
10529
10392
  }, set:function(value) {
@@ -10559,13 +10422,14 @@ module$exports$eeapiclient$ee_api_client.ExportTableRequest = function(parameter
10559
10422
  this.Serializable$set("maxVertices", null == parameters.maxVertices ? null : parameters.maxVertices);
10560
10423
  this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
10561
10424
  this.Serializable$set("policy", null == parameters.policy ? null : parameters.policy);
10425
+ this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
10562
10426
  };
10563
10427
  $jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportTableRequest, module$exports$eeapiclient$domain_object.Serializable);
10564
10428
  module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype.getConstructor = function() {
10565
10429
  return module$exports$eeapiclient$ee_api_client.ExportTableRequest;
10566
10430
  };
10567
10431
  module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype.getPartialClassMetadata = function() {
10568
- return {keys:"assetExportOptions bigqueryExportOptions description expression featureViewExportOptions fileExportOptions maxErrorMeters maxVertices maxWorkers policy requestId selectors workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.TableAssetExportOptions, bigqueryExportOptions:module$exports$eeapiclient$ee_api_client.BigQueryExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression,
10432
+ return {keys:"assetExportOptions bigqueryExportOptions description expression featureViewExportOptions fileExportOptions maxErrorMeters maxVertices maxWorkers policy priority requestId selectors workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.TableAssetExportOptions, bigqueryExportOptions:module$exports$eeapiclient$ee_api_client.BigQueryExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression,
10569
10433
  featureViewExportOptions:module$exports$eeapiclient$ee_api_client.FeatureViewAssetExportOptions, fileExportOptions:module$exports$eeapiclient$ee_api_client.TableFileExportOptions, policy:module$exports$eeapiclient$ee_api_client.Policy}};
10570
10434
  };
10571
10435
  $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype, {assetExportOptions:{configurable:!0, enumerable:!0, get:function() {
@@ -10608,6 +10472,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
10608
10472
  return this.Serializable$has("policy") ? this.Serializable$get("policy") : null;
10609
10473
  }, set:function(value) {
10610
10474
  this.Serializable$set("policy", value);
10475
+ }}, priority:{configurable:!0, enumerable:!0, get:function() {
10476
+ return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
10477
+ }, set:function(value) {
10478
+ this.Serializable$set("priority", value);
10611
10479
  }}, requestId:{configurable:!0, enumerable:!0, get:function() {
10612
10480
  return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
10613
10481
  }, set:function(value) {
@@ -10635,13 +10503,14 @@ module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest = function(parame
10635
10503
  this.Serializable$set("version", null == parameters.version ? null : parameters.version);
10636
10504
  this.Serializable$set("maxWorkers", null == parameters.maxWorkers ? null : parameters.maxWorkers);
10637
10505
  this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
10506
+ this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
10638
10507
  };
10639
10508
  $jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest, module$exports$eeapiclient$domain_object.Serializable);
10640
10509
  module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest.prototype.getConstructor = function() {
10641
10510
  return module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest;
10642
10511
  };
10643
10512
  module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest.prototype.getPartialClassMetadata = function() {
10644
- return {enums:{version:module$exports$eeapiclient$ee_api_client.ExportVideoMapRequestVersionEnum}, keys:"description expression maxWorkers requestId tileExportOptions tileOptions version videoOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, tileExportOptions:module$exports$eeapiclient$ee_api_client.VideoFileExportOptions, tileOptions:module$exports$eeapiclient$ee_api_client.TileOptions,
10513
+ return {enums:{version:module$exports$eeapiclient$ee_api_client.ExportVideoMapRequestVersionEnum}, keys:"description expression maxWorkers priority requestId tileExportOptions tileOptions version videoOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, tileExportOptions:module$exports$eeapiclient$ee_api_client.VideoFileExportOptions, tileOptions:module$exports$eeapiclient$ee_api_client.TileOptions,
10645
10514
  videoOptions:module$exports$eeapiclient$ee_api_client.VideoOptions}};
10646
10515
  };
10647
10516
  $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest.prototype, {description:{configurable:!0, enumerable:!0, get:function() {
@@ -10656,6 +10525,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
10656
10525
  return this.Serializable$has("maxWorkers") ? this.Serializable$get("maxWorkers") : null;
10657
10526
  }, set:function(value) {
10658
10527
  this.Serializable$set("maxWorkers", value);
10528
+ }}, priority:{configurable:!0, enumerable:!0, get:function() {
10529
+ return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
10530
+ }, set:function(value) {
10531
+ this.Serializable$set("priority", value);
10659
10532
  }}, requestId:{configurable:!0, enumerable:!0, get:function() {
10660
10533
  return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
10661
10534
  }, set:function(value) {
@@ -10696,13 +10569,14 @@ module$exports$eeapiclient$ee_api_client.ExportVideoRequest = function(parameter
10696
10569
  this.Serializable$set("requestId", null == parameters.requestId ? null : parameters.requestId);
10697
10570
  this.Serializable$set("maxWorkers", null == parameters.maxWorkers ? null : parameters.maxWorkers);
10698
10571
  this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
10572
+ this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
10699
10573
  };
10700
10574
  $jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportVideoRequest, module$exports$eeapiclient$domain_object.Serializable);
10701
10575
  module$exports$eeapiclient$ee_api_client.ExportVideoRequest.prototype.getConstructor = function() {
10702
10576
  return module$exports$eeapiclient$ee_api_client.ExportVideoRequest;
10703
10577
  };
10704
10578
  module$exports$eeapiclient$ee_api_client.ExportVideoRequest.prototype.getPartialClassMetadata = function() {
10705
- return {keys:"description expression fileExportOptions maxWorkers requestId videoOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, fileExportOptions:module$exports$eeapiclient$ee_api_client.VideoFileExportOptions, videoOptions:module$exports$eeapiclient$ee_api_client.VideoOptions}};
10579
+ return {keys:"description expression fileExportOptions maxWorkers priority requestId videoOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, fileExportOptions:module$exports$eeapiclient$ee_api_client.VideoFileExportOptions, videoOptions:module$exports$eeapiclient$ee_api_client.VideoOptions}};
10706
10580
  };
10707
10581
  $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportVideoRequest.prototype, {description:{configurable:!0, enumerable:!0, get:function() {
10708
10582
  return this.Serializable$has("description") ? this.Serializable$get("description") : null;
@@ -10720,6 +10594,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
10720
10594
  return this.Serializable$has("maxWorkers") ? this.Serializable$get("maxWorkers") : null;
10721
10595
  }, set:function(value) {
10722
10596
  this.Serializable$set("maxWorkers", value);
10597
+ }}, priority:{configurable:!0, enumerable:!0, get:function() {
10598
+ return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
10599
+ }, set:function(value) {
10600
+ this.Serializable$set("priority", value);
10723
10601
  }}, requestId:{configurable:!0, enumerable:!0, get:function() {
10724
10602
  return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
10725
10603
  }, set:function(value) {
@@ -14909,7 +14787,6 @@ goog.dom.getElementByTagNameAndClass_ = function(doc, opt_tag, opt_class, opt_el
14909
14787
  goog.dom.$$ = goog.dom.getElementsByTagNameAndClass;
14910
14788
  goog.dom.setProperties = function(element, properties) {
14911
14789
  module$contents$goog$object_forEach(properties, function(val, key) {
14912
- val && "object" == typeof val && val.implementsGoogStringTypedString && (val = val.getTypedStringValue());
14913
14790
  "style" == key ? element.style.cssText = val : "class" == key ? element.className = val : "for" == key ? element.htmlFor = val : goog.dom.DIRECT_ATTRIBUTE_MAP_.hasOwnProperty(key) ? element.setAttribute(goog.dom.DIRECT_ATTRIBUTE_MAP_[key], val) : goog.string.startsWith(key, "aria-") || goog.string.startsWith(key, "data-") ? element.setAttribute(key, val) : element[key] = val;
14914
14791
  });
14915
14792
  };
@@ -17248,8 +17125,8 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
17248
17125
  headers.set(key, opt_headers[key]);
17249
17126
  }
17250
17127
  } else if ("function" === typeof opt_headers.keys && "function" === typeof opt_headers.get) {
17251
- for (var $jscomp$iter$31 = $jscomp.makeIterator(opt_headers.keys()), $jscomp$key$key = $jscomp$iter$31.next(); !$jscomp$key$key.done; $jscomp$key$key = $jscomp$iter$31.next()) {
17252
- var key$jscomp$0 = $jscomp$key$key.value;
17128
+ for (var $jscomp$iter$31 = $jscomp.makeIterator(opt_headers.keys()), $jscomp$key$m71669834$55$key = $jscomp$iter$31.next(); !$jscomp$key$m71669834$55$key.done; $jscomp$key$m71669834$55$key = $jscomp$iter$31.next()) {
17129
+ var key$jscomp$0 = $jscomp$key$m71669834$55$key.value;
17253
17130
  headers.set(key$jscomp$0, opt_headers.get(key$jscomp$0));
17254
17131
  }
17255
17132
  } else {
@@ -17260,8 +17137,8 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
17260
17137
  return goog.string.caseInsensitiveEquals(goog.net.XhrIo.CONTENT_TYPE_HEADER, header);
17261
17138
  }), contentIsFormData = goog.global.FormData && content instanceof goog.global.FormData;
17262
17139
  !module$contents$goog$array_contains(goog.net.XhrIo.METHODS_WITH_FORM_DATA, method) || contentTypeKey || contentIsFormData || headers.set(goog.net.XhrIo.CONTENT_TYPE_HEADER, goog.net.XhrIo.FORM_CONTENT_TYPE);
17263
- for (var $jscomp$iter$32 = $jscomp.makeIterator(headers), $jscomp$key$ = $jscomp$iter$32.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$32.next()) {
17264
- var $jscomp$destructuring$var31 = $jscomp.makeIterator($jscomp$key$.value), key$jscomp$1 = $jscomp$destructuring$var31.next().value, value = $jscomp$destructuring$var31.next().value;
17140
+ for (var $jscomp$iter$32 = $jscomp.makeIterator(headers), $jscomp$key$m71669834$56$ = $jscomp$iter$32.next(); !$jscomp$key$m71669834$56$.done; $jscomp$key$m71669834$56$ = $jscomp$iter$32.next()) {
17141
+ var $jscomp$destructuring$var31 = $jscomp.makeIterator($jscomp$key$m71669834$56$.value), key$jscomp$1 = $jscomp$destructuring$var31.next().value, value = $jscomp$destructuring$var31.next().value;
17265
17142
  this.xhr_.setRequestHeader(key$jscomp$1, value);
17266
17143
  }
17267
17144
  this.responseType_ && (this.xhr_.responseType = this.responseType_);
@@ -17506,14 +17383,6 @@ goog.debug.entryPointRegistry.register(function(transformer) {
17506
17383
  });
17507
17384
  var module$exports$safevalues$builders$sensitive_attributes = {}, module$contents$safevalues$builders$sensitive_attributes_module = module$contents$safevalues$builders$sensitive_attributes_module || {id:"third_party/javascript/safevalues/builders/sensitive_attributes.closure.js"};
17508
17385
  module$exports$safevalues$builders$sensitive_attributes.SECURITY_SENSITIVE_ATTRIBUTES = "src srcdoc codebase data href rel action formaction sandbox cite poster icon".split(" ");
17509
- var module$exports$safevalues$internals$secrets = {}, module$contents$safevalues$internals$secrets_module = module$contents$safevalues$internals$secrets_module || {id:"third_party/javascript/safevalues/internals/secrets.closure.js"};
17510
- module$exports$safevalues$internals$secrets.secretToken = {};
17511
- function module$contents$safevalues$internals$secrets_ensureTokenIsValid(token) {
17512
- if (goog.DEBUG && token !== module$exports$safevalues$internals$secrets.secretToken) {
17513
- throw Error("Bad secret");
17514
- }
17515
- }
17516
- module$exports$safevalues$internals$secrets.ensureTokenIsValid = module$contents$safevalues$internals$secrets_ensureTokenIsValid;
17517
17386
  var module$exports$safevalues$internals$attribute_impl = {}, module$contents$safevalues$internals$attribute_impl_module = module$contents$safevalues$internals$attribute_impl_module || {id:"third_party/javascript/safevalues/internals/attribute_impl.closure.js"};
17518
17387
  module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix = function() {
17519
17388
  };
@@ -17582,10 +17451,6 @@ function module$contents$safevalues$builders$attribute_builders_safeAttrPrefix(t
17582
17451
  return module$contents$safevalues$internals$attribute_impl_createAttributePrefixInternal(attrPrefix);
17583
17452
  }
17584
17453
  ;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"};
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
17454
  function module$contents$safevalues$builders$document_fragment_builders_htmlFragment(templateObj) {
17590
17455
  goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, 0);
17591
17456
  return document.createRange().createContextualFragment(module$contents$safevalues$internals$html_impl_unwrapHtml(module$contents$safevalues$internals$html_impl_createHtmlInternal(templateObj[0])));
@@ -17634,11 +17499,7 @@ module$exports$safevalues$builders$style_sheet_builders.safeStyleSheet = functio
17634
17499
  module$exports$safevalues$builders$style_sheet_builders.concatStyleSheets = function(sheets) {
17635
17500
  return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(sheets.map(module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet).join(""));
17636
17501
  };
17637
- var module$contents$safevalues$internals$pure_module = module$contents$safevalues$internals$pure_module || {id:"third_party/javascript/safevalues/internals/pure.closure.js"};
17638
- function module$contents$safevalues$internals$pure_pure(valueOf) {
17639
- return {valueOf:valueOf}.valueOf();
17640
- }
17641
- ;var module$exports$safevalues$builders$url_builders = {}, module$contents$safevalues$builders$url_builders_module = module$contents$safevalues$builders$url_builders_module || {id:"third_party/javascript/safevalues/builders/url_builders.closure.js"};
17502
+ var module$exports$safevalues$builders$url_builders = {}, module$contents$safevalues$builders$url_builders_module = module$contents$safevalues$builders$url_builders_module || {id:"third_party/javascript/safevalues/builders/url_builders.closure.js"};
17642
17503
  function module$contents$safevalues$builders$url_builders_isSafeMimeType(mimeType) {
17643
17504
  var match = mimeType.match(/^([^;]+)(?:;\w+=(?:\w+|"[\w;,= ]+"))*$/i);
17644
17505
  return 2 === (null == match ? void 0 : match.length) && (module$contents$safevalues$builders$url_builders_isSafeImageMimeType(match[1]) || module$contents$safevalues$builders$url_builders_isSafeVideoMimeType(match[1]) || module$contents$safevalues$builders$url_builders_isSafeAudioMimeType(match[1]) || module$contents$safevalues$builders$url_builders_isSafeFontMimeType(match[1]));
@@ -17678,7 +17539,7 @@ module$exports$safevalues$builders$url_builders.SanitizableUrlScheme = {TEL:modu
17678
17539
  return /^[^:]*([/?#]|$)/.test(url);
17679
17540
  }), MAILTO:module$contents$safevalues$builders$url_builders_simpleScheme("mailto"), INTENT:module$contents$safevalues$builders$url_builders_simpleScheme("intent"), MARKET:module$contents$safevalues$builders$url_builders_simpleScheme("market"), ITMS:module$contents$safevalues$builders$url_builders_simpleScheme("itms"), ITMS_APPSS:module$contents$safevalues$builders$url_builders_simpleScheme("itms-appss"),
17680
17541
  ITMS_SERVICES:module$contents$safevalues$builders$url_builders_simpleScheme("itms-services"), FACEBOOK_MESSENGER:module$contents$safevalues$builders$url_builders_simpleScheme("fb-messenger"), WHATSAPP:module$contents$safevalues$builders$url_builders_simpleScheme("whatsapp"), SIP:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
17681
- return 0 === url.indexOf("sip://") || 0 === url.indexOf("sips://");
17542
+ return 0 === url.indexOf("sip:") || 0 === url.indexOf("sips:");
17682
17543
  }), SMS:module$contents$safevalues$builders$url_builders_simpleScheme("sms"), VND_YOUTUBE:module$contents$safevalues$builders$url_builders_simpleScheme("vnd.youtube")};
17683
17544
  var module$contents$safevalues$builders$url_builders_DEFAULT_SCHEMES = [module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.DATA, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.HTTP, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.HTTPS, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.MAILTO,
17684
17545
  module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.FTP, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.RELATIVE];
@@ -18166,8 +18027,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
18166
18027
  return document.createTextNode(textNode.data);
18167
18028
  };
18168
18029
  module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeElementNode = function(elementNode, inertDocument) {
18169
- 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$ = $jscomp$iter$33.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$33.next()) {
18170
- var $jscomp$destructuring$var33 = $jscomp$key$.value, name = $jscomp$destructuring$var33.name, value = $jscomp$destructuring$var33.value, policy = this.sanitizerTable.getAttributePolicy(name, elementName);
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$m1803429925$25$ = $jscomp$iter$33.next(); !$jscomp$key$m1803429925$25$.done; $jscomp$key$m1803429925$25$ = $jscomp$iter$33.next()) {
18031
+ 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);
18171
18032
  if (this.satisfiesAllConditions(policy.conditions, dirtyAttributes)) {
18172
18033
  switch(policy.policyAction) {
18173
18034
  case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP:
@@ -18220,8 +18081,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
18220
18081
  if (!conditions) {
18221
18082
  return !0;
18222
18083
  }
18223
- for (var $jscomp$iter$34 = $jscomp.makeIterator(conditions), $jscomp$key$ = $jscomp$iter$34.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$34.next()) {
18224
- var $jscomp$destructuring$var35 = $jscomp.makeIterator($jscomp$key$.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;
18084
+ 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()) {
18085
+ 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;
18225
18086
  if (value && !expectedValues.has(value)) {
18226
18087
  return !1;
18227
18088
  }
@@ -18275,8 +18136,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
18275
18136
  this.sanitizerTable = module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.defaultSanitizerTable;
18276
18137
  };
18277
18138
  module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowElements = function(elementSet) {
18278
- for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$35 = $jscomp.makeIterator(elementSet), $jscomp$key$element = $jscomp$iter$35.next(); !$jscomp$key$element.done; $jscomp$key$element = $jscomp$iter$35.next()) {
18279
- var element = $jscomp$key$element.value;
18139
+ 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()) {
18140
+ var element = $jscomp$key$m1412690177$0$element.value;
18280
18141
  element = element.toUpperCase();
18281
18142
  if (!this.sanitizerTable.isAllowedElement(element)) {
18282
18143
  throw Error("Element: " + element + ", is not allowed by html5_contract.textpb");
@@ -18294,8 +18155,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
18294
18155
  throw Error("Element: " + element + " is not a custom element");
18295
18156
  }
18296
18157
  if (allowedAttributes) {
18297
- for (var elementPolicy = new Map(), $jscomp$iter$36 = $jscomp.makeIterator(allowedAttributes), $jscomp$key$attribute = $jscomp$iter$36.next(); !$jscomp$key$attribute.done; $jscomp$key$attribute = $jscomp$iter$36.next()) {
18298
- elementPolicy.set($jscomp$key$attribute.value, {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP});
18158
+ 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()) {
18159
+ elementPolicy.set($jscomp$key$m1412690177$1$attribute.value, {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP});
18299
18160
  }
18300
18161
  allowedElementPolicies.set(element, elementPolicy);
18301
18162
  } else {
@@ -18305,15 +18166,15 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
18305
18166
  return this;
18306
18167
  };
18307
18168
  module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowAttributes = function(attributeSet) {
18308
- for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$37 = $jscomp.makeIterator(attributeSet), $jscomp$key$attribute = $jscomp$iter$37.next(); !$jscomp$key$attribute.done; $jscomp$key$attribute = $jscomp$iter$37.next()) {
18309
- var attribute = $jscomp$key$attribute.value;
18169
+ 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()) {
18170
+ var attribute = $jscomp$key$m1412690177$2$attribute.value;
18310
18171
  this.sanitizerTable.allowedGlobalAttributes.has(attribute) && allowedGlobalAttributes.add(attribute);
18311
18172
  this.sanitizerTable.globalAttributePolicies.has(attribute) && globalAttributePolicies.set(attribute, this.sanitizerTable.globalAttributePolicies.get(attribute));
18312
18173
  }
18313
- for (var $jscomp$iter$39 = $jscomp.makeIterator(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$ = $jscomp$iter$39.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$39.next()) {
18314
- for (var $jscomp$destructuring$var37 = $jscomp.makeIterator($jscomp$key$.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$$jscomp$0 = $jscomp$iter$38.next(); !$jscomp$key$$jscomp$0.done; $jscomp$key$$jscomp$0 =
18174
+ 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()) {
18175
+ 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$ =
18315
18176
  $jscomp$iter$38.next()) {
18316
- var $jscomp$destructuring$var39 = $jscomp.makeIterator($jscomp$key$$jscomp$0.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;
18177
+ 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;
18317
18178
  attributeSet.has(attribute$jscomp$0) && newElementPolicy.set(attribute$jscomp$0, attributePolicy);
18318
18179
  }
18319
18180
  elementPolicies.set(elementName, newElementPolicy);
@@ -18322,8 +18183,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
18322
18183
  return this;
18323
18184
  };
18324
18185
  module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.allowDataAttributes = function(attributes) {
18325
- for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$40 = $jscomp.makeIterator(attributes), $jscomp$key$attribute = $jscomp$iter$40.next(); !$jscomp$key$attribute.done; $jscomp$key$attribute = $jscomp$iter$40.next()) {
18326
- var attribute = $jscomp$key$attribute.value;
18186
+ 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()) {
18187
+ var attribute = $jscomp$key$m1412690177$5$attribute.value;
18327
18188
  if (0 !== attribute.indexOf("data-")) {
18328
18189
  throw Error("data attribute: " + attribute + ' does not begin with the prefix "data-"');
18329
18190
  }
@@ -18600,7 +18461,6 @@ module$exports$safevalues$reporting$reporting.TEST_ONLY = {reset:function() {
18600
18461
  var module$exports$safevalues$index = {}, module$contents$safevalues$index_module = module$contents$safevalues$index_module || {id:"third_party/javascript/safevalues/index.closure.js"};
18601
18462
  module$exports$safevalues$index.safeAttrPrefix = module$contents$safevalues$builders$attribute_builders_safeAttrPrefix;
18602
18463
  module$exports$safevalues$index.htmlFragment = module$contents$safevalues$builders$document_fragment_builders_htmlFragment;
18603
- module$exports$safevalues$index.safeFragment = module$contents$safevalues$builders$document_fragment_builders_safeFragment;
18604
18464
  module$exports$safevalues$index.svgFragment = module$contents$safevalues$builders$document_fragment_builders_svgFragment;
18605
18465
  module$exports$safevalues$index.concatHtmls = module$exports$safevalues$builders$html_builders.concatHtmls;
18606
18466
  module$exports$safevalues$index.doctypeHtml = module$exports$safevalues$builders$html_builders.doctypeHtml;
@@ -18646,7 +18506,7 @@ module$exports$safevalues$index.TrustedResourceUrl = goog.html.TrustedResourceUr
18646
18506
  module$exports$safevalues$index.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
18647
18507
  module$exports$safevalues$index.EMPTY_SCRIPT = module$exports$safevalues$internals$script_impl.EMPTY_SCRIPT;
18648
18508
  module$exports$safevalues$index.isScript = module$contents$safevalues$internals$script_impl_isScript;
18649
- module$exports$safevalues$index.SafeScript = module$contents$goog$html$SafeScript_SafeScript;
18509
+ module$exports$safevalues$index.SafeScript = module$exports$safevalues$internals$script_impl.SafeScript;
18650
18510
  module$exports$safevalues$index.unwrapScript = module$contents$safevalues$internals$script_impl_unwrapScript;
18651
18511
  module$exports$safevalues$index.isStyle = module$contents$safevalues$internals$style_impl_isStyle;
18652
18512
  module$exports$safevalues$index.SafeStyle = module$contents$goog$html$SafeStyle_SafeStyle;
@@ -18666,7 +18526,6 @@ module$exports$safevalues$index.styleSheetToHtml = module$exports$safevalues$bui
18666
18526
  module$exports$safevalues$index.safeStyleRule = module$exports$safevalues$builders$style_sheet_builders.safeStyleRule;
18667
18527
  safevalues.safeAttrPrefix = module$contents$safevalues$builders$attribute_builders_safeAttrPrefix;
18668
18528
  safevalues.htmlFragment = module$contents$safevalues$builders$document_fragment_builders_htmlFragment;
18669
- safevalues.safeFragment = module$contents$safevalues$builders$document_fragment_builders_safeFragment;
18670
18529
  safevalues.svgFragment = module$contents$safevalues$builders$document_fragment_builders_svgFragment;
18671
18530
  safevalues.concatHtmls = module$exports$safevalues$index.concatHtmls;
18672
18531
  safevalues.doctypeHtml = module$exports$safevalues$index.doctypeHtml;
@@ -18714,7 +18573,7 @@ safevalues.TrustedResourceUrl = goog.html.TrustedResourceUrl;
18714
18573
  safevalues.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
18715
18574
  safevalues.EMPTY_SCRIPT = module$exports$safevalues$internals$script_impl.EMPTY_SCRIPT;
18716
18575
  safevalues.isScript = module$contents$safevalues$internals$script_impl_isScript;
18717
- safevalues.SafeScript = module$contents$goog$html$SafeScript_SafeScript;
18576
+ safevalues.SafeScript = module$exports$safevalues$internals$script_impl.SafeScript;
18718
18577
  safevalues.unwrapScript = module$contents$safevalues$internals$script_impl_unwrapScript;
18719
18578
  safevalues.isStyle = module$contents$safevalues$internals$style_impl_isStyle;
18720
18579
  safevalues.SafeStyle = module$contents$goog$html$SafeStyle_SafeStyle;
@@ -18732,11 +18591,11 @@ safevalues.HtmlFormatter = module$exports$safevalues$builders$html_formatter.Htm
18732
18591
  safevalues.createHtml = module$exports$safevalues$index.createHtml;
18733
18592
  safevalues.styleSheetToHtml = module$exports$safevalues$index.styleSheetToHtml;
18734
18593
  safevalues.safeStyleRule = module$exports$safevalues$index.safeStyleRule;
18735
- var $jscomp$templatelit$294235699$94 = $jscomp.createTemplateTagFirstArg(["https://apis.google.com/js/client.js?onload=", ""]);
18594
+ var $jscomp$templatelit$294235699$96 = $jscomp.createTemplateTagFirstArg(["https://accounts.google.com/gsi/client"]);
18736
18595
  ee.apiclient = {};
18737
18596
  var module$contents$ee$apiclient_apiclient = {};
18738
18597
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
18739
- ee.apiclient.API_CLIENT_VERSION = "0.1.385";
18598
+ ee.apiclient.API_CLIENT_VERSION = "0.1.388";
18740
18599
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
18741
18600
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
18742
18601
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -18897,8 +18756,8 @@ module$contents$ee$apiclient_BatchRequestService.prototype.send = function(param
18897
18756
  module$contents$ee$apiclient_BatchRequestService.prototype.makeRequest = function(params) {
18898
18757
  };
18899
18758
  module$contents$ee$apiclient_apiclient.parseBatchReply = function(contentType, responseText, handle) {
18900
- for (var boundary = contentType.split("; boundary=")[1], $jscomp$iter$41 = $jscomp.makeIterator(responseText.split("--" + boundary)), $jscomp$key$part = $jscomp$iter$41.next(); !$jscomp$key$part.done; $jscomp$key$part = $jscomp$iter$41.next()) {
18901
- var groups = $jscomp$key$part.value.split("\r\n\r\n");
18759
+ for (var boundary = contentType.split("; boundary=")[1], $jscomp$iter$41 = $jscomp.makeIterator(responseText.split("--" + boundary)), $jscomp$key$294235699$97$part = $jscomp$iter$41.next(); !$jscomp$key$294235699$97$part.done; $jscomp$key$294235699$97$part = $jscomp$iter$41.next()) {
18760
+ var groups = $jscomp$key$294235699$97$part.value.split("\r\n\r\n");
18902
18761
  if (!(3 > groups.length)) {
18903
18762
  var id = groups[0].match(/\r\nContent-ID: <response-([^>]*)>/)[1], status = Number(groups[1].match(/^HTTP\S*\s(\d+)\s/)[1]), text = groups.slice(2).join("\r\n\r\n");
18904
18763
  handle(id, status, text);
@@ -18937,13 +18796,12 @@ module$contents$ee$apiclient_apiclient.setAuthToken = function(clientId, tokenTy
18937
18796
  var tokenObject = {token_type:tokenType, access_token:accessToken, state:scopes.join(" "), expires_in:expiresIn};
18938
18797
  module$contents$ee$apiclient_apiclient.handleAuthResult_(void 0, void 0, tokenObject);
18939
18798
  !1 === updateAuthLibrary ? callback && callback() : module$contents$ee$apiclient_apiclient.ensureAuthLibLoaded_(function() {
18940
- goog.global.gapi.client.setToken(tokenObject);
18941
18799
  callback && callback();
18942
18800
  });
18943
18801
  };
18944
18802
  module$contents$ee$apiclient_apiclient.refreshAuthToken = function(success, error, onImmediateFailed) {
18945
18803
  if (module$contents$ee$apiclient_apiclient.isAuthTokenRefreshingEnabled_()) {
18946
- var authArgs = {client_id:String(module$contents$ee$apiclient_apiclient.authClientId_), immediate:!0, scope:module$contents$ee$apiclient_apiclient.authScopes_.join(" "), plugin_name:"earthengine"};
18804
+ var authArgs = {client_id:String(module$contents$ee$apiclient_apiclient.authClientId_), scope:module$contents$ee$apiclient_apiclient.authScopes_.join(" "), plugin_name:"earthengine"};
18947
18805
  module$contents$ee$apiclient_apiclient.authTokenRefresher_(authArgs, function(result) {
18948
18806
  if ("immediate_failed" == result.error && onImmediateFailed) {
18949
18807
  onImmediateFailed();
@@ -18952,7 +18810,7 @@ module$contents$ee$apiclient_apiclient.refreshAuthToken = function(success, erro
18952
18810
  try {
18953
18811
  module$contents$ee$apiclient_apiclient.ensureAuthLibLoaded_(function() {
18954
18812
  try {
18955
- goog.global.gapi.client.setToken(result), module$contents$ee$apiclient_apiclient.handleAuthResult_(success, error, result);
18813
+ module$contents$ee$apiclient_apiclient.handleAuthResult_(success, error, result);
18956
18814
  } catch (e) {
18957
18815
  error(e.toString());
18958
18816
  }
@@ -19027,8 +18885,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
19027
18885
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
19028
18886
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
19029
18887
  method = method || "POST";
19030
- var headers = {"Content-Type":contentType}, version = "0.1.385";
19031
- "0.1.385" === version && (version = "latest");
18888
+ var headers = {"Content-Type":contentType}, version = "0.1.388";
18889
+ "0.1.388" === version && (version = "latest");
19032
18890
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
19033
18891
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
19034
18892
  if (null != authToken) {
@@ -19137,22 +18995,14 @@ module$contents$ee$apiclient_apiclient.handleResponse_ = function(status, getRes
19137
18995
  };
19138
18996
  module$contents$ee$apiclient_apiclient.ensureAuthLibLoaded_ = function(callback) {
19139
18997
  var done = function() {
19140
- goog.global.gapi.config.update("client/cors", !0);
19141
- module$contents$ee$apiclient_apiclient.authTokenRefresher_ || module$contents$ee$apiclient_apiclient.setAuthTokenRefresher(goog.global.gapi.auth2.authorize);
18998
+ module$contents$ee$apiclient_apiclient.authTokenRefresher_ || module$contents$ee$apiclient_apiclient.setAuthTokenRefresher(function(authArgs, refresherCallback) {
18999
+ goog.global.google.accounts.oauth2.initTokenClient({client_id:authArgs.client_id, callback:refresherCallback, scope:authArgs.scope}).requestAccessToken();
19000
+ });
19142
19001
  callback();
19143
19002
  };
19144
- if (goog.isObject(goog.global.gapi) && goog.isObject(goog.global.gapi.auth2) && "function" === typeof goog.global.gapi.auth2.authorize) {
19145
- done();
19146
- } else {
19147
- for (var callbackName = Date.now().toString(36); callbackName in goog.global;) {
19148
- callbackName += "_";
19149
- }
19150
- goog.global[callbackName] = function() {
19151
- delete goog.global[callbackName];
19152
- done();
19153
- };
19154
- goog.net.jsloader.safeLoad(module$contents$safevalues$builders$resource_url_builders_trustedResourceUrl($jscomp$templatelit$294235699$94, callbackName));
19155
- }
19003
+ (function() {
19004
+ goog.isObject(goog.global.default_gsi) ? done() : goog.net.jsloader.safeLoad(module$contents$safevalues$builders$resource_url_builders_trustedResourceUrl($jscomp$templatelit$294235699$96)).addCallback(done);
19005
+ })();
19156
19006
  };
19157
19007
  module$contents$ee$apiclient_apiclient.handleAuthResult_ = function(success, error, result) {
19158
19008
  if (result.access_token) {
@@ -19169,8 +19019,8 @@ module$contents$ee$apiclient_apiclient.handleAuthResult_ = function(success, err
19169
19019
  }
19170
19020
  };
19171
19021
  module$contents$ee$apiclient_apiclient.makeRequest_ = function(params) {
19172
- for (var request = new goog.Uri.QueryData(), $jscomp$iter$42 = $jscomp.makeIterator(Object.entries(params)), $jscomp$key$ = $jscomp$iter$42.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$42.next()) {
19173
- var $jscomp$destructuring$var47 = $jscomp.makeIterator($jscomp$key$.value), name = $jscomp$destructuring$var47.next().value, item = $jscomp$destructuring$var47.next().value;
19022
+ for (var request = new goog.Uri.QueryData(), $jscomp$iter$42 = $jscomp.makeIterator(Object.entries(params)), $jscomp$key$294235699$98$ = $jscomp$iter$42.next(); !$jscomp$key$294235699$98$.done; $jscomp$key$294235699$98$ = $jscomp$iter$42.next()) {
19023
+ var $jscomp$destructuring$var47 = $jscomp.makeIterator($jscomp$key$294235699$98$.value), name = $jscomp$destructuring$var47.next().value, item = $jscomp$destructuring$var47.next().value;
19174
19024
  request.set(name, item);
19175
19025
  }
19176
19026
  return request;
@@ -19269,7 +19119,6 @@ module$contents$ee$apiclient_apiclient.AUTH_SCOPE_ = "https://www.googleapis.com
19269
19119
  module$contents$ee$apiclient_apiclient.READ_ONLY_AUTH_SCOPE_ = "https://www.googleapis.com/auth/earthengine.readonly";
19270
19120
  module$contents$ee$apiclient_apiclient.CLOUD_PLATFORM_SCOPE_ = "https://www.googleapis.com/auth/cloud-platform";
19271
19121
  module$contents$ee$apiclient_apiclient.DEFAULT_AUTH_SCOPES_ = [module$contents$ee$apiclient_apiclient.AUTH_SCOPE_, module$contents$ee$apiclient_apiclient.CLOUD_PLATFORM_SCOPE_];
19272
- module$contents$ee$apiclient_apiclient.AUTH_LIBRARY_URL_ = goog.string.Const.from("https://apis.google.com/js/client.js?onload=%{onload}");
19273
19122
  module$contents$ee$apiclient_apiclient.STORAGE_SCOPE_ = "https://www.googleapis.com/auth/devstorage.read_write";
19274
19123
  module$contents$ee$apiclient_apiclient.cloudApiKey_ = null;
19275
19124
  module$contents$ee$apiclient_apiclient.initialized_ = !1;
@@ -19288,6 +19137,8 @@ module$contents$ee$apiclient_apiclient.DEFAULT_API_BASE_URL_ = "https://eartheng
19288
19137
  module$contents$ee$apiclient_apiclient.DEFAULT_TILE_BASE_URL_ = "https://earthengine.googleapis.com";
19289
19138
  module$contents$ee$apiclient_apiclient.AuthArgs = function() {
19290
19139
  };
19140
+ var module$contents$ee$apiclient_TokenClient = function() {
19141
+ };
19291
19142
  module$contents$ee$apiclient_apiclient.AuthResponse = function() {
19292
19143
  };
19293
19144
  ee.apiclient.Call = module$contents$ee$apiclient_Call;
@@ -19523,8 +19374,8 @@ ee.rpc_convert.algorithms = function(result) {
19523
19374
  algorithm.deprecated && (internalAlgorithm.deprecated = algorithm.deprecationReason);
19524
19375
  algorithm.sourceCodeUri && (internalAlgorithm.sourceCodeUri = algorithm.sourceCodeUri);
19525
19376
  return internalAlgorithm;
19526
- }, internalAlgorithms = {}, $jscomp$iter$43 = $jscomp.makeIterator(result.algorithms || []), $jscomp$key$algorithm = $jscomp$iter$43.next(); !$jscomp$key$algorithm.done; $jscomp$key$algorithm = $jscomp$iter$43.next()) {
19527
- var algorithm = $jscomp$key$algorithm.value, name = algorithm.name.replace(/^algorithms\//, "");
19377
+ }, internalAlgorithms = {}, $jscomp$iter$43 = $jscomp.makeIterator(result.algorithms || []), $jscomp$key$1418108943$48$algorithm = $jscomp$iter$43.next(); !$jscomp$key$1418108943$48$algorithm.done; $jscomp$key$1418108943$48$algorithm = $jscomp$iter$43.next()) {
19378
+ var algorithm = $jscomp$key$1418108943$48$algorithm.value, name = algorithm.name.replace(/^algorithms\//, "");
19528
19379
  internalAlgorithms[name] = convertAlgorithm(algorithm);
19529
19380
  }
19530
19381
  return internalAlgorithms;
@@ -19673,8 +19524,8 @@ ee.rpc_convert.getListToListAssets = function(param) {
19673
19524
  param.bbox && param.region && console.warn("Multiple request parameters converted to region");
19674
19525
  for (var allKeys = "id num starttime endtime bbox region".split(" "), $jscomp$iter$44 = $jscomp.makeIterator(Object.keys(param).filter(function(k) {
19675
19526
  return !allKeys.includes(k);
19676
- })), $jscomp$key$key = $jscomp$iter$44.next(); !$jscomp$key$key.done; $jscomp$key$key = $jscomp$iter$44.next()) {
19677
- console.warn("Unrecognized key " + $jscomp$key$key.value + " ignored");
19527
+ })), $jscomp$key$1418108943$49$key = $jscomp$iter$44.next(); !$jscomp$key$1418108943$49$key.done; $jscomp$key$1418108943$49$key = $jscomp$iter$44.next()) {
19528
+ console.warn("Unrecognized key " + $jscomp$key$1418108943$49$key.value + " ignored");
19678
19529
  }
19679
19530
  return ee.rpc_convert.processListImagesParams(assetsRequest);
19680
19531
  };
@@ -19897,8 +19748,8 @@ ee.rpc_convert.parseFilterParamsFromListImages_ = function(params) {
19897
19748
  })) {
19898
19749
  throw Error('Filter parameter "properties" must be an array of strings');
19899
19750
  }
19900
- for (var $jscomp$iter$45 = $jscomp.makeIterator(params.properties), $jscomp$key$propertyQuery = $jscomp$iter$45.next(); !$jscomp$key$propertyQuery.done; $jscomp$key$propertyQuery = $jscomp$iter$45.next()) {
19901
- queryStrings.push($jscomp$key$propertyQuery.value.trim().replace(/^(properties\.)?/, "properties."));
19751
+ for (var $jscomp$iter$45 = $jscomp.makeIterator(params.properties), $jscomp$key$1418108943$50$propertyQuery = $jscomp$iter$45.next(); !$jscomp$key$1418108943$50$propertyQuery.done; $jscomp$key$1418108943$50$propertyQuery = $jscomp$iter$45.next()) {
19752
+ queryStrings.push($jscomp$key$1418108943$50$propertyQuery.value.trim().replace(/^(properties\.)?/, "properties."));
19902
19753
  }
19903
19754
  delete params.properties;
19904
19755
  }
@@ -20234,8 +20085,8 @@ ee.Serializer.encodeCloudApiPretty = function(obj) {
20234
20085
  if (!goog.isObject(object)) {
20235
20086
  return object;
20236
20087
  }
20237
- for (var ret = Array.isArray(object) ? [] : {}, isNode = object instanceof Object.getPrototypeOf(module$exports$eeapiclient$ee_api_client.ValueNode), $jscomp$iter$46 = $jscomp.makeIterator(Object.entries(isNode ? object.Serializable$values : object)), $jscomp$key$ = $jscomp$iter$46.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$46.next()) {
20238
- var $jscomp$destructuring$var51 = $jscomp.makeIterator($jscomp$key$.value), key = $jscomp$destructuring$var51.next().value, val = $jscomp$destructuring$var51.next().value;
20088
+ for (var ret = Array.isArray(object) ? [] : {}, isNode = object instanceof Object.getPrototypeOf(module$exports$eeapiclient$ee_api_client.ValueNode), $jscomp$iter$46 = $jscomp.makeIterator(Object.entries(isNode ? object.Serializable$values : object)), $jscomp$key$1175707268$28$ = $jscomp$iter$46.next(); !$jscomp$key$1175707268$28$.done; $jscomp$key$1175707268$28$ = $jscomp$iter$46.next()) {
20089
+ var $jscomp$destructuring$var51 = $jscomp.makeIterator($jscomp$key$1175707268$28$.value), key = $jscomp$destructuring$var51.next().value, val = $jscomp$destructuring$var51.next().value;
20239
20090
  isNode ? null !== val && (ret[key] = "functionDefinitionValue" === key && null != val.body ? {argumentNames:val.argumentNames, body:walkObject(values[val.body])} : "functionInvocationValue" === key && null != val.functionReference ? {arguments:module$contents$goog$object_map(val.arguments, walkObject), functionReference:walkObject(values[val.functionReference])} : "constantValue" === key ? val === module$exports$eeapiclient$domain_object.NULL_VALUE ?
20240
20091
  null : val : walkObject(val)) : ret[key] = walkObject(val);
20241
20092
  }
@@ -20358,8 +20209,8 @@ ExpressionOptimizer.prototype.optimizeValue = function(value, depth) {
20358
20209
  return storeInSourceMap(value, optimized$jscomp$1);
20359
20210
  }
20360
20211
  if (null != value.dictionaryValue) {
20361
- for (var values = {}, constantValues = {}, $jscomp$iter$47 = $jscomp.makeIterator(Object.entries(value.dictionaryValue.values || {})), $jscomp$key$ = $jscomp$iter$47.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$47.next()) {
20362
- var $jscomp$destructuring$var53 = $jscomp.makeIterator($jscomp$key$.value), k = $jscomp$destructuring$var53.next().value, v = $jscomp$destructuring$var53.next().value;
20212
+ for (var values = {}, constantValues = {}, $jscomp$iter$47 = $jscomp.makeIterator(Object.entries(value.dictionaryValue.values || {})), $jscomp$key$1175707268$29$ = $jscomp$iter$47.next(); !$jscomp$key$1175707268$29$.done; $jscomp$key$1175707268$29$ = $jscomp$iter$47.next()) {
20213
+ var $jscomp$destructuring$var53 = $jscomp.makeIterator($jscomp$key$1175707268$29$.value), k = $jscomp$destructuring$var53.next().value, v = $jscomp$destructuring$var53.next().value;
20363
20214
  values[k] = this.optimizeValue(v, depth + 3);
20364
20215
  null !== constantValues && isConst(values[k]) ? constantValues[k] = serializeConst(values[k].constantValue) : constantValues = null;
20365
20216
  }
@@ -20370,8 +20221,8 @@ ExpressionOptimizer.prototype.optimizeValue = function(value, depth) {
20370
20221
  return storeInSourceMap(value, optimized$jscomp$2);
20371
20222
  }
20372
20223
  if (null != value.functionInvocationValue) {
20373
- for (var inv = value.functionInvocationValue, args = {}, $jscomp$iter$48 = $jscomp.makeIterator(Object.keys(inv.arguments || {})), $jscomp$key$k = $jscomp$iter$48.next(); !$jscomp$key$k.done; $jscomp$key$k = $jscomp$iter$48.next()) {
20374
- var k$jscomp$0 = $jscomp$key$k.value;
20224
+ for (var inv = value.functionInvocationValue, args = {}, $jscomp$iter$48 = $jscomp.makeIterator(Object.keys(inv.arguments || {})), $jscomp$key$1175707268$30$k = $jscomp$iter$48.next(); !$jscomp$key$1175707268$30$k.done; $jscomp$key$1175707268$30$k = $jscomp$iter$48.next()) {
20225
+ var k$jscomp$0 = $jscomp$key$1175707268$30$k.value;
20375
20226
  args[k$jscomp$0] = this.optimizeValue(inv.arguments[k$jscomp$0], depth + 3);
20376
20227
  }
20377
20228
  var optimized$jscomp$3 = inv.functionName ? ee.rpc_node.functionByName(inv.functionName, args) : ee.rpc_node.functionByReference(this.optimizeReference(inv.functionReference || ""), args);
@@ -20675,13 +20526,14 @@ var module$contents$goog$singleton_instantiatedSingletons = [], module$contents$
20675
20526
  };
20676
20527
  goog.singleton.getInstance = function(ctor) {
20677
20528
  (0,goog.asserts.assert)(!Object.isSealed(ctor), "Cannot use getInstance() with a sealed constructor.");
20678
- if (ctor.instance_ && ctor.hasOwnProperty("instance_")) {
20529
+ var prop = "instance_";
20530
+ if (ctor.instance_ && ctor.hasOwnProperty(prop)) {
20679
20531
  return ctor.instance_;
20680
20532
  }
20681
20533
  goog.DEBUG && module$contents$goog$singleton_instantiatedSingletons.push(ctor);
20682
20534
  var instance = new ctor();
20683
20535
  ctor.instance_ = instance;
20684
- (0,goog.asserts.assert)(ctor.hasOwnProperty("instance_"), "Could not instantiate singleton.");
20536
+ (0,goog.asserts.assert)(ctor.hasOwnProperty(prop), "Could not instantiate singleton.");
20685
20537
  return instance;
20686
20538
  };
20687
20539
  goog.singleton.instantiatedSingletons = module$contents$goog$singleton_instantiatedSingletons;
@@ -20711,7 +20563,7 @@ ee.data.authenticate = function(clientId, success, opt_error, opt_extraScopes, o
20711
20563
  };
20712
20564
  goog.exportSymbol("ee.data.authenticate", ee.data.authenticate);
20713
20565
  ee.data.authenticateViaPopup = function(opt_success, opt_error) {
20714
- goog.global.gapi.auth2.authorize({client_id:module$contents$ee$apiclient_apiclient.getAuthClientId(), immediate:!1, scope:module$contents$ee$apiclient_apiclient.getAuthScopes().join(" ")}, goog.partial(module$contents$ee$apiclient_apiclient.handleAuthResult_, opt_success, opt_error));
20566
+ goog.global.google.accounts.oauth2.initTokenClient({client_id:module$contents$ee$apiclient_apiclient.getAuthClientId(), callback:goog.partial(module$contents$ee$apiclient_apiclient.handleAuthResult_, opt_success, opt_error), scope:module$contents$ee$apiclient_apiclient.getAuthScopes().join(" ")}).requestAccessToken();
20715
20567
  };
20716
20568
  goog.exportSymbol("ee.data.authenticateViaPopup", ee.data.authenticateViaPopup);
20717
20569
  ee.data.authenticateViaPrivateKey = function(privateKey, opt_success, opt_error, opt_extraScopes, opt_suppressDefaultScopes) {
@@ -21252,8 +21104,8 @@ ee.data.createAsset = function(value, opt_path, opt_force, opt_properties, opt_c
21252
21104
  value.gcsLocation && !value.cloudStorageLocation && (value.cloudStorageLocation = value.gcsLocation, delete value.gcsLocation);
21253
21105
  value.cloudStorageLocation && (value.cloudStorageLocation = new module$exports$eeapiclient$ee_api_client.CloudStorageLocation(value.cloudStorageLocation));
21254
21106
  opt_properties && !value.properties && (value.properties = Object.assign({}, opt_properties));
21255
- for (var $jscomp$iter$49 = $jscomp.makeIterator(["title", "description"]), $jscomp$key$prop = $jscomp$iter$49.next(); !$jscomp$key$prop.done; $jscomp$key$prop = $jscomp$iter$49.next()) {
21256
- var prop = $jscomp$key$prop.value;
21107
+ for (var $jscomp$iter$49 = $jscomp.makeIterator(["title", "description"]), $jscomp$key$m358301524$123$prop = $jscomp$iter$49.next(); !$jscomp$key$m358301524$123$prop.done; $jscomp$key$m358301524$123$prop = $jscomp$iter$49.next()) {
21108
+ var prop = $jscomp$key$m358301524$123$prop.value;
21257
21109
  if (value[prop]) {
21258
21110
  var $jscomp$compprop17 = {};
21259
21111
  value.properties = Object.assign(($jscomp$compprop17[prop] = value[prop], $jscomp$compprop17), value.properties || {});
@@ -23525,8 +23377,8 @@ module$contents$ee$batch_Export.prefixImageFormatOptions_ = function(taskConfig,
23525
23377
  })) {
23526
23378
  throw Error("Parameter specified at least twice: once in config, and once in config format options.");
23527
23379
  }
23528
- for (var prefix = module$contents$ee$batch_FORMAT_PREFIX_MAP[imageFormat], validOptionKeys = module$contents$ee$batch_FORMAT_OPTIONS_MAP[imageFormat], prefixedOptions = {}, $jscomp$iter$50 = $jscomp.makeIterator(Object.entries(formatOptions)), $jscomp$key$ = $jscomp$iter$50.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$50.next()) {
23529
- var $jscomp$destructuring$var58 = $jscomp.makeIterator($jscomp$key$.value), key = $jscomp$destructuring$var58.next().value, value = $jscomp$destructuring$var58.next().value;
23380
+ for (var prefix = module$contents$ee$batch_FORMAT_PREFIX_MAP[imageFormat], validOptionKeys = module$contents$ee$batch_FORMAT_OPTIONS_MAP[imageFormat], prefixedOptions = {}, $jscomp$iter$50 = $jscomp.makeIterator(Object.entries(formatOptions)), $jscomp$key$m1704548930$35$ = $jscomp$iter$50.next(); !$jscomp$key$m1704548930$35$.done; $jscomp$key$m1704548930$35$ = $jscomp$iter$50.next()) {
23381
+ var $jscomp$destructuring$var58 = $jscomp.makeIterator($jscomp$key$m1704548930$35$.value), key = $jscomp$destructuring$var58.next().value, value = $jscomp$destructuring$var58.next().value;
23530
23382
  if (!module$contents$goog$array_contains(validOptionKeys, key)) {
23531
23383
  var validKeysMsg = validOptionKeys.join(", ");
23532
23384
  throw Error('"' + key + '" is not a valid option, the image format "' + imageFormat + '""may have the following options: ' + (validKeysMsg + '".'));
@@ -26585,28 +26437,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
26585
26437
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
26586
26438
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
26587
26439
  (function() {
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) {
26440
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.classifier.toAsset ee.batch.Export.table.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.video.toDrive ee.Collection.prototype.filter ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.Collection.prototype.filterMetadata ee.Collection.prototype.sort ee.Collection.prototype.limit ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.data.startIngestion ee.data.getThumbId ee.data.getTaskStatus ee.data.updateTask ee.data.createFolder ee.data.getVideoThumbId ee.data.startProcessing ee.data.setAssetAcl ee.data.getList ee.data.renameAsset ee.data.getFilmstripThumbId ee.data.listAssets ee.data.setAssetProperties ee.data.makeThumbUrl ee.data.getTaskList ee.data.copyAsset ee.data.authenticateViaOauth ee.data.startTableIngestion ee.data.getMapId ee.data.getAssetRootQuota ee.data.deleteAsset ee.data.getDownloadId ee.data.listImages ee.data.getTaskListWithLimit ee.data.authenticate ee.data.makeDownloadUrl ee.data.listOperations ee.data.getTileUrl ee.data.getWorkloadTag ee.data.listBuckets ee.data.getAssetAcl ee.data.cancelOperation ee.data.getAsset ee.data.getTableDownloadId ee.data.makeTableDownloadUrl ee.data.getAssetRoots ee.data.setWorkloadTag ee.data.authenticateViaPopup ee.data.getInfo ee.data.createAssetHome ee.data.getFeatureViewTilesKey ee.data.getOperation ee.data.createAsset ee.data.newTaskId ee.data.setDefaultWorkloadTag ee.data.listFeatures ee.data.authenticateViaPrivateKey ee.data.resetWorkloadTag ee.data.cancelTask ee.data.updateAsset ee.data.computeValue ee.Date ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Dictionary ee.call ee.initialize ee.reset ee.Algorithms ee.apply ee.InitState ee.TILE_SIZE ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.Filter.and ee.Filter.gt ee.Filter.neq ee.Filter.lt ee.Filter.or ee.Filter.lte ee.Filter.prototype.not ee.Filter.gte ee.Filter ee.Filter.date ee.Filter.metadata ee.Filter.eq ee.Filter.bounds ee.Filter.inList ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry ee.Geometry.Rectangle ee.Geometry.Polygon ee.Geometry.Point ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSON ee.Geometry.LinearRing ee.Geometry.BBox ee.Geometry.MultiPoint ee.Geometry.prototype.toGeoJSONString ee.Geometry.LineString ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.expression ee.Image.prototype.rename ee.Image ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.prototype.getThumbId ee.Image.cat ee.Image.prototype.clip ee.Image.prototype.select ee.Image.prototype.getThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.String ee.Terrain".split(" "),
26441
+ orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], ["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "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(" "),
26442
+ "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".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(" "), "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(" "),
26443
+ "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(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),
26444
+ "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".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(" "), ["filter"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["geometry"], ["start", "opt_end"], ["name", "operator", "value"], ["property", "opt_ascending"],
26445
+ ["max", "opt_property", "opt_ascending"], ["legacy"], ["opt_callback"], ["func", "var_args"], ["callback"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "action", "opt_callback"], ["path", "opt_force", "opt_callback"], ["params", "opt_callback"], ["taskId", "params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["params", "opt_callback"], ["parent",
26446
+ "opt_params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["id"], ["opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["rootId", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["opt_limit", "opt_callback"], ["clientId",
26447
+ "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id"], ["opt_limit", "opt_callback"], ["id", "x", "y", "z"], [], ["project", "opt_callback"], ["assetId", "opt_callback"], ["operationName", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["id"], ["opt_callback"], ["tag"], ["opt_success", "opt_error"], ["id", "opt_callback"], ["requestedId", "opt_callback"], ["params", "opt_callback"], ["operationName", "opt_callback"], ["value", "opt_path", "opt_force",
26448
+ "opt_properties", "opt_callback"], ["opt_count", "opt_callback"], ["tag"], ["asset", "params", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_resetDefault"], ["taskId", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["obj", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], ["func", "var_args"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
26449
+ [], [], ["func", "namedArgs"], [], [], ["var_args"], [], ["geometry", "opt_properties"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["var_args"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"],
26450
+ ["name", "value"], [], ["name", "value"], ["opt_filter"], ["start", "opt_end"], ["name", "operator", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["var_args"], ["namedArgs"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic",
26451
+ "opt_maxError"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["west", "south", "east", "north"], ["coords", "opt_proj"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["r", "g", "b"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["expression", "opt_map"], ["var_args"], ["opt_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["var_args"],
26452
+ ["geometry"], ["var_args"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], [], ["opt_callback"], ["selectors", "opt_names"], ["args"], ["params", "opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["string"], []];
26453
+ [ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage,
26454
+ module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.video.toDrive, ee.Collection.prototype.filter, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterDate, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.sort, ee.Collection.prototype.limit, ee.ComputedObject.prototype.serialize,
26455
+ ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate, ee.data.startIngestion, ee.data.getThumbId, ee.data.getTaskStatus, ee.data.updateTask, ee.data.createFolder, ee.data.getVideoThumbId, ee.data.startProcessing, ee.data.setAssetAcl, ee.data.getList, ee.data.renameAsset, ee.data.getFilmstripThumbId, ee.data.listAssets, ee.data.setAssetProperties, ee.data.makeThumbUrl, ee.data.getTaskList, ee.data.copyAsset, ee.data.authenticateViaOauth, ee.data.startTableIngestion,
26456
+ ee.data.getMapId, ee.data.getAssetRootQuota, ee.data.deleteAsset, ee.data.getDownloadId, ee.data.listImages, ee.data.getTaskListWithLimit, ee.data.authenticate, ee.data.makeDownloadUrl, ee.data.listOperations, ee.data.getTileUrl, ee.data.getWorkloadTag, ee.data.listBuckets, ee.data.getAssetAcl, ee.data.cancelOperation, ee.data.getAsset, ee.data.getTableDownloadId, ee.data.makeTableDownloadUrl, ee.data.getAssetRoots, ee.data.setWorkloadTag, ee.data.authenticateViaPopup, ee.data.getInfo, ee.data.createAssetHome,
26457
+ ee.data.getFeatureViewTilesKey, ee.data.getOperation, ee.data.createAsset, ee.data.newTaskId, ee.data.setDefaultWorkloadTag, ee.data.listFeatures, ee.data.authenticateViaPrivateKey, ee.data.resetWorkloadTag, ee.data.cancelTask, ee.data.updateAsset, ee.data.computeValue, ee.Date, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Dictionary, ee.call, ee.initialize, ee.reset, ee.Algorithms, ee.apply, ee.InitState, ee.TILE_SIZE, ee.Element.prototype.set,
26458
+ ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.Filter.and, ee.Filter.gt, ee.Filter.neq, ee.Filter.lt, ee.Filter.or, ee.Filter.lte, ee.Filter.prototype.not, ee.Filter.gte, ee.Filter, ee.Filter.date,
26459
+ ee.Filter.metadata, ee.Filter.eq, ee.Filter.bounds, ee.Filter.inList, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry, ee.Geometry.Rectangle, ee.Geometry.Polygon, ee.Geometry.Point, ee.Geometry.MultiLineString, ee.Geometry.prototype.toGeoJSON, ee.Geometry.LinearRing, ee.Geometry.BBox, ee.Geometry.MultiPoint, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.LineString, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Image.rgb, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId,
26460
+ ee.Image.prototype.expression, ee.Image.prototype.rename, ee.Image, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.prototype.getThumbId, ee.Image.cat, ee.Image.prototype.clip, ee.Image.prototype.select, ee.Image.prototype.getThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getInfo,
26461
+ ee.ImageCollection.prototype.select, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
26610
26462
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
26611
26463
  });
26612
26464
  goog.global.EXPORTED_FN_INFO = exportedFnInfo;