ozone-typescript-client
Advanced tools
Comparing version 5.4.22 to 5.4.26
import { UUID, TaskExecution } from 'ozone-type'; | ||
export interface TaskClient { | ||
waitForTask<T>(taskId: UUID): TaskHandler<T>; | ||
waitForTask<T>(taskId: UUID, options?: TaskHandlerOption): TaskHandler<T>; | ||
} | ||
@@ -5,0 +5,0 @@ export interface TaskHandlerOption { |
{ | ||
"name": "ozone-typescript-client", | ||
"version": "5.4.22", | ||
"version": "5.4.26", | ||
"description": "", | ||
@@ -36,3 +36,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "113318b0771d22e817278cec8fcf5cba7f098b91" | ||
"gitHead": "04a319b5ddfcf3e0d99128a0fda16c8685e75cf0" | ||
} |
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
469286