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.
Files changed (34) hide show
  1. package/dist/lib/authentication/Callback.d.ts +1 -1
  2. package/dist/lib/authentication/Callback.js +0 -1
  3. package/dist/lib/authentication/Callback.js.map +1 -1
  4. package/dist/lib/components/DevPortal.js +16 -1
  5. package/dist/lib/components/DevPortal.js.map +1 -1
  6. package/dist/lib/core/DevPortalContext.js +3 -6
  7. package/dist/lib/core/DevPortalContext.js.map +1 -1
  8. package/dist/lib/oas/graphql/index.js +3 -2
  9. package/dist/lib/oas/graphql/index.js.map +1 -1
  10. package/dist/lib/plugins/openapi/RequestBodySidecarBox.js +3 -1
  11. package/dist/lib/plugins/openapi/RequestBodySidecarBox.js.map +1 -1
  12. package/dist/lib/plugins/openapi/SchemaListViewItem.js +4 -1
  13. package/dist/lib/plugins/openapi/SchemaListViewItem.js.map +1 -1
  14. package/lib/{OperationList-CzXPfUMy.js → OperationList-DbFAs7j0.js} +24 -21
  15. package/lib/OperationList-DbFAs7j0.js.map +1 -0
  16. package/lib/assets/{worker-BWwCA-wk.js → worker-CyHZIIfE.js} +3 -3
  17. package/lib/assets/{worker-BWwCA-wk.js.map → worker-CyHZIIfE.js.map} +1 -1
  18. package/lib/{index-D_ZoO3pi.js → index-C5qcuxqm.js} +2 -2
  19. package/lib/{index-D_ZoO3pi.js.map → index-C5qcuxqm.js.map} +1 -1
  20. package/lib/zudoku.auth-openid.js +32 -31
  21. package/lib/zudoku.auth-openid.js.map +1 -1
  22. package/lib/zudoku.components.js +367 -361
  23. package/lib/zudoku.components.js.map +1 -1
  24. package/lib/zudoku.openapi-worker.js +3 -3
  25. package/lib/zudoku.openapi-worker.js.map +1 -1
  26. package/lib/zudoku.plugin-openapi.js +1 -1
  27. package/package.json +1 -1
  28. package/src/lib/authentication/Callback.tsx +0 -2
  29. package/src/lib/components/DevPortal.tsx +17 -0
  30. package/src/lib/core/DevPortalContext.ts +2 -4
  31. package/src/lib/oas/graphql/index.ts +3 -2
  32. package/src/lib/plugins/openapi/RequestBodySidecarBox.tsx +3 -1
  33. package/src/lib/plugins/openapi/SchemaListViewItem.tsx +3 -0
  34. 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 ? 4 : 12) : "");
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-BWwCA-wk.js",
15071
+ "./assets/worker-CyHZIIfE.js",
15072
15072
  import.meta.url
15073
15073
  ), {
15074
15074
  type: "module"