ozone-typescript-client
Advanced tools
Comparing version 5.4.20 to 5.4.21
@@ -21,2 +21,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
} | ||
const waitingTime = 1000; // ms | ||
export class TaskHandlerImpl { | ||
@@ -107,3 +108,3 @@ constructor(taskId, client, baseUrl, options) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
const url = `${this.baseUrl}/rest/v3/task/wait/${taskId}/120`; | ||
const url = `${this.baseUrl}/rest/v3/task/wait/${taskId}/${waitingTime}`; | ||
const request = new Request(url) | ||
@@ -110,0 +111,0 @@ .setMethod('GET'); |
{ | ||
"name": "ozone-typescript-client", | ||
"version": "5.4.20", | ||
"version": "5.4.21", | ||
"description": "", | ||
@@ -36,3 +36,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "f4a2ff0fb531e0ffdff104da770338989689c77c" | ||
"gitHead": "7a52ece18320f418263d070eac1475ccefe4fbeb" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
469257
5095