@redocly/openapi-core 2.35.1 → 2.37.0
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/lib/bundle/bundle-visitor.d.ts.map +1 -1
- package/lib/bundle/bundle-visitor.js +1 -0
- package/lib/bundle/bundle-visitor.js.map +1 -1
- package/lib/config/all.d.ts.map +1 -1
- package/lib/config/all.js +4 -0
- package/lib/config/all.js.map +1 -1
- package/lib/config/builtIn.d.ts.map +1 -1
- package/lib/config/builtIn.js +2 -0
- package/lib/config/builtIn.js.map +1 -1
- package/lib/config/config-resolvers.d.ts.map +1 -1
- package/lib/config/config-resolvers.js +6 -2
- package/lib/config/config-resolvers.js.map +1 -1
- package/lib/config/config.d.ts +2 -2
- package/lib/config/config.d.ts.map +1 -1
- package/lib/config/config.js +32 -16
- package/lib/config/config.js.map +1 -1
- package/lib/config/minimal.d.ts.map +1 -1
- package/lib/config/minimal.js +4 -0
- package/lib/config/minimal.js.map +1 -1
- package/lib/config/recommended-strict.d.ts.map +1 -1
- package/lib/config/recommended-strict.js +4 -0
- package/lib/config/recommended-strict.js.map +1 -1
- package/lib/config/recommended.d.ts.map +1 -1
- package/lib/config/recommended.js +4 -0
- package/lib/config/recommended.js.map +1 -1
- package/lib/config/rules.d.ts +3 -4
- package/lib/config/rules.d.ts.map +1 -1
- package/lib/config/rules.js.map +1 -1
- package/lib/config/spec.d.ts.map +1 -1
- package/lib/config/spec.js +4 -0
- package/lib/config/spec.js.map +1 -1
- package/lib/config/types.d.ts +4 -2
- package/lib/config/types.d.ts.map +1 -1
- package/lib/config/utils.d.ts +2 -2
- package/lib/config/utils.d.ts.map +1 -1
- package/lib/config/utils.js +3 -0
- package/lib/config/utils.js.map +1 -1
- package/lib/config/visitors.d.ts +0 -6
- package/lib/config/visitors.d.ts.map +1 -1
- package/lib/config/visitors.js +3 -13
- package/lib/config/visitors.js.map +1 -1
- package/lib/detect-spec.d.ts.map +1 -1
- package/lib/detect-spec.js +3 -0
- package/lib/detect-spec.js.map +1 -1
- package/lib/graphql/assertions.d.ts +3 -0
- package/lib/graphql/assertions.d.ts.map +1 -0
- package/lib/graphql/assertions.js +141 -0
- package/lib/graphql/assertions.js.map +1 -0
- package/lib/graphql/detect-graphql.d.ts +3 -0
- package/lib/graphql/detect-graphql.d.ts.map +1 -0
- package/lib/graphql/detect-graphql.js +6 -0
- package/lib/graphql/detect-graphql.js.map +1 -0
- package/lib/graphql/lint-graphql.d.ts +8 -0
- package/lib/graphql/lint-graphql.d.ts.map +1 -0
- package/lib/graphql/lint-graphql.js +58 -0
- package/lib/graphql/lint-graphql.js.map +1 -0
- package/lib/graphql/node-kinds.d.ts +4 -0
- package/lib/graphql/node-kinds.d.ts.map +1 -0
- package/lib/graphql/node-kinds.js +52 -0
- package/lib/graphql/node-kinds.js.map +1 -0
- package/lib/graphql/visitor.d.ts +50 -0
- package/lib/graphql/visitor.d.ts.map +1 -0
- package/lib/graphql/visitor.js +58 -0
- package/lib/graphql/visitor.js.map +1 -0
- package/lib/lint-entity.d.ts +1 -1
- package/lib/lint-entity.d.ts.map +1 -1
- package/lib/lint-entity.js +3 -3
- package/lib/lint-entity.js.map +1 -1
- package/lib/lint.d.ts.map +1 -1
- package/lib/lint.js +6 -0
- package/lib/lint.js.map +1 -1
- package/lib/oas-types.d.ts +7 -852
- package/lib/oas-types.d.ts.map +1 -1
- package/lib/oas-types.js +3 -0
- package/lib/oas-types.js.map +1 -1
- package/lib/resolve.d.ts.map +1 -1
- package/lib/resolve.js +9 -0
- package/lib/resolve.js.map +1 -1
- package/lib/rules/common/assertions/utils.d.ts +13 -0
- package/lib/rules/common/assertions/utils.d.ts.map +1 -1
- package/lib/rules/common/assertions/utils.js +3 -3
- package/lib/rules/common/assertions/utils.js.map +1 -1
- package/lib/rules/common/struct.d.ts.map +1 -1
- package/lib/rules/common/struct.js +2 -2
- package/lib/rules/common/struct.js.map +1 -1
- package/lib/rules/graphql/index.d.ts +3 -0
- package/lib/rules/graphql/index.d.ts.map +1 -0
- package/lib/rules/graphql/index.js +11 -0
- package/lib/rules/graphql/index.js.map +1 -0
- package/lib/rules/graphql/no-unused-types.d.ts +3 -0
- package/lib/rules/graphql/no-unused-types.d.ts.map +1 -0
- package/lib/rules/graphql/no-unused-types.js +101 -0
- package/lib/rules/graphql/no-unused-types.js.map +1 -0
- package/lib/rules/graphql/struct.d.ts +3 -0
- package/lib/rules/graphql/struct.d.ts.map +1 -0
- package/lib/rules/graphql/struct.js +41 -0
- package/lib/rules/graphql/struct.js.map +1 -0
- package/lib/rules/graphql/type-description.d.ts +3 -0
- package/lib/rules/graphql/type-description.d.ts.map +1 -0
- package/lib/rules/graphql/type-description.js +19 -0
- package/lib/rules/graphql/type-description.js.map +1 -0
- package/lib/rules/utils.d.ts +1 -1
- package/lib/rules/utils.d.ts.map +1 -1
- package/lib/rules/utils.js +8 -4
- package/lib/rules/utils.js.map +1 -1
- package/lib/types/redocly-yaml.d.ts +2 -0
- package/lib/types/redocly-yaml.d.ts.map +1 -1
- package/lib/types/redocly-yaml.js +17 -11
- package/lib/types/redocly-yaml.js.map +1 -1
- package/lib/utils/scorecards.js +3 -3
- package/lib/utils/scorecards.js.map +1 -1
- package/package.json +3 -2
package/lib/oas-types.d.ts
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { GraphqlRule } from './graphql/visitor.js';
|
|
2
|
+
import type { NodeType } from './types/index.js';
|
|
3
|
+
import type { BuiltInAsync2RuleId, BuiltInAsync3RuleId, BuiltInArazzo1RuleId, BuiltInOAS2RuleId, BuiltInOAS3RuleId, BuiltInOverlay1RuleId, BuiltInCommonRuleId, BuiltInOpenRpc1RuleId, BuiltInGraphqlRuleId, BuiltInOas2DecoratorId, BuiltInOas3DecoratorId } from './types/redocly-yaml.js';
|
|
2
4
|
import type { Oas3Rule, Oas3Decorator, Oas2Rule, Oas2Decorator, Async2Decorator, Async2Rule, Async3Decorator, Async3Rule, Arazzo1Decorator, Arazzo1Rule, Overlay1Decorator, Overlay1Rule, OpenRpc1Decorator, OpenRpc1Rule } from './visitors.js';
|
|
3
|
-
export declare const specVersions: readonly ["oas2", "oas3_0", "oas3_1", "oas3_2", "async2", "async3", "arazzo1", "arazzo1_1", "overlay1", "openrpc1"];
|
|
5
|
+
export declare const specVersions: readonly ["oas2", "oas3_0", "oas3_1", "oas3_2", "async2", "async3", "arazzo1", "arazzo1_1", "overlay1", "openrpc1", "graphql"];
|
|
4
6
|
export type SpecVersion = (typeof specVersions)[number];
|
|
5
7
|
/** Characters allowed in a Components Object key by the OpenAPI and AsyncAPI specs. */
|
|
6
8
|
export declare const COMPONENT_NAME_CHARS = "a-zA-Z0-9\\.\\-_";
|
|
7
|
-
export type SpecMajorVersion = 'oas2' | 'oas3' | 'async2' | 'async3' | 'arazzo1' | 'arazzo1_1' | 'overlay1' | 'openrpc1';
|
|
9
|
+
export type SpecMajorVersion = 'oas2' | 'oas3' | 'async2' | 'async3' | 'arazzo1' | 'arazzo1_1' | 'overlay1' | 'openrpc1' | 'graphql';
|
|
8
10
|
export type RuleMap<Key extends string, RuleConfig, T> = Record<T extends 'built-in' ? Key : string, RuleConfig>;
|
|
9
11
|
export type Oas3RuleSet<T = undefined> = RuleMap<BuiltInOAS3RuleId | BuiltInCommonRuleId | 'assertions', Oas3Rule, T>;
|
|
10
12
|
export type Oas2RuleSet<T = undefined> = RuleMap<BuiltInOAS2RuleId | BuiltInCommonRuleId | 'assertions', Oas2Rule, T>;
|
|
@@ -13,6 +15,7 @@ export type Async3RuleSet<T = undefined> = RuleMap<BuiltInAsync3RuleId | BuiltIn
|
|
|
13
15
|
export type Arazzo1RuleSet<T = undefined> = RuleMap<BuiltInArazzo1RuleId | BuiltInCommonRuleId | 'assertions', Arazzo1Rule, T>;
|
|
14
16
|
export type Overlay1RuleSet<T = undefined> = RuleMap<BuiltInOverlay1RuleId | BuiltInCommonRuleId | 'assertions', Overlay1Rule, T>;
|
|
15
17
|
export type OpenRpc1RuleSet<T = undefined> = RuleMap<BuiltInOpenRpc1RuleId | BuiltInCommonRuleId | 'assertions', OpenRpc1Rule, T>;
|
|
18
|
+
export type GraphqlRuleSet<T = undefined> = RuleMap<BuiltInGraphqlRuleId | 'struct' | 'assertions', GraphqlRule, T>;
|
|
16
19
|
export type Oas3DecoratorsSet<T = undefined> = Record<T extends 'built-in' ? BuiltInOas3DecoratorId : string, Oas3Decorator>;
|
|
17
20
|
export type Oas2DecoratorsSet<T = undefined> = Record<T extends 'built-in' ? BuiltInOas2DecoratorId : string, Oas2Decorator>;
|
|
18
21
|
export type Async2DecoratorsSet = Record<string, Async2Decorator>;
|
|
@@ -20,853 +23,5 @@ export type Async3DecoratorsSet = Record<string, Async3Decorator>;
|
|
|
20
23
|
export type Arazzo1DecoratorsSet = Record<string, Arazzo1Decorator>;
|
|
21
24
|
export type Overlay1DecoratorsSet = Record<string, Overlay1Decorator>;
|
|
22
25
|
export type OpenRpc1DecoratorsSet = Record<string, OpenRpc1Decorator>;
|
|
23
|
-
export declare function getTypes(spec: SpecVersion): Record<string,
|
|
24
|
-
readonly Root: import("./index.js").NodeType;
|
|
25
|
-
readonly Tag: import("./index.js").NodeType;
|
|
26
|
-
readonly TagList: {
|
|
27
|
-
description?: string;
|
|
28
|
-
documentationLink?: string;
|
|
29
|
-
name: string;
|
|
30
|
-
properties: {};
|
|
31
|
-
items: string;
|
|
32
|
-
};
|
|
33
|
-
readonly TagGroups: {
|
|
34
|
-
description?: string;
|
|
35
|
-
documentationLink?: string;
|
|
36
|
-
name: string;
|
|
37
|
-
properties: {};
|
|
38
|
-
items: string;
|
|
39
|
-
};
|
|
40
|
-
readonly TagGroup: import("./index.js").NodeType;
|
|
41
|
-
readonly ExternalDocs: import("./index.js").NodeType;
|
|
42
|
-
readonly Example: import("./index.js").NodeType;
|
|
43
|
-
readonly ExamplesMap: {
|
|
44
|
-
description?: string;
|
|
45
|
-
documentationLink?: string;
|
|
46
|
-
name: string;
|
|
47
|
-
properties: {};
|
|
48
|
-
additionalProperties: () => string;
|
|
49
|
-
};
|
|
50
|
-
readonly EnumDescriptions: import("./index.js").NodeType;
|
|
51
|
-
readonly SecurityRequirement: import("./index.js").NodeType;
|
|
52
|
-
readonly SecurityRequirementList: {
|
|
53
|
-
description?: string;
|
|
54
|
-
documentationLink?: string;
|
|
55
|
-
name: string;
|
|
56
|
-
properties: {};
|
|
57
|
-
items: string;
|
|
58
|
-
};
|
|
59
|
-
readonly Info: import("./index.js").NodeType;
|
|
60
|
-
readonly Contact: import("./index.js").NodeType;
|
|
61
|
-
readonly License: import("./index.js").NodeType;
|
|
62
|
-
readonly Logo: import("./index.js").NodeType;
|
|
63
|
-
readonly Paths: import("./index.js").NodeType;
|
|
64
|
-
readonly PathItem: import("./index.js").NodeType;
|
|
65
|
-
readonly Parameter: import("./index.js").NodeType;
|
|
66
|
-
readonly ParameterItems: import("./index.js").NodeType;
|
|
67
|
-
readonly ParameterList: {
|
|
68
|
-
description?: string;
|
|
69
|
-
documentationLink?: string;
|
|
70
|
-
name: string;
|
|
71
|
-
properties: {};
|
|
72
|
-
items: string;
|
|
73
|
-
};
|
|
74
|
-
readonly Operation: import("./index.js").NodeType;
|
|
75
|
-
readonly Examples: import("./index.js").NodeType;
|
|
76
|
-
readonly Header: import("./index.js").NodeType;
|
|
77
|
-
readonly Responses: import("./index.js").NodeType;
|
|
78
|
-
readonly Response: import("./index.js").NodeType;
|
|
79
|
-
readonly Schema: import("./index.js").NodeType;
|
|
80
|
-
readonly Xml: import("./index.js").NodeType;
|
|
81
|
-
readonly SchemaProperties: import("./index.js").NodeType;
|
|
82
|
-
readonly NamedSchemas: {
|
|
83
|
-
description?: string;
|
|
84
|
-
documentationLink?: string;
|
|
85
|
-
name: string;
|
|
86
|
-
properties: {};
|
|
87
|
-
additionalProperties: () => string;
|
|
88
|
-
};
|
|
89
|
-
readonly NamedResponses: {
|
|
90
|
-
description?: string;
|
|
91
|
-
documentationLink?: string;
|
|
92
|
-
name: string;
|
|
93
|
-
properties: {};
|
|
94
|
-
additionalProperties: () => string;
|
|
95
|
-
};
|
|
96
|
-
readonly NamedParameters: {
|
|
97
|
-
description?: string;
|
|
98
|
-
documentationLink?: string;
|
|
99
|
-
name: string;
|
|
100
|
-
properties: {};
|
|
101
|
-
additionalProperties: () => string;
|
|
102
|
-
};
|
|
103
|
-
readonly NamedSecuritySchemes: {
|
|
104
|
-
description?: string;
|
|
105
|
-
documentationLink?: string;
|
|
106
|
-
name: string;
|
|
107
|
-
properties: {};
|
|
108
|
-
additionalProperties: () => string;
|
|
109
|
-
};
|
|
110
|
-
readonly SecurityScheme: import("./index.js").NodeType;
|
|
111
|
-
readonly XCodeSample: import("./index.js").NodeType;
|
|
112
|
-
readonly XCodeSampleList: {
|
|
113
|
-
description?: string;
|
|
114
|
-
documentationLink?: string;
|
|
115
|
-
name: string;
|
|
116
|
-
properties: {};
|
|
117
|
-
items: string;
|
|
118
|
-
};
|
|
119
|
-
readonly XServerList: {
|
|
120
|
-
description?: string;
|
|
121
|
-
documentationLink?: string;
|
|
122
|
-
name: string;
|
|
123
|
-
properties: {};
|
|
124
|
-
items: string;
|
|
125
|
-
};
|
|
126
|
-
readonly XServer: import("./index.js").NodeType;
|
|
127
|
-
} | {
|
|
128
|
-
readonly Root: import("./index.js").NodeType;
|
|
129
|
-
readonly Tag: import("./index.js").NodeType;
|
|
130
|
-
readonly TagList: {
|
|
131
|
-
description?: string;
|
|
132
|
-
documentationLink?: string;
|
|
133
|
-
name: string;
|
|
134
|
-
properties: {};
|
|
135
|
-
items: string;
|
|
136
|
-
};
|
|
137
|
-
readonly TagGroups: {
|
|
138
|
-
description?: string;
|
|
139
|
-
documentationLink?: string;
|
|
140
|
-
name: string;
|
|
141
|
-
properties: {};
|
|
142
|
-
items: string;
|
|
143
|
-
};
|
|
144
|
-
readonly TagGroup: import("./index.js").NodeType;
|
|
145
|
-
readonly ExternalDocs: import("./index.js").NodeType;
|
|
146
|
-
readonly Server: import("./index.js").NodeType;
|
|
147
|
-
readonly ServerList: {
|
|
148
|
-
description?: string;
|
|
149
|
-
documentationLink?: string;
|
|
150
|
-
name: string;
|
|
151
|
-
properties: {};
|
|
152
|
-
items: string;
|
|
153
|
-
};
|
|
154
|
-
readonly ServerVariable: import("./index.js").NodeType;
|
|
155
|
-
readonly ServerVariablesMap: {
|
|
156
|
-
description?: string;
|
|
157
|
-
documentationLink?: string;
|
|
158
|
-
name: string;
|
|
159
|
-
properties: {};
|
|
160
|
-
additionalProperties: () => string;
|
|
161
|
-
};
|
|
162
|
-
readonly SecurityRequirement: import("./index.js").NodeType;
|
|
163
|
-
readonly SecurityRequirementList: {
|
|
164
|
-
description?: string;
|
|
165
|
-
documentationLink?: string;
|
|
166
|
-
name: string;
|
|
167
|
-
properties: {};
|
|
168
|
-
items: string;
|
|
169
|
-
};
|
|
170
|
-
readonly Info: import("./index.js").NodeType;
|
|
171
|
-
readonly Contact: import("./index.js").NodeType;
|
|
172
|
-
readonly License: import("./index.js").NodeType;
|
|
173
|
-
readonly Paths: import("./index.js").NodeType;
|
|
174
|
-
readonly PathItem: import("./index.js").NodeType;
|
|
175
|
-
readonly Parameter: import("./index.js").NodeType;
|
|
176
|
-
readonly ParameterList: {
|
|
177
|
-
description?: string;
|
|
178
|
-
documentationLink?: string;
|
|
179
|
-
name: string;
|
|
180
|
-
properties: {};
|
|
181
|
-
items: string;
|
|
182
|
-
};
|
|
183
|
-
readonly Operation: import("./index.js").NodeType;
|
|
184
|
-
readonly Callback: {
|
|
185
|
-
description?: string;
|
|
186
|
-
documentationLink?: string;
|
|
187
|
-
name: string;
|
|
188
|
-
properties: {};
|
|
189
|
-
additionalProperties: () => string;
|
|
190
|
-
};
|
|
191
|
-
readonly CallbacksMap: {
|
|
192
|
-
description?: string;
|
|
193
|
-
documentationLink?: string;
|
|
194
|
-
name: string;
|
|
195
|
-
properties: {};
|
|
196
|
-
additionalProperties: () => string;
|
|
197
|
-
};
|
|
198
|
-
readonly RequestBody: import("./index.js").NodeType;
|
|
199
|
-
readonly MediaTypesMap: import("./index.js").NodeType;
|
|
200
|
-
readonly MediaType: import("./index.js").NodeType;
|
|
201
|
-
readonly Example: import("./index.js").NodeType;
|
|
202
|
-
readonly ExamplesMap: {
|
|
203
|
-
description?: string;
|
|
204
|
-
documentationLink?: string;
|
|
205
|
-
name: string;
|
|
206
|
-
properties: {};
|
|
207
|
-
additionalProperties: () => string;
|
|
208
|
-
};
|
|
209
|
-
readonly Encoding: import("./index.js").NodeType;
|
|
210
|
-
readonly EncodingMap: {
|
|
211
|
-
description?: string;
|
|
212
|
-
documentationLink?: string;
|
|
213
|
-
name: string;
|
|
214
|
-
properties: {};
|
|
215
|
-
additionalProperties: () => string;
|
|
216
|
-
};
|
|
217
|
-
readonly EnumDescriptions: import("./index.js").NodeType;
|
|
218
|
-
readonly Header: import("./index.js").NodeType;
|
|
219
|
-
readonly HeadersMap: {
|
|
220
|
-
description?: string;
|
|
221
|
-
documentationLink?: string;
|
|
222
|
-
name: string;
|
|
223
|
-
properties: {};
|
|
224
|
-
additionalProperties: () => string;
|
|
225
|
-
};
|
|
226
|
-
readonly Responses: import("./index.js").NodeType;
|
|
227
|
-
readonly Response: import("./index.js").NodeType;
|
|
228
|
-
readonly Link: import("./index.js").NodeType;
|
|
229
|
-
readonly Logo: import("./index.js").NodeType;
|
|
230
|
-
readonly Schema: import("./index.js").NodeType;
|
|
231
|
-
readonly Xml: import("./index.js").NodeType;
|
|
232
|
-
readonly SchemaProperties: import("./index.js").NodeType;
|
|
233
|
-
readonly DiscriminatorMapping: import("./index.js").NodeType;
|
|
234
|
-
readonly Discriminator: import("./index.js").NodeType;
|
|
235
|
-
readonly Components: import("./index.js").NodeType;
|
|
236
|
-
readonly LinksMap: {
|
|
237
|
-
description?: string;
|
|
238
|
-
documentationLink?: string;
|
|
239
|
-
name: string;
|
|
240
|
-
properties: {};
|
|
241
|
-
additionalProperties: () => string;
|
|
242
|
-
};
|
|
243
|
-
readonly NamedSchemas: {
|
|
244
|
-
description?: string;
|
|
245
|
-
documentationLink?: string;
|
|
246
|
-
name: string;
|
|
247
|
-
properties: {};
|
|
248
|
-
additionalProperties: () => string;
|
|
249
|
-
};
|
|
250
|
-
readonly NamedResponses: {
|
|
251
|
-
description?: string;
|
|
252
|
-
documentationLink?: string;
|
|
253
|
-
name: string;
|
|
254
|
-
properties: {};
|
|
255
|
-
additionalProperties: () => string;
|
|
256
|
-
};
|
|
257
|
-
readonly NamedParameters: {
|
|
258
|
-
description?: string;
|
|
259
|
-
documentationLink?: string;
|
|
260
|
-
name: string;
|
|
261
|
-
properties: {};
|
|
262
|
-
additionalProperties: () => string;
|
|
263
|
-
};
|
|
264
|
-
readonly NamedExamples: {
|
|
265
|
-
description?: string;
|
|
266
|
-
documentationLink?: string;
|
|
267
|
-
name: string;
|
|
268
|
-
properties: {};
|
|
269
|
-
additionalProperties: () => string;
|
|
270
|
-
};
|
|
271
|
-
readonly NamedRequestBodies: {
|
|
272
|
-
description?: string;
|
|
273
|
-
documentationLink?: string;
|
|
274
|
-
name: string;
|
|
275
|
-
properties: {};
|
|
276
|
-
additionalProperties: () => string;
|
|
277
|
-
};
|
|
278
|
-
readonly NamedHeaders: {
|
|
279
|
-
description?: string;
|
|
280
|
-
documentationLink?: string;
|
|
281
|
-
name: string;
|
|
282
|
-
properties: {};
|
|
283
|
-
additionalProperties: () => string;
|
|
284
|
-
};
|
|
285
|
-
readonly NamedSecuritySchemes: {
|
|
286
|
-
description?: string;
|
|
287
|
-
documentationLink?: string;
|
|
288
|
-
name: string;
|
|
289
|
-
properties: {};
|
|
290
|
-
additionalProperties: () => string;
|
|
291
|
-
};
|
|
292
|
-
readonly NamedLinks: {
|
|
293
|
-
description?: string;
|
|
294
|
-
documentationLink?: string;
|
|
295
|
-
name: string;
|
|
296
|
-
properties: {};
|
|
297
|
-
additionalProperties: () => string;
|
|
298
|
-
};
|
|
299
|
-
readonly NamedCallbacks: {
|
|
300
|
-
description?: string;
|
|
301
|
-
documentationLink?: string;
|
|
302
|
-
name: string;
|
|
303
|
-
properties: {};
|
|
304
|
-
additionalProperties: () => string;
|
|
305
|
-
};
|
|
306
|
-
readonly ImplicitFlow: import("./index.js").NodeType;
|
|
307
|
-
readonly PasswordFlow: import("./index.js").NodeType;
|
|
308
|
-
readonly ClientCredentials: import("./index.js").NodeType;
|
|
309
|
-
readonly AuthorizationCode: import("./index.js").NodeType;
|
|
310
|
-
readonly OAuth2Flows: import("./index.js").NodeType;
|
|
311
|
-
readonly SecurityScheme: import("./index.js").NodeType;
|
|
312
|
-
readonly XCodeSample: import("./index.js").NodeType;
|
|
313
|
-
readonly XCodeSampleList: {
|
|
314
|
-
description?: string;
|
|
315
|
-
documentationLink?: string;
|
|
316
|
-
name: string;
|
|
317
|
-
properties: {};
|
|
318
|
-
items: string;
|
|
319
|
-
};
|
|
320
|
-
readonly XUsePkce: import("./index.js").NodeType;
|
|
321
|
-
readonly WebhooksMap: import("./index.js").NodeType;
|
|
322
|
-
} | {
|
|
323
|
-
readonly Info: import("./index.js").NodeType;
|
|
324
|
-
readonly Root: import("./index.js").NodeType;
|
|
325
|
-
readonly Schema: import("./index.js").NodeType;
|
|
326
|
-
readonly SchemaProperties: import("./index.js").NodeType;
|
|
327
|
-
readonly PatternProperties: import("./index.js").NodeType;
|
|
328
|
-
readonly License: import("./index.js").NodeType;
|
|
329
|
-
readonly Components: import("./index.js").NodeType;
|
|
330
|
-
readonly NamedPathItems: {
|
|
331
|
-
description?: string;
|
|
332
|
-
documentationLink?: string;
|
|
333
|
-
name: string;
|
|
334
|
-
properties: {};
|
|
335
|
-
additionalProperties: () => string;
|
|
336
|
-
};
|
|
337
|
-
readonly SecurityScheme: import("./index.js").NodeType;
|
|
338
|
-
readonly Operation: import("./index.js").NodeType;
|
|
339
|
-
readonly DependentRequired: import("./index.js").NodeType;
|
|
340
|
-
readonly Tag: import("./index.js").NodeType;
|
|
341
|
-
readonly TagList: {
|
|
342
|
-
description?: string;
|
|
343
|
-
documentationLink?: string;
|
|
344
|
-
name: string;
|
|
345
|
-
properties: {};
|
|
346
|
-
items: string;
|
|
347
|
-
};
|
|
348
|
-
readonly TagGroups: {
|
|
349
|
-
description?: string;
|
|
350
|
-
documentationLink?: string;
|
|
351
|
-
name: string;
|
|
352
|
-
properties: {};
|
|
353
|
-
items: string;
|
|
354
|
-
};
|
|
355
|
-
readonly TagGroup: import("./index.js").NodeType;
|
|
356
|
-
readonly ExternalDocs: import("./index.js").NodeType;
|
|
357
|
-
readonly Server: import("./index.js").NodeType;
|
|
358
|
-
readonly ServerList: {
|
|
359
|
-
description?: string;
|
|
360
|
-
documentationLink?: string;
|
|
361
|
-
name: string;
|
|
362
|
-
properties: {};
|
|
363
|
-
items: string;
|
|
364
|
-
};
|
|
365
|
-
readonly ServerVariable: import("./index.js").NodeType;
|
|
366
|
-
readonly ServerVariablesMap: {
|
|
367
|
-
description?: string;
|
|
368
|
-
documentationLink?: string;
|
|
369
|
-
name: string;
|
|
370
|
-
properties: {};
|
|
371
|
-
additionalProperties: () => string;
|
|
372
|
-
};
|
|
373
|
-
readonly SecurityRequirement: import("./index.js").NodeType;
|
|
374
|
-
readonly SecurityRequirementList: {
|
|
375
|
-
description?: string;
|
|
376
|
-
documentationLink?: string;
|
|
377
|
-
name: string;
|
|
378
|
-
properties: {};
|
|
379
|
-
items: string;
|
|
380
|
-
};
|
|
381
|
-
readonly Contact: import("./index.js").NodeType;
|
|
382
|
-
readonly Paths: import("./index.js").NodeType;
|
|
383
|
-
readonly PathItem: import("./index.js").NodeType;
|
|
384
|
-
readonly Parameter: import("./index.js").NodeType;
|
|
385
|
-
readonly ParameterList: {
|
|
386
|
-
description?: string;
|
|
387
|
-
documentationLink?: string;
|
|
388
|
-
name: string;
|
|
389
|
-
properties: {};
|
|
390
|
-
items: string;
|
|
391
|
-
};
|
|
392
|
-
readonly Callback: {
|
|
393
|
-
description?: string;
|
|
394
|
-
documentationLink?: string;
|
|
395
|
-
name: string;
|
|
396
|
-
properties: {};
|
|
397
|
-
additionalProperties: () => string;
|
|
398
|
-
};
|
|
399
|
-
readonly CallbacksMap: {
|
|
400
|
-
description?: string;
|
|
401
|
-
documentationLink?: string;
|
|
402
|
-
name: string;
|
|
403
|
-
properties: {};
|
|
404
|
-
additionalProperties: () => string;
|
|
405
|
-
};
|
|
406
|
-
readonly RequestBody: import("./index.js").NodeType;
|
|
407
|
-
readonly MediaTypesMap: import("./index.js").NodeType;
|
|
408
|
-
readonly MediaType: import("./index.js").NodeType;
|
|
409
|
-
readonly Example: import("./index.js").NodeType;
|
|
410
|
-
readonly ExamplesMap: {
|
|
411
|
-
description?: string;
|
|
412
|
-
documentationLink?: string;
|
|
413
|
-
name: string;
|
|
414
|
-
properties: {};
|
|
415
|
-
additionalProperties: () => string;
|
|
416
|
-
};
|
|
417
|
-
readonly Encoding: import("./index.js").NodeType;
|
|
418
|
-
readonly EncodingMap: {
|
|
419
|
-
description?: string;
|
|
420
|
-
documentationLink?: string;
|
|
421
|
-
name: string;
|
|
422
|
-
properties: {};
|
|
423
|
-
additionalProperties: () => string;
|
|
424
|
-
};
|
|
425
|
-
readonly EnumDescriptions: import("./index.js").NodeType;
|
|
426
|
-
readonly Header: import("./index.js").NodeType;
|
|
427
|
-
readonly HeadersMap: {
|
|
428
|
-
description?: string;
|
|
429
|
-
documentationLink?: string;
|
|
430
|
-
name: string;
|
|
431
|
-
properties: {};
|
|
432
|
-
additionalProperties: () => string;
|
|
433
|
-
};
|
|
434
|
-
readonly Responses: import("./index.js").NodeType;
|
|
435
|
-
readonly Response: import("./index.js").NodeType;
|
|
436
|
-
readonly Link: import("./index.js").NodeType;
|
|
437
|
-
readonly Logo: import("./index.js").NodeType;
|
|
438
|
-
readonly Xml: import("./index.js").NodeType;
|
|
439
|
-
readonly DiscriminatorMapping: import("./index.js").NodeType;
|
|
440
|
-
readonly Discriminator: import("./index.js").NodeType;
|
|
441
|
-
readonly LinksMap: {
|
|
442
|
-
description?: string;
|
|
443
|
-
documentationLink?: string;
|
|
444
|
-
name: string;
|
|
445
|
-
properties: {};
|
|
446
|
-
additionalProperties: () => string;
|
|
447
|
-
};
|
|
448
|
-
readonly NamedSchemas: {
|
|
449
|
-
description?: string;
|
|
450
|
-
documentationLink?: string;
|
|
451
|
-
name: string;
|
|
452
|
-
properties: {};
|
|
453
|
-
additionalProperties: () => string;
|
|
454
|
-
};
|
|
455
|
-
readonly NamedResponses: {
|
|
456
|
-
description?: string;
|
|
457
|
-
documentationLink?: string;
|
|
458
|
-
name: string;
|
|
459
|
-
properties: {};
|
|
460
|
-
additionalProperties: () => string;
|
|
461
|
-
};
|
|
462
|
-
readonly NamedParameters: {
|
|
463
|
-
description?: string;
|
|
464
|
-
documentationLink?: string;
|
|
465
|
-
name: string;
|
|
466
|
-
properties: {};
|
|
467
|
-
additionalProperties: () => string;
|
|
468
|
-
};
|
|
469
|
-
readonly NamedExamples: {
|
|
470
|
-
description?: string;
|
|
471
|
-
documentationLink?: string;
|
|
472
|
-
name: string;
|
|
473
|
-
properties: {};
|
|
474
|
-
additionalProperties: () => string;
|
|
475
|
-
};
|
|
476
|
-
readonly NamedRequestBodies: {
|
|
477
|
-
description?: string;
|
|
478
|
-
documentationLink?: string;
|
|
479
|
-
name: string;
|
|
480
|
-
properties: {};
|
|
481
|
-
additionalProperties: () => string;
|
|
482
|
-
};
|
|
483
|
-
readonly NamedHeaders: {
|
|
484
|
-
description?: string;
|
|
485
|
-
documentationLink?: string;
|
|
486
|
-
name: string;
|
|
487
|
-
properties: {};
|
|
488
|
-
additionalProperties: () => string;
|
|
489
|
-
};
|
|
490
|
-
readonly NamedSecuritySchemes: {
|
|
491
|
-
description?: string;
|
|
492
|
-
documentationLink?: string;
|
|
493
|
-
name: string;
|
|
494
|
-
properties: {};
|
|
495
|
-
additionalProperties: () => string;
|
|
496
|
-
};
|
|
497
|
-
readonly NamedLinks: {
|
|
498
|
-
description?: string;
|
|
499
|
-
documentationLink?: string;
|
|
500
|
-
name: string;
|
|
501
|
-
properties: {};
|
|
502
|
-
additionalProperties: () => string;
|
|
503
|
-
};
|
|
504
|
-
readonly NamedCallbacks: {
|
|
505
|
-
description?: string;
|
|
506
|
-
documentationLink?: string;
|
|
507
|
-
name: string;
|
|
508
|
-
properties: {};
|
|
509
|
-
additionalProperties: () => string;
|
|
510
|
-
};
|
|
511
|
-
readonly ImplicitFlow: import("./index.js").NodeType;
|
|
512
|
-
readonly PasswordFlow: import("./index.js").NodeType;
|
|
513
|
-
readonly ClientCredentials: import("./index.js").NodeType;
|
|
514
|
-
readonly AuthorizationCode: import("./index.js").NodeType;
|
|
515
|
-
readonly OAuth2Flows: import("./index.js").NodeType;
|
|
516
|
-
readonly XCodeSample: import("./index.js").NodeType;
|
|
517
|
-
readonly XCodeSampleList: {
|
|
518
|
-
description?: string;
|
|
519
|
-
documentationLink?: string;
|
|
520
|
-
name: string;
|
|
521
|
-
properties: {};
|
|
522
|
-
items: string;
|
|
523
|
-
};
|
|
524
|
-
readonly XUsePkce: import("./index.js").NodeType;
|
|
525
|
-
readonly WebhooksMap: import("./index.js").NodeType;
|
|
526
|
-
} | {
|
|
527
|
-
readonly Root: import("./index.js").NodeType;
|
|
528
|
-
readonly Tag: import("./index.js").NodeType;
|
|
529
|
-
readonly Server: import("./index.js").NodeType;
|
|
530
|
-
readonly SecurityScheme: import("./index.js").NodeType;
|
|
531
|
-
readonly OAuth2Flows: import("./index.js").NodeType;
|
|
532
|
-
readonly DeviceAuthorization: import("./index.js").NodeType;
|
|
533
|
-
readonly PathItem: import("./index.js").NodeType;
|
|
534
|
-
readonly Parameter: import("./index.js").NodeType;
|
|
535
|
-
readonly Response: Omit<import("./index.js").NodeType, "required">;
|
|
536
|
-
readonly MediaType: import("./index.js").NodeType;
|
|
537
|
-
readonly Discriminator: import("./index.js").NodeType;
|
|
538
|
-
readonly Example: import("./index.js").NodeType;
|
|
539
|
-
readonly Xml: import("./index.js").NodeType;
|
|
540
|
-
readonly Schema: import("./index.js").NodeType;
|
|
541
|
-
readonly Components: import("./index.js").NodeType;
|
|
542
|
-
readonly NamedMediaTypes: {
|
|
543
|
-
description?: string;
|
|
544
|
-
documentationLink?: string;
|
|
545
|
-
name: string;
|
|
546
|
-
properties: {};
|
|
547
|
-
additionalProperties: () => string;
|
|
548
|
-
};
|
|
549
|
-
readonly Info: import("./index.js").NodeType;
|
|
550
|
-
readonly SchemaProperties: import("./index.js").NodeType;
|
|
551
|
-
readonly PatternProperties: import("./index.js").NodeType;
|
|
552
|
-
readonly License: import("./index.js").NodeType;
|
|
553
|
-
readonly NamedPathItems: {
|
|
554
|
-
description?: string;
|
|
555
|
-
documentationLink?: string;
|
|
556
|
-
name: string;
|
|
557
|
-
properties: {};
|
|
558
|
-
additionalProperties: () => string;
|
|
559
|
-
};
|
|
560
|
-
readonly Operation: import("./index.js").NodeType;
|
|
561
|
-
readonly DependentRequired: import("./index.js").NodeType;
|
|
562
|
-
readonly TagList: {
|
|
563
|
-
description?: string;
|
|
564
|
-
documentationLink?: string;
|
|
565
|
-
name: string;
|
|
566
|
-
properties: {};
|
|
567
|
-
items: string;
|
|
568
|
-
};
|
|
569
|
-
readonly TagGroups: {
|
|
570
|
-
description?: string;
|
|
571
|
-
documentationLink?: string;
|
|
572
|
-
name: string;
|
|
573
|
-
properties: {};
|
|
574
|
-
items: string;
|
|
575
|
-
};
|
|
576
|
-
readonly TagGroup: import("./index.js").NodeType;
|
|
577
|
-
readonly ExternalDocs: import("./index.js").NodeType;
|
|
578
|
-
readonly ServerList: {
|
|
579
|
-
description?: string;
|
|
580
|
-
documentationLink?: string;
|
|
581
|
-
name: string;
|
|
582
|
-
properties: {};
|
|
583
|
-
items: string;
|
|
584
|
-
};
|
|
585
|
-
readonly ServerVariable: import("./index.js").NodeType;
|
|
586
|
-
readonly ServerVariablesMap: {
|
|
587
|
-
description?: string;
|
|
588
|
-
documentationLink?: string;
|
|
589
|
-
name: string;
|
|
590
|
-
properties: {};
|
|
591
|
-
additionalProperties: () => string;
|
|
592
|
-
};
|
|
593
|
-
readonly SecurityRequirement: import("./index.js").NodeType;
|
|
594
|
-
readonly SecurityRequirementList: {
|
|
595
|
-
description?: string;
|
|
596
|
-
documentationLink?: string;
|
|
597
|
-
name: string;
|
|
598
|
-
properties: {};
|
|
599
|
-
items: string;
|
|
600
|
-
};
|
|
601
|
-
readonly Contact: import("./index.js").NodeType;
|
|
602
|
-
readonly Paths: import("./index.js").NodeType;
|
|
603
|
-
readonly ParameterList: {
|
|
604
|
-
description?: string;
|
|
605
|
-
documentationLink?: string;
|
|
606
|
-
name: string;
|
|
607
|
-
properties: {};
|
|
608
|
-
items: string;
|
|
609
|
-
};
|
|
610
|
-
readonly Callback: {
|
|
611
|
-
description?: string;
|
|
612
|
-
documentationLink?: string;
|
|
613
|
-
name: string;
|
|
614
|
-
properties: {};
|
|
615
|
-
additionalProperties: () => string;
|
|
616
|
-
};
|
|
617
|
-
readonly CallbacksMap: {
|
|
618
|
-
description?: string;
|
|
619
|
-
documentationLink?: string;
|
|
620
|
-
name: string;
|
|
621
|
-
properties: {};
|
|
622
|
-
additionalProperties: () => string;
|
|
623
|
-
};
|
|
624
|
-
readonly RequestBody: import("./index.js").NodeType;
|
|
625
|
-
readonly MediaTypesMap: import("./index.js").NodeType;
|
|
626
|
-
readonly ExamplesMap: {
|
|
627
|
-
description?: string;
|
|
628
|
-
documentationLink?: string;
|
|
629
|
-
name: string;
|
|
630
|
-
properties: {};
|
|
631
|
-
additionalProperties: () => string;
|
|
632
|
-
};
|
|
633
|
-
readonly Encoding: import("./index.js").NodeType;
|
|
634
|
-
readonly EncodingMap: {
|
|
635
|
-
description?: string;
|
|
636
|
-
documentationLink?: string;
|
|
637
|
-
name: string;
|
|
638
|
-
properties: {};
|
|
639
|
-
additionalProperties: () => string;
|
|
640
|
-
};
|
|
641
|
-
readonly EnumDescriptions: import("./index.js").NodeType;
|
|
642
|
-
readonly Header: import("./index.js").NodeType;
|
|
643
|
-
readonly HeadersMap: {
|
|
644
|
-
description?: string;
|
|
645
|
-
documentationLink?: string;
|
|
646
|
-
name: string;
|
|
647
|
-
properties: {};
|
|
648
|
-
additionalProperties: () => string;
|
|
649
|
-
};
|
|
650
|
-
readonly Responses: import("./index.js").NodeType;
|
|
651
|
-
readonly Link: import("./index.js").NodeType;
|
|
652
|
-
readonly Logo: import("./index.js").NodeType;
|
|
653
|
-
readonly DiscriminatorMapping: import("./index.js").NodeType;
|
|
654
|
-
readonly LinksMap: {
|
|
655
|
-
description?: string;
|
|
656
|
-
documentationLink?: string;
|
|
657
|
-
name: string;
|
|
658
|
-
properties: {};
|
|
659
|
-
additionalProperties: () => string;
|
|
660
|
-
};
|
|
661
|
-
readonly NamedSchemas: {
|
|
662
|
-
description?: string;
|
|
663
|
-
documentationLink?: string;
|
|
664
|
-
name: string;
|
|
665
|
-
properties: {};
|
|
666
|
-
additionalProperties: () => string;
|
|
667
|
-
};
|
|
668
|
-
readonly NamedResponses: {
|
|
669
|
-
description?: string;
|
|
670
|
-
documentationLink?: string;
|
|
671
|
-
name: string;
|
|
672
|
-
properties: {};
|
|
673
|
-
additionalProperties: () => string;
|
|
674
|
-
};
|
|
675
|
-
readonly NamedParameters: {
|
|
676
|
-
description?: string;
|
|
677
|
-
documentationLink?: string;
|
|
678
|
-
name: string;
|
|
679
|
-
properties: {};
|
|
680
|
-
additionalProperties: () => string;
|
|
681
|
-
};
|
|
682
|
-
readonly NamedExamples: {
|
|
683
|
-
description?: string;
|
|
684
|
-
documentationLink?: string;
|
|
685
|
-
name: string;
|
|
686
|
-
properties: {};
|
|
687
|
-
additionalProperties: () => string;
|
|
688
|
-
};
|
|
689
|
-
readonly NamedRequestBodies: {
|
|
690
|
-
description?: string;
|
|
691
|
-
documentationLink?: string;
|
|
692
|
-
name: string;
|
|
693
|
-
properties: {};
|
|
694
|
-
additionalProperties: () => string;
|
|
695
|
-
};
|
|
696
|
-
readonly NamedHeaders: {
|
|
697
|
-
description?: string;
|
|
698
|
-
documentationLink?: string;
|
|
699
|
-
name: string;
|
|
700
|
-
properties: {};
|
|
701
|
-
additionalProperties: () => string;
|
|
702
|
-
};
|
|
703
|
-
readonly NamedSecuritySchemes: {
|
|
704
|
-
description?: string;
|
|
705
|
-
documentationLink?: string;
|
|
706
|
-
name: string;
|
|
707
|
-
properties: {};
|
|
708
|
-
additionalProperties: () => string;
|
|
709
|
-
};
|
|
710
|
-
readonly NamedLinks: {
|
|
711
|
-
description?: string;
|
|
712
|
-
documentationLink?: string;
|
|
713
|
-
name: string;
|
|
714
|
-
properties: {};
|
|
715
|
-
additionalProperties: () => string;
|
|
716
|
-
};
|
|
717
|
-
readonly NamedCallbacks: {
|
|
718
|
-
description?: string;
|
|
719
|
-
documentationLink?: string;
|
|
720
|
-
name: string;
|
|
721
|
-
properties: {};
|
|
722
|
-
additionalProperties: () => string;
|
|
723
|
-
};
|
|
724
|
-
readonly ImplicitFlow: import("./index.js").NodeType;
|
|
725
|
-
readonly PasswordFlow: import("./index.js").NodeType;
|
|
726
|
-
readonly ClientCredentials: import("./index.js").NodeType;
|
|
727
|
-
readonly AuthorizationCode: import("./index.js").NodeType;
|
|
728
|
-
readonly XCodeSample: import("./index.js").NodeType;
|
|
729
|
-
readonly XCodeSampleList: {
|
|
730
|
-
description?: string;
|
|
731
|
-
documentationLink?: string;
|
|
732
|
-
name: string;
|
|
733
|
-
properties: {};
|
|
734
|
-
items: string;
|
|
735
|
-
};
|
|
736
|
-
readonly XUsePkce: import("./index.js").NodeType;
|
|
737
|
-
readonly WebhooksMap: import("./index.js").NodeType;
|
|
738
|
-
} | {
|
|
739
|
-
readonly Root: import("./index.js").NodeType;
|
|
740
|
-
readonly Info: import("./index.js").NodeType;
|
|
741
|
-
readonly Contact: import("./index.js").NodeType;
|
|
742
|
-
readonly License: import("./index.js").NodeType;
|
|
743
|
-
readonly Server: import("./index.js").NodeType;
|
|
744
|
-
readonly ServerList: {
|
|
745
|
-
description?: string;
|
|
746
|
-
documentationLink?: string;
|
|
747
|
-
name: string;
|
|
748
|
-
properties: {};
|
|
749
|
-
items: string;
|
|
750
|
-
};
|
|
751
|
-
readonly ServerVariable: import("./index.js").NodeType;
|
|
752
|
-
readonly ServerVariablesMap: {
|
|
753
|
-
description?: string;
|
|
754
|
-
documentationLink?: string;
|
|
755
|
-
name: string;
|
|
756
|
-
properties: {};
|
|
757
|
-
additionalProperties: () => string;
|
|
758
|
-
};
|
|
759
|
-
readonly Method: import("./index.js").NodeType;
|
|
760
|
-
readonly MethodList: {
|
|
761
|
-
description?: string;
|
|
762
|
-
documentationLink?: string;
|
|
763
|
-
name: string;
|
|
764
|
-
properties: {};
|
|
765
|
-
items: string;
|
|
766
|
-
};
|
|
767
|
-
readonly ContentDescriptor: import("./index.js").NodeType;
|
|
768
|
-
readonly ContentDescriptorList: {
|
|
769
|
-
description?: string;
|
|
770
|
-
documentationLink?: string;
|
|
771
|
-
name: string;
|
|
772
|
-
properties: {};
|
|
773
|
-
items: string;
|
|
774
|
-
};
|
|
775
|
-
readonly ExamplePairing: import("./index.js").NodeType;
|
|
776
|
-
readonly ExamplePairingList: {
|
|
777
|
-
description?: string;
|
|
778
|
-
documentationLink?: string;
|
|
779
|
-
name: string;
|
|
780
|
-
properties: {};
|
|
781
|
-
items: string;
|
|
782
|
-
};
|
|
783
|
-
readonly Example: import("./index.js").NodeType;
|
|
784
|
-
readonly ExampleList: {
|
|
785
|
-
description?: string;
|
|
786
|
-
documentationLink?: string;
|
|
787
|
-
name: string;
|
|
788
|
-
properties: {};
|
|
789
|
-
items: string;
|
|
790
|
-
};
|
|
791
|
-
readonly Link: import("./index.js").NodeType;
|
|
792
|
-
readonly LinkList: {
|
|
793
|
-
description?: string;
|
|
794
|
-
documentationLink?: string;
|
|
795
|
-
name: string;
|
|
796
|
-
properties: {};
|
|
797
|
-
items: string;
|
|
798
|
-
};
|
|
799
|
-
readonly ErrorObject: import("./index.js").NodeType;
|
|
800
|
-
readonly ErrorList: {
|
|
801
|
-
description?: string;
|
|
802
|
-
documentationLink?: string;
|
|
803
|
-
name: string;
|
|
804
|
-
properties: {};
|
|
805
|
-
items: string;
|
|
806
|
-
};
|
|
807
|
-
readonly Components: import("./index.js").NodeType;
|
|
808
|
-
readonly Tag: import("./index.js").NodeType;
|
|
809
|
-
readonly TagList: {
|
|
810
|
-
description?: string;
|
|
811
|
-
documentationLink?: string;
|
|
812
|
-
name: string;
|
|
813
|
-
properties: {};
|
|
814
|
-
items: string;
|
|
815
|
-
};
|
|
816
|
-
readonly ExternalDocs: import("./index.js").NodeType;
|
|
817
|
-
readonly Schema: import("./index.js").NodeType;
|
|
818
|
-
readonly SchemaProperties: import("./index.js").NodeType;
|
|
819
|
-
readonly Dependencies: import("./index.js").NodeType;
|
|
820
|
-
readonly DiscriminatorMapping: import("./index.js").NodeType;
|
|
821
|
-
readonly Discriminator: import("./index.js").NodeType;
|
|
822
|
-
readonly NamedContentDescriptors: {
|
|
823
|
-
description?: string;
|
|
824
|
-
documentationLink?: string;
|
|
825
|
-
name: string;
|
|
826
|
-
properties: {};
|
|
827
|
-
additionalProperties: () => string;
|
|
828
|
-
};
|
|
829
|
-
readonly NamedSchemas: {
|
|
830
|
-
description?: string;
|
|
831
|
-
documentationLink?: string;
|
|
832
|
-
name: string;
|
|
833
|
-
properties: {};
|
|
834
|
-
additionalProperties: () => string;
|
|
835
|
-
};
|
|
836
|
-
readonly NamedExamples: {
|
|
837
|
-
description?: string;
|
|
838
|
-
documentationLink?: string;
|
|
839
|
-
name: string;
|
|
840
|
-
properties: {};
|
|
841
|
-
additionalProperties: () => string;
|
|
842
|
-
};
|
|
843
|
-
readonly NamedLinks: {
|
|
844
|
-
description?: string;
|
|
845
|
-
documentationLink?: string;
|
|
846
|
-
name: string;
|
|
847
|
-
properties: {};
|
|
848
|
-
additionalProperties: () => string;
|
|
849
|
-
};
|
|
850
|
-
readonly NamedErrors: {
|
|
851
|
-
description?: string;
|
|
852
|
-
documentationLink?: string;
|
|
853
|
-
name: string;
|
|
854
|
-
properties: {};
|
|
855
|
-
additionalProperties: () => string;
|
|
856
|
-
};
|
|
857
|
-
readonly NamedExamplePairingObjects: {
|
|
858
|
-
description?: string;
|
|
859
|
-
documentationLink?: string;
|
|
860
|
-
name: string;
|
|
861
|
-
properties: {};
|
|
862
|
-
additionalProperties: () => string;
|
|
863
|
-
};
|
|
864
|
-
readonly NamedTags: {
|
|
865
|
-
description?: string;
|
|
866
|
-
documentationLink?: string;
|
|
867
|
-
name: string;
|
|
868
|
-
properties: {};
|
|
869
|
-
additionalProperties: () => string;
|
|
870
|
-
};
|
|
871
|
-
};
|
|
26
|
+
export declare function getTypes(spec: SpecVersion): Record<string, NodeType>;
|
|
872
27
|
//# sourceMappingURL=oas-types.d.ts.map
|