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
|
@@ -14596,7 +14596,7 @@ const ng = (t) => {
|
|
|
14596
14596
|
const n = await tg(e);
|
|
14597
14597
|
return ng(n);
|
|
14598
14598
|
}, og = (t, e) => {
|
|
14599
|
-
const n = t.summary + (t.operationId ? "-" + t.operationId.slice(0, t.summary
|
|
14599
|
+
const n = t.summary + (t.operationId ? "-" + t.operationId.slice(0, (t.summary, 1 / 0)) : "");
|
|
14600
14600
|
return _p(
|
|
14601
14601
|
(e ? e + "-" : "") + (n || `${t.method}-${t.path}`),
|
|
14602
14602
|
{ lower: !0, trim: !0 }
|
|
@@ -14702,7 +14702,7 @@ const ng = (t) => {
|
|
|
14702
14702
|
}), au = Re.objectRef("MediaTypeObject").implement({
|
|
14703
14703
|
fields: (t) => ({
|
|
14704
14704
|
mediaType: t.exposeString("mediaType"),
|
|
14705
|
-
schema: t.expose("schema", { type: Bn }),
|
|
14705
|
+
schema: t.expose("schema", { type: Bn, nullable: !0 }),
|
|
14706
14706
|
examples: t.expose("examples", { type: [ou], nullable: !0 }),
|
|
14707
14707
|
encoding: t.expose("encoding", { type: [fg], nullable: !0 })
|
|
14708
14708
|
})
|
|
@@ -14897,4 +14897,4 @@ Sg.addEventListener(
|
|
|
14897
14897
|
};
|
|
14898
14898
|
}
|
|
14899
14899
|
);
|
|
14900
|
-
//# sourceMappingURL=worker-
|
|
14900
|
+
//# sourceMappingURL=worker-CyHZIIfE.js.map
|