zudoku 0.3.0-dev.73 → 0.3.0-dev.75
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/authentication/Callback.d.ts +1 -1
- package/dist/lib/authentication/Callback.js +0 -1
- package/dist/lib/authentication/Callback.js.map +1 -1
- package/dist/lib/components/DevPortal.js +16 -1
- package/dist/lib/components/DevPortal.js.map +1 -1
- package/dist/lib/core/DevPortalContext.js +3 -6
- package/dist/lib/core/DevPortalContext.js.map +1 -1
- package/dist/lib/oas/graphql/index.js +3 -2
- package/dist/lib/oas/graphql/index.js.map +1 -1
- package/dist/lib/plugins/openapi/RequestBodySidecarBox.js +3 -1
- package/dist/lib/plugins/openapi/RequestBodySidecarBox.js.map +1 -1
- package/dist/lib/plugins/openapi/SchemaListViewItem.js +4 -1
- package/dist/lib/plugins/openapi/SchemaListViewItem.js.map +1 -1
- package/lib/{OperationList-CzXPfUMy.js → OperationList-DbFAs7j0.js} +24 -21
- package/lib/OperationList-DbFAs7j0.js.map +1 -0
- package/lib/assets/{worker-BWwCA-wk.js → worker-CyHZIIfE.js} +3 -3
- package/lib/assets/{worker-BWwCA-wk.js.map → worker-CyHZIIfE.js.map} +1 -1
- package/lib/{index-D_ZoO3pi.js → index-C5qcuxqm.js} +2 -2
- package/lib/{index-D_ZoO3pi.js.map → index-C5qcuxqm.js.map} +1 -1
- package/lib/zudoku.auth-openid.js +32 -31
- package/lib/zudoku.auth-openid.js.map +1 -1
- package/lib/zudoku.components.js +367 -361
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.openapi-worker.js +3 -3
- package/lib/zudoku.openapi-worker.js.map +1 -1
- package/lib/zudoku.plugin-openapi.js +1 -1
- package/package.json +1 -1
- package/src/lib/authentication/Callback.tsx +0 -2
- package/src/lib/components/DevPortal.tsx +17 -0
- package/src/lib/core/DevPortalContext.ts +2 -4
- package/src/lib/oas/graphql/index.ts +3 -2
- package/src/lib/plugins/openapi/RequestBodySidecarBox.tsx +3 -1
- package/src/lib/plugins/openapi/SchemaListViewItem.tsx +3 -0
- package/lib/OperationList-CzXPfUMy.js.map +0 -1
|
@@ -14757,7 +14757,7 @@ const Ig = (t) => {
|
|
|
14757
14757
|
const n = await Sg(e);
|
|
14758
14758
|
return Ig(n);
|
|
14759
14759
|
}, Ag = (t, e) => {
|
|
14760
|
-
const n = t.summary + (t.operationId ? "-" + t.operationId.slice(0, t.summary
|
|
14760
|
+
const n = t.summary + (t.operationId ? "-" + t.operationId.slice(0, (t.summary, 1 / 0)) : "");
|
|
14761
14761
|
return Iu(
|
|
14762
14762
|
(e ? e + "-" : "") + (n || `${t.method}-${t.path}`),
|
|
14763
14763
|
{ lower: !0, trim: !0 }
|
|
@@ -14863,7 +14863,7 @@ const Ig = (t) => {
|
|
|
14863
14863
|
}), Eu = Re.objectRef("MediaTypeObject").implement({
|
|
14864
14864
|
fields: (t) => ({
|
|
14865
14865
|
mediaType: t.exposeString("mediaType"),
|
|
14866
|
-
schema: t.expose("schema", { type: zn }),
|
|
14866
|
+
schema: t.expose("schema", { type: zn, nullable: !0 }),
|
|
14867
14867
|
examples: t.expose("examples", { type: [bu], nullable: !0 }),
|
|
14868
14868
|
encoding: t.expose("encoding", { type: [Rg], nullable: !0 })
|
|
14869
14869
|
})
|
|
@@ -15068,7 +15068,7 @@ const Vg = Re.toSchema(), Bg = (t) => Qp({ schema: Vg, ...t }), Gg = () => Bg({
|
|
|
15068
15068
|
return Qg();
|
|
15069
15069
|
const e = new SharedWorker(new URL(
|
|
15070
15070
|
/* @vite-ignore */
|
|
15071
|
-
"./assets/worker-
|
|
15071
|
+
"./assets/worker-CyHZIIfE.js",
|
|
15072
15072
|
import.meta.url
|
|
15073
15073
|
), {
|
|
15074
15074
|
type: "module"
|