zudoku 0.3.0-dev.128 → 0.3.0-dev.129
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/lib/oas/graphql/index.js +1 -1
- package/dist/lib/oas/graphql/index.js.map +1 -1
- package/lib/assets/{worker-TEvS6miZ.js → worker-CzHUifWA.js} +2 -2
- package/lib/assets/{worker-TEvS6miZ.js.map → worker-CzHUifWA.js.map} +1 -1
- package/lib/zudoku.openapi-worker.js +2 -2
- package/lib/zudoku.openapi-worker.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/oas/graphql/index.ts +2 -2
|
@@ -14885,7 +14885,7 @@ const _g = (t) => {
|
|
|
14885
14885
|
}), Pg = Re.objectRef("ResponseItem").implement({
|
|
14886
14886
|
fields: (t) => ({
|
|
14887
14887
|
statusCode: t.exposeString("statusCode"),
|
|
14888
|
-
description: t.exposeString("description"),
|
|
14888
|
+
description: t.exposeString("description", { nullable: !0 }),
|
|
14889
14889
|
content: t.expose("content", { type: [vu], nullable: !0 }),
|
|
14890
14890
|
headers: t.expose("headers", { type: zn, nullable: !0 }),
|
|
14891
14891
|
links: t.expose("links", { type: zn, nullable: !0 })
|
|
@@ -15075,7 +15075,7 @@ const Bg = Re.toSchema(), Gg = (t) => zp({ schema: Bg, ...t }), qg = () => Gg({
|
|
|
15075
15075
|
return zg();
|
|
15076
15076
|
const e = new SharedWorker(new URL(
|
|
15077
15077
|
/* @vite-ignore */
|
|
15078
|
-
"./assets/worker-
|
|
15078
|
+
"./assets/worker-CzHUifWA.js",
|
|
15079
15079
|
import.meta.url
|
|
15080
15080
|
), {
|
|
15081
15081
|
type: "module"
|