@ones-open/cli-ability-template
Advanced tools
Comparing version 2.1.2 to 2.1.3-beta.0
{ | ||
"name": "@ones-open/cli-ability-template", | ||
"version": "2.1.2", | ||
"version": "2.1.3-beta.0", | ||
"description": "Ability templates for ONES Open Platform CLI", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "30758064bba2e9d653253e3c7daf76f85c6bfa10" | ||
"gitHead": "169f738e3cb80895a36daf0595b10e2a79255a0a" | ||
} |
@@ -6,3 +6,3 @@ import type { | ||
} from '@ones-open/node-ability' | ||
import { Field, FieldTypeEnum, PoolEnum, AbilityError } from '@ones-open/node-ability' | ||
import { Job, FieldTypeEnum, PoolEnum, AbilityError } from '@ones-open/node-ability' | ||
import { Logger } from '@ones-open/node-logger' | ||
@@ -12,4 +12,4 @@ import type { PluginRequest, PluginResponse } from '@ones-open/node-types' | ||
export async function checkJobStatus(request: PluginRequest): Promise<PluginResponse> { | ||
const resp = await Field.CheckUpdateFieldGroupJobStatus('jobUUID', 'teamUUID') | ||
const { status } = resp | ||
const resp = await Job.CheckJobStatus('jobUUID', 'teamUUID') | ||
return { | ||
@@ -16,0 +16,0 @@ body: { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
85239
1257
2