@apistudio/apim-cli
Version:
CLI for API Management Products
22 lines • 980 B
TypeScript
/**
* Copyright IBM Corp. 2024, 2025
*/
export declare class AssertConstants {
static readonly equals_action = "equals";
static readonly not_equals_action = "notEquals";
static readonly have_property_action = "haveProperty";
static readonly not_have_property_action = "notHaveProperty";
static readonly lessThan_action = "lessThan";
static readonly greaterThan_action = "greaterThan";
static readonly validateSchema_action = "validateSchema";
static readonly inValidateSchema_action = "inValidateSchema";
static readonly lengthOf_action = "lengthOf";
static readonly include_action = "include";
static readonly responseJsonTypeKey = "json()";
static readonly responseHeaderKey = "header()";
static readonly responseXmlTypeKey = "xml()";
static readonly responseTextTypeKey = "text()";
static readonly matches_action = "matches";
static readonly type_action = "type";
}
//# sourceMappingURL=assertConstants.d.ts.map