@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 +32 -61
- package/build/ee_api_js.js +16 -16
- package/build/ee_api_js_debug.js +9 -39
- package/build/ee_api_js_npm.js +32 -61
- package/build/main.js +32 -61
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
package/build/main.js
CHANGED
|
@@ -3213,9 +3213,6 @@ module$exports$safevalues$dom$elements$element.setOuterHtml = function(e, v) {
|
|
|
3213
3213
|
parent !== null && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(parent);
|
|
3214
3214
|
e.outerHTML = (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v);
|
|
3215
3215
|
};
|
|
3216
|
-
module$exports$safevalues$dom$elements$element.setCssText = function(e, v) {
|
|
3217
|
-
e.style.cssText = v;
|
|
3218
|
-
};
|
|
3219
3216
|
module$exports$safevalues$dom$elements$element.insertAdjacentHtml = function(element, position, v) {
|
|
3220
3217
|
var tagContext = position === "beforebegin" || position === "afterend" ? element.parentElement : element;
|
|
3221
3218
|
tagContext !== null && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(tagContext);
|
|
@@ -4815,7 +4812,6 @@ module$exports$safevalues$dom$index.safeAnchorEl = module$exports$safevalues$dom
|
|
|
4815
4812
|
module$exports$safevalues$dom$index.safeButtonEl = module$exports$safevalues$dom$elements$button;
|
|
4816
4813
|
module$exports$safevalues$dom$index.safeElement = module$exports$safevalues$dom$elements$element;
|
|
4817
4814
|
module$exports$safevalues$dom$index.safeFormEl = module$exports$safevalues$dom$elements$form;
|
|
4818
|
-
module$exports$safevalues$dom$index.safeIframeEl = module$exports$safevalues$dom$elements$iframe;
|
|
4819
4815
|
module$exports$safevalues$dom$index.safeInputEl = module$exports$safevalues$dom$elements$input;
|
|
4820
4816
|
module$exports$safevalues$dom$index.safeLinkEl = module$exports$safevalues$dom$elements$link;
|
|
4821
4817
|
module$exports$safevalues$dom$index.safeScriptEl = module$exports$safevalues$dom$elements$script;
|
|
@@ -4825,6 +4821,8 @@ module$exports$safevalues$dom$index.safeLocation = module$exports$safevalues$dom
|
|
|
4825
4821
|
module$exports$safevalues$dom$index.safeUrl = module$exports$safevalues$dom$globals$url;
|
|
4826
4822
|
module$exports$safevalues$dom$index.safeWindow = module$exports$safevalues$dom$globals$window;
|
|
4827
4823
|
module$exports$safevalues$dom$index.safeWorker = module$exports$safevalues$dom$globals$worker;
|
|
4824
|
+
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,
|
|
4825
|
+
setSrcWithIntent:module$exports$safevalues$dom$elements$iframe.setSrcWithIntent, setSrcdocWithIntent:module$exports$safevalues$dom$elements$iframe.setSrcdocWithIntent};
|
|
4828
4826
|
module$exports$safevalues$dom$index.setAnchorHref = module$exports$safevalues$dom$elements$anchor.setHref;
|
|
4829
4827
|
module$exports$safevalues$dom$index.setAnchorHrefLite = module$exports$safevalues$dom$elements$anchor.setHrefLite;
|
|
4830
4828
|
module$exports$safevalues$dom$index.setAreaHref = module$contents$safevalues$dom$elements$area_setHref;
|
|
@@ -4832,7 +4830,6 @@ module$exports$safevalues$dom$index.setBaseHref = module$contents$safevalues$dom
|
|
|
4832
4830
|
module$exports$safevalues$dom$index.setButtonFormaction = module$exports$safevalues$dom$elements$button.setFormaction;
|
|
4833
4831
|
module$exports$safevalues$dom$index.buildPrefixedAttributeSetter = module$exports$safevalues$dom$elements$element.buildPrefixedAttributeSetter;
|
|
4834
4832
|
module$exports$safevalues$dom$index.elementInsertAdjacentHtml = module$exports$safevalues$dom$elements$element.insertAdjacentHtml;
|
|
4835
|
-
module$exports$safevalues$dom$index.setElementCssText = module$exports$safevalues$dom$elements$element.setCssText;
|
|
4836
4833
|
module$exports$safevalues$dom$index.setElementInnerHtml = module$exports$safevalues$dom$elements$element.setInnerHtml;
|
|
4837
4834
|
module$exports$safevalues$dom$index.setElementOuterHtml = module$exports$safevalues$dom$elements$element.setOuterHtml;
|
|
4838
4835
|
module$exports$safevalues$dom$index.setElementPrefixedAttribute = module$exports$safevalues$dom$elements$element.setPrefixedAttribute;
|
|
@@ -4879,7 +4876,6 @@ safevalues.dom.safeAnchorEl = module$exports$safevalues$dom$elements$anchor;
|
|
|
4879
4876
|
safevalues.dom.safeButtonEl = module$exports$safevalues$dom$elements$button;
|
|
4880
4877
|
safevalues.dom.safeElement = module$exports$safevalues$dom$elements$element;
|
|
4881
4878
|
safevalues.dom.safeFormEl = module$exports$safevalues$dom$elements$form;
|
|
4882
|
-
safevalues.dom.safeIframeEl = module$exports$safevalues$dom$elements$iframe;
|
|
4883
4879
|
safevalues.dom.safeInputEl = module$exports$safevalues$dom$elements$input;
|
|
4884
4880
|
safevalues.dom.safeLinkEl = module$exports$safevalues$dom$elements$link;
|
|
4885
4881
|
safevalues.dom.safeScriptEl = module$exports$safevalues$dom$elements$script;
|
|
@@ -4889,6 +4885,7 @@ safevalues.dom.safeLocation = module$exports$safevalues$dom$globals$location;
|
|
|
4889
4885
|
safevalues.dom.safeUrl = module$exports$safevalues$dom$globals$url;
|
|
4890
4886
|
safevalues.dom.safeWindow = module$exports$safevalues$dom$globals$window;
|
|
4891
4887
|
safevalues.dom.safeWorker = module$exports$safevalues$dom$globals$worker;
|
|
4888
|
+
safevalues.dom.safeIframeEl = module$exports$safevalues$dom$index.safeIframeEl;
|
|
4892
4889
|
safevalues.dom.setAnchorHref = module$exports$safevalues$dom$index.setAnchorHref;
|
|
4893
4890
|
safevalues.dom.setAnchorHrefLite = module$exports$safevalues$dom$index.setAnchorHrefLite;
|
|
4894
4891
|
safevalues.dom.setAreaHref = module$contents$safevalues$dom$elements$area_setHref;
|
|
@@ -4896,7 +4893,6 @@ safevalues.dom.setBaseHref = module$contents$safevalues$dom$elements$base_setHre
|
|
|
4896
4893
|
safevalues.dom.setButtonFormaction = module$exports$safevalues$dom$index.setButtonFormaction;
|
|
4897
4894
|
safevalues.dom.buildPrefixedAttributeSetter = module$exports$safevalues$dom$index.buildPrefixedAttributeSetter;
|
|
4898
4895
|
safevalues.dom.elementInsertAdjacentHtml = module$exports$safevalues$dom$index.elementInsertAdjacentHtml;
|
|
4899
|
-
safevalues.dom.setElementCssText = module$exports$safevalues$dom$index.setElementCssText;
|
|
4900
4896
|
safevalues.dom.setElementInnerHtml = module$exports$safevalues$dom$index.setElementInnerHtml;
|
|
4901
4897
|
safevalues.dom.setElementOuterHtml = module$exports$safevalues$dom$index.setElementOuterHtml;
|
|
4902
4898
|
safevalues.dom.setElementPrefixedAttribute = module$exports$safevalues$dom$index.setElementPrefixedAttribute;
|
|
@@ -9218,8 +9214,8 @@ module$exports$eeapiclient$ee_api_client.PixelDataTypePrecisionEnum = {DOUBLE:"D
|
|
|
9218
9214
|
}};
|
|
9219
9215
|
module$exports$eeapiclient$ee_api_client.IProjectConfigRegistrationStateEnum = function() {
|
|
9220
9216
|
};
|
|
9221
|
-
module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum = {NOT_REGISTERED:"NOT_REGISTERED",
|
|
9222
|
-
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.
|
|
9217
|
+
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() {
|
|
9218
|
+
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];
|
|
9223
9219
|
}};
|
|
9224
9220
|
module$exports$eeapiclient$ee_api_client.IProjectRegistrationBillingConsentEnum = function() {
|
|
9225
9221
|
};
|
|
@@ -17353,30 +17349,7 @@ function module$contents$safevalues$builders$script_builders_safeScriptWithArgs(
|
|
|
17353
17349
|
};
|
|
17354
17350
|
}
|
|
17355
17351
|
module$exports$safevalues$builders$script_builders.safeScriptWithArgs = module$contents$safevalues$builders$script_builders_safeScriptWithArgs;
|
|
17356
|
-
var module$contents$safevalues$
|
|
17357
|
-
function module$contents$safevalues$builders$style_builders_safeStyle(templateObj) {
|
|
17358
|
-
var rest = $jscomp.getRestArguments.apply(1, arguments);
|
|
17359
|
-
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, rest.length);
|
|
17360
|
-
for (var stringifiedStyle = templateObj[0], i = 0; i < templateObj.length - 1; i++) {
|
|
17361
|
-
stringifiedStyle += String(rest[i]) + templateObj[i + 1];
|
|
17362
|
-
}
|
|
17363
|
-
if (/[<>]/.test(stringifiedStyle)) {
|
|
17364
|
-
throw Error("Forbidden characters in style string: " + stringifiedStyle);
|
|
17365
|
-
}
|
|
17366
|
-
if (goog.DEBUG) {
|
|
17367
|
-
if (stringifiedStyle.length === 0) {
|
|
17368
|
-
return module$contents$safevalues$internals$style_impl_createStyleInternal(stringifiedStyle);
|
|
17369
|
-
}
|
|
17370
|
-
if (!/;$/.test(stringifiedStyle)) {
|
|
17371
|
-
throw Error('Style string does not end with ";": ' + stringifiedStyle);
|
|
17372
|
-
}
|
|
17373
|
-
if (!/:/.test(stringifiedStyle)) {
|
|
17374
|
-
throw Error('Style string should contain one or more ":": ' + stringifiedStyle);
|
|
17375
|
-
}
|
|
17376
|
-
}
|
|
17377
|
-
return module$contents$safevalues$internals$style_impl_createStyleInternal(stringifiedStyle);
|
|
17378
|
-
}
|
|
17379
|
-
;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 =
|
|
17352
|
+
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 =
|
|
17380
17353
|
{0:.1, 1:.1};
|
|
17381
17354
|
module$exports$safevalues$reporting$reporting.ReportingOptions = function() {
|
|
17382
17355
|
};
|
|
@@ -17476,7 +17449,6 @@ module$exports$safevalues$index.concatScripts = module$contents$safevalues$build
|
|
|
17476
17449
|
module$exports$safevalues$index.safeScript = module$contents$safevalues$builders$script_builders_safeScript;
|
|
17477
17450
|
module$exports$safevalues$index.safeScriptWithArgs = module$contents$safevalues$builders$script_builders_safeScriptWithArgs;
|
|
17478
17451
|
module$exports$safevalues$index.valueAsScript = module$contents$safevalues$builders$script_builders_valueAsScript;
|
|
17479
|
-
module$exports$safevalues$index.safeStyle = module$contents$safevalues$builders$style_builders_safeStyle;
|
|
17480
17452
|
module$exports$safevalues$index.concatStyleSheets = module$contents$safevalues$builders$style_sheet_builders_concatStyleSheets;
|
|
17481
17453
|
module$exports$safevalues$index.safeStyleRule = module$contents$safevalues$builders$style_sheet_builders_safeStyleRule;
|
|
17482
17454
|
module$exports$safevalues$index.safeStyleSheet = module$contents$safevalues$builders$style_sheet_builders_safeStyleSheet;
|
|
@@ -17550,7 +17522,6 @@ safevalues.concatScripts = module$contents$safevalues$builders$script_builders_c
|
|
|
17550
17522
|
safevalues.safeScript = module$contents$safevalues$builders$script_builders_safeScript;
|
|
17551
17523
|
safevalues.safeScriptWithArgs = module$contents$safevalues$builders$script_builders_safeScriptWithArgs;
|
|
17552
17524
|
safevalues.valueAsScript = module$contents$safevalues$builders$script_builders_valueAsScript;
|
|
17553
|
-
safevalues.safeStyle = module$contents$safevalues$builders$style_builders_safeStyle;
|
|
17554
17525
|
safevalues.concatStyleSheets = module$contents$safevalues$builders$style_sheet_builders_concatStyleSheets;
|
|
17555
17526
|
safevalues.safeStyleRule = module$contents$safevalues$builders$style_sheet_builders_safeStyleRule;
|
|
17556
17527
|
safevalues.safeStyleSheet = module$contents$safevalues$builders$style_sheet_builders_safeStyleSheet;
|
|
@@ -18617,7 +18588,6 @@ goog.async.Deferred.assertNoErrors = function() {
|
|
|
18617
18588
|
};
|
|
18618
18589
|
goog.net = {};
|
|
18619
18590
|
goog.net.jsloader = {};
|
|
18620
|
-
goog.net.jsloader.Options = {};
|
|
18621
18591
|
goog.net.jsloader.GLOBAL_VERIFY_OBJS_ = "closure_verification";
|
|
18622
18592
|
goog.net.jsloader.DEFAULT_TIMEOUT = 5E3;
|
|
18623
18593
|
goog.net.jsloader.scriptsToLoad_ = [];
|
|
@@ -19270,7 +19240,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19270
19240
|
ee.apiclient = {};
|
|
19271
19241
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19272
19242
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19273
|
-
ee.apiclient.API_CLIENT_VERSION = "1.4.
|
|
19243
|
+
ee.apiclient.API_CLIENT_VERSION = "1.4.3";
|
|
19274
19244
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19275
19245
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19276
19246
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19568,8 +19538,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19568
19538
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19569
19539
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19570
19540
|
method = method || "POST";
|
|
19571
|
-
var headers = {"Content-Type":contentType}, version = "1.4.
|
|
19572
|
-
version === "1.4.
|
|
19541
|
+
var headers = {"Content-Type":contentType}, version = "1.4.3";
|
|
19542
|
+
version === "1.4.3" && (version = "latest");
|
|
19573
19543
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19574
19544
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19575
19545
|
if (authToken != null) {
|
|
@@ -27091,28 +27061,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27091
27061
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27092
27062
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27093
27063
|
(function() {
|
|
27094
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.
|
|
27095
|
-
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "collection opt_description
|
|
27096
|
-
"
|
|
27097
|
-
"collection opt_description
|
|
27098
|
-
"collection opt_description
|
|
27099
|
-
"
|
|
27100
|
-
["
|
|
27101
|
-
["
|
|
27102
|
-
["
|
|
27103
|
-
[
|
|
27104
|
-
|
|
27105
|
-
|
|
27106
|
-
"
|
|
27107
|
-
|
|
27108
|
-
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.
|
|
27109
|
-
ee.
|
|
27110
|
-
ee.
|
|
27111
|
-
ee.data.
|
|
27112
|
-
ee.
|
|
27113
|
-
ee.
|
|
27114
|
-
ee.
|
|
27115
|
-
ee.
|
|
27064
|
+
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(" "),
|
|
27065
|
+
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(" "),
|
|
27066
|
+
"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(" "),
|
|
27067
|
+
"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(" "),
|
|
27068
|
+
["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(" "),
|
|
27069
|
+
["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"],
|
|
27070
|
+
["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"],
|
|
27071
|
+
["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"],
|
|
27072
|
+
["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"],
|
|
27073
|
+
["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",
|
|
27074
|
+
"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"],
|
|
27075
|
+
[], ["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",
|
|
27076
|
+
"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",
|
|
27077
|
+
"opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27078
|
+
[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,
|
|
27079
|
+
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,
|
|
27080
|
+
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,
|
|
27081
|
+
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,
|
|
27082
|
+
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,
|
|
27083
|
+
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,
|
|
27084
|
+
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,
|
|
27085
|
+
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,
|
|
27086
|
+
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) {
|
|
27116
27087
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27117
27088
|
});
|
|
27118
27089
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/package.json
CHANGED
package/src/apiclient.js
CHANGED
|
@@ -24,7 +24,7 @@ const {trustedResourceUrl} = goog.require('safevalues');
|
|
|
24
24
|
/** @namespace */
|
|
25
25
|
const apiclient = {};
|
|
26
26
|
|
|
27
|
-
const API_CLIENT_VERSION = '1.4.
|
|
27
|
+
const API_CLIENT_VERSION = '1.4.3';
|
|
28
28
|
|
|
29
29
|
exports.VERSION = apiVersion.VERSION;
|
|
30
30
|
exports.API_CLIENT_VERSION = API_CLIENT_VERSION;
|