@keystrokehq/cli 0.0.90 → 0.0.92
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/dist/index.mjs
CHANGED
|
@@ -6211,6 +6211,10 @@ const serializedRouteManifestEntrySchema = discriminatedUnion("kind", [
|
|
|
6211
6211
|
attachmentIds: array(string()),
|
|
6212
6212
|
moduleFile: string(),
|
|
6213
6213
|
requestSchema: record(string(), unknown()),
|
|
6214
|
+
attachmentSchemas: record(string(), object({
|
|
6215
|
+
requestSchema: record(string(), unknown()),
|
|
6216
|
+
filterSchema: record(string(), unknown()).optional()
|
|
6217
|
+
})),
|
|
6214
6218
|
responseSchema: record(string(), unknown())
|
|
6215
6219
|
}),
|
|
6216
6220
|
object({
|