@ajaxjs/ui 1.2.2 → 1.2.4
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/README.md +8 -11
- package/dist/api-helper/common/arg.vue +46 -0
- package/dist/api-helper/common/http-method.vue +53 -0
- package/dist/api-helper/common/input-table.vue +128 -0
- package/dist/api-helper/document/document-render.d.ts +10 -0
- package/dist/api-helper/document/document-render.js +38 -0
- package/dist/api-helper/document/document-render.js.map +1 -0
- package/dist/api-helper/document/document-render.ts +35 -0
- package/dist/api-helper/document/document-render.vue +155 -0
- package/dist/api-helper/document/document.d.ts +31 -0
- package/dist/api-helper/document/document.js +55 -0
- package/dist/api-helper/document/document.js.map +1 -0
- package/dist/api-helper/document/document.ts +55 -0
- package/dist/api-helper/document/document.vue +78 -0
- package/dist/api-helper/document/perview.vue +0 -0
- package/dist/api-helper/index.js +142 -0
- package/dist/api-helper/index.vue +108 -0
- package/dist/api-helper/request-body.vue +66 -0
- package/dist/api-helper/table.d.ts +7 -0
- package/dist/api-helper/table.js +13 -0
- package/dist/api-helper/table.js.map +1 -0
- package/dist/api-helper/table.ts +10 -0
- package/dist/api-helper/table.vue +103 -0
- package/dist/api-helper/xhr.js +100 -0
- package/dist/api-helper2/api-helper.d.ts +194 -0
- package/dist/api-helper2/api-helper.vue +144 -0
- package/dist/api-helper2/bookmark.vue +168 -0
- package/dist/api-helper2/common/arg.vue +46 -0
- package/dist/api-helper2/common/http-method.vue +53 -0
- package/dist/api-helper2/document/document-render.vue +189 -0
- package/dist/api-helper2/document/document.vue +130 -0
- package/dist/api-helper2/document/perview.vue +0 -0
- package/dist/api-helper2/env.vue +140 -0
- package/dist/api-helper2/history.vue +116 -0
- package/dist/api-helper2/main.vue +70 -0
- package/dist/api-helper2/request-body.vue +68 -0
- package/dist/api-helper2/table.vue +116 -0
- package/dist/api-selector/api-list-dataservice.d.ts +18 -0
- package/dist/api-selector/api-list-dataservice.js +209 -0
- package/dist/api-selector/api-list-dataservice.js.map +1 -0
- package/dist/api-selector/api-list-dataservice.ts +232 -0
- package/dist/api-selector/api-list-swagger.d.ts +28 -0
- package/dist/api-selector/api-list-swagger.js +179 -0
- package/dist/api-selector/api-list-swagger.js.map +1 -0
- package/dist/api-selector/api-list-swagger.ts +206 -0
- package/dist/api-selector/api-list.d.ts +80 -0
- package/dist/api-selector/api-list.js +129 -0
- package/dist/api-selector/api-list.js.map +1 -0
- package/dist/api-selector/api-list.ts +135 -0
- package/dist/api-selector/index.vue +125 -0
- package/dist/api-selector/test-dataservice.d.ts +23 -0
- package/dist/api-selector/test-dataservice.js +74 -0
- package/dist/api-selector/test-dataservice.js.map +1 -0
- package/dist/api-selector/test-swagger.d.ts +901 -0
- package/dist/api-selector/test-swagger.js +656 -0
- package/dist/api-selector/test-swagger.js.map +1 -0
- package/dist/data-source/data-source.css +44 -0
- package/dist/data-source/data-source.d.ts +14 -0
- package/dist/data-source/data-source.html +59 -0
- package/dist/data-source/data-source.js +97 -0
- package/dist/data-source/data-source.js.map +1 -0
- package/dist/data-source/data-source.less +46 -0
- package/dist/data-source/data-source.ts +95 -0
- package/dist/data-source/data-source.vue +59 -0
- package/dist/iView-ext/fast-iview-table/fast-iview-table.d.ts +37 -0
- package/dist/iView-ext/fast-iview-table/fast-iview-table.js +72 -0
- package/dist/iView-ext/fast-iview-table/fast-iview-table.js.map +1 -0
- package/dist/iView-ext/fast-iview-table/fast-iview-table.ts +75 -0
- package/dist/iView-ext/fast-iview-table/fast-iview-table.vue +52 -0
- package/dist/iView-ext/fast-iview-table/list.d.ts +44 -0
- package/dist/iView-ext/fast-iview-table/list.js +97 -0
- package/dist/iView-ext/fast-iview-table/list.js.map +1 -0
- package/dist/iView-ext/fast-iview-table/list.ts +109 -0
- package/dist/iView-ext/tips.vue +14 -0
- package/dist/index.d.ts +33 -31
- package/dist/index.js +8 -60
- package/dist/index.js.map +1 -1
- package/dist/index.ts +15 -0
- package/dist/libs/api-helper.d.ts +194 -0
- package/dist/libs/api-list.d.ts +15 -0
- package/dist/libs/common.d.ts +201 -0
- package/dist/libs/entity.d.ts +26 -0
- package/dist/libs/entity.js +1 -0
- package/dist/libs/entity.js.map +1 -0
- package/dist/libs/entity.ts +31 -0
- package/dist/libs/iview-widgets.d.ts +59 -0
- package/dist/libs/iview-widgets.js +2 -0
- package/dist/libs/iview-widgets.js.map +1 -0
- package/dist/libs/iview-widgets.ts +73 -0
- package/dist/main.d.ts +1 -1
- package/dist/main.js +16 -8
- package/dist/main.js.map +1 -1
- package/dist/main.ts +22 -0
- package/dist/table-selector/table-selector.htm +28 -0
- package/dist/table-selector/table-selector.js +149 -0
- package/package.json +16 -17
- package/dist/router/index.d.ts +0 -3
- package/dist/router/index.js +0 -44
- package/dist/router/index.js.map +0 -1
- package/dist/util/cookies.d.ts +0 -18
- package/dist/util/cookies.js +0 -46
- package/dist/util/cookies.js.map +0 -1
- package/dist/util/dom.d.ts +0 -17
- package/dist/util/dom.js +0 -44
- package/dist/util/dom.js.map +0 -1
- package/dist/util/utils.d.ts +0 -51
- package/dist/util/utils.js +0 -174
- package/dist/util/utils.js.map +0 -1
- package/dist/util/xhr-config.d.ts +0 -22
- package/dist/util/xhr-config.js +0 -3
- package/dist/util/xhr-config.js.map +0 -1
- package/dist/util/xhr.d.ts +0 -71
- package/dist/util/xhr.js +0 -262
- package/dist/util/xhr.js.map +0 -1
- package/dist/widget/AccordionMenu.vue +0 -140
- package/dist/widget/AdjustFontSize.vue +0 -65
- package/dist/widget/Article.vue +0 -59
- package/dist/widget/EmptyContent.d.ts +0 -5
- package/dist/widget/EmptyContent.js +0 -7
- package/dist/widget/EmptyContent.js.map +0 -1
- package/dist/widget/Expander.vue +0 -65
- package/dist/widget/FileUploader/FileUploader.d.ts +0 -70
- package/dist/widget/FileUploader/FileUploader.js +0 -139
- package/dist/widget/FileUploader/FileUploader.js.map +0 -1
- package/dist/widget/FileUploader/FileUploader.less +0 -68
- package/dist/widget/FileUploader/FileUploader.ts +0 -156
- package/dist/widget/FileUploader/FileUploader.vue +0 -43
- package/dist/widget/HtmlEditor/HtmlEditor.d.ts +0 -70
- package/dist/widget/HtmlEditor/HtmlEditor.js +0 -287
- package/dist/widget/HtmlEditor/HtmlEditor.js.map +0 -1
- package/dist/widget/HtmlEditor/HtmlEditor.less +0 -345
- package/dist/widget/HtmlEditor/HtmlEditor.ts +0 -339
- package/dist/widget/HtmlEditor/HtmlEditor.vue +0 -70
- package/dist/widget/HtmlEditor/html-editor-HtmlSanitizer.js +0 -103
- package/dist/widget/ImageEnlarger.vue +0 -105
- package/dist/widget/OpacityBanner.vue +0 -125
- package/dist/widget/ProcessLine.vue +0 -133
- package/dist/widget/Resize.d.ts +0 -51
- package/dist/widget/Resize.js +0 -133
- package/dist/widget/Resize.js.map +0 -1
- package/dist/widget/Resize.ts +0 -152
- package/dist/widget/Resize.vue +0 -104
- package/dist/widget/TreeSelector.vue +0 -4
- package/dist/widget/calendar/BetweenDate.vue +0 -63
- package/dist/widget/calendar/Calendar.d.ts +0 -55
- package/dist/widget/calendar/Calendar.js +0 -145
- package/dist/widget/calendar/Calendar.js.map +0 -1
- package/dist/widget/calendar/Calendar.less +0 -210
- package/dist/widget/calendar/Calendar.ts +0 -167
- package/dist/widget/calendar/Calendar.vue +0 -52
- package/dist/widget/calendar/CalendarInput.vue +0 -71
- package/dist/widget/form/validator.d.ts +0 -70
- package/dist/widget/form/validator.js +0 -220
- package/dist/widget/form/validator.js.map +0 -1
- package/dist/widget/form/validator.ts +0 -289
- package/dist/widget/play-ground/sku.vue +0 -93
|
@@ -0,0 +1,901 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
const swagger: string;
|
|
3
|
+
namespace info {
|
|
4
|
+
const description: string;
|
|
5
|
+
const version: string;
|
|
6
|
+
const title: string;
|
|
7
|
+
const termsOfService: string;
|
|
8
|
+
namespace contact {
|
|
9
|
+
const email: string;
|
|
10
|
+
}
|
|
11
|
+
namespace license {
|
|
12
|
+
const name: string;
|
|
13
|
+
const url: string;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
const host: string;
|
|
17
|
+
const basePath: string;
|
|
18
|
+
const tags: ({
|
|
19
|
+
name: string;
|
|
20
|
+
description: string;
|
|
21
|
+
externalDocs: {
|
|
22
|
+
description: string;
|
|
23
|
+
url: string;
|
|
24
|
+
};
|
|
25
|
+
} | {
|
|
26
|
+
name: string;
|
|
27
|
+
description: string;
|
|
28
|
+
externalDocs?: undefined;
|
|
29
|
+
})[];
|
|
30
|
+
const schemes: string[];
|
|
31
|
+
const paths: {
|
|
32
|
+
"/pet/{petId}/uploadImage": {
|
|
33
|
+
post: {
|
|
34
|
+
tags: string[];
|
|
35
|
+
summary: string;
|
|
36
|
+
description: string;
|
|
37
|
+
operationId: string;
|
|
38
|
+
consumes: string[];
|
|
39
|
+
produces: string[];
|
|
40
|
+
parameters: ({
|
|
41
|
+
name: string;
|
|
42
|
+
in: string;
|
|
43
|
+
description: string;
|
|
44
|
+
required: boolean;
|
|
45
|
+
type: string;
|
|
46
|
+
format: string;
|
|
47
|
+
} | {
|
|
48
|
+
name: string;
|
|
49
|
+
in: string;
|
|
50
|
+
description: string;
|
|
51
|
+
required: boolean;
|
|
52
|
+
type: string;
|
|
53
|
+
format?: undefined;
|
|
54
|
+
})[];
|
|
55
|
+
responses: {
|
|
56
|
+
"200": {
|
|
57
|
+
description: string;
|
|
58
|
+
schema: {
|
|
59
|
+
$ref: string;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
security: {
|
|
64
|
+
petstore_auth: string[];
|
|
65
|
+
}[];
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
"/pet": {
|
|
69
|
+
post: {
|
|
70
|
+
tags: string[];
|
|
71
|
+
summary: string;
|
|
72
|
+
description: string;
|
|
73
|
+
operationId: string;
|
|
74
|
+
consumes: string[];
|
|
75
|
+
produces: string[];
|
|
76
|
+
parameters: {
|
|
77
|
+
in: string;
|
|
78
|
+
name: string;
|
|
79
|
+
description: string;
|
|
80
|
+
required: boolean;
|
|
81
|
+
schema: {
|
|
82
|
+
$ref: string;
|
|
83
|
+
};
|
|
84
|
+
}[];
|
|
85
|
+
responses: {
|
|
86
|
+
"405": {
|
|
87
|
+
description: string;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
security: {
|
|
91
|
+
petstore_auth: string[];
|
|
92
|
+
}[];
|
|
93
|
+
};
|
|
94
|
+
put: {
|
|
95
|
+
tags: string[];
|
|
96
|
+
summary: string;
|
|
97
|
+
description: string;
|
|
98
|
+
operationId: string;
|
|
99
|
+
consumes: string[];
|
|
100
|
+
produces: string[];
|
|
101
|
+
parameters: {
|
|
102
|
+
in: string;
|
|
103
|
+
name: string;
|
|
104
|
+
description: string;
|
|
105
|
+
required: boolean;
|
|
106
|
+
schema: {
|
|
107
|
+
$ref: string;
|
|
108
|
+
};
|
|
109
|
+
}[];
|
|
110
|
+
responses: {
|
|
111
|
+
"400": {
|
|
112
|
+
description: string;
|
|
113
|
+
};
|
|
114
|
+
"404": {
|
|
115
|
+
description: string;
|
|
116
|
+
};
|
|
117
|
+
"405": {
|
|
118
|
+
description: string;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
security: {
|
|
122
|
+
petstore_auth: string[];
|
|
123
|
+
}[];
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
"/pet/findByStatus": {
|
|
127
|
+
get: {
|
|
128
|
+
tags: string[];
|
|
129
|
+
summary: string;
|
|
130
|
+
description: string;
|
|
131
|
+
operationId: string;
|
|
132
|
+
produces: string[];
|
|
133
|
+
parameters: {
|
|
134
|
+
name: string;
|
|
135
|
+
in: string;
|
|
136
|
+
description: string;
|
|
137
|
+
required: boolean;
|
|
138
|
+
type: string;
|
|
139
|
+
items: {
|
|
140
|
+
type: string;
|
|
141
|
+
enum: string[];
|
|
142
|
+
default: string;
|
|
143
|
+
};
|
|
144
|
+
collectionFormat: string;
|
|
145
|
+
}[];
|
|
146
|
+
responses: {
|
|
147
|
+
"200": {
|
|
148
|
+
description: string;
|
|
149
|
+
schema: {
|
|
150
|
+
type: string;
|
|
151
|
+
items: {
|
|
152
|
+
$ref: string;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
"400": {
|
|
157
|
+
description: string;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
160
|
+
security: {
|
|
161
|
+
petstore_auth: string[];
|
|
162
|
+
}[];
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
"/pet/findByTags": {
|
|
166
|
+
get: {
|
|
167
|
+
tags: string[];
|
|
168
|
+
summary: string;
|
|
169
|
+
description: string;
|
|
170
|
+
operationId: string;
|
|
171
|
+
produces: string[];
|
|
172
|
+
parameters: {
|
|
173
|
+
name: string;
|
|
174
|
+
in: string;
|
|
175
|
+
description: string;
|
|
176
|
+
required: boolean;
|
|
177
|
+
type: string;
|
|
178
|
+
items: {
|
|
179
|
+
type: string;
|
|
180
|
+
};
|
|
181
|
+
collectionFormat: string;
|
|
182
|
+
}[];
|
|
183
|
+
responses: {
|
|
184
|
+
"200": {
|
|
185
|
+
description: string;
|
|
186
|
+
schema: {
|
|
187
|
+
type: string;
|
|
188
|
+
items: {
|
|
189
|
+
$ref: string;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
"400": {
|
|
194
|
+
description: string;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
security: {
|
|
198
|
+
petstore_auth: string[];
|
|
199
|
+
}[];
|
|
200
|
+
deprecated: boolean;
|
|
201
|
+
};
|
|
202
|
+
};
|
|
203
|
+
"/pet/{petId}": {
|
|
204
|
+
get: {
|
|
205
|
+
tags: string[];
|
|
206
|
+
summary: string;
|
|
207
|
+
description: string;
|
|
208
|
+
operationId: string;
|
|
209
|
+
produces: string[];
|
|
210
|
+
parameters: {
|
|
211
|
+
name: string;
|
|
212
|
+
in: string;
|
|
213
|
+
description: string;
|
|
214
|
+
required: boolean;
|
|
215
|
+
type: string;
|
|
216
|
+
format: string;
|
|
217
|
+
}[];
|
|
218
|
+
responses: {
|
|
219
|
+
"200": {
|
|
220
|
+
description: string;
|
|
221
|
+
schema: {
|
|
222
|
+
$ref: string;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
"400": {
|
|
226
|
+
description: string;
|
|
227
|
+
};
|
|
228
|
+
"404": {
|
|
229
|
+
description: string;
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
security: {
|
|
233
|
+
api_key: any[];
|
|
234
|
+
}[];
|
|
235
|
+
};
|
|
236
|
+
post: {
|
|
237
|
+
tags: string[];
|
|
238
|
+
summary: string;
|
|
239
|
+
description: string;
|
|
240
|
+
operationId: string;
|
|
241
|
+
consumes: string[];
|
|
242
|
+
produces: string[];
|
|
243
|
+
parameters: ({
|
|
244
|
+
name: string;
|
|
245
|
+
in: string;
|
|
246
|
+
description: string;
|
|
247
|
+
required: boolean;
|
|
248
|
+
type: string;
|
|
249
|
+
format: string;
|
|
250
|
+
} | {
|
|
251
|
+
name: string;
|
|
252
|
+
in: string;
|
|
253
|
+
description: string;
|
|
254
|
+
required: boolean;
|
|
255
|
+
type: string;
|
|
256
|
+
format?: undefined;
|
|
257
|
+
})[];
|
|
258
|
+
responses: {
|
|
259
|
+
"405": {
|
|
260
|
+
description: string;
|
|
261
|
+
};
|
|
262
|
+
};
|
|
263
|
+
security: {
|
|
264
|
+
petstore_auth: string[];
|
|
265
|
+
}[];
|
|
266
|
+
};
|
|
267
|
+
delete: {
|
|
268
|
+
tags: string[];
|
|
269
|
+
summary: string;
|
|
270
|
+
description: string;
|
|
271
|
+
operationId: string;
|
|
272
|
+
produces: string[];
|
|
273
|
+
parameters: ({
|
|
274
|
+
name: string;
|
|
275
|
+
in: string;
|
|
276
|
+
required: boolean;
|
|
277
|
+
type: string;
|
|
278
|
+
description?: undefined;
|
|
279
|
+
format?: undefined;
|
|
280
|
+
} | {
|
|
281
|
+
name: string;
|
|
282
|
+
in: string;
|
|
283
|
+
description: string;
|
|
284
|
+
required: boolean;
|
|
285
|
+
type: string;
|
|
286
|
+
format: string;
|
|
287
|
+
})[];
|
|
288
|
+
responses: {
|
|
289
|
+
"400": {
|
|
290
|
+
description: string;
|
|
291
|
+
};
|
|
292
|
+
"404": {
|
|
293
|
+
description: string;
|
|
294
|
+
};
|
|
295
|
+
};
|
|
296
|
+
security: {
|
|
297
|
+
petstore_auth: string[];
|
|
298
|
+
}[];
|
|
299
|
+
};
|
|
300
|
+
};
|
|
301
|
+
"/store/inventory": {
|
|
302
|
+
get: {
|
|
303
|
+
tags: string[];
|
|
304
|
+
summary: string;
|
|
305
|
+
description: string;
|
|
306
|
+
operationId: string;
|
|
307
|
+
produces: string[];
|
|
308
|
+
parameters: any[];
|
|
309
|
+
responses: {
|
|
310
|
+
"200": {
|
|
311
|
+
description: string;
|
|
312
|
+
schema: {
|
|
313
|
+
type: string;
|
|
314
|
+
additionalProperties: {
|
|
315
|
+
type: string;
|
|
316
|
+
format: string;
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
};
|
|
320
|
+
};
|
|
321
|
+
security: {
|
|
322
|
+
api_key: any[];
|
|
323
|
+
}[];
|
|
324
|
+
};
|
|
325
|
+
};
|
|
326
|
+
"/store/order": {
|
|
327
|
+
post: {
|
|
328
|
+
tags: string[];
|
|
329
|
+
summary: string;
|
|
330
|
+
description: string;
|
|
331
|
+
operationId: string;
|
|
332
|
+
consumes: string[];
|
|
333
|
+
produces: string[];
|
|
334
|
+
parameters: {
|
|
335
|
+
in: string;
|
|
336
|
+
name: string;
|
|
337
|
+
description: string;
|
|
338
|
+
required: boolean;
|
|
339
|
+
schema: {
|
|
340
|
+
$ref: string;
|
|
341
|
+
};
|
|
342
|
+
}[];
|
|
343
|
+
responses: {
|
|
344
|
+
"200": {
|
|
345
|
+
description: string;
|
|
346
|
+
schema: {
|
|
347
|
+
$ref: string;
|
|
348
|
+
};
|
|
349
|
+
};
|
|
350
|
+
"400": {
|
|
351
|
+
description: string;
|
|
352
|
+
};
|
|
353
|
+
};
|
|
354
|
+
};
|
|
355
|
+
};
|
|
356
|
+
"/store/order/{orderId}": {
|
|
357
|
+
get: {
|
|
358
|
+
tags: string[];
|
|
359
|
+
summary: string;
|
|
360
|
+
description: string;
|
|
361
|
+
operationId: string;
|
|
362
|
+
produces: string[];
|
|
363
|
+
parameters: {
|
|
364
|
+
name: string;
|
|
365
|
+
in: string;
|
|
366
|
+
description: string;
|
|
367
|
+
required: boolean;
|
|
368
|
+
type: string;
|
|
369
|
+
maximum: number;
|
|
370
|
+
minimum: number;
|
|
371
|
+
format: string;
|
|
372
|
+
}[];
|
|
373
|
+
responses: {
|
|
374
|
+
"200": {
|
|
375
|
+
description: string;
|
|
376
|
+
schema: {
|
|
377
|
+
$ref: string;
|
|
378
|
+
};
|
|
379
|
+
};
|
|
380
|
+
"400": {
|
|
381
|
+
description: string;
|
|
382
|
+
};
|
|
383
|
+
"404": {
|
|
384
|
+
description: string;
|
|
385
|
+
};
|
|
386
|
+
};
|
|
387
|
+
};
|
|
388
|
+
delete: {
|
|
389
|
+
tags: string[];
|
|
390
|
+
summary: string;
|
|
391
|
+
description: string;
|
|
392
|
+
operationId: string;
|
|
393
|
+
produces: string[];
|
|
394
|
+
parameters: {
|
|
395
|
+
name: string;
|
|
396
|
+
in: string;
|
|
397
|
+
description: string;
|
|
398
|
+
required: boolean;
|
|
399
|
+
type: string;
|
|
400
|
+
minimum: number;
|
|
401
|
+
format: string;
|
|
402
|
+
}[];
|
|
403
|
+
responses: {
|
|
404
|
+
"400": {
|
|
405
|
+
description: string;
|
|
406
|
+
};
|
|
407
|
+
"404": {
|
|
408
|
+
description: string;
|
|
409
|
+
};
|
|
410
|
+
};
|
|
411
|
+
};
|
|
412
|
+
};
|
|
413
|
+
"/user/createWithList": {
|
|
414
|
+
post: {
|
|
415
|
+
tags: string[];
|
|
416
|
+
summary: string;
|
|
417
|
+
description: string;
|
|
418
|
+
operationId: string;
|
|
419
|
+
consumes: string[];
|
|
420
|
+
produces: string[];
|
|
421
|
+
parameters: {
|
|
422
|
+
in: string;
|
|
423
|
+
name: string;
|
|
424
|
+
description: string;
|
|
425
|
+
required: boolean;
|
|
426
|
+
schema: {
|
|
427
|
+
type: string;
|
|
428
|
+
items: {
|
|
429
|
+
$ref: string;
|
|
430
|
+
};
|
|
431
|
+
};
|
|
432
|
+
}[];
|
|
433
|
+
responses: {
|
|
434
|
+
default: {
|
|
435
|
+
description: string;
|
|
436
|
+
};
|
|
437
|
+
};
|
|
438
|
+
};
|
|
439
|
+
};
|
|
440
|
+
"/user/{username}": {
|
|
441
|
+
get: {
|
|
442
|
+
tags: string[];
|
|
443
|
+
summary: string;
|
|
444
|
+
description: string;
|
|
445
|
+
operationId: string;
|
|
446
|
+
produces: string[];
|
|
447
|
+
parameters: {
|
|
448
|
+
name: string;
|
|
449
|
+
in: string;
|
|
450
|
+
description: string;
|
|
451
|
+
required: boolean;
|
|
452
|
+
type: string;
|
|
453
|
+
}[];
|
|
454
|
+
responses: {
|
|
455
|
+
"200": {
|
|
456
|
+
description: string;
|
|
457
|
+
schema: {
|
|
458
|
+
$ref: string;
|
|
459
|
+
};
|
|
460
|
+
};
|
|
461
|
+
"400": {
|
|
462
|
+
description: string;
|
|
463
|
+
};
|
|
464
|
+
"404": {
|
|
465
|
+
description: string;
|
|
466
|
+
};
|
|
467
|
+
};
|
|
468
|
+
};
|
|
469
|
+
put: {
|
|
470
|
+
tags: string[];
|
|
471
|
+
summary: string;
|
|
472
|
+
description: string;
|
|
473
|
+
operationId: string;
|
|
474
|
+
consumes: string[];
|
|
475
|
+
produces: string[];
|
|
476
|
+
parameters: ({
|
|
477
|
+
name: string;
|
|
478
|
+
in: string;
|
|
479
|
+
description: string;
|
|
480
|
+
required: boolean;
|
|
481
|
+
type: string;
|
|
482
|
+
schema?: undefined;
|
|
483
|
+
} | {
|
|
484
|
+
in: string;
|
|
485
|
+
name: string;
|
|
486
|
+
description: string;
|
|
487
|
+
required: boolean;
|
|
488
|
+
schema: {
|
|
489
|
+
$ref: string;
|
|
490
|
+
};
|
|
491
|
+
type?: undefined;
|
|
492
|
+
})[];
|
|
493
|
+
responses: {
|
|
494
|
+
"400": {
|
|
495
|
+
description: string;
|
|
496
|
+
};
|
|
497
|
+
"404": {
|
|
498
|
+
description: string;
|
|
499
|
+
};
|
|
500
|
+
};
|
|
501
|
+
};
|
|
502
|
+
delete: {
|
|
503
|
+
tags: string[];
|
|
504
|
+
summary: string;
|
|
505
|
+
description: string;
|
|
506
|
+
operationId: string;
|
|
507
|
+
produces: string[];
|
|
508
|
+
parameters: {
|
|
509
|
+
name: string;
|
|
510
|
+
in: string;
|
|
511
|
+
description: string;
|
|
512
|
+
required: boolean;
|
|
513
|
+
type: string;
|
|
514
|
+
}[];
|
|
515
|
+
responses: {
|
|
516
|
+
"400": {
|
|
517
|
+
description: string;
|
|
518
|
+
};
|
|
519
|
+
"404": {
|
|
520
|
+
description: string;
|
|
521
|
+
};
|
|
522
|
+
};
|
|
523
|
+
};
|
|
524
|
+
};
|
|
525
|
+
"/user/login": {
|
|
526
|
+
get: {
|
|
527
|
+
tags: string[];
|
|
528
|
+
summary: string;
|
|
529
|
+
description: string;
|
|
530
|
+
operationId: string;
|
|
531
|
+
produces: string[];
|
|
532
|
+
parameters: {
|
|
533
|
+
name: string;
|
|
534
|
+
in: string;
|
|
535
|
+
description: string;
|
|
536
|
+
required: boolean;
|
|
537
|
+
type: string;
|
|
538
|
+
}[];
|
|
539
|
+
responses: {
|
|
540
|
+
"200": {
|
|
541
|
+
description: string;
|
|
542
|
+
headers: {
|
|
543
|
+
"X-Expires-After": {
|
|
544
|
+
type: string;
|
|
545
|
+
format: string;
|
|
546
|
+
description: string;
|
|
547
|
+
};
|
|
548
|
+
"X-Rate-Limit": {
|
|
549
|
+
type: string;
|
|
550
|
+
format: string;
|
|
551
|
+
description: string;
|
|
552
|
+
};
|
|
553
|
+
};
|
|
554
|
+
schema: {
|
|
555
|
+
type: string;
|
|
556
|
+
};
|
|
557
|
+
};
|
|
558
|
+
"400": {
|
|
559
|
+
description: string;
|
|
560
|
+
};
|
|
561
|
+
};
|
|
562
|
+
};
|
|
563
|
+
};
|
|
564
|
+
"/user/logout": {
|
|
565
|
+
get: {
|
|
566
|
+
tags: string[];
|
|
567
|
+
summary: string;
|
|
568
|
+
description: string;
|
|
569
|
+
operationId: string;
|
|
570
|
+
produces: string[];
|
|
571
|
+
parameters: any[];
|
|
572
|
+
responses: {
|
|
573
|
+
default: {
|
|
574
|
+
description: string;
|
|
575
|
+
};
|
|
576
|
+
};
|
|
577
|
+
};
|
|
578
|
+
};
|
|
579
|
+
"/user/createWithArray": {
|
|
580
|
+
post: {
|
|
581
|
+
tags: string[];
|
|
582
|
+
summary: string;
|
|
583
|
+
description: string;
|
|
584
|
+
operationId: string;
|
|
585
|
+
consumes: string[];
|
|
586
|
+
produces: string[];
|
|
587
|
+
parameters: {
|
|
588
|
+
in: string;
|
|
589
|
+
name: string;
|
|
590
|
+
description: string;
|
|
591
|
+
required: boolean;
|
|
592
|
+
schema: {
|
|
593
|
+
type: string;
|
|
594
|
+
items: {
|
|
595
|
+
$ref: string;
|
|
596
|
+
};
|
|
597
|
+
};
|
|
598
|
+
}[];
|
|
599
|
+
responses: {
|
|
600
|
+
default: {
|
|
601
|
+
description: string;
|
|
602
|
+
};
|
|
603
|
+
};
|
|
604
|
+
};
|
|
605
|
+
};
|
|
606
|
+
"/user": {
|
|
607
|
+
post: {
|
|
608
|
+
tags: string[];
|
|
609
|
+
summary: string;
|
|
610
|
+
description: string;
|
|
611
|
+
operationId: string;
|
|
612
|
+
consumes: string[];
|
|
613
|
+
produces: string[];
|
|
614
|
+
parameters: {
|
|
615
|
+
in: string;
|
|
616
|
+
name: string;
|
|
617
|
+
description: string;
|
|
618
|
+
required: boolean;
|
|
619
|
+
schema: {
|
|
620
|
+
$ref: string;
|
|
621
|
+
};
|
|
622
|
+
}[];
|
|
623
|
+
responses: {
|
|
624
|
+
default: {
|
|
625
|
+
description: string;
|
|
626
|
+
};
|
|
627
|
+
};
|
|
628
|
+
};
|
|
629
|
+
};
|
|
630
|
+
};
|
|
631
|
+
namespace securityDefinitions {
|
|
632
|
+
namespace api_key {
|
|
633
|
+
export const type: string;
|
|
634
|
+
const name_1: string;
|
|
635
|
+
export { name_1 as name };
|
|
636
|
+
const _in: string;
|
|
637
|
+
export { _in as in };
|
|
638
|
+
}
|
|
639
|
+
namespace petstore_auth {
|
|
640
|
+
const type_1: string;
|
|
641
|
+
export { type_1 as type };
|
|
642
|
+
export const authorizationUrl: string;
|
|
643
|
+
export const flow: string;
|
|
644
|
+
export const scopes: {
|
|
645
|
+
"read:pets": string;
|
|
646
|
+
"write:pets": string;
|
|
647
|
+
};
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
namespace definitions {
|
|
651
|
+
namespace ApiResponse {
|
|
652
|
+
const type_2: string;
|
|
653
|
+
export { type_2 as type };
|
|
654
|
+
export namespace properties {
|
|
655
|
+
export namespace code {
|
|
656
|
+
const type_3: string;
|
|
657
|
+
export { type_3 as type };
|
|
658
|
+
export const format: string;
|
|
659
|
+
}
|
|
660
|
+
export namespace type_4 {
|
|
661
|
+
const type_5: string;
|
|
662
|
+
export { type_5 as type };
|
|
663
|
+
}
|
|
664
|
+
export { type_4 as type };
|
|
665
|
+
export namespace message {
|
|
666
|
+
const type_6: string;
|
|
667
|
+
export { type_6 as type };
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
namespace Category {
|
|
672
|
+
const type_7: string;
|
|
673
|
+
export { type_7 as type };
|
|
674
|
+
export namespace properties_1 {
|
|
675
|
+
export namespace id {
|
|
676
|
+
const type_8: string;
|
|
677
|
+
export { type_8 as type };
|
|
678
|
+
const format_1: string;
|
|
679
|
+
export { format_1 as format };
|
|
680
|
+
}
|
|
681
|
+
export namespace name_2 {
|
|
682
|
+
const type_9: string;
|
|
683
|
+
export { type_9 as type };
|
|
684
|
+
}
|
|
685
|
+
export { name_2 as name };
|
|
686
|
+
}
|
|
687
|
+
export { properties_1 as properties };
|
|
688
|
+
export namespace xml {
|
|
689
|
+
const name_3: string;
|
|
690
|
+
export { name_3 as name };
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
namespace Pet {
|
|
694
|
+
const type_10: string;
|
|
695
|
+
export { type_10 as type };
|
|
696
|
+
export const required: string[];
|
|
697
|
+
export namespace properties_2 {
|
|
698
|
+
export namespace id_1 {
|
|
699
|
+
const type_11: string;
|
|
700
|
+
export { type_11 as type };
|
|
701
|
+
const format_2: string;
|
|
702
|
+
export { format_2 as format };
|
|
703
|
+
}
|
|
704
|
+
export { id_1 as id };
|
|
705
|
+
export namespace category {
|
|
706
|
+
const $ref: string;
|
|
707
|
+
}
|
|
708
|
+
export namespace name_4 {
|
|
709
|
+
const type_12: string;
|
|
710
|
+
export { type_12 as type };
|
|
711
|
+
export const example: string;
|
|
712
|
+
}
|
|
713
|
+
export { name_4 as name };
|
|
714
|
+
export namespace photoUrls {
|
|
715
|
+
const type_13: string;
|
|
716
|
+
export { type_13 as type };
|
|
717
|
+
export namespace xml_1 {
|
|
718
|
+
const wrapped: boolean;
|
|
719
|
+
}
|
|
720
|
+
export { xml_1 as xml };
|
|
721
|
+
export namespace items {
|
|
722
|
+
const type_14: string;
|
|
723
|
+
export { type_14 as type };
|
|
724
|
+
export namespace xml_2 {
|
|
725
|
+
const name_5: string;
|
|
726
|
+
export { name_5 as name };
|
|
727
|
+
}
|
|
728
|
+
export { xml_2 as xml };
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
export namespace tags_1 {
|
|
732
|
+
const type_15: string;
|
|
733
|
+
export { type_15 as type };
|
|
734
|
+
export namespace xml_3 {
|
|
735
|
+
const wrapped_1: boolean;
|
|
736
|
+
export { wrapped_1 as wrapped };
|
|
737
|
+
}
|
|
738
|
+
export { xml_3 as xml };
|
|
739
|
+
export namespace items_1 {
|
|
740
|
+
export namespace xml_4 {
|
|
741
|
+
const name_6: string;
|
|
742
|
+
export { name_6 as name };
|
|
743
|
+
}
|
|
744
|
+
export { xml_4 as xml };
|
|
745
|
+
const $ref_1: string;
|
|
746
|
+
export { $ref_1 as $ref };
|
|
747
|
+
}
|
|
748
|
+
export { items_1 as items };
|
|
749
|
+
}
|
|
750
|
+
export { tags_1 as tags };
|
|
751
|
+
export namespace status {
|
|
752
|
+
const type_16: string;
|
|
753
|
+
export { type_16 as type };
|
|
754
|
+
const description_1: string;
|
|
755
|
+
export { description_1 as description };
|
|
756
|
+
const _enum: string[];
|
|
757
|
+
export { _enum as enum };
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
export { properties_2 as properties };
|
|
761
|
+
export namespace xml_5 {
|
|
762
|
+
const name_7: string;
|
|
763
|
+
export { name_7 as name };
|
|
764
|
+
}
|
|
765
|
+
export { xml_5 as xml };
|
|
766
|
+
}
|
|
767
|
+
namespace Tag {
|
|
768
|
+
const type_17: string;
|
|
769
|
+
export { type_17 as type };
|
|
770
|
+
export namespace properties_3 {
|
|
771
|
+
export namespace id_2 {
|
|
772
|
+
const type_18: string;
|
|
773
|
+
export { type_18 as type };
|
|
774
|
+
const format_3: string;
|
|
775
|
+
export { format_3 as format };
|
|
776
|
+
}
|
|
777
|
+
export { id_2 as id };
|
|
778
|
+
export namespace name_8 {
|
|
779
|
+
const type_19: string;
|
|
780
|
+
export { type_19 as type };
|
|
781
|
+
}
|
|
782
|
+
export { name_8 as name };
|
|
783
|
+
}
|
|
784
|
+
export { properties_3 as properties };
|
|
785
|
+
export namespace xml_6 {
|
|
786
|
+
const name_9: string;
|
|
787
|
+
export { name_9 as name };
|
|
788
|
+
}
|
|
789
|
+
export { xml_6 as xml };
|
|
790
|
+
}
|
|
791
|
+
namespace Order {
|
|
792
|
+
const type_20: string;
|
|
793
|
+
export { type_20 as type };
|
|
794
|
+
export namespace properties_4 {
|
|
795
|
+
export namespace id_3 {
|
|
796
|
+
const type_21: string;
|
|
797
|
+
export { type_21 as type };
|
|
798
|
+
const format_4: string;
|
|
799
|
+
export { format_4 as format };
|
|
800
|
+
}
|
|
801
|
+
export { id_3 as id };
|
|
802
|
+
export namespace petId {
|
|
803
|
+
const type_22: string;
|
|
804
|
+
export { type_22 as type };
|
|
805
|
+
const format_5: string;
|
|
806
|
+
export { format_5 as format };
|
|
807
|
+
}
|
|
808
|
+
export namespace quantity {
|
|
809
|
+
const type_23: string;
|
|
810
|
+
export { type_23 as type };
|
|
811
|
+
const format_6: string;
|
|
812
|
+
export { format_6 as format };
|
|
813
|
+
}
|
|
814
|
+
export namespace shipDate {
|
|
815
|
+
const type_24: string;
|
|
816
|
+
export { type_24 as type };
|
|
817
|
+
const format_7: string;
|
|
818
|
+
export { format_7 as format };
|
|
819
|
+
}
|
|
820
|
+
export namespace status_1 {
|
|
821
|
+
const type_25: string;
|
|
822
|
+
export { type_25 as type };
|
|
823
|
+
const description_2: string;
|
|
824
|
+
export { description_2 as description };
|
|
825
|
+
const _enum_1: string[];
|
|
826
|
+
export { _enum_1 as enum };
|
|
827
|
+
}
|
|
828
|
+
export { status_1 as status };
|
|
829
|
+
export namespace complete {
|
|
830
|
+
const type_26: string;
|
|
831
|
+
export { type_26 as type };
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
export { properties_4 as properties };
|
|
835
|
+
export namespace xml_7 {
|
|
836
|
+
const name_10: string;
|
|
837
|
+
export { name_10 as name };
|
|
838
|
+
}
|
|
839
|
+
export { xml_7 as xml };
|
|
840
|
+
}
|
|
841
|
+
namespace User {
|
|
842
|
+
const type_27: string;
|
|
843
|
+
export { type_27 as type };
|
|
844
|
+
export namespace properties_5 {
|
|
845
|
+
export namespace id_4 {
|
|
846
|
+
const type_28: string;
|
|
847
|
+
export { type_28 as type };
|
|
848
|
+
const format_8: string;
|
|
849
|
+
export { format_8 as format };
|
|
850
|
+
}
|
|
851
|
+
export { id_4 as id };
|
|
852
|
+
export namespace username {
|
|
853
|
+
const type_29: string;
|
|
854
|
+
export { type_29 as type };
|
|
855
|
+
}
|
|
856
|
+
export namespace firstName {
|
|
857
|
+
const type_30: string;
|
|
858
|
+
export { type_30 as type };
|
|
859
|
+
}
|
|
860
|
+
export namespace lastName {
|
|
861
|
+
const type_31: string;
|
|
862
|
+
export { type_31 as type };
|
|
863
|
+
}
|
|
864
|
+
export namespace email_1 {
|
|
865
|
+
const type_32: string;
|
|
866
|
+
export { type_32 as type };
|
|
867
|
+
}
|
|
868
|
+
export { email_1 as email };
|
|
869
|
+
export namespace password {
|
|
870
|
+
const type_33: string;
|
|
871
|
+
export { type_33 as type };
|
|
872
|
+
}
|
|
873
|
+
export namespace phone {
|
|
874
|
+
const type_34: string;
|
|
875
|
+
export { type_34 as type };
|
|
876
|
+
}
|
|
877
|
+
export namespace userStatus {
|
|
878
|
+
const type_35: string;
|
|
879
|
+
export { type_35 as type };
|
|
880
|
+
const format_9: string;
|
|
881
|
+
export { format_9 as format };
|
|
882
|
+
const description_3: string;
|
|
883
|
+
export { description_3 as description };
|
|
884
|
+
}
|
|
885
|
+
}
|
|
886
|
+
export { properties_5 as properties };
|
|
887
|
+
export namespace xml_8 {
|
|
888
|
+
const name_11: string;
|
|
889
|
+
export { name_11 as name };
|
|
890
|
+
}
|
|
891
|
+
export { xml_8 as xml };
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
namespace externalDocs {
|
|
895
|
+
const description_4: string;
|
|
896
|
+
export { description_4 as description };
|
|
897
|
+
const url_1: string;
|
|
898
|
+
export { url_1 as url };
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
export default _default;
|