conjure-api
Advanced tools
Comparing version 4.27.0 to 4.28.0
@@ -0,1 +1,2 @@ | ||
import { LogSafety } from "./logSafety"; | ||
import * as IParameterType from "./parameterType"; | ||
@@ -7,2 +8,3 @@ import * as IType from "./type"; | ||
'paramType': IParameterType.IParameterType; | ||
'safety'?: LogSafety | null; | ||
'docs'?: string | null; | ||
@@ -9,0 +11,0 @@ 'markers': Array<IType.IType>; |
{ | ||
"name": "conjure-api", | ||
"version": "4.27.0", | ||
"version": "4.28.0", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
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
29256
914