@google/earthengine 1.4.2 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/browser.js CHANGED
@@ -3211,9 +3211,6 @@ module$exports$safevalues$dom$elements$element.setOuterHtml = function(e, v) {
3211
3211
  parent !== null && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(parent);
3212
3212
  e.outerHTML = (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v);
3213
3213
  };
3214
- module$exports$safevalues$dom$elements$element.setCssText = function(e, v) {
3215
- e.style.cssText = v;
3216
- };
3217
3214
  module$exports$safevalues$dom$elements$element.insertAdjacentHtml = function(element, position, v) {
3218
3215
  var tagContext = position === "beforebegin" || position === "afterend" ? element.parentElement : element;
3219
3216
  tagContext !== null && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(tagContext);
@@ -4813,7 +4810,6 @@ module$exports$safevalues$dom$index.safeAnchorEl = module$exports$safevalues$dom
4813
4810
  module$exports$safevalues$dom$index.safeButtonEl = module$exports$safevalues$dom$elements$button;
4814
4811
  module$exports$safevalues$dom$index.safeElement = module$exports$safevalues$dom$elements$element;
4815
4812
  module$exports$safevalues$dom$index.safeFormEl = module$exports$safevalues$dom$elements$form;
4816
- module$exports$safevalues$dom$index.safeIframeEl = module$exports$safevalues$dom$elements$iframe;
4817
4813
  module$exports$safevalues$dom$index.safeInputEl = module$exports$safevalues$dom$elements$input;
4818
4814
  module$exports$safevalues$dom$index.safeLinkEl = module$exports$safevalues$dom$elements$link;
4819
4815
  module$exports$safevalues$dom$index.safeScriptEl = module$exports$safevalues$dom$elements$script;
@@ -4823,6 +4819,8 @@ module$exports$safevalues$dom$index.safeLocation = module$exports$safevalues$dom
4823
4819
  module$exports$safevalues$dom$index.safeUrl = module$exports$safevalues$dom$globals$url;
4824
4820
  module$exports$safevalues$dom$index.safeWindow = module$exports$safevalues$dom$globals$window;
4825
4821
  module$exports$safevalues$dom$index.safeWorker = module$exports$safevalues$dom$globals$worker;
4822
+ module$exports$safevalues$dom$index.safeIframeEl = {setSrc:module$exports$safevalues$dom$elements$iframe.setSrc, setSrcdoc:module$exports$safevalues$dom$elements$iframe.setSrcdoc, Intent:module$exports$safevalues$dom$elements$iframe.Intent, TypeCannotBeUsedWithIntentError:module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIntentError,
4823
+ setSrcWithIntent:module$exports$safevalues$dom$elements$iframe.setSrcWithIntent, setSrcdocWithIntent:module$exports$safevalues$dom$elements$iframe.setSrcdocWithIntent};
4826
4824
  module$exports$safevalues$dom$index.setAnchorHref = module$exports$safevalues$dom$elements$anchor.setHref;
4827
4825
  module$exports$safevalues$dom$index.setAnchorHrefLite = module$exports$safevalues$dom$elements$anchor.setHrefLite;
4828
4826
  module$exports$safevalues$dom$index.setAreaHref = module$contents$safevalues$dom$elements$area_setHref;
@@ -4830,7 +4828,6 @@ module$exports$safevalues$dom$index.setBaseHref = module$contents$safevalues$dom
4830
4828
  module$exports$safevalues$dom$index.setButtonFormaction = module$exports$safevalues$dom$elements$button.setFormaction;
4831
4829
  module$exports$safevalues$dom$index.buildPrefixedAttributeSetter = module$exports$safevalues$dom$elements$element.buildPrefixedAttributeSetter;
4832
4830
  module$exports$safevalues$dom$index.elementInsertAdjacentHtml = module$exports$safevalues$dom$elements$element.insertAdjacentHtml;
4833
- module$exports$safevalues$dom$index.setElementCssText = module$exports$safevalues$dom$elements$element.setCssText;
4834
4831
  module$exports$safevalues$dom$index.setElementInnerHtml = module$exports$safevalues$dom$elements$element.setInnerHtml;
4835
4832
  module$exports$safevalues$dom$index.setElementOuterHtml = module$exports$safevalues$dom$elements$element.setOuterHtml;
4836
4833
  module$exports$safevalues$dom$index.setElementPrefixedAttribute = module$exports$safevalues$dom$elements$element.setPrefixedAttribute;
@@ -4877,7 +4874,6 @@ safevalues.dom.safeAnchorEl = module$exports$safevalues$dom$elements$anchor;
4877
4874
  safevalues.dom.safeButtonEl = module$exports$safevalues$dom$elements$button;
4878
4875
  safevalues.dom.safeElement = module$exports$safevalues$dom$elements$element;
4879
4876
  safevalues.dom.safeFormEl = module$exports$safevalues$dom$elements$form;
4880
- safevalues.dom.safeIframeEl = module$exports$safevalues$dom$elements$iframe;
4881
4877
  safevalues.dom.safeInputEl = module$exports$safevalues$dom$elements$input;
4882
4878
  safevalues.dom.safeLinkEl = module$exports$safevalues$dom$elements$link;
4883
4879
  safevalues.dom.safeScriptEl = module$exports$safevalues$dom$elements$script;
@@ -4887,6 +4883,7 @@ safevalues.dom.safeLocation = module$exports$safevalues$dom$globals$location;
4887
4883
  safevalues.dom.safeUrl = module$exports$safevalues$dom$globals$url;
4888
4884
  safevalues.dom.safeWindow = module$exports$safevalues$dom$globals$window;
4889
4885
  safevalues.dom.safeWorker = module$exports$safevalues$dom$globals$worker;
4886
+ safevalues.dom.safeIframeEl = module$exports$safevalues$dom$index.safeIframeEl;
4890
4887
  safevalues.dom.setAnchorHref = module$exports$safevalues$dom$index.setAnchorHref;
4891
4888
  safevalues.dom.setAnchorHrefLite = module$exports$safevalues$dom$index.setAnchorHrefLite;
4892
4889
  safevalues.dom.setAreaHref = module$contents$safevalues$dom$elements$area_setHref;
@@ -4894,7 +4891,6 @@ safevalues.dom.setBaseHref = module$contents$safevalues$dom$elements$base_setHre
4894
4891
  safevalues.dom.setButtonFormaction = module$exports$safevalues$dom$index.setButtonFormaction;
4895
4892
  safevalues.dom.buildPrefixedAttributeSetter = module$exports$safevalues$dom$index.buildPrefixedAttributeSetter;
4896
4893
  safevalues.dom.elementInsertAdjacentHtml = module$exports$safevalues$dom$index.elementInsertAdjacentHtml;
4897
- safevalues.dom.setElementCssText = module$exports$safevalues$dom$index.setElementCssText;
4898
4894
  safevalues.dom.setElementInnerHtml = module$exports$safevalues$dom$index.setElementInnerHtml;
4899
4895
  safevalues.dom.setElementOuterHtml = module$exports$safevalues$dom$index.setElementOuterHtml;
4900
4896
  safevalues.dom.setElementPrefixedAttribute = module$exports$safevalues$dom$index.setElementPrefixedAttribute;
@@ -9216,8 +9212,8 @@ module$exports$eeapiclient$ee_api_client.PixelDataTypePrecisionEnum = {DOUBLE:"D
9216
9212
  }};
9217
9213
  module$exports$eeapiclient$ee_api_client.IProjectConfigRegistrationStateEnum = function() {
9218
9214
  };
9219
- module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum = {NOT_REGISTERED:"NOT_REGISTERED", REGISTERED_COMMERCILALLY:"REGISTERED_COMMERCILALLY", REGISTERED_NOT_COMMERCILALLY:"REGISTERED_NOT_COMMERCILALLY", REGISTRATION_STATE_UNSPECIFIED:"REGISTRATION_STATE_UNSPECIFIED", values:function() {
9220
- return [module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.REGISTRATION_STATE_UNSPECIFIED, module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.NOT_REGISTERED, module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.REGISTERED_COMMERCILALLY, module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.REGISTERED_NOT_COMMERCILALLY];
9215
+ module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum = {NOT_REGISTERED:"NOT_REGISTERED", REGISTERED_COMMERCIALLY:"REGISTERED_COMMERCIALLY", REGISTERED_NOT_COMMERCIALLY:"REGISTERED_NOT_COMMERCIALLY", REGISTRATION_STATE_UNSPECIFIED:"REGISTRATION_STATE_UNSPECIFIED", values:function() {
9216
+ return [module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.REGISTRATION_STATE_UNSPECIFIED, module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.NOT_REGISTERED, module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.REGISTERED_COMMERCIALLY, module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.REGISTERED_NOT_COMMERCIALLY];
9221
9217
  }};
9222
9218
  module$exports$eeapiclient$ee_api_client.IProjectRegistrationBillingConsentEnum = function() {
9223
9219
  };
@@ -17351,30 +17347,7 @@ function module$contents$safevalues$builders$script_builders_safeScriptWithArgs(
17351
17347
  };
17352
17348
  }
17353
17349
  module$exports$safevalues$builders$script_builders.safeScriptWithArgs = module$contents$safevalues$builders$script_builders_safeScriptWithArgs;
17354
- var module$contents$safevalues$builders$style_builders_module = module$contents$safevalues$builders$style_builders_module || {id:"third_party/javascript/safevalues/builders/style_builders.closure.js"};
17355
- function module$contents$safevalues$builders$style_builders_safeStyle(templateObj) {
17356
- var rest = $jscomp.getRestArguments.apply(1, arguments);
17357
- goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, rest.length);
17358
- for (var stringifiedStyle = templateObj[0], i = 0; i < templateObj.length - 1; i++) {
17359
- stringifiedStyle += String(rest[i]) + templateObj[i + 1];
17360
- }
17361
- if (/[<>]/.test(stringifiedStyle)) {
17362
- throw Error("Forbidden characters in style string: " + stringifiedStyle);
17363
- }
17364
- if (goog.DEBUG) {
17365
- if (stringifiedStyle.length === 0) {
17366
- return module$contents$safevalues$internals$style_impl_createStyleInternal(stringifiedStyle);
17367
- }
17368
- if (!/;$/.test(stringifiedStyle)) {
17369
- throw Error('Style string does not end with ";": ' + stringifiedStyle);
17370
- }
17371
- if (!/:/.test(stringifiedStyle)) {
17372
- throw Error('Style string should contain one or more ":": ' + stringifiedStyle);
17373
- }
17374
- }
17375
- return module$contents$safevalues$internals$style_impl_createStyleInternal(stringifiedStyle);
17376
- }
17377
- ;var module$exports$safevalues$reporting$reporting = {}, module$contents$safevalues$reporting$reporting_module = module$contents$safevalues$reporting$reporting_module || {id:"third_party/javascript/safevalues/reporting/reporting.closure.js"}, module$contents$safevalues$reporting$reporting_REPORTING_ID_PREFIX_TO_SAMPLING_RATE = {0:1, 1:1}, module$contents$safevalues$reporting$reporting_REPORTING_ID_PREFIX_TO_HEARTBEAT_RATE =
17350
+ var module$exports$safevalues$reporting$reporting = {}, module$contents$safevalues$reporting$reporting_module = module$contents$safevalues$reporting$reporting_module || {id:"third_party/javascript/safevalues/reporting/reporting.closure.js"}, module$contents$safevalues$reporting$reporting_REPORTING_ID_PREFIX_TO_SAMPLING_RATE = {0:1, 1:1}, module$contents$safevalues$reporting$reporting_REPORTING_ID_PREFIX_TO_HEARTBEAT_RATE =
17378
17351
  {0:.1, 1:.1};
17379
17352
  module$exports$safevalues$reporting$reporting.ReportingOptions = function() {
17380
17353
  };
@@ -17474,7 +17447,6 @@ module$exports$safevalues$index.concatScripts = module$contents$safevalues$build
17474
17447
  module$exports$safevalues$index.safeScript = module$contents$safevalues$builders$script_builders_safeScript;
17475
17448
  module$exports$safevalues$index.safeScriptWithArgs = module$contents$safevalues$builders$script_builders_safeScriptWithArgs;
17476
17449
  module$exports$safevalues$index.valueAsScript = module$contents$safevalues$builders$script_builders_valueAsScript;
17477
- module$exports$safevalues$index.safeStyle = module$contents$safevalues$builders$style_builders_safeStyle;
17478
17450
  module$exports$safevalues$index.concatStyleSheets = module$contents$safevalues$builders$style_sheet_builders_concatStyleSheets;
17479
17451
  module$exports$safevalues$index.safeStyleRule = module$contents$safevalues$builders$style_sheet_builders_safeStyleRule;
17480
17452
  module$exports$safevalues$index.safeStyleSheet = module$contents$safevalues$builders$style_sheet_builders_safeStyleSheet;
@@ -17548,7 +17520,6 @@ safevalues.concatScripts = module$contents$safevalues$builders$script_builders_c
17548
17520
  safevalues.safeScript = module$contents$safevalues$builders$script_builders_safeScript;
17549
17521
  safevalues.safeScriptWithArgs = module$contents$safevalues$builders$script_builders_safeScriptWithArgs;
17550
17522
  safevalues.valueAsScript = module$contents$safevalues$builders$script_builders_valueAsScript;
17551
- safevalues.safeStyle = module$contents$safevalues$builders$style_builders_safeStyle;
17552
17523
  safevalues.concatStyleSheets = module$contents$safevalues$builders$style_sheet_builders_concatStyleSheets;
17553
17524
  safevalues.safeStyleRule = module$contents$safevalues$builders$style_sheet_builders_safeStyleRule;
17554
17525
  safevalues.safeStyleSheet = module$contents$safevalues$builders$style_sheet_builders_safeStyleSheet;
@@ -18615,7 +18586,6 @@ goog.async.Deferred.assertNoErrors = function() {
18615
18586
  };
18616
18587
  goog.net = {};
18617
18588
  goog.net.jsloader = {};
18618
- goog.net.jsloader.Options = {};
18619
18589
  goog.net.jsloader.GLOBAL_VERIFY_OBJS_ = "closure_verification";
18620
18590
  goog.net.jsloader.DEFAULT_TIMEOUT = 5E3;
18621
18591
  goog.net.jsloader.scriptsToLoad_ = [];
@@ -19268,7 +19238,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
19268
19238
  ee.apiclient = {};
19269
19239
  var module$contents$ee$apiclient_apiclient = {};
19270
19240
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
19271
- ee.apiclient.API_CLIENT_VERSION = "1.4.2";
19241
+ ee.apiclient.API_CLIENT_VERSION = "1.4.3";
19272
19242
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
19273
19243
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
19274
19244
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -19566,8 +19536,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
19566
19536
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
19567
19537
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
19568
19538
  method = method || "POST";
19569
- var headers = {"Content-Type":contentType}, version = "1.4.2";
19570
- version === "1.4.2" && (version = "latest");
19539
+ var headers = {"Content-Type":contentType}, version = "1.4.3";
19540
+ version === "1.4.3" && (version = "latest");
19571
19541
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
19572
19542
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
19573
19543
  if (authToken != null) {
@@ -27089,28 +27059,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
27089
27059
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
27090
27060
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
27091
27061
  (function() {
27092
- var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.image.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filter ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.data.createFolder ee.data.getTaskStatus ee.data.startIngestion ee.data.updateTask ee.data.setAssetAcl ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.startProcessing ee.data.renameAsset ee.data.listAssets ee.data.authenticateViaOauth ee.data.setAssetProperties ee.data.getMapId ee.data.copyAsset ee.data.getTaskList ee.data.listBuckets ee.data.getAssetRootQuota ee.data.authenticate ee.data.deleteAsset ee.data.getTileUrl ee.data.getTableDownloadId ee.data.startTableIngestion ee.data.makeTableDownloadUrl ee.data.getTaskListWithLimit ee.data.getAssetAcl ee.data.getWorkloadTag ee.data.listOperations ee.data.listImages ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.cancelOperation ee.data.makeDownloadUrl ee.data.getFeatureViewTilesKey ee.data.getAssetRoots ee.data.setWorkloadTag ee.data.getVideoThumbId ee.data.getAsset ee.data.listFeatures ee.data.createAssetHome ee.data.setDefaultWorkloadTag ee.data.createAsset ee.data.authenticateViaPrivateKey ee.data.getInfo ee.data.getOperation ee.data.newTaskId ee.data.computeValue ee.data.resetWorkloadTag ee.data.getThumbId ee.data.updateAsset ee.data.cancelTask ee.data.getList ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Deserializer.fromJSON ee.Dictionary ee.call ee.reset ee.Algorithms ee.InitState ee.apply ee.TILE_SIZE ee.initialize ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.Filter ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Filter.and ee.Filter.gt ee.Filter.neq ee.Filter.lt ee.Filter.prototype.not ee.Filter.inList ee.Filter.or ee.Filter.eq ee.Filter.lte ee.Filter.gte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.MultiPoint ee.Geometry.MultiPolygon ee.Geometry.LineString ee.Geometry.prototype.serialize ee.Geometry ee.Geometry.Rectangle ee.Geometry.Point ee.Geometry.MultiLineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Image.prototype.getDownloadURL ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getMap ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.clip ee.Image.cat ee.Image.prototype.select ee.Image.prototype.rename ee.Image.prototype.expression ee.Image ee.Image.rgb ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getVideoThumbURL ee.List ee.Number ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.String ee.Terrain".split(" "),
27093
- orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),
27094
- "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], ["classifier", "opt_description", "opt_assetId", "opt_priority"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".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 opt_priority".split(" "),
27095
- "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".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 opt_priority".split(" "),
27096
- "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), ["geometry"], ["start", "opt_end"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["filter"], ["max", "opt_property", "opt_ascending"], ["property",
27097
- "opt_ascending"], ["name", "operator", "value"], ["opt_callback"], ["legacy"], ["func", "var_args"], ["callback"], ["path", "opt_force", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "request", "opt_callback"], ["taskId", "action", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["params", "opt_callback"], ["id"], ["taskId", "params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["parent", "opt_params", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),
27098
- ["assetId", "properties", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["opt_callback"], ["project", "opt_callback"], ["rootId", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["assetId", "opt_callback"], ["id", "x", "y", "z"], ["params", "opt_callback"], ["taskId", "request", "opt_callback"], ["id"], ["opt_limit", "opt_callback"], ["assetId", "opt_callback"], [], ["opt_limit", "opt_callback"],
27099
- ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["opt_success", "opt_error"], ["operationName", "opt_callback"], ["id"], ["params", "opt_callback"], ["opt_callback"], ["tag"], ["params", "opt_callback"], ["id", "opt_callback"], ["asset", "params", "opt_callback"], ["requestedId", "opt_callback"], ["tag"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["id", "opt_callback"],
27100
- ["operationName", "opt_callback"], ["opt_count", "opt_callback"], ["obj", "opt_callback"], ["opt_resetDefault"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], ["func", "var_args"], [], [], [], ["func", "namedArgs"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["var_args"],
27101
- [], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_filter"], ["start", "opt_end"], ["name", "operator", "value"], ["geometry", "opt_errorMargin"], ["var_args"], ["name", "value"],
27102
- ["name", "value"], ["name", "value"], [], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["var_args"], ["name", "value"], ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], [], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["legacy"], ["geoJson", "opt_proj", "opt_geodesic",
27103
- "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], ["params", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["var_args"], ["var_args"], ["var_args"], ["expression", "opt_map"], ["opt_args"], ["r",
27104
- "g", "b"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["args"], [], ["opt_callback"], ["selectors", "opt_names"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["params", "opt_callback"], ["list"], ["number"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
27105
- [ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage,
27106
- module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterDate, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filter, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.ComputedObject.prototype.getInfo,
27107
- ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate, ee.data.createFolder, ee.data.getTaskStatus, ee.data.startIngestion, ee.data.updateTask, ee.data.setAssetAcl, ee.data.getFilmstripThumbId, ee.data.makeThumbUrl, ee.data.startProcessing, ee.data.renameAsset, ee.data.listAssets, ee.data.authenticateViaOauth, ee.data.setAssetProperties, ee.data.getMapId, ee.data.copyAsset, ee.data.getTaskList, ee.data.listBuckets, ee.data.getAssetRootQuota,
27108
- ee.data.authenticate, ee.data.deleteAsset, ee.data.getTileUrl, ee.data.getTableDownloadId, ee.data.startTableIngestion, ee.data.makeTableDownloadUrl, ee.data.getTaskListWithLimit, ee.data.getAssetAcl, ee.data.getWorkloadTag, ee.data.listOperations, ee.data.listImages, ee.data.getDownloadId, ee.data.authenticateViaPopup, ee.data.cancelOperation, ee.data.makeDownloadUrl, ee.data.getFeatureViewTilesKey, ee.data.getAssetRoots, ee.data.setWorkloadTag, ee.data.getVideoThumbId, ee.data.getAsset, ee.data.listFeatures,
27109
- ee.data.createAssetHome, ee.data.setDefaultWorkloadTag, ee.data.createAsset, ee.data.authenticateViaPrivateKey, ee.data.getInfo, ee.data.getOperation, ee.data.newTaskId, ee.data.computeValue, ee.data.resetWorkloadTag, ee.data.getThumbId, ee.data.updateAsset, ee.data.cancelTask, ee.data.getList, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.decode, ee.Deserializer.fromJSON, ee.Dictionary, ee.call, ee.reset, ee.Algorithms, ee.InitState, ee.apply, ee.TILE_SIZE,
27110
- ee.initialize, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.Filter, ee.Filter.date, ee.Filter.metadata, ee.Filter.bounds, ee.Filter.and, ee.Filter.gt, ee.Filter.neq,
27111
- ee.Filter.lt, ee.Filter.prototype.not, ee.Filter.inList, ee.Filter.or, ee.Filter.eq, ee.Filter.lte, ee.Filter.gte, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry.MultiPoint, ee.Geometry.MultiPolygon, ee.Geometry.LineString, ee.Geometry.prototype.serialize, ee.Geometry, ee.Geometry.Rectangle, ee.Geometry.Point, ee.Geometry.MultiLineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Image.prototype.getDownloadURL,
27112
- ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.getMap, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image.prototype.clip, ee.Image.cat, ee.Image.prototype.select, ee.Image.prototype.rename, ee.Image.prototype.expression, ee.Image, ee.Image.rgb, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getInfo,
27113
- ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getVideoThumbURL, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.String, ee.Terrain].forEach(function(fn, i) {
27062
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filterBounds ee.Collection.prototype.limit ee.Collection.prototype.filterMetadata ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.authenticateViaOauth ee.data.makeThumbUrl ee.data.listAssets ee.data.renameAsset ee.data.getMapId ee.data.listBuckets ee.data.setAssetProperties ee.data.getTaskList ee.data.copyAsset ee.data.authenticate ee.data.deleteAsset ee.data.getTileUrl ee.data.getTableDownloadId ee.data.makeTableDownloadUrl ee.data.startTableIngestion ee.data.getAssetRootQuota ee.data.getTaskListWithLimit ee.data.listOperations ee.data.getWorkloadTag ee.data.listImages ee.data.getDownloadId ee.data.getAssetAcl ee.data.authenticateViaPopup ee.data.cancelOperation ee.data.makeDownloadUrl ee.data.getFeatureViewTilesKey ee.data.listFeatures ee.data.getAsset ee.data.getAssetRoots ee.data.setWorkloadTag ee.data.createAssetHome ee.data.authenticateViaPrivateKey ee.data.getOperation ee.data.getInfo ee.data.createAsset ee.data.newTaskId ee.data.computeValue ee.data.setDefaultWorkloadTag ee.data.resetWorkloadTag ee.data.getThumbId ee.data.cancelTask ee.data.getVideoThumbId ee.data.updateAsset ee.data.getList ee.data.getTaskStatus ee.data.startIngestion ee.data.updateTask ee.data.createFolder ee.data.getFilmstripThumbId ee.data.startProcessing ee.data.setAssetAcl ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Dictionary ee.TILE_SIZE ee.call ee.reset ee.initialize ee.Algorithms ee.apply ee.InitState ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getMapId ee.Filter ee.Filter.eq ee.Filter.date ee.Filter.bounds ee.Filter.metadata ee.Filter.and ee.Filter.lt ee.Filter.gt ee.Filter.neq ee.Filter.inList ee.Filter.or ee.Filter.gte ee.Filter.lte ee.Filter.prototype.not ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.prototype.toGeoJSON ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.MultiPolygon ee.Geometry.prototype.serialize ee.Geometry ee.Geometry.Point ee.Geometry.MultiLineString ee.Geometry.Polygon ee.Image.prototype.getThumbId ee.Image.prototype.expression ee.Image.prototype.getMap ee.Image.prototype.getThumbURL ee.Image.prototype.getDownloadURL ee.Image.prototype.clip ee.Image.rgb ee.Image.cat ee.Image.prototype.rename ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.select ee.Image ee.ImageCollection.prototype.first ee.ImageCollection ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.String ee.Terrain".split(" "),
27063
+ orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "),
27064
+ "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),
27065
+ "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),
27066
+ ["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], ["classifier", "opt_description", "opt_assetId", "opt_priority"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "), "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
27067
+ ["filter"], ["start", "opt_end"], ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["geometry"], ["max", "opt_property", "opt_ascending"], ["name", "operator", "value"], ["callback"], ["opt_callback"], ["legacy"], ["func", "var_args"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["id"], ["parent", "opt_params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["params", "opt_callback"],
27068
+ ["project", "opt_callback"], ["assetId", "properties", "opt_callback"], ["opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["assetId", "opt_callback"], ["id", "x", "y", "z"], ["params", "opt_callback"], ["id"], ["taskId", "request", "opt_callback"], ["rootId", "opt_callback"], ["opt_limit", "opt_callback"], ["opt_limit", "opt_callback"], [], ["parent", "opt_params", "opt_callback"],
27069
+ ["params", "opt_callback"], ["assetId", "opt_callback"], ["opt_success", "opt_error"], ["operationName", "opt_callback"], ["id"], ["params", "opt_callback"], ["asset", "params", "opt_callback"], ["id", "opt_callback"], ["opt_callback"], ["tag"], ["requestedId", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["operationName", "opt_callback"], ["id", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"],
27070
+ ["opt_count", "opt_callback"], ["obj", "opt_callback"], ["tag"], ["opt_resetDefault"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "request", "opt_callback"], ["taskId", "action", "opt_callback"], ["path", "opt_force", "opt_callback"], ["params", "opt_callback"], ["taskId", "params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"],
27071
+ ["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(" "), [], ["func", "namedArgs"], [], ["var_args"], [], ["geometry", "opt_properties"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["args", "opt_column"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_format", "opt_selectors",
27072
+ "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_filter"], ["name", "value"], ["start", "opt_end"], ["geometry", "opt_errorMargin"], ["name", "operator", "value"], ["var_args"], ["name", "value"], ["name", "value"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["var_args"], ["name", "value"], ["name", "value"], [], ["var_args"], ["namedArgs"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
27073
+ [], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["legacy"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["params", "opt_callback"], ["expression",
27074
+ "opt_map"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["r", "g", "b"], ["var_args"], ["var_args"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["var_args"], ["opt_args"], [], ["args"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["selectors", "opt_names"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["params",
27075
+ "opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
27076
+ [ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toAsset,
27077
+ module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.map.toCloudStorage, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.limit, ee.Collection.prototype.filterMetadata, ee.ComputedObject.prototype.evaluate,
27078
+ ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.data.authenticateViaOauth, ee.data.makeThumbUrl, ee.data.listAssets, ee.data.renameAsset, ee.data.getMapId, ee.data.listBuckets, ee.data.setAssetProperties, ee.data.getTaskList, ee.data.copyAsset, ee.data.authenticate, ee.data.deleteAsset, ee.data.getTileUrl, ee.data.getTableDownloadId, ee.data.makeTableDownloadUrl, ee.data.startTableIngestion, ee.data.getAssetRootQuota, ee.data.getTaskListWithLimit,
27079
+ ee.data.listOperations, ee.data.getWorkloadTag, ee.data.listImages, ee.data.getDownloadId, ee.data.getAssetAcl, ee.data.authenticateViaPopup, ee.data.cancelOperation, ee.data.makeDownloadUrl, ee.data.getFeatureViewTilesKey, ee.data.listFeatures, ee.data.getAsset, ee.data.getAssetRoots, ee.data.setWorkloadTag, ee.data.createAssetHome, ee.data.authenticateViaPrivateKey, ee.data.getOperation, ee.data.getInfo, ee.data.createAsset, ee.data.newTaskId, ee.data.computeValue, ee.data.setDefaultWorkloadTag,
27080
+ ee.data.resetWorkloadTag, ee.data.getThumbId, ee.data.cancelTask, ee.data.getVideoThumbId, ee.data.updateAsset, ee.data.getList, ee.data.getTaskStatus, ee.data.startIngestion, ee.data.updateTask, ee.data.createFolder, ee.data.getFilmstripThumbId, ee.data.startProcessing, ee.data.setAssetAcl, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Dictionary, ee.TILE_SIZE, ee.call, ee.reset, ee.initialize, ee.Algorithms, ee.apply,
27081
+ ee.InitState, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getMapId, ee.Filter, ee.Filter.eq, ee.Filter.date, ee.Filter.bounds, ee.Filter.metadata, ee.Filter.and, ee.Filter.lt,
27082
+ ee.Filter.gt, ee.Filter.neq, ee.Filter.inList, ee.Filter.or, ee.Filter.gte, ee.Filter.lte, ee.Filter.prototype.not, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry.prototype.toGeoJSON, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPoint, ee.Geometry.BBox, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.MultiPolygon, ee.Geometry.prototype.serialize, ee.Geometry, ee.Geometry.Point, ee.Geometry.MultiLineString, ee.Geometry.Polygon,
27083
+ ee.Image.prototype.getThumbId, ee.Image.prototype.expression, ee.Image.prototype.getMap, ee.Image.prototype.getThumbURL, ee.Image.prototype.getDownloadURL, ee.Image.prototype.clip, ee.Image.rgb, ee.Image.cat, ee.Image.prototype.rename, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.select, ee.Image, ee.ImageCollection.prototype.first, ee.ImageCollection, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getVideoThumbURL,
27084
+ ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encode, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
27114
27085
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
27115
27086
  });
27116
27087
  goog.global.EXPORTED_FN_INFO = exportedFnInfo;
@@ -453,7 +453,7 @@ Ma(p,f[m]))});return b?b(l):l};return this.callback?(cj(d,null,function(f,l){ret
453
453
  dj.prototype.send=function(a,b){var c=[a.B+" "+a.path+" HTTP/1.1"];c.push("Content-Type: application/json; charset=utf-8");var d=fj();d!=null&&c.push("Authorization: "+d);a=a.body?JSON.stringify(a.body):"";return[c.join("\r\n")+"\r\n\r\n"+a,b]};
454
454
  var gj=function(a,b,c){a=r(b.split("--"+a.split("; boundary=")[1]));for(b=a.next();!b.done;b=a.next())if(b=b.value.split("\r\n\r\n"),!(b.length<3)){var d=b[0].match(/\r\nContent-ID: <response-([^>]*)>/)[1],e=Number(b[1].match(/^HTTP\S*\s(\d+)\s/)[1]);c(d,e,b.slice(2).join("\r\n\r\n"))}},aj=function(){var a=hj.replace(/\/api$/,"");return"window"in t&&!a.match(/^https?:\/\/content-/)?a.replace(/^(https?:\/\/)(.*\.googleapis\.com)$/,"$1content-$2"):a},jj=function(a,b,c){var d=[];a&&(d=d.concat(ij));
455
455
  b&&d.push("https://www.googleapis.com/auth/devstorage.read_write");a=d=d.concat(c);c=b=0;for(var e={};c<a.length;){var g=a[c++],f=u(g)?"o"+Ba(g):(typeof g).charAt(0)+g;Object.prototype.hasOwnProperty.call(e,f)||(e[f]=!0,a[b++]=g)}a.length=b;return d},qj=function(a,b,c){kj&&mj&&kj({client_id:String(mj),scope:nj.join(" "),plugin_name:"earthengine"},function(d){if(d.error=="immediate_failed"&&c)c();else if("window"in t)try{oj(function(){try{pj(a,b,d)}catch(e){b(e.toString())}})}catch(e){b(e.toString())}else pj(a,
456
- b,d)})},fj=function(){rj&&Date.now()-rj>=0&&sj();return tj},sj=function(){rj=tj=null},Yi=function(a,b,c,d){a!=null?hj=a:uj||(hj="https://earthengine.googleapis.com/api");b!=null?vj=b:uj||(vj="https://earthengine.googleapis.com");c!==void 0&&(wj=c);Xi=d!=null?d:Xi||"earthengine-legacy";uj=!0},cj=function(a,b,c,d,e,g,f){Yi();var l=xj,m="application/x-www-form-urlencoded";e&&(m="application/json",d&&d.startsWith("multipart")&&(m=d,d="POST"));d=d||"POST";m={"Content-Type":m};var p="1.4.2";p==="1.4.2"&&
456
+ b,d)})},fj=function(){rj&&Date.now()-rj>=0&&sj();return tj},sj=function(){rj=tj=null},Yi=function(a,b,c,d){a!=null?hj=a:uj||(hj="https://earthengine.googleapis.com/api");b!=null?vj=b:uj||(vj="https://earthengine.googleapis.com");c!==void 0&&(wj=c);Xi=d!=null?d:Xi||"earthengine-legacy";uj=!0},cj=function(a,b,c,d,e,g,f){Yi();var l=xj,m="application/x-www-form-urlencoded";e&&(m="application/json",d&&d.startsWith("multipart")&&(m=d,d="POST"));d=d||"POST";m={"Content-Type":m};var p="1.4.3";p==="1.4.3"&&
457
457
  (p="latest");m["x-goog-api-client"]="ee-js/"+p;p=fj();if(p!=null)m.Authorization=p;else if(c&&kj&&mj)return qj(function(){yj(l,function(){cj(a,b,c,d)})}),null;b=b?b.clone():new Sc;zj!=null&&b.add("key",zj);l&&(m["X-Earth-Engine-Computation-Profiling"]="1");Xi&&Xi!=="earthengine-legacy"&&(m["X-Goog-User-Project"]=Xi);b=Aj(b,a);wj!=null&&(m["X-XSRF-Token"]=wj);Bj!=null&&(m["X-Earth-Engine-App-ID-Token"]=Bj);p=e||null;var v=b?b.toString():"";d==="POST"&&e===void 0?p=v:/^[\s\xa0]*$/.test(v)||(a+=a.indexOf("?")!=
458
458
  -1?"&":"?",a+=v);e=a.startsWith("/")?hj+a:a;if(c)return Cj.push(Dj(e,c,d,p,m,g,f)),Ej.mf(),null;v=function(H,ea){this.setRequestHeader&&this.setRequestHeader(ea,H)};var z=0;for(g=g!=null?g:5;;){var B=new XMLHttpRequest;B.open(d,e,!1);Wa(m,v,B);B.send(p);if(B.status!=429||z>g)break;z++}return Fj(B.status,function(H){try{return B.getResponseHeader(H)}catch(ea){return null}},B.responseText,l,void 0,e,d,f)},Dj=function(a,b,c,d,e,g,f){var l=0,m={url:a,method:c,content:d,headers:e},p=xj,v=g!=null?g:10;
459
459
  m.callback=function(z){z=z.target;if(z.getStatus()==429&&l<v)return l++,setTimeout(function(){Cj.push(m);Ej.mf()},Math.min(12E4,Math.pow(2,l)*1E3)),null;var B=Fj,H=z.getStatus(),ea=w(z.getResponseHeader,z);try{var W=z.s?z.s.responseText:""}catch(da){Cc(z.ha,"Can not get responseText: "+da.message),W=""}return B(H,ea,W,p,b,a,c,f)};return m},yj=function(a,b){var c=xj;try{xj=a,b.call(void 0)}finally{xj=c}},Fj=function(a,b,c,d,e,g,f,l){var m=d?b("X-Earth-Engine-Computation-Profile"):"";m&&d&&d(m);var p=
@@ -706,18 +706,18 @@ h.ul=function(){if(!this.kc){var a=w(function(d){this.kc||(Vp(this.fa,this.ea,d)
706
706
  h.Ji=null;h.Ja=null;h.hi=null;var tq=["load","abort","error"],uq=function(){I.call(this);this.Ea=!1};q(uq,I);uq.prototype.setActive=function(a){this.Ea=a};uq.prototype.isActive=function(){return this.Ea};var pq=function(a,b){kq.call(this,a,b)};q(pq,kq);pq.prototype.Ye=function(){return new uq};pq.prototype.Dd=function(a){a.dispose()};pq.prototype.Pf=function(a){return!a.Ra&&!a.isActive()};var vq=function(a,b,c,d,e){ge.call(this,a,b,c,d,e);this.minZoom=d.minZoom||0;this.maxZoom=d.maxZoom||20;if(!window.google||!window.google.maps)throw Error("Google Maps API hasn't been initialized.");this.tileSize=d.tileSize||new google.maps.Size(256,256);this.name=d.name;this.tg=new ae;this.Qf=1;this.ua=e||null};q(vq,ge);h=vq.prototype;h.Le=function(a){return zd(this,"tileevent",a)};h.Yf=function(a){Hd(a)};
707
707
  h.getTile=function(a,b,c){if(b<this.minZoom||a.y<0||a.y>=1<<b)return a=c.createElement("IMG"),a.style.width="0px",a.style.height="0px",a;b=he(this,a,b);a=[this.url,b].join("/")+"?token="+this.token;this.ua&&this.ua.isEnabled()&&(a+="&profiling=1");b=[b,this.wb,this.token].join("/");this.wb+=1;c=gi("DIV",{id:b});var d=(new Date).getTime()/1E3;this.yb.push(b);jl(qq).send(b,a,d,w(this.Tk,this,c,b));sp(this);return c};h.Mc=function(){return this.yb.length};
708
708
  h.releaseTile=function(a){jl(qq).abort(a.id);if(a.firstElementChild!==void 0)var b=a.firstElementChild;else for(b=a.firstChild;b&&b.nodeType!=1;)b=b.nextSibling;this.tg.remove(b);a.id!==""&&(this.sg.remove(a.id),this.ua&&this.ua.ll(a.id))};h.setOpacity=function(a){this.Qf=a;var b=this.tg.Da();Sd(b,function(c){Dp(c,a)})};
709
- h.Tk=function(a,b,c,d){c.type=="error"?(ec(this.yb,b),this.sg.add(b),this.dispatchEvent(c)):(ec(this.yb,b),c.target&&c.type=="load"&&(c=c.target,this.tg.add(c),this.Qf!=1&&Dp(c,this.Qf),a.appendChild(c)),sp(this));this.ua&&d!==null&&this.ua.Hk(b,d)};x("ee.MapLayerOverlay",vq);vq.prototype.removeTileCallback=vq.prototype.Yf;vq.prototype.addTileCallback=vq.prototype.Le;vq.prototype.getTile=vq.prototype.getTile;vq.prototype.setOpacity=vq.prototype.setOpacity;vq.prototype.releaseTile=vq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.image.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.Collection.prototype.filter ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.Collection.prototype.filterMetadata ee.Collection.prototype.limit ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.data.getThumbId ee.data.setDefaultWorkloadTag ee.data.cancelTask ee.data.resetWorkloadTag ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.updateAsset ee.data.getTaskStatus ee.data.updateTask ee.data.getList ee.data.startIngestion ee.data.startProcessing ee.data.createFolder ee.data.setAssetAcl ee.data.makeThumbUrl ee.data.authenticateViaOauth ee.data.getMapId ee.data.listAssets ee.data.renameAsset ee.data.setAssetProperties ee.data.getTaskList ee.data.getTableDownloadId ee.data.listBuckets ee.data.authenticate ee.data.copyAsset ee.data.getTileUrl ee.data.makeTableDownloadUrl ee.data.getTaskListWithLimit ee.data.getAssetRootQuota ee.data.cancelOperation ee.data.startTableIngestion ee.data.listOperations ee.data.deleteAsset ee.data.getDownloadId ee.data.makeDownloadUrl ee.data.authenticateViaPopup ee.data.listImages ee.data.getAssetAcl ee.data.getWorkloadTag ee.data.getFeatureViewTilesKey ee.data.listFeatures ee.data.getAsset ee.data.getAssetRoots ee.data.setWorkloadTag ee.data.authenticateViaPrivateKey ee.data.getOperation ee.data.createAssetHome ee.data.newTaskId ee.data.computeValue ee.data.getInfo ee.data.createAsset ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Dictionary ee.InitState ee.apply ee.TILE_SIZE ee.initialize ee.reset ee.call ee.Algorithms ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.Filter.and ee.Filter.inList ee.Filter.gt ee.Filter.lt ee.Filter.or ee.Filter.prototype.not ee.Filter.neq ee.Filter.lte ee.Filter.gte ee.Filter.metadata ee.Filter.date ee.Filter.bounds ee.Filter.eq ee.Filter ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.BBox ee.Geometry ee.Geometry.LineString ee.Geometry.MultiPoint ee.Geometry.Rectangle ee.Geometry.Polygon ee.Geometry.prototype.serialize ee.Geometry.Point ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSON ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPolygon ee.Image.prototype.getThumbId ee.Image.rgb ee.Image.prototype.clip ee.Image.prototype.rename ee.Image.prototype.expression ee.Image.prototype.select ee.Image.prototype.getDownloadURL ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.cat ee.Image ee.Image.prototype.getThumbURL ee.Image.prototype.getMap ee.ImageCollection ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.first ee.List ee.Number ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApiPretty ee.String ee.Terrain".split(" "),
710
- c=[["name","namedArgs"],["name"],["name","var_args"],"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),
711
- "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".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 opt_priority".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),["collection",
712
- "opt_description","opt_assetId","opt_maxVertices","opt_priority"],["classifier","opt_description","opt_assetId","opt_priority"],"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".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 opt_priority".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
713
- "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".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 opt_priority".split(" "),["filter"],["property","opt_ascending"],["algorithm","opt_dropNulls"],["algorithm","opt_first"],["geometry"],["start","opt_end"],["name","operator",
714
- "value"],["max","opt_property","opt_ascending"],["opt_callback"],["legacy"],["func","var_args"],["callback"],["params","opt_callback"],["tag"],["taskId","opt_callback"],["opt_resetDefault"],["params","opt_callback"],["params","opt_callback"],["assetId","asset","updateFields","opt_callback"],["taskId","opt_callback"],["taskId","action","opt_callback"],["params","opt_callback"],["taskId","request","opt_callback"],["taskId","params","opt_callback"],["path","opt_force","opt_callback"],["assetId","aclUpdate",
715
- "opt_callback"],["id"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["params","opt_callback"],["parent","opt_params","opt_callback"],["sourceId","destinationId","opt_callback"],["assetId","properties","opt_callback"],["opt_callback"],["params","opt_callback"],["project","opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["sourceId","destinationId","opt_overwrite","opt_callback"],["id","x","y","z"],
716
- ["id"],["opt_limit","opt_callback"],["rootId","opt_callback"],["operationName","opt_callback"],["taskId","request","opt_callback"],["opt_limit","opt_callback"],["assetId","opt_callback"],["params","opt_callback"],["id"],["opt_success","opt_error"],["parent","opt_params","opt_callback"],["assetId","opt_callback"],[],["params","opt_callback"],["asset","params","opt_callback"],["id","opt_callback"],["opt_callback"],["tag"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],
717
- ["operationName","opt_callback"],["requestedId","opt_callback"],["opt_count","opt_callback"],["obj","opt_callback"],["id","opt_callback"],["value","opt_path","opt_force","opt_properties","opt_callback"],["date","opt_tz"],["json"],["json"],["json"],["json"],["opt_dict"],[],["func","namedArgs"],[],"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),[],["func","var_args"],[],["var_args"],[],["geometry","opt_properties"],["opt_callback"],["opt_visParams",
718
- "opt_callback"],["opt_visParams","opt_callback"],["args","opt_column"],["opt_visParams","opt_callback"],["opt_format","opt_selectors","opt_filename","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["var_args"],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["name","value"],["name","value"],["var_args"],[],["name","value"],["name","value"],["name","value"],["name","operator","value"],["start","opt_end"],
719
- ["geometry","opt_errorMargin"],["name","value"],["opt_filter"],["var_args"],["namedArgs"],["west","south","east","north"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["legacy"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_maxError"],[],["coords","opt_proj","opt_geodesic","opt_maxError"],
720
- [],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["params","opt_callback"],["r","g","b"],["geometry"],["var_args"],["expression","opt_map"],["var_args"],["params","opt_callback"],["opt_callback"],["opt_visParams","opt_callback"],["var_args"],["opt_args"],["params","opt_callback"],["opt_visParams","opt_callback"],["args"],["params","opt_callback"],["params","opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],["selectors","opt_names"],
721
- ["imageCollection","opt_linkedBands","opt_linkedProperties","opt_matchPropertyName"],[],["list"],["number"],["obj"],["obj"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],["obj"],["string"],[]];[Nm,Mm,Q,vo,to,wo,ro,oo,qo,so,yo,lo,po,xo,uo,no,V.prototype.filter,V.prototype.sort,V.prototype.map,V.prototype.Hh,V.prototype.sh,V.prototype.kf,V.prototype.lf,V.prototype.limit,O.prototype.V,O.prototype.va,O.prototype.Dg,O.prototype.evaluate,xl,xm,Ql,ym,yl,zl,rm,Jl,Pl,fm,am,Xl,mm,sm,Al,ll,sl,gm,nm,tm,Ll,
722
- El,im,ml,om,tl,Fl,Kl,um,Nl,cm,Ml,pm,Cl,Dl,kl,hm,qm,ql,ul,vl,dm,jm,wm,nl,Ol,km,Gl,wl,dm,lm,Po,Yo,So,Uo,To,Zo,lp,np,256,hp,kp,mp,jp,S.prototype.set,Ij,X,X.prototype.V,X.prototype.S,X.prototype.getMap,Y,Y.prototype.getMap,Y.prototype.rb,Y.prototype.S,Y.prototype.V,Y.prototype.select,Gn,Jn,En,Cn,Hn,U.prototype.sc,Bn,Fn,Dn,Ln,In,Kn,An,U,Hm.prototype.call,Hm.prototype.apply,ln,T,on,jn,kn,rn,T.prototype.va,fn,qn,T.prototype.oe,pn,T.prototype.vg,sn,N.prototype.Ld,Yn,N.prototype.clip,N.prototype.mi,N.prototype.l,
723
- N.prototype.select,N.prototype.rb,N.prototype.V,N.prototype.S,Zn,N,N.prototype.uf,N.prototype.getMap,Z,Z.prototype.vf,Z.prototype.sf,Z.prototype.S,Z.prototype.getMap,Z.prototype.V,Z.prototype.select,Z.prototype.Ef,Z.prototype.first,$n,Fo,Fk,Kk,Pk,Hk,Qk,Ek,Ok,Io,bp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});t.EXPORTED_FN_INFO=a})();}).call(this);
709
+ h.Tk=function(a,b,c,d){c.type=="error"?(ec(this.yb,b),this.sg.add(b),this.dispatchEvent(c)):(ec(this.yb,b),c.target&&c.type=="load"&&(c=c.target,this.tg.add(c),this.Qf!=1&&Dp(c,this.Qf),a.appendChild(c)),sp(this));this.ua&&d!==null&&this.ua.Hk(b,d)};x("ee.MapLayerOverlay",vq);vq.prototype.removeTileCallback=vq.prototype.Yf;vq.prototype.addTileCallback=vq.prototype.Le;vq.prototype.getTile=vq.prototype.getTile;vq.prototype.setOpacity=vq.prototype.setOpacity;vq.prototype.releaseTile=vq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction._call ee.ApiFunction.lookup ee.ApiFunction._apply ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.image.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.Collection.prototype.sort ee.Collection.prototype.limit ee.Collection.prototype.filter ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.iterate ee.Collection.prototype.map ee.Collection.prototype.filterDate ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.getThumbId ee.data.cancelTask ee.data.updateAsset ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.updateTask ee.data.getList ee.data.createFolder ee.data.startIngestion ee.data.getFilmstripThumbId ee.data.setAssetAcl ee.data.startProcessing ee.data.authenticateViaOauth ee.data.renameAsset ee.data.makeThumbUrl ee.data.getMapId ee.data.setAssetProperties ee.data.listAssets ee.data.authenticate ee.data.getTaskList ee.data.copyAsset ee.data.listBuckets ee.data.getTileUrl ee.data.getTableDownloadId ee.data.getAssetRootQuota ee.data.makeTableDownloadUrl ee.data.deleteAsset ee.data.getWorkloadTag ee.data.getTaskListWithLimit ee.data.listOperations ee.data.startTableIngestion ee.data.getAssetAcl ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.listImages ee.data.cancelOperation ee.data.getFeatureViewTilesKey ee.data.makeDownloadUrl ee.data.listFeatures ee.data.getAssetRoots ee.data.setWorkloadTag ee.data.getAsset ee.data.createAsset ee.data.authenticateViaPrivateKey ee.data.createAssetHome ee.data.getOperation ee.data.newTaskId ee.data.setDefaultWorkloadTag ee.data.getInfo ee.data.computeValue ee.data.resetWorkloadTag ee.Date ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON 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.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature ee.FeatureCollection.prototype.getMapId ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMap ee.Filter.and ee.Filter.gt ee.Filter.prototype.not ee.Filter.lt ee.Filter.inList ee.Filter.neq ee.Filter.or ee.Filter.lte ee.Filter.gte ee.Filter ee.Filter.eq ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry ee.Geometry.Polygon ee.Geometry.Point ee.Geometry.MultiLineString ee.Geometry.MultiPolygon ee.Geometry.prototype.toGeoJSON ee.Geometry.BBox ee.Geometry.LineString ee.Geometry.MultiPoint ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.prototype.serialize ee.Geometry.Rectangle ee.Image.prototype.select ee.Image.prototype.getThumbId ee.Image.prototype.expression ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image.prototype.getDownloadURL ee.Image.prototype.getThumbURL ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.rgb ee.Image.cat ee.Image.prototype.clip ee.Image ee.ImageCollection ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.String ee.Terrain".split(" "),
710
+ c=[["name","var_args"],["name"],["name","namedArgs"],"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),"collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
711
+ "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),["classifier","opt_description","opt_assetId","opt_priority"],"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),["collection","opt_description","opt_assetId","opt_maxVertices","opt_priority"],
712
+ "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".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 opt_priority".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
713
+ "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".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 opt_priority".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),
714
+ ["property","opt_ascending"],["max","opt_property","opt_ascending"],["filter"],["name","operator","value"],["geometry"],["algorithm","opt_first"],["algorithm","opt_dropNulls"],["start","opt_end"],["callback"],["func","var_args"],["opt_callback"],["legacy"],["params","opt_callback"],["taskId","opt_callback"],["assetId","asset","updateFields","opt_callback"],["params","opt_callback"],["taskId","opt_callback"],["taskId","action","opt_callback"],["params","opt_callback"],["path","opt_force","opt_callback"],
715
+ ["taskId","request","opt_callback"],["params","opt_callback"],["assetId","aclUpdate","opt_callback"],["taskId","params","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["sourceId","destinationId","opt_callback"],["id"],["params","opt_callback"],["assetId","properties","opt_callback"],["parent","opt_params","opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["opt_callback"],["sourceId",
716
+ "destinationId","opt_overwrite","opt_callback"],["project","opt_callback"],["id","x","y","z"],["params","opt_callback"],["rootId","opt_callback"],["id"],["assetId","opt_callback"],[],["opt_limit","opt_callback"],["opt_limit","opt_callback"],["taskId","request","opt_callback"],["assetId","opt_callback"],["params","opt_callback"],["opt_success","opt_error"],["parent","opt_params","opt_callback"],["operationName","opt_callback"],["params","opt_callback"],["id"],["asset","params","opt_callback"],["opt_callback"],
717
+ ["tag"],["id","opt_callback"],["value","opt_path","opt_force","opt_properties","opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["requestedId","opt_callback"],["operationName","opt_callback"],["opt_count","opt_callback"],["tag"],["id","opt_callback"],["obj","opt_callback"],["opt_resetDefault"],["date","opt_tz"],["json"],["json"],["json"],["json"],["opt_dict"],[],"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
718
+ [],["func","var_args"],[],[],["func","namedArgs"],["var_args"],[],["opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["geometry","opt_properties"],["opt_visParams","opt_callback"],["args","opt_column"],["opt_callback"],["opt_format","opt_selectors","opt_filename","opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["opt_visParams","opt_callback"],["var_args"],["name","value"],[],["name","value"],["opt_leftField","opt_rightValue","opt_rightField",
719
+ "opt_leftValue"],["name","value"],["var_args"],["name","value"],["name","value"],["opt_filter"],["name","value"],["start","opt_end"],["name","operator","value"],["geometry","opt_errorMargin"],["namedArgs"],["var_args"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],[],["west","south","east",
720
+ "north"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_maxError"],[],["legacy"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["var_args"],["params","opt_callback"],["expression","opt_map"],["opt_visParams","opt_callback"],["var_args"],["params","opt_callback"],["params","opt_callback"],["opt_callback"],["opt_visParams","opt_callback"],["r","g","b"],["var_args"],["geometry"],["opt_args"],["args"],["imageCollection","opt_linkedBands",
721
+ "opt_linkedProperties","opt_matchPropertyName"],[],["opt_callback"],["selectors","opt_names"],["params","opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["params","opt_callback"],["list"],["number"],["obj"],["obj"],["obj"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],["string"],[]];[Q,Mm,Nm,to,wo,ro,oo,yo,qo,so,lo,po,xo,uo,no,vo,V.prototype.sort,V.prototype.limit,V.prototype.filter,V.prototype.lf,V.prototype.sh,V.prototype.Hh,V.prototype.map,V.prototype.kf,O.prototype.evaluate,
722
+ O.prototype.Dg,O.prototype.V,O.prototype.va,xl,Ql,rm,yl,Jl,Pl,fm,mm,am,zl,sm,Xl,ll,nm,Al,sl,tm,gm,ml,Ll,om,im,tl,El,um,Fl,pm,ql,Kl,Ml,cm,qm,Cl,kl,hm,Nl,ul,Dl,vl,jm,wm,dm,lm,nl,km,Ol,Gl,xm,dm,wl,ym,Po,To,Uo,Yo,So,Zo,256,hp,kp,mp,jp,lp,np,S.prototype.set,Ij,X.prototype.V,X.prototype.S,X.prototype.getMap,X,Y.prototype.S,Y,Y.prototype.V,Y.prototype.rb,Y.prototype.select,Y.prototype.getMap,Gn,En,U.prototype.sc,Cn,Jn,Bn,Hn,Fn,Dn,U,An,In,Ln,Kn,Hm.prototype.apply,Hm.prototype.call,T,rn,fn,qn,sn,T.prototype.oe,
723
+ ln,on,jn,pn,T.prototype.vg,T.prototype.va,kn,N.prototype.select,N.prototype.Ld,N.prototype.l,N.prototype.getMap,N.prototype.mi,N.prototype.rb,N.prototype.uf,N.prototype.V,N.prototype.S,Yn,Zn,N.prototype.clip,N,Z,Z.prototype.Ef,Z.prototype.first,Z.prototype.V,Z.prototype.select,Z.prototype.vf,Z.prototype.S,Z.prototype.getMap,Z.prototype.sf,$n,Fo,Fk,Kk,Pk,Hk,Qk,Ok,Ek,Io,bp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});t.EXPORTED_FN_INFO=a})();}).call(this);
@@ -3211,9 +3211,6 @@ module$exports$safevalues$dom$elements$element.setOuterHtml = function(e, v) {
3211
3211
  parent !== null && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(parent);
3212
3212
  e.outerHTML = (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v);
3213
3213
  };
3214
- module$exports$safevalues$dom$elements$element.setCssText = function(e, v) {
3215
- e.style.cssText = v;
3216
- };
3217
3214
  module$exports$safevalues$dom$elements$element.insertAdjacentHtml = function(element, position, v) {
3218
3215
  var tagContext = position === "beforebegin" || position === "afterend" ? element.parentElement : element;
3219
3216
  tagContext !== null && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(tagContext);
@@ -4813,7 +4810,6 @@ module$exports$safevalues$dom$index.safeAnchorEl = module$exports$safevalues$dom
4813
4810
  module$exports$safevalues$dom$index.safeButtonEl = module$exports$safevalues$dom$elements$button;
4814
4811
  module$exports$safevalues$dom$index.safeElement = module$exports$safevalues$dom$elements$element;
4815
4812
  module$exports$safevalues$dom$index.safeFormEl = module$exports$safevalues$dom$elements$form;
4816
- module$exports$safevalues$dom$index.safeIframeEl = module$exports$safevalues$dom$elements$iframe;
4817
4813
  module$exports$safevalues$dom$index.safeInputEl = module$exports$safevalues$dom$elements$input;
4818
4814
  module$exports$safevalues$dom$index.safeLinkEl = module$exports$safevalues$dom$elements$link;
4819
4815
  module$exports$safevalues$dom$index.safeScriptEl = module$exports$safevalues$dom$elements$script;
@@ -4823,6 +4819,8 @@ module$exports$safevalues$dom$index.safeLocation = module$exports$safevalues$dom
4823
4819
  module$exports$safevalues$dom$index.safeUrl = module$exports$safevalues$dom$globals$url;
4824
4820
  module$exports$safevalues$dom$index.safeWindow = module$exports$safevalues$dom$globals$window;
4825
4821
  module$exports$safevalues$dom$index.safeWorker = module$exports$safevalues$dom$globals$worker;
4822
+ module$exports$safevalues$dom$index.safeIframeEl = {setSrc:module$exports$safevalues$dom$elements$iframe.setSrc, setSrcdoc:module$exports$safevalues$dom$elements$iframe.setSrcdoc, Intent:module$exports$safevalues$dom$elements$iframe.Intent, TypeCannotBeUsedWithIntentError:module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIntentError,
4823
+ setSrcWithIntent:module$exports$safevalues$dom$elements$iframe.setSrcWithIntent, setSrcdocWithIntent:module$exports$safevalues$dom$elements$iframe.setSrcdocWithIntent};
4826
4824
  module$exports$safevalues$dom$index.setAnchorHref = module$exports$safevalues$dom$elements$anchor.setHref;
4827
4825
  module$exports$safevalues$dom$index.setAnchorHrefLite = module$exports$safevalues$dom$elements$anchor.setHrefLite;
4828
4826
  module$exports$safevalues$dom$index.setAreaHref = module$contents$safevalues$dom$elements$area_setHref;
@@ -4830,7 +4828,6 @@ module$exports$safevalues$dom$index.setBaseHref = module$contents$safevalues$dom
4830
4828
  module$exports$safevalues$dom$index.setButtonFormaction = module$exports$safevalues$dom$elements$button.setFormaction;
4831
4829
  module$exports$safevalues$dom$index.buildPrefixedAttributeSetter = module$exports$safevalues$dom$elements$element.buildPrefixedAttributeSetter;
4832
4830
  module$exports$safevalues$dom$index.elementInsertAdjacentHtml = module$exports$safevalues$dom$elements$element.insertAdjacentHtml;
4833
- module$exports$safevalues$dom$index.setElementCssText = module$exports$safevalues$dom$elements$element.setCssText;
4834
4831
  module$exports$safevalues$dom$index.setElementInnerHtml = module$exports$safevalues$dom$elements$element.setInnerHtml;
4835
4832
  module$exports$safevalues$dom$index.setElementOuterHtml = module$exports$safevalues$dom$elements$element.setOuterHtml;
4836
4833
  module$exports$safevalues$dom$index.setElementPrefixedAttribute = module$exports$safevalues$dom$elements$element.setPrefixedAttribute;
@@ -4877,7 +4874,6 @@ safevalues.dom.safeAnchorEl = module$exports$safevalues$dom$elements$anchor;
4877
4874
  safevalues.dom.safeButtonEl = module$exports$safevalues$dom$elements$button;
4878
4875
  safevalues.dom.safeElement = module$exports$safevalues$dom$elements$element;
4879
4876
  safevalues.dom.safeFormEl = module$exports$safevalues$dom$elements$form;
4880
- safevalues.dom.safeIframeEl = module$exports$safevalues$dom$elements$iframe;
4881
4877
  safevalues.dom.safeInputEl = module$exports$safevalues$dom$elements$input;
4882
4878
  safevalues.dom.safeLinkEl = module$exports$safevalues$dom$elements$link;
4883
4879
  safevalues.dom.safeScriptEl = module$exports$safevalues$dom$elements$script;
@@ -4887,6 +4883,7 @@ safevalues.dom.safeLocation = module$exports$safevalues$dom$globals$location;
4887
4883
  safevalues.dom.safeUrl = module$exports$safevalues$dom$globals$url;
4888
4884
  safevalues.dom.safeWindow = module$exports$safevalues$dom$globals$window;
4889
4885
  safevalues.dom.safeWorker = module$exports$safevalues$dom$globals$worker;
4886
+ safevalues.dom.safeIframeEl = module$exports$safevalues$dom$index.safeIframeEl;
4890
4887
  safevalues.dom.setAnchorHref = module$exports$safevalues$dom$index.setAnchorHref;
4891
4888
  safevalues.dom.setAnchorHrefLite = module$exports$safevalues$dom$index.setAnchorHrefLite;
4892
4889
  safevalues.dom.setAreaHref = module$contents$safevalues$dom$elements$area_setHref;
@@ -4894,7 +4891,6 @@ safevalues.dom.setBaseHref = module$contents$safevalues$dom$elements$base_setHre
4894
4891
  safevalues.dom.setButtonFormaction = module$exports$safevalues$dom$index.setButtonFormaction;
4895
4892
  safevalues.dom.buildPrefixedAttributeSetter = module$exports$safevalues$dom$index.buildPrefixedAttributeSetter;
4896
4893
  safevalues.dom.elementInsertAdjacentHtml = module$exports$safevalues$dom$index.elementInsertAdjacentHtml;
4897
- safevalues.dom.setElementCssText = module$exports$safevalues$dom$index.setElementCssText;
4898
4894
  safevalues.dom.setElementInnerHtml = module$exports$safevalues$dom$index.setElementInnerHtml;
4899
4895
  safevalues.dom.setElementOuterHtml = module$exports$safevalues$dom$index.setElementOuterHtml;
4900
4896
  safevalues.dom.setElementPrefixedAttribute = module$exports$safevalues$dom$index.setElementPrefixedAttribute;
@@ -9216,8 +9212,8 @@ module$exports$eeapiclient$ee_api_client.PixelDataTypePrecisionEnum = {DOUBLE:"D
9216
9212
  }};
9217
9213
  module$exports$eeapiclient$ee_api_client.IProjectConfigRegistrationStateEnum = function() {
9218
9214
  };
9219
- module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum = {NOT_REGISTERED:"NOT_REGISTERED", REGISTERED_COMMERCILALLY:"REGISTERED_COMMERCILALLY", REGISTERED_NOT_COMMERCILALLY:"REGISTERED_NOT_COMMERCILALLY", REGISTRATION_STATE_UNSPECIFIED:"REGISTRATION_STATE_UNSPECIFIED", values:function() {
9220
- return [module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.REGISTRATION_STATE_UNSPECIFIED, module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.NOT_REGISTERED, module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.REGISTERED_COMMERCILALLY, module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.REGISTERED_NOT_COMMERCILALLY];
9215
+ module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum = {NOT_REGISTERED:"NOT_REGISTERED", REGISTERED_COMMERCIALLY:"REGISTERED_COMMERCIALLY", REGISTERED_NOT_COMMERCIALLY:"REGISTERED_NOT_COMMERCIALLY", REGISTRATION_STATE_UNSPECIFIED:"REGISTRATION_STATE_UNSPECIFIED", values:function() {
9216
+ return [module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.REGISTRATION_STATE_UNSPECIFIED, module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.NOT_REGISTERED, module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.REGISTERED_COMMERCIALLY, module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.REGISTERED_NOT_COMMERCIALLY];
9221
9217
  }};
9222
9218
  module$exports$eeapiclient$ee_api_client.IProjectRegistrationBillingConsentEnum = function() {
9223
9219
  };
@@ -17351,30 +17347,7 @@ function module$contents$safevalues$builders$script_builders_safeScriptWithArgs(
17351
17347
  };
17352
17348
  }
17353
17349
  module$exports$safevalues$builders$script_builders.safeScriptWithArgs = module$contents$safevalues$builders$script_builders_safeScriptWithArgs;
17354
- var module$contents$safevalues$builders$style_builders_module = module$contents$safevalues$builders$style_builders_module || {id:"third_party/javascript/safevalues/builders/style_builders.closure.js"};
17355
- function module$contents$safevalues$builders$style_builders_safeStyle(templateObj) {
17356
- var rest = $jscomp.getRestArguments.apply(1, arguments);
17357
- goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, rest.length);
17358
- for (var stringifiedStyle = templateObj[0], i = 0; i < templateObj.length - 1; i++) {
17359
- stringifiedStyle += String(rest[i]) + templateObj[i + 1];
17360
- }
17361
- if (/[<>]/.test(stringifiedStyle)) {
17362
- throw Error("Forbidden characters in style string: " + stringifiedStyle);
17363
- }
17364
- if (goog.DEBUG) {
17365
- if (stringifiedStyle.length === 0) {
17366
- return module$contents$safevalues$internals$style_impl_createStyleInternal(stringifiedStyle);
17367
- }
17368
- if (!/;$/.test(stringifiedStyle)) {
17369
- throw Error('Style string does not end with ";": ' + stringifiedStyle);
17370
- }
17371
- if (!/:/.test(stringifiedStyle)) {
17372
- throw Error('Style string should contain one or more ":": ' + stringifiedStyle);
17373
- }
17374
- }
17375
- return module$contents$safevalues$internals$style_impl_createStyleInternal(stringifiedStyle);
17376
- }
17377
- ;var module$exports$safevalues$reporting$reporting = {}, module$contents$safevalues$reporting$reporting_module = module$contents$safevalues$reporting$reporting_module || {id:"third_party/javascript/safevalues/reporting/reporting.closure.js"}, module$contents$safevalues$reporting$reporting_REPORTING_ID_PREFIX_TO_SAMPLING_RATE = {0:1, 1:1}, module$contents$safevalues$reporting$reporting_REPORTING_ID_PREFIX_TO_HEARTBEAT_RATE =
17350
+ var module$exports$safevalues$reporting$reporting = {}, module$contents$safevalues$reporting$reporting_module = module$contents$safevalues$reporting$reporting_module || {id:"third_party/javascript/safevalues/reporting/reporting.closure.js"}, module$contents$safevalues$reporting$reporting_REPORTING_ID_PREFIX_TO_SAMPLING_RATE = {0:1, 1:1}, module$contents$safevalues$reporting$reporting_REPORTING_ID_PREFIX_TO_HEARTBEAT_RATE =
17378
17351
  {0:.1, 1:.1};
17379
17352
  module$exports$safevalues$reporting$reporting.ReportingOptions = function() {
17380
17353
  };
@@ -17474,7 +17447,6 @@ module$exports$safevalues$index.concatScripts = module$contents$safevalues$build
17474
17447
  module$exports$safevalues$index.safeScript = module$contents$safevalues$builders$script_builders_safeScript;
17475
17448
  module$exports$safevalues$index.safeScriptWithArgs = module$contents$safevalues$builders$script_builders_safeScriptWithArgs;
17476
17449
  module$exports$safevalues$index.valueAsScript = module$contents$safevalues$builders$script_builders_valueAsScript;
17477
- module$exports$safevalues$index.safeStyle = module$contents$safevalues$builders$style_builders_safeStyle;
17478
17450
  module$exports$safevalues$index.concatStyleSheets = module$contents$safevalues$builders$style_sheet_builders_concatStyleSheets;
17479
17451
  module$exports$safevalues$index.safeStyleRule = module$contents$safevalues$builders$style_sheet_builders_safeStyleRule;
17480
17452
  module$exports$safevalues$index.safeStyleSheet = module$contents$safevalues$builders$style_sheet_builders_safeStyleSheet;
@@ -17548,7 +17520,6 @@ safevalues.concatScripts = module$contents$safevalues$builders$script_builders_c
17548
17520
  safevalues.safeScript = module$contents$safevalues$builders$script_builders_safeScript;
17549
17521
  safevalues.safeScriptWithArgs = module$contents$safevalues$builders$script_builders_safeScriptWithArgs;
17550
17522
  safevalues.valueAsScript = module$contents$safevalues$builders$script_builders_valueAsScript;
17551
- safevalues.safeStyle = module$contents$safevalues$builders$style_builders_safeStyle;
17552
17523
  safevalues.concatStyleSheets = module$contents$safevalues$builders$style_sheet_builders_concatStyleSheets;
17553
17524
  safevalues.safeStyleRule = module$contents$safevalues$builders$style_sheet_builders_safeStyleRule;
17554
17525
  safevalues.safeStyleSheet = module$contents$safevalues$builders$style_sheet_builders_safeStyleSheet;
@@ -18615,7 +18586,6 @@ goog.async.Deferred.assertNoErrors = function() {
18615
18586
  };
18616
18587
  goog.net = {};
18617
18588
  goog.net.jsloader = {};
18618
- goog.net.jsloader.Options = {};
18619
18589
  goog.net.jsloader.GLOBAL_VERIFY_OBJS_ = "closure_verification";
18620
18590
  goog.net.jsloader.DEFAULT_TIMEOUT = 5E3;
18621
18591
  goog.net.jsloader.scriptsToLoad_ = [];
@@ -19268,7 +19238,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
19268
19238
  ee.apiclient = {};
19269
19239
  var module$contents$ee$apiclient_apiclient = {};
19270
19240
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
19271
- ee.apiclient.API_CLIENT_VERSION = "1.4.2";
19241
+ ee.apiclient.API_CLIENT_VERSION = "1.4.3";
19272
19242
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
19273
19243
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
19274
19244
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -19566,8 +19536,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
19566
19536
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
19567
19537
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
19568
19538
  method = method || "POST";
19569
- var headers = {"Content-Type":contentType}, version = "1.4.2";
19570
- version === "1.4.2" && (version = "latest");
19539
+ var headers = {"Content-Type":contentType}, version = "1.4.3";
19540
+ version === "1.4.3" && (version = "latest");
19571
19541
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
19572
19542
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
19573
19543
  if (authToken != null) {