@squiz/render-runtime-lib 1.70.0 → 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 +10 -0
- package/lib/index.js.map +2 -2
- package/lib/migrations/202408061132_update_type_to_server.sql +1 -0
- package/lib/public/docs.json +27 -3
- package/lib/webserver/controllers/DefinitionController.d.ts +3 -4
- package/lib/worker/component-bootstrapper.js +1374 -7888
- package/lib/worker/component-bootstrapper.js.map +4 -4
- package/package.json +6 -6
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": {} }
|