zudoku 0.64.0 → 0.64.1
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/plugins/openapi/util/generateSchemaExample.js +7 -0
- package/dist/lib/plugins/openapi/util/generateSchemaExample.js.map +1 -1
- package/lib/{OasProvider-Bf5zBDBY.js → OasProvider-1XEOsIiW.js} +2 -2
- package/lib/{OasProvider-Bf5zBDBY.js.map → OasProvider-1XEOsIiW.js.map} +1 -1
- package/lib/{OperationList-Cmiw1xm2.js → OperationList-DCJw6wXL.js} +108 -104
- package/lib/OperationList-DCJw6wXL.js.map +1 -0
- package/lib/{SchemaList-xZSf3IMh.js → SchemaList-qOHkDzSz.js} +3 -3
- package/lib/{SchemaList-xZSf3IMh.js.map → SchemaList-qOHkDzSz.js.map} +1 -1
- package/lib/{SchemaView-tHXTm5oM.js → SchemaView-D3hm65cc.js} +2 -2
- package/lib/{SchemaView-tHXTm5oM.js.map → SchemaView-D3hm65cc.js.map} +1 -1
- package/lib/{circular-DvuimBGQ.js → circular-CSSuz-LS.js} +2 -2
- package/lib/{circular-DvuimBGQ.js.map → circular-CSSuz-LS.js.map} +1 -1
- package/lib/{createServer-D9UvCoDf.js → createServer-CLbcVLbK.js} +3 -3
- package/lib/{createServer-D9UvCoDf.js.map → createServer-CLbcVLbK.js.map} +1 -1
- package/lib/{index-Cr9_YzOZ.js → index-RNAxx6IF.js} +6 -6
- package/lib/{index-Cr9_YzOZ.js.map → index-RNAxx6IF.js.map} +1 -1
- package/lib/zudoku.plugin-openapi.js +1 -1
- package/package.json +2 -2
- package/src/lib/plugins/openapi/util/generateSchemaExample.ts +10 -0
- package/lib/OperationList-Cmiw1xm2.js.map +0 -1
|
@@ -42,7 +42,7 @@ class $s {
|
|
|
42
42
|
constructor(t) {
|
|
43
43
|
this.config = t;
|
|
44
44
|
}
|
|
45
|
-
#e = async () => (Se || (Se = import("./createServer-
|
|
45
|
+
#e = async () => (Se || (Se = import("./createServer-CLbcVLbK.js").then(
|
|
46
46
|
(t) => t.createServer(this.config)
|
|
47
47
|
)), Se);
|
|
48
48
|
#t = async (t) => this.config.server ? fetch(this.config.server, t) : (await this.#e()).fetch("http://localhost/graphql", t);
|
|
@@ -3077,7 +3077,7 @@ const te = "__none", na = ({
|
|
|
3077
3077
|
}, gt = (e) => ({
|
|
3078
3078
|
path: e.routePath,
|
|
3079
3079
|
async lazy() {
|
|
3080
|
-
const { OasProvider: t } = await import("./OasProvider-
|
|
3080
|
+
const { OasProvider: t } = await import("./OasProvider-1XEOsIiW.js");
|
|
3081
3081
|
return {
|
|
3082
3082
|
element: /* @__PURE__ */ n.jsx(
|
|
3083
3083
|
t,
|
|
@@ -3098,7 +3098,7 @@ const te = "__none", na = ({
|
|
|
3098
3098
|
}) => ({
|
|
3099
3099
|
path: e,
|
|
3100
3100
|
async lazy() {
|
|
3101
|
-
const { OperationList: a } = await import("./OperationList-
|
|
3101
|
+
const { OperationList: a } = await import("./OperationList-DCJw6wXL.js");
|
|
3102
3102
|
return { element: /* @__PURE__ */ n.jsx(a, { tag: t, untagged: s }) };
|
|
3103
3103
|
}
|
|
3104
3104
|
}), ia = ({
|
|
@@ -3120,7 +3120,7 @@ const te = "__none", na = ({
|
|
|
3120
3120
|
}, ca = ({ path: e }) => ({
|
|
3121
3121
|
path: e,
|
|
3122
3122
|
async lazy() {
|
|
3123
|
-
const { OperationList: t } = await import("./OperationList-
|
|
3123
|
+
const { OperationList: t } = await import("./OperationList-DCJw6wXL.js");
|
|
3124
3124
|
return {
|
|
3125
3125
|
element: /* @__PURE__ */ n.jsx(
|
|
3126
3126
|
ia,
|
|
@@ -3141,7 +3141,7 @@ const te = "__none", na = ({
|
|
|
3141
3141
|
{
|
|
3142
3142
|
path: k(e, "~schemas"),
|
|
3143
3143
|
lazy: async () => {
|
|
3144
|
-
const { SchemaList: t } = await import("./SchemaList-
|
|
3144
|
+
const { SchemaList: t } = await import("./SchemaList-qOHkDzSz.js");
|
|
3145
3145
|
return { element: /* @__PURE__ */ n.jsx(t, {}) };
|
|
3146
3146
|
}
|
|
3147
3147
|
}
|
|
@@ -3361,4 +3361,4 @@ export {
|
|
|
3361
3361
|
Kt as y,
|
|
3362
3362
|
Ba as z
|
|
3363
3363
|
};
|
|
3364
|
-
//# sourceMappingURL=index-
|
|
3364
|
+
//# sourceMappingURL=index-RNAxx6IF.js.map
|