@nestia/migrate 9.0.3 → 9.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/NestiaMigrateApplication.js +1391 -158
- package/lib/NestiaMigrateApplication.js.map +1 -1
- package/lib/bundles/NEST_TEMPLATE.js +2 -2
- package/lib/bundles/SDK_TEMPLATE.js +1 -1
- package/lib/index.mjs +1521 -288
- package/lib/index.mjs.map +1 -1
- package/lib/programmers/NestiaMigrateSchemaProgrammer.js +16 -2
- package/lib/programmers/NestiaMigrateSchemaProgrammer.js.map +1 -1
- package/package.json +8 -8
- package/src/bundles/NEST_TEMPLATE.ts +2 -2
- package/src/bundles/SDK_TEMPLATE.ts +1 -1
- package/src/programmers/NestiaMigrateSchemaProgrammer.ts +3 -1
|
@@ -67,12 +67,12 @@ class NestiaMigrateApplication {
|
|
|
67
67
|
if (undefined === value)
|
|
68
68
|
return true;
|
|
69
69
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu0(value);
|
|
70
|
-
}); const _io9 = input => ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io10 = input => Object.keys(input).every(key => {
|
|
70
|
+
}); const _io9 = input => ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io10 = input => Object.keys(input).every(key => {
|
|
71
71
|
const value = input[key];
|
|
72
72
|
if (undefined === value)
|
|
73
73
|
return true;
|
|
74
74
|
return true;
|
|
75
|
-
}); const _io11 = input => (undefined === input["default"] || "boolean" === typeof input["default"]) && "boolean" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io12 = input => (undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && "integer" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io13 = input => (undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && "number" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io14 = input => (undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && "string" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io15 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu0(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && "array" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io16 = input => "array" === input.type && (Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem))) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu0(input.additionalItems))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io17 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io8(input.properties)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu0(input.additionalProperties))) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && "object" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io18 = input => "string" === typeof input.$ref && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io19 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu1(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io22(input.discriminator)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io20 = input => (null === input["default"] || undefined === input["default"]) && "null" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io21 = input => true && (null !== input.type && undefined === input.type) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io22 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping)); const _io23 = input => Object.keys(input).every(key => {
|
|
75
|
+
}); const _io11 = input => (undefined === input["default"] || "boolean" === typeof input["default"]) && "boolean" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io12 = input => (undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && "integer" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io13 = input => (undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && "number" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io14 = input => (undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && "string" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io15 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu0(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && "array" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io16 = input => "array" === input.type && (Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem))) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu0(input.additionalItems))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io17 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io8(input.properties)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu0(input.additionalProperties))) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && "object" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io18 = input => "string" === typeof input.$ref && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io19 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu1(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io22(input.discriminator)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io20 = input => (null === input["default"] || undefined === input["default"]) && "null" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io21 = input => true && (null !== input.type && undefined === input.type) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io22 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping)); const _io23 = input => Object.keys(input).every(key => {
|
|
76
76
|
const value = input[key];
|
|
77
77
|
if (undefined === value)
|
|
78
78
|
return true;
|
|
@@ -119,12 +119,12 @@ class NestiaMigrateApplication {
|
|
|
119
119
|
if (undefined === value)
|
|
120
120
|
return true;
|
|
121
121
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu2(value);
|
|
122
|
-
}); const _io53 = input => (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "boolean" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io54 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "integer" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io55 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "number" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io56 = input => (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io57 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu2(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "array" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io58 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io52(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu2(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "object" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io59 = input => "string" === typeof input.$ref && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io60 = input => Array.isArray(input["x-anyOf"]) && input["x-anyOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io61 = input => Array.isArray(input["x-oneOf"]) && input["x-oneOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io62 = input => "null" === input.type && (null === input["default"] || undefined === input["default"]) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io63 = input => null !== input.type && undefined === input.type && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io64 = input => Object.keys(input).every(key => {
|
|
122
|
+
}); const _io53 = input => (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io54 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io55 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io56 = input => (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io57 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu2(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io58 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io52(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu2(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io59 = input => "string" === typeof input.$ref && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io60 = input => Array.isArray(input["x-anyOf"]) && input["x-anyOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io61 = input => Array.isArray(input["x-oneOf"]) && input["x-oneOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io62 = input => "null" === input.type && (null === input["default"] || undefined === input["default"]) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io63 = input => null !== input.type && undefined === input.type && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io64 = input => Object.keys(input).every(key => {
|
|
123
123
|
const value = input[key];
|
|
124
124
|
if (undefined === value)
|
|
125
125
|
return true;
|
|
126
126
|
return "object" === typeof value && null !== value && _iu10(value);
|
|
127
|
-
}); const _io65 = input => (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "boolean" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io66 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "integer" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io67 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "number" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io68 = input => (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io69 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu2(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "array" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io70 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io52(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu2(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "object" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io71 = input => "string" === typeof input.$ref && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === typeof input.name && "string" === typeof input["in"]; const _io72 = input => Array.isArray(input["x-anyOf"]) && input["x-anyOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === typeof input.name && "string" === typeof input["in"]; const _io73 = input => Array.isArray(input["x-oneOf"]) && input["x-oneOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === typeof input.name && "string" === typeof input["in"]; const _io74 = input => "null" === input.type && (null === input["default"] || undefined === input["default"]) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === typeof input.name && "string" === typeof input["in"]; const _io75 = input => null !== input.type && undefined === input.type && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === typeof input.name && "string" === typeof input["in"]; const _io76 = input => "object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu2(input.schema) && "string" === typeof input.name && "string" === typeof input["in"] && (undefined === input.description || "string" === typeof input.description) && (undefined === input.required || "boolean" === typeof input.required); const _io77 = input => Object.keys(input).every(key => {
|
|
127
|
+
}); const _io65 = input => (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io66 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io67 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io68 = input => (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io69 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu2(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io70 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io52(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu2(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io71 = input => "string" === typeof input.$ref && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"]; const _io72 = input => Array.isArray(input["x-anyOf"]) && input["x-anyOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"]; const _io73 = input => Array.isArray(input["x-oneOf"]) && input["x-oneOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"]; const _io74 = input => "null" === input.type && (null === input["default"] || undefined === input["default"]) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"]; const _io75 = input => null !== input.type && undefined === input.type && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"]; const _io76 = input => "object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu2(input.schema) && "string" === typeof input.name && "string" === typeof input["in"] && (undefined === input.description || "string" === typeof input.description) && (undefined === input.required || "boolean" === typeof input.required); const _io77 = input => Object.keys(input).every(key => {
|
|
128
128
|
const value = input[key];
|
|
129
129
|
if (undefined === value)
|
|
130
130
|
return true;
|
|
@@ -139,12 +139,12 @@ class NestiaMigrateApplication {
|
|
|
139
139
|
if (undefined === value)
|
|
140
140
|
return true;
|
|
141
141
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io87(value);
|
|
142
|
-
}); const _io87 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu3(elem))) && (undefined === input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && false === Array.isArray(input["delete"]) && _io89(input["delete"])) && (undefined === input.head || "object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) && _io89(input.head)) && (undefined === input.get || "object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) && _io89(input.get)) && (undefined === input.post || "object" === typeof input.post && null !== input.post && false === Array.isArray(input.post) && _io89(input.post)) && (undefined === input.put || "object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) && _io89(input.put)) && (undefined === input.patch || "object" === typeof input.patch && null !== input.patch && false === Array.isArray(input.patch) && _io89(input.patch)) && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io89(input.options)) && (undefined === input.trace || "object" === typeof input.trace && null !== input.trace && false === Array.isArray(input.trace) && _io89(input.trace)); const _io88 = input => "string" === typeof input.$ref && RegExp(/^#\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io89 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu4(elem))) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io91(input.responses)) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated); const _io90 = input => "string" === typeof input.$ref && RegExp(/^#\/definitions\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io91 = input => Object.keys(input).every(key => {
|
|
142
|
+
}); const _io87 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu3(elem))) && (undefined === input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && false === Array.isArray(input["delete"]) && _io89(input["delete"])) && (undefined === input.head || "object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) && _io89(input.head)) && (undefined === input.get || "object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) && _io89(input.get)) && (undefined === input.post || "object" === typeof input.post && null !== input.post && false === Array.isArray(input.post) && _io89(input.post)) && (undefined === input.put || "object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) && _io89(input.put)) && (undefined === input.patch || "object" === typeof input.patch && null !== input.patch && false === Array.isArray(input.patch) && _io89(input.patch)) && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io89(input.options)) && (undefined === input.trace || "object" === typeof input.trace && null !== input.trace && false === Array.isArray(input.trace) && _io89(input.trace)); const _io88 = input => "string" === typeof input.$ref && RegExp(/^#\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io89 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu4(elem))) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io91(input.responses)) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated); const _io90 = input => "string" === typeof input.$ref && RegExp(/^#\/definitions\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io91 = input => Object.keys(input).every(key => {
|
|
143
143
|
const value = input[key];
|
|
144
144
|
if (undefined === value)
|
|
145
145
|
return true;
|
|
146
146
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu12(value);
|
|
147
|
-
}); const _io92 = input => "string" === typeof input.$ref && RegExp(/^#\/definitions\/responses\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io93 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description); const _io94 = input => null !== input.openapi && undefined !== input.openapi && ("3.0" === input.openapi || "string" === typeof input.openapi && RegExp(/^3\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.openapi)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.info || "object" === typeof input.info && null !== input.info && _io98(input.info)) && (undefined === input.components || "object" === typeof input.components && null !== input.components && false === Array.isArray(input.components) && _io101(input.components)) && (undefined === input.paths || "object" === typeof input.paths && null !== input.paths && false === Array.isArray(input.paths) && _io142(input.paths)) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "object" === typeof elem && null !== elem && _io149(elem))); const _io95 = input => "string" === typeof input.url && (undefined === input.description || "string" === typeof input.description) && (undefined === input.variables || "object" === typeof input.variables && null !== input.variables && false === Array.isArray(input.variables) && _io96(input.variables)); const _io96 = input => Object.keys(input).every(key => {
|
|
147
|
+
}); const _io92 = input => "string" === typeof input.$ref && RegExp(/^#\/definitions\/responses\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io93 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description); const _io94 = input => null !== input.openapi && undefined !== input.openapi && ("3.0" === input.openapi || "string" === typeof input.openapi && RegExp(/^3\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.openapi)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.info || "object" === typeof input.info && null !== input.info && _io98(input.info)) && (undefined === input.components || "object" === typeof input.components && null !== input.components && false === Array.isArray(input.components) && _io101(input.components)) && (undefined === input.paths || "object" === typeof input.paths && null !== input.paths && false === Array.isArray(input.paths) && _io142(input.paths)) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "object" === typeof elem && null !== elem && _io149(elem))); const _io95 = input => "string" === typeof input.url && (undefined === input.description || "string" === typeof input.description) && (undefined === input.variables || "object" === typeof input.variables && null !== input.variables && false === Array.isArray(input.variables) && _io96(input.variables)); const _io96 = input => Object.keys(input).every(key => {
|
|
148
148
|
const value = input[key];
|
|
149
149
|
if (undefined === value)
|
|
150
150
|
return true;
|
|
@@ -154,7 +154,7 @@ class NestiaMigrateApplication {
|
|
|
154
154
|
if (undefined === value)
|
|
155
155
|
return true;
|
|
156
156
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu5(value);
|
|
157
|
-
}); const _io103 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "boolean" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io104 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "integer" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io105 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "number" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io106 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io107 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu5(input.items)) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "array" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io108 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io102(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu5(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "object" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io109 = input => "string" === typeof input.$ref && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io110 = input => Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io111 = input => Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io112 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io113(input.discriminator)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io113 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping)); const _io114 = input => (null === input["default"] || undefined === input["default"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "null" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io115 = input => true && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (null !== input.type && undefined === input.type) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io116 = input => Object.keys(input).every(key => {
|
|
157
|
+
}); const _io103 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io104 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io105 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io106 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io107 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu5(input.items)) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io108 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io102(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu5(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io109 = input => "string" === typeof input.$ref && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io110 = input => Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io111 = input => Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io112 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io113(input.discriminator)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io113 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping)); const _io114 = input => (null === input["default"] || undefined === input["default"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "null" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io115 = input => true && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (null !== input.type && undefined === input.type) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io116 = input => Object.keys(input).every(key => {
|
|
158
158
|
const value = input[key];
|
|
159
159
|
if (undefined === value)
|
|
160
160
|
return true;
|
|
@@ -169,12 +169,12 @@ class NestiaMigrateApplication {
|
|
|
169
169
|
if (undefined === value)
|
|
170
170
|
return true;
|
|
171
171
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu13(value);
|
|
172
|
-
}); const _io121 = input => (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.externalValue || "string" === typeof input.externalValue); const _io122 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/examples\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io123 = input => Object.keys(input).every(key => {
|
|
172
|
+
}); const _io121 = input => (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.externalValue || "string" === typeof input.externalValue); const _io122 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/examples\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io123 = input => Object.keys(input).every(key => {
|
|
173
173
|
const value = input[key];
|
|
174
174
|
if (undefined === value)
|
|
175
175
|
return true;
|
|
176
176
|
return "object" === typeof value && null !== value && _iu14(value);
|
|
177
|
-
}); const _io124 = input => (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io120(input.examples)) && ("object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu5(input.schema)) && (undefined === input.name || "string" === typeof input.name); const _io125 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io126 = input => Object.keys(input).every(key => {
|
|
177
|
+
}); const _io124 = input => (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io120(input.examples)) && ("object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu5(input.schema)) && (undefined === input.name || "string" === typeof input.name); const _io125 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io126 = input => Object.keys(input).every(key => {
|
|
178
178
|
const value = input[key];
|
|
179
179
|
if (undefined === value)
|
|
180
180
|
return true;
|
|
@@ -204,12 +204,12 @@ class NestiaMigrateApplication {
|
|
|
204
204
|
if (undefined === value)
|
|
205
205
|
return true;
|
|
206
206
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io143(value);
|
|
207
|
-
}); const _io143 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu6(elem))) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && false === Array.isArray(input["delete"]) && _io145(input["delete"])) && (undefined === input.head || "object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) && _io145(input.head)) && (undefined === input.get || "object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) && _io145(input.get)) && (undefined === input.post || "object" === typeof input.post && null !== input.post && false === Array.isArray(input.post) && _io145(input.post)) && (undefined === input.put || "object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) && _io145(input.put)) && (undefined === input.patch || "object" === typeof input.patch && null !== input.patch && false === Array.isArray(input.patch) && _io145(input.patch)) && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io145(input.options)) && (undefined === input.trace || "object" === typeof input.trace && null !== input.trace && false === Array.isArray(input.trace) && _io145(input.trace)); const _io144 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io145 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu6(elem))) && (undefined === input.requestBody || "object" === typeof input.requestBody && null !== input.requestBody && false === Array.isArray(input.requestBody) && _iu16(input.requestBody)) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io147(input.responses)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated); const _io146 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/requestBodies\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io147 = input => Object.keys(input).every(key => {
|
|
207
|
+
}); const _io143 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu6(elem))) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && false === Array.isArray(input["delete"]) && _io145(input["delete"])) && (undefined === input.head || "object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) && _io145(input.head)) && (undefined === input.get || "object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) && _io145(input.get)) && (undefined === input.post || "object" === typeof input.post && null !== input.post && false === Array.isArray(input.post) && _io145(input.post)) && (undefined === input.put || "object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) && _io145(input.put)) && (undefined === input.patch || "object" === typeof input.patch && null !== input.patch && false === Array.isArray(input.patch) && _io145(input.patch)) && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io145(input.options)) && (undefined === input.trace || "object" === typeof input.trace && null !== input.trace && false === Array.isArray(input.trace) && _io145(input.trace)); const _io144 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io145 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu6(elem))) && (undefined === input.requestBody || "object" === typeof input.requestBody && null !== input.requestBody && false === Array.isArray(input.requestBody) && _iu16(input.requestBody)) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io147(input.responses)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated); const _io146 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/requestBodies\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io147 = input => Object.keys(input).every(key => {
|
|
208
208
|
const value = input[key];
|
|
209
209
|
if (undefined === value)
|
|
210
210
|
return true;
|
|
211
211
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu17(value);
|
|
212
|
-
}); const _io148 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/responses\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io149 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description); const _io150 = input => "string" === typeof input.openapi && RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.openapi) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io151(elem))) && (undefined === input.info || "object" === typeof input.info && null !== input.info && _io154(input.info)) && (undefined === input.components || "object" === typeof input.components && null !== input.components && false === Array.isArray(input.components) && _io157(input.components)) && (undefined === input.paths || "object" === typeof input.paths && null !== input.paths && false === Array.isArray(input.paths) && _io175(input.paths)) && (undefined === input.webhooks || "object" === typeof input.webhooks && null !== input.webhooks && false === Array.isArray(input.webhooks) && _io208(input.webhooks)) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "object" === typeof elem && null !== elem && _io210(elem))); const _io151 = input => "string" === typeof input.url && (undefined === input.description || "string" === typeof input.description) && (undefined === input.variables || "object" === typeof input.variables && null !== input.variables && false === Array.isArray(input.variables) && _io152(input.variables)); const _io152 = input => Object.keys(input).every(key => {
|
|
212
|
+
}); const _io148 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/responses\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io149 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description); const _io150 = input => "string" === typeof input.openapi && RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.openapi) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io151(elem))) && (undefined === input.info || "object" === typeof input.info && null !== input.info && _io154(input.info)) && (undefined === input.components || "object" === typeof input.components && null !== input.components && false === Array.isArray(input.components) && _io157(input.components)) && (undefined === input.paths || "object" === typeof input.paths && null !== input.paths && false === Array.isArray(input.paths) && _io175(input.paths)) && (undefined === input.webhooks || "object" === typeof input.webhooks && null !== input.webhooks && false === Array.isArray(input.webhooks) && _io208(input.webhooks)) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "object" === typeof elem && null !== elem && _io210(elem))); const _io151 = input => "string" === typeof input.url && (undefined === input.description || "string" === typeof input.description) && (undefined === input.variables || "object" === typeof input.variables && null !== input.variables && false === Array.isArray(input.variables) && _io152(input.variables)); const _io152 = input => Object.keys(input).every(key => {
|
|
213
213
|
const value = input[key];
|
|
214
214
|
if (undefined === value)
|
|
215
215
|
return true;
|
|
@@ -219,7 +219,7 @@ class NestiaMigrateApplication {
|
|
|
219
219
|
if (undefined === value)
|
|
220
220
|
return true;
|
|
221
221
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu7(value);
|
|
222
|
-
}); const _io159 = input => Array.isArray(input.type) && input.type.every(elem => "string" === elem || "number" === elem || "boolean" === elem || "object" === elem || "null" === elem || "integer" === elem || "array" === elem) && (null === input["default"] || undefined === input["default"] || Array.isArray(input["default"])) && (undefined === input["enum"] || Array.isArray(input["enum"])) && ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (null !== input.items && (undefined === input.items || (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu7(input.items)))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu7(input.additionalItems))) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io158(input.properties)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu7(input.additionalProperties))) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io172(input.discriminator)) && (Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && "string" === typeof input.$ref; const _io160 = input => ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io161 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "boolean" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io162 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum && (Math.floor(input.exclusiveMinimum) === input.exclusiveMinimum && -9223372036854776000 <= input.exclusiveMinimum && input.exclusiveMinimum <= 9223372036854776000) || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum && (Math.floor(input.exclusiveMaximum) === input.exclusiveMaximum && -9223372036854776000 <= input.exclusiveMaximum && input.exclusiveMaximum <= 9223372036854776000) || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "integer" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io163 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "number" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io164 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io165 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.items && (undefined === input.items || (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu7(input.items)))) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu7(input.additionalItems))) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "array" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io166 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io158(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu7(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "object" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io167 = input => "string" === typeof input.$ref && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io168 = input => "string" === typeof input.$recursiveRef && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io169 = input => Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io170 = input => Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io171 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io172(input.discriminator)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io172 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping)); const _io173 = input => (null === input["default"] || undefined === input["default"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "null" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io174 = input => null !== input.type && undefined === input.type && true && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io175 = input => Object.keys(input).every(key => {
|
|
222
|
+
}); const _io159 = input => Array.isArray(input.type) && input.type.every(elem => "string" === elem || "number" === elem || "boolean" === elem || "object" === elem || "null" === elem || "integer" === elem || "array" === elem) && (null === input["default"] || undefined === input["default"] || Array.isArray(input["default"])) && (undefined === input["enum"] || Array.isArray(input["enum"])) && ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (null !== input.items && (undefined === input.items || (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu7(input.items)))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu7(input.additionalItems))) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io158(input.properties)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu7(input.additionalProperties))) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io172(input.discriminator)) && (Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && "string" === typeof input.$ref; const _io160 = input => ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io161 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io162 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum && (Math.floor(input.exclusiveMinimum) === input.exclusiveMinimum && -9223372036854776000 <= input.exclusiveMinimum && input.exclusiveMinimum <= 9223372036854776000) || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum && (Math.floor(input.exclusiveMaximum) === input.exclusiveMaximum && -9223372036854776000 <= input.exclusiveMaximum && input.exclusiveMaximum <= 9223372036854776000) || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io163 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io164 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io165 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.items && (undefined === input.items || (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu7(input.items)))) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu7(input.additionalItems))) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io166 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io158(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu7(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io167 = input => "string" === typeof input.$ref && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io168 = input => "string" === typeof input.$recursiveRef && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io169 = input => Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io170 = input => Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io171 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io172(input.discriminator)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io172 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping)); const _io173 = input => (null === input["default"] || undefined === input["default"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "null" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io174 = input => null !== input.type && undefined === input.type && true && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io175 = input => Object.keys(input).every(key => {
|
|
223
223
|
const value = input[key];
|
|
224
224
|
if (undefined === value)
|
|
225
225
|
return true;
|
|
@@ -229,12 +229,12 @@ class NestiaMigrateApplication {
|
|
|
229
229
|
if (undefined === value)
|
|
230
230
|
return true;
|
|
231
231
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu18(value);
|
|
232
|
-
}); const _io179 = input => (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.externalValue || "string" === typeof input.externalValue); const _io180 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/examples\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io181 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io182 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io183 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu8(elem))) && (undefined === input.requestBody || "object" === typeof input.requestBody && null !== input.requestBody && false === Array.isArray(input.requestBody) && _iu19(input.requestBody)) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io188(input.responses)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io151(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated); const _io184 = input => (undefined === input.description || "string" === typeof input.description) && (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.content || "object" === typeof input.content && null !== input.content && false === Array.isArray(input.content) && _io185(input.content)); const _io185 = input => Object.keys(input).every(key => {
|
|
232
|
+
}); const _io179 = input => (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.externalValue || "string" === typeof input.externalValue); const _io180 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/examples\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io181 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io182 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io183 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu8(elem))) && (undefined === input.requestBody || "object" === typeof input.requestBody && null !== input.requestBody && false === Array.isArray(input.requestBody) && _iu19(input.requestBody)) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io188(input.responses)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io151(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated); const _io184 = input => (undefined === input.description || "string" === typeof input.description) && (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.content || "object" === typeof input.content && null !== input.content && false === Array.isArray(input.content) && _io185(input.content)); const _io185 = input => Object.keys(input).every(key => {
|
|
233
233
|
const value = input[key];
|
|
234
234
|
if (undefined === value)
|
|
235
235
|
return true;
|
|
236
236
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io186(value);
|
|
237
|
-
}); const _io186 = input => (undefined === input.schema || "object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu7(input.schema)) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io178(input.examples)); const _io187 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/requestBodies\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io188 = input => Object.keys(input).every(key => {
|
|
237
|
+
}); const _io186 = input => (undefined === input.schema || "object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu7(input.schema)) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io178(input.examples)); const _io187 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/requestBodies\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io188 = input => Object.keys(input).every(key => {
|
|
238
238
|
const value = input[key];
|
|
239
239
|
if (undefined === value)
|
|
240
240
|
return true;
|
|
@@ -244,7 +244,7 @@ class NestiaMigrateApplication {
|
|
|
244
244
|
if (undefined === value)
|
|
245
245
|
return true;
|
|
246
246
|
return "object" === typeof value && null !== value && _iu21(value);
|
|
247
|
-
}); const _io191 = input => (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io178(input.examples)) && ("object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu7(input.schema)) && (undefined === input.name || "string" === typeof input.name); const _io192 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/responses\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io193 = input => Object.keys(input).every(key => {
|
|
247
|
+
}); const _io191 = input => (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io178(input.examples)) && ("object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu7(input.schema)) && (undefined === input.name || "string" === typeof input.name); const _io192 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/responses\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io193 = input => Object.keys(input).every(key => {
|
|
248
248
|
const value = input[key];
|
|
249
249
|
if (undefined === value)
|
|
250
250
|
return true;
|
|
@@ -279,7 +279,7 @@ class NestiaMigrateApplication {
|
|
|
279
279
|
if (undefined === value)
|
|
280
280
|
return true;
|
|
281
281
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu23(value);
|
|
282
|
-
}); const _io209 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/pathItems\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io210 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description); const _iu0 = input => (() => {
|
|
282
|
+
}); const _io209 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/pathItems\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io210 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description); const _iu0 = input => (() => {
|
|
283
283
|
if (undefined !== input["const"])
|
|
284
284
|
return _io9(input);
|
|
285
285
|
else if ("boolean" === input.type)
|
|
@@ -948,6 +948,16 @@ class NestiaMigrateApplication {
|
|
|
948
948
|
path: _path + ".examples",
|
|
949
949
|
expected: "(Record<string, any> | undefined)",
|
|
950
950
|
value: input.examples
|
|
951
|
+
}, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
952
|
+
method: "typia.assert",
|
|
953
|
+
path: _path + ".readOnly",
|
|
954
|
+
expected: "(boolean | undefined)",
|
|
955
|
+
value: input.readOnly
|
|
956
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
957
|
+
method: "typia.assert",
|
|
958
|
+
path: _path + ".writeOnly",
|
|
959
|
+
expected: "(boolean | undefined)",
|
|
960
|
+
value: input.writeOnly
|
|
951
961
|
}, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
952
962
|
const value = input[key];
|
|
953
963
|
if (undefined === value)
|
|
@@ -988,6 +998,16 @@ class NestiaMigrateApplication {
|
|
|
988
998
|
path: _path + ".examples",
|
|
989
999
|
expected: "(Record<string, any> | undefined)",
|
|
990
1000
|
value: input.examples
|
|
1001
|
+
}, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1002
|
+
method: "typia.assert",
|
|
1003
|
+
path: _path + ".readOnly",
|
|
1004
|
+
expected: "(boolean | undefined)",
|
|
1005
|
+
value: input.readOnly
|
|
1006
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1007
|
+
method: "typia.assert",
|
|
1008
|
+
path: _path + ".writeOnly",
|
|
1009
|
+
expected: "(boolean | undefined)",
|
|
1010
|
+
value: input.writeOnly
|
|
991
1011
|
}, _errorFactory)); const _ao12 = (input, _path, _exceptionable = true) => (undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
992
1012
|
method: "typia.assert",
|
|
993
1013
|
path: _path + "[\"default\"]",
|
|
@@ -1073,6 +1093,16 @@ class NestiaMigrateApplication {
|
|
|
1073
1093
|
path: _path + ".examples",
|
|
1074
1094
|
expected: "(Record<string, any> | undefined)",
|
|
1075
1095
|
value: input.examples
|
|
1096
|
+
}, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1097
|
+
method: "typia.assert",
|
|
1098
|
+
path: _path + ".readOnly",
|
|
1099
|
+
expected: "(boolean | undefined)",
|
|
1100
|
+
value: input.readOnly
|
|
1101
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1102
|
+
method: "typia.assert",
|
|
1103
|
+
path: _path + ".writeOnly",
|
|
1104
|
+
expected: "(boolean | undefined)",
|
|
1105
|
+
value: input.writeOnly
|
|
1076
1106
|
}, _errorFactory)); const _ao13 = (input, _path, _exceptionable = true) => (undefined === input["default"] || "number" === typeof input["default"] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1077
1107
|
method: "typia.assert",
|
|
1078
1108
|
path: _path + "[\"default\"]",
|
|
@@ -1138,6 +1168,16 @@ class NestiaMigrateApplication {
|
|
|
1138
1168
|
path: _path + ".examples",
|
|
1139
1169
|
expected: "(Record<string, any> | undefined)",
|
|
1140
1170
|
value: input.examples
|
|
1171
|
+
}, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1172
|
+
method: "typia.assert",
|
|
1173
|
+
path: _path + ".readOnly",
|
|
1174
|
+
expected: "(boolean | undefined)",
|
|
1175
|
+
value: input.readOnly
|
|
1176
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1177
|
+
method: "typia.assert",
|
|
1178
|
+
path: _path + ".writeOnly",
|
|
1179
|
+
expected: "(boolean | undefined)",
|
|
1180
|
+
value: input.writeOnly
|
|
1141
1181
|
}, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input["default"] || "string" === typeof input["default"] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1142
1182
|
method: "typia.assert",
|
|
1143
1183
|
path: _path + "[\"default\"]",
|
|
@@ -1208,6 +1248,16 @@ class NestiaMigrateApplication {
|
|
|
1208
1248
|
path: _path + ".examples",
|
|
1209
1249
|
expected: "(Record<string, any> | undefined)",
|
|
1210
1250
|
value: input.examples
|
|
1251
|
+
}, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1252
|
+
method: "typia.assert",
|
|
1253
|
+
path: _path + ".readOnly",
|
|
1254
|
+
expected: "(boolean | undefined)",
|
|
1255
|
+
value: input.readOnly
|
|
1256
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1257
|
+
method: "typia.assert",
|
|
1258
|
+
path: _path + ".writeOnly",
|
|
1259
|
+
expected: "(boolean | undefined)",
|
|
1260
|
+
value: input.writeOnly
|
|
1211
1261
|
}, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => (("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1212
1262
|
method: "typia.assert",
|
|
1213
1263
|
path: _path + ".items",
|
|
@@ -1273,6 +1323,16 @@ class NestiaMigrateApplication {
|
|
|
1273
1323
|
path: _path + ".examples",
|
|
1274
1324
|
expected: "(Record<string, any> | undefined)",
|
|
1275
1325
|
value: input.examples
|
|
1326
|
+
}, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1327
|
+
method: "typia.assert",
|
|
1328
|
+
path: _path + ".readOnly",
|
|
1329
|
+
expected: "(boolean | undefined)",
|
|
1330
|
+
value: input.readOnly
|
|
1331
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1332
|
+
method: "typia.assert",
|
|
1333
|
+
path: _path + ".writeOnly",
|
|
1334
|
+
expected: "(boolean | undefined)",
|
|
1335
|
+
value: input.writeOnly
|
|
1276
1336
|
}, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => ("array" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1277
1337
|
method: "typia.assert",
|
|
1278
1338
|
path: _path + ".type",
|
|
@@ -1363,6 +1423,16 @@ class NestiaMigrateApplication {
|
|
|
1363
1423
|
path: _path + ".examples",
|
|
1364
1424
|
expected: "(Record<string, any> | undefined)",
|
|
1365
1425
|
value: input.examples
|
|
1426
|
+
}, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1427
|
+
method: "typia.assert",
|
|
1428
|
+
path: _path + ".readOnly",
|
|
1429
|
+
expected: "(boolean | undefined)",
|
|
1430
|
+
value: input.readOnly
|
|
1431
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1432
|
+
method: "typia.assert",
|
|
1433
|
+
path: _path + ".writeOnly",
|
|
1434
|
+
expected: "(boolean | undefined)",
|
|
1435
|
+
value: input.writeOnly
|
|
1366
1436
|
}, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1367
1437
|
method: "typia.assert",
|
|
1368
1438
|
path: _path + ".properties",
|
|
@@ -1433,6 +1503,16 @@ class NestiaMigrateApplication {
|
|
|
1433
1503
|
path: _path + ".examples",
|
|
1434
1504
|
expected: "(Record<string, any> | undefined)",
|
|
1435
1505
|
value: input.examples
|
|
1506
|
+
}, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1507
|
+
method: "typia.assert",
|
|
1508
|
+
path: _path + ".readOnly",
|
|
1509
|
+
expected: "(boolean | undefined)",
|
|
1510
|
+
value: input.readOnly
|
|
1511
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1512
|
+
method: "typia.assert",
|
|
1513
|
+
path: _path + ".writeOnly",
|
|
1514
|
+
expected: "(boolean | undefined)",
|
|
1515
|
+
value: input.writeOnly
|
|
1436
1516
|
}, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => ("string" === typeof input.$ref || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1437
1517
|
method: "typia.assert",
|
|
1438
1518
|
path: _path + ".$ref",
|
|
@@ -1463,6 +1543,16 @@ class NestiaMigrateApplication {
|
|
|
1463
1543
|
path: _path + ".examples",
|
|
1464
1544
|
expected: "(Record<string, any> | undefined)",
|
|
1465
1545
|
value: input.examples
|
|
1546
|
+
}, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1547
|
+
method: "typia.assert",
|
|
1548
|
+
path: _path + ".readOnly",
|
|
1549
|
+
expected: "(boolean | undefined)",
|
|
1550
|
+
value: input.readOnly
|
|
1551
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1552
|
+
method: "typia.assert",
|
|
1553
|
+
path: _path + ".writeOnly",
|
|
1554
|
+
expected: "(boolean | undefined)",
|
|
1555
|
+
value: input.writeOnly
|
|
1466
1556
|
}, _errorFactory)); const _ao19 = (input, _path, _exceptionable = true) => ((Array.isArray(input.oneOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1467
1557
|
method: "typia.assert",
|
|
1468
1558
|
path: _path + ".oneOf",
|
|
@@ -1518,6 +1608,16 @@ class NestiaMigrateApplication {
|
|
|
1518
1608
|
path: _path + ".examples",
|
|
1519
1609
|
expected: "(Record<string, any> | undefined)",
|
|
1520
1610
|
value: input.examples
|
|
1611
|
+
}, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1612
|
+
method: "typia.assert",
|
|
1613
|
+
path: _path + ".readOnly",
|
|
1614
|
+
expected: "(boolean | undefined)",
|
|
1615
|
+
value: input.readOnly
|
|
1616
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1617
|
+
method: "typia.assert",
|
|
1618
|
+
path: _path + ".writeOnly",
|
|
1619
|
+
expected: "(boolean | undefined)",
|
|
1620
|
+
value: input.writeOnly
|
|
1521
1621
|
}, _errorFactory)); const _ao20 = (input, _path, _exceptionable = true) => (null === input["default"] || undefined === input["default"] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1522
1622
|
method: "typia.assert",
|
|
1523
1623
|
path: _path + "[\"default\"]",
|
|
@@ -1553,6 +1653,16 @@ class NestiaMigrateApplication {
|
|
|
1553
1653
|
path: _path + ".examples",
|
|
1554
1654
|
expected: "(Record<string, any> | undefined)",
|
|
1555
1655
|
value: input.examples
|
|
1656
|
+
}, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1657
|
+
method: "typia.assert",
|
|
1658
|
+
path: _path + ".readOnly",
|
|
1659
|
+
expected: "(boolean | undefined)",
|
|
1660
|
+
value: input.readOnly
|
|
1661
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1662
|
+
method: "typia.assert",
|
|
1663
|
+
path: _path + ".writeOnly",
|
|
1664
|
+
expected: "(boolean | undefined)",
|
|
1665
|
+
value: input.writeOnly
|
|
1556
1666
|
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => true && ((null !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1557
1667
|
method: "typia.assert",
|
|
1558
1668
|
path: _path + ".type",
|
|
@@ -1588,6 +1698,16 @@ class NestiaMigrateApplication {
|
|
|
1588
1698
|
path: _path + ".examples",
|
|
1589
1699
|
expected: "(Record<string, any> | undefined)",
|
|
1590
1700
|
value: input.examples
|
|
1701
|
+
}, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1702
|
+
method: "typia.assert",
|
|
1703
|
+
path: _path + ".readOnly",
|
|
1704
|
+
expected: "(boolean | undefined)",
|
|
1705
|
+
value: input.readOnly
|
|
1706
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1707
|
+
method: "typia.assert",
|
|
1708
|
+
path: _path + ".writeOnly",
|
|
1709
|
+
expected: "(boolean | undefined)",
|
|
1710
|
+
value: input.writeOnly
|
|
1591
1711
|
}, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => ("string" === typeof input.propertyName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1592
1712
|
method: "typia.assert",
|
|
1593
1713
|
path: _path + ".propertyName",
|
|
@@ -2630,7 +2750,17 @@ class NestiaMigrateApplication {
|
|
|
2630
2750
|
path: _path + ".deprecated",
|
|
2631
2751
|
expected: "(boolean | undefined)",
|
|
2632
2752
|
value: input.deprecated
|
|
2633
|
-
}, _errorFactory)) && true && ("boolean" === input.
|
|
2753
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2754
|
+
method: "typia.assert",
|
|
2755
|
+
path: _path + ".readOnly",
|
|
2756
|
+
expected: "(boolean | undefined)",
|
|
2757
|
+
value: input.readOnly
|
|
2758
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2759
|
+
method: "typia.assert",
|
|
2760
|
+
path: _path + ".writeOnly",
|
|
2761
|
+
expected: "(boolean | undefined)",
|
|
2762
|
+
value: input.writeOnly
|
|
2763
|
+
}, _errorFactory)) && ("boolean" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2634
2764
|
method: "typia.assert",
|
|
2635
2765
|
path: _path + ".type",
|
|
2636
2766
|
expected: "\"boolean\"",
|
|
@@ -2730,7 +2860,17 @@ class NestiaMigrateApplication {
|
|
|
2730
2860
|
path: _path + ".deprecated",
|
|
2731
2861
|
expected: "(boolean | undefined)",
|
|
2732
2862
|
value: input.deprecated
|
|
2733
|
-
}, _errorFactory)) && true && ("
|
|
2863
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2864
|
+
method: "typia.assert",
|
|
2865
|
+
path: _path + ".readOnly",
|
|
2866
|
+
expected: "(boolean | undefined)",
|
|
2867
|
+
value: input.readOnly
|
|
2868
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2869
|
+
method: "typia.assert",
|
|
2870
|
+
path: _path + ".writeOnly",
|
|
2871
|
+
expected: "(boolean | undefined)",
|
|
2872
|
+
value: input.writeOnly
|
|
2873
|
+
}, _errorFactory)) && ("integer" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2734
2874
|
method: "typia.assert",
|
|
2735
2875
|
path: _path + ".type",
|
|
2736
2876
|
expected: "\"integer\"",
|
|
@@ -2810,7 +2950,17 @@ class NestiaMigrateApplication {
|
|
|
2810
2950
|
path: _path + ".deprecated",
|
|
2811
2951
|
expected: "(boolean | undefined)",
|
|
2812
2952
|
value: input.deprecated
|
|
2813
|
-
}, _errorFactory)) && true && ("
|
|
2953
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2954
|
+
method: "typia.assert",
|
|
2955
|
+
path: _path + ".readOnly",
|
|
2956
|
+
expected: "(boolean | undefined)",
|
|
2957
|
+
value: input.readOnly
|
|
2958
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2959
|
+
method: "typia.assert",
|
|
2960
|
+
path: _path + ".writeOnly",
|
|
2961
|
+
expected: "(boolean | undefined)",
|
|
2962
|
+
value: input.writeOnly
|
|
2963
|
+
}, _errorFactory)) && ("number" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2814
2964
|
method: "typia.assert",
|
|
2815
2965
|
path: _path + ".type",
|
|
2816
2966
|
expected: "\"number\"",
|
|
@@ -2890,7 +3040,17 @@ class NestiaMigrateApplication {
|
|
|
2890
3040
|
path: _path + ".deprecated",
|
|
2891
3041
|
expected: "(boolean | undefined)",
|
|
2892
3042
|
value: input.deprecated
|
|
2893
|
-
}, _errorFactory)) && true && ("
|
|
3043
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3044
|
+
method: "typia.assert",
|
|
3045
|
+
path: _path + ".readOnly",
|
|
3046
|
+
expected: "(boolean | undefined)",
|
|
3047
|
+
value: input.readOnly
|
|
3048
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3049
|
+
method: "typia.assert",
|
|
3050
|
+
path: _path + ".writeOnly",
|
|
3051
|
+
expected: "(boolean | undefined)",
|
|
3052
|
+
value: input.writeOnly
|
|
3053
|
+
}, _errorFactory)) && ("string" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2894
3054
|
method: "typia.assert",
|
|
2895
3055
|
path: _path + ".type",
|
|
2896
3056
|
expected: "\"string\"",
|
|
@@ -2955,7 +3115,17 @@ class NestiaMigrateApplication {
|
|
|
2955
3115
|
path: _path + ".deprecated",
|
|
2956
3116
|
expected: "(boolean | undefined)",
|
|
2957
3117
|
value: input.deprecated
|
|
2958
|
-
}, _errorFactory)) && true && ("
|
|
3118
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3119
|
+
method: "typia.assert",
|
|
3120
|
+
path: _path + ".readOnly",
|
|
3121
|
+
expected: "(boolean | undefined)",
|
|
3122
|
+
value: input.readOnly
|
|
3123
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3124
|
+
method: "typia.assert",
|
|
3125
|
+
path: _path + ".writeOnly",
|
|
3126
|
+
expected: "(boolean | undefined)",
|
|
3127
|
+
value: input.writeOnly
|
|
3128
|
+
}, _errorFactory)) && ("array" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2959
3129
|
method: "typia.assert",
|
|
2960
3130
|
path: _path + ".type",
|
|
2961
3131
|
expected: "\"array\"",
|
|
@@ -3035,7 +3205,17 @@ class NestiaMigrateApplication {
|
|
|
3035
3205
|
path: _path + ".deprecated",
|
|
3036
3206
|
expected: "(boolean | undefined)",
|
|
3037
3207
|
value: input.deprecated
|
|
3038
|
-
}, _errorFactory)) && true && ("
|
|
3208
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3209
|
+
method: "typia.assert",
|
|
3210
|
+
path: _path + ".readOnly",
|
|
3211
|
+
expected: "(boolean | undefined)",
|
|
3212
|
+
value: input.readOnly
|
|
3213
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3214
|
+
method: "typia.assert",
|
|
3215
|
+
path: _path + ".writeOnly",
|
|
3216
|
+
expected: "(boolean | undefined)",
|
|
3217
|
+
value: input.writeOnly
|
|
3218
|
+
}, _errorFactory)) && ("object" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3039
3219
|
method: "typia.assert",
|
|
3040
3220
|
path: _path + ".type",
|
|
3041
3221
|
expected: "\"object\"",
|
|
@@ -3075,7 +3255,12 @@ class NestiaMigrateApplication {
|
|
|
3075
3255
|
path: _path + ".deprecated",
|
|
3076
3256
|
expected: "(boolean | undefined)",
|
|
3077
3257
|
value: input.deprecated
|
|
3078
|
-
}, _errorFactory)) && true
|
|
3258
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3259
|
+
method: "typia.assert",
|
|
3260
|
+
path: _path + ".readOnly",
|
|
3261
|
+
expected: "(boolean | undefined)",
|
|
3262
|
+
value: input.readOnly
|
|
3263
|
+
}, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => ((Array.isArray(input["x-anyOf"]) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3079
3264
|
method: "typia.assert",
|
|
3080
3265
|
path: _path + "[\"x-anyOf\"]",
|
|
3081
3266
|
expected: "Array<SwaggerV2.IJsonSchema>",
|
|
@@ -3115,7 +3300,12 @@ class NestiaMigrateApplication {
|
|
|
3115
3300
|
path: _path + ".deprecated",
|
|
3116
3301
|
expected: "(boolean | undefined)",
|
|
3117
3302
|
value: input.deprecated
|
|
3118
|
-
}, _errorFactory)) && true
|
|
3303
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3304
|
+
method: "typia.assert",
|
|
3305
|
+
path: _path + ".readOnly",
|
|
3306
|
+
expected: "(boolean | undefined)",
|
|
3307
|
+
value: input.readOnly
|
|
3308
|
+
}, _errorFactory)); const _ao61 = (input, _path, _exceptionable = true) => ((Array.isArray(input["x-oneOf"]) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3119
3309
|
method: "typia.assert",
|
|
3120
3310
|
path: _path + "[\"x-oneOf\"]",
|
|
3121
3311
|
expected: "Array<SwaggerV2.IJsonSchema>",
|
|
@@ -3155,7 +3345,12 @@ class NestiaMigrateApplication {
|
|
|
3155
3345
|
path: _path + ".deprecated",
|
|
3156
3346
|
expected: "(boolean | undefined)",
|
|
3157
3347
|
value: input.deprecated
|
|
3158
|
-
}, _errorFactory)) && true
|
|
3348
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3349
|
+
method: "typia.assert",
|
|
3350
|
+
path: _path + ".readOnly",
|
|
3351
|
+
expected: "(boolean | undefined)",
|
|
3352
|
+
value: input.readOnly
|
|
3353
|
+
}, _errorFactory)); const _ao62 = (input, _path, _exceptionable = true) => ("null" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3159
3354
|
method: "typia.assert",
|
|
3160
3355
|
path: _path + ".type",
|
|
3161
3356
|
expected: "\"null\"",
|
|
@@ -3185,7 +3380,12 @@ class NestiaMigrateApplication {
|
|
|
3185
3380
|
path: _path + ".deprecated",
|
|
3186
3381
|
expected: "(boolean | undefined)",
|
|
3187
3382
|
value: input.deprecated
|
|
3188
|
-
}, _errorFactory)) && true
|
|
3383
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3384
|
+
method: "typia.assert",
|
|
3385
|
+
path: _path + ".readOnly",
|
|
3386
|
+
expected: "(boolean | undefined)",
|
|
3387
|
+
value: input.readOnly
|
|
3388
|
+
}, _errorFactory)); const _ao63 = (input, _path, _exceptionable = true) => (null !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3189
3389
|
method: "typia.assert",
|
|
3190
3390
|
path: _path + ".type",
|
|
3191
3391
|
expected: "undefined",
|
|
@@ -3215,7 +3415,12 @@ class NestiaMigrateApplication {
|
|
|
3215
3415
|
path: _path + ".deprecated",
|
|
3216
3416
|
expected: "(boolean | undefined)",
|
|
3217
3417
|
value: input.deprecated
|
|
3218
|
-
}, _errorFactory)) && true
|
|
3418
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3419
|
+
method: "typia.assert",
|
|
3420
|
+
path: _path + ".readOnly",
|
|
3421
|
+
expected: "(boolean | undefined)",
|
|
3422
|
+
value: input.readOnly
|
|
3423
|
+
}, _errorFactory)); const _ao64 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
3219
3424
|
const value = input[key];
|
|
3220
3425
|
if (undefined === value)
|
|
3221
3426
|
return true;
|
|
@@ -3265,7 +3470,17 @@ class NestiaMigrateApplication {
|
|
|
3265
3470
|
path: _path + ".deprecated",
|
|
3266
3471
|
expected: "(boolean | undefined)",
|
|
3267
3472
|
value: input.deprecated
|
|
3268
|
-
}, _errorFactory)) && true && ("boolean" === input.
|
|
3473
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3474
|
+
method: "typia.assert",
|
|
3475
|
+
path: _path + ".readOnly",
|
|
3476
|
+
expected: "(boolean | undefined)",
|
|
3477
|
+
value: input.readOnly
|
|
3478
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3479
|
+
method: "typia.assert",
|
|
3480
|
+
path: _path + ".writeOnly",
|
|
3481
|
+
expected: "(boolean | undefined)",
|
|
3482
|
+
value: input.writeOnly
|
|
3483
|
+
}, _errorFactory)) && ("boolean" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3269
3484
|
method: "typia.assert",
|
|
3270
3485
|
path: _path + ".type",
|
|
3271
3486
|
expected: "\"boolean\"",
|
|
@@ -3375,7 +3590,17 @@ class NestiaMigrateApplication {
|
|
|
3375
3590
|
path: _path + ".deprecated",
|
|
3376
3591
|
expected: "(boolean | undefined)",
|
|
3377
3592
|
value: input.deprecated
|
|
3378
|
-
}, _errorFactory)) && true && ("
|
|
3593
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3594
|
+
method: "typia.assert",
|
|
3595
|
+
path: _path + ".readOnly",
|
|
3596
|
+
expected: "(boolean | undefined)",
|
|
3597
|
+
value: input.readOnly
|
|
3598
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3599
|
+
method: "typia.assert",
|
|
3600
|
+
path: _path + ".writeOnly",
|
|
3601
|
+
expected: "(boolean | undefined)",
|
|
3602
|
+
value: input.writeOnly
|
|
3603
|
+
}, _errorFactory)) && ("integer" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3379
3604
|
method: "typia.assert",
|
|
3380
3605
|
path: _path + ".type",
|
|
3381
3606
|
expected: "\"integer\"",
|
|
@@ -3465,7 +3690,17 @@ class NestiaMigrateApplication {
|
|
|
3465
3690
|
path: _path + ".deprecated",
|
|
3466
3691
|
expected: "(boolean | undefined)",
|
|
3467
3692
|
value: input.deprecated
|
|
3468
|
-
}, _errorFactory)) && true && ("
|
|
3693
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3694
|
+
method: "typia.assert",
|
|
3695
|
+
path: _path + ".readOnly",
|
|
3696
|
+
expected: "(boolean | undefined)",
|
|
3697
|
+
value: input.readOnly
|
|
3698
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3699
|
+
method: "typia.assert",
|
|
3700
|
+
path: _path + ".writeOnly",
|
|
3701
|
+
expected: "(boolean | undefined)",
|
|
3702
|
+
value: input.writeOnly
|
|
3703
|
+
}, _errorFactory)) && ("number" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3469
3704
|
method: "typia.assert",
|
|
3470
3705
|
path: _path + ".type",
|
|
3471
3706
|
expected: "\"number\"",
|
|
@@ -3555,7 +3790,17 @@ class NestiaMigrateApplication {
|
|
|
3555
3790
|
path: _path + ".deprecated",
|
|
3556
3791
|
expected: "(boolean | undefined)",
|
|
3557
3792
|
value: input.deprecated
|
|
3558
|
-
}, _errorFactory)) && true && ("
|
|
3793
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3794
|
+
method: "typia.assert",
|
|
3795
|
+
path: _path + ".readOnly",
|
|
3796
|
+
expected: "(boolean | undefined)",
|
|
3797
|
+
value: input.readOnly
|
|
3798
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3799
|
+
method: "typia.assert",
|
|
3800
|
+
path: _path + ".writeOnly",
|
|
3801
|
+
expected: "(boolean | undefined)",
|
|
3802
|
+
value: input.writeOnly
|
|
3803
|
+
}, _errorFactory)) && ("string" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3559
3804
|
method: "typia.assert",
|
|
3560
3805
|
path: _path + ".type",
|
|
3561
3806
|
expected: "\"string\"",
|
|
@@ -3630,7 +3875,17 @@ class NestiaMigrateApplication {
|
|
|
3630
3875
|
path: _path + ".deprecated",
|
|
3631
3876
|
expected: "(boolean | undefined)",
|
|
3632
3877
|
value: input.deprecated
|
|
3633
|
-
}, _errorFactory)) && true && ("
|
|
3878
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3879
|
+
method: "typia.assert",
|
|
3880
|
+
path: _path + ".readOnly",
|
|
3881
|
+
expected: "(boolean | undefined)",
|
|
3882
|
+
value: input.readOnly
|
|
3883
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3884
|
+
method: "typia.assert",
|
|
3885
|
+
path: _path + ".writeOnly",
|
|
3886
|
+
expected: "(boolean | undefined)",
|
|
3887
|
+
value: input.writeOnly
|
|
3888
|
+
}, _errorFactory)) && ("array" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3634
3889
|
method: "typia.assert",
|
|
3635
3890
|
path: _path + ".type",
|
|
3636
3891
|
expected: "\"array\"",
|
|
@@ -3720,7 +3975,17 @@ class NestiaMigrateApplication {
|
|
|
3720
3975
|
path: _path + ".deprecated",
|
|
3721
3976
|
expected: "(boolean | undefined)",
|
|
3722
3977
|
value: input.deprecated
|
|
3723
|
-
}, _errorFactory)) && true && ("
|
|
3978
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3979
|
+
method: "typia.assert",
|
|
3980
|
+
path: _path + ".readOnly",
|
|
3981
|
+
expected: "(boolean | undefined)",
|
|
3982
|
+
value: input.readOnly
|
|
3983
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3984
|
+
method: "typia.assert",
|
|
3985
|
+
path: _path + ".writeOnly",
|
|
3986
|
+
expected: "(boolean | undefined)",
|
|
3987
|
+
value: input.writeOnly
|
|
3988
|
+
}, _errorFactory)) && ("object" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3724
3989
|
method: "typia.assert",
|
|
3725
3990
|
path: _path + ".type",
|
|
3726
3991
|
expected: "\"object\"",
|
|
@@ -3770,7 +4035,12 @@ class NestiaMigrateApplication {
|
|
|
3770
4035
|
path: _path + ".deprecated",
|
|
3771
4036
|
expected: "(boolean | undefined)",
|
|
3772
4037
|
value: input.deprecated
|
|
3773
|
-
}, _errorFactory)) && true && ("
|
|
4038
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4039
|
+
method: "typia.assert",
|
|
4040
|
+
path: _path + ".readOnly",
|
|
4041
|
+
expected: "(boolean | undefined)",
|
|
4042
|
+
value: input.readOnly
|
|
4043
|
+
}, _errorFactory)) && ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3774
4044
|
method: "typia.assert",
|
|
3775
4045
|
path: _path + ".name",
|
|
3776
4046
|
expected: "string",
|
|
@@ -3820,7 +4090,12 @@ class NestiaMigrateApplication {
|
|
|
3820
4090
|
path: _path + ".deprecated",
|
|
3821
4091
|
expected: "(boolean | undefined)",
|
|
3822
4092
|
value: input.deprecated
|
|
3823
|
-
}, _errorFactory)) && true && ("
|
|
4093
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4094
|
+
method: "typia.assert",
|
|
4095
|
+
path: _path + ".readOnly",
|
|
4096
|
+
expected: "(boolean | undefined)",
|
|
4097
|
+
value: input.readOnly
|
|
4098
|
+
}, _errorFactory)) && ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3824
4099
|
method: "typia.assert",
|
|
3825
4100
|
path: _path + ".name",
|
|
3826
4101
|
expected: "string",
|
|
@@ -3870,7 +4145,12 @@ class NestiaMigrateApplication {
|
|
|
3870
4145
|
path: _path + ".deprecated",
|
|
3871
4146
|
expected: "(boolean | undefined)",
|
|
3872
4147
|
value: input.deprecated
|
|
3873
|
-
}, _errorFactory)) && true && ("
|
|
4148
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4149
|
+
method: "typia.assert",
|
|
4150
|
+
path: _path + ".readOnly",
|
|
4151
|
+
expected: "(boolean | undefined)",
|
|
4152
|
+
value: input.readOnly
|
|
4153
|
+
}, _errorFactory)) && ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3874
4154
|
method: "typia.assert",
|
|
3875
4155
|
path: _path + ".name",
|
|
3876
4156
|
expected: "string",
|
|
@@ -3910,7 +4190,12 @@ class NestiaMigrateApplication {
|
|
|
3910
4190
|
path: _path + ".deprecated",
|
|
3911
4191
|
expected: "(boolean | undefined)",
|
|
3912
4192
|
value: input.deprecated
|
|
3913
|
-
}, _errorFactory)) && true && ("
|
|
4193
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4194
|
+
method: "typia.assert",
|
|
4195
|
+
path: _path + ".readOnly",
|
|
4196
|
+
expected: "(boolean | undefined)",
|
|
4197
|
+
value: input.readOnly
|
|
4198
|
+
}, _errorFactory)) && ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3914
4199
|
method: "typia.assert",
|
|
3915
4200
|
path: _path + ".name",
|
|
3916
4201
|
expected: "string",
|
|
@@ -3950,7 +4235,12 @@ class NestiaMigrateApplication {
|
|
|
3950
4235
|
path: _path + ".deprecated",
|
|
3951
4236
|
expected: "(boolean | undefined)",
|
|
3952
4237
|
value: input.deprecated
|
|
3953
|
-
}, _errorFactory)) && true && ("
|
|
4238
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4239
|
+
method: "typia.assert",
|
|
4240
|
+
path: _path + ".readOnly",
|
|
4241
|
+
expected: "(boolean | undefined)",
|
|
4242
|
+
value: input.readOnly
|
|
4243
|
+
}, _errorFactory)) && ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3954
4244
|
method: "typia.assert",
|
|
3955
4245
|
path: _path + ".name",
|
|
3956
4246
|
expected: "string",
|
|
@@ -4345,7 +4635,12 @@ class NestiaMigrateApplication {
|
|
|
4345
4635
|
path: _path + ".deprecated",
|
|
4346
4636
|
expected: "(boolean | undefined)",
|
|
4347
4637
|
value: input.deprecated
|
|
4348
|
-
}, _errorFactory)) && true
|
|
4638
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4639
|
+
method: "typia.assert",
|
|
4640
|
+
path: _path + ".readOnly",
|
|
4641
|
+
expected: "(boolean | undefined)",
|
|
4642
|
+
value: input.readOnly
|
|
4643
|
+
}, _errorFactory)); const _ao89 = (input, _path, _exceptionable = true) => (undefined === input.operationId || "string" === typeof input.operationId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4349
4644
|
method: "typia.assert",
|
|
4350
4645
|
path: _path + ".operationId",
|
|
4351
4646
|
expected: "(string | undefined)",
|
|
@@ -4455,7 +4750,12 @@ class NestiaMigrateApplication {
|
|
|
4455
4750
|
path: _path + ".deprecated",
|
|
4456
4751
|
expected: "(boolean | undefined)",
|
|
4457
4752
|
value: input.deprecated
|
|
4458
|
-
}, _errorFactory)) && true
|
|
4753
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4754
|
+
method: "typia.assert",
|
|
4755
|
+
path: _path + ".readOnly",
|
|
4756
|
+
expected: "(boolean | undefined)",
|
|
4757
|
+
value: input.readOnly
|
|
4758
|
+
}, _errorFactory)); const _ao91 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
4459
4759
|
const value = input[key];
|
|
4460
4760
|
if (undefined === value)
|
|
4461
4761
|
return true;
|
|
@@ -4495,7 +4795,12 @@ class NestiaMigrateApplication {
|
|
|
4495
4795
|
path: _path + ".deprecated",
|
|
4496
4796
|
expected: "(boolean | undefined)",
|
|
4497
4797
|
value: input.deprecated
|
|
4498
|
-
}, _errorFactory)) && true
|
|
4798
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4799
|
+
method: "typia.assert",
|
|
4800
|
+
path: _path + ".readOnly",
|
|
4801
|
+
expected: "(boolean | undefined)",
|
|
4802
|
+
value: input.readOnly
|
|
4803
|
+
}, _errorFactory)); const _ao93 = (input, _path, _exceptionable = true) => ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4499
4804
|
method: "typia.assert",
|
|
4500
4805
|
path: _path + ".name",
|
|
4501
4806
|
expected: "string",
|
|
@@ -4860,7 +5165,17 @@ class NestiaMigrateApplication {
|
|
|
4860
5165
|
path: _path + ".deprecated",
|
|
4861
5166
|
expected: "(boolean | undefined)",
|
|
4862
5167
|
value: input.deprecated
|
|
4863
|
-
}, _errorFactory)) && true && ("boolean" === input.
|
|
5168
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5169
|
+
method: "typia.assert",
|
|
5170
|
+
path: _path + ".readOnly",
|
|
5171
|
+
expected: "(boolean | undefined)",
|
|
5172
|
+
value: input.readOnly
|
|
5173
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5174
|
+
method: "typia.assert",
|
|
5175
|
+
path: _path + ".writeOnly",
|
|
5176
|
+
expected: "(boolean | undefined)",
|
|
5177
|
+
value: input.writeOnly
|
|
5178
|
+
}, _errorFactory)) && ("boolean" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4864
5179
|
method: "typia.assert",
|
|
4865
5180
|
path: _path + ".type",
|
|
4866
5181
|
expected: "\"boolean\"",
|
|
@@ -4970,7 +5285,17 @@ class NestiaMigrateApplication {
|
|
|
4970
5285
|
path: _path + ".deprecated",
|
|
4971
5286
|
expected: "(boolean | undefined)",
|
|
4972
5287
|
value: input.deprecated
|
|
4973
|
-
}, _errorFactory)) && true && ("
|
|
5288
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5289
|
+
method: "typia.assert",
|
|
5290
|
+
path: _path + ".readOnly",
|
|
5291
|
+
expected: "(boolean | undefined)",
|
|
5292
|
+
value: input.readOnly
|
|
5293
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5294
|
+
method: "typia.assert",
|
|
5295
|
+
path: _path + ".writeOnly",
|
|
5296
|
+
expected: "(boolean | undefined)",
|
|
5297
|
+
value: input.writeOnly
|
|
5298
|
+
}, _errorFactory)) && ("integer" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4974
5299
|
method: "typia.assert",
|
|
4975
5300
|
path: _path + ".type",
|
|
4976
5301
|
expected: "\"integer\"",
|
|
@@ -5060,7 +5385,17 @@ class NestiaMigrateApplication {
|
|
|
5060
5385
|
path: _path + ".deprecated",
|
|
5061
5386
|
expected: "(boolean | undefined)",
|
|
5062
5387
|
value: input.deprecated
|
|
5063
|
-
}, _errorFactory)) && true && ("
|
|
5388
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5389
|
+
method: "typia.assert",
|
|
5390
|
+
path: _path + ".readOnly",
|
|
5391
|
+
expected: "(boolean | undefined)",
|
|
5392
|
+
value: input.readOnly
|
|
5393
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5394
|
+
method: "typia.assert",
|
|
5395
|
+
path: _path + ".writeOnly",
|
|
5396
|
+
expected: "(boolean | undefined)",
|
|
5397
|
+
value: input.writeOnly
|
|
5398
|
+
}, _errorFactory)) && ("number" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5064
5399
|
method: "typia.assert",
|
|
5065
5400
|
path: _path + ".type",
|
|
5066
5401
|
expected: "\"number\"",
|
|
@@ -5150,7 +5485,17 @@ class NestiaMigrateApplication {
|
|
|
5150
5485
|
path: _path + ".deprecated",
|
|
5151
5486
|
expected: "(boolean | undefined)",
|
|
5152
5487
|
value: input.deprecated
|
|
5153
|
-
}, _errorFactory)) && true && ("
|
|
5488
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5489
|
+
method: "typia.assert",
|
|
5490
|
+
path: _path + ".readOnly",
|
|
5491
|
+
expected: "(boolean | undefined)",
|
|
5492
|
+
value: input.readOnly
|
|
5493
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5494
|
+
method: "typia.assert",
|
|
5495
|
+
path: _path + ".writeOnly",
|
|
5496
|
+
expected: "(boolean | undefined)",
|
|
5497
|
+
value: input.writeOnly
|
|
5498
|
+
}, _errorFactory)) && ("string" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5154
5499
|
method: "typia.assert",
|
|
5155
5500
|
path: _path + ".type",
|
|
5156
5501
|
expected: "\"string\"",
|
|
@@ -5225,7 +5570,17 @@ class NestiaMigrateApplication {
|
|
|
5225
5570
|
path: _path + ".deprecated",
|
|
5226
5571
|
expected: "(boolean | undefined)",
|
|
5227
5572
|
value: input.deprecated
|
|
5228
|
-
}, _errorFactory)) && true && ("
|
|
5573
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5574
|
+
method: "typia.assert",
|
|
5575
|
+
path: _path + ".readOnly",
|
|
5576
|
+
expected: "(boolean | undefined)",
|
|
5577
|
+
value: input.readOnly
|
|
5578
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5579
|
+
method: "typia.assert",
|
|
5580
|
+
path: _path + ".writeOnly",
|
|
5581
|
+
expected: "(boolean | undefined)",
|
|
5582
|
+
value: input.writeOnly
|
|
5583
|
+
}, _errorFactory)) && ("array" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5229
5584
|
method: "typia.assert",
|
|
5230
5585
|
path: _path + ".type",
|
|
5231
5586
|
expected: "\"array\"",
|
|
@@ -5315,7 +5670,17 @@ class NestiaMigrateApplication {
|
|
|
5315
5670
|
path: _path + ".deprecated",
|
|
5316
5671
|
expected: "(boolean | undefined)",
|
|
5317
5672
|
value: input.deprecated
|
|
5318
|
-
}, _errorFactory)) && true && ("
|
|
5673
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5674
|
+
method: "typia.assert",
|
|
5675
|
+
path: _path + ".readOnly",
|
|
5676
|
+
expected: "(boolean | undefined)",
|
|
5677
|
+
value: input.readOnly
|
|
5678
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5679
|
+
method: "typia.assert",
|
|
5680
|
+
path: _path + ".writeOnly",
|
|
5681
|
+
expected: "(boolean | undefined)",
|
|
5682
|
+
value: input.writeOnly
|
|
5683
|
+
}, _errorFactory)) && ("object" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5319
5684
|
method: "typia.assert",
|
|
5320
5685
|
path: _path + ".type",
|
|
5321
5686
|
expected: "\"object\"",
|
|
@@ -5370,7 +5735,17 @@ class NestiaMigrateApplication {
|
|
|
5370
5735
|
path: _path + ".deprecated",
|
|
5371
5736
|
expected: "(boolean | undefined)",
|
|
5372
5737
|
value: input.deprecated
|
|
5373
|
-
}, _errorFactory)) && true
|
|
5738
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5739
|
+
method: "typia.assert",
|
|
5740
|
+
path: _path + ".readOnly",
|
|
5741
|
+
expected: "(boolean | undefined)",
|
|
5742
|
+
value: input.readOnly
|
|
5743
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5744
|
+
method: "typia.assert",
|
|
5745
|
+
path: _path + ".writeOnly",
|
|
5746
|
+
expected: "(boolean | undefined)",
|
|
5747
|
+
value: input.writeOnly
|
|
5748
|
+
}, _errorFactory)); const _ao110 = (input, _path, _exceptionable = true) => ((Array.isArray(input.allOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5374
5749
|
method: "typia.assert",
|
|
5375
5750
|
path: _path + ".allOf",
|
|
5376
5751
|
expected: "Array<OpenApiV3.IJsonSchema>",
|
|
@@ -5420,7 +5795,17 @@ class NestiaMigrateApplication {
|
|
|
5420
5795
|
path: _path + ".deprecated",
|
|
5421
5796
|
expected: "(boolean | undefined)",
|
|
5422
5797
|
value: input.deprecated
|
|
5423
|
-
}, _errorFactory)) && true
|
|
5798
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5799
|
+
method: "typia.assert",
|
|
5800
|
+
path: _path + ".readOnly",
|
|
5801
|
+
expected: "(boolean | undefined)",
|
|
5802
|
+
value: input.readOnly
|
|
5803
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5804
|
+
method: "typia.assert",
|
|
5805
|
+
path: _path + ".writeOnly",
|
|
5806
|
+
expected: "(boolean | undefined)",
|
|
5807
|
+
value: input.writeOnly
|
|
5808
|
+
}, _errorFactory)); const _ao111 = (input, _path, _exceptionable = true) => ((Array.isArray(input.anyOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5424
5809
|
method: "typia.assert",
|
|
5425
5810
|
path: _path + ".anyOf",
|
|
5426
5811
|
expected: "Array<OpenApiV3.IJsonSchema>",
|
|
@@ -5470,7 +5855,17 @@ class NestiaMigrateApplication {
|
|
|
5470
5855
|
path: _path + ".deprecated",
|
|
5471
5856
|
expected: "(boolean | undefined)",
|
|
5472
5857
|
value: input.deprecated
|
|
5473
|
-
}, _errorFactory)) && true
|
|
5858
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5859
|
+
method: "typia.assert",
|
|
5860
|
+
path: _path + ".readOnly",
|
|
5861
|
+
expected: "(boolean | undefined)",
|
|
5862
|
+
value: input.readOnly
|
|
5863
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5864
|
+
method: "typia.assert",
|
|
5865
|
+
path: _path + ".writeOnly",
|
|
5866
|
+
expected: "(boolean | undefined)",
|
|
5867
|
+
value: input.writeOnly
|
|
5868
|
+
}, _errorFactory)); const _ao112 = (input, _path, _exceptionable = true) => ((Array.isArray(input.oneOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5474
5869
|
method: "typia.assert",
|
|
5475
5870
|
path: _path + ".oneOf",
|
|
5476
5871
|
expected: "Array<OpenApiV3.IJsonSchema>",
|
|
@@ -5530,7 +5925,17 @@ class NestiaMigrateApplication {
|
|
|
5530
5925
|
path: _path + ".deprecated",
|
|
5531
5926
|
expected: "(boolean | undefined)",
|
|
5532
5927
|
value: input.deprecated
|
|
5533
|
-
}, _errorFactory)) && true
|
|
5928
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5929
|
+
method: "typia.assert",
|
|
5930
|
+
path: _path + ".readOnly",
|
|
5931
|
+
expected: "(boolean | undefined)",
|
|
5932
|
+
value: input.readOnly
|
|
5933
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5934
|
+
method: "typia.assert",
|
|
5935
|
+
path: _path + ".writeOnly",
|
|
5936
|
+
expected: "(boolean | undefined)",
|
|
5937
|
+
value: input.writeOnly
|
|
5938
|
+
}, _errorFactory)); const _ao113 = (input, _path, _exceptionable = true) => ("string" === typeof input.propertyName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5534
5939
|
method: "typia.assert",
|
|
5535
5940
|
path: _path + ".propertyName",
|
|
5536
5941
|
expected: "string",
|
|
@@ -5565,7 +5970,17 @@ class NestiaMigrateApplication {
|
|
|
5565
5970
|
path: _path + ".deprecated",
|
|
5566
5971
|
expected: "(boolean | undefined)",
|
|
5567
5972
|
value: input.deprecated
|
|
5568
|
-
}, _errorFactory)) && true && ("
|
|
5973
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5974
|
+
method: "typia.assert",
|
|
5975
|
+
path: _path + ".readOnly",
|
|
5976
|
+
expected: "(boolean | undefined)",
|
|
5977
|
+
value: input.readOnly
|
|
5978
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5979
|
+
method: "typia.assert",
|
|
5980
|
+
path: _path + ".writeOnly",
|
|
5981
|
+
expected: "(boolean | undefined)",
|
|
5982
|
+
value: input.writeOnly
|
|
5983
|
+
}, _errorFactory)) && ("null" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5569
5984
|
method: "typia.assert",
|
|
5570
5985
|
path: _path + ".type",
|
|
5571
5986
|
expected: "\"null\"",
|
|
@@ -5600,7 +6015,17 @@ class NestiaMigrateApplication {
|
|
|
5600
6015
|
path: _path + ".deprecated",
|
|
5601
6016
|
expected: "(boolean | undefined)",
|
|
5602
6017
|
value: input.deprecated
|
|
5603
|
-
}, _errorFactory)) && true && (
|
|
6018
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6019
|
+
method: "typia.assert",
|
|
6020
|
+
path: _path + ".readOnly",
|
|
6021
|
+
expected: "(boolean | undefined)",
|
|
6022
|
+
value: input.readOnly
|
|
6023
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6024
|
+
method: "typia.assert",
|
|
6025
|
+
path: _path + ".writeOnly",
|
|
6026
|
+
expected: "(boolean | undefined)",
|
|
6027
|
+
value: input.writeOnly
|
|
6028
|
+
}, _errorFactory)) && ((null !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5604
6029
|
method: "typia.assert",
|
|
5605
6030
|
path: _path + ".type",
|
|
5606
6031
|
expected: "undefined",
|
|
@@ -5765,7 +6190,17 @@ class NestiaMigrateApplication {
|
|
|
5765
6190
|
path: _path + ".deprecated",
|
|
5766
6191
|
expected: "(boolean | undefined)",
|
|
5767
6192
|
value: input.deprecated
|
|
5768
|
-
}, _errorFactory)) && true
|
|
6193
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6194
|
+
method: "typia.assert",
|
|
6195
|
+
path: _path + ".readOnly",
|
|
6196
|
+
expected: "(boolean | undefined)",
|
|
6197
|
+
value: input.readOnly
|
|
6198
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6199
|
+
method: "typia.assert",
|
|
6200
|
+
path: _path + ".writeOnly",
|
|
6201
|
+
expected: "(boolean | undefined)",
|
|
6202
|
+
value: input.writeOnly
|
|
6203
|
+
}, _errorFactory)); const _ao123 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
5769
6204
|
const value = input[key];
|
|
5770
6205
|
if (undefined === value)
|
|
5771
6206
|
return true;
|
|
@@ -5850,7 +6285,17 @@ class NestiaMigrateApplication {
|
|
|
5850
6285
|
path: _path + ".deprecated",
|
|
5851
6286
|
expected: "(boolean | undefined)",
|
|
5852
6287
|
value: input.deprecated
|
|
5853
|
-
}, _errorFactory)) && true
|
|
6288
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6289
|
+
method: "typia.assert",
|
|
6290
|
+
path: _path + ".readOnly",
|
|
6291
|
+
expected: "(boolean | undefined)",
|
|
6292
|
+
value: input.readOnly
|
|
6293
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6294
|
+
method: "typia.assert",
|
|
6295
|
+
path: _path + ".writeOnly",
|
|
6296
|
+
expected: "(boolean | undefined)",
|
|
6297
|
+
value: input.writeOnly
|
|
6298
|
+
}, _errorFactory)); const _ao126 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
5854
6299
|
const value = input[key];
|
|
5855
6300
|
if (undefined === value)
|
|
5856
6301
|
return true;
|
|
@@ -6360,7 +6805,17 @@ class NestiaMigrateApplication {
|
|
|
6360
6805
|
path: _path + ".deprecated",
|
|
6361
6806
|
expected: "(boolean | undefined)",
|
|
6362
6807
|
value: input.deprecated
|
|
6363
|
-
}, _errorFactory)) && true
|
|
6808
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6809
|
+
method: "typia.assert",
|
|
6810
|
+
path: _path + ".readOnly",
|
|
6811
|
+
expected: "(boolean | undefined)",
|
|
6812
|
+
value: input.readOnly
|
|
6813
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6814
|
+
method: "typia.assert",
|
|
6815
|
+
path: _path + ".writeOnly",
|
|
6816
|
+
expected: "(boolean | undefined)",
|
|
6817
|
+
value: input.writeOnly
|
|
6818
|
+
}, _errorFactory)); const _ao145 = (input, _path, _exceptionable = true) => (undefined === input.operationId || "string" === typeof input.operationId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6364
6819
|
method: "typia.assert",
|
|
6365
6820
|
path: _path + ".operationId",
|
|
6366
6821
|
expected: "(string | undefined)",
|
|
@@ -6510,7 +6965,17 @@ class NestiaMigrateApplication {
|
|
|
6510
6965
|
path: _path + ".deprecated",
|
|
6511
6966
|
expected: "(boolean | undefined)",
|
|
6512
6967
|
value: input.deprecated
|
|
6513
|
-
}, _errorFactory)) && true
|
|
6968
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6969
|
+
method: "typia.assert",
|
|
6970
|
+
path: _path + ".readOnly",
|
|
6971
|
+
expected: "(boolean | undefined)",
|
|
6972
|
+
value: input.readOnly
|
|
6973
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6974
|
+
method: "typia.assert",
|
|
6975
|
+
path: _path + ".writeOnly",
|
|
6976
|
+
expected: "(boolean | undefined)",
|
|
6977
|
+
value: input.writeOnly
|
|
6978
|
+
}, _errorFactory)); const _ao147 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
6514
6979
|
const value = input[key];
|
|
6515
6980
|
if (undefined === value)
|
|
6516
6981
|
return true;
|
|
@@ -6560,7 +7025,17 @@ class NestiaMigrateApplication {
|
|
|
6560
7025
|
path: _path + ".deprecated",
|
|
6561
7026
|
expected: "(boolean | undefined)",
|
|
6562
7027
|
value: input.deprecated
|
|
6563
|
-
}, _errorFactory)) && true
|
|
7028
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7029
|
+
method: "typia.assert",
|
|
7030
|
+
path: _path + ".readOnly",
|
|
7031
|
+
expected: "(boolean | undefined)",
|
|
7032
|
+
value: input.readOnly
|
|
7033
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7034
|
+
method: "typia.assert",
|
|
7035
|
+
path: _path + ".writeOnly",
|
|
7036
|
+
expected: "(boolean | undefined)",
|
|
7037
|
+
value: input.writeOnly
|
|
7038
|
+
}, _errorFactory)); const _ao149 = (input, _path, _exceptionable = true) => ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6564
7039
|
method: "typia.assert",
|
|
6565
7040
|
path: _path + ".name",
|
|
6566
7041
|
expected: "string",
|
|
@@ -6975,7 +7450,17 @@ class NestiaMigrateApplication {
|
|
|
6975
7450
|
path: _path + ".deprecated",
|
|
6976
7451
|
expected: "(boolean | undefined)",
|
|
6977
7452
|
value: input.deprecated
|
|
6978
|
-
}, _errorFactory)) && true && (undefined === input.
|
|
7453
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7454
|
+
method: "typia.assert",
|
|
7455
|
+
path: _path + ".readOnly",
|
|
7456
|
+
expected: "(boolean | undefined)",
|
|
7457
|
+
value: input.readOnly
|
|
7458
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7459
|
+
method: "typia.assert",
|
|
7460
|
+
path: _path + ".writeOnly",
|
|
7461
|
+
expected: "(boolean | undefined)",
|
|
7462
|
+
value: input.writeOnly
|
|
7463
|
+
}, _errorFactory)) && (undefined === input.minimum || "number" === typeof input.minimum || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6979
7464
|
method: "typia.assert",
|
|
6980
7465
|
path: _path + ".minimum",
|
|
6981
7466
|
expected: "(number | undefined)",
|
|
@@ -7290,7 +7775,17 @@ class NestiaMigrateApplication {
|
|
|
7290
7775
|
path: _path + ".deprecated",
|
|
7291
7776
|
expected: "(boolean | undefined)",
|
|
7292
7777
|
value: input.deprecated
|
|
7293
|
-
}, _errorFactory)) && true
|
|
7778
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7779
|
+
method: "typia.assert",
|
|
7780
|
+
path: _path + ".readOnly",
|
|
7781
|
+
expected: "(boolean | undefined)",
|
|
7782
|
+
value: input.readOnly
|
|
7783
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7784
|
+
method: "typia.assert",
|
|
7785
|
+
path: _path + ".writeOnly",
|
|
7786
|
+
expected: "(boolean | undefined)",
|
|
7787
|
+
value: input.writeOnly
|
|
7788
|
+
}, _errorFactory)); const _ao161 = (input, _path, _exceptionable = true) => (undefined === input.nullable || "boolean" === typeof input.nullable || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7294
7789
|
method: "typia.assert",
|
|
7295
7790
|
path: _path + ".nullable",
|
|
7296
7791
|
expected: "(boolean | undefined)",
|
|
@@ -7330,7 +7825,17 @@ class NestiaMigrateApplication {
|
|
|
7330
7825
|
path: _path + ".deprecated",
|
|
7331
7826
|
expected: "(boolean | undefined)",
|
|
7332
7827
|
value: input.deprecated
|
|
7333
|
-
}, _errorFactory)) && true && ("boolean" === input.
|
|
7828
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7829
|
+
method: "typia.assert",
|
|
7830
|
+
path: _path + ".readOnly",
|
|
7831
|
+
expected: "(boolean | undefined)",
|
|
7832
|
+
value: input.readOnly
|
|
7833
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7834
|
+
method: "typia.assert",
|
|
7835
|
+
path: _path + ".writeOnly",
|
|
7836
|
+
expected: "(boolean | undefined)",
|
|
7837
|
+
value: input.writeOnly
|
|
7838
|
+
}, _errorFactory)) && ("boolean" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7334
7839
|
method: "typia.assert",
|
|
7335
7840
|
path: _path + ".type",
|
|
7336
7841
|
expected: "\"boolean\"",
|
|
@@ -7450,7 +7955,17 @@ class NestiaMigrateApplication {
|
|
|
7450
7955
|
path: _path + ".deprecated",
|
|
7451
7956
|
expected: "(boolean | undefined)",
|
|
7452
7957
|
value: input.deprecated
|
|
7453
|
-
}, _errorFactory)) && true && ("
|
|
7958
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7959
|
+
method: "typia.assert",
|
|
7960
|
+
path: _path + ".readOnly",
|
|
7961
|
+
expected: "(boolean | undefined)",
|
|
7962
|
+
value: input.readOnly
|
|
7963
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7964
|
+
method: "typia.assert",
|
|
7965
|
+
path: _path + ".writeOnly",
|
|
7966
|
+
expected: "(boolean | undefined)",
|
|
7967
|
+
value: input.writeOnly
|
|
7968
|
+
}, _errorFactory)) && ("integer" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7454
7969
|
method: "typia.assert",
|
|
7455
7970
|
path: _path + ".type",
|
|
7456
7971
|
expected: "\"integer\"",
|
|
@@ -7540,7 +8055,17 @@ class NestiaMigrateApplication {
|
|
|
7540
8055
|
path: _path + ".deprecated",
|
|
7541
8056
|
expected: "(boolean | undefined)",
|
|
7542
8057
|
value: input.deprecated
|
|
7543
|
-
}, _errorFactory)) && true && ("
|
|
8058
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8059
|
+
method: "typia.assert",
|
|
8060
|
+
path: _path + ".readOnly",
|
|
8061
|
+
expected: "(boolean | undefined)",
|
|
8062
|
+
value: input.readOnly
|
|
8063
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8064
|
+
method: "typia.assert",
|
|
8065
|
+
path: _path + ".writeOnly",
|
|
8066
|
+
expected: "(boolean | undefined)",
|
|
8067
|
+
value: input.writeOnly
|
|
8068
|
+
}, _errorFactory)) && ("number" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7544
8069
|
method: "typia.assert",
|
|
7545
8070
|
path: _path + ".type",
|
|
7546
8071
|
expected: "\"number\"",
|
|
@@ -7635,7 +8160,17 @@ class NestiaMigrateApplication {
|
|
|
7635
8160
|
path: _path + ".deprecated",
|
|
7636
8161
|
expected: "(boolean | undefined)",
|
|
7637
8162
|
value: input.deprecated
|
|
7638
|
-
}, _errorFactory)) && true && ("
|
|
8163
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8164
|
+
method: "typia.assert",
|
|
8165
|
+
path: _path + ".readOnly",
|
|
8166
|
+
expected: "(boolean | undefined)",
|
|
8167
|
+
value: input.readOnly
|
|
8168
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8169
|
+
method: "typia.assert",
|
|
8170
|
+
path: _path + ".writeOnly",
|
|
8171
|
+
expected: "(boolean | undefined)",
|
|
8172
|
+
value: input.writeOnly
|
|
8173
|
+
}, _errorFactory)) && ("string" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7639
8174
|
method: "typia.assert",
|
|
7640
8175
|
path: _path + ".type",
|
|
7641
8176
|
expected: "\"string\"",
|
|
@@ -7760,7 +8295,17 @@ class NestiaMigrateApplication {
|
|
|
7760
8295
|
path: _path + ".deprecated",
|
|
7761
8296
|
expected: "(boolean | undefined)",
|
|
7762
8297
|
value: input.deprecated
|
|
7763
|
-
}, _errorFactory)) && true && ("
|
|
8298
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8299
|
+
method: "typia.assert",
|
|
8300
|
+
path: _path + ".readOnly",
|
|
8301
|
+
expected: "(boolean | undefined)",
|
|
8302
|
+
value: input.readOnly
|
|
8303
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8304
|
+
method: "typia.assert",
|
|
8305
|
+
path: _path + ".writeOnly",
|
|
8306
|
+
expected: "(boolean | undefined)",
|
|
8307
|
+
value: input.writeOnly
|
|
8308
|
+
}, _errorFactory)) && ("array" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7764
8309
|
method: "typia.assert",
|
|
7765
8310
|
path: _path + ".type",
|
|
7766
8311
|
expected: "\"array\"",
|
|
@@ -7850,7 +8395,17 @@ class NestiaMigrateApplication {
|
|
|
7850
8395
|
path: _path + ".deprecated",
|
|
7851
8396
|
expected: "(boolean | undefined)",
|
|
7852
8397
|
value: input.deprecated
|
|
7853
|
-
}, _errorFactory)) && true && ("
|
|
8398
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8399
|
+
method: "typia.assert",
|
|
8400
|
+
path: _path + ".readOnly",
|
|
8401
|
+
expected: "(boolean | undefined)",
|
|
8402
|
+
value: input.readOnly
|
|
8403
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8404
|
+
method: "typia.assert",
|
|
8405
|
+
path: _path + ".writeOnly",
|
|
8406
|
+
expected: "(boolean | undefined)",
|
|
8407
|
+
value: input.writeOnly
|
|
8408
|
+
}, _errorFactory)) && ("object" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7854
8409
|
method: "typia.assert",
|
|
7855
8410
|
path: _path + ".type",
|
|
7856
8411
|
expected: "\"object\"",
|
|
@@ -7905,7 +8460,17 @@ class NestiaMigrateApplication {
|
|
|
7905
8460
|
path: _path + ".deprecated",
|
|
7906
8461
|
expected: "(boolean | undefined)",
|
|
7907
8462
|
value: input.deprecated
|
|
7908
|
-
}, _errorFactory)) && true
|
|
8463
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8464
|
+
method: "typia.assert",
|
|
8465
|
+
path: _path + ".readOnly",
|
|
8466
|
+
expected: "(boolean | undefined)",
|
|
8467
|
+
value: input.readOnly
|
|
8468
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8469
|
+
method: "typia.assert",
|
|
8470
|
+
path: _path + ".writeOnly",
|
|
8471
|
+
expected: "(boolean | undefined)",
|
|
8472
|
+
value: input.writeOnly
|
|
8473
|
+
}, _errorFactory)); const _ao168 = (input, _path, _exceptionable = true) => ("string" === typeof input.$recursiveRef || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7909
8474
|
method: "typia.assert",
|
|
7910
8475
|
path: _path + ".$recursiveRef",
|
|
7911
8476
|
expected: "string",
|
|
@@ -7940,7 +8505,17 @@ class NestiaMigrateApplication {
|
|
|
7940
8505
|
path: _path + ".deprecated",
|
|
7941
8506
|
expected: "(boolean | undefined)",
|
|
7942
8507
|
value: input.deprecated
|
|
7943
|
-
}, _errorFactory)) && true
|
|
8508
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8509
|
+
method: "typia.assert",
|
|
8510
|
+
path: _path + ".readOnly",
|
|
8511
|
+
expected: "(boolean | undefined)",
|
|
8512
|
+
value: input.readOnly
|
|
8513
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8514
|
+
method: "typia.assert",
|
|
8515
|
+
path: _path + ".writeOnly",
|
|
8516
|
+
expected: "(boolean | undefined)",
|
|
8517
|
+
value: input.writeOnly
|
|
8518
|
+
}, _errorFactory)); const _ao169 = (input, _path, _exceptionable = true) => ((Array.isArray(input.allOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7944
8519
|
method: "typia.assert",
|
|
7945
8520
|
path: _path + ".allOf",
|
|
7946
8521
|
expected: "Array<OpenApiV3_1.IJsonSchema>",
|
|
@@ -7990,7 +8565,17 @@ class NestiaMigrateApplication {
|
|
|
7990
8565
|
path: _path + ".deprecated",
|
|
7991
8566
|
expected: "(boolean | undefined)",
|
|
7992
8567
|
value: input.deprecated
|
|
7993
|
-
}, _errorFactory)) && true
|
|
8568
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8569
|
+
method: "typia.assert",
|
|
8570
|
+
path: _path + ".readOnly",
|
|
8571
|
+
expected: "(boolean | undefined)",
|
|
8572
|
+
value: input.readOnly
|
|
8573
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8574
|
+
method: "typia.assert",
|
|
8575
|
+
path: _path + ".writeOnly",
|
|
8576
|
+
expected: "(boolean | undefined)",
|
|
8577
|
+
value: input.writeOnly
|
|
8578
|
+
}, _errorFactory)); const _ao170 = (input, _path, _exceptionable = true) => ((Array.isArray(input.anyOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7994
8579
|
method: "typia.assert",
|
|
7995
8580
|
path: _path + ".anyOf",
|
|
7996
8581
|
expected: "Array<OpenApiV3_1.IJsonSchema>",
|
|
@@ -8040,7 +8625,17 @@ class NestiaMigrateApplication {
|
|
|
8040
8625
|
path: _path + ".deprecated",
|
|
8041
8626
|
expected: "(boolean | undefined)",
|
|
8042
8627
|
value: input.deprecated
|
|
8043
|
-
}, _errorFactory)) && true
|
|
8628
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8629
|
+
method: "typia.assert",
|
|
8630
|
+
path: _path + ".readOnly",
|
|
8631
|
+
expected: "(boolean | undefined)",
|
|
8632
|
+
value: input.readOnly
|
|
8633
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8634
|
+
method: "typia.assert",
|
|
8635
|
+
path: _path + ".writeOnly",
|
|
8636
|
+
expected: "(boolean | undefined)",
|
|
8637
|
+
value: input.writeOnly
|
|
8638
|
+
}, _errorFactory)); const _ao171 = (input, _path, _exceptionable = true) => ((Array.isArray(input.oneOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8044
8639
|
method: "typia.assert",
|
|
8045
8640
|
path: _path + ".oneOf",
|
|
8046
8641
|
expected: "Array<OpenApiV3_1.IJsonSchema>",
|
|
@@ -8100,7 +8695,17 @@ class NestiaMigrateApplication {
|
|
|
8100
8695
|
path: _path + ".deprecated",
|
|
8101
8696
|
expected: "(boolean | undefined)",
|
|
8102
8697
|
value: input.deprecated
|
|
8103
|
-
}, _errorFactory)) && true
|
|
8698
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8699
|
+
method: "typia.assert",
|
|
8700
|
+
path: _path + ".readOnly",
|
|
8701
|
+
expected: "(boolean | undefined)",
|
|
8702
|
+
value: input.readOnly
|
|
8703
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8704
|
+
method: "typia.assert",
|
|
8705
|
+
path: _path + ".writeOnly",
|
|
8706
|
+
expected: "(boolean | undefined)",
|
|
8707
|
+
value: input.writeOnly
|
|
8708
|
+
}, _errorFactory)); const _ao172 = (input, _path, _exceptionable = true) => ("string" === typeof input.propertyName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8104
8709
|
method: "typia.assert",
|
|
8105
8710
|
path: _path + ".propertyName",
|
|
8106
8711
|
expected: "string",
|
|
@@ -8135,7 +8740,17 @@ class NestiaMigrateApplication {
|
|
|
8135
8740
|
path: _path + ".deprecated",
|
|
8136
8741
|
expected: "(boolean | undefined)",
|
|
8137
8742
|
value: input.deprecated
|
|
8138
|
-
}, _errorFactory)) && true && ("
|
|
8743
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8744
|
+
method: "typia.assert",
|
|
8745
|
+
path: _path + ".readOnly",
|
|
8746
|
+
expected: "(boolean | undefined)",
|
|
8747
|
+
value: input.readOnly
|
|
8748
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8749
|
+
method: "typia.assert",
|
|
8750
|
+
path: _path + ".writeOnly",
|
|
8751
|
+
expected: "(boolean | undefined)",
|
|
8752
|
+
value: input.writeOnly
|
|
8753
|
+
}, _errorFactory)) && ("null" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8139
8754
|
method: "typia.assert",
|
|
8140
8755
|
path: _path + ".type",
|
|
8141
8756
|
expected: "\"null\"",
|
|
@@ -8180,7 +8795,17 @@ class NestiaMigrateApplication {
|
|
|
8180
8795
|
path: _path + ".deprecated",
|
|
8181
8796
|
expected: "(boolean | undefined)",
|
|
8182
8797
|
value: input.deprecated
|
|
8183
|
-
}, _errorFactory)) && true && (
|
|
8798
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8799
|
+
method: "typia.assert",
|
|
8800
|
+
path: _path + ".readOnly",
|
|
8801
|
+
expected: "(boolean | undefined)",
|
|
8802
|
+
value: input.readOnly
|
|
8803
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8804
|
+
method: "typia.assert",
|
|
8805
|
+
path: _path + ".writeOnly",
|
|
8806
|
+
expected: "(boolean | undefined)",
|
|
8807
|
+
value: input.writeOnly
|
|
8808
|
+
}, _errorFactory)) && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8184
8809
|
method: "typia.assert",
|
|
8185
8810
|
path: _path + ".examples",
|
|
8186
8811
|
expected: "(Array<any> | Record<string, any> | undefined)",
|
|
@@ -8445,7 +9070,17 @@ class NestiaMigrateApplication {
|
|
|
8445
9070
|
path: _path + ".deprecated",
|
|
8446
9071
|
expected: "(boolean | undefined)",
|
|
8447
9072
|
value: input.deprecated
|
|
8448
|
-
}, _errorFactory)) && true
|
|
9073
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9074
|
+
method: "typia.assert",
|
|
9075
|
+
path: _path + ".readOnly",
|
|
9076
|
+
expected: "(boolean | undefined)",
|
|
9077
|
+
value: input.readOnly
|
|
9078
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9079
|
+
method: "typia.assert",
|
|
9080
|
+
path: _path + ".writeOnly",
|
|
9081
|
+
expected: "(boolean | undefined)",
|
|
9082
|
+
value: input.writeOnly
|
|
9083
|
+
}, _errorFactory)); const _ao181 = (input, _path, _exceptionable = true) => ("string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8449
9084
|
method: "typia.assert",
|
|
8450
9085
|
path: _path + ".$ref",
|
|
8451
9086
|
expected: "`#/components/headers/${string}`",
|
|
@@ -8480,7 +9115,17 @@ class NestiaMigrateApplication {
|
|
|
8480
9115
|
path: _path + ".deprecated",
|
|
8481
9116
|
expected: "(boolean | undefined)",
|
|
8482
9117
|
value: input.deprecated
|
|
8483
|
-
}, _errorFactory)) && true
|
|
9118
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9119
|
+
method: "typia.assert",
|
|
9120
|
+
path: _path + ".readOnly",
|
|
9121
|
+
expected: "(boolean | undefined)",
|
|
9122
|
+
value: input.readOnly
|
|
9123
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9124
|
+
method: "typia.assert",
|
|
9125
|
+
path: _path + ".writeOnly",
|
|
9126
|
+
expected: "(boolean | undefined)",
|
|
9127
|
+
value: input.writeOnly
|
|
9128
|
+
}, _errorFactory)); const _ao182 = (input, _path, _exceptionable = true) => ("string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8484
9129
|
method: "typia.assert",
|
|
8485
9130
|
path: _path + ".$ref",
|
|
8486
9131
|
expected: "`#/components/parameters/${string}`",
|
|
@@ -8515,7 +9160,17 @@ class NestiaMigrateApplication {
|
|
|
8515
9160
|
path: _path + ".deprecated",
|
|
8516
9161
|
expected: "(boolean | undefined)",
|
|
8517
9162
|
value: input.deprecated
|
|
8518
|
-
}, _errorFactory)) && true
|
|
9163
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9164
|
+
method: "typia.assert",
|
|
9165
|
+
path: _path + ".readOnly",
|
|
9166
|
+
expected: "(boolean | undefined)",
|
|
9167
|
+
value: input.readOnly
|
|
9168
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9169
|
+
method: "typia.assert",
|
|
9170
|
+
path: _path + ".writeOnly",
|
|
9171
|
+
expected: "(boolean | undefined)",
|
|
9172
|
+
value: input.writeOnly
|
|
9173
|
+
}, _errorFactory)); const _ao183 = (input, _path, _exceptionable = true) => (undefined === input.operationId || "string" === typeof input.operationId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8519
9174
|
method: "typia.assert",
|
|
8520
9175
|
path: _path + ".operationId",
|
|
8521
9176
|
expected: "(string | undefined)",
|
|
@@ -8720,7 +9375,17 @@ class NestiaMigrateApplication {
|
|
|
8720
9375
|
path: _path + ".deprecated",
|
|
8721
9376
|
expected: "(boolean | undefined)",
|
|
8722
9377
|
value: input.deprecated
|
|
8723
|
-
}, _errorFactory)) && true
|
|
9378
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9379
|
+
method: "typia.assert",
|
|
9380
|
+
path: _path + ".readOnly",
|
|
9381
|
+
expected: "(boolean | undefined)",
|
|
9382
|
+
value: input.readOnly
|
|
9383
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9384
|
+
method: "typia.assert",
|
|
9385
|
+
path: _path + ".writeOnly",
|
|
9386
|
+
expected: "(boolean | undefined)",
|
|
9387
|
+
value: input.writeOnly
|
|
9388
|
+
}, _errorFactory)); const _ao188 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
8724
9389
|
const value = input[key];
|
|
8725
9390
|
if (undefined === value)
|
|
8726
9391
|
return true;
|
|
@@ -8845,7 +9510,17 @@ class NestiaMigrateApplication {
|
|
|
8845
9510
|
path: _path + ".deprecated",
|
|
8846
9511
|
expected: "(boolean | undefined)",
|
|
8847
9512
|
value: input.deprecated
|
|
8848
|
-
}, _errorFactory)) && true
|
|
9513
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9514
|
+
method: "typia.assert",
|
|
9515
|
+
path: _path + ".readOnly",
|
|
9516
|
+
expected: "(boolean | undefined)",
|
|
9517
|
+
value: input.readOnly
|
|
9518
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9519
|
+
method: "typia.assert",
|
|
9520
|
+
path: _path + ".writeOnly",
|
|
9521
|
+
expected: "(boolean | undefined)",
|
|
9522
|
+
value: input.writeOnly
|
|
9523
|
+
}, _errorFactory)); const _ao193 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
8849
9524
|
const value = input[key];
|
|
8850
9525
|
if (undefined === value)
|
|
8851
9526
|
return true;
|
|
@@ -9180,7 +9855,17 @@ class NestiaMigrateApplication {
|
|
|
9180
9855
|
path: _path + ".deprecated",
|
|
9181
9856
|
expected: "(boolean | undefined)",
|
|
9182
9857
|
value: input.deprecated
|
|
9183
|
-
}, _errorFactory)) && true
|
|
9858
|
+
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9859
|
+
method: "typia.assert",
|
|
9860
|
+
path: _path + ".readOnly",
|
|
9861
|
+
expected: "(boolean | undefined)",
|
|
9862
|
+
value: input.readOnly
|
|
9863
|
+
}, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9864
|
+
method: "typia.assert",
|
|
9865
|
+
path: _path + ".writeOnly",
|
|
9866
|
+
expected: "(boolean | undefined)",
|
|
9867
|
+
value: input.writeOnly
|
|
9868
|
+
}, _errorFactory)); const _ao210 = (input, _path, _exceptionable = true) => ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9184
9869
|
method: "typia.assert",
|
|
9185
9870
|
path: _path + ".name",
|
|
9186
9871
|
expected: "string",
|
|
@@ -9612,12 +10297,12 @@ class NestiaMigrateApplication {
|
|
|
9612
10297
|
if (undefined === value)
|
|
9613
10298
|
return true;
|
|
9614
10299
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu0(value);
|
|
9615
|
-
}); const _io9 = input => ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io10 = input => Object.keys(input).every(key => {
|
|
10300
|
+
}); const _io9 = input => ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io10 = input => Object.keys(input).every(key => {
|
|
9616
10301
|
const value = input[key];
|
|
9617
10302
|
if (undefined === value)
|
|
9618
10303
|
return true;
|
|
9619
10304
|
return true;
|
|
9620
|
-
}); const _io11 = input => (undefined === input["default"] || "boolean" === typeof input["default"]) && "boolean" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io12 = input => (undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && "integer" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io13 = input => (undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && "number" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io14 = input => (undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && "string" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io15 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu0(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && "array" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io16 = input => "array" === input.type && (Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem))) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu0(input.additionalItems))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io17 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io8(input.properties)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu0(input.additionalProperties))) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && "object" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io18 = input => "string" === typeof input.$ref && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io19 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu1(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io22(input.discriminator)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io20 = input => (null === input["default"] || undefined === input["default"]) && "null" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io21 = input => true && (null !== input.type && undefined === input.type) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)); const _io22 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping)); const _io23 = input => Object.keys(input).every(key => {
|
|
10305
|
+
}); const _io11 = input => (undefined === input["default"] || "boolean" === typeof input["default"]) && "boolean" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io12 = input => (undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && "integer" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io13 = input => (undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && "number" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io14 = input => (undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && "string" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io15 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu0(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && "array" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io16 = input => "array" === input.type && (Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem))) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu0(input.additionalItems))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io17 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io8(input.properties)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu0(input.additionalProperties))) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && "object" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io18 = input => "string" === typeof input.$ref && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io19 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu1(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io22(input.discriminator)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io20 = input => (null === input["default"] || undefined === input["default"]) && "null" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io21 = input => true && (null !== input.type && undefined === input.type) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io22 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping)); const _io23 = input => Object.keys(input).every(key => {
|
|
9621
10306
|
const value = input[key];
|
|
9622
10307
|
if (undefined === value)
|
|
9623
10308
|
return true;
|
|
@@ -9664,12 +10349,12 @@ class NestiaMigrateApplication {
|
|
|
9664
10349
|
if (undefined === value)
|
|
9665
10350
|
return true;
|
|
9666
10351
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu2(value);
|
|
9667
|
-
}); const _io53 = input => (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "boolean" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io54 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "integer" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io55 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "number" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io56 = input => (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io57 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu2(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "array" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io58 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io52(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu2(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "object" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io59 = input => "string" === typeof input.$ref && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io60 = input => Array.isArray(input["x-anyOf"]) && input["x-anyOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io61 = input => Array.isArray(input["x-oneOf"]) && input["x-oneOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io62 = input => "null" === input.type && (null === input["default"] || undefined === input["default"]) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io63 = input => null !== input.type && undefined === input.type && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io64 = input => Object.keys(input).every(key => {
|
|
10352
|
+
}); const _io53 = input => (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io54 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io55 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io56 = input => (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io57 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu2(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io58 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io52(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu2(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)); const _io59 = input => "string" === typeof input.$ref && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io60 = input => Array.isArray(input["x-anyOf"]) && input["x-anyOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io61 = input => Array.isArray(input["x-oneOf"]) && input["x-oneOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io62 = input => "null" === input.type && (null === input["default"] || undefined === input["default"]) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io63 = input => null !== input.type && undefined === input.type && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io64 = input => Object.keys(input).every(key => {
|
|
9668
10353
|
const value = input[key];
|
|
9669
10354
|
if (undefined === value)
|
|
9670
10355
|
return true;
|
|
9671
10356
|
return "object" === typeof value && null !== value && _iu10(value);
|
|
9672
|
-
}); const _io65 = input => (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "boolean" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io66 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "integer" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io67 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "number" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io68 = input => (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io69 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu2(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "array" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io70 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io52(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu2(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "object" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io71 = input => "string" === typeof input.$ref && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === typeof input.name && "string" === typeof input["in"]; const _io72 = input => Array.isArray(input["x-anyOf"]) && input["x-anyOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === typeof input.name && "string" === typeof input["in"]; const _io73 = input => Array.isArray(input["x-oneOf"]) && input["x-oneOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === typeof input.name && "string" === typeof input["in"]; const _io74 = input => "null" === input.type && (null === input["default"] || undefined === input["default"]) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === typeof input.name && "string" === typeof input["in"]; const _io75 = input => null !== input.type && undefined === input.type && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === typeof input.name && "string" === typeof input["in"]; const _io76 = input => "object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu2(input.schema) && "string" === typeof input.name && "string" === typeof input["in"] && (undefined === input.description || "string" === typeof input.description) && (undefined === input.required || "boolean" === typeof input.required); const _io77 = input => Object.keys(input).every(key => {
|
|
10357
|
+
}); const _io65 = input => (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io66 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io67 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io68 = input => (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io69 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu2(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io70 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io52(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu2(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"]; const _io71 = input => "string" === typeof input.$ref && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"]; const _io72 = input => Array.isArray(input["x-anyOf"]) && input["x-anyOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"]; const _io73 = input => Array.isArray(input["x-oneOf"]) && input["x-oneOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"]; const _io74 = input => "null" === input.type && (null === input["default"] || undefined === input["default"]) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"]; const _io75 = input => null !== input.type && undefined === input.type && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"]; const _io76 = input => "object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu2(input.schema) && "string" === typeof input.name && "string" === typeof input["in"] && (undefined === input.description || "string" === typeof input.description) && (undefined === input.required || "boolean" === typeof input.required); const _io77 = input => Object.keys(input).every(key => {
|
|
9673
10358
|
const value = input[key];
|
|
9674
10359
|
if (undefined === value)
|
|
9675
10360
|
return true;
|
|
@@ -9684,12 +10369,12 @@ class NestiaMigrateApplication {
|
|
|
9684
10369
|
if (undefined === value)
|
|
9685
10370
|
return true;
|
|
9686
10371
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io87(value);
|
|
9687
|
-
}); const _io87 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu3(elem))) && (undefined === input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && false === Array.isArray(input["delete"]) && _io89(input["delete"])) && (undefined === input.head || "object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) && _io89(input.head)) && (undefined === input.get || "object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) && _io89(input.get)) && (undefined === input.post || "object" === typeof input.post && null !== input.post && false === Array.isArray(input.post) && _io89(input.post)) && (undefined === input.put || "object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) && _io89(input.put)) && (undefined === input.patch || "object" === typeof input.patch && null !== input.patch && false === Array.isArray(input.patch) && _io89(input.patch)) && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io89(input.options)) && (undefined === input.trace || "object" === typeof input.trace && null !== input.trace && false === Array.isArray(input.trace) && _io89(input.trace)); const _io88 = input => "string" === typeof input.$ref && RegExp(/^#\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io89 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu4(elem))) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io91(input.responses)) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated); const _io90 = input => "string" === typeof input.$ref && RegExp(/^#\/definitions\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io91 = input => Object.keys(input).every(key => {
|
|
10372
|
+
}); const _io87 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu3(elem))) && (undefined === input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && false === Array.isArray(input["delete"]) && _io89(input["delete"])) && (undefined === input.head || "object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) && _io89(input.head)) && (undefined === input.get || "object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) && _io89(input.get)) && (undefined === input.post || "object" === typeof input.post && null !== input.post && false === Array.isArray(input.post) && _io89(input.post)) && (undefined === input.put || "object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) && _io89(input.put)) && (undefined === input.patch || "object" === typeof input.patch && null !== input.patch && false === Array.isArray(input.patch) && _io89(input.patch)) && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io89(input.options)) && (undefined === input.trace || "object" === typeof input.trace && null !== input.trace && false === Array.isArray(input.trace) && _io89(input.trace)); const _io88 = input => "string" === typeof input.$ref && RegExp(/^#\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io89 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu4(elem))) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io91(input.responses)) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated); const _io90 = input => "string" === typeof input.$ref && RegExp(/^#\/definitions\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io91 = input => Object.keys(input).every(key => {
|
|
9688
10373
|
const value = input[key];
|
|
9689
10374
|
if (undefined === value)
|
|
9690
10375
|
return true;
|
|
9691
10376
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu12(value);
|
|
9692
|
-
}); const _io92 = input => "string" === typeof input.$ref && RegExp(/^#\/definitions\/responses\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io93 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description); const _io94 = input => null !== input.openapi && undefined !== input.openapi && ("3.0" === input.openapi || "string" === typeof input.openapi && RegExp(/^3\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.openapi)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.info || "object" === typeof input.info && null !== input.info && _io98(input.info)) && (undefined === input.components || "object" === typeof input.components && null !== input.components && false === Array.isArray(input.components) && _io101(input.components)) && (undefined === input.paths || "object" === typeof input.paths && null !== input.paths && false === Array.isArray(input.paths) && _io142(input.paths)) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "object" === typeof elem && null !== elem && _io149(elem))); const _io95 = input => "string" === typeof input.url && (undefined === input.description || "string" === typeof input.description) && (undefined === input.variables || "object" === typeof input.variables && null !== input.variables && false === Array.isArray(input.variables) && _io96(input.variables)); const _io96 = input => Object.keys(input).every(key => {
|
|
10377
|
+
}); const _io92 = input => "string" === typeof input.$ref && RegExp(/^#\/definitions\/responses\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io93 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description); const _io94 = input => null !== input.openapi && undefined !== input.openapi && ("3.0" === input.openapi || "string" === typeof input.openapi && RegExp(/^3\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.openapi)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.info || "object" === typeof input.info && null !== input.info && _io98(input.info)) && (undefined === input.components || "object" === typeof input.components && null !== input.components && false === Array.isArray(input.components) && _io101(input.components)) && (undefined === input.paths || "object" === typeof input.paths && null !== input.paths && false === Array.isArray(input.paths) && _io142(input.paths)) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "object" === typeof elem && null !== elem && _io149(elem))); const _io95 = input => "string" === typeof input.url && (undefined === input.description || "string" === typeof input.description) && (undefined === input.variables || "object" === typeof input.variables && null !== input.variables && false === Array.isArray(input.variables) && _io96(input.variables)); const _io96 = input => Object.keys(input).every(key => {
|
|
9693
10378
|
const value = input[key];
|
|
9694
10379
|
if (undefined === value)
|
|
9695
10380
|
return true;
|
|
@@ -9699,7 +10384,7 @@ class NestiaMigrateApplication {
|
|
|
9699
10384
|
if (undefined === value)
|
|
9700
10385
|
return true;
|
|
9701
10386
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu5(value);
|
|
9702
|
-
}); const _io103 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "boolean" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io104 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "integer" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io105 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "number" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io106 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io107 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu5(input.items)) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "array" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io108 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io102(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu5(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "object" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io109 = input => "string" === typeof input.$ref && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io110 = input => Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io111 = input => Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io112 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io113(input.discriminator)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io113 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping)); const _io114 = input => (null === input["default"] || undefined === input["default"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "null" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io115 = input => true && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (null !== input.type && undefined === input.type) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io116 = input => Object.keys(input).every(key => {
|
|
10387
|
+
}); const _io103 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io104 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io105 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io106 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io107 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu5(input.items)) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io108 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io102(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu5(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io109 = input => "string" === typeof input.$ref && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io110 = input => Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io111 = input => Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io112 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io113(input.discriminator)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io113 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping)); const _io114 = input => (null === input["default"] || undefined === input["default"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "null" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io115 = input => true && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (null !== input.type && undefined === input.type) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io116 = input => Object.keys(input).every(key => {
|
|
9703
10388
|
const value = input[key];
|
|
9704
10389
|
if (undefined === value)
|
|
9705
10390
|
return true;
|
|
@@ -9714,12 +10399,12 @@ class NestiaMigrateApplication {
|
|
|
9714
10399
|
if (undefined === value)
|
|
9715
10400
|
return true;
|
|
9716
10401
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu13(value);
|
|
9717
|
-
}); const _io121 = input => (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.externalValue || "string" === typeof input.externalValue); const _io122 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/examples\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io123 = input => Object.keys(input).every(key => {
|
|
10402
|
+
}); const _io121 = input => (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.externalValue || "string" === typeof input.externalValue); const _io122 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/examples\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io123 = input => Object.keys(input).every(key => {
|
|
9718
10403
|
const value = input[key];
|
|
9719
10404
|
if (undefined === value)
|
|
9720
10405
|
return true;
|
|
9721
10406
|
return "object" === typeof value && null !== value && _iu14(value);
|
|
9722
|
-
}); const _io124 = input => (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io120(input.examples)) && ("object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu5(input.schema)) && (undefined === input.name || "string" === typeof input.name); const _io125 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io126 = input => Object.keys(input).every(key => {
|
|
10407
|
+
}); const _io124 = input => (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io120(input.examples)) && ("object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu5(input.schema)) && (undefined === input.name || "string" === typeof input.name); const _io125 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io126 = input => Object.keys(input).every(key => {
|
|
9723
10408
|
const value = input[key];
|
|
9724
10409
|
if (undefined === value)
|
|
9725
10410
|
return true;
|
|
@@ -9749,12 +10434,12 @@ class NestiaMigrateApplication {
|
|
|
9749
10434
|
if (undefined === value)
|
|
9750
10435
|
return true;
|
|
9751
10436
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io143(value);
|
|
9752
|
-
}); const _io143 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu6(elem))) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && false === Array.isArray(input["delete"]) && _io145(input["delete"])) && (undefined === input.head || "object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) && _io145(input.head)) && (undefined === input.get || "object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) && _io145(input.get)) && (undefined === input.post || "object" === typeof input.post && null !== input.post && false === Array.isArray(input.post) && _io145(input.post)) && (undefined === input.put || "object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) && _io145(input.put)) && (undefined === input.patch || "object" === typeof input.patch && null !== input.patch && false === Array.isArray(input.patch) && _io145(input.patch)) && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io145(input.options)) && (undefined === input.trace || "object" === typeof input.trace && null !== input.trace && false === Array.isArray(input.trace) && _io145(input.trace)); const _io144 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io145 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu6(elem))) && (undefined === input.requestBody || "object" === typeof input.requestBody && null !== input.requestBody && false === Array.isArray(input.requestBody) && _iu16(input.requestBody)) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io147(input.responses)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated); const _io146 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/requestBodies\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io147 = input => Object.keys(input).every(key => {
|
|
10437
|
+
}); const _io143 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu6(elem))) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && false === Array.isArray(input["delete"]) && _io145(input["delete"])) && (undefined === input.head || "object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) && _io145(input.head)) && (undefined === input.get || "object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) && _io145(input.get)) && (undefined === input.post || "object" === typeof input.post && null !== input.post && false === Array.isArray(input.post) && _io145(input.post)) && (undefined === input.put || "object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) && _io145(input.put)) && (undefined === input.patch || "object" === typeof input.patch && null !== input.patch && false === Array.isArray(input.patch) && _io145(input.patch)) && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io145(input.options)) && (undefined === input.trace || "object" === typeof input.trace && null !== input.trace && false === Array.isArray(input.trace) && _io145(input.trace)); const _io144 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io145 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu6(elem))) && (undefined === input.requestBody || "object" === typeof input.requestBody && null !== input.requestBody && false === Array.isArray(input.requestBody) && _iu16(input.requestBody)) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io147(input.responses)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated); const _io146 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/requestBodies\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io147 = input => Object.keys(input).every(key => {
|
|
9753
10438
|
const value = input[key];
|
|
9754
10439
|
if (undefined === value)
|
|
9755
10440
|
return true;
|
|
9756
10441
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu17(value);
|
|
9757
|
-
}); const _io148 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/responses\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io149 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description); const _io150 = input => "string" === typeof input.openapi && RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.openapi) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io151(elem))) && (undefined === input.info || "object" === typeof input.info && null !== input.info && _io154(input.info)) && (undefined === input.components || "object" === typeof input.components && null !== input.components && false === Array.isArray(input.components) && _io157(input.components)) && (undefined === input.paths || "object" === typeof input.paths && null !== input.paths && false === Array.isArray(input.paths) && _io175(input.paths)) && (undefined === input.webhooks || "object" === typeof input.webhooks && null !== input.webhooks && false === Array.isArray(input.webhooks) && _io208(input.webhooks)) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "object" === typeof elem && null !== elem && _io210(elem))); const _io151 = input => "string" === typeof input.url && (undefined === input.description || "string" === typeof input.description) && (undefined === input.variables || "object" === typeof input.variables && null !== input.variables && false === Array.isArray(input.variables) && _io152(input.variables)); const _io152 = input => Object.keys(input).every(key => {
|
|
10442
|
+
}); const _io148 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/responses\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io149 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description); const _io150 = input => "string" === typeof input.openapi && RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.openapi) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io151(elem))) && (undefined === input.info || "object" === typeof input.info && null !== input.info && _io154(input.info)) && (undefined === input.components || "object" === typeof input.components && null !== input.components && false === Array.isArray(input.components) && _io157(input.components)) && (undefined === input.paths || "object" === typeof input.paths && null !== input.paths && false === Array.isArray(input.paths) && _io175(input.paths)) && (undefined === input.webhooks || "object" === typeof input.webhooks && null !== input.webhooks && false === Array.isArray(input.webhooks) && _io208(input.webhooks)) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "object" === typeof elem && null !== elem && _io210(elem))); const _io151 = input => "string" === typeof input.url && (undefined === input.description || "string" === typeof input.description) && (undefined === input.variables || "object" === typeof input.variables && null !== input.variables && false === Array.isArray(input.variables) && _io152(input.variables)); const _io152 = input => Object.keys(input).every(key => {
|
|
9758
10443
|
const value = input[key];
|
|
9759
10444
|
if (undefined === value)
|
|
9760
10445
|
return true;
|
|
@@ -9764,7 +10449,7 @@ class NestiaMigrateApplication {
|
|
|
9764
10449
|
if (undefined === value)
|
|
9765
10450
|
return true;
|
|
9766
10451
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu7(value);
|
|
9767
|
-
}); const _io159 = input => Array.isArray(input.type) && input.type.every(elem => "string" === elem || "number" === elem || "boolean" === elem || "object" === elem || "null" === elem || "integer" === elem || "array" === elem) && (null === input["default"] || undefined === input["default"] || Array.isArray(input["default"])) && (undefined === input["enum"] || Array.isArray(input["enum"])) && ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (null !== input.items && (undefined === input.items || (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu7(input.items)))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu7(input.additionalItems))) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io158(input.properties)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu7(input.additionalProperties))) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io172(input.discriminator)) && (Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && "string" === typeof input.$ref; const _io160 = input => ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io161 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "boolean" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io162 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum && (Math.floor(input.exclusiveMinimum) === input.exclusiveMinimum && -9223372036854776000 <= input.exclusiveMinimum && input.exclusiveMinimum <= 9223372036854776000) || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum && (Math.floor(input.exclusiveMaximum) === input.exclusiveMaximum && -9223372036854776000 <= input.exclusiveMaximum && input.exclusiveMaximum <= 9223372036854776000) || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "integer" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io163 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "number" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io164 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "string" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io165 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.items && (undefined === input.items || (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu7(input.items)))) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu7(input.additionalItems))) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "array" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io166 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io158(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu7(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "object" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io167 = input => "string" === typeof input.$ref && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io168 = input => "string" === typeof input.$recursiveRef && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io169 = input => Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io170 = input => Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io171 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io172(input.discriminator)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io172 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping)); const _io173 = input => (null === input["default"] || undefined === input["default"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && "null" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io174 = input => null !== input.type && undefined === input.type && true && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io175 = input => Object.keys(input).every(key => {
|
|
10452
|
+
}); const _io159 = input => Array.isArray(input.type) && input.type.every(elem => "string" === elem || "number" === elem || "boolean" === elem || "object" === elem || "null" === elem || "integer" === elem || "array" === elem) && (null === input["default"] || undefined === input["default"] || Array.isArray(input["default"])) && (undefined === input["enum"] || Array.isArray(input["enum"])) && ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (null !== input.items && (undefined === input.items || (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu7(input.items)))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu7(input.additionalItems))) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io158(input.properties)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu7(input.additionalProperties))) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io172(input.discriminator)) && (Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && "string" === typeof input.$ref; const _io160 = input => ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io161 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io162 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum && (Math.floor(input.exclusiveMinimum) === input.exclusiveMinimum && -9223372036854776000 <= input.exclusiveMinimum && input.exclusiveMinimum <= 9223372036854776000) || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum && (Math.floor(input.exclusiveMaximum) === input.exclusiveMaximum && -9223372036854776000 <= input.exclusiveMaximum && input.exclusiveMaximum <= 9223372036854776000) || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io163 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io164 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io165 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.items && (undefined === input.items || (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu7(input.items)))) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu7(input.additionalItems))) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io166 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io158(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu7(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io167 = input => "string" === typeof input.$ref && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io168 = input => "string" === typeof input.$recursiveRef && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io169 = input => Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io170 = input => Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io171 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io172(input.discriminator)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io172 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping)); const _io173 = input => (null === input["default"] || undefined === input["default"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "null" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io174 = input => null !== input.type && undefined === input.type && true && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))); const _io175 = input => Object.keys(input).every(key => {
|
|
9768
10453
|
const value = input[key];
|
|
9769
10454
|
if (undefined === value)
|
|
9770
10455
|
return true;
|
|
@@ -9774,12 +10459,12 @@ class NestiaMigrateApplication {
|
|
|
9774
10459
|
if (undefined === value)
|
|
9775
10460
|
return true;
|
|
9776
10461
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu18(value);
|
|
9777
|
-
}); const _io179 = input => (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.externalValue || "string" === typeof input.externalValue); const _io180 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/examples\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io181 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io182 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io183 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu8(elem))) && (undefined === input.requestBody || "object" === typeof input.requestBody && null !== input.requestBody && false === Array.isArray(input.requestBody) && _iu19(input.requestBody)) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io188(input.responses)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io151(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated); const _io184 = input => (undefined === input.description || "string" === typeof input.description) && (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.content || "object" === typeof input.content && null !== input.content && false === Array.isArray(input.content) && _io185(input.content)); const _io185 = input => Object.keys(input).every(key => {
|
|
10462
|
+
}); const _io179 = input => (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.externalValue || "string" === typeof input.externalValue); const _io180 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/examples\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io181 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io182 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io183 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu8(elem))) && (undefined === input.requestBody || "object" === typeof input.requestBody && null !== input.requestBody && false === Array.isArray(input.requestBody) && _iu19(input.requestBody)) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io188(input.responses)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io151(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated); const _io184 = input => (undefined === input.description || "string" === typeof input.description) && (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.content || "object" === typeof input.content && null !== input.content && false === Array.isArray(input.content) && _io185(input.content)); const _io185 = input => Object.keys(input).every(key => {
|
|
9778
10463
|
const value = input[key];
|
|
9779
10464
|
if (undefined === value)
|
|
9780
10465
|
return true;
|
|
9781
10466
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io186(value);
|
|
9782
|
-
}); const _io186 = input => (undefined === input.schema || "object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu7(input.schema)) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io178(input.examples)); const _io187 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/requestBodies\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io188 = input => Object.keys(input).every(key => {
|
|
10467
|
+
}); const _io186 = input => (undefined === input.schema || "object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu7(input.schema)) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io178(input.examples)); const _io187 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/requestBodies\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io188 = input => Object.keys(input).every(key => {
|
|
9783
10468
|
const value = input[key];
|
|
9784
10469
|
if (undefined === value)
|
|
9785
10470
|
return true;
|
|
@@ -9789,7 +10474,7 @@ class NestiaMigrateApplication {
|
|
|
9789
10474
|
if (undefined === value)
|
|
9790
10475
|
return true;
|
|
9791
10476
|
return "object" === typeof value && null !== value && _iu21(value);
|
|
9792
|
-
}); const _io191 = input => (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io178(input.examples)) && ("object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu7(input.schema)) && (undefined === input.name || "string" === typeof input.name); const _io192 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/responses\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io193 = input => Object.keys(input).every(key => {
|
|
10477
|
+
}); const _io191 = input => (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io178(input.examples)) && ("object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu7(input.schema)) && (undefined === input.name || "string" === typeof input.name); const _io192 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/responses\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io193 = input => Object.keys(input).every(key => {
|
|
9793
10478
|
const value = input[key];
|
|
9794
10479
|
if (undefined === value)
|
|
9795
10480
|
return true;
|
|
@@ -9824,7 +10509,7 @@ class NestiaMigrateApplication {
|
|
|
9824
10509
|
if (undefined === value)
|
|
9825
10510
|
return true;
|
|
9826
10511
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu23(value);
|
|
9827
|
-
}); const _io209 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/pathItems\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io210 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description); const _iu0 = input => (() => {
|
|
10512
|
+
}); const _io209 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/pathItems\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io210 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description); const _iu0 = input => (() => {
|
|
9828
10513
|
if (undefined !== input["const"])
|
|
9829
10514
|
return _io9(input);
|
|
9830
10515
|
else if ("boolean" === input.type)
|
|
@@ -10432,6 +11117,14 @@ class NestiaMigrateApplication {
|
|
|
10432
11117
|
path: _path + ".examples",
|
|
10433
11118
|
expected: "(Record<string, any> | undefined)",
|
|
10434
11119
|
value: input.examples
|
|
11120
|
+
}), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
11121
|
+
path: _path + ".readOnly",
|
|
11122
|
+
expected: "(boolean | undefined)",
|
|
11123
|
+
value: input.readOnly
|
|
11124
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
11125
|
+
path: _path + ".writeOnly",
|
|
11126
|
+
expected: "(boolean | undefined)",
|
|
11127
|
+
value: input.writeOnly
|
|
10435
11128
|
})].every(flag => flag); const _vo10 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
10436
11129
|
const value = input[key];
|
|
10437
11130
|
if (undefined === value)
|
|
@@ -10465,6 +11158,14 @@ class NestiaMigrateApplication {
|
|
|
10465
11158
|
path: _path + ".examples",
|
|
10466
11159
|
expected: "(Record<string, any> | undefined)",
|
|
10467
11160
|
value: input.examples
|
|
11161
|
+
}), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
11162
|
+
path: _path + ".readOnly",
|
|
11163
|
+
expected: "(boolean | undefined)",
|
|
11164
|
+
value: input.readOnly
|
|
11165
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
11166
|
+
path: _path + ".writeOnly",
|
|
11167
|
+
expected: "(boolean | undefined)",
|
|
11168
|
+
value: input.writeOnly
|
|
10468
11169
|
})].every(flag => flag); const _vo12 = (input, _path, _exceptionable = true) => [undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000 || _report(_exceptionable, {
|
|
10469
11170
|
path: _path + "[\"default\"]",
|
|
10470
11171
|
expected: "number & Type<\"int64\">",
|
|
@@ -10533,6 +11234,14 @@ class NestiaMigrateApplication {
|
|
|
10533
11234
|
path: _path + ".examples",
|
|
10534
11235
|
expected: "(Record<string, any> | undefined)",
|
|
10535
11236
|
value: input.examples
|
|
11237
|
+
}), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
11238
|
+
path: _path + ".readOnly",
|
|
11239
|
+
expected: "(boolean | undefined)",
|
|
11240
|
+
value: input.readOnly
|
|
11241
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
11242
|
+
path: _path + ".writeOnly",
|
|
11243
|
+
expected: "(boolean | undefined)",
|
|
11244
|
+
value: input.writeOnly
|
|
10536
11245
|
})].every(flag => flag); const _vo13 = (input, _path, _exceptionable = true) => [undefined === input["default"] || "number" === typeof input["default"] || _report(_exceptionable, {
|
|
10537
11246
|
path: _path + "[\"default\"]",
|
|
10538
11247
|
expected: "(number | undefined)",
|
|
@@ -10585,6 +11294,14 @@ class NestiaMigrateApplication {
|
|
|
10585
11294
|
path: _path + ".examples",
|
|
10586
11295
|
expected: "(Record<string, any> | undefined)",
|
|
10587
11296
|
value: input.examples
|
|
11297
|
+
}), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
11298
|
+
path: _path + ".readOnly",
|
|
11299
|
+
expected: "(boolean | undefined)",
|
|
11300
|
+
value: input.readOnly
|
|
11301
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
11302
|
+
path: _path + ".writeOnly",
|
|
11303
|
+
expected: "(boolean | undefined)",
|
|
11304
|
+
value: input.writeOnly
|
|
10588
11305
|
})].every(flag => flag); const _vo14 = (input, _path, _exceptionable = true) => [undefined === input["default"] || "string" === typeof input["default"] || _report(_exceptionable, {
|
|
10589
11306
|
path: _path + "[\"default\"]",
|
|
10590
11307
|
expected: "(string | undefined)",
|
|
@@ -10641,6 +11358,14 @@ class NestiaMigrateApplication {
|
|
|
10641
11358
|
path: _path + ".examples",
|
|
10642
11359
|
expected: "(Record<string, any> | undefined)",
|
|
10643
11360
|
value: input.examples
|
|
11361
|
+
}), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
11362
|
+
path: _path + ".readOnly",
|
|
11363
|
+
expected: "(boolean | undefined)",
|
|
11364
|
+
value: input.readOnly
|
|
11365
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
11366
|
+
path: _path + ".writeOnly",
|
|
11367
|
+
expected: "(boolean | undefined)",
|
|
11368
|
+
value: input.writeOnly
|
|
10644
11369
|
})].every(flag => flag); const _vo15 = (input, _path, _exceptionable = true) => [("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || _report(_exceptionable, {
|
|
10645
11370
|
path: _path + ".items",
|
|
10646
11371
|
expected: "(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",
|
|
@@ -10693,6 +11418,14 @@ class NestiaMigrateApplication {
|
|
|
10693
11418
|
path: _path + ".examples",
|
|
10694
11419
|
expected: "(Record<string, any> | undefined)",
|
|
10695
11420
|
value: input.examples
|
|
11421
|
+
}), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
11422
|
+
path: _path + ".readOnly",
|
|
11423
|
+
expected: "(boolean | undefined)",
|
|
11424
|
+
value: input.readOnly
|
|
11425
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
11426
|
+
path: _path + ".writeOnly",
|
|
11427
|
+
expected: "(boolean | undefined)",
|
|
11428
|
+
value: input.writeOnly
|
|
10696
11429
|
})].every(flag => flag); const _vo16 = (input, _path, _exceptionable = true) => ["array" === input.type || _report(_exceptionable, {
|
|
10697
11430
|
path: _path + ".type",
|
|
10698
11431
|
expected: "\"array\"",
|
|
@@ -10765,6 +11498,14 @@ class NestiaMigrateApplication {
|
|
|
10765
11498
|
path: _path + ".examples",
|
|
10766
11499
|
expected: "(Record<string, any> | undefined)",
|
|
10767
11500
|
value: input.examples
|
|
11501
|
+
}), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
11502
|
+
path: _path + ".readOnly",
|
|
11503
|
+
expected: "(boolean | undefined)",
|
|
11504
|
+
value: input.readOnly
|
|
11505
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
11506
|
+
path: _path + ".writeOnly",
|
|
11507
|
+
expected: "(boolean | undefined)",
|
|
11508
|
+
value: input.writeOnly
|
|
10768
11509
|
})].every(flag => flag); const _vo17 = (input, _path, _exceptionable = true) => [undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || _report(_exceptionable, {
|
|
10769
11510
|
path: _path + ".properties",
|
|
10770
11511
|
expected: "(Record<string, OpenApi.IJsonSchema> | undefined)",
|
|
@@ -10821,6 +11562,14 @@ class NestiaMigrateApplication {
|
|
|
10821
11562
|
path: _path + ".examples",
|
|
10822
11563
|
expected: "(Record<string, any> | undefined)",
|
|
10823
11564
|
value: input.examples
|
|
11565
|
+
}), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
11566
|
+
path: _path + ".readOnly",
|
|
11567
|
+
expected: "(boolean | undefined)",
|
|
11568
|
+
value: input.readOnly
|
|
11569
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
11570
|
+
path: _path + ".writeOnly",
|
|
11571
|
+
expected: "(boolean | undefined)",
|
|
11572
|
+
value: input.writeOnly
|
|
10824
11573
|
})].every(flag => flag); const _vo18 = (input, _path, _exceptionable = true) => ["string" === typeof input.$ref || _report(_exceptionable, {
|
|
10825
11574
|
path: _path + ".$ref",
|
|
10826
11575
|
expected: "string",
|
|
@@ -10845,6 +11594,14 @@ class NestiaMigrateApplication {
|
|
|
10845
11594
|
path: _path + ".examples",
|
|
10846
11595
|
expected: "(Record<string, any> | undefined)",
|
|
10847
11596
|
value: input.examples
|
|
11597
|
+
}), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
11598
|
+
path: _path + ".readOnly",
|
|
11599
|
+
expected: "(boolean | undefined)",
|
|
11600
|
+
value: input.readOnly
|
|
11601
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
11602
|
+
path: _path + ".writeOnly",
|
|
11603
|
+
expected: "(boolean | undefined)",
|
|
11604
|
+
value: input.writeOnly
|
|
10848
11605
|
})].every(flag => flag); const _vo19 = (input, _path, _exceptionable = true) => [(Array.isArray(input.oneOf) || _report(_exceptionable, {
|
|
10849
11606
|
path: _path + ".oneOf",
|
|
10850
11607
|
expected: "Array<IConstant | IBoolean | IInteger | INumber | IString | IArray | ITuple | IObject | IReference<string> | INull | IUnknown>",
|
|
@@ -10889,6 +11646,14 @@ class NestiaMigrateApplication {
|
|
|
10889
11646
|
path: _path + ".examples",
|
|
10890
11647
|
expected: "(Record<string, any> | undefined)",
|
|
10891
11648
|
value: input.examples
|
|
11649
|
+
}), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
11650
|
+
path: _path + ".readOnly",
|
|
11651
|
+
expected: "(boolean | undefined)",
|
|
11652
|
+
value: input.readOnly
|
|
11653
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
11654
|
+
path: _path + ".writeOnly",
|
|
11655
|
+
expected: "(boolean | undefined)",
|
|
11656
|
+
value: input.writeOnly
|
|
10892
11657
|
})].every(flag => flag); const _vo20 = (input, _path, _exceptionable = true) => [null === input["default"] || undefined === input["default"] || _report(_exceptionable, {
|
|
10893
11658
|
path: _path + "[\"default\"]",
|
|
10894
11659
|
expected: "(null | undefined)",
|
|
@@ -10917,6 +11682,14 @@ class NestiaMigrateApplication {
|
|
|
10917
11682
|
path: _path + ".examples",
|
|
10918
11683
|
expected: "(Record<string, any> | undefined)",
|
|
10919
11684
|
value: input.examples
|
|
11685
|
+
}), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
11686
|
+
path: _path + ".readOnly",
|
|
11687
|
+
expected: "(boolean | undefined)",
|
|
11688
|
+
value: input.readOnly
|
|
11689
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
11690
|
+
path: _path + ".writeOnly",
|
|
11691
|
+
expected: "(boolean | undefined)",
|
|
11692
|
+
value: input.writeOnly
|
|
10920
11693
|
})].every(flag => flag); const _vo21 = (input, _path, _exceptionable = true) => [true, (null !== input.type || _report(_exceptionable, {
|
|
10921
11694
|
path: _path + ".type",
|
|
10922
11695
|
expected: "undefined",
|
|
@@ -10945,6 +11718,14 @@ class NestiaMigrateApplication {
|
|
|
10945
11718
|
path: _path + ".examples",
|
|
10946
11719
|
expected: "(Record<string, any> | undefined)",
|
|
10947
11720
|
value: input.examples
|
|
11721
|
+
}), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
11722
|
+
path: _path + ".readOnly",
|
|
11723
|
+
expected: "(boolean | undefined)",
|
|
11724
|
+
value: input.readOnly
|
|
11725
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
11726
|
+
path: _path + ".writeOnly",
|
|
11727
|
+
expected: "(boolean | undefined)",
|
|
11728
|
+
value: input.writeOnly
|
|
10948
11729
|
})].every(flag => flag); const _vo22 = (input, _path, _exceptionable = true) => ["string" === typeof input.propertyName || _report(_exceptionable, {
|
|
10949
11730
|
path: _path + ".propertyName",
|
|
10950
11731
|
expected: "string",
|
|
@@ -11788,7 +12569,15 @@ class NestiaMigrateApplication {
|
|
|
11788
12569
|
path: _path + ".deprecated",
|
|
11789
12570
|
expected: "(boolean | undefined)",
|
|
11790
12571
|
value: input.deprecated
|
|
11791
|
-
}), true, "boolean" === input.
|
|
12572
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
12573
|
+
path: _path + ".readOnly",
|
|
12574
|
+
expected: "(boolean | undefined)",
|
|
12575
|
+
value: input.readOnly
|
|
12576
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
12577
|
+
path: _path + ".writeOnly",
|
|
12578
|
+
expected: "(boolean | undefined)",
|
|
12579
|
+
value: input.writeOnly
|
|
12580
|
+
}), "boolean" === input.type || _report(_exceptionable, {
|
|
11792
12581
|
path: _path + ".type",
|
|
11793
12582
|
expected: "\"boolean\"",
|
|
11794
12583
|
value: input.type
|
|
@@ -11868,7 +12657,15 @@ class NestiaMigrateApplication {
|
|
|
11868
12657
|
path: _path + ".deprecated",
|
|
11869
12658
|
expected: "(boolean | undefined)",
|
|
11870
12659
|
value: input.deprecated
|
|
11871
|
-
}), true, "
|
|
12660
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
12661
|
+
path: _path + ".readOnly",
|
|
12662
|
+
expected: "(boolean | undefined)",
|
|
12663
|
+
value: input.readOnly
|
|
12664
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
12665
|
+
path: _path + ".writeOnly",
|
|
12666
|
+
expected: "(boolean | undefined)",
|
|
12667
|
+
value: input.writeOnly
|
|
12668
|
+
}), "integer" === input.type || _report(_exceptionable, {
|
|
11872
12669
|
path: _path + ".type",
|
|
11873
12670
|
expected: "\"integer\"",
|
|
11874
12671
|
value: input.type
|
|
@@ -11932,7 +12729,15 @@ class NestiaMigrateApplication {
|
|
|
11932
12729
|
path: _path + ".deprecated",
|
|
11933
12730
|
expected: "(boolean | undefined)",
|
|
11934
12731
|
value: input.deprecated
|
|
11935
|
-
}), true, "
|
|
12732
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
12733
|
+
path: _path + ".readOnly",
|
|
12734
|
+
expected: "(boolean | undefined)",
|
|
12735
|
+
value: input.readOnly
|
|
12736
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
12737
|
+
path: _path + ".writeOnly",
|
|
12738
|
+
expected: "(boolean | undefined)",
|
|
12739
|
+
value: input.writeOnly
|
|
12740
|
+
}), "number" === input.type || _report(_exceptionable, {
|
|
11936
12741
|
path: _path + ".type",
|
|
11937
12742
|
expected: "\"number\"",
|
|
11938
12743
|
value: input.type
|
|
@@ -11996,7 +12801,15 @@ class NestiaMigrateApplication {
|
|
|
11996
12801
|
path: _path + ".deprecated",
|
|
11997
12802
|
expected: "(boolean | undefined)",
|
|
11998
12803
|
value: input.deprecated
|
|
11999
|
-
}), true, "
|
|
12804
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
12805
|
+
path: _path + ".readOnly",
|
|
12806
|
+
expected: "(boolean | undefined)",
|
|
12807
|
+
value: input.readOnly
|
|
12808
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
12809
|
+
path: _path + ".writeOnly",
|
|
12810
|
+
expected: "(boolean | undefined)",
|
|
12811
|
+
value: input.writeOnly
|
|
12812
|
+
}), "string" === input.type || _report(_exceptionable, {
|
|
12000
12813
|
path: _path + ".type",
|
|
12001
12814
|
expected: "\"string\"",
|
|
12002
12815
|
value: input.type
|
|
@@ -12048,7 +12861,15 @@ class NestiaMigrateApplication {
|
|
|
12048
12861
|
path: _path + ".deprecated",
|
|
12049
12862
|
expected: "(boolean | undefined)",
|
|
12050
12863
|
value: input.deprecated
|
|
12051
|
-
}), true, "
|
|
12864
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
12865
|
+
path: _path + ".readOnly",
|
|
12866
|
+
expected: "(boolean | undefined)",
|
|
12867
|
+
value: input.readOnly
|
|
12868
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
12869
|
+
path: _path + ".writeOnly",
|
|
12870
|
+
expected: "(boolean | undefined)",
|
|
12871
|
+
value: input.writeOnly
|
|
12872
|
+
}), "array" === input.type || _report(_exceptionable, {
|
|
12052
12873
|
path: _path + ".type",
|
|
12053
12874
|
expected: "\"array\"",
|
|
12054
12875
|
value: input.type
|
|
@@ -12112,7 +12933,15 @@ class NestiaMigrateApplication {
|
|
|
12112
12933
|
path: _path + ".deprecated",
|
|
12113
12934
|
expected: "(boolean | undefined)",
|
|
12114
12935
|
value: input.deprecated
|
|
12115
|
-
}), true, "
|
|
12936
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
12937
|
+
path: _path + ".readOnly",
|
|
12938
|
+
expected: "(boolean | undefined)",
|
|
12939
|
+
value: input.readOnly
|
|
12940
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
12941
|
+
path: _path + ".writeOnly",
|
|
12942
|
+
expected: "(boolean | undefined)",
|
|
12943
|
+
value: input.writeOnly
|
|
12944
|
+
}), "object" === input.type || _report(_exceptionable, {
|
|
12116
12945
|
path: _path + ".type",
|
|
12117
12946
|
expected: "\"object\"",
|
|
12118
12947
|
value: input.type
|
|
@@ -12144,7 +12973,11 @@ class NestiaMigrateApplication {
|
|
|
12144
12973
|
path: _path + ".deprecated",
|
|
12145
12974
|
expected: "(boolean | undefined)",
|
|
12146
12975
|
value: input.deprecated
|
|
12147
|
-
}), true
|
|
12976
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
12977
|
+
path: _path + ".readOnly",
|
|
12978
|
+
expected: "(boolean | undefined)",
|
|
12979
|
+
value: input.readOnly
|
|
12980
|
+
})].every(flag => flag); const _vo60 = (input, _path, _exceptionable = true) => [(Array.isArray(input["x-anyOf"]) || _report(_exceptionable, {
|
|
12148
12981
|
path: _path + "[\"x-anyOf\"]",
|
|
12149
12982
|
expected: "Array<SwaggerV2.IJsonSchema>",
|
|
12150
12983
|
value: input["x-anyOf"]
|
|
@@ -12176,7 +13009,11 @@ class NestiaMigrateApplication {
|
|
|
12176
13009
|
path: _path + ".deprecated",
|
|
12177
13010
|
expected: "(boolean | undefined)",
|
|
12178
13011
|
value: input.deprecated
|
|
12179
|
-
}), true
|
|
13012
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13013
|
+
path: _path + ".readOnly",
|
|
13014
|
+
expected: "(boolean | undefined)",
|
|
13015
|
+
value: input.readOnly
|
|
13016
|
+
})].every(flag => flag); const _vo61 = (input, _path, _exceptionable = true) => [(Array.isArray(input["x-oneOf"]) || _report(_exceptionable, {
|
|
12180
13017
|
path: _path + "[\"x-oneOf\"]",
|
|
12181
13018
|
expected: "Array<SwaggerV2.IJsonSchema>",
|
|
12182
13019
|
value: input["x-oneOf"]
|
|
@@ -12208,7 +13045,11 @@ class NestiaMigrateApplication {
|
|
|
12208
13045
|
path: _path + ".deprecated",
|
|
12209
13046
|
expected: "(boolean | undefined)",
|
|
12210
13047
|
value: input.deprecated
|
|
12211
|
-
}), true
|
|
13048
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13049
|
+
path: _path + ".readOnly",
|
|
13050
|
+
expected: "(boolean | undefined)",
|
|
13051
|
+
value: input.readOnly
|
|
13052
|
+
})].every(flag => flag); const _vo62 = (input, _path, _exceptionable = true) => ["null" === input.type || _report(_exceptionable, {
|
|
12212
13053
|
path: _path + ".type",
|
|
12213
13054
|
expected: "\"null\"",
|
|
12214
13055
|
value: input.type
|
|
@@ -12232,7 +13073,11 @@ class NestiaMigrateApplication {
|
|
|
12232
13073
|
path: _path + ".deprecated",
|
|
12233
13074
|
expected: "(boolean | undefined)",
|
|
12234
13075
|
value: input.deprecated
|
|
12235
|
-
}), true
|
|
13076
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13077
|
+
path: _path + ".readOnly",
|
|
13078
|
+
expected: "(boolean | undefined)",
|
|
13079
|
+
value: input.readOnly
|
|
13080
|
+
})].every(flag => flag); const _vo63 = (input, _path, _exceptionable = true) => [(null !== input.type || _report(_exceptionable, {
|
|
12236
13081
|
path: _path + ".type",
|
|
12237
13082
|
expected: "undefined",
|
|
12238
13083
|
value: input.type
|
|
@@ -12256,7 +13101,11 @@ class NestiaMigrateApplication {
|
|
|
12256
13101
|
path: _path + ".deprecated",
|
|
12257
13102
|
expected: "(boolean | undefined)",
|
|
12258
13103
|
value: input.deprecated
|
|
12259
|
-
}), true
|
|
13104
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13105
|
+
path: _path + ".readOnly",
|
|
13106
|
+
expected: "(boolean | undefined)",
|
|
13107
|
+
value: input.readOnly
|
|
13108
|
+
})].every(flag => flag); const _vo64 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
12260
13109
|
const value = input[key];
|
|
12261
13110
|
if (undefined === value)
|
|
12262
13111
|
return true;
|
|
@@ -12297,7 +13146,15 @@ class NestiaMigrateApplication {
|
|
|
12297
13146
|
path: _path + ".deprecated",
|
|
12298
13147
|
expected: "(boolean | undefined)",
|
|
12299
13148
|
value: input.deprecated
|
|
12300
|
-
}), true, "boolean" === input.
|
|
13149
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13150
|
+
path: _path + ".readOnly",
|
|
13151
|
+
expected: "(boolean | undefined)",
|
|
13152
|
+
value: input.readOnly
|
|
13153
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
13154
|
+
path: _path + ".writeOnly",
|
|
13155
|
+
expected: "(boolean | undefined)",
|
|
13156
|
+
value: input.writeOnly
|
|
13157
|
+
}), "boolean" === input.type || _report(_exceptionable, {
|
|
12301
13158
|
path: _path + ".type",
|
|
12302
13159
|
expected: "\"boolean\"",
|
|
12303
13160
|
value: input.type
|
|
@@ -12385,7 +13242,15 @@ class NestiaMigrateApplication {
|
|
|
12385
13242
|
path: _path + ".deprecated",
|
|
12386
13243
|
expected: "(boolean | undefined)",
|
|
12387
13244
|
value: input.deprecated
|
|
12388
|
-
}), true, "
|
|
13245
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13246
|
+
path: _path + ".readOnly",
|
|
13247
|
+
expected: "(boolean | undefined)",
|
|
13248
|
+
value: input.readOnly
|
|
13249
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
13250
|
+
path: _path + ".writeOnly",
|
|
13251
|
+
expected: "(boolean | undefined)",
|
|
13252
|
+
value: input.writeOnly
|
|
13253
|
+
}), "integer" === input.type || _report(_exceptionable, {
|
|
12389
13254
|
path: _path + ".type",
|
|
12390
13255
|
expected: "\"integer\"",
|
|
12391
13256
|
value: input.type
|
|
@@ -12457,7 +13322,15 @@ class NestiaMigrateApplication {
|
|
|
12457
13322
|
path: _path + ".deprecated",
|
|
12458
13323
|
expected: "(boolean | undefined)",
|
|
12459
13324
|
value: input.deprecated
|
|
12460
|
-
}), true, "
|
|
13325
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13326
|
+
path: _path + ".readOnly",
|
|
13327
|
+
expected: "(boolean | undefined)",
|
|
13328
|
+
value: input.readOnly
|
|
13329
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
13330
|
+
path: _path + ".writeOnly",
|
|
13331
|
+
expected: "(boolean | undefined)",
|
|
13332
|
+
value: input.writeOnly
|
|
13333
|
+
}), "number" === input.type || _report(_exceptionable, {
|
|
12461
13334
|
path: _path + ".type",
|
|
12462
13335
|
expected: "\"number\"",
|
|
12463
13336
|
value: input.type
|
|
@@ -12529,7 +13402,15 @@ class NestiaMigrateApplication {
|
|
|
12529
13402
|
path: _path + ".deprecated",
|
|
12530
13403
|
expected: "(boolean | undefined)",
|
|
12531
13404
|
value: input.deprecated
|
|
12532
|
-
}), true, "
|
|
13405
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13406
|
+
path: _path + ".readOnly",
|
|
13407
|
+
expected: "(boolean | undefined)",
|
|
13408
|
+
value: input.readOnly
|
|
13409
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
13410
|
+
path: _path + ".writeOnly",
|
|
13411
|
+
expected: "(boolean | undefined)",
|
|
13412
|
+
value: input.writeOnly
|
|
13413
|
+
}), "string" === input.type || _report(_exceptionable, {
|
|
12533
13414
|
path: _path + ".type",
|
|
12534
13415
|
expected: "\"string\"",
|
|
12535
13416
|
value: input.type
|
|
@@ -12589,7 +13470,15 @@ class NestiaMigrateApplication {
|
|
|
12589
13470
|
path: _path + ".deprecated",
|
|
12590
13471
|
expected: "(boolean | undefined)",
|
|
12591
13472
|
value: input.deprecated
|
|
12592
|
-
}), true, "
|
|
13473
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13474
|
+
path: _path + ".readOnly",
|
|
13475
|
+
expected: "(boolean | undefined)",
|
|
13476
|
+
value: input.readOnly
|
|
13477
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
13478
|
+
path: _path + ".writeOnly",
|
|
13479
|
+
expected: "(boolean | undefined)",
|
|
13480
|
+
value: input.writeOnly
|
|
13481
|
+
}), "array" === input.type || _report(_exceptionable, {
|
|
12593
13482
|
path: _path + ".type",
|
|
12594
13483
|
expected: "\"array\"",
|
|
12595
13484
|
value: input.type
|
|
@@ -12661,7 +13550,15 @@ class NestiaMigrateApplication {
|
|
|
12661
13550
|
path: _path + ".deprecated",
|
|
12662
13551
|
expected: "(boolean | undefined)",
|
|
12663
13552
|
value: input.deprecated
|
|
12664
|
-
}), true, "
|
|
13553
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13554
|
+
path: _path + ".readOnly",
|
|
13555
|
+
expected: "(boolean | undefined)",
|
|
13556
|
+
value: input.readOnly
|
|
13557
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
13558
|
+
path: _path + ".writeOnly",
|
|
13559
|
+
expected: "(boolean | undefined)",
|
|
13560
|
+
value: input.writeOnly
|
|
13561
|
+
}), "object" === input.type || _report(_exceptionable, {
|
|
12665
13562
|
path: _path + ".type",
|
|
12666
13563
|
expected: "\"object\"",
|
|
12667
13564
|
value: input.type
|
|
@@ -12701,7 +13598,11 @@ class NestiaMigrateApplication {
|
|
|
12701
13598
|
path: _path + ".deprecated",
|
|
12702
13599
|
expected: "(boolean | undefined)",
|
|
12703
13600
|
value: input.deprecated
|
|
12704
|
-
}), true, "
|
|
13601
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13602
|
+
path: _path + ".readOnly",
|
|
13603
|
+
expected: "(boolean | undefined)",
|
|
13604
|
+
value: input.readOnly
|
|
13605
|
+
}), "string" === typeof input.name || _report(_exceptionable, {
|
|
12705
13606
|
path: _path + ".name",
|
|
12706
13607
|
expected: "string",
|
|
12707
13608
|
value: input.name
|
|
@@ -12741,7 +13642,11 @@ class NestiaMigrateApplication {
|
|
|
12741
13642
|
path: _path + ".deprecated",
|
|
12742
13643
|
expected: "(boolean | undefined)",
|
|
12743
13644
|
value: input.deprecated
|
|
12744
|
-
}), true, "
|
|
13645
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13646
|
+
path: _path + ".readOnly",
|
|
13647
|
+
expected: "(boolean | undefined)",
|
|
13648
|
+
value: input.readOnly
|
|
13649
|
+
}), "string" === typeof input.name || _report(_exceptionable, {
|
|
12745
13650
|
path: _path + ".name",
|
|
12746
13651
|
expected: "string",
|
|
12747
13652
|
value: input.name
|
|
@@ -12781,7 +13686,11 @@ class NestiaMigrateApplication {
|
|
|
12781
13686
|
path: _path + ".deprecated",
|
|
12782
13687
|
expected: "(boolean | undefined)",
|
|
12783
13688
|
value: input.deprecated
|
|
12784
|
-
}), true, "
|
|
13689
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13690
|
+
path: _path + ".readOnly",
|
|
13691
|
+
expected: "(boolean | undefined)",
|
|
13692
|
+
value: input.readOnly
|
|
13693
|
+
}), "string" === typeof input.name || _report(_exceptionable, {
|
|
12785
13694
|
path: _path + ".name",
|
|
12786
13695
|
expected: "string",
|
|
12787
13696
|
value: input.name
|
|
@@ -12813,7 +13722,11 @@ class NestiaMigrateApplication {
|
|
|
12813
13722
|
path: _path + ".deprecated",
|
|
12814
13723
|
expected: "(boolean | undefined)",
|
|
12815
13724
|
value: input.deprecated
|
|
12816
|
-
}), true, "
|
|
13725
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13726
|
+
path: _path + ".readOnly",
|
|
13727
|
+
expected: "(boolean | undefined)",
|
|
13728
|
+
value: input.readOnly
|
|
13729
|
+
}), "string" === typeof input.name || _report(_exceptionable, {
|
|
12817
13730
|
path: _path + ".name",
|
|
12818
13731
|
expected: "string",
|
|
12819
13732
|
value: input.name
|
|
@@ -12845,7 +13758,11 @@ class NestiaMigrateApplication {
|
|
|
12845
13758
|
path: _path + ".deprecated",
|
|
12846
13759
|
expected: "(boolean | undefined)",
|
|
12847
13760
|
value: input.deprecated
|
|
12848
|
-
}), true, "
|
|
13761
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13762
|
+
path: _path + ".readOnly",
|
|
13763
|
+
expected: "(boolean | undefined)",
|
|
13764
|
+
value: input.readOnly
|
|
13765
|
+
}), "string" === typeof input.name || _report(_exceptionable, {
|
|
12849
13766
|
path: _path + ".name",
|
|
12850
13767
|
expected: "string",
|
|
12851
13768
|
value: input.name
|
|
@@ -13164,7 +14081,11 @@ class NestiaMigrateApplication {
|
|
|
13164
14081
|
path: _path + ".deprecated",
|
|
13165
14082
|
expected: "(boolean | undefined)",
|
|
13166
14083
|
value: input.deprecated
|
|
13167
|
-
}), true
|
|
14084
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14085
|
+
path: _path + ".readOnly",
|
|
14086
|
+
expected: "(boolean | undefined)",
|
|
14087
|
+
value: input.readOnly
|
|
14088
|
+
})].every(flag => flag); const _vo89 = (input, _path, _exceptionable = true) => [undefined === input.operationId || "string" === typeof input.operationId || _report(_exceptionable, {
|
|
13168
14089
|
path: _path + ".operationId",
|
|
13169
14090
|
expected: "(string | undefined)",
|
|
13170
14091
|
value: input.operationId
|
|
@@ -13252,7 +14173,11 @@ class NestiaMigrateApplication {
|
|
|
13252
14173
|
path: _path + ".deprecated",
|
|
13253
14174
|
expected: "(boolean | undefined)",
|
|
13254
14175
|
value: input.deprecated
|
|
13255
|
-
}), true
|
|
14176
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14177
|
+
path: _path + ".readOnly",
|
|
14178
|
+
expected: "(boolean | undefined)",
|
|
14179
|
+
value: input.readOnly
|
|
14180
|
+
})].every(flag => flag); const _vo91 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
13256
14181
|
const value = input[key];
|
|
13257
14182
|
if (undefined === value)
|
|
13258
14183
|
return true;
|
|
@@ -13285,7 +14210,11 @@ class NestiaMigrateApplication {
|
|
|
13285
14210
|
path: _path + ".deprecated",
|
|
13286
14211
|
expected: "(boolean | undefined)",
|
|
13287
14212
|
value: input.deprecated
|
|
13288
|
-
}), true
|
|
14213
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14214
|
+
path: _path + ".readOnly",
|
|
14215
|
+
expected: "(boolean | undefined)",
|
|
14216
|
+
value: input.readOnly
|
|
14217
|
+
})].every(flag => flag); const _vo93 = (input, _path, _exceptionable = true) => ["string" === typeof input.name || _report(_exceptionable, {
|
|
13289
14218
|
path: _path + ".name",
|
|
13290
14219
|
expected: "string",
|
|
13291
14220
|
value: input.name
|
|
@@ -13579,7 +14508,15 @@ class NestiaMigrateApplication {
|
|
|
13579
14508
|
path: _path + ".deprecated",
|
|
13580
14509
|
expected: "(boolean | undefined)",
|
|
13581
14510
|
value: input.deprecated
|
|
13582
|
-
}), true, "boolean" === input.
|
|
14511
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14512
|
+
path: _path + ".readOnly",
|
|
14513
|
+
expected: "(boolean | undefined)",
|
|
14514
|
+
value: input.readOnly
|
|
14515
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
14516
|
+
path: _path + ".writeOnly",
|
|
14517
|
+
expected: "(boolean | undefined)",
|
|
14518
|
+
value: input.writeOnly
|
|
14519
|
+
}), "boolean" === input.type || _report(_exceptionable, {
|
|
13583
14520
|
path: _path + ".type",
|
|
13584
14521
|
expected: "\"boolean\"",
|
|
13585
14522
|
value: input.type
|
|
@@ -13667,7 +14604,15 @@ class NestiaMigrateApplication {
|
|
|
13667
14604
|
path: _path + ".deprecated",
|
|
13668
14605
|
expected: "(boolean | undefined)",
|
|
13669
14606
|
value: input.deprecated
|
|
13670
|
-
}), true, "
|
|
14607
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14608
|
+
path: _path + ".readOnly",
|
|
14609
|
+
expected: "(boolean | undefined)",
|
|
14610
|
+
value: input.readOnly
|
|
14611
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
14612
|
+
path: _path + ".writeOnly",
|
|
14613
|
+
expected: "(boolean | undefined)",
|
|
14614
|
+
value: input.writeOnly
|
|
14615
|
+
}), "integer" === input.type || _report(_exceptionable, {
|
|
13671
14616
|
path: _path + ".type",
|
|
13672
14617
|
expected: "\"integer\"",
|
|
13673
14618
|
value: input.type
|
|
@@ -13739,7 +14684,15 @@ class NestiaMigrateApplication {
|
|
|
13739
14684
|
path: _path + ".deprecated",
|
|
13740
14685
|
expected: "(boolean | undefined)",
|
|
13741
14686
|
value: input.deprecated
|
|
13742
|
-
}), true, "
|
|
14687
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14688
|
+
path: _path + ".readOnly",
|
|
14689
|
+
expected: "(boolean | undefined)",
|
|
14690
|
+
value: input.readOnly
|
|
14691
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
14692
|
+
path: _path + ".writeOnly",
|
|
14693
|
+
expected: "(boolean | undefined)",
|
|
14694
|
+
value: input.writeOnly
|
|
14695
|
+
}), "number" === input.type || _report(_exceptionable, {
|
|
13743
14696
|
path: _path + ".type",
|
|
13744
14697
|
expected: "\"number\"",
|
|
13745
14698
|
value: input.type
|
|
@@ -13811,7 +14764,15 @@ class NestiaMigrateApplication {
|
|
|
13811
14764
|
path: _path + ".deprecated",
|
|
13812
14765
|
expected: "(boolean | undefined)",
|
|
13813
14766
|
value: input.deprecated
|
|
13814
|
-
}), true, "
|
|
14767
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14768
|
+
path: _path + ".readOnly",
|
|
14769
|
+
expected: "(boolean | undefined)",
|
|
14770
|
+
value: input.readOnly
|
|
14771
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
14772
|
+
path: _path + ".writeOnly",
|
|
14773
|
+
expected: "(boolean | undefined)",
|
|
14774
|
+
value: input.writeOnly
|
|
14775
|
+
}), "string" === input.type || _report(_exceptionable, {
|
|
13815
14776
|
path: _path + ".type",
|
|
13816
14777
|
expected: "\"string\"",
|
|
13817
14778
|
value: input.type
|
|
@@ -13871,7 +14832,15 @@ class NestiaMigrateApplication {
|
|
|
13871
14832
|
path: _path + ".deprecated",
|
|
13872
14833
|
expected: "(boolean | undefined)",
|
|
13873
14834
|
value: input.deprecated
|
|
13874
|
-
}), true, "
|
|
14835
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14836
|
+
path: _path + ".readOnly",
|
|
14837
|
+
expected: "(boolean | undefined)",
|
|
14838
|
+
value: input.readOnly
|
|
14839
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
14840
|
+
path: _path + ".writeOnly",
|
|
14841
|
+
expected: "(boolean | undefined)",
|
|
14842
|
+
value: input.writeOnly
|
|
14843
|
+
}), "array" === input.type || _report(_exceptionable, {
|
|
13875
14844
|
path: _path + ".type",
|
|
13876
14845
|
expected: "\"array\"",
|
|
13877
14846
|
value: input.type
|
|
@@ -13943,7 +14912,15 @@ class NestiaMigrateApplication {
|
|
|
13943
14912
|
path: _path + ".deprecated",
|
|
13944
14913
|
expected: "(boolean | undefined)",
|
|
13945
14914
|
value: input.deprecated
|
|
13946
|
-
}), true, "
|
|
14915
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14916
|
+
path: _path + ".readOnly",
|
|
14917
|
+
expected: "(boolean | undefined)",
|
|
14918
|
+
value: input.readOnly
|
|
14919
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
14920
|
+
path: _path + ".writeOnly",
|
|
14921
|
+
expected: "(boolean | undefined)",
|
|
14922
|
+
value: input.writeOnly
|
|
14923
|
+
}), "object" === input.type || _report(_exceptionable, {
|
|
13947
14924
|
path: _path + ".type",
|
|
13948
14925
|
expected: "\"object\"",
|
|
13949
14926
|
value: input.type
|
|
@@ -13987,7 +14964,15 @@ class NestiaMigrateApplication {
|
|
|
13987
14964
|
path: _path + ".deprecated",
|
|
13988
14965
|
expected: "(boolean | undefined)",
|
|
13989
14966
|
value: input.deprecated
|
|
13990
|
-
}), true
|
|
14967
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14968
|
+
path: _path + ".readOnly",
|
|
14969
|
+
expected: "(boolean | undefined)",
|
|
14970
|
+
value: input.readOnly
|
|
14971
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
14972
|
+
path: _path + ".writeOnly",
|
|
14973
|
+
expected: "(boolean | undefined)",
|
|
14974
|
+
value: input.writeOnly
|
|
14975
|
+
})].every(flag => flag); const _vo110 = (input, _path, _exceptionable = true) => [(Array.isArray(input.allOf) || _report(_exceptionable, {
|
|
13991
14976
|
path: _path + ".allOf",
|
|
13992
14977
|
expected: "Array<OpenApiV3.IJsonSchema>",
|
|
13993
14978
|
value: input.allOf
|
|
@@ -14027,7 +15012,15 @@ class NestiaMigrateApplication {
|
|
|
14027
15012
|
path: _path + ".deprecated",
|
|
14028
15013
|
expected: "(boolean | undefined)",
|
|
14029
15014
|
value: input.deprecated
|
|
14030
|
-
}), true
|
|
15015
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15016
|
+
path: _path + ".readOnly",
|
|
15017
|
+
expected: "(boolean | undefined)",
|
|
15018
|
+
value: input.readOnly
|
|
15019
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
15020
|
+
path: _path + ".writeOnly",
|
|
15021
|
+
expected: "(boolean | undefined)",
|
|
15022
|
+
value: input.writeOnly
|
|
15023
|
+
})].every(flag => flag); const _vo111 = (input, _path, _exceptionable = true) => [(Array.isArray(input.anyOf) || _report(_exceptionable, {
|
|
14031
15024
|
path: _path + ".anyOf",
|
|
14032
15025
|
expected: "Array<OpenApiV3.IJsonSchema>",
|
|
14033
15026
|
value: input.anyOf
|
|
@@ -14067,7 +15060,15 @@ class NestiaMigrateApplication {
|
|
|
14067
15060
|
path: _path + ".deprecated",
|
|
14068
15061
|
expected: "(boolean | undefined)",
|
|
14069
15062
|
value: input.deprecated
|
|
14070
|
-
}), true
|
|
15063
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15064
|
+
path: _path + ".readOnly",
|
|
15065
|
+
expected: "(boolean | undefined)",
|
|
15066
|
+
value: input.readOnly
|
|
15067
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
15068
|
+
path: _path + ".writeOnly",
|
|
15069
|
+
expected: "(boolean | undefined)",
|
|
15070
|
+
value: input.writeOnly
|
|
15071
|
+
})].every(flag => flag); const _vo112 = (input, _path, _exceptionable = true) => [(Array.isArray(input.oneOf) || _report(_exceptionable, {
|
|
14071
15072
|
path: _path + ".oneOf",
|
|
14072
15073
|
expected: "Array<OpenApiV3.IJsonSchema>",
|
|
14073
15074
|
value: input.oneOf
|
|
@@ -14115,7 +15116,15 @@ class NestiaMigrateApplication {
|
|
|
14115
15116
|
path: _path + ".deprecated",
|
|
14116
15117
|
expected: "(boolean | undefined)",
|
|
14117
15118
|
value: input.deprecated
|
|
14118
|
-
}), true
|
|
15119
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15120
|
+
path: _path + ".readOnly",
|
|
15121
|
+
expected: "(boolean | undefined)",
|
|
15122
|
+
value: input.readOnly
|
|
15123
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
15124
|
+
path: _path + ".writeOnly",
|
|
15125
|
+
expected: "(boolean | undefined)",
|
|
15126
|
+
value: input.writeOnly
|
|
15127
|
+
})].every(flag => flag); const _vo113 = (input, _path, _exceptionable = true) => ["string" === typeof input.propertyName || _report(_exceptionable, {
|
|
14119
15128
|
path: _path + ".propertyName",
|
|
14120
15129
|
expected: "string",
|
|
14121
15130
|
value: input.propertyName
|
|
@@ -14143,7 +15152,15 @@ class NestiaMigrateApplication {
|
|
|
14143
15152
|
path: _path + ".deprecated",
|
|
14144
15153
|
expected: "(boolean | undefined)",
|
|
14145
15154
|
value: input.deprecated
|
|
14146
|
-
}), true, "
|
|
15155
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15156
|
+
path: _path + ".readOnly",
|
|
15157
|
+
expected: "(boolean | undefined)",
|
|
15158
|
+
value: input.readOnly
|
|
15159
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
15160
|
+
path: _path + ".writeOnly",
|
|
15161
|
+
expected: "(boolean | undefined)",
|
|
15162
|
+
value: input.writeOnly
|
|
15163
|
+
}), "null" === input.type || _report(_exceptionable, {
|
|
14147
15164
|
path: _path + ".type",
|
|
14148
15165
|
expected: "\"null\"",
|
|
14149
15166
|
value: input.type
|
|
@@ -14171,7 +15188,15 @@ class NestiaMigrateApplication {
|
|
|
14171
15188
|
path: _path + ".deprecated",
|
|
14172
15189
|
expected: "(boolean | undefined)",
|
|
14173
15190
|
value: input.deprecated
|
|
14174
|
-
}), true,
|
|
15191
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15192
|
+
path: _path + ".readOnly",
|
|
15193
|
+
expected: "(boolean | undefined)",
|
|
15194
|
+
value: input.readOnly
|
|
15195
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
15196
|
+
path: _path + ".writeOnly",
|
|
15197
|
+
expected: "(boolean | undefined)",
|
|
15198
|
+
value: input.writeOnly
|
|
15199
|
+
}), (null !== input.type || _report(_exceptionable, {
|
|
14175
15200
|
path: _path + ".type",
|
|
14176
15201
|
expected: "undefined",
|
|
14177
15202
|
value: input.type
|
|
@@ -14306,7 +15331,15 @@ class NestiaMigrateApplication {
|
|
|
14306
15331
|
path: _path + ".deprecated",
|
|
14307
15332
|
expected: "(boolean | undefined)",
|
|
14308
15333
|
value: input.deprecated
|
|
14309
|
-
}), true
|
|
15334
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15335
|
+
path: _path + ".readOnly",
|
|
15336
|
+
expected: "(boolean | undefined)",
|
|
15337
|
+
value: input.readOnly
|
|
15338
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
15339
|
+
path: _path + ".writeOnly",
|
|
15340
|
+
expected: "(boolean | undefined)",
|
|
15341
|
+
value: input.writeOnly
|
|
15342
|
+
})].every(flag => flag); const _vo123 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
14310
15343
|
const value = input[key];
|
|
14311
15344
|
if (undefined === value)
|
|
14312
15345
|
return true;
|
|
@@ -14375,7 +15408,15 @@ class NestiaMigrateApplication {
|
|
|
14375
15408
|
path: _path + ".deprecated",
|
|
14376
15409
|
expected: "(boolean | undefined)",
|
|
14377
15410
|
value: input.deprecated
|
|
14378
|
-
}), true
|
|
15411
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15412
|
+
path: _path + ".readOnly",
|
|
15413
|
+
expected: "(boolean | undefined)",
|
|
15414
|
+
value: input.readOnly
|
|
15415
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
15416
|
+
path: _path + ".writeOnly",
|
|
15417
|
+
expected: "(boolean | undefined)",
|
|
15418
|
+
value: input.writeOnly
|
|
15419
|
+
})].every(flag => flag); const _vo126 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
14379
15420
|
const value = input[key];
|
|
14380
15421
|
if (undefined === value)
|
|
14381
15422
|
return true;
|
|
@@ -14789,7 +15830,15 @@ class NestiaMigrateApplication {
|
|
|
14789
15830
|
path: _path + ".deprecated",
|
|
14790
15831
|
expected: "(boolean | undefined)",
|
|
14791
15832
|
value: input.deprecated
|
|
14792
|
-
}), true
|
|
15833
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15834
|
+
path: _path + ".readOnly",
|
|
15835
|
+
expected: "(boolean | undefined)",
|
|
15836
|
+
value: input.readOnly
|
|
15837
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
15838
|
+
path: _path + ".writeOnly",
|
|
15839
|
+
expected: "(boolean | undefined)",
|
|
15840
|
+
value: input.writeOnly
|
|
15841
|
+
})].every(flag => flag); const _vo145 = (input, _path, _exceptionable = true) => [undefined === input.operationId || "string" === typeof input.operationId || _report(_exceptionable, {
|
|
14793
15842
|
path: _path + ".operationId",
|
|
14794
15843
|
expected: "(string | undefined)",
|
|
14795
15844
|
value: input.operationId
|
|
@@ -14909,7 +15958,15 @@ class NestiaMigrateApplication {
|
|
|
14909
15958
|
path: _path + ".deprecated",
|
|
14910
15959
|
expected: "(boolean | undefined)",
|
|
14911
15960
|
value: input.deprecated
|
|
14912
|
-
}), true
|
|
15961
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15962
|
+
path: _path + ".readOnly",
|
|
15963
|
+
expected: "(boolean | undefined)",
|
|
15964
|
+
value: input.readOnly
|
|
15965
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
15966
|
+
path: _path + ".writeOnly",
|
|
15967
|
+
expected: "(boolean | undefined)",
|
|
15968
|
+
value: input.writeOnly
|
|
15969
|
+
})].every(flag => flag); const _vo147 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
14913
15970
|
const value = input[key];
|
|
14914
15971
|
if (undefined === value)
|
|
14915
15972
|
return true;
|
|
@@ -14950,7 +16007,15 @@ class NestiaMigrateApplication {
|
|
|
14950
16007
|
path: _path + ".deprecated",
|
|
14951
16008
|
expected: "(boolean | undefined)",
|
|
14952
16009
|
value: input.deprecated
|
|
14953
|
-
}), true
|
|
16010
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
16011
|
+
path: _path + ".readOnly",
|
|
16012
|
+
expected: "(boolean | undefined)",
|
|
16013
|
+
value: input.readOnly
|
|
16014
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
16015
|
+
path: _path + ".writeOnly",
|
|
16016
|
+
expected: "(boolean | undefined)",
|
|
16017
|
+
value: input.writeOnly
|
|
16018
|
+
})].every(flag => flag); const _vo149 = (input, _path, _exceptionable = true) => ["string" === typeof input.name || _report(_exceptionable, {
|
|
14954
16019
|
path: _path + ".name",
|
|
14955
16020
|
expected: "string",
|
|
14956
16021
|
value: input.name
|
|
@@ -15284,7 +16349,15 @@ class NestiaMigrateApplication {
|
|
|
15284
16349
|
path: _path + ".deprecated",
|
|
15285
16350
|
expected: "(boolean | undefined)",
|
|
15286
16351
|
value: input.deprecated
|
|
15287
|
-
}), true, undefined === input.
|
|
16352
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
16353
|
+
path: _path + ".readOnly",
|
|
16354
|
+
expected: "(boolean | undefined)",
|
|
16355
|
+
value: input.readOnly
|
|
16356
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
16357
|
+
path: _path + ".writeOnly",
|
|
16358
|
+
expected: "(boolean | undefined)",
|
|
16359
|
+
value: input.writeOnly
|
|
16360
|
+
}), undefined === input.minimum || "number" === typeof input.minimum || _report(_exceptionable, {
|
|
15288
16361
|
path: _path + ".minimum",
|
|
15289
16362
|
expected: "(number | undefined)",
|
|
15290
16363
|
value: input.minimum
|
|
@@ -15536,7 +16609,15 @@ class NestiaMigrateApplication {
|
|
|
15536
16609
|
path: _path + ".deprecated",
|
|
15537
16610
|
expected: "(boolean | undefined)",
|
|
15538
16611
|
value: input.deprecated
|
|
15539
|
-
}), true
|
|
16612
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
16613
|
+
path: _path + ".readOnly",
|
|
16614
|
+
expected: "(boolean | undefined)",
|
|
16615
|
+
value: input.readOnly
|
|
16616
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
16617
|
+
path: _path + ".writeOnly",
|
|
16618
|
+
expected: "(boolean | undefined)",
|
|
16619
|
+
value: input.writeOnly
|
|
16620
|
+
})].every(flag => flag); const _vo161 = (input, _path, _exceptionable = true) => [undefined === input.nullable || "boolean" === typeof input.nullable || _report(_exceptionable, {
|
|
15540
16621
|
path: _path + ".nullable",
|
|
15541
16622
|
expected: "(boolean | undefined)",
|
|
15542
16623
|
value: input.nullable
|
|
@@ -15568,7 +16649,15 @@ class NestiaMigrateApplication {
|
|
|
15568
16649
|
path: _path + ".deprecated",
|
|
15569
16650
|
expected: "(boolean | undefined)",
|
|
15570
16651
|
value: input.deprecated
|
|
15571
|
-
}), true, "boolean" === input.
|
|
16652
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
16653
|
+
path: _path + ".readOnly",
|
|
16654
|
+
expected: "(boolean | undefined)",
|
|
16655
|
+
value: input.readOnly
|
|
16656
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
16657
|
+
path: _path + ".writeOnly",
|
|
16658
|
+
expected: "(boolean | undefined)",
|
|
16659
|
+
value: input.writeOnly
|
|
16660
|
+
}), "boolean" === input.type || _report(_exceptionable, {
|
|
15572
16661
|
path: _path + ".type",
|
|
15573
16662
|
expected: "\"boolean\"",
|
|
15574
16663
|
value: input.type
|
|
@@ -15664,7 +16753,15 @@ class NestiaMigrateApplication {
|
|
|
15664
16753
|
path: _path + ".deprecated",
|
|
15665
16754
|
expected: "(boolean | undefined)",
|
|
15666
16755
|
value: input.deprecated
|
|
15667
|
-
}), true, "
|
|
16756
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
16757
|
+
path: _path + ".readOnly",
|
|
16758
|
+
expected: "(boolean | undefined)",
|
|
16759
|
+
value: input.readOnly
|
|
16760
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
16761
|
+
path: _path + ".writeOnly",
|
|
16762
|
+
expected: "(boolean | undefined)",
|
|
16763
|
+
value: input.writeOnly
|
|
16764
|
+
}), "integer" === input.type || _report(_exceptionable, {
|
|
15668
16765
|
path: _path + ".type",
|
|
15669
16766
|
expected: "\"integer\"",
|
|
15670
16767
|
value: input.type
|
|
@@ -15736,7 +16833,15 @@ class NestiaMigrateApplication {
|
|
|
15736
16833
|
path: _path + ".deprecated",
|
|
15737
16834
|
expected: "(boolean | undefined)",
|
|
15738
16835
|
value: input.deprecated
|
|
15739
|
-
}), true, "
|
|
16836
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
16837
|
+
path: _path + ".readOnly",
|
|
16838
|
+
expected: "(boolean | undefined)",
|
|
16839
|
+
value: input.readOnly
|
|
16840
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
16841
|
+
path: _path + ".writeOnly",
|
|
16842
|
+
expected: "(boolean | undefined)",
|
|
16843
|
+
value: input.writeOnly
|
|
16844
|
+
}), "number" === input.type || _report(_exceptionable, {
|
|
15740
16845
|
path: _path + ".type",
|
|
15741
16846
|
expected: "\"number\"",
|
|
15742
16847
|
value: input.type
|
|
@@ -15812,7 +16917,15 @@ class NestiaMigrateApplication {
|
|
|
15812
16917
|
path: _path + ".deprecated",
|
|
15813
16918
|
expected: "(boolean | undefined)",
|
|
15814
16919
|
value: input.deprecated
|
|
15815
|
-
}), true, "
|
|
16920
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
16921
|
+
path: _path + ".readOnly",
|
|
16922
|
+
expected: "(boolean | undefined)",
|
|
16923
|
+
value: input.readOnly
|
|
16924
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
16925
|
+
path: _path + ".writeOnly",
|
|
16926
|
+
expected: "(boolean | undefined)",
|
|
16927
|
+
value: input.writeOnly
|
|
16928
|
+
}), "string" === input.type || _report(_exceptionable, {
|
|
15816
16929
|
path: _path + ".type",
|
|
15817
16930
|
expected: "\"string\"",
|
|
15818
16931
|
value: input.type
|
|
@@ -15912,7 +17025,15 @@ class NestiaMigrateApplication {
|
|
|
15912
17025
|
path: _path + ".deprecated",
|
|
15913
17026
|
expected: "(boolean | undefined)",
|
|
15914
17027
|
value: input.deprecated
|
|
15915
|
-
}), true, "
|
|
17028
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17029
|
+
path: _path + ".readOnly",
|
|
17030
|
+
expected: "(boolean | undefined)",
|
|
17031
|
+
value: input.readOnly
|
|
17032
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
17033
|
+
path: _path + ".writeOnly",
|
|
17034
|
+
expected: "(boolean | undefined)",
|
|
17035
|
+
value: input.writeOnly
|
|
17036
|
+
}), "array" === input.type || _report(_exceptionable, {
|
|
15916
17037
|
path: _path + ".type",
|
|
15917
17038
|
expected: "\"array\"",
|
|
15918
17039
|
value: input.type
|
|
@@ -15984,7 +17105,15 @@ class NestiaMigrateApplication {
|
|
|
15984
17105
|
path: _path + ".deprecated",
|
|
15985
17106
|
expected: "(boolean | undefined)",
|
|
15986
17107
|
value: input.deprecated
|
|
15987
|
-
}), true, "
|
|
17108
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17109
|
+
path: _path + ".readOnly",
|
|
17110
|
+
expected: "(boolean | undefined)",
|
|
17111
|
+
value: input.readOnly
|
|
17112
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
17113
|
+
path: _path + ".writeOnly",
|
|
17114
|
+
expected: "(boolean | undefined)",
|
|
17115
|
+
value: input.writeOnly
|
|
17116
|
+
}), "object" === input.type || _report(_exceptionable, {
|
|
15988
17117
|
path: _path + ".type",
|
|
15989
17118
|
expected: "\"object\"",
|
|
15990
17119
|
value: input.type
|
|
@@ -16028,7 +17157,15 @@ class NestiaMigrateApplication {
|
|
|
16028
17157
|
path: _path + ".deprecated",
|
|
16029
17158
|
expected: "(boolean | undefined)",
|
|
16030
17159
|
value: input.deprecated
|
|
16031
|
-
}), true
|
|
17160
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17161
|
+
path: _path + ".readOnly",
|
|
17162
|
+
expected: "(boolean | undefined)",
|
|
17163
|
+
value: input.readOnly
|
|
17164
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
17165
|
+
path: _path + ".writeOnly",
|
|
17166
|
+
expected: "(boolean | undefined)",
|
|
17167
|
+
value: input.writeOnly
|
|
17168
|
+
})].every(flag => flag); const _vo168 = (input, _path, _exceptionable = true) => ["string" === typeof input.$recursiveRef || _report(_exceptionable, {
|
|
16032
17169
|
path: _path + ".$recursiveRef",
|
|
16033
17170
|
expected: "string",
|
|
16034
17171
|
value: input.$recursiveRef
|
|
@@ -16056,7 +17193,15 @@ class NestiaMigrateApplication {
|
|
|
16056
17193
|
path: _path + ".deprecated",
|
|
16057
17194
|
expected: "(boolean | undefined)",
|
|
16058
17195
|
value: input.deprecated
|
|
16059
|
-
}), true
|
|
17196
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17197
|
+
path: _path + ".readOnly",
|
|
17198
|
+
expected: "(boolean | undefined)",
|
|
17199
|
+
value: input.readOnly
|
|
17200
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
17201
|
+
path: _path + ".writeOnly",
|
|
17202
|
+
expected: "(boolean | undefined)",
|
|
17203
|
+
value: input.writeOnly
|
|
17204
|
+
})].every(flag => flag); const _vo169 = (input, _path, _exceptionable = true) => [(Array.isArray(input.allOf) || _report(_exceptionable, {
|
|
16060
17205
|
path: _path + ".allOf",
|
|
16061
17206
|
expected: "Array<OpenApiV3_1.IJsonSchema>",
|
|
16062
17207
|
value: input.allOf
|
|
@@ -16096,7 +17241,15 @@ class NestiaMigrateApplication {
|
|
|
16096
17241
|
path: _path + ".deprecated",
|
|
16097
17242
|
expected: "(boolean | undefined)",
|
|
16098
17243
|
value: input.deprecated
|
|
16099
|
-
}), true
|
|
17244
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17245
|
+
path: _path + ".readOnly",
|
|
17246
|
+
expected: "(boolean | undefined)",
|
|
17247
|
+
value: input.readOnly
|
|
17248
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
17249
|
+
path: _path + ".writeOnly",
|
|
17250
|
+
expected: "(boolean | undefined)",
|
|
17251
|
+
value: input.writeOnly
|
|
17252
|
+
})].every(flag => flag); const _vo170 = (input, _path, _exceptionable = true) => [(Array.isArray(input.anyOf) || _report(_exceptionable, {
|
|
16100
17253
|
path: _path + ".anyOf",
|
|
16101
17254
|
expected: "Array<OpenApiV3_1.IJsonSchema>",
|
|
16102
17255
|
value: input.anyOf
|
|
@@ -16136,7 +17289,15 @@ class NestiaMigrateApplication {
|
|
|
16136
17289
|
path: _path + ".deprecated",
|
|
16137
17290
|
expected: "(boolean | undefined)",
|
|
16138
17291
|
value: input.deprecated
|
|
16139
|
-
}), true
|
|
17292
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17293
|
+
path: _path + ".readOnly",
|
|
17294
|
+
expected: "(boolean | undefined)",
|
|
17295
|
+
value: input.readOnly
|
|
17296
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
17297
|
+
path: _path + ".writeOnly",
|
|
17298
|
+
expected: "(boolean | undefined)",
|
|
17299
|
+
value: input.writeOnly
|
|
17300
|
+
})].every(flag => flag); const _vo171 = (input, _path, _exceptionable = true) => [(Array.isArray(input.oneOf) || _report(_exceptionable, {
|
|
16140
17301
|
path: _path + ".oneOf",
|
|
16141
17302
|
expected: "Array<OpenApiV3_1.IJsonSchema>",
|
|
16142
17303
|
value: input.oneOf
|
|
@@ -16184,7 +17345,15 @@ class NestiaMigrateApplication {
|
|
|
16184
17345
|
path: _path + ".deprecated",
|
|
16185
17346
|
expected: "(boolean | undefined)",
|
|
16186
17347
|
value: input.deprecated
|
|
16187
|
-
}), true
|
|
17348
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17349
|
+
path: _path + ".readOnly",
|
|
17350
|
+
expected: "(boolean | undefined)",
|
|
17351
|
+
value: input.readOnly
|
|
17352
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
17353
|
+
path: _path + ".writeOnly",
|
|
17354
|
+
expected: "(boolean | undefined)",
|
|
17355
|
+
value: input.writeOnly
|
|
17356
|
+
})].every(flag => flag); const _vo172 = (input, _path, _exceptionable = true) => ["string" === typeof input.propertyName || _report(_exceptionable, {
|
|
16188
17357
|
path: _path + ".propertyName",
|
|
16189
17358
|
expected: "string",
|
|
16190
17359
|
value: input.propertyName
|
|
@@ -16212,7 +17381,15 @@ class NestiaMigrateApplication {
|
|
|
16212
17381
|
path: _path + ".deprecated",
|
|
16213
17382
|
expected: "(boolean | undefined)",
|
|
16214
17383
|
value: input.deprecated
|
|
16215
|
-
}), true, "
|
|
17384
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17385
|
+
path: _path + ".readOnly",
|
|
17386
|
+
expected: "(boolean | undefined)",
|
|
17387
|
+
value: input.readOnly
|
|
17388
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
17389
|
+
path: _path + ".writeOnly",
|
|
17390
|
+
expected: "(boolean | undefined)",
|
|
17391
|
+
value: input.writeOnly
|
|
17392
|
+
}), "null" === input.type || _report(_exceptionable, {
|
|
16216
17393
|
path: _path + ".type",
|
|
16217
17394
|
expected: "\"null\"",
|
|
16218
17395
|
value: input.type
|
|
@@ -16248,7 +17425,15 @@ class NestiaMigrateApplication {
|
|
|
16248
17425
|
path: _path + ".deprecated",
|
|
16249
17426
|
expected: "(boolean | undefined)",
|
|
16250
17427
|
value: input.deprecated
|
|
16251
|
-
}), true,
|
|
17428
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17429
|
+
path: _path + ".readOnly",
|
|
17430
|
+
expected: "(boolean | undefined)",
|
|
17431
|
+
value: input.readOnly
|
|
17432
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
17433
|
+
path: _path + ".writeOnly",
|
|
17434
|
+
expected: "(boolean | undefined)",
|
|
17435
|
+
value: input.writeOnly
|
|
17436
|
+
}), (null !== input.examples || _report(_exceptionable, {
|
|
16252
17437
|
path: _path + ".examples",
|
|
16253
17438
|
expected: "(Array<any> | Record<string, any> | undefined)",
|
|
16254
17439
|
value: input.examples
|
|
@@ -16462,7 +17647,15 @@ class NestiaMigrateApplication {
|
|
|
16462
17647
|
path: _path + ".deprecated",
|
|
16463
17648
|
expected: "(boolean | undefined)",
|
|
16464
17649
|
value: input.deprecated
|
|
16465
|
-
}), true
|
|
17650
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17651
|
+
path: _path + ".readOnly",
|
|
17652
|
+
expected: "(boolean | undefined)",
|
|
17653
|
+
value: input.readOnly
|
|
17654
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
17655
|
+
path: _path + ".writeOnly",
|
|
17656
|
+
expected: "(boolean | undefined)",
|
|
17657
|
+
value: input.writeOnly
|
|
17658
|
+
})].every(flag => flag); const _vo181 = (input, _path, _exceptionable = true) => ["string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) || _report(_exceptionable, {
|
|
16466
17659
|
path: _path + ".$ref",
|
|
16467
17660
|
expected: "`#/components/headers/${string}`",
|
|
16468
17661
|
value: input.$ref
|
|
@@ -16490,7 +17683,15 @@ class NestiaMigrateApplication {
|
|
|
16490
17683
|
path: _path + ".deprecated",
|
|
16491
17684
|
expected: "(boolean | undefined)",
|
|
16492
17685
|
value: input.deprecated
|
|
16493
|
-
}), true
|
|
17686
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17687
|
+
path: _path + ".readOnly",
|
|
17688
|
+
expected: "(boolean | undefined)",
|
|
17689
|
+
value: input.readOnly
|
|
17690
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
17691
|
+
path: _path + ".writeOnly",
|
|
17692
|
+
expected: "(boolean | undefined)",
|
|
17693
|
+
value: input.writeOnly
|
|
17694
|
+
})].every(flag => flag); const _vo182 = (input, _path, _exceptionable = true) => ["string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) || _report(_exceptionable, {
|
|
16494
17695
|
path: _path + ".$ref",
|
|
16495
17696
|
expected: "`#/components/parameters/${string}`",
|
|
16496
17697
|
value: input.$ref
|
|
@@ -16518,7 +17719,15 @@ class NestiaMigrateApplication {
|
|
|
16518
17719
|
path: _path + ".deprecated",
|
|
16519
17720
|
expected: "(boolean | undefined)",
|
|
16520
17721
|
value: input.deprecated
|
|
16521
|
-
}), true
|
|
17722
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17723
|
+
path: _path + ".readOnly",
|
|
17724
|
+
expected: "(boolean | undefined)",
|
|
17725
|
+
value: input.readOnly
|
|
17726
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
17727
|
+
path: _path + ".writeOnly",
|
|
17728
|
+
expected: "(boolean | undefined)",
|
|
17729
|
+
value: input.writeOnly
|
|
17730
|
+
})].every(flag => flag); const _vo183 = (input, _path, _exceptionable = true) => [undefined === input.operationId || "string" === typeof input.operationId || _report(_exceptionable, {
|
|
16522
17731
|
path: _path + ".operationId",
|
|
16523
17732
|
expected: "(string | undefined)",
|
|
16524
17733
|
value: input.operationId
|
|
@@ -16683,7 +17892,15 @@ class NestiaMigrateApplication {
|
|
|
16683
17892
|
path: _path + ".deprecated",
|
|
16684
17893
|
expected: "(boolean | undefined)",
|
|
16685
17894
|
value: input.deprecated
|
|
16686
|
-
}), true
|
|
17895
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17896
|
+
path: _path + ".readOnly",
|
|
17897
|
+
expected: "(boolean | undefined)",
|
|
17898
|
+
value: input.readOnly
|
|
17899
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
17900
|
+
path: _path + ".writeOnly",
|
|
17901
|
+
expected: "(boolean | undefined)",
|
|
17902
|
+
value: input.writeOnly
|
|
17903
|
+
})].every(flag => flag); const _vo188 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
16687
17904
|
const value = input[key];
|
|
16688
17905
|
if (undefined === value)
|
|
16689
17906
|
return true;
|
|
@@ -16785,7 +18002,15 @@ class NestiaMigrateApplication {
|
|
|
16785
18002
|
path: _path + ".deprecated",
|
|
16786
18003
|
expected: "(boolean | undefined)",
|
|
16787
18004
|
value: input.deprecated
|
|
16788
|
-
}), true
|
|
18005
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
18006
|
+
path: _path + ".readOnly",
|
|
18007
|
+
expected: "(boolean | undefined)",
|
|
18008
|
+
value: input.readOnly
|
|
18009
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
18010
|
+
path: _path + ".writeOnly",
|
|
18011
|
+
expected: "(boolean | undefined)",
|
|
18012
|
+
value: input.writeOnly
|
|
18013
|
+
})].every(flag => flag); const _vo193 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
16789
18014
|
const value = input[key];
|
|
16790
18015
|
if (undefined === value)
|
|
16791
18016
|
return true;
|
|
@@ -17060,7 +18285,15 @@ class NestiaMigrateApplication {
|
|
|
17060
18285
|
path: _path + ".deprecated",
|
|
17061
18286
|
expected: "(boolean | undefined)",
|
|
17062
18287
|
value: input.deprecated
|
|
17063
|
-
}), true
|
|
18288
|
+
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
18289
|
+
path: _path + ".readOnly",
|
|
18290
|
+
expected: "(boolean | undefined)",
|
|
18291
|
+
value: input.readOnly
|
|
18292
|
+
}), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
|
|
18293
|
+
path: _path + ".writeOnly",
|
|
18294
|
+
expected: "(boolean | undefined)",
|
|
18295
|
+
value: input.writeOnly
|
|
18296
|
+
})].every(flag => flag); const _vo210 = (input, _path, _exceptionable = true) => ["string" === typeof input.name || _report(_exceptionable, {
|
|
17064
18297
|
path: _path + ".name",
|
|
17065
18298
|
expected: "string",
|
|
17066
18299
|
value: input.name
|