@nestia/migrate 10.0.0 → 10.0.2
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 +605 -605
- package/lib/bundles/NEST_TEMPLATE.js +2 -2
- package/lib/bundles/NEST_TEMPLATE.js.map +1 -1
- package/lib/bundles/SDK_TEMPLATE.js +1 -1
- package/lib/index.mjs +737 -777
- package/lib/index.mjs.map +1 -1
- package/lib/programmers/NestiaMigrateSchemaProgrammer.js +49 -177
- package/lib/programmers/NestiaMigrateSchemaProgrammer.js.map +1 -1
- package/package.json +6 -6
- package/src/bundles/NEST_TEMPLATE.ts +2 -2
- package/src/bundles/SDK_TEMPLATE.ts +1 -1
- package/src/programmers/NestiaMigrateSchemaProgrammer.ts +46 -101
|
@@ -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 && (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 => {
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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 && (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 => {
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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 && (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 => {
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.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 => {
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.contentMediaType || "string" === typeof input.contentMediaType) && (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)) && (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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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)
|
|
@@ -2740,16 +2740,16 @@ class NestiaMigrateApplication {
|
|
|
2740
2740
|
path: _path + ".title",
|
|
2741
2741
|
expected: "(string | undefined)",
|
|
2742
2742
|
value: input.title
|
|
2743
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2744
|
-
method: "typia.assert",
|
|
2745
|
-
path: _path + ".description",
|
|
2746
|
-
expected: "(string | undefined)",
|
|
2747
|
-
value: input.description
|
|
2748
2743
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2749
2744
|
method: "typia.assert",
|
|
2750
2745
|
path: _path + ".deprecated",
|
|
2751
2746
|
expected: "(boolean | undefined)",
|
|
2752
2747
|
value: input.deprecated
|
|
2748
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2749
|
+
method: "typia.assert",
|
|
2750
|
+
path: _path + ".description",
|
|
2751
|
+
expected: "(string | undefined)",
|
|
2752
|
+
value: input.description
|
|
2753
2753
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2754
2754
|
method: "typia.assert",
|
|
2755
2755
|
path: _path + ".readOnly",
|
|
@@ -2850,16 +2850,16 @@ class NestiaMigrateApplication {
|
|
|
2850
2850
|
path: _path + ".title",
|
|
2851
2851
|
expected: "(string | undefined)",
|
|
2852
2852
|
value: input.title
|
|
2853
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2854
|
-
method: "typia.assert",
|
|
2855
|
-
path: _path + ".description",
|
|
2856
|
-
expected: "(string | undefined)",
|
|
2857
|
-
value: input.description
|
|
2858
2853
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2859
2854
|
method: "typia.assert",
|
|
2860
2855
|
path: _path + ".deprecated",
|
|
2861
2856
|
expected: "(boolean | undefined)",
|
|
2862
2857
|
value: input.deprecated
|
|
2858
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2859
|
+
method: "typia.assert",
|
|
2860
|
+
path: _path + ".description",
|
|
2861
|
+
expected: "(string | undefined)",
|
|
2862
|
+
value: input.description
|
|
2863
2863
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2864
2864
|
method: "typia.assert",
|
|
2865
2865
|
path: _path + ".readOnly",
|
|
@@ -2940,16 +2940,16 @@ class NestiaMigrateApplication {
|
|
|
2940
2940
|
path: _path + ".title",
|
|
2941
2941
|
expected: "(string | undefined)",
|
|
2942
2942
|
value: input.title
|
|
2943
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2944
|
-
method: "typia.assert",
|
|
2945
|
-
path: _path + ".description",
|
|
2946
|
-
expected: "(string | undefined)",
|
|
2947
|
-
value: input.description
|
|
2948
2943
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2949
2944
|
method: "typia.assert",
|
|
2950
2945
|
path: _path + ".deprecated",
|
|
2951
2946
|
expected: "(boolean | undefined)",
|
|
2952
2947
|
value: input.deprecated
|
|
2948
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2949
|
+
method: "typia.assert",
|
|
2950
|
+
path: _path + ".description",
|
|
2951
|
+
expected: "(string | undefined)",
|
|
2952
|
+
value: input.description
|
|
2953
2953
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2954
2954
|
method: "typia.assert",
|
|
2955
2955
|
path: _path + ".readOnly",
|
|
@@ -3030,16 +3030,16 @@ class NestiaMigrateApplication {
|
|
|
3030
3030
|
path: _path + ".title",
|
|
3031
3031
|
expected: "(string | undefined)",
|
|
3032
3032
|
value: input.title
|
|
3033
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3034
|
-
method: "typia.assert",
|
|
3035
|
-
path: _path + ".description",
|
|
3036
|
-
expected: "(string | undefined)",
|
|
3037
|
-
value: input.description
|
|
3038
3033
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3039
3034
|
method: "typia.assert",
|
|
3040
3035
|
path: _path + ".deprecated",
|
|
3041
3036
|
expected: "(boolean | undefined)",
|
|
3042
3037
|
value: input.deprecated
|
|
3038
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3039
|
+
method: "typia.assert",
|
|
3040
|
+
path: _path + ".description",
|
|
3041
|
+
expected: "(string | undefined)",
|
|
3042
|
+
value: input.description
|
|
3043
3043
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3044
3044
|
method: "typia.assert",
|
|
3045
3045
|
path: _path + ".readOnly",
|
|
@@ -3105,16 +3105,16 @@ class NestiaMigrateApplication {
|
|
|
3105
3105
|
path: _path + ".title",
|
|
3106
3106
|
expected: "(string | undefined)",
|
|
3107
3107
|
value: input.title
|
|
3108
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3109
|
-
method: "typia.assert",
|
|
3110
|
-
path: _path + ".description",
|
|
3111
|
-
expected: "(string | undefined)",
|
|
3112
|
-
value: input.description
|
|
3113
3108
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3114
3109
|
method: "typia.assert",
|
|
3115
3110
|
path: _path + ".deprecated",
|
|
3116
3111
|
expected: "(boolean | undefined)",
|
|
3117
3112
|
value: input.deprecated
|
|
3113
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3114
|
+
method: "typia.assert",
|
|
3115
|
+
path: _path + ".description",
|
|
3116
|
+
expected: "(string | undefined)",
|
|
3117
|
+
value: input.description
|
|
3118
3118
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3119
3119
|
method: "typia.assert",
|
|
3120
3120
|
path: _path + ".readOnly",
|
|
@@ -3195,16 +3195,16 @@ class NestiaMigrateApplication {
|
|
|
3195
3195
|
path: _path + ".title",
|
|
3196
3196
|
expected: "(string | undefined)",
|
|
3197
3197
|
value: input.title
|
|
3198
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3199
|
-
method: "typia.assert",
|
|
3200
|
-
path: _path + ".description",
|
|
3201
|
-
expected: "(string | undefined)",
|
|
3202
|
-
value: input.description
|
|
3203
3198
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3204
3199
|
method: "typia.assert",
|
|
3205
3200
|
path: _path + ".deprecated",
|
|
3206
3201
|
expected: "(boolean | undefined)",
|
|
3207
3202
|
value: input.deprecated
|
|
3203
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3204
|
+
method: "typia.assert",
|
|
3205
|
+
path: _path + ".description",
|
|
3206
|
+
expected: "(string | undefined)",
|
|
3207
|
+
value: input.description
|
|
3208
3208
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3209
3209
|
method: "typia.assert",
|
|
3210
3210
|
path: _path + ".readOnly",
|
|
@@ -3245,16 +3245,16 @@ class NestiaMigrateApplication {
|
|
|
3245
3245
|
path: _path + ".title",
|
|
3246
3246
|
expected: "(string | undefined)",
|
|
3247
3247
|
value: input.title
|
|
3248
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3249
|
-
method: "typia.assert",
|
|
3250
|
-
path: _path + ".description",
|
|
3251
|
-
expected: "(string | undefined)",
|
|
3252
|
-
value: input.description
|
|
3253
3248
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3254
3249
|
method: "typia.assert",
|
|
3255
3250
|
path: _path + ".deprecated",
|
|
3256
3251
|
expected: "(boolean | undefined)",
|
|
3257
3252
|
value: input.deprecated
|
|
3253
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3254
|
+
method: "typia.assert",
|
|
3255
|
+
path: _path + ".description",
|
|
3256
|
+
expected: "(string | undefined)",
|
|
3257
|
+
value: input.description
|
|
3258
3258
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3259
3259
|
method: "typia.assert",
|
|
3260
3260
|
path: _path + ".readOnly",
|
|
@@ -3290,16 +3290,16 @@ class NestiaMigrateApplication {
|
|
|
3290
3290
|
path: _path + ".title",
|
|
3291
3291
|
expected: "(string | undefined)",
|
|
3292
3292
|
value: input.title
|
|
3293
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3294
|
-
method: "typia.assert",
|
|
3295
|
-
path: _path + ".description",
|
|
3296
|
-
expected: "(string | undefined)",
|
|
3297
|
-
value: input.description
|
|
3298
3293
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3299
3294
|
method: "typia.assert",
|
|
3300
3295
|
path: _path + ".deprecated",
|
|
3301
3296
|
expected: "(boolean | undefined)",
|
|
3302
3297
|
value: input.deprecated
|
|
3298
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3299
|
+
method: "typia.assert",
|
|
3300
|
+
path: _path + ".description",
|
|
3301
|
+
expected: "(string | undefined)",
|
|
3302
|
+
value: input.description
|
|
3303
3303
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3304
3304
|
method: "typia.assert",
|
|
3305
3305
|
path: _path + ".readOnly",
|
|
@@ -3335,16 +3335,16 @@ class NestiaMigrateApplication {
|
|
|
3335
3335
|
path: _path + ".title",
|
|
3336
3336
|
expected: "(string | undefined)",
|
|
3337
3337
|
value: input.title
|
|
3338
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3339
|
-
method: "typia.assert",
|
|
3340
|
-
path: _path + ".description",
|
|
3341
|
-
expected: "(string | undefined)",
|
|
3342
|
-
value: input.description
|
|
3343
3338
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3344
3339
|
method: "typia.assert",
|
|
3345
3340
|
path: _path + ".deprecated",
|
|
3346
3341
|
expected: "(boolean | undefined)",
|
|
3347
3342
|
value: input.deprecated
|
|
3343
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3344
|
+
method: "typia.assert",
|
|
3345
|
+
path: _path + ".description",
|
|
3346
|
+
expected: "(string | undefined)",
|
|
3347
|
+
value: input.description
|
|
3348
3348
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3349
3349
|
method: "typia.assert",
|
|
3350
3350
|
path: _path + ".readOnly",
|
|
@@ -3370,16 +3370,16 @@ class NestiaMigrateApplication {
|
|
|
3370
3370
|
path: _path + ".title",
|
|
3371
3371
|
expected: "(string | undefined)",
|
|
3372
3372
|
value: input.title
|
|
3373
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3374
|
-
method: "typia.assert",
|
|
3375
|
-
path: _path + ".description",
|
|
3376
|
-
expected: "(string | undefined)",
|
|
3377
|
-
value: input.description
|
|
3378
3373
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3379
3374
|
method: "typia.assert",
|
|
3380
3375
|
path: _path + ".deprecated",
|
|
3381
3376
|
expected: "(boolean | undefined)",
|
|
3382
3377
|
value: input.deprecated
|
|
3378
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3379
|
+
method: "typia.assert",
|
|
3380
|
+
path: _path + ".description",
|
|
3381
|
+
expected: "(string | undefined)",
|
|
3382
|
+
value: input.description
|
|
3383
3383
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3384
3384
|
method: "typia.assert",
|
|
3385
3385
|
path: _path + ".readOnly",
|
|
@@ -3405,16 +3405,16 @@ class NestiaMigrateApplication {
|
|
|
3405
3405
|
path: _path + ".title",
|
|
3406
3406
|
expected: "(string | undefined)",
|
|
3407
3407
|
value: input.title
|
|
3408
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3409
|
-
method: "typia.assert",
|
|
3410
|
-
path: _path + ".description",
|
|
3411
|
-
expected: "(string | undefined)",
|
|
3412
|
-
value: input.description
|
|
3413
3408
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3414
3409
|
method: "typia.assert",
|
|
3415
3410
|
path: _path + ".deprecated",
|
|
3416
3411
|
expected: "(boolean | undefined)",
|
|
3417
3412
|
value: input.deprecated
|
|
3413
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3414
|
+
method: "typia.assert",
|
|
3415
|
+
path: _path + ".description",
|
|
3416
|
+
expected: "(string | undefined)",
|
|
3417
|
+
value: input.description
|
|
3418
3418
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3419
3419
|
method: "typia.assert",
|
|
3420
3420
|
path: _path + ".readOnly",
|
|
@@ -3460,16 +3460,16 @@ class NestiaMigrateApplication {
|
|
|
3460
3460
|
path: _path + ".title",
|
|
3461
3461
|
expected: "(string | undefined)",
|
|
3462
3462
|
value: input.title
|
|
3463
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3464
|
-
method: "typia.assert",
|
|
3465
|
-
path: _path + ".description",
|
|
3466
|
-
expected: "(string | undefined)",
|
|
3467
|
-
value: input.description
|
|
3468
3463
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3469
3464
|
method: "typia.assert",
|
|
3470
3465
|
path: _path + ".deprecated",
|
|
3471
3466
|
expected: "(boolean | undefined)",
|
|
3472
3467
|
value: input.deprecated
|
|
3468
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3469
|
+
method: "typia.assert",
|
|
3470
|
+
path: _path + ".description",
|
|
3471
|
+
expected: "(string | undefined)",
|
|
3472
|
+
value: input.description
|
|
3473
3473
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3474
3474
|
method: "typia.assert",
|
|
3475
3475
|
path: _path + ".readOnly",
|
|
@@ -3580,16 +3580,16 @@ class NestiaMigrateApplication {
|
|
|
3580
3580
|
path: _path + ".title",
|
|
3581
3581
|
expected: "(string | undefined)",
|
|
3582
3582
|
value: input.title
|
|
3583
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3584
|
-
method: "typia.assert",
|
|
3585
|
-
path: _path + ".description",
|
|
3586
|
-
expected: "(string | undefined)",
|
|
3587
|
-
value: input.description
|
|
3588
3583
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3589
3584
|
method: "typia.assert",
|
|
3590
3585
|
path: _path + ".deprecated",
|
|
3591
3586
|
expected: "(boolean | undefined)",
|
|
3592
3587
|
value: input.deprecated
|
|
3588
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3589
|
+
method: "typia.assert",
|
|
3590
|
+
path: _path + ".description",
|
|
3591
|
+
expected: "(string | undefined)",
|
|
3592
|
+
value: input.description
|
|
3593
3593
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3594
3594
|
method: "typia.assert",
|
|
3595
3595
|
path: _path + ".readOnly",
|
|
@@ -3680,16 +3680,16 @@ class NestiaMigrateApplication {
|
|
|
3680
3680
|
path: _path + ".title",
|
|
3681
3681
|
expected: "(string | undefined)",
|
|
3682
3682
|
value: input.title
|
|
3683
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3684
|
-
method: "typia.assert",
|
|
3685
|
-
path: _path + ".description",
|
|
3686
|
-
expected: "(string | undefined)",
|
|
3687
|
-
value: input.description
|
|
3688
3683
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3689
3684
|
method: "typia.assert",
|
|
3690
3685
|
path: _path + ".deprecated",
|
|
3691
3686
|
expected: "(boolean | undefined)",
|
|
3692
3687
|
value: input.deprecated
|
|
3688
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3689
|
+
method: "typia.assert",
|
|
3690
|
+
path: _path + ".description",
|
|
3691
|
+
expected: "(string | undefined)",
|
|
3692
|
+
value: input.description
|
|
3693
3693
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3694
3694
|
method: "typia.assert",
|
|
3695
3695
|
path: _path + ".readOnly",
|
|
@@ -3780,16 +3780,16 @@ class NestiaMigrateApplication {
|
|
|
3780
3780
|
path: _path + ".title",
|
|
3781
3781
|
expected: "(string | undefined)",
|
|
3782
3782
|
value: input.title
|
|
3783
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3784
|
-
method: "typia.assert",
|
|
3785
|
-
path: _path + ".description",
|
|
3786
|
-
expected: "(string | undefined)",
|
|
3787
|
-
value: input.description
|
|
3788
3783
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3789
3784
|
method: "typia.assert",
|
|
3790
3785
|
path: _path + ".deprecated",
|
|
3791
3786
|
expected: "(boolean | undefined)",
|
|
3792
3787
|
value: input.deprecated
|
|
3788
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3789
|
+
method: "typia.assert",
|
|
3790
|
+
path: _path + ".description",
|
|
3791
|
+
expected: "(string | undefined)",
|
|
3792
|
+
value: input.description
|
|
3793
3793
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3794
3794
|
method: "typia.assert",
|
|
3795
3795
|
path: _path + ".readOnly",
|
|
@@ -3865,16 +3865,16 @@ class NestiaMigrateApplication {
|
|
|
3865
3865
|
path: _path + ".title",
|
|
3866
3866
|
expected: "(string | undefined)",
|
|
3867
3867
|
value: input.title
|
|
3868
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3869
|
-
method: "typia.assert",
|
|
3870
|
-
path: _path + ".description",
|
|
3871
|
-
expected: "(string | undefined)",
|
|
3872
|
-
value: input.description
|
|
3873
3868
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3874
3869
|
method: "typia.assert",
|
|
3875
3870
|
path: _path + ".deprecated",
|
|
3876
3871
|
expected: "(boolean | undefined)",
|
|
3877
3872
|
value: input.deprecated
|
|
3873
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3874
|
+
method: "typia.assert",
|
|
3875
|
+
path: _path + ".description",
|
|
3876
|
+
expected: "(string | undefined)",
|
|
3877
|
+
value: input.description
|
|
3878
3878
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3879
3879
|
method: "typia.assert",
|
|
3880
3880
|
path: _path + ".readOnly",
|
|
@@ -3965,16 +3965,16 @@ class NestiaMigrateApplication {
|
|
|
3965
3965
|
path: _path + ".title",
|
|
3966
3966
|
expected: "(string | undefined)",
|
|
3967
3967
|
value: input.title
|
|
3968
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3969
|
-
method: "typia.assert",
|
|
3970
|
-
path: _path + ".description",
|
|
3971
|
-
expected: "(string | undefined)",
|
|
3972
|
-
value: input.description
|
|
3973
3968
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3974
3969
|
method: "typia.assert",
|
|
3975
3970
|
path: _path + ".deprecated",
|
|
3976
3971
|
expected: "(boolean | undefined)",
|
|
3977
3972
|
value: input.deprecated
|
|
3973
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3974
|
+
method: "typia.assert",
|
|
3975
|
+
path: _path + ".description",
|
|
3976
|
+
expected: "(string | undefined)",
|
|
3977
|
+
value: input.description
|
|
3978
3978
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3979
3979
|
method: "typia.assert",
|
|
3980
3980
|
path: _path + ".readOnly",
|
|
@@ -4025,16 +4025,16 @@ class NestiaMigrateApplication {
|
|
|
4025
4025
|
path: _path + ".title",
|
|
4026
4026
|
expected: "(string | undefined)",
|
|
4027
4027
|
value: input.title
|
|
4028
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4029
|
-
method: "typia.assert",
|
|
4030
|
-
path: _path + ".description",
|
|
4031
|
-
expected: "(string | undefined)",
|
|
4032
|
-
value: input.description
|
|
4033
4028
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4034
4029
|
method: "typia.assert",
|
|
4035
4030
|
path: _path + ".deprecated",
|
|
4036
4031
|
expected: "(boolean | undefined)",
|
|
4037
4032
|
value: input.deprecated
|
|
4033
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4034
|
+
method: "typia.assert",
|
|
4035
|
+
path: _path + ".description",
|
|
4036
|
+
expected: "(string | undefined)",
|
|
4037
|
+
value: input.description
|
|
4038
4038
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4039
4039
|
method: "typia.assert",
|
|
4040
4040
|
path: _path + ".readOnly",
|
|
@@ -4080,16 +4080,16 @@ class NestiaMigrateApplication {
|
|
|
4080
4080
|
path: _path + ".title",
|
|
4081
4081
|
expected: "(string | undefined)",
|
|
4082
4082
|
value: input.title
|
|
4083
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4084
|
-
method: "typia.assert",
|
|
4085
|
-
path: _path + ".description",
|
|
4086
|
-
expected: "(string | undefined)",
|
|
4087
|
-
value: input.description
|
|
4088
4083
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4089
4084
|
method: "typia.assert",
|
|
4090
4085
|
path: _path + ".deprecated",
|
|
4091
4086
|
expected: "(boolean | undefined)",
|
|
4092
4087
|
value: input.deprecated
|
|
4088
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4089
|
+
method: "typia.assert",
|
|
4090
|
+
path: _path + ".description",
|
|
4091
|
+
expected: "(string | undefined)",
|
|
4092
|
+
value: input.description
|
|
4093
4093
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4094
4094
|
method: "typia.assert",
|
|
4095
4095
|
path: _path + ".readOnly",
|
|
@@ -4135,16 +4135,16 @@ class NestiaMigrateApplication {
|
|
|
4135
4135
|
path: _path + ".title",
|
|
4136
4136
|
expected: "(string | undefined)",
|
|
4137
4137
|
value: input.title
|
|
4138
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4139
|
-
method: "typia.assert",
|
|
4140
|
-
path: _path + ".description",
|
|
4141
|
-
expected: "(string | undefined)",
|
|
4142
|
-
value: input.description
|
|
4143
4138
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4144
4139
|
method: "typia.assert",
|
|
4145
4140
|
path: _path + ".deprecated",
|
|
4146
4141
|
expected: "(boolean | undefined)",
|
|
4147
4142
|
value: input.deprecated
|
|
4143
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4144
|
+
method: "typia.assert",
|
|
4145
|
+
path: _path + ".description",
|
|
4146
|
+
expected: "(string | undefined)",
|
|
4147
|
+
value: input.description
|
|
4148
4148
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4149
4149
|
method: "typia.assert",
|
|
4150
4150
|
path: _path + ".readOnly",
|
|
@@ -4180,16 +4180,16 @@ class NestiaMigrateApplication {
|
|
|
4180
4180
|
path: _path + ".title",
|
|
4181
4181
|
expected: "(string | undefined)",
|
|
4182
4182
|
value: input.title
|
|
4183
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4184
|
-
method: "typia.assert",
|
|
4185
|
-
path: _path + ".description",
|
|
4186
|
-
expected: "(string | undefined)",
|
|
4187
|
-
value: input.description
|
|
4188
4183
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4189
4184
|
method: "typia.assert",
|
|
4190
4185
|
path: _path + ".deprecated",
|
|
4191
4186
|
expected: "(boolean | undefined)",
|
|
4192
4187
|
value: input.deprecated
|
|
4188
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4189
|
+
method: "typia.assert",
|
|
4190
|
+
path: _path + ".description",
|
|
4191
|
+
expected: "(string | undefined)",
|
|
4192
|
+
value: input.description
|
|
4193
4193
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4194
4194
|
method: "typia.assert",
|
|
4195
4195
|
path: _path + ".readOnly",
|
|
@@ -4225,16 +4225,16 @@ class NestiaMigrateApplication {
|
|
|
4225
4225
|
path: _path + ".title",
|
|
4226
4226
|
expected: "(string | undefined)",
|
|
4227
4227
|
value: input.title
|
|
4228
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4229
|
-
method: "typia.assert",
|
|
4230
|
-
path: _path + ".description",
|
|
4231
|
-
expected: "(string | undefined)",
|
|
4232
|
-
value: input.description
|
|
4233
4228
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4234
4229
|
method: "typia.assert",
|
|
4235
4230
|
path: _path + ".deprecated",
|
|
4236
4231
|
expected: "(boolean | undefined)",
|
|
4237
4232
|
value: input.deprecated
|
|
4233
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4234
|
+
method: "typia.assert",
|
|
4235
|
+
path: _path + ".description",
|
|
4236
|
+
expected: "(string | undefined)",
|
|
4237
|
+
value: input.description
|
|
4238
4238
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4239
4239
|
method: "typia.assert",
|
|
4240
4240
|
path: _path + ".readOnly",
|
|
@@ -4625,16 +4625,16 @@ class NestiaMigrateApplication {
|
|
|
4625
4625
|
path: _path + ".title",
|
|
4626
4626
|
expected: "(string | undefined)",
|
|
4627
4627
|
value: input.title
|
|
4628
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4629
|
-
method: "typia.assert",
|
|
4630
|
-
path: _path + ".description",
|
|
4631
|
-
expected: "(string | undefined)",
|
|
4632
|
-
value: input.description
|
|
4633
4628
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4634
4629
|
method: "typia.assert",
|
|
4635
4630
|
path: _path + ".deprecated",
|
|
4636
4631
|
expected: "(boolean | undefined)",
|
|
4637
4632
|
value: input.deprecated
|
|
4633
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4634
|
+
method: "typia.assert",
|
|
4635
|
+
path: _path + ".description",
|
|
4636
|
+
expected: "(string | undefined)",
|
|
4637
|
+
value: input.description
|
|
4638
4638
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4639
4639
|
method: "typia.assert",
|
|
4640
4640
|
path: _path + ".readOnly",
|
|
@@ -4740,16 +4740,16 @@ class NestiaMigrateApplication {
|
|
|
4740
4740
|
path: _path + ".title",
|
|
4741
4741
|
expected: "(string | undefined)",
|
|
4742
4742
|
value: input.title
|
|
4743
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4744
|
-
method: "typia.assert",
|
|
4745
|
-
path: _path + ".description",
|
|
4746
|
-
expected: "(string | undefined)",
|
|
4747
|
-
value: input.description
|
|
4748
4743
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4749
4744
|
method: "typia.assert",
|
|
4750
4745
|
path: _path + ".deprecated",
|
|
4751
4746
|
expected: "(boolean | undefined)",
|
|
4752
4747
|
value: input.deprecated
|
|
4748
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4749
|
+
method: "typia.assert",
|
|
4750
|
+
path: _path + ".description",
|
|
4751
|
+
expected: "(string | undefined)",
|
|
4752
|
+
value: input.description
|
|
4753
4753
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4754
4754
|
method: "typia.assert",
|
|
4755
4755
|
path: _path + ".readOnly",
|
|
@@ -4785,16 +4785,16 @@ class NestiaMigrateApplication {
|
|
|
4785
4785
|
path: _path + ".title",
|
|
4786
4786
|
expected: "(string | undefined)",
|
|
4787
4787
|
value: input.title
|
|
4788
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4789
|
-
method: "typia.assert",
|
|
4790
|
-
path: _path + ".description",
|
|
4791
|
-
expected: "(string | undefined)",
|
|
4792
|
-
value: input.description
|
|
4793
4788
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4794
4789
|
method: "typia.assert",
|
|
4795
4790
|
path: _path + ".deprecated",
|
|
4796
4791
|
expected: "(boolean | undefined)",
|
|
4797
4792
|
value: input.deprecated
|
|
4793
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4794
|
+
method: "typia.assert",
|
|
4795
|
+
path: _path + ".description",
|
|
4796
|
+
expected: "(string | undefined)",
|
|
4797
|
+
value: input.description
|
|
4798
4798
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4799
4799
|
method: "typia.assert",
|
|
4800
4800
|
path: _path + ".readOnly",
|
|
@@ -5155,16 +5155,16 @@ class NestiaMigrateApplication {
|
|
|
5155
5155
|
path: _path + ".title",
|
|
5156
5156
|
expected: "(string | undefined)",
|
|
5157
5157
|
value: input.title
|
|
5158
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5159
|
-
method: "typia.assert",
|
|
5160
|
-
path: _path + ".description",
|
|
5161
|
-
expected: "(string | undefined)",
|
|
5162
|
-
value: input.description
|
|
5163
5158
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5164
5159
|
method: "typia.assert",
|
|
5165
5160
|
path: _path + ".deprecated",
|
|
5166
5161
|
expected: "(boolean | undefined)",
|
|
5167
5162
|
value: input.deprecated
|
|
5163
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5164
|
+
method: "typia.assert",
|
|
5165
|
+
path: _path + ".description",
|
|
5166
|
+
expected: "(string | undefined)",
|
|
5167
|
+
value: input.description
|
|
5168
5168
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5169
5169
|
method: "typia.assert",
|
|
5170
5170
|
path: _path + ".readOnly",
|
|
@@ -5275,16 +5275,16 @@ class NestiaMigrateApplication {
|
|
|
5275
5275
|
path: _path + ".title",
|
|
5276
5276
|
expected: "(string | undefined)",
|
|
5277
5277
|
value: input.title
|
|
5278
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5279
|
-
method: "typia.assert",
|
|
5280
|
-
path: _path + ".description",
|
|
5281
|
-
expected: "(string | undefined)",
|
|
5282
|
-
value: input.description
|
|
5283
5278
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5284
5279
|
method: "typia.assert",
|
|
5285
5280
|
path: _path + ".deprecated",
|
|
5286
5281
|
expected: "(boolean | undefined)",
|
|
5287
5282
|
value: input.deprecated
|
|
5283
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5284
|
+
method: "typia.assert",
|
|
5285
|
+
path: _path + ".description",
|
|
5286
|
+
expected: "(string | undefined)",
|
|
5287
|
+
value: input.description
|
|
5288
5288
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5289
5289
|
method: "typia.assert",
|
|
5290
5290
|
path: _path + ".readOnly",
|
|
@@ -5375,16 +5375,16 @@ class NestiaMigrateApplication {
|
|
|
5375
5375
|
path: _path + ".title",
|
|
5376
5376
|
expected: "(string | undefined)",
|
|
5377
5377
|
value: input.title
|
|
5378
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5379
|
-
method: "typia.assert",
|
|
5380
|
-
path: _path + ".description",
|
|
5381
|
-
expected: "(string | undefined)",
|
|
5382
|
-
value: input.description
|
|
5383
5378
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5384
5379
|
method: "typia.assert",
|
|
5385
5380
|
path: _path + ".deprecated",
|
|
5386
5381
|
expected: "(boolean | undefined)",
|
|
5387
5382
|
value: input.deprecated
|
|
5383
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5384
|
+
method: "typia.assert",
|
|
5385
|
+
path: _path + ".description",
|
|
5386
|
+
expected: "(string | undefined)",
|
|
5387
|
+
value: input.description
|
|
5388
5388
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5389
5389
|
method: "typia.assert",
|
|
5390
5390
|
path: _path + ".readOnly",
|
|
@@ -5475,16 +5475,16 @@ class NestiaMigrateApplication {
|
|
|
5475
5475
|
path: _path + ".title",
|
|
5476
5476
|
expected: "(string | undefined)",
|
|
5477
5477
|
value: input.title
|
|
5478
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5479
|
-
method: "typia.assert",
|
|
5480
|
-
path: _path + ".description",
|
|
5481
|
-
expected: "(string | undefined)",
|
|
5482
|
-
value: input.description
|
|
5483
5478
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5484
5479
|
method: "typia.assert",
|
|
5485
5480
|
path: _path + ".deprecated",
|
|
5486
5481
|
expected: "(boolean | undefined)",
|
|
5487
5482
|
value: input.deprecated
|
|
5483
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5484
|
+
method: "typia.assert",
|
|
5485
|
+
path: _path + ".description",
|
|
5486
|
+
expected: "(string | undefined)",
|
|
5487
|
+
value: input.description
|
|
5488
5488
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5489
5489
|
method: "typia.assert",
|
|
5490
5490
|
path: _path + ".readOnly",
|
|
@@ -5560,16 +5560,16 @@ class NestiaMigrateApplication {
|
|
|
5560
5560
|
path: _path + ".title",
|
|
5561
5561
|
expected: "(string | undefined)",
|
|
5562
5562
|
value: input.title
|
|
5563
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5564
|
-
method: "typia.assert",
|
|
5565
|
-
path: _path + ".description",
|
|
5566
|
-
expected: "(string | undefined)",
|
|
5567
|
-
value: input.description
|
|
5568
5563
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5569
5564
|
method: "typia.assert",
|
|
5570
5565
|
path: _path + ".deprecated",
|
|
5571
5566
|
expected: "(boolean | undefined)",
|
|
5572
5567
|
value: input.deprecated
|
|
5568
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5569
|
+
method: "typia.assert",
|
|
5570
|
+
path: _path + ".description",
|
|
5571
|
+
expected: "(string | undefined)",
|
|
5572
|
+
value: input.description
|
|
5573
5573
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5574
5574
|
method: "typia.assert",
|
|
5575
5575
|
path: _path + ".readOnly",
|
|
@@ -5660,16 +5660,16 @@ class NestiaMigrateApplication {
|
|
|
5660
5660
|
path: _path + ".title",
|
|
5661
5661
|
expected: "(string | undefined)",
|
|
5662
5662
|
value: input.title
|
|
5663
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5664
|
-
method: "typia.assert",
|
|
5665
|
-
path: _path + ".description",
|
|
5666
|
-
expected: "(string | undefined)",
|
|
5667
|
-
value: input.description
|
|
5668
5663
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5669
5664
|
method: "typia.assert",
|
|
5670
5665
|
path: _path + ".deprecated",
|
|
5671
5666
|
expected: "(boolean | undefined)",
|
|
5672
5667
|
value: input.deprecated
|
|
5668
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5669
|
+
method: "typia.assert",
|
|
5670
|
+
path: _path + ".description",
|
|
5671
|
+
expected: "(string | undefined)",
|
|
5672
|
+
value: input.description
|
|
5673
5673
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5674
5674
|
method: "typia.assert",
|
|
5675
5675
|
path: _path + ".readOnly",
|
|
@@ -5725,16 +5725,16 @@ class NestiaMigrateApplication {
|
|
|
5725
5725
|
path: _path + ".title",
|
|
5726
5726
|
expected: "(string | undefined)",
|
|
5727
5727
|
value: input.title
|
|
5728
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5729
|
-
method: "typia.assert",
|
|
5730
|
-
path: _path + ".description",
|
|
5731
|
-
expected: "(string | undefined)",
|
|
5732
|
-
value: input.description
|
|
5733
5728
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5734
5729
|
method: "typia.assert",
|
|
5735
5730
|
path: _path + ".deprecated",
|
|
5736
5731
|
expected: "(boolean | undefined)",
|
|
5737
5732
|
value: input.deprecated
|
|
5733
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5734
|
+
method: "typia.assert",
|
|
5735
|
+
path: _path + ".description",
|
|
5736
|
+
expected: "(string | undefined)",
|
|
5737
|
+
value: input.description
|
|
5738
5738
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5739
5739
|
method: "typia.assert",
|
|
5740
5740
|
path: _path + ".readOnly",
|
|
@@ -5785,16 +5785,16 @@ class NestiaMigrateApplication {
|
|
|
5785
5785
|
path: _path + ".title",
|
|
5786
5786
|
expected: "(string | undefined)",
|
|
5787
5787
|
value: input.title
|
|
5788
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5789
|
-
method: "typia.assert",
|
|
5790
|
-
path: _path + ".description",
|
|
5791
|
-
expected: "(string | undefined)",
|
|
5792
|
-
value: input.description
|
|
5793
5788
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5794
5789
|
method: "typia.assert",
|
|
5795
5790
|
path: _path + ".deprecated",
|
|
5796
5791
|
expected: "(boolean | undefined)",
|
|
5797
5792
|
value: input.deprecated
|
|
5793
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5794
|
+
method: "typia.assert",
|
|
5795
|
+
path: _path + ".description",
|
|
5796
|
+
expected: "(string | undefined)",
|
|
5797
|
+
value: input.description
|
|
5798
5798
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5799
5799
|
method: "typia.assert",
|
|
5800
5800
|
path: _path + ".readOnly",
|
|
@@ -5845,16 +5845,16 @@ class NestiaMigrateApplication {
|
|
|
5845
5845
|
path: _path + ".title",
|
|
5846
5846
|
expected: "(string | undefined)",
|
|
5847
5847
|
value: input.title
|
|
5848
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5849
|
-
method: "typia.assert",
|
|
5850
|
-
path: _path + ".description",
|
|
5851
|
-
expected: "(string | undefined)",
|
|
5852
|
-
value: input.description
|
|
5853
5848
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5854
5849
|
method: "typia.assert",
|
|
5855
5850
|
path: _path + ".deprecated",
|
|
5856
5851
|
expected: "(boolean | undefined)",
|
|
5857
5852
|
value: input.deprecated
|
|
5853
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5854
|
+
method: "typia.assert",
|
|
5855
|
+
path: _path + ".description",
|
|
5856
|
+
expected: "(string | undefined)",
|
|
5857
|
+
value: input.description
|
|
5858
5858
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5859
5859
|
method: "typia.assert",
|
|
5860
5860
|
path: _path + ".readOnly",
|
|
@@ -5915,16 +5915,16 @@ class NestiaMigrateApplication {
|
|
|
5915
5915
|
path: _path + ".title",
|
|
5916
5916
|
expected: "(string | undefined)",
|
|
5917
5917
|
value: input.title
|
|
5918
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5919
|
-
method: "typia.assert",
|
|
5920
|
-
path: _path + ".description",
|
|
5921
|
-
expected: "(string | undefined)",
|
|
5922
|
-
value: input.description
|
|
5923
5918
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5924
5919
|
method: "typia.assert",
|
|
5925
5920
|
path: _path + ".deprecated",
|
|
5926
5921
|
expected: "(boolean | undefined)",
|
|
5927
5922
|
value: input.deprecated
|
|
5923
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5924
|
+
method: "typia.assert",
|
|
5925
|
+
path: _path + ".description",
|
|
5926
|
+
expected: "(string | undefined)",
|
|
5927
|
+
value: input.description
|
|
5928
5928
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5929
5929
|
method: "typia.assert",
|
|
5930
5930
|
path: _path + ".readOnly",
|
|
@@ -5960,16 +5960,16 @@ class NestiaMigrateApplication {
|
|
|
5960
5960
|
path: _path + ".title",
|
|
5961
5961
|
expected: "(string | undefined)",
|
|
5962
5962
|
value: input.title
|
|
5963
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5964
|
-
method: "typia.assert",
|
|
5965
|
-
path: _path + ".description",
|
|
5966
|
-
expected: "(string | undefined)",
|
|
5967
|
-
value: input.description
|
|
5968
5963
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5969
5964
|
method: "typia.assert",
|
|
5970
5965
|
path: _path + ".deprecated",
|
|
5971
5966
|
expected: "(boolean | undefined)",
|
|
5972
5967
|
value: input.deprecated
|
|
5968
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5969
|
+
method: "typia.assert",
|
|
5970
|
+
path: _path + ".description",
|
|
5971
|
+
expected: "(string | undefined)",
|
|
5972
|
+
value: input.description
|
|
5973
5973
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5974
5974
|
method: "typia.assert",
|
|
5975
5975
|
path: _path + ".readOnly",
|
|
@@ -6005,16 +6005,16 @@ class NestiaMigrateApplication {
|
|
|
6005
6005
|
path: _path + ".title",
|
|
6006
6006
|
expected: "(string | undefined)",
|
|
6007
6007
|
value: input.title
|
|
6008
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6009
|
-
method: "typia.assert",
|
|
6010
|
-
path: _path + ".description",
|
|
6011
|
-
expected: "(string | undefined)",
|
|
6012
|
-
value: input.description
|
|
6013
6008
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6014
6009
|
method: "typia.assert",
|
|
6015
6010
|
path: _path + ".deprecated",
|
|
6016
6011
|
expected: "(boolean | undefined)",
|
|
6017
6012
|
value: input.deprecated
|
|
6013
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6014
|
+
method: "typia.assert",
|
|
6015
|
+
path: _path + ".description",
|
|
6016
|
+
expected: "(string | undefined)",
|
|
6017
|
+
value: input.description
|
|
6018
6018
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6019
6019
|
method: "typia.assert",
|
|
6020
6020
|
path: _path + ".readOnly",
|
|
@@ -6180,16 +6180,16 @@ class NestiaMigrateApplication {
|
|
|
6180
6180
|
path: _path + ".title",
|
|
6181
6181
|
expected: "(string | undefined)",
|
|
6182
6182
|
value: input.title
|
|
6183
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6184
|
-
method: "typia.assert",
|
|
6185
|
-
path: _path + ".description",
|
|
6186
|
-
expected: "(string | undefined)",
|
|
6187
|
-
value: input.description
|
|
6188
6183
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6189
6184
|
method: "typia.assert",
|
|
6190
6185
|
path: _path + ".deprecated",
|
|
6191
6186
|
expected: "(boolean | undefined)",
|
|
6192
6187
|
value: input.deprecated
|
|
6188
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6189
|
+
method: "typia.assert",
|
|
6190
|
+
path: _path + ".description",
|
|
6191
|
+
expected: "(string | undefined)",
|
|
6192
|
+
value: input.description
|
|
6193
6193
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6194
6194
|
method: "typia.assert",
|
|
6195
6195
|
path: _path + ".readOnly",
|
|
@@ -6274,17 +6274,17 @@ class NestiaMigrateApplication {
|
|
|
6274
6274
|
method: "typia.assert",
|
|
6275
6275
|
path: _path + ".title",
|
|
6276
6276
|
expected: "(string | undefined)",
|
|
6277
|
-
value: input.title
|
|
6278
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6279
|
-
method: "typia.assert",
|
|
6280
|
-
path: _path + ".description",
|
|
6281
|
-
expected: "(string | undefined)",
|
|
6282
|
-
value: input.description
|
|
6277
|
+
value: input.title
|
|
6283
6278
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6284
6279
|
method: "typia.assert",
|
|
6285
6280
|
path: _path + ".deprecated",
|
|
6286
6281
|
expected: "(boolean | undefined)",
|
|
6287
6282
|
value: input.deprecated
|
|
6283
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6284
|
+
method: "typia.assert",
|
|
6285
|
+
path: _path + ".description",
|
|
6286
|
+
expected: "(string | undefined)",
|
|
6287
|
+
value: input.description
|
|
6288
6288
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6289
6289
|
method: "typia.assert",
|
|
6290
6290
|
path: _path + ".readOnly",
|
|
@@ -6795,16 +6795,16 @@ class NestiaMigrateApplication {
|
|
|
6795
6795
|
path: _path + ".title",
|
|
6796
6796
|
expected: "(string | undefined)",
|
|
6797
6797
|
value: input.title
|
|
6798
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6799
|
-
method: "typia.assert",
|
|
6800
|
-
path: _path + ".description",
|
|
6801
|
-
expected: "(string | undefined)",
|
|
6802
|
-
value: input.description
|
|
6803
6798
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6804
6799
|
method: "typia.assert",
|
|
6805
6800
|
path: _path + ".deprecated",
|
|
6806
6801
|
expected: "(boolean | undefined)",
|
|
6807
6802
|
value: input.deprecated
|
|
6803
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6804
|
+
method: "typia.assert",
|
|
6805
|
+
path: _path + ".description",
|
|
6806
|
+
expected: "(string | undefined)",
|
|
6807
|
+
value: input.description
|
|
6808
6808
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6809
6809
|
method: "typia.assert",
|
|
6810
6810
|
path: _path + ".readOnly",
|
|
@@ -6955,16 +6955,16 @@ class NestiaMigrateApplication {
|
|
|
6955
6955
|
path: _path + ".title",
|
|
6956
6956
|
expected: "(string | undefined)",
|
|
6957
6957
|
value: input.title
|
|
6958
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6959
|
-
method: "typia.assert",
|
|
6960
|
-
path: _path + ".description",
|
|
6961
|
-
expected: "(string | undefined)",
|
|
6962
|
-
value: input.description
|
|
6963
6958
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6964
6959
|
method: "typia.assert",
|
|
6965
6960
|
path: _path + ".deprecated",
|
|
6966
6961
|
expected: "(boolean | undefined)",
|
|
6967
6962
|
value: input.deprecated
|
|
6963
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6964
|
+
method: "typia.assert",
|
|
6965
|
+
path: _path + ".description",
|
|
6966
|
+
expected: "(string | undefined)",
|
|
6967
|
+
value: input.description
|
|
6968
6968
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6969
6969
|
method: "typia.assert",
|
|
6970
6970
|
path: _path + ".readOnly",
|
|
@@ -7015,16 +7015,16 @@ class NestiaMigrateApplication {
|
|
|
7015
7015
|
path: _path + ".title",
|
|
7016
7016
|
expected: "(string | undefined)",
|
|
7017
7017
|
value: input.title
|
|
7018
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7019
|
-
method: "typia.assert",
|
|
7020
|
-
path: _path + ".description",
|
|
7021
|
-
expected: "(string | undefined)",
|
|
7022
|
-
value: input.description
|
|
7023
7018
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7024
7019
|
method: "typia.assert",
|
|
7025
7020
|
path: _path + ".deprecated",
|
|
7026
7021
|
expected: "(boolean | undefined)",
|
|
7027
7022
|
value: input.deprecated
|
|
7023
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7024
|
+
method: "typia.assert",
|
|
7025
|
+
path: _path + ".description",
|
|
7026
|
+
expected: "(string | undefined)",
|
|
7027
|
+
value: input.description
|
|
7028
7028
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7029
7029
|
method: "typia.assert",
|
|
7030
7030
|
path: _path + ".readOnly",
|
|
@@ -7440,16 +7440,16 @@ class NestiaMigrateApplication {
|
|
|
7440
7440
|
path: _path + ".title",
|
|
7441
7441
|
expected: "(string | undefined)",
|
|
7442
7442
|
value: input.title
|
|
7443
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7444
|
-
method: "typia.assert",
|
|
7445
|
-
path: _path + ".description",
|
|
7446
|
-
expected: "(string | undefined)",
|
|
7447
|
-
value: input.description
|
|
7448
7443
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7449
7444
|
method: "typia.assert",
|
|
7450
7445
|
path: _path + ".deprecated",
|
|
7451
7446
|
expected: "(boolean | undefined)",
|
|
7452
7447
|
value: input.deprecated
|
|
7448
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7449
|
+
method: "typia.assert",
|
|
7450
|
+
path: _path + ".description",
|
|
7451
|
+
expected: "(string | undefined)",
|
|
7452
|
+
value: input.description
|
|
7453
7453
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7454
7454
|
method: "typia.assert",
|
|
7455
7455
|
path: _path + ".readOnly",
|
|
@@ -7490,6 +7490,11 @@ class NestiaMigrateApplication {
|
|
|
7490
7490
|
path: _path + ".multipleOf",
|
|
7491
7491
|
expected: "((number & ExclusiveMinimum<0>) | undefined)",
|
|
7492
7492
|
value: input.multipleOf
|
|
7493
|
+
}, _errorFactory)) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7494
|
+
method: "typia.assert",
|
|
7495
|
+
path: _path + ".contentMediaType",
|
|
7496
|
+
expected: "(string | undefined)",
|
|
7497
|
+
value: input.contentMediaType
|
|
7493
7498
|
}, _errorFactory)) && (undefined === input.format || "string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7494
7499
|
method: "typia.assert",
|
|
7495
7500
|
path: _path + ".format",
|
|
@@ -7500,11 +7505,6 @@ class NestiaMigrateApplication {
|
|
|
7500
7505
|
path: _path + ".pattern",
|
|
7501
7506
|
expected: "(string | undefined)",
|
|
7502
7507
|
value: input.pattern
|
|
7503
|
-
}, _errorFactory)) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7504
|
-
method: "typia.assert",
|
|
7505
|
-
path: _path + ".contentMediaType",
|
|
7506
|
-
expected: "(string | undefined)",
|
|
7507
|
-
value: input.contentMediaType
|
|
7508
7508
|
}, _errorFactory)) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7509
7509
|
method: "typia.assert",
|
|
7510
7510
|
path: _path + ".minLength",
|
|
@@ -7765,16 +7765,16 @@ class NestiaMigrateApplication {
|
|
|
7765
7765
|
path: _path + ".title",
|
|
7766
7766
|
expected: "(string | undefined)",
|
|
7767
7767
|
value: input.title
|
|
7768
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7769
|
-
method: "typia.assert",
|
|
7770
|
-
path: _path + ".description",
|
|
7771
|
-
expected: "(string | undefined)",
|
|
7772
|
-
value: input.description
|
|
7773
7768
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7774
7769
|
method: "typia.assert",
|
|
7775
7770
|
path: _path + ".deprecated",
|
|
7776
7771
|
expected: "(boolean | undefined)",
|
|
7777
7772
|
value: input.deprecated
|
|
7773
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7774
|
+
method: "typia.assert",
|
|
7775
|
+
path: _path + ".description",
|
|
7776
|
+
expected: "(string | undefined)",
|
|
7777
|
+
value: input.description
|
|
7778
7778
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7779
7779
|
method: "typia.assert",
|
|
7780
7780
|
path: _path + ".readOnly",
|
|
@@ -7815,16 +7815,16 @@ class NestiaMigrateApplication {
|
|
|
7815
7815
|
path: _path + ".title",
|
|
7816
7816
|
expected: "(string | undefined)",
|
|
7817
7817
|
value: input.title
|
|
7818
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7819
|
-
method: "typia.assert",
|
|
7820
|
-
path: _path + ".description",
|
|
7821
|
-
expected: "(string | undefined)",
|
|
7822
|
-
value: input.description
|
|
7823
7818
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7824
7819
|
method: "typia.assert",
|
|
7825
7820
|
path: _path + ".deprecated",
|
|
7826
7821
|
expected: "(boolean | undefined)",
|
|
7827
7822
|
value: input.deprecated
|
|
7823
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7824
|
+
method: "typia.assert",
|
|
7825
|
+
path: _path + ".description",
|
|
7826
|
+
expected: "(string | undefined)",
|
|
7827
|
+
value: input.description
|
|
7828
7828
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7829
7829
|
method: "typia.assert",
|
|
7830
7830
|
path: _path + ".readOnly",
|
|
@@ -7945,16 +7945,16 @@ class NestiaMigrateApplication {
|
|
|
7945
7945
|
path: _path + ".title",
|
|
7946
7946
|
expected: "(string | undefined)",
|
|
7947
7947
|
value: input.title
|
|
7948
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7949
|
-
method: "typia.assert",
|
|
7950
|
-
path: _path + ".description",
|
|
7951
|
-
expected: "(string | undefined)",
|
|
7952
|
-
value: input.description
|
|
7953
7948
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7954
7949
|
method: "typia.assert",
|
|
7955
7950
|
path: _path + ".deprecated",
|
|
7956
7951
|
expected: "(boolean | undefined)",
|
|
7957
7952
|
value: input.deprecated
|
|
7953
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7954
|
+
method: "typia.assert",
|
|
7955
|
+
path: _path + ".description",
|
|
7956
|
+
expected: "(string | undefined)",
|
|
7957
|
+
value: input.description
|
|
7958
7958
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7959
7959
|
method: "typia.assert",
|
|
7960
7960
|
path: _path + ".readOnly",
|
|
@@ -8045,16 +8045,16 @@ class NestiaMigrateApplication {
|
|
|
8045
8045
|
path: _path + ".title",
|
|
8046
8046
|
expected: "(string | undefined)",
|
|
8047
8047
|
value: input.title
|
|
8048
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8049
|
-
method: "typia.assert",
|
|
8050
|
-
path: _path + ".description",
|
|
8051
|
-
expected: "(string | undefined)",
|
|
8052
|
-
value: input.description
|
|
8053
8048
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8054
8049
|
method: "typia.assert",
|
|
8055
8050
|
path: _path + ".deprecated",
|
|
8056
8051
|
expected: "(boolean | undefined)",
|
|
8057
8052
|
value: input.deprecated
|
|
8053
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8054
|
+
method: "typia.assert",
|
|
8055
|
+
path: _path + ".description",
|
|
8056
|
+
expected: "(string | undefined)",
|
|
8057
|
+
value: input.description
|
|
8058
8058
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8059
8059
|
method: "typia.assert",
|
|
8060
8060
|
path: _path + ".readOnly",
|
|
@@ -8150,16 +8150,16 @@ class NestiaMigrateApplication {
|
|
|
8150
8150
|
path: _path + ".title",
|
|
8151
8151
|
expected: "(string | undefined)",
|
|
8152
8152
|
value: input.title
|
|
8153
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8154
|
-
method: "typia.assert",
|
|
8155
|
-
path: _path + ".description",
|
|
8156
|
-
expected: "(string | undefined)",
|
|
8157
|
-
value: input.description
|
|
8158
8153
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8159
8154
|
method: "typia.assert",
|
|
8160
8155
|
path: _path + ".deprecated",
|
|
8161
8156
|
expected: "(boolean | undefined)",
|
|
8162
8157
|
value: input.deprecated
|
|
8158
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8159
|
+
method: "typia.assert",
|
|
8160
|
+
path: _path + ".description",
|
|
8161
|
+
expected: "(string | undefined)",
|
|
8162
|
+
value: input.description
|
|
8163
8163
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8164
8164
|
method: "typia.assert",
|
|
8165
8165
|
path: _path + ".readOnly",
|
|
@@ -8285,16 +8285,16 @@ class NestiaMigrateApplication {
|
|
|
8285
8285
|
path: _path + ".title",
|
|
8286
8286
|
expected: "(string | undefined)",
|
|
8287
8287
|
value: input.title
|
|
8288
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8289
|
-
method: "typia.assert",
|
|
8290
|
-
path: _path + ".description",
|
|
8291
|
-
expected: "(string | undefined)",
|
|
8292
|
-
value: input.description
|
|
8293
8288
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8294
8289
|
method: "typia.assert",
|
|
8295
8290
|
path: _path + ".deprecated",
|
|
8296
8291
|
expected: "(boolean | undefined)",
|
|
8297
8292
|
value: input.deprecated
|
|
8293
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8294
|
+
method: "typia.assert",
|
|
8295
|
+
path: _path + ".description",
|
|
8296
|
+
expected: "(string | undefined)",
|
|
8297
|
+
value: input.description
|
|
8298
8298
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8299
8299
|
method: "typia.assert",
|
|
8300
8300
|
path: _path + ".readOnly",
|
|
@@ -8385,16 +8385,16 @@ class NestiaMigrateApplication {
|
|
|
8385
8385
|
path: _path + ".title",
|
|
8386
8386
|
expected: "(string | undefined)",
|
|
8387
8387
|
value: input.title
|
|
8388
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8389
|
-
method: "typia.assert",
|
|
8390
|
-
path: _path + ".description",
|
|
8391
|
-
expected: "(string | undefined)",
|
|
8392
|
-
value: input.description
|
|
8393
8388
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8394
8389
|
method: "typia.assert",
|
|
8395
8390
|
path: _path + ".deprecated",
|
|
8396
8391
|
expected: "(boolean | undefined)",
|
|
8397
8392
|
value: input.deprecated
|
|
8393
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8394
|
+
method: "typia.assert",
|
|
8395
|
+
path: _path + ".description",
|
|
8396
|
+
expected: "(string | undefined)",
|
|
8397
|
+
value: input.description
|
|
8398
8398
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8399
8399
|
method: "typia.assert",
|
|
8400
8400
|
path: _path + ".readOnly",
|
|
@@ -8450,16 +8450,16 @@ class NestiaMigrateApplication {
|
|
|
8450
8450
|
path: _path + ".title",
|
|
8451
8451
|
expected: "(string | undefined)",
|
|
8452
8452
|
value: input.title
|
|
8453
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8454
|
-
method: "typia.assert",
|
|
8455
|
-
path: _path + ".description",
|
|
8456
|
-
expected: "(string | undefined)",
|
|
8457
|
-
value: input.description
|
|
8458
8453
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8459
8454
|
method: "typia.assert",
|
|
8460
8455
|
path: _path + ".deprecated",
|
|
8461
8456
|
expected: "(boolean | undefined)",
|
|
8462
8457
|
value: input.deprecated
|
|
8458
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8459
|
+
method: "typia.assert",
|
|
8460
|
+
path: _path + ".description",
|
|
8461
|
+
expected: "(string | undefined)",
|
|
8462
|
+
value: input.description
|
|
8463
8463
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8464
8464
|
method: "typia.assert",
|
|
8465
8465
|
path: _path + ".readOnly",
|
|
@@ -8495,16 +8495,16 @@ class NestiaMigrateApplication {
|
|
|
8495
8495
|
path: _path + ".title",
|
|
8496
8496
|
expected: "(string | undefined)",
|
|
8497
8497
|
value: input.title
|
|
8498
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8499
|
-
method: "typia.assert",
|
|
8500
|
-
path: _path + ".description",
|
|
8501
|
-
expected: "(string | undefined)",
|
|
8502
|
-
value: input.description
|
|
8503
8498
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8504
8499
|
method: "typia.assert",
|
|
8505
8500
|
path: _path + ".deprecated",
|
|
8506
8501
|
expected: "(boolean | undefined)",
|
|
8507
8502
|
value: input.deprecated
|
|
8503
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8504
|
+
method: "typia.assert",
|
|
8505
|
+
path: _path + ".description",
|
|
8506
|
+
expected: "(string | undefined)",
|
|
8507
|
+
value: input.description
|
|
8508
8508
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8509
8509
|
method: "typia.assert",
|
|
8510
8510
|
path: _path + ".readOnly",
|
|
@@ -8555,16 +8555,16 @@ class NestiaMigrateApplication {
|
|
|
8555
8555
|
path: _path + ".title",
|
|
8556
8556
|
expected: "(string | undefined)",
|
|
8557
8557
|
value: input.title
|
|
8558
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8559
|
-
method: "typia.assert",
|
|
8560
|
-
path: _path + ".description",
|
|
8561
|
-
expected: "(string | undefined)",
|
|
8562
|
-
value: input.description
|
|
8563
8558
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8564
8559
|
method: "typia.assert",
|
|
8565
8560
|
path: _path + ".deprecated",
|
|
8566
8561
|
expected: "(boolean | undefined)",
|
|
8567
8562
|
value: input.deprecated
|
|
8563
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8564
|
+
method: "typia.assert",
|
|
8565
|
+
path: _path + ".description",
|
|
8566
|
+
expected: "(string | undefined)",
|
|
8567
|
+
value: input.description
|
|
8568
8568
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8569
8569
|
method: "typia.assert",
|
|
8570
8570
|
path: _path + ".readOnly",
|
|
@@ -8615,16 +8615,16 @@ class NestiaMigrateApplication {
|
|
|
8615
8615
|
path: _path + ".title",
|
|
8616
8616
|
expected: "(string | undefined)",
|
|
8617
8617
|
value: input.title
|
|
8618
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8619
|
-
method: "typia.assert",
|
|
8620
|
-
path: _path + ".description",
|
|
8621
|
-
expected: "(string | undefined)",
|
|
8622
|
-
value: input.description
|
|
8623
8618
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8624
8619
|
method: "typia.assert",
|
|
8625
8620
|
path: _path + ".deprecated",
|
|
8626
8621
|
expected: "(boolean | undefined)",
|
|
8627
8622
|
value: input.deprecated
|
|
8623
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8624
|
+
method: "typia.assert",
|
|
8625
|
+
path: _path + ".description",
|
|
8626
|
+
expected: "(string | undefined)",
|
|
8627
|
+
value: input.description
|
|
8628
8628
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8629
8629
|
method: "typia.assert",
|
|
8630
8630
|
path: _path + ".readOnly",
|
|
@@ -8685,16 +8685,16 @@ class NestiaMigrateApplication {
|
|
|
8685
8685
|
path: _path + ".title",
|
|
8686
8686
|
expected: "(string | undefined)",
|
|
8687
8687
|
value: input.title
|
|
8688
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8689
|
-
method: "typia.assert",
|
|
8690
|
-
path: _path + ".description",
|
|
8691
|
-
expected: "(string | undefined)",
|
|
8692
|
-
value: input.description
|
|
8693
8688
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8694
8689
|
method: "typia.assert",
|
|
8695
8690
|
path: _path + ".deprecated",
|
|
8696
8691
|
expected: "(boolean | undefined)",
|
|
8697
8692
|
value: input.deprecated
|
|
8693
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8694
|
+
method: "typia.assert",
|
|
8695
|
+
path: _path + ".description",
|
|
8696
|
+
expected: "(string | undefined)",
|
|
8697
|
+
value: input.description
|
|
8698
8698
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8699
8699
|
method: "typia.assert",
|
|
8700
8700
|
path: _path + ".readOnly",
|
|
@@ -8730,16 +8730,16 @@ class NestiaMigrateApplication {
|
|
|
8730
8730
|
path: _path + ".title",
|
|
8731
8731
|
expected: "(string | undefined)",
|
|
8732
8732
|
value: input.title
|
|
8733
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8734
|
-
method: "typia.assert",
|
|
8735
|
-
path: _path + ".description",
|
|
8736
|
-
expected: "(string | undefined)",
|
|
8737
|
-
value: input.description
|
|
8738
8733
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8739
8734
|
method: "typia.assert",
|
|
8740
8735
|
path: _path + ".deprecated",
|
|
8741
8736
|
expected: "(boolean | undefined)",
|
|
8742
8737
|
value: input.deprecated
|
|
8738
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8739
|
+
method: "typia.assert",
|
|
8740
|
+
path: _path + ".description",
|
|
8741
|
+
expected: "(string | undefined)",
|
|
8742
|
+
value: input.description
|
|
8743
8743
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8744
8744
|
method: "typia.assert",
|
|
8745
8745
|
path: _path + ".readOnly",
|
|
@@ -8785,16 +8785,16 @@ class NestiaMigrateApplication {
|
|
|
8785
8785
|
path: _path + ".title",
|
|
8786
8786
|
expected: "(string | undefined)",
|
|
8787
8787
|
value: input.title
|
|
8788
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8789
|
-
method: "typia.assert",
|
|
8790
|
-
path: _path + ".description",
|
|
8791
|
-
expected: "(string | undefined)",
|
|
8792
|
-
value: input.description
|
|
8793
8788
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8794
8789
|
method: "typia.assert",
|
|
8795
8790
|
path: _path + ".deprecated",
|
|
8796
8791
|
expected: "(boolean | undefined)",
|
|
8797
8792
|
value: input.deprecated
|
|
8793
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8794
|
+
method: "typia.assert",
|
|
8795
|
+
path: _path + ".description",
|
|
8796
|
+
expected: "(string | undefined)",
|
|
8797
|
+
value: input.description
|
|
8798
8798
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8799
8799
|
method: "typia.assert",
|
|
8800
8800
|
path: _path + ".readOnly",
|
|
@@ -9060,16 +9060,16 @@ class NestiaMigrateApplication {
|
|
|
9060
9060
|
path: _path + ".title",
|
|
9061
9061
|
expected: "(string | undefined)",
|
|
9062
9062
|
value: input.title
|
|
9063
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9064
|
-
method: "typia.assert",
|
|
9065
|
-
path: _path + ".description",
|
|
9066
|
-
expected: "(string | undefined)",
|
|
9067
|
-
value: input.description
|
|
9068
9063
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9069
9064
|
method: "typia.assert",
|
|
9070
9065
|
path: _path + ".deprecated",
|
|
9071
9066
|
expected: "(boolean | undefined)",
|
|
9072
9067
|
value: input.deprecated
|
|
9068
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9069
|
+
method: "typia.assert",
|
|
9070
|
+
path: _path + ".description",
|
|
9071
|
+
expected: "(string | undefined)",
|
|
9072
|
+
value: input.description
|
|
9073
9073
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9074
9074
|
method: "typia.assert",
|
|
9075
9075
|
path: _path + ".readOnly",
|
|
@@ -9105,16 +9105,16 @@ class NestiaMigrateApplication {
|
|
|
9105
9105
|
path: _path + ".title",
|
|
9106
9106
|
expected: "(string | undefined)",
|
|
9107
9107
|
value: input.title
|
|
9108
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9109
|
-
method: "typia.assert",
|
|
9110
|
-
path: _path + ".description",
|
|
9111
|
-
expected: "(string | undefined)",
|
|
9112
|
-
value: input.description
|
|
9113
9108
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9114
9109
|
method: "typia.assert",
|
|
9115
9110
|
path: _path + ".deprecated",
|
|
9116
9111
|
expected: "(boolean | undefined)",
|
|
9117
9112
|
value: input.deprecated
|
|
9113
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9114
|
+
method: "typia.assert",
|
|
9115
|
+
path: _path + ".description",
|
|
9116
|
+
expected: "(string | undefined)",
|
|
9117
|
+
value: input.description
|
|
9118
9118
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9119
9119
|
method: "typia.assert",
|
|
9120
9120
|
path: _path + ".readOnly",
|
|
@@ -9150,16 +9150,16 @@ class NestiaMigrateApplication {
|
|
|
9150
9150
|
path: _path + ".title",
|
|
9151
9151
|
expected: "(string | undefined)",
|
|
9152
9152
|
value: input.title
|
|
9153
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9154
|
-
method: "typia.assert",
|
|
9155
|
-
path: _path + ".description",
|
|
9156
|
-
expected: "(string | undefined)",
|
|
9157
|
-
value: input.description
|
|
9158
9153
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9159
9154
|
method: "typia.assert",
|
|
9160
9155
|
path: _path + ".deprecated",
|
|
9161
9156
|
expected: "(boolean | undefined)",
|
|
9162
9157
|
value: input.deprecated
|
|
9158
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9159
|
+
method: "typia.assert",
|
|
9160
|
+
path: _path + ".description",
|
|
9161
|
+
expected: "(string | undefined)",
|
|
9162
|
+
value: input.description
|
|
9163
9163
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9164
9164
|
method: "typia.assert",
|
|
9165
9165
|
path: _path + ".readOnly",
|
|
@@ -9365,16 +9365,16 @@ class NestiaMigrateApplication {
|
|
|
9365
9365
|
path: _path + ".title",
|
|
9366
9366
|
expected: "(string | undefined)",
|
|
9367
9367
|
value: input.title
|
|
9368
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9369
|
-
method: "typia.assert",
|
|
9370
|
-
path: _path + ".description",
|
|
9371
|
-
expected: "(string | undefined)",
|
|
9372
|
-
value: input.description
|
|
9373
9368
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9374
9369
|
method: "typia.assert",
|
|
9375
9370
|
path: _path + ".deprecated",
|
|
9376
9371
|
expected: "(boolean | undefined)",
|
|
9377
9372
|
value: input.deprecated
|
|
9373
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9374
|
+
method: "typia.assert",
|
|
9375
|
+
path: _path + ".description",
|
|
9376
|
+
expected: "(string | undefined)",
|
|
9377
|
+
value: input.description
|
|
9378
9378
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9379
9379
|
method: "typia.assert",
|
|
9380
9380
|
path: _path + ".readOnly",
|
|
@@ -9500,16 +9500,16 @@ class NestiaMigrateApplication {
|
|
|
9500
9500
|
path: _path + ".title",
|
|
9501
9501
|
expected: "(string | undefined)",
|
|
9502
9502
|
value: input.title
|
|
9503
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9504
|
-
method: "typia.assert",
|
|
9505
|
-
path: _path + ".description",
|
|
9506
|
-
expected: "(string | undefined)",
|
|
9507
|
-
value: input.description
|
|
9508
9503
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9509
9504
|
method: "typia.assert",
|
|
9510
9505
|
path: _path + ".deprecated",
|
|
9511
9506
|
expected: "(boolean | undefined)",
|
|
9512
9507
|
value: input.deprecated
|
|
9508
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9509
|
+
method: "typia.assert",
|
|
9510
|
+
path: _path + ".description",
|
|
9511
|
+
expected: "(string | undefined)",
|
|
9512
|
+
value: input.description
|
|
9513
9513
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9514
9514
|
method: "typia.assert",
|
|
9515
9515
|
path: _path + ".readOnly",
|
|
@@ -9845,16 +9845,16 @@ class NestiaMigrateApplication {
|
|
|
9845
9845
|
path: _path + ".title",
|
|
9846
9846
|
expected: "(string | undefined)",
|
|
9847
9847
|
value: input.title
|
|
9848
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9849
|
-
method: "typia.assert",
|
|
9850
|
-
path: _path + ".description",
|
|
9851
|
-
expected: "(string | undefined)",
|
|
9852
|
-
value: input.description
|
|
9853
9848
|
}, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9854
9849
|
method: "typia.assert",
|
|
9855
9850
|
path: _path + ".deprecated",
|
|
9856
9851
|
expected: "(boolean | undefined)",
|
|
9857
9852
|
value: input.deprecated
|
|
9853
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9854
|
+
method: "typia.assert",
|
|
9855
|
+
path: _path + ".description",
|
|
9856
|
+
expected: "(string | undefined)",
|
|
9857
|
+
value: input.description
|
|
9858
9858
|
}, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9859
9859
|
method: "typia.assert",
|
|
9860
9860
|
path: _path + ".readOnly",
|
|
@@ -10349,12 +10349,12 @@ class NestiaMigrateApplication {
|
|
|
10349
10349
|
if (undefined === value)
|
|
10350
10350
|
return true;
|
|
10351
10351
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu2(value);
|
|
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 => {
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io64 = input => Object.keys(input).every(key => {
|
|
10353
10353
|
const value = input[key];
|
|
10354
10354
|
if (undefined === value)
|
|
10355
10355
|
return true;
|
|
10356
10356
|
return "object" === typeof value && null !== value && _iu10(value);
|
|
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 => {
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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 => {
|
|
10358
10358
|
const value = input[key];
|
|
10359
10359
|
if (undefined === value)
|
|
10360
10360
|
return true;
|
|
@@ -10369,12 +10369,12 @@ class NestiaMigrateApplication {
|
|
|
10369
10369
|
if (undefined === value)
|
|
10370
10370
|
return true;
|
|
10371
10371
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io87(value);
|
|
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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _io91 = input => Object.keys(input).every(key => {
|
|
10373
10373
|
const value = input[key];
|
|
10374
10374
|
if (undefined === value)
|
|
10375
10375
|
return true;
|
|
10376
10376
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu12(value);
|
|
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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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 => {
|
|
10378
10378
|
const value = input[key];
|
|
10379
10379
|
if (undefined === value)
|
|
10380
10380
|
return true;
|
|
@@ -10384,7 +10384,7 @@ class NestiaMigrateApplication {
|
|
|
10384
10384
|
if (undefined === value)
|
|
10385
10385
|
return true;
|
|
10386
10386
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu5(value);
|
|
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 => {
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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 => {
|
|
10388
10388
|
const value = input[key];
|
|
10389
10389
|
if (undefined === value)
|
|
10390
10390
|
return true;
|
|
@@ -10399,12 +10399,12 @@ class NestiaMigrateApplication {
|
|
|
10399
10399
|
if (undefined === value)
|
|
10400
10400
|
return true;
|
|
10401
10401
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu13(value);
|
|
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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io123 = input => Object.keys(input).every(key => {
|
|
10403
10403
|
const value = input[key];
|
|
10404
10404
|
if (undefined === value)
|
|
10405
10405
|
return true;
|
|
10406
10406
|
return "object" === typeof value && null !== value && _iu14(value);
|
|
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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io126 = input => Object.keys(input).every(key => {
|
|
10408
10408
|
const value = input[key];
|
|
10409
10409
|
if (undefined === value)
|
|
10410
10410
|
return true;
|
|
@@ -10434,12 +10434,12 @@ class NestiaMigrateApplication {
|
|
|
10434
10434
|
if (undefined === value)
|
|
10435
10435
|
return true;
|
|
10436
10436
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io143(value);
|
|
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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io147 = input => Object.keys(input).every(key => {
|
|
10438
10438
|
const value = input[key];
|
|
10439
10439
|
if (undefined === value)
|
|
10440
10440
|
return true;
|
|
10441
10441
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu17(value);
|
|
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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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 => {
|
|
10443
10443
|
const value = input[key];
|
|
10444
10444
|
if (undefined === value)
|
|
10445
10445
|
return true;
|
|
@@ -10449,7 +10449,7 @@ class NestiaMigrateApplication {
|
|
|
10449
10449
|
if (undefined === value)
|
|
10450
10450
|
return true;
|
|
10451
10451
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu7(value);
|
|
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 => {
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.contentMediaType || "string" === typeof input.contentMediaType) && (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)) && (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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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 => {
|
|
10453
10453
|
const value = input[key];
|
|
10454
10454
|
if (undefined === value)
|
|
10455
10455
|
return true;
|
|
@@ -10459,12 +10459,12 @@ class NestiaMigrateApplication {
|
|
|
10459
10459
|
if (undefined === value)
|
|
10460
10460
|
return true;
|
|
10461
10461
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu18(value);
|
|
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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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 => {
|
|
10463
10463
|
const value = input[key];
|
|
10464
10464
|
if (undefined === value)
|
|
10465
10465
|
return true;
|
|
10466
10466
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io186(value);
|
|
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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io188 = input => Object.keys(input).every(key => {
|
|
10468
10468
|
const value = input[key];
|
|
10469
10469
|
if (undefined === value)
|
|
10470
10470
|
return true;
|
|
@@ -10474,7 +10474,7 @@ class NestiaMigrateApplication {
|
|
|
10474
10474
|
if (undefined === value)
|
|
10475
10475
|
return true;
|
|
10476
10476
|
return "object" === typeof value && null !== value && _iu21(value);
|
|
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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly); const _io193 = input => Object.keys(input).every(key => {
|
|
10478
10478
|
const value = input[key];
|
|
10479
10479
|
if (undefined === value)
|
|
10480
10480
|
return true;
|
|
@@ -10509,7 +10509,7 @@ class NestiaMigrateApplication {
|
|
|
10509
10509
|
if (undefined === value)
|
|
10510
10510
|
return true;
|
|
10511
10511
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu23(value);
|
|
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.
|
|
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.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && 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 => (() => {
|
|
10513
10513
|
if (undefined !== input["const"])
|
|
10514
10514
|
return _io9(input);
|
|
10515
10515
|
else if ("boolean" === input.type)
|
|
@@ -12561,14 +12561,14 @@ class NestiaMigrateApplication {
|
|
|
12561
12561
|
path: _path + ".title",
|
|
12562
12562
|
expected: "(string | undefined)",
|
|
12563
12563
|
value: input.title
|
|
12564
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
12565
|
-
path: _path + ".description",
|
|
12566
|
-
expected: "(string | undefined)",
|
|
12567
|
-
value: input.description
|
|
12568
12564
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
12569
12565
|
path: _path + ".deprecated",
|
|
12570
12566
|
expected: "(boolean | undefined)",
|
|
12571
12567
|
value: input.deprecated
|
|
12568
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
12569
|
+
path: _path + ".description",
|
|
12570
|
+
expected: "(string | undefined)",
|
|
12571
|
+
value: input.description
|
|
12572
12572
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
12573
12573
|
path: _path + ".readOnly",
|
|
12574
12574
|
expected: "(boolean | undefined)",
|
|
@@ -12649,14 +12649,14 @@ class NestiaMigrateApplication {
|
|
|
12649
12649
|
path: _path + ".title",
|
|
12650
12650
|
expected: "(string | undefined)",
|
|
12651
12651
|
value: input.title
|
|
12652
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
12653
|
-
path: _path + ".description",
|
|
12654
|
-
expected: "(string | undefined)",
|
|
12655
|
-
value: input.description
|
|
12656
12652
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
12657
12653
|
path: _path + ".deprecated",
|
|
12658
12654
|
expected: "(boolean | undefined)",
|
|
12659
12655
|
value: input.deprecated
|
|
12656
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
12657
|
+
path: _path + ".description",
|
|
12658
|
+
expected: "(string | undefined)",
|
|
12659
|
+
value: input.description
|
|
12660
12660
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
12661
12661
|
path: _path + ".readOnly",
|
|
12662
12662
|
expected: "(boolean | undefined)",
|
|
@@ -12721,14 +12721,14 @@ class NestiaMigrateApplication {
|
|
|
12721
12721
|
path: _path + ".title",
|
|
12722
12722
|
expected: "(string | undefined)",
|
|
12723
12723
|
value: input.title
|
|
12724
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
12725
|
-
path: _path + ".description",
|
|
12726
|
-
expected: "(string | undefined)",
|
|
12727
|
-
value: input.description
|
|
12728
12724
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
12729
12725
|
path: _path + ".deprecated",
|
|
12730
12726
|
expected: "(boolean | undefined)",
|
|
12731
12727
|
value: input.deprecated
|
|
12728
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
12729
|
+
path: _path + ".description",
|
|
12730
|
+
expected: "(string | undefined)",
|
|
12731
|
+
value: input.description
|
|
12732
12732
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
12733
12733
|
path: _path + ".readOnly",
|
|
12734
12734
|
expected: "(boolean | undefined)",
|
|
@@ -12793,14 +12793,14 @@ class NestiaMigrateApplication {
|
|
|
12793
12793
|
path: _path + ".title",
|
|
12794
12794
|
expected: "(string | undefined)",
|
|
12795
12795
|
value: input.title
|
|
12796
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
12797
|
-
path: _path + ".description",
|
|
12798
|
-
expected: "(string | undefined)",
|
|
12799
|
-
value: input.description
|
|
12800
12796
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
12801
12797
|
path: _path + ".deprecated",
|
|
12802
12798
|
expected: "(boolean | undefined)",
|
|
12803
12799
|
value: input.deprecated
|
|
12800
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
12801
|
+
path: _path + ".description",
|
|
12802
|
+
expected: "(string | undefined)",
|
|
12803
|
+
value: input.description
|
|
12804
12804
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
12805
12805
|
path: _path + ".readOnly",
|
|
12806
12806
|
expected: "(boolean | undefined)",
|
|
@@ -12853,14 +12853,14 @@ class NestiaMigrateApplication {
|
|
|
12853
12853
|
path: _path + ".title",
|
|
12854
12854
|
expected: "(string | undefined)",
|
|
12855
12855
|
value: input.title
|
|
12856
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
12857
|
-
path: _path + ".description",
|
|
12858
|
-
expected: "(string | undefined)",
|
|
12859
|
-
value: input.description
|
|
12860
12856
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
12861
12857
|
path: _path + ".deprecated",
|
|
12862
12858
|
expected: "(boolean | undefined)",
|
|
12863
12859
|
value: input.deprecated
|
|
12860
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
12861
|
+
path: _path + ".description",
|
|
12862
|
+
expected: "(string | undefined)",
|
|
12863
|
+
value: input.description
|
|
12864
12864
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
12865
12865
|
path: _path + ".readOnly",
|
|
12866
12866
|
expected: "(boolean | undefined)",
|
|
@@ -12925,14 +12925,14 @@ class NestiaMigrateApplication {
|
|
|
12925
12925
|
path: _path + ".title",
|
|
12926
12926
|
expected: "(string | undefined)",
|
|
12927
12927
|
value: input.title
|
|
12928
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
12929
|
-
path: _path + ".description",
|
|
12930
|
-
expected: "(string | undefined)",
|
|
12931
|
-
value: input.description
|
|
12932
12928
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
12933
12929
|
path: _path + ".deprecated",
|
|
12934
12930
|
expected: "(boolean | undefined)",
|
|
12935
12931
|
value: input.deprecated
|
|
12932
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
12933
|
+
path: _path + ".description",
|
|
12934
|
+
expected: "(string | undefined)",
|
|
12935
|
+
value: input.description
|
|
12936
12936
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
12937
12937
|
path: _path + ".readOnly",
|
|
12938
12938
|
expected: "(boolean | undefined)",
|
|
@@ -12965,14 +12965,14 @@ class NestiaMigrateApplication {
|
|
|
12965
12965
|
path: _path + ".title",
|
|
12966
12966
|
expected: "(string | undefined)",
|
|
12967
12967
|
value: input.title
|
|
12968
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
12969
|
-
path: _path + ".description",
|
|
12970
|
-
expected: "(string | undefined)",
|
|
12971
|
-
value: input.description
|
|
12972
12968
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
12973
12969
|
path: _path + ".deprecated",
|
|
12974
12970
|
expected: "(boolean | undefined)",
|
|
12975
12971
|
value: input.deprecated
|
|
12972
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
12973
|
+
path: _path + ".description",
|
|
12974
|
+
expected: "(string | undefined)",
|
|
12975
|
+
value: input.description
|
|
12976
12976
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
12977
12977
|
path: _path + ".readOnly",
|
|
12978
12978
|
expected: "(boolean | undefined)",
|
|
@@ -13001,14 +13001,14 @@ class NestiaMigrateApplication {
|
|
|
13001
13001
|
path: _path + ".title",
|
|
13002
13002
|
expected: "(string | undefined)",
|
|
13003
13003
|
value: input.title
|
|
13004
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13005
|
-
path: _path + ".description",
|
|
13006
|
-
expected: "(string | undefined)",
|
|
13007
|
-
value: input.description
|
|
13008
13004
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
13009
13005
|
path: _path + ".deprecated",
|
|
13010
13006
|
expected: "(boolean | undefined)",
|
|
13011
13007
|
value: input.deprecated
|
|
13008
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13009
|
+
path: _path + ".description",
|
|
13010
|
+
expected: "(string | undefined)",
|
|
13011
|
+
value: input.description
|
|
13012
13012
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13013
13013
|
path: _path + ".readOnly",
|
|
13014
13014
|
expected: "(boolean | undefined)",
|
|
@@ -13037,14 +13037,14 @@ class NestiaMigrateApplication {
|
|
|
13037
13037
|
path: _path + ".title",
|
|
13038
13038
|
expected: "(string | undefined)",
|
|
13039
13039
|
value: input.title
|
|
13040
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13041
|
-
path: _path + ".description",
|
|
13042
|
-
expected: "(string | undefined)",
|
|
13043
|
-
value: input.description
|
|
13044
13040
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
13045
13041
|
path: _path + ".deprecated",
|
|
13046
13042
|
expected: "(boolean | undefined)",
|
|
13047
13043
|
value: input.deprecated
|
|
13044
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13045
|
+
path: _path + ".description",
|
|
13046
|
+
expected: "(string | undefined)",
|
|
13047
|
+
value: input.description
|
|
13048
13048
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13049
13049
|
path: _path + ".readOnly",
|
|
13050
13050
|
expected: "(boolean | undefined)",
|
|
@@ -13065,14 +13065,14 @@ class NestiaMigrateApplication {
|
|
|
13065
13065
|
path: _path + ".title",
|
|
13066
13066
|
expected: "(string | undefined)",
|
|
13067
13067
|
value: input.title
|
|
13068
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13069
|
-
path: _path + ".description",
|
|
13070
|
-
expected: "(string | undefined)",
|
|
13071
|
-
value: input.description
|
|
13072
13068
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
13073
13069
|
path: _path + ".deprecated",
|
|
13074
13070
|
expected: "(boolean | undefined)",
|
|
13075
13071
|
value: input.deprecated
|
|
13072
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13073
|
+
path: _path + ".description",
|
|
13074
|
+
expected: "(string | undefined)",
|
|
13075
|
+
value: input.description
|
|
13076
13076
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13077
13077
|
path: _path + ".readOnly",
|
|
13078
13078
|
expected: "(boolean | undefined)",
|
|
@@ -13093,14 +13093,14 @@ class NestiaMigrateApplication {
|
|
|
13093
13093
|
path: _path + ".title",
|
|
13094
13094
|
expected: "(string | undefined)",
|
|
13095
13095
|
value: input.title
|
|
13096
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13097
|
-
path: _path + ".description",
|
|
13098
|
-
expected: "(string | undefined)",
|
|
13099
|
-
value: input.description
|
|
13100
13096
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
13101
13097
|
path: _path + ".deprecated",
|
|
13102
13098
|
expected: "(boolean | undefined)",
|
|
13103
13099
|
value: input.deprecated
|
|
13100
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13101
|
+
path: _path + ".description",
|
|
13102
|
+
expected: "(string | undefined)",
|
|
13103
|
+
value: input.description
|
|
13104
13104
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13105
13105
|
path: _path + ".readOnly",
|
|
13106
13106
|
expected: "(boolean | undefined)",
|
|
@@ -13138,14 +13138,14 @@ class NestiaMigrateApplication {
|
|
|
13138
13138
|
path: _path + ".title",
|
|
13139
13139
|
expected: "(string | undefined)",
|
|
13140
13140
|
value: input.title
|
|
13141
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13142
|
-
path: _path + ".description",
|
|
13143
|
-
expected: "(string | undefined)",
|
|
13144
|
-
value: input.description
|
|
13145
13141
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
13146
13142
|
path: _path + ".deprecated",
|
|
13147
13143
|
expected: "(boolean | undefined)",
|
|
13148
13144
|
value: input.deprecated
|
|
13145
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13146
|
+
path: _path + ".description",
|
|
13147
|
+
expected: "(string | undefined)",
|
|
13148
|
+
value: input.description
|
|
13149
13149
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13150
13150
|
path: _path + ".readOnly",
|
|
13151
13151
|
expected: "(boolean | undefined)",
|
|
@@ -13234,14 +13234,14 @@ class NestiaMigrateApplication {
|
|
|
13234
13234
|
path: _path + ".title",
|
|
13235
13235
|
expected: "(string | undefined)",
|
|
13236
13236
|
value: input.title
|
|
13237
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13238
|
-
path: _path + ".description",
|
|
13239
|
-
expected: "(string | undefined)",
|
|
13240
|
-
value: input.description
|
|
13241
13237
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
13242
13238
|
path: _path + ".deprecated",
|
|
13243
13239
|
expected: "(boolean | undefined)",
|
|
13244
13240
|
value: input.deprecated
|
|
13241
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13242
|
+
path: _path + ".description",
|
|
13243
|
+
expected: "(string | undefined)",
|
|
13244
|
+
value: input.description
|
|
13245
13245
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13246
13246
|
path: _path + ".readOnly",
|
|
13247
13247
|
expected: "(boolean | undefined)",
|
|
@@ -13314,14 +13314,14 @@ class NestiaMigrateApplication {
|
|
|
13314
13314
|
path: _path + ".title",
|
|
13315
13315
|
expected: "(string | undefined)",
|
|
13316
13316
|
value: input.title
|
|
13317
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13318
|
-
path: _path + ".description",
|
|
13319
|
-
expected: "(string | undefined)",
|
|
13320
|
-
value: input.description
|
|
13321
13317
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
13322
13318
|
path: _path + ".deprecated",
|
|
13323
13319
|
expected: "(boolean | undefined)",
|
|
13324
13320
|
value: input.deprecated
|
|
13321
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13322
|
+
path: _path + ".description",
|
|
13323
|
+
expected: "(string | undefined)",
|
|
13324
|
+
value: input.description
|
|
13325
13325
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13326
13326
|
path: _path + ".readOnly",
|
|
13327
13327
|
expected: "(boolean | undefined)",
|
|
@@ -13394,14 +13394,14 @@ class NestiaMigrateApplication {
|
|
|
13394
13394
|
path: _path + ".title",
|
|
13395
13395
|
expected: "(string | undefined)",
|
|
13396
13396
|
value: input.title
|
|
13397
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13398
|
-
path: _path + ".description",
|
|
13399
|
-
expected: "(string | undefined)",
|
|
13400
|
-
value: input.description
|
|
13401
13397
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
13402
13398
|
path: _path + ".deprecated",
|
|
13403
13399
|
expected: "(boolean | undefined)",
|
|
13404
13400
|
value: input.deprecated
|
|
13401
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13402
|
+
path: _path + ".description",
|
|
13403
|
+
expected: "(string | undefined)",
|
|
13404
|
+
value: input.description
|
|
13405
13405
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13406
13406
|
path: _path + ".readOnly",
|
|
13407
13407
|
expected: "(boolean | undefined)",
|
|
@@ -13462,14 +13462,14 @@ class NestiaMigrateApplication {
|
|
|
13462
13462
|
path: _path + ".title",
|
|
13463
13463
|
expected: "(string | undefined)",
|
|
13464
13464
|
value: input.title
|
|
13465
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13466
|
-
path: _path + ".description",
|
|
13467
|
-
expected: "(string | undefined)",
|
|
13468
|
-
value: input.description
|
|
13469
13465
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
13470
13466
|
path: _path + ".deprecated",
|
|
13471
13467
|
expected: "(boolean | undefined)",
|
|
13472
13468
|
value: input.deprecated
|
|
13469
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13470
|
+
path: _path + ".description",
|
|
13471
|
+
expected: "(string | undefined)",
|
|
13472
|
+
value: input.description
|
|
13473
13473
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13474
13474
|
path: _path + ".readOnly",
|
|
13475
13475
|
expected: "(boolean | undefined)",
|
|
@@ -13542,14 +13542,14 @@ class NestiaMigrateApplication {
|
|
|
13542
13542
|
path: _path + ".title",
|
|
13543
13543
|
expected: "(string | undefined)",
|
|
13544
13544
|
value: input.title
|
|
13545
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13546
|
-
path: _path + ".description",
|
|
13547
|
-
expected: "(string | undefined)",
|
|
13548
|
-
value: input.description
|
|
13549
13545
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
13550
13546
|
path: _path + ".deprecated",
|
|
13551
13547
|
expected: "(boolean | undefined)",
|
|
13552
13548
|
value: input.deprecated
|
|
13549
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13550
|
+
path: _path + ".description",
|
|
13551
|
+
expected: "(string | undefined)",
|
|
13552
|
+
value: input.description
|
|
13553
13553
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13554
13554
|
path: _path + ".readOnly",
|
|
13555
13555
|
expected: "(boolean | undefined)",
|
|
@@ -13590,14 +13590,14 @@ class NestiaMigrateApplication {
|
|
|
13590
13590
|
path: _path + ".title",
|
|
13591
13591
|
expected: "(string | undefined)",
|
|
13592
13592
|
value: input.title
|
|
13593
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13594
|
-
path: _path + ".description",
|
|
13595
|
-
expected: "(string | undefined)",
|
|
13596
|
-
value: input.description
|
|
13597
13593
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
13598
13594
|
path: _path + ".deprecated",
|
|
13599
13595
|
expected: "(boolean | undefined)",
|
|
13600
13596
|
value: input.deprecated
|
|
13597
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13598
|
+
path: _path + ".description",
|
|
13599
|
+
expected: "(string | undefined)",
|
|
13600
|
+
value: input.description
|
|
13601
13601
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13602
13602
|
path: _path + ".readOnly",
|
|
13603
13603
|
expected: "(boolean | undefined)",
|
|
@@ -13634,14 +13634,14 @@ class NestiaMigrateApplication {
|
|
|
13634
13634
|
path: _path + ".title",
|
|
13635
13635
|
expected: "(string | undefined)",
|
|
13636
13636
|
value: input.title
|
|
13637
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13638
|
-
path: _path + ".description",
|
|
13639
|
-
expected: "(string | undefined)",
|
|
13640
|
-
value: input.description
|
|
13641
13637
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
13642
13638
|
path: _path + ".deprecated",
|
|
13643
13639
|
expected: "(boolean | undefined)",
|
|
13644
13640
|
value: input.deprecated
|
|
13641
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13642
|
+
path: _path + ".description",
|
|
13643
|
+
expected: "(string | undefined)",
|
|
13644
|
+
value: input.description
|
|
13645
13645
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13646
13646
|
path: _path + ".readOnly",
|
|
13647
13647
|
expected: "(boolean | undefined)",
|
|
@@ -13678,14 +13678,14 @@ class NestiaMigrateApplication {
|
|
|
13678
13678
|
path: _path + ".title",
|
|
13679
13679
|
expected: "(string | undefined)",
|
|
13680
13680
|
value: input.title
|
|
13681
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13682
|
-
path: _path + ".description",
|
|
13683
|
-
expected: "(string | undefined)",
|
|
13684
|
-
value: input.description
|
|
13685
13681
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
13686
13682
|
path: _path + ".deprecated",
|
|
13687
13683
|
expected: "(boolean | undefined)",
|
|
13688
13684
|
value: input.deprecated
|
|
13685
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13686
|
+
path: _path + ".description",
|
|
13687
|
+
expected: "(string | undefined)",
|
|
13688
|
+
value: input.description
|
|
13689
13689
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13690
13690
|
path: _path + ".readOnly",
|
|
13691
13691
|
expected: "(boolean | undefined)",
|
|
@@ -13714,14 +13714,14 @@ class NestiaMigrateApplication {
|
|
|
13714
13714
|
path: _path + ".title",
|
|
13715
13715
|
expected: "(string | undefined)",
|
|
13716
13716
|
value: input.title
|
|
13717
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13718
|
-
path: _path + ".description",
|
|
13719
|
-
expected: "(string | undefined)",
|
|
13720
|
-
value: input.description
|
|
13721
13717
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
13722
13718
|
path: _path + ".deprecated",
|
|
13723
13719
|
expected: "(boolean | undefined)",
|
|
13724
13720
|
value: input.deprecated
|
|
13721
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13722
|
+
path: _path + ".description",
|
|
13723
|
+
expected: "(string | undefined)",
|
|
13724
|
+
value: input.description
|
|
13725
13725
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13726
13726
|
path: _path + ".readOnly",
|
|
13727
13727
|
expected: "(boolean | undefined)",
|
|
@@ -13750,14 +13750,14 @@ class NestiaMigrateApplication {
|
|
|
13750
13750
|
path: _path + ".title",
|
|
13751
13751
|
expected: "(string | undefined)",
|
|
13752
13752
|
value: input.title
|
|
13753
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13754
|
-
path: _path + ".description",
|
|
13755
|
-
expected: "(string | undefined)",
|
|
13756
|
-
value: input.description
|
|
13757
13753
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
13758
13754
|
path: _path + ".deprecated",
|
|
13759
13755
|
expected: "(boolean | undefined)",
|
|
13760
13756
|
value: input.deprecated
|
|
13757
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
13758
|
+
path: _path + ".description",
|
|
13759
|
+
expected: "(string | undefined)",
|
|
13760
|
+
value: input.description
|
|
13761
13761
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
13762
13762
|
path: _path + ".readOnly",
|
|
13763
13763
|
expected: "(boolean | undefined)",
|
|
@@ -14073,14 +14073,14 @@ class NestiaMigrateApplication {
|
|
|
14073
14073
|
path: _path + ".title",
|
|
14074
14074
|
expected: "(string | undefined)",
|
|
14075
14075
|
value: input.title
|
|
14076
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14077
|
-
path: _path + ".description",
|
|
14078
|
-
expected: "(string | undefined)",
|
|
14079
|
-
value: input.description
|
|
14080
14076
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
14081
14077
|
path: _path + ".deprecated",
|
|
14082
14078
|
expected: "(boolean | undefined)",
|
|
14083
14079
|
value: input.deprecated
|
|
14080
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14081
|
+
path: _path + ".description",
|
|
14082
|
+
expected: "(string | undefined)",
|
|
14083
|
+
value: input.description
|
|
14084
14084
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14085
14085
|
path: _path + ".readOnly",
|
|
14086
14086
|
expected: "(boolean | undefined)",
|
|
@@ -14165,14 +14165,14 @@ class NestiaMigrateApplication {
|
|
|
14165
14165
|
path: _path + ".title",
|
|
14166
14166
|
expected: "(string | undefined)",
|
|
14167
14167
|
value: input.title
|
|
14168
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14169
|
-
path: _path + ".description",
|
|
14170
|
-
expected: "(string | undefined)",
|
|
14171
|
-
value: input.description
|
|
14172
14168
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
14173
14169
|
path: _path + ".deprecated",
|
|
14174
14170
|
expected: "(boolean | undefined)",
|
|
14175
14171
|
value: input.deprecated
|
|
14172
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14173
|
+
path: _path + ".description",
|
|
14174
|
+
expected: "(string | undefined)",
|
|
14175
|
+
value: input.description
|
|
14176
14176
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14177
14177
|
path: _path + ".readOnly",
|
|
14178
14178
|
expected: "(boolean | undefined)",
|
|
@@ -14202,14 +14202,14 @@ class NestiaMigrateApplication {
|
|
|
14202
14202
|
path: _path + ".title",
|
|
14203
14203
|
expected: "(string | undefined)",
|
|
14204
14204
|
value: input.title
|
|
14205
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14206
|
-
path: _path + ".description",
|
|
14207
|
-
expected: "(string | undefined)",
|
|
14208
|
-
value: input.description
|
|
14209
14205
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
14210
14206
|
path: _path + ".deprecated",
|
|
14211
14207
|
expected: "(boolean | undefined)",
|
|
14212
14208
|
value: input.deprecated
|
|
14209
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14210
|
+
path: _path + ".description",
|
|
14211
|
+
expected: "(string | undefined)",
|
|
14212
|
+
value: input.description
|
|
14213
14213
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14214
14214
|
path: _path + ".readOnly",
|
|
14215
14215
|
expected: "(boolean | undefined)",
|
|
@@ -14500,14 +14500,14 @@ class NestiaMigrateApplication {
|
|
|
14500
14500
|
path: _path + ".title",
|
|
14501
14501
|
expected: "(string | undefined)",
|
|
14502
14502
|
value: input.title
|
|
14503
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14504
|
-
path: _path + ".description",
|
|
14505
|
-
expected: "(string | undefined)",
|
|
14506
|
-
value: input.description
|
|
14507
14503
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
14508
14504
|
path: _path + ".deprecated",
|
|
14509
14505
|
expected: "(boolean | undefined)",
|
|
14510
14506
|
value: input.deprecated
|
|
14507
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14508
|
+
path: _path + ".description",
|
|
14509
|
+
expected: "(string | undefined)",
|
|
14510
|
+
value: input.description
|
|
14511
14511
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14512
14512
|
path: _path + ".readOnly",
|
|
14513
14513
|
expected: "(boolean | undefined)",
|
|
@@ -14596,14 +14596,14 @@ class NestiaMigrateApplication {
|
|
|
14596
14596
|
path: _path + ".title",
|
|
14597
14597
|
expected: "(string | undefined)",
|
|
14598
14598
|
value: input.title
|
|
14599
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14600
|
-
path: _path + ".description",
|
|
14601
|
-
expected: "(string | undefined)",
|
|
14602
|
-
value: input.description
|
|
14603
14599
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
14604
14600
|
path: _path + ".deprecated",
|
|
14605
14601
|
expected: "(boolean | undefined)",
|
|
14606
14602
|
value: input.deprecated
|
|
14603
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14604
|
+
path: _path + ".description",
|
|
14605
|
+
expected: "(string | undefined)",
|
|
14606
|
+
value: input.description
|
|
14607
14607
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14608
14608
|
path: _path + ".readOnly",
|
|
14609
14609
|
expected: "(boolean | undefined)",
|
|
@@ -14676,14 +14676,14 @@ class NestiaMigrateApplication {
|
|
|
14676
14676
|
path: _path + ".title",
|
|
14677
14677
|
expected: "(string | undefined)",
|
|
14678
14678
|
value: input.title
|
|
14679
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14680
|
-
path: _path + ".description",
|
|
14681
|
-
expected: "(string | undefined)",
|
|
14682
|
-
value: input.description
|
|
14683
14679
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
14684
14680
|
path: _path + ".deprecated",
|
|
14685
14681
|
expected: "(boolean | undefined)",
|
|
14686
14682
|
value: input.deprecated
|
|
14683
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14684
|
+
path: _path + ".description",
|
|
14685
|
+
expected: "(string | undefined)",
|
|
14686
|
+
value: input.description
|
|
14687
14687
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14688
14688
|
path: _path + ".readOnly",
|
|
14689
14689
|
expected: "(boolean | undefined)",
|
|
@@ -14756,14 +14756,14 @@ class NestiaMigrateApplication {
|
|
|
14756
14756
|
path: _path + ".title",
|
|
14757
14757
|
expected: "(string | undefined)",
|
|
14758
14758
|
value: input.title
|
|
14759
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14760
|
-
path: _path + ".description",
|
|
14761
|
-
expected: "(string | undefined)",
|
|
14762
|
-
value: input.description
|
|
14763
14759
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
14764
14760
|
path: _path + ".deprecated",
|
|
14765
14761
|
expected: "(boolean | undefined)",
|
|
14766
14762
|
value: input.deprecated
|
|
14763
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14764
|
+
path: _path + ".description",
|
|
14765
|
+
expected: "(string | undefined)",
|
|
14766
|
+
value: input.description
|
|
14767
14767
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14768
14768
|
path: _path + ".readOnly",
|
|
14769
14769
|
expected: "(boolean | undefined)",
|
|
@@ -14824,14 +14824,14 @@ class NestiaMigrateApplication {
|
|
|
14824
14824
|
path: _path + ".title",
|
|
14825
14825
|
expected: "(string | undefined)",
|
|
14826
14826
|
value: input.title
|
|
14827
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14828
|
-
path: _path + ".description",
|
|
14829
|
-
expected: "(string | undefined)",
|
|
14830
|
-
value: input.description
|
|
14831
14827
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
14832
14828
|
path: _path + ".deprecated",
|
|
14833
14829
|
expected: "(boolean | undefined)",
|
|
14834
14830
|
value: input.deprecated
|
|
14831
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14832
|
+
path: _path + ".description",
|
|
14833
|
+
expected: "(string | undefined)",
|
|
14834
|
+
value: input.description
|
|
14835
14835
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14836
14836
|
path: _path + ".readOnly",
|
|
14837
14837
|
expected: "(boolean | undefined)",
|
|
@@ -14904,14 +14904,14 @@ class NestiaMigrateApplication {
|
|
|
14904
14904
|
path: _path + ".title",
|
|
14905
14905
|
expected: "(string | undefined)",
|
|
14906
14906
|
value: input.title
|
|
14907
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14908
|
-
path: _path + ".description",
|
|
14909
|
-
expected: "(string | undefined)",
|
|
14910
|
-
value: input.description
|
|
14911
14907
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
14912
14908
|
path: _path + ".deprecated",
|
|
14913
14909
|
expected: "(boolean | undefined)",
|
|
14914
14910
|
value: input.deprecated
|
|
14911
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14912
|
+
path: _path + ".description",
|
|
14913
|
+
expected: "(string | undefined)",
|
|
14914
|
+
value: input.description
|
|
14915
14915
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14916
14916
|
path: _path + ".readOnly",
|
|
14917
14917
|
expected: "(boolean | undefined)",
|
|
@@ -14956,14 +14956,14 @@ class NestiaMigrateApplication {
|
|
|
14956
14956
|
path: _path + ".title",
|
|
14957
14957
|
expected: "(string | undefined)",
|
|
14958
14958
|
value: input.title
|
|
14959
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14960
|
-
path: _path + ".description",
|
|
14961
|
-
expected: "(string | undefined)",
|
|
14962
|
-
value: input.description
|
|
14963
14959
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
14964
14960
|
path: _path + ".deprecated",
|
|
14965
14961
|
expected: "(boolean | undefined)",
|
|
14966
14962
|
value: input.deprecated
|
|
14963
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
14964
|
+
path: _path + ".description",
|
|
14965
|
+
expected: "(string | undefined)",
|
|
14966
|
+
value: input.description
|
|
14967
14967
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
14968
14968
|
path: _path + ".readOnly",
|
|
14969
14969
|
expected: "(boolean | undefined)",
|
|
@@ -15004,14 +15004,14 @@ class NestiaMigrateApplication {
|
|
|
15004
15004
|
path: _path + ".title",
|
|
15005
15005
|
expected: "(string | undefined)",
|
|
15006
15006
|
value: input.title
|
|
15007
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15008
|
-
path: _path + ".description",
|
|
15009
|
-
expected: "(string | undefined)",
|
|
15010
|
-
value: input.description
|
|
15011
15007
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
15012
15008
|
path: _path + ".deprecated",
|
|
15013
15009
|
expected: "(boolean | undefined)",
|
|
15014
15010
|
value: input.deprecated
|
|
15011
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15012
|
+
path: _path + ".description",
|
|
15013
|
+
expected: "(string | undefined)",
|
|
15014
|
+
value: input.description
|
|
15015
15015
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15016
15016
|
path: _path + ".readOnly",
|
|
15017
15017
|
expected: "(boolean | undefined)",
|
|
@@ -15052,14 +15052,14 @@ class NestiaMigrateApplication {
|
|
|
15052
15052
|
path: _path + ".title",
|
|
15053
15053
|
expected: "(string | undefined)",
|
|
15054
15054
|
value: input.title
|
|
15055
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15056
|
-
path: _path + ".description",
|
|
15057
|
-
expected: "(string | undefined)",
|
|
15058
|
-
value: input.description
|
|
15059
15055
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
15060
15056
|
path: _path + ".deprecated",
|
|
15061
15057
|
expected: "(boolean | undefined)",
|
|
15062
15058
|
value: input.deprecated
|
|
15059
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15060
|
+
path: _path + ".description",
|
|
15061
|
+
expected: "(string | undefined)",
|
|
15062
|
+
value: input.description
|
|
15063
15063
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15064
15064
|
path: _path + ".readOnly",
|
|
15065
15065
|
expected: "(boolean | undefined)",
|
|
@@ -15108,14 +15108,14 @@ class NestiaMigrateApplication {
|
|
|
15108
15108
|
path: _path + ".title",
|
|
15109
15109
|
expected: "(string | undefined)",
|
|
15110
15110
|
value: input.title
|
|
15111
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15112
|
-
path: _path + ".description",
|
|
15113
|
-
expected: "(string | undefined)",
|
|
15114
|
-
value: input.description
|
|
15115
15111
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
15116
15112
|
path: _path + ".deprecated",
|
|
15117
15113
|
expected: "(boolean | undefined)",
|
|
15118
15114
|
value: input.deprecated
|
|
15115
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15116
|
+
path: _path + ".description",
|
|
15117
|
+
expected: "(string | undefined)",
|
|
15118
|
+
value: input.description
|
|
15119
15119
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15120
15120
|
path: _path + ".readOnly",
|
|
15121
15121
|
expected: "(boolean | undefined)",
|
|
@@ -15144,14 +15144,14 @@ class NestiaMigrateApplication {
|
|
|
15144
15144
|
path: _path + ".title",
|
|
15145
15145
|
expected: "(string | undefined)",
|
|
15146
15146
|
value: input.title
|
|
15147
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15148
|
-
path: _path + ".description",
|
|
15149
|
-
expected: "(string | undefined)",
|
|
15150
|
-
value: input.description
|
|
15151
15147
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
15152
15148
|
path: _path + ".deprecated",
|
|
15153
15149
|
expected: "(boolean | undefined)",
|
|
15154
15150
|
value: input.deprecated
|
|
15151
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15152
|
+
path: _path + ".description",
|
|
15153
|
+
expected: "(string | undefined)",
|
|
15154
|
+
value: input.description
|
|
15155
15155
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15156
15156
|
path: _path + ".readOnly",
|
|
15157
15157
|
expected: "(boolean | undefined)",
|
|
@@ -15180,14 +15180,14 @@ class NestiaMigrateApplication {
|
|
|
15180
15180
|
path: _path + ".title",
|
|
15181
15181
|
expected: "(string | undefined)",
|
|
15182
15182
|
value: input.title
|
|
15183
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15184
|
-
path: _path + ".description",
|
|
15185
|
-
expected: "(string | undefined)",
|
|
15186
|
-
value: input.description
|
|
15187
15183
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
15188
15184
|
path: _path + ".deprecated",
|
|
15189
15185
|
expected: "(boolean | undefined)",
|
|
15190
15186
|
value: input.deprecated
|
|
15187
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15188
|
+
path: _path + ".description",
|
|
15189
|
+
expected: "(string | undefined)",
|
|
15190
|
+
value: input.description
|
|
15191
15191
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15192
15192
|
path: _path + ".readOnly",
|
|
15193
15193
|
expected: "(boolean | undefined)",
|
|
@@ -15323,14 +15323,14 @@ class NestiaMigrateApplication {
|
|
|
15323
15323
|
path: _path + ".title",
|
|
15324
15324
|
expected: "(string | undefined)",
|
|
15325
15325
|
value: input.title
|
|
15326
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15327
|
-
path: _path + ".description",
|
|
15328
|
-
expected: "(string | undefined)",
|
|
15329
|
-
value: input.description
|
|
15330
15326
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
15331
15327
|
path: _path + ".deprecated",
|
|
15332
15328
|
expected: "(boolean | undefined)",
|
|
15333
15329
|
value: input.deprecated
|
|
15330
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15331
|
+
path: _path + ".description",
|
|
15332
|
+
expected: "(string | undefined)",
|
|
15333
|
+
value: input.description
|
|
15334
15334
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15335
15335
|
path: _path + ".readOnly",
|
|
15336
15336
|
expected: "(boolean | undefined)",
|
|
@@ -15400,14 +15400,14 @@ class NestiaMigrateApplication {
|
|
|
15400
15400
|
path: _path + ".title",
|
|
15401
15401
|
expected: "(string | undefined)",
|
|
15402
15402
|
value: input.title
|
|
15403
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15404
|
-
path: _path + ".description",
|
|
15405
|
-
expected: "(string | undefined)",
|
|
15406
|
-
value: input.description
|
|
15407
15403
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
15408
15404
|
path: _path + ".deprecated",
|
|
15409
15405
|
expected: "(boolean | undefined)",
|
|
15410
15406
|
value: input.deprecated
|
|
15407
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15408
|
+
path: _path + ".description",
|
|
15409
|
+
expected: "(string | undefined)",
|
|
15410
|
+
value: input.description
|
|
15411
15411
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15412
15412
|
path: _path + ".readOnly",
|
|
15413
15413
|
expected: "(boolean | undefined)",
|
|
@@ -15822,14 +15822,14 @@ class NestiaMigrateApplication {
|
|
|
15822
15822
|
path: _path + ".title",
|
|
15823
15823
|
expected: "(string | undefined)",
|
|
15824
15824
|
value: input.title
|
|
15825
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15826
|
-
path: _path + ".description",
|
|
15827
|
-
expected: "(string | undefined)",
|
|
15828
|
-
value: input.description
|
|
15829
15825
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
15830
15826
|
path: _path + ".deprecated",
|
|
15831
15827
|
expected: "(boolean | undefined)",
|
|
15832
15828
|
value: input.deprecated
|
|
15829
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15830
|
+
path: _path + ".description",
|
|
15831
|
+
expected: "(string | undefined)",
|
|
15832
|
+
value: input.description
|
|
15833
15833
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15834
15834
|
path: _path + ".readOnly",
|
|
15835
15835
|
expected: "(boolean | undefined)",
|
|
@@ -15950,14 +15950,14 @@ class NestiaMigrateApplication {
|
|
|
15950
15950
|
path: _path + ".title",
|
|
15951
15951
|
expected: "(string | undefined)",
|
|
15952
15952
|
value: input.title
|
|
15953
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15954
|
-
path: _path + ".description",
|
|
15955
|
-
expected: "(string | undefined)",
|
|
15956
|
-
value: input.description
|
|
15957
15953
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
15958
15954
|
path: _path + ".deprecated",
|
|
15959
15955
|
expected: "(boolean | undefined)",
|
|
15960
15956
|
value: input.deprecated
|
|
15957
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
15958
|
+
path: _path + ".description",
|
|
15959
|
+
expected: "(string | undefined)",
|
|
15960
|
+
value: input.description
|
|
15961
15961
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
15962
15962
|
path: _path + ".readOnly",
|
|
15963
15963
|
expected: "(boolean | undefined)",
|
|
@@ -15999,14 +15999,14 @@ class NestiaMigrateApplication {
|
|
|
15999
15999
|
path: _path + ".title",
|
|
16000
16000
|
expected: "(string | undefined)",
|
|
16001
16001
|
value: input.title
|
|
16002
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
16003
|
-
path: _path + ".description",
|
|
16004
|
-
expected: "(string | undefined)",
|
|
16005
|
-
value: input.description
|
|
16006
16002
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
16007
16003
|
path: _path + ".deprecated",
|
|
16008
16004
|
expected: "(boolean | undefined)",
|
|
16009
16005
|
value: input.deprecated
|
|
16006
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
16007
|
+
path: _path + ".description",
|
|
16008
|
+
expected: "(string | undefined)",
|
|
16009
|
+
value: input.description
|
|
16010
16010
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
16011
16011
|
path: _path + ".readOnly",
|
|
16012
16012
|
expected: "(boolean | undefined)",
|
|
@@ -16341,14 +16341,14 @@ class NestiaMigrateApplication {
|
|
|
16341
16341
|
path: _path + ".title",
|
|
16342
16342
|
expected: "(string | undefined)",
|
|
16343
16343
|
value: input.title
|
|
16344
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
16345
|
-
path: _path + ".description",
|
|
16346
|
-
expected: "(string | undefined)",
|
|
16347
|
-
value: input.description
|
|
16348
16344
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
16349
16345
|
path: _path + ".deprecated",
|
|
16350
16346
|
expected: "(boolean | undefined)",
|
|
16351
16347
|
value: input.deprecated
|
|
16348
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
16349
|
+
path: _path + ".description",
|
|
16350
|
+
expected: "(string | undefined)",
|
|
16351
|
+
value: input.description
|
|
16352
16352
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
16353
16353
|
path: _path + ".readOnly",
|
|
16354
16354
|
expected: "(boolean | undefined)",
|
|
@@ -16381,6 +16381,10 @@ class NestiaMigrateApplication {
|
|
|
16381
16381
|
path: _path + ".multipleOf",
|
|
16382
16382
|
expected: "((number & ExclusiveMinimum<0>) | undefined)",
|
|
16383
16383
|
value: input.multipleOf
|
|
16384
|
+
}), undefined === input.contentMediaType || "string" === typeof input.contentMediaType || _report(_exceptionable, {
|
|
16385
|
+
path: _path + ".contentMediaType",
|
|
16386
|
+
expected: "(string | undefined)",
|
|
16387
|
+
value: input.contentMediaType
|
|
16384
16388
|
}), undefined === input.format || "string" === typeof input.format || _report(_exceptionable, {
|
|
16385
16389
|
path: _path + ".format",
|
|
16386
16390
|
expected: "(string | undefined)",
|
|
@@ -16389,10 +16393,6 @@ class NestiaMigrateApplication {
|
|
|
16389
16393
|
path: _path + ".pattern",
|
|
16390
16394
|
expected: "(string | undefined)",
|
|
16391
16395
|
value: input.pattern
|
|
16392
|
-
}), undefined === input.contentMediaType || "string" === typeof input.contentMediaType || _report(_exceptionable, {
|
|
16393
|
-
path: _path + ".contentMediaType",
|
|
16394
|
-
expected: "(string | undefined)",
|
|
16395
|
-
value: input.contentMediaType
|
|
16396
16396
|
}), undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000 || _report(_exceptionable, {
|
|
16397
16397
|
path: _path + ".minLength",
|
|
16398
16398
|
expected: "number & Type<\"uint64\">",
|
|
@@ -16601,14 +16601,14 @@ class NestiaMigrateApplication {
|
|
|
16601
16601
|
path: _path + ".title",
|
|
16602
16602
|
expected: "(string | undefined)",
|
|
16603
16603
|
value: input.title
|
|
16604
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
16605
|
-
path: _path + ".description",
|
|
16606
|
-
expected: "(string | undefined)",
|
|
16607
|
-
value: input.description
|
|
16608
16604
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
16609
16605
|
path: _path + ".deprecated",
|
|
16610
16606
|
expected: "(boolean | undefined)",
|
|
16611
16607
|
value: input.deprecated
|
|
16608
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
16609
|
+
path: _path + ".description",
|
|
16610
|
+
expected: "(string | undefined)",
|
|
16611
|
+
value: input.description
|
|
16612
16612
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
16613
16613
|
path: _path + ".readOnly",
|
|
16614
16614
|
expected: "(boolean | undefined)",
|
|
@@ -16641,14 +16641,14 @@ class NestiaMigrateApplication {
|
|
|
16641
16641
|
path: _path + ".title",
|
|
16642
16642
|
expected: "(string | undefined)",
|
|
16643
16643
|
value: input.title
|
|
16644
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
16645
|
-
path: _path + ".description",
|
|
16646
|
-
expected: "(string | undefined)",
|
|
16647
|
-
value: input.description
|
|
16648
16644
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
16649
16645
|
path: _path + ".deprecated",
|
|
16650
16646
|
expected: "(boolean | undefined)",
|
|
16651
16647
|
value: input.deprecated
|
|
16648
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
16649
|
+
path: _path + ".description",
|
|
16650
|
+
expected: "(string | undefined)",
|
|
16651
|
+
value: input.description
|
|
16652
16652
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
16653
16653
|
path: _path + ".readOnly",
|
|
16654
16654
|
expected: "(boolean | undefined)",
|
|
@@ -16745,14 +16745,14 @@ class NestiaMigrateApplication {
|
|
|
16745
16745
|
path: _path + ".title",
|
|
16746
16746
|
expected: "(string | undefined)",
|
|
16747
16747
|
value: input.title
|
|
16748
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
16749
|
-
path: _path + ".description",
|
|
16750
|
-
expected: "(string | undefined)",
|
|
16751
|
-
value: input.description
|
|
16752
16748
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
16753
16749
|
path: _path + ".deprecated",
|
|
16754
16750
|
expected: "(boolean | undefined)",
|
|
16755
16751
|
value: input.deprecated
|
|
16752
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
16753
|
+
path: _path + ".description",
|
|
16754
|
+
expected: "(string | undefined)",
|
|
16755
|
+
value: input.description
|
|
16756
16756
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
16757
16757
|
path: _path + ".readOnly",
|
|
16758
16758
|
expected: "(boolean | undefined)",
|
|
@@ -16825,14 +16825,14 @@ class NestiaMigrateApplication {
|
|
|
16825
16825
|
path: _path + ".title",
|
|
16826
16826
|
expected: "(string | undefined)",
|
|
16827
16827
|
value: input.title
|
|
16828
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
16829
|
-
path: _path + ".description",
|
|
16830
|
-
expected: "(string | undefined)",
|
|
16831
|
-
value: input.description
|
|
16832
16828
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
16833
16829
|
path: _path + ".deprecated",
|
|
16834
16830
|
expected: "(boolean | undefined)",
|
|
16835
16831
|
value: input.deprecated
|
|
16832
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
16833
|
+
path: _path + ".description",
|
|
16834
|
+
expected: "(string | undefined)",
|
|
16835
|
+
value: input.description
|
|
16836
16836
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
16837
16837
|
path: _path + ".readOnly",
|
|
16838
16838
|
expected: "(boolean | undefined)",
|
|
@@ -16909,14 +16909,14 @@ class NestiaMigrateApplication {
|
|
|
16909
16909
|
path: _path + ".title",
|
|
16910
16910
|
expected: "(string | undefined)",
|
|
16911
16911
|
value: input.title
|
|
16912
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
16913
|
-
path: _path + ".description",
|
|
16914
|
-
expected: "(string | undefined)",
|
|
16915
|
-
value: input.description
|
|
16916
16912
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
16917
16913
|
path: _path + ".deprecated",
|
|
16918
16914
|
expected: "(boolean | undefined)",
|
|
16919
16915
|
value: input.deprecated
|
|
16916
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
16917
|
+
path: _path + ".description",
|
|
16918
|
+
expected: "(string | undefined)",
|
|
16919
|
+
value: input.description
|
|
16920
16920
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
16921
16921
|
path: _path + ".readOnly",
|
|
16922
16922
|
expected: "(boolean | undefined)",
|
|
@@ -17017,14 +17017,14 @@ class NestiaMigrateApplication {
|
|
|
17017
17017
|
path: _path + ".title",
|
|
17018
17018
|
expected: "(string | undefined)",
|
|
17019
17019
|
value: input.title
|
|
17020
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17021
|
-
path: _path + ".description",
|
|
17022
|
-
expected: "(string | undefined)",
|
|
17023
|
-
value: input.description
|
|
17024
17020
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
17025
17021
|
path: _path + ".deprecated",
|
|
17026
17022
|
expected: "(boolean | undefined)",
|
|
17027
17023
|
value: input.deprecated
|
|
17024
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17025
|
+
path: _path + ".description",
|
|
17026
|
+
expected: "(string | undefined)",
|
|
17027
|
+
value: input.description
|
|
17028
17028
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17029
17029
|
path: _path + ".readOnly",
|
|
17030
17030
|
expected: "(boolean | undefined)",
|
|
@@ -17097,14 +17097,14 @@ class NestiaMigrateApplication {
|
|
|
17097
17097
|
path: _path + ".title",
|
|
17098
17098
|
expected: "(string | undefined)",
|
|
17099
17099
|
value: input.title
|
|
17100
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17101
|
-
path: _path + ".description",
|
|
17102
|
-
expected: "(string | undefined)",
|
|
17103
|
-
value: input.description
|
|
17104
17100
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
17105
17101
|
path: _path + ".deprecated",
|
|
17106
17102
|
expected: "(boolean | undefined)",
|
|
17107
17103
|
value: input.deprecated
|
|
17104
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17105
|
+
path: _path + ".description",
|
|
17106
|
+
expected: "(string | undefined)",
|
|
17107
|
+
value: input.description
|
|
17108
17108
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17109
17109
|
path: _path + ".readOnly",
|
|
17110
17110
|
expected: "(boolean | undefined)",
|
|
@@ -17149,14 +17149,14 @@ class NestiaMigrateApplication {
|
|
|
17149
17149
|
path: _path + ".title",
|
|
17150
17150
|
expected: "(string | undefined)",
|
|
17151
17151
|
value: input.title
|
|
17152
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17153
|
-
path: _path + ".description",
|
|
17154
|
-
expected: "(string | undefined)",
|
|
17155
|
-
value: input.description
|
|
17156
17152
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
17157
17153
|
path: _path + ".deprecated",
|
|
17158
17154
|
expected: "(boolean | undefined)",
|
|
17159
17155
|
value: input.deprecated
|
|
17156
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17157
|
+
path: _path + ".description",
|
|
17158
|
+
expected: "(string | undefined)",
|
|
17159
|
+
value: input.description
|
|
17160
17160
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17161
17161
|
path: _path + ".readOnly",
|
|
17162
17162
|
expected: "(boolean | undefined)",
|
|
@@ -17185,14 +17185,14 @@ class NestiaMigrateApplication {
|
|
|
17185
17185
|
path: _path + ".title",
|
|
17186
17186
|
expected: "(string | undefined)",
|
|
17187
17187
|
value: input.title
|
|
17188
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17189
|
-
path: _path + ".description",
|
|
17190
|
-
expected: "(string | undefined)",
|
|
17191
|
-
value: input.description
|
|
17192
17188
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
17193
17189
|
path: _path + ".deprecated",
|
|
17194
17190
|
expected: "(boolean | undefined)",
|
|
17195
17191
|
value: input.deprecated
|
|
17192
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17193
|
+
path: _path + ".description",
|
|
17194
|
+
expected: "(string | undefined)",
|
|
17195
|
+
value: input.description
|
|
17196
17196
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17197
17197
|
path: _path + ".readOnly",
|
|
17198
17198
|
expected: "(boolean | undefined)",
|
|
@@ -17233,14 +17233,14 @@ class NestiaMigrateApplication {
|
|
|
17233
17233
|
path: _path + ".title",
|
|
17234
17234
|
expected: "(string | undefined)",
|
|
17235
17235
|
value: input.title
|
|
17236
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17237
|
-
path: _path + ".description",
|
|
17238
|
-
expected: "(string | undefined)",
|
|
17239
|
-
value: input.description
|
|
17240
17236
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
17241
17237
|
path: _path + ".deprecated",
|
|
17242
17238
|
expected: "(boolean | undefined)",
|
|
17243
17239
|
value: input.deprecated
|
|
17240
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17241
|
+
path: _path + ".description",
|
|
17242
|
+
expected: "(string | undefined)",
|
|
17243
|
+
value: input.description
|
|
17244
17244
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17245
17245
|
path: _path + ".readOnly",
|
|
17246
17246
|
expected: "(boolean | undefined)",
|
|
@@ -17281,14 +17281,14 @@ class NestiaMigrateApplication {
|
|
|
17281
17281
|
path: _path + ".title",
|
|
17282
17282
|
expected: "(string | undefined)",
|
|
17283
17283
|
value: input.title
|
|
17284
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17285
|
-
path: _path + ".description",
|
|
17286
|
-
expected: "(string | undefined)",
|
|
17287
|
-
value: input.description
|
|
17288
17284
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
17289
17285
|
path: _path + ".deprecated",
|
|
17290
17286
|
expected: "(boolean | undefined)",
|
|
17291
17287
|
value: input.deprecated
|
|
17288
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17289
|
+
path: _path + ".description",
|
|
17290
|
+
expected: "(string | undefined)",
|
|
17291
|
+
value: input.description
|
|
17292
17292
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17293
17293
|
path: _path + ".readOnly",
|
|
17294
17294
|
expected: "(boolean | undefined)",
|
|
@@ -17337,14 +17337,14 @@ class NestiaMigrateApplication {
|
|
|
17337
17337
|
path: _path + ".title",
|
|
17338
17338
|
expected: "(string | undefined)",
|
|
17339
17339
|
value: input.title
|
|
17340
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17341
|
-
path: _path + ".description",
|
|
17342
|
-
expected: "(string | undefined)",
|
|
17343
|
-
value: input.description
|
|
17344
17340
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
17345
17341
|
path: _path + ".deprecated",
|
|
17346
17342
|
expected: "(boolean | undefined)",
|
|
17347
17343
|
value: input.deprecated
|
|
17344
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17345
|
+
path: _path + ".description",
|
|
17346
|
+
expected: "(string | undefined)",
|
|
17347
|
+
value: input.description
|
|
17348
17348
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17349
17349
|
path: _path + ".readOnly",
|
|
17350
17350
|
expected: "(boolean | undefined)",
|
|
@@ -17373,14 +17373,14 @@ class NestiaMigrateApplication {
|
|
|
17373
17373
|
path: _path + ".title",
|
|
17374
17374
|
expected: "(string | undefined)",
|
|
17375
17375
|
value: input.title
|
|
17376
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17377
|
-
path: _path + ".description",
|
|
17378
|
-
expected: "(string | undefined)",
|
|
17379
|
-
value: input.description
|
|
17380
17376
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
17381
17377
|
path: _path + ".deprecated",
|
|
17382
17378
|
expected: "(boolean | undefined)",
|
|
17383
17379
|
value: input.deprecated
|
|
17380
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17381
|
+
path: _path + ".description",
|
|
17382
|
+
expected: "(string | undefined)",
|
|
17383
|
+
value: input.description
|
|
17384
17384
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17385
17385
|
path: _path + ".readOnly",
|
|
17386
17386
|
expected: "(boolean | undefined)",
|
|
@@ -17417,14 +17417,14 @@ class NestiaMigrateApplication {
|
|
|
17417
17417
|
path: _path + ".title",
|
|
17418
17418
|
expected: "(string | undefined)",
|
|
17419
17419
|
value: input.title
|
|
17420
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17421
|
-
path: _path + ".description",
|
|
17422
|
-
expected: "(string | undefined)",
|
|
17423
|
-
value: input.description
|
|
17424
17420
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
17425
17421
|
path: _path + ".deprecated",
|
|
17426
17422
|
expected: "(boolean | undefined)",
|
|
17427
17423
|
value: input.deprecated
|
|
17424
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17425
|
+
path: _path + ".description",
|
|
17426
|
+
expected: "(string | undefined)",
|
|
17427
|
+
value: input.description
|
|
17428
17428
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17429
17429
|
path: _path + ".readOnly",
|
|
17430
17430
|
expected: "(boolean | undefined)",
|
|
@@ -17639,14 +17639,14 @@ class NestiaMigrateApplication {
|
|
|
17639
17639
|
path: _path + ".title",
|
|
17640
17640
|
expected: "(string | undefined)",
|
|
17641
17641
|
value: input.title
|
|
17642
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17643
|
-
path: _path + ".description",
|
|
17644
|
-
expected: "(string | undefined)",
|
|
17645
|
-
value: input.description
|
|
17646
17642
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
17647
17643
|
path: _path + ".deprecated",
|
|
17648
17644
|
expected: "(boolean | undefined)",
|
|
17649
17645
|
value: input.deprecated
|
|
17646
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17647
|
+
path: _path + ".description",
|
|
17648
|
+
expected: "(string | undefined)",
|
|
17649
|
+
value: input.description
|
|
17650
17650
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17651
17651
|
path: _path + ".readOnly",
|
|
17652
17652
|
expected: "(boolean | undefined)",
|
|
@@ -17675,14 +17675,14 @@ class NestiaMigrateApplication {
|
|
|
17675
17675
|
path: _path + ".title",
|
|
17676
17676
|
expected: "(string | undefined)",
|
|
17677
17677
|
value: input.title
|
|
17678
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17679
|
-
path: _path + ".description",
|
|
17680
|
-
expected: "(string | undefined)",
|
|
17681
|
-
value: input.description
|
|
17682
17678
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
17683
17679
|
path: _path + ".deprecated",
|
|
17684
17680
|
expected: "(boolean | undefined)",
|
|
17685
17681
|
value: input.deprecated
|
|
17682
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17683
|
+
path: _path + ".description",
|
|
17684
|
+
expected: "(string | undefined)",
|
|
17685
|
+
value: input.description
|
|
17686
17686
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17687
17687
|
path: _path + ".readOnly",
|
|
17688
17688
|
expected: "(boolean | undefined)",
|
|
@@ -17711,14 +17711,14 @@ class NestiaMigrateApplication {
|
|
|
17711
17711
|
path: _path + ".title",
|
|
17712
17712
|
expected: "(string | undefined)",
|
|
17713
17713
|
value: input.title
|
|
17714
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17715
|
-
path: _path + ".description",
|
|
17716
|
-
expected: "(string | undefined)",
|
|
17717
|
-
value: input.description
|
|
17718
17714
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
17719
17715
|
path: _path + ".deprecated",
|
|
17720
17716
|
expected: "(boolean | undefined)",
|
|
17721
17717
|
value: input.deprecated
|
|
17718
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17719
|
+
path: _path + ".description",
|
|
17720
|
+
expected: "(string | undefined)",
|
|
17721
|
+
value: input.description
|
|
17722
17722
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17723
17723
|
path: _path + ".readOnly",
|
|
17724
17724
|
expected: "(boolean | undefined)",
|
|
@@ -17884,14 +17884,14 @@ class NestiaMigrateApplication {
|
|
|
17884
17884
|
path: _path + ".title",
|
|
17885
17885
|
expected: "(string | undefined)",
|
|
17886
17886
|
value: input.title
|
|
17887
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17888
|
-
path: _path + ".description",
|
|
17889
|
-
expected: "(string | undefined)",
|
|
17890
|
-
value: input.description
|
|
17891
17887
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
17892
17888
|
path: _path + ".deprecated",
|
|
17893
17889
|
expected: "(boolean | undefined)",
|
|
17894
17890
|
value: input.deprecated
|
|
17891
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17892
|
+
path: _path + ".description",
|
|
17893
|
+
expected: "(string | undefined)",
|
|
17894
|
+
value: input.description
|
|
17895
17895
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
17896
17896
|
path: _path + ".readOnly",
|
|
17897
17897
|
expected: "(boolean | undefined)",
|
|
@@ -17994,14 +17994,14 @@ class NestiaMigrateApplication {
|
|
|
17994
17994
|
path: _path + ".title",
|
|
17995
17995
|
expected: "(string | undefined)",
|
|
17996
17996
|
value: input.title
|
|
17997
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
17998
|
-
path: _path + ".description",
|
|
17999
|
-
expected: "(string | undefined)",
|
|
18000
|
-
value: input.description
|
|
18001
17997
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
18002
17998
|
path: _path + ".deprecated",
|
|
18003
17999
|
expected: "(boolean | undefined)",
|
|
18004
18000
|
value: input.deprecated
|
|
18001
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
18002
|
+
path: _path + ".description",
|
|
18003
|
+
expected: "(string | undefined)",
|
|
18004
|
+
value: input.description
|
|
18005
18005
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
18006
18006
|
path: _path + ".readOnly",
|
|
18007
18007
|
expected: "(boolean | undefined)",
|
|
@@ -18277,14 +18277,14 @@ class NestiaMigrateApplication {
|
|
|
18277
18277
|
path: _path + ".title",
|
|
18278
18278
|
expected: "(string | undefined)",
|
|
18279
18279
|
value: input.title
|
|
18280
|
-
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
18281
|
-
path: _path + ".description",
|
|
18282
|
-
expected: "(string | undefined)",
|
|
18283
|
-
value: input.description
|
|
18284
18280
|
}), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
|
|
18285
18281
|
path: _path + ".deprecated",
|
|
18286
18282
|
expected: "(boolean | undefined)",
|
|
18287
18283
|
value: input.deprecated
|
|
18284
|
+
}), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
|
|
18285
|
+
path: _path + ".description",
|
|
18286
|
+
expected: "(string | undefined)",
|
|
18287
|
+
value: input.description
|
|
18288
18288
|
}), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
|
|
18289
18289
|
path: _path + ".readOnly",
|
|
18290
18290
|
expected: "(boolean | undefined)",
|