zudoku 0.1.1-dev.0 → 0.1.1-dev.10
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/cli.js +2 -0
- package/dist/app/App.js +20 -0
- package/dist/app/App.js.map +1 -0
- package/dist/app/DevPortal.d.ts +0 -1
- package/dist/app/authentication/openid.js +2 -2
- package/dist/app/authentication/openid.js.map +1 -1
- package/dist/app/components/Dialog.d.ts +19 -0
- package/dist/app/components/Dialog.js +23 -0
- package/dist/app/components/Dialog.js.map +1 -0
- package/dist/app/components/Header.d.ts +0 -1
- package/dist/app/components/Input.d.ts +5 -0
- package/dist/app/components/Input.js +9 -0
- package/dist/app/components/Input.js.map +1 -0
- package/dist/app/components/SyntaxHighlight.js +2 -0
- package/dist/app/components/SyntaxHighlight.js.map +1 -1
- package/dist/app/components/context/DevPortalProvider.d.ts +0 -1
- package/dist/app/components/navigation/SideNavigationWrapper.d.ts +1 -2
- package/dist/app/components/navigation/useNavigationCollapsibleState.d.ts +0 -1
- package/dist/app/main.js +3 -15
- package/dist/app/main.js.map +1 -1
- package/dist/app/plugins/markdown/index.d.ts +0 -1
- package/dist/app/plugins/openapi/ColorizedParam.d.ts +5 -1
- package/dist/app/plugins/openapi/ColorizedParam.js +10 -5
- package/dist/app/plugins/openapi/ColorizedParam.js.map +1 -1
- package/dist/app/plugins/openapi/MakeRequest.js +18 -6
- package/dist/app/plugins/openapi/MakeRequest.js.map +1 -1
- package/dist/app/plugins/openapi/OperationList.d.ts +2 -45
- package/dist/app/plugins/openapi/OperationList.js +16 -16
- package/dist/app/plugins/openapi/OperationList.js.map +1 -1
- package/dist/app/plugins/openapi/OperationListItem.d.ts +2 -2
- package/dist/app/plugins/openapi/OperationListItem.js +2 -2
- package/dist/app/plugins/openapi/OperationListItem.js.map +1 -1
- package/dist/app/plugins/openapi/RequestBodySidecarBox.js +8 -8
- package/dist/app/plugins/openapi/RequestBodySidecarBox.js.map +1 -1
- package/dist/app/plugins/openapi/ResponsesSidecarBox.js +1 -1
- package/dist/app/plugins/openapi/ResponsesSidecarBox.js.map +1 -1
- package/dist/app/plugins/openapi/Sidecar.js +73 -18
- package/dist/app/plugins/openapi/Sidecar.js.map +1 -1
- package/dist/app/plugins/openapi/SidecarBox.d.ts +3 -5
- package/dist/app/plugins/openapi/SidecarBox.js +3 -5
- package/dist/app/plugins/openapi/SidecarBox.js.map +1 -1
- package/dist/app/plugins/openapi/graphql/fragment-masking.d.ts +19 -0
- package/dist/app/plugins/openapi/graphql/fragment-masking.js +16 -0
- package/dist/app/plugins/openapi/graphql/fragment-masking.js.map +1 -0
- package/dist/app/plugins/openapi/graphql/gql.d.ts +58 -0
- package/dist/app/plugins/openapi/graphql/gql.js +22 -0
- package/dist/app/plugins/openapi/graphql/gql.js.map +1 -0
- package/dist/app/plugins/openapi/graphql/graphql.d.ts +282 -0
- package/dist/app/plugins/openapi/graphql/graphql.js +526 -0
- package/dist/app/plugins/openapi/graphql/graphql.js.map +1 -0
- package/dist/app/plugins/openapi/graphql/index.d.ts +2 -836
- package/dist/app/plugins/openapi/graphql/index.js +2 -3
- package/dist/app/plugins/openapi/graphql/index.js.map +1 -1
- package/dist/app/plugins/openapi/index.d.ts +0 -1
- package/dist/app/plugins/openapi/playground/Playground.d.ts +8 -0
- package/dist/app/plugins/openapi/playground/Playground.js +98 -0
- package/dist/app/plugins/openapi/playground/Playground.js.map +1 -0
- package/dist/app/plugins/openapi/util/urql.d.ts +0 -1
- package/dist/app/ui/Button.d.ts +11 -0
- package/dist/app/ui/Button.js +34 -0
- package/dist/app/ui/Button.js.map +1 -0
- package/dist/app/ui/Card.js +1 -1
- package/dist/app/ui/Card.js.map +1 -1
- package/dist/app/ui/Tabs.d.ts +7 -0
- package/dist/app/ui/Tabs.js +13 -0
- package/dist/app/ui/Tabs.js.map +1 -0
- package/dist/app/util/MdxComponents.d.ts +2 -2
- package/dist/app/util/createVariantComponent.d.ts +15 -0
- package/dist/app/util/createVariantComponent.js +12 -0
- package/dist/app/util/createVariantComponent.js.map +1 -0
- package/dist/app/util/createWaitForNotify.d.ts +1 -1
- package/dist/app/util/slugify.d.ts +0 -1
- package/dist/cli/cmds/dev.js +0 -1
- package/dist/cli/cmds/dev.js.map +1 -1
- package/dist/cli/common/logger.d.ts +1 -2
- package/dist/cli/common/logger.js +2 -4
- package/dist/cli/common/logger.js.map +1 -1
- package/dist/cli/dev/handler.d.ts +1 -1
- package/dist/cli/dev/handler.js +11 -2
- package/dist/cli/dev/handler.js.map +1 -1
- package/dist/config/config.d.ts +11 -5
- package/dist/ts.d.ts +6 -0
- package/dist/ts.js +62 -0
- package/dist/ts.js.map +1 -0
- package/dist/vite/config.d.ts +1 -0
- package/dist/vite/config.js +80 -16
- package/dist/vite/config.js.map +1 -1
- package/dist/vite/config.test.d.ts +1 -0
- package/dist/vite/config.test.js +10 -0
- package/dist/vite/config.test.js.map +1 -0
- package/dist/vite/dev-server.js +3 -2
- package/dist/vite/dev-server.js.map +1 -1
- package/dist/vite/html.d.ts +1 -1
- package/dist/vite/html.js +2 -3
- package/dist/vite/html.js.map +1 -1
- package/dist/vite/plugin-api.d.ts +4 -0
- package/dist/vite/plugin-api.js +47 -0
- package/dist/vite/plugin-api.js.map +1 -0
- package/dist/vite/plugin-auth.d.ts +4 -0
- package/dist/vite/plugin-auth.js +29 -0
- package/dist/vite/plugin-auth.js.map +1 -0
- package/dist/vite/plugin-config.d.ts +6 -0
- package/dist/vite/plugin-config.js +24 -0
- package/dist/vite/plugin-config.js.map +1 -0
- package/dist/vite/plugin-docs.d.ts +4 -0
- package/dist/vite/plugin-docs.js +43 -0
- package/dist/vite/plugin-docs.js.map +1 -0
- package/dist/vite/plugin-docs.test.d.ts +1 -0
- package/dist/vite/plugin-docs.test.js +31 -0
- package/dist/vite/plugin-docs.test.js.map +1 -0
- package/dist/vite/plugin-html.d.ts +3 -0
- package/dist/vite/plugin-html.js +50 -0
- package/dist/vite/plugin-html.js.map +1 -0
- package/dist/vite/plugin-mdx.d.ts +8 -0
- package/dist/vite/plugin-mdx.js +61 -0
- package/dist/vite/plugin-mdx.js.map +1 -0
- package/dist/vite/plugin-metadata.d.ts +6 -0
- package/dist/vite/plugin-metadata.js +24 -0
- package/dist/vite/plugin-metadata.js.map +1 -0
- package/dist/vite/plugin.d.ts +2 -6
- package/dist/vite/plugin.js +14 -104
- package/dist/vite/plugin.js.map +1 -1
- package/package.json +32 -22
- package/src/app/App.tsx +30 -0
- package/src/app/components/Dialog.tsx +119 -0
- package/src/app/components/Input.tsx +24 -0
- package/src/app/components/SyntaxHighlight.tsx +2 -0
- package/src/app/main.tsx +3 -16
- package/src/app/plugins/openapi/ColorizedParam.tsx +18 -9
- package/src/app/plugins/openapi/MakeRequest.tsx +19 -0
- package/src/app/plugins/openapi/OperationList.tsx +20 -22
- package/src/app/plugins/openapi/OperationListItem.tsx +3 -3
- package/src/app/plugins/openapi/RequestBodySidecarBox.tsx +31 -28
- package/src/app/plugins/openapi/ResponsesSidecarBox.tsx +1 -1
- package/src/app/plugins/openapi/Sidecar.tsx +81 -20
- package/src/app/plugins/openapi/SidecarBox.tsx +30 -29
- package/src/app/plugins/openapi/graphql/fragment-masking.ts +111 -0
- package/src/app/plugins/openapi/graphql/gql.ts +70 -0
- package/src/app/plugins/openapi/graphql/graphql.ts +795 -0
- package/src/app/plugins/openapi/graphql/index.ts +2 -13
- package/src/app/plugins/openapi/playground/Playground.tsx +309 -0
- package/src/app/plugins/openapi/queries.graphql +6 -0
- package/src/app/ui/Button.tsx +56 -0
- package/src/app/ui/Card.tsx +1 -1
- package/src/app/ui/Tabs.tsx +52 -0
- package/src/app/util/createVariantComponent.tsx +30 -0
- package/dist/app/app.js +0 -69
- package/dist/app/app.js.map +0 -1
- package/dist/app/config.d.ts +0 -3
- package/dist/app/config.js +0 -9
- package/dist/app/config.js.map +0 -1
- package/dist/app/markdowns.d.ts +0 -3
- package/dist/app/markdowns.js +0 -5
- package/dist/app/markdowns.js.map +0 -1
- package/dist/app/plugins/openapi/util/getCode.d.ts +0 -2
- package/dist/app/plugins/openapi/util/getCode.js +0 -54
- package/dist/app/plugins/openapi/util/getCode.js.map +0 -1
- package/src/app/app.tsx +0 -85
- package/src/app/config.ts +0 -20
- package/src/app/markdowns.ts +0 -7
- package/src/app/plugins/openapi/graphql/env.d.ts +0 -48
- package/src/app/plugins/openapi/util/getCode.tsx +0 -69
- /package/dist/app/{app.d.ts → App.d.ts} +0 -0
|
@@ -1,836 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
query: "Query";
|
|
4
|
-
mutation: never;
|
|
5
|
-
subscription: never;
|
|
6
|
-
types: {
|
|
7
|
-
JSON: {
|
|
8
|
-
name: "JSON";
|
|
9
|
-
type: unknown;
|
|
10
|
-
};
|
|
11
|
-
JSONObject: {
|
|
12
|
-
name: "JSONObject";
|
|
13
|
-
type: unknown;
|
|
14
|
-
};
|
|
15
|
-
Boolean: {
|
|
16
|
-
name: "Boolean";
|
|
17
|
-
type: boolean;
|
|
18
|
-
};
|
|
19
|
-
Float: {
|
|
20
|
-
name: "Float";
|
|
21
|
-
type: number;
|
|
22
|
-
};
|
|
23
|
-
ID: {
|
|
24
|
-
name: "ID";
|
|
25
|
-
type: string;
|
|
26
|
-
};
|
|
27
|
-
Int: {
|
|
28
|
-
name: "Int";
|
|
29
|
-
type: number;
|
|
30
|
-
};
|
|
31
|
-
String: {
|
|
32
|
-
name: "String";
|
|
33
|
-
type: string;
|
|
34
|
-
};
|
|
35
|
-
} & {
|
|
36
|
-
Boolean: unknown;
|
|
37
|
-
EncodingItem: {
|
|
38
|
-
kind: "OBJECT";
|
|
39
|
-
name: "EncodingItem";
|
|
40
|
-
fields: {
|
|
41
|
-
allowReserved: {
|
|
42
|
-
name: "allowReserved";
|
|
43
|
-
type: {
|
|
44
|
-
kind: "SCALAR";
|
|
45
|
-
name: "Boolean";
|
|
46
|
-
ofType: null;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
contentType: {
|
|
50
|
-
name: "contentType";
|
|
51
|
-
type: {
|
|
52
|
-
kind: "SCALAR";
|
|
53
|
-
name: "String";
|
|
54
|
-
ofType: null;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
explode: {
|
|
58
|
-
name: "explode";
|
|
59
|
-
type: {
|
|
60
|
-
kind: "SCALAR";
|
|
61
|
-
name: "Boolean";
|
|
62
|
-
ofType: null;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
headers: {
|
|
66
|
-
name: "headers";
|
|
67
|
-
type: {
|
|
68
|
-
kind: "SCALAR";
|
|
69
|
-
name: "JSONObject";
|
|
70
|
-
ofType: null;
|
|
71
|
-
};
|
|
72
|
-
};
|
|
73
|
-
name: {
|
|
74
|
-
name: "name";
|
|
75
|
-
type: {
|
|
76
|
-
kind: "NON_NULL";
|
|
77
|
-
name: never;
|
|
78
|
-
ofType: {
|
|
79
|
-
kind: "SCALAR";
|
|
80
|
-
name: "String";
|
|
81
|
-
ofType: null;
|
|
82
|
-
};
|
|
83
|
-
};
|
|
84
|
-
};
|
|
85
|
-
style: {
|
|
86
|
-
name: "style";
|
|
87
|
-
type: {
|
|
88
|
-
kind: "SCALAR";
|
|
89
|
-
name: "String";
|
|
90
|
-
ofType: null;
|
|
91
|
-
};
|
|
92
|
-
};
|
|
93
|
-
};
|
|
94
|
-
};
|
|
95
|
-
ExampleItem: {
|
|
96
|
-
kind: "OBJECT";
|
|
97
|
-
name: "ExampleItem";
|
|
98
|
-
fields: {
|
|
99
|
-
description: {
|
|
100
|
-
name: "description";
|
|
101
|
-
type: {
|
|
102
|
-
kind: "SCALAR";
|
|
103
|
-
name: "String";
|
|
104
|
-
ofType: null;
|
|
105
|
-
};
|
|
106
|
-
};
|
|
107
|
-
externalValue: {
|
|
108
|
-
name: "externalValue";
|
|
109
|
-
type: {
|
|
110
|
-
kind: "SCALAR";
|
|
111
|
-
name: "String";
|
|
112
|
-
ofType: null;
|
|
113
|
-
};
|
|
114
|
-
};
|
|
115
|
-
name: {
|
|
116
|
-
name: "name";
|
|
117
|
-
type: {
|
|
118
|
-
kind: "NON_NULL";
|
|
119
|
-
name: never;
|
|
120
|
-
ofType: {
|
|
121
|
-
kind: "SCALAR";
|
|
122
|
-
name: "String";
|
|
123
|
-
ofType: null;
|
|
124
|
-
};
|
|
125
|
-
};
|
|
126
|
-
};
|
|
127
|
-
summary: {
|
|
128
|
-
name: "summary";
|
|
129
|
-
type: {
|
|
130
|
-
kind: "SCALAR";
|
|
131
|
-
name: "String";
|
|
132
|
-
ofType: null;
|
|
133
|
-
};
|
|
134
|
-
};
|
|
135
|
-
value: {
|
|
136
|
-
name: "value";
|
|
137
|
-
type: {
|
|
138
|
-
kind: "SCALAR";
|
|
139
|
-
name: "String";
|
|
140
|
-
ofType: null;
|
|
141
|
-
};
|
|
142
|
-
};
|
|
143
|
-
};
|
|
144
|
-
};
|
|
145
|
-
Float: unknown;
|
|
146
|
-
ID: unknown;
|
|
147
|
-
Int: unknown;
|
|
148
|
-
JSON: unknown;
|
|
149
|
-
JSONObject: unknown;
|
|
150
|
-
MediaTypeObject: {
|
|
151
|
-
kind: "OBJECT";
|
|
152
|
-
name: "MediaTypeObject";
|
|
153
|
-
fields: {
|
|
154
|
-
encoding: {
|
|
155
|
-
name: "encoding";
|
|
156
|
-
type: {
|
|
157
|
-
kind: "LIST";
|
|
158
|
-
name: never;
|
|
159
|
-
ofType: {
|
|
160
|
-
kind: "NON_NULL";
|
|
161
|
-
name: never;
|
|
162
|
-
ofType: {
|
|
163
|
-
kind: "OBJECT";
|
|
164
|
-
name: "EncodingItem";
|
|
165
|
-
ofType: null;
|
|
166
|
-
};
|
|
167
|
-
};
|
|
168
|
-
};
|
|
169
|
-
};
|
|
170
|
-
examples: {
|
|
171
|
-
name: "examples";
|
|
172
|
-
type: {
|
|
173
|
-
kind: "LIST";
|
|
174
|
-
name: never;
|
|
175
|
-
ofType: {
|
|
176
|
-
kind: "NON_NULL";
|
|
177
|
-
name: never;
|
|
178
|
-
ofType: {
|
|
179
|
-
kind: "OBJECT";
|
|
180
|
-
name: "ExampleItem";
|
|
181
|
-
ofType: null;
|
|
182
|
-
};
|
|
183
|
-
};
|
|
184
|
-
};
|
|
185
|
-
};
|
|
186
|
-
mediaType: {
|
|
187
|
-
name: "mediaType";
|
|
188
|
-
type: {
|
|
189
|
-
kind: "NON_NULL";
|
|
190
|
-
name: never;
|
|
191
|
-
ofType: {
|
|
192
|
-
kind: "SCALAR";
|
|
193
|
-
name: "String";
|
|
194
|
-
ofType: null;
|
|
195
|
-
};
|
|
196
|
-
};
|
|
197
|
-
};
|
|
198
|
-
schema: {
|
|
199
|
-
name: "schema";
|
|
200
|
-
type: {
|
|
201
|
-
kind: "NON_NULL";
|
|
202
|
-
name: never;
|
|
203
|
-
ofType: {
|
|
204
|
-
kind: "SCALAR";
|
|
205
|
-
name: "JSON";
|
|
206
|
-
ofType: null;
|
|
207
|
-
};
|
|
208
|
-
};
|
|
209
|
-
};
|
|
210
|
-
};
|
|
211
|
-
};
|
|
212
|
-
OperationItem: {
|
|
213
|
-
kind: "OBJECT";
|
|
214
|
-
name: "OperationItem";
|
|
215
|
-
fields: {
|
|
216
|
-
contentTypes: {
|
|
217
|
-
name: "contentTypes";
|
|
218
|
-
type: {
|
|
219
|
-
kind: "NON_NULL";
|
|
220
|
-
name: never;
|
|
221
|
-
ofType: {
|
|
222
|
-
kind: "LIST";
|
|
223
|
-
name: never;
|
|
224
|
-
ofType: {
|
|
225
|
-
kind: "NON_NULL";
|
|
226
|
-
name: never;
|
|
227
|
-
ofType: {
|
|
228
|
-
kind: "SCALAR";
|
|
229
|
-
name: "String";
|
|
230
|
-
ofType: null;
|
|
231
|
-
};
|
|
232
|
-
};
|
|
233
|
-
};
|
|
234
|
-
};
|
|
235
|
-
};
|
|
236
|
-
deprecated: {
|
|
237
|
-
name: "deprecated";
|
|
238
|
-
type: {
|
|
239
|
-
kind: "SCALAR";
|
|
240
|
-
name: "Boolean";
|
|
241
|
-
ofType: null;
|
|
242
|
-
};
|
|
243
|
-
};
|
|
244
|
-
description: {
|
|
245
|
-
name: "description";
|
|
246
|
-
type: {
|
|
247
|
-
kind: "SCALAR";
|
|
248
|
-
name: "String";
|
|
249
|
-
ofType: null;
|
|
250
|
-
};
|
|
251
|
-
};
|
|
252
|
-
method: {
|
|
253
|
-
name: "method";
|
|
254
|
-
type: {
|
|
255
|
-
kind: "NON_NULL";
|
|
256
|
-
name: never;
|
|
257
|
-
ofType: {
|
|
258
|
-
kind: "SCALAR";
|
|
259
|
-
name: "String";
|
|
260
|
-
ofType: null;
|
|
261
|
-
};
|
|
262
|
-
};
|
|
263
|
-
};
|
|
264
|
-
operationId: {
|
|
265
|
-
name: "operationId";
|
|
266
|
-
type: {
|
|
267
|
-
kind: "SCALAR";
|
|
268
|
-
name: "String";
|
|
269
|
-
ofType: null;
|
|
270
|
-
};
|
|
271
|
-
};
|
|
272
|
-
parameters: {
|
|
273
|
-
name: "parameters";
|
|
274
|
-
type: {
|
|
275
|
-
kind: "LIST";
|
|
276
|
-
name: never;
|
|
277
|
-
ofType: {
|
|
278
|
-
kind: "NON_NULL";
|
|
279
|
-
name: never;
|
|
280
|
-
ofType: {
|
|
281
|
-
kind: "OBJECT";
|
|
282
|
-
name: "ParameterItem";
|
|
283
|
-
ofType: null;
|
|
284
|
-
};
|
|
285
|
-
};
|
|
286
|
-
};
|
|
287
|
-
};
|
|
288
|
-
path: {
|
|
289
|
-
name: "path";
|
|
290
|
-
type: {
|
|
291
|
-
kind: "NON_NULL";
|
|
292
|
-
name: never;
|
|
293
|
-
ofType: {
|
|
294
|
-
kind: "SCALAR";
|
|
295
|
-
name: "String";
|
|
296
|
-
ofType: null;
|
|
297
|
-
};
|
|
298
|
-
};
|
|
299
|
-
};
|
|
300
|
-
requestBody: {
|
|
301
|
-
name: "requestBody";
|
|
302
|
-
type: {
|
|
303
|
-
kind: "OBJECT";
|
|
304
|
-
name: "RequestBodyObject";
|
|
305
|
-
ofType: null;
|
|
306
|
-
};
|
|
307
|
-
};
|
|
308
|
-
responses: {
|
|
309
|
-
name: "responses";
|
|
310
|
-
type: {
|
|
311
|
-
kind: "NON_NULL";
|
|
312
|
-
name: never;
|
|
313
|
-
ofType: {
|
|
314
|
-
kind: "LIST";
|
|
315
|
-
name: never;
|
|
316
|
-
ofType: {
|
|
317
|
-
kind: "NON_NULL";
|
|
318
|
-
name: never;
|
|
319
|
-
ofType: {
|
|
320
|
-
kind: "OBJECT";
|
|
321
|
-
name: "ResponseItem";
|
|
322
|
-
ofType: null;
|
|
323
|
-
};
|
|
324
|
-
};
|
|
325
|
-
};
|
|
326
|
-
};
|
|
327
|
-
};
|
|
328
|
-
slug: {
|
|
329
|
-
name: "slug";
|
|
330
|
-
type: {
|
|
331
|
-
kind: "NON_NULL";
|
|
332
|
-
name: never;
|
|
333
|
-
ofType: {
|
|
334
|
-
kind: "SCALAR";
|
|
335
|
-
name: "String";
|
|
336
|
-
ofType: null;
|
|
337
|
-
};
|
|
338
|
-
};
|
|
339
|
-
};
|
|
340
|
-
summary: {
|
|
341
|
-
name: "summary";
|
|
342
|
-
type: {
|
|
343
|
-
kind: "SCALAR";
|
|
344
|
-
name: "String";
|
|
345
|
-
ofType: null;
|
|
346
|
-
};
|
|
347
|
-
};
|
|
348
|
-
tags: {
|
|
349
|
-
name: "tags";
|
|
350
|
-
type: {
|
|
351
|
-
kind: "LIST";
|
|
352
|
-
name: never;
|
|
353
|
-
ofType: {
|
|
354
|
-
kind: "NON_NULL";
|
|
355
|
-
name: never;
|
|
356
|
-
ofType: {
|
|
357
|
-
kind: "OBJECT";
|
|
358
|
-
name: "TagItem";
|
|
359
|
-
ofType: null;
|
|
360
|
-
};
|
|
361
|
-
};
|
|
362
|
-
};
|
|
363
|
-
};
|
|
364
|
-
};
|
|
365
|
-
};
|
|
366
|
-
ParameterIn: {
|
|
367
|
-
name: "ParameterIn";
|
|
368
|
-
enumValues: "path" | "header" | "query" | "cookie";
|
|
369
|
-
};
|
|
370
|
-
ParameterItem: {
|
|
371
|
-
kind: "OBJECT";
|
|
372
|
-
name: "ParameterItem";
|
|
373
|
-
fields: {
|
|
374
|
-
allowEmptyValue: {
|
|
375
|
-
name: "allowEmptyValue";
|
|
376
|
-
type: {
|
|
377
|
-
kind: "SCALAR";
|
|
378
|
-
name: "Boolean";
|
|
379
|
-
ofType: null;
|
|
380
|
-
};
|
|
381
|
-
};
|
|
382
|
-
allowReserved: {
|
|
383
|
-
name: "allowReserved";
|
|
384
|
-
type: {
|
|
385
|
-
kind: "SCALAR";
|
|
386
|
-
name: "Boolean";
|
|
387
|
-
ofType: null;
|
|
388
|
-
};
|
|
389
|
-
};
|
|
390
|
-
deprecated: {
|
|
391
|
-
name: "deprecated";
|
|
392
|
-
type: {
|
|
393
|
-
kind: "SCALAR";
|
|
394
|
-
name: "Boolean";
|
|
395
|
-
ofType: null;
|
|
396
|
-
};
|
|
397
|
-
};
|
|
398
|
-
description: {
|
|
399
|
-
name: "description";
|
|
400
|
-
type: {
|
|
401
|
-
kind: "SCALAR";
|
|
402
|
-
name: "String";
|
|
403
|
-
ofType: null;
|
|
404
|
-
};
|
|
405
|
-
};
|
|
406
|
-
examples: {
|
|
407
|
-
name: "examples";
|
|
408
|
-
type: {
|
|
409
|
-
kind: "LIST";
|
|
410
|
-
name: never;
|
|
411
|
-
ofType: {
|
|
412
|
-
kind: "NON_NULL";
|
|
413
|
-
name: never;
|
|
414
|
-
ofType: {
|
|
415
|
-
kind: "OBJECT";
|
|
416
|
-
name: "ExampleItem";
|
|
417
|
-
ofType: null;
|
|
418
|
-
};
|
|
419
|
-
};
|
|
420
|
-
};
|
|
421
|
-
};
|
|
422
|
-
explode: {
|
|
423
|
-
name: "explode";
|
|
424
|
-
type: {
|
|
425
|
-
kind: "SCALAR";
|
|
426
|
-
name: "Boolean";
|
|
427
|
-
ofType: null;
|
|
428
|
-
};
|
|
429
|
-
};
|
|
430
|
-
in: {
|
|
431
|
-
name: "in";
|
|
432
|
-
type: {
|
|
433
|
-
kind: "NON_NULL";
|
|
434
|
-
name: never;
|
|
435
|
-
ofType: {
|
|
436
|
-
kind: "ENUM";
|
|
437
|
-
name: "ParameterIn";
|
|
438
|
-
ofType: null;
|
|
439
|
-
};
|
|
440
|
-
};
|
|
441
|
-
};
|
|
442
|
-
name: {
|
|
443
|
-
name: "name";
|
|
444
|
-
type: {
|
|
445
|
-
kind: "NON_NULL";
|
|
446
|
-
name: never;
|
|
447
|
-
ofType: {
|
|
448
|
-
kind: "SCALAR";
|
|
449
|
-
name: "String";
|
|
450
|
-
ofType: null;
|
|
451
|
-
};
|
|
452
|
-
};
|
|
453
|
-
};
|
|
454
|
-
required: {
|
|
455
|
-
name: "required";
|
|
456
|
-
type: {
|
|
457
|
-
kind: "SCALAR";
|
|
458
|
-
name: "Boolean";
|
|
459
|
-
ofType: null;
|
|
460
|
-
};
|
|
461
|
-
};
|
|
462
|
-
schema: {
|
|
463
|
-
name: "schema";
|
|
464
|
-
type: {
|
|
465
|
-
kind: "SCALAR";
|
|
466
|
-
name: "JSON";
|
|
467
|
-
ofType: null;
|
|
468
|
-
};
|
|
469
|
-
};
|
|
470
|
-
style: {
|
|
471
|
-
name: "style";
|
|
472
|
-
type: {
|
|
473
|
-
kind: "SCALAR";
|
|
474
|
-
name: "String";
|
|
475
|
-
ofType: null;
|
|
476
|
-
};
|
|
477
|
-
};
|
|
478
|
-
};
|
|
479
|
-
};
|
|
480
|
-
PathItem: {
|
|
481
|
-
kind: "OBJECT";
|
|
482
|
-
name: "PathItem";
|
|
483
|
-
fields: {
|
|
484
|
-
methods: {
|
|
485
|
-
name: "methods";
|
|
486
|
-
type: {
|
|
487
|
-
kind: "NON_NULL";
|
|
488
|
-
name: never;
|
|
489
|
-
ofType: {
|
|
490
|
-
kind: "LIST";
|
|
491
|
-
name: never;
|
|
492
|
-
ofType: {
|
|
493
|
-
kind: "NON_NULL";
|
|
494
|
-
name: never;
|
|
495
|
-
ofType: {
|
|
496
|
-
kind: "SCALAR";
|
|
497
|
-
name: "String";
|
|
498
|
-
ofType: null;
|
|
499
|
-
};
|
|
500
|
-
};
|
|
501
|
-
};
|
|
502
|
-
};
|
|
503
|
-
};
|
|
504
|
-
path: {
|
|
505
|
-
name: "path";
|
|
506
|
-
type: {
|
|
507
|
-
kind: "NON_NULL";
|
|
508
|
-
name: never;
|
|
509
|
-
ofType: {
|
|
510
|
-
kind: "SCALAR";
|
|
511
|
-
name: "String";
|
|
512
|
-
ofType: null;
|
|
513
|
-
};
|
|
514
|
-
};
|
|
515
|
-
};
|
|
516
|
-
};
|
|
517
|
-
};
|
|
518
|
-
Query: {
|
|
519
|
-
kind: "OBJECT";
|
|
520
|
-
name: "Query";
|
|
521
|
-
fields: {
|
|
522
|
-
schema: {
|
|
523
|
-
name: "schema";
|
|
524
|
-
type: {
|
|
525
|
-
kind: "NON_NULL";
|
|
526
|
-
name: never;
|
|
527
|
-
ofType: {
|
|
528
|
-
kind: "OBJECT";
|
|
529
|
-
name: "Schema";
|
|
530
|
-
ofType: null;
|
|
531
|
-
};
|
|
532
|
-
};
|
|
533
|
-
};
|
|
534
|
-
};
|
|
535
|
-
};
|
|
536
|
-
RequestBodyObject: {
|
|
537
|
-
kind: "OBJECT";
|
|
538
|
-
name: "RequestBodyObject";
|
|
539
|
-
fields: {
|
|
540
|
-
content: {
|
|
541
|
-
name: "content";
|
|
542
|
-
type: {
|
|
543
|
-
kind: "LIST";
|
|
544
|
-
name: never;
|
|
545
|
-
ofType: {
|
|
546
|
-
kind: "NON_NULL";
|
|
547
|
-
name: never;
|
|
548
|
-
ofType: {
|
|
549
|
-
kind: "OBJECT";
|
|
550
|
-
name: "MediaTypeObject";
|
|
551
|
-
ofType: null;
|
|
552
|
-
};
|
|
553
|
-
};
|
|
554
|
-
};
|
|
555
|
-
};
|
|
556
|
-
description: {
|
|
557
|
-
name: "description";
|
|
558
|
-
type: {
|
|
559
|
-
kind: "SCALAR";
|
|
560
|
-
name: "String";
|
|
561
|
-
ofType: null;
|
|
562
|
-
};
|
|
563
|
-
};
|
|
564
|
-
required: {
|
|
565
|
-
name: "required";
|
|
566
|
-
type: {
|
|
567
|
-
kind: "SCALAR";
|
|
568
|
-
name: "Boolean";
|
|
569
|
-
ofType: null;
|
|
570
|
-
};
|
|
571
|
-
};
|
|
572
|
-
};
|
|
573
|
-
};
|
|
574
|
-
ResponseItem: {
|
|
575
|
-
kind: "OBJECT";
|
|
576
|
-
name: "ResponseItem";
|
|
577
|
-
fields: {
|
|
578
|
-
content: {
|
|
579
|
-
name: "content";
|
|
580
|
-
type: {
|
|
581
|
-
kind: "LIST";
|
|
582
|
-
name: never;
|
|
583
|
-
ofType: {
|
|
584
|
-
kind: "NON_NULL";
|
|
585
|
-
name: never;
|
|
586
|
-
ofType: {
|
|
587
|
-
kind: "OBJECT";
|
|
588
|
-
name: "MediaTypeObject";
|
|
589
|
-
ofType: null;
|
|
590
|
-
};
|
|
591
|
-
};
|
|
592
|
-
};
|
|
593
|
-
};
|
|
594
|
-
description: {
|
|
595
|
-
name: "description";
|
|
596
|
-
type: {
|
|
597
|
-
kind: "NON_NULL";
|
|
598
|
-
name: never;
|
|
599
|
-
ofType: {
|
|
600
|
-
kind: "SCALAR";
|
|
601
|
-
name: "String";
|
|
602
|
-
ofType: null;
|
|
603
|
-
};
|
|
604
|
-
};
|
|
605
|
-
};
|
|
606
|
-
headers: {
|
|
607
|
-
name: "headers";
|
|
608
|
-
type: {
|
|
609
|
-
kind: "SCALAR";
|
|
610
|
-
name: "JSON";
|
|
611
|
-
ofType: null;
|
|
612
|
-
};
|
|
613
|
-
};
|
|
614
|
-
links: {
|
|
615
|
-
name: "links";
|
|
616
|
-
type: {
|
|
617
|
-
kind: "SCALAR";
|
|
618
|
-
name: "JSON";
|
|
619
|
-
ofType: null;
|
|
620
|
-
};
|
|
621
|
-
};
|
|
622
|
-
statusCode: {
|
|
623
|
-
name: "statusCode";
|
|
624
|
-
type: {
|
|
625
|
-
kind: "NON_NULL";
|
|
626
|
-
name: never;
|
|
627
|
-
ofType: {
|
|
628
|
-
kind: "SCALAR";
|
|
629
|
-
name: "String";
|
|
630
|
-
ofType: null;
|
|
631
|
-
};
|
|
632
|
-
};
|
|
633
|
-
};
|
|
634
|
-
};
|
|
635
|
-
};
|
|
636
|
-
Schema: {
|
|
637
|
-
kind: "OBJECT";
|
|
638
|
-
name: "Schema";
|
|
639
|
-
fields: {
|
|
640
|
-
description: {
|
|
641
|
-
name: "description";
|
|
642
|
-
type: {
|
|
643
|
-
kind: "SCALAR";
|
|
644
|
-
name: "String";
|
|
645
|
-
ofType: null;
|
|
646
|
-
};
|
|
647
|
-
};
|
|
648
|
-
openapi: {
|
|
649
|
-
name: "openapi";
|
|
650
|
-
type: {
|
|
651
|
-
kind: "NON_NULL";
|
|
652
|
-
name: never;
|
|
653
|
-
ofType: {
|
|
654
|
-
kind: "SCALAR";
|
|
655
|
-
name: "String";
|
|
656
|
-
ofType: null;
|
|
657
|
-
};
|
|
658
|
-
};
|
|
659
|
-
};
|
|
660
|
-
operations: {
|
|
661
|
-
name: "operations";
|
|
662
|
-
type: {
|
|
663
|
-
kind: "NON_NULL";
|
|
664
|
-
name: never;
|
|
665
|
-
ofType: {
|
|
666
|
-
kind: "LIST";
|
|
667
|
-
name: never;
|
|
668
|
-
ofType: {
|
|
669
|
-
kind: "NON_NULL";
|
|
670
|
-
name: never;
|
|
671
|
-
ofType: {
|
|
672
|
-
kind: "OBJECT";
|
|
673
|
-
name: "OperationItem";
|
|
674
|
-
ofType: null;
|
|
675
|
-
};
|
|
676
|
-
};
|
|
677
|
-
};
|
|
678
|
-
};
|
|
679
|
-
};
|
|
680
|
-
paths: {
|
|
681
|
-
name: "paths";
|
|
682
|
-
type: {
|
|
683
|
-
kind: "NON_NULL";
|
|
684
|
-
name: never;
|
|
685
|
-
ofType: {
|
|
686
|
-
kind: "LIST";
|
|
687
|
-
name: never;
|
|
688
|
-
ofType: {
|
|
689
|
-
kind: "NON_NULL";
|
|
690
|
-
name: never;
|
|
691
|
-
ofType: {
|
|
692
|
-
kind: "OBJECT";
|
|
693
|
-
name: "PathItem";
|
|
694
|
-
ofType: null;
|
|
695
|
-
};
|
|
696
|
-
};
|
|
697
|
-
};
|
|
698
|
-
};
|
|
699
|
-
};
|
|
700
|
-
tags: {
|
|
701
|
-
name: "tags";
|
|
702
|
-
type: {
|
|
703
|
-
kind: "NON_NULL";
|
|
704
|
-
name: never;
|
|
705
|
-
ofType: {
|
|
706
|
-
kind: "LIST";
|
|
707
|
-
name: never;
|
|
708
|
-
ofType: {
|
|
709
|
-
kind: "NON_NULL";
|
|
710
|
-
name: never;
|
|
711
|
-
ofType: {
|
|
712
|
-
kind: "OBJECT";
|
|
713
|
-
name: "SchemaTag";
|
|
714
|
-
ofType: null;
|
|
715
|
-
};
|
|
716
|
-
};
|
|
717
|
-
};
|
|
718
|
-
};
|
|
719
|
-
};
|
|
720
|
-
title: {
|
|
721
|
-
name: "title";
|
|
722
|
-
type: {
|
|
723
|
-
kind: "NON_NULL";
|
|
724
|
-
name: never;
|
|
725
|
-
ofType: {
|
|
726
|
-
kind: "SCALAR";
|
|
727
|
-
name: "String";
|
|
728
|
-
ofType: null;
|
|
729
|
-
};
|
|
730
|
-
};
|
|
731
|
-
};
|
|
732
|
-
url: {
|
|
733
|
-
name: "url";
|
|
734
|
-
type: {
|
|
735
|
-
kind: "NON_NULL";
|
|
736
|
-
name: never;
|
|
737
|
-
ofType: {
|
|
738
|
-
kind: "SCALAR";
|
|
739
|
-
name: "String";
|
|
740
|
-
ofType: null;
|
|
741
|
-
};
|
|
742
|
-
};
|
|
743
|
-
};
|
|
744
|
-
version: {
|
|
745
|
-
name: "version";
|
|
746
|
-
type: {
|
|
747
|
-
kind: "NON_NULL";
|
|
748
|
-
name: never;
|
|
749
|
-
ofType: {
|
|
750
|
-
kind: "SCALAR";
|
|
751
|
-
name: "String";
|
|
752
|
-
ofType: null;
|
|
753
|
-
};
|
|
754
|
-
};
|
|
755
|
-
};
|
|
756
|
-
};
|
|
757
|
-
};
|
|
758
|
-
SchemaTag: {
|
|
759
|
-
kind: "OBJECT";
|
|
760
|
-
name: "SchemaTag";
|
|
761
|
-
fields: {
|
|
762
|
-
description: {
|
|
763
|
-
name: "description";
|
|
764
|
-
type: {
|
|
765
|
-
kind: "SCALAR";
|
|
766
|
-
name: "String";
|
|
767
|
-
ofType: null;
|
|
768
|
-
};
|
|
769
|
-
};
|
|
770
|
-
name: {
|
|
771
|
-
name: "name";
|
|
772
|
-
type: {
|
|
773
|
-
kind: "SCALAR";
|
|
774
|
-
name: "String";
|
|
775
|
-
ofType: null;
|
|
776
|
-
};
|
|
777
|
-
};
|
|
778
|
-
operations: {
|
|
779
|
-
name: "operations";
|
|
780
|
-
type: {
|
|
781
|
-
kind: "NON_NULL";
|
|
782
|
-
name: never;
|
|
783
|
-
ofType: {
|
|
784
|
-
kind: "LIST";
|
|
785
|
-
name: never;
|
|
786
|
-
ofType: {
|
|
787
|
-
kind: "NON_NULL";
|
|
788
|
-
name: never;
|
|
789
|
-
ofType: {
|
|
790
|
-
kind: "OBJECT";
|
|
791
|
-
name: "OperationItem";
|
|
792
|
-
ofType: null;
|
|
793
|
-
};
|
|
794
|
-
};
|
|
795
|
-
};
|
|
796
|
-
};
|
|
797
|
-
};
|
|
798
|
-
};
|
|
799
|
-
};
|
|
800
|
-
SchemaType: {
|
|
801
|
-
name: "SchemaType";
|
|
802
|
-
enumValues: "url" | "yaml" | "json";
|
|
803
|
-
};
|
|
804
|
-
String: unknown;
|
|
805
|
-
TagItem: {
|
|
806
|
-
kind: "OBJECT";
|
|
807
|
-
name: "TagItem";
|
|
808
|
-
fields: {
|
|
809
|
-
description: {
|
|
810
|
-
name: "description";
|
|
811
|
-
type: {
|
|
812
|
-
kind: "SCALAR";
|
|
813
|
-
name: "String";
|
|
814
|
-
ofType: null;
|
|
815
|
-
};
|
|
816
|
-
};
|
|
817
|
-
name: {
|
|
818
|
-
name: "name";
|
|
819
|
-
type: {
|
|
820
|
-
kind: "NON_NULL";
|
|
821
|
-
name: never;
|
|
822
|
-
ofType: {
|
|
823
|
-
kind: "SCALAR";
|
|
824
|
-
name: "String";
|
|
825
|
-
ofType: null;
|
|
826
|
-
};
|
|
827
|
-
};
|
|
828
|
-
};
|
|
829
|
-
};
|
|
830
|
-
};
|
|
831
|
-
};
|
|
832
|
-
}, {
|
|
833
|
-
isMaskingDisabled: false;
|
|
834
|
-
}>;
|
|
835
|
-
export type { FragmentOf, ResultOf, VariablesOf } from "gql.tada";
|
|
836
|
-
export { readFragment } from "gql.tada";
|
|
1
|
+
export * from "./fragment-masking.js";
|
|
2
|
+
export * from "./gql.js";
|