@squiz/render-runtime-lib 1.70.1 → 1.71.0

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/index.js CHANGED
@@ -1226,6 +1226,16 @@ var models = {
1226
1226
  "additionalProperties": { "dataType": "any" }
1227
1227
  },
1228
1228
  // WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
1229
+ "Pick_MANIFEST_MODELS.v1.ComponentManifest.type_": {
1230
+ "dataType": "refAlias",
1231
+ "type": { "dataType": "nestedObjectLiteral", "nestedProperties": { "type": { "dataType": "union", "subSchemas": [{ "dataType": "enum", "enums": ["edge"] }, { "dataType": "enum", "enums": ["server"] }] } }, "validators": {} }
1232
+ },
1233
+ // WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
1234
+ "ComponentFunctionDefinitionResponse": {
1235
+ "dataType": "refAlias",
1236
+ "type": { "dataType": "intersection", "subSchemas": [{ "ref": "MANIFEST_MODELS.v1.ComponentFunction" }, { "ref": "Pick_MANIFEST_MODELS.v1.ComponentManifest.type_" }], "validators": {} }
1237
+ },
1238
+ // WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
1229
1239
  "ComponentManifest": {
1230
1240
  "dataType": "refAlias",
1231
1241
  "type": { "ref": "MANIFEST_MODELS.v1.ComponentManifest", "validators": {} }