Skip to content

Commit

Permalink
v0.1.319
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 466128904
  • Loading branch information
Google Earth Engine Authors authored and naschmitz committed Aug 12, 2022
1 parent 08cc13b commit b9b688b
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 32 deletions.
16 changes: 8 additions & 8 deletions javascript/build/ee_api_js.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions javascript/build/ee_api_js_debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -16856,7 +16856,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
ee.apiclient = {};
var module$contents$ee$apiclient_apiclient = {};
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
ee.apiclient.API_CLIENT_VERSION = "0.1.318";
ee.apiclient.API_CLIENT_VERSION = "0.1.319";
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
Expand Down Expand Up @@ -17137,8 +17137,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
method = method || "POST";
var headers = {"Content-Type":contentType,}, version = "0.1.318";
"0.1.318" === version && (version = "latest");
var headers = {"Content-Type":contentType,}, version = "0.1.319";
"0.1.319" === version && (version = "latest");
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
if (null != authToken) {
Expand Down
Loading

0 comments on commit b9b688b

Please sign in to comment.