@rlvt/contents-openapi-client
Advanced tools
Comparing version 1.0.397 to 1.0.398
@@ -142,3 +142,3 @@ declare type readonlyP = { | ||
type: "static"; | ||
value: string | number | (false) | (true) | string[] | number[]; | ||
value: string | number | (false) | (true); | ||
} | { | ||
@@ -149,9 +149,9 @@ type: "dependency"; | ||
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty"; | ||
value: { | ||
value: ({ | ||
type: "static"; | ||
value: string | number | (false) | (true) | string[] | number[]; | ||
value: string | number | (false) | (true); | ||
} | { | ||
type: "dependency"; | ||
value: string; | ||
}; | ||
})[]; | ||
}[]; | ||
@@ -164,3 +164,3 @@ } | { | ||
type: "static"; | ||
value: string | number | (false) | (true) | string[] | number[]; | ||
value: string | number | (false) | (true); | ||
} | { | ||
@@ -171,9 +171,9 @@ type: "dependency"; | ||
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty"; | ||
value: { | ||
value: ({ | ||
type: "static"; | ||
value: string | number | (false) | (true) | string[] | number[]; | ||
value: string | number | (false) | (true); | ||
} | { | ||
type: "dependency"; | ||
value: string; | ||
}; | ||
})[]; | ||
}[]; | ||
@@ -180,0 +180,0 @@ } | { |
{ | ||
"name": "@rlvt/contents-openapi-client", | ||
"version": "1.0.397+2a4a198", | ||
"version": "1.0.398+f196277", | ||
"description": "Openapi client for reelevant service", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is too big to display
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
100429