@redocly/openapi-core 0.0.0-snapshot.1767801935 → 0.0.0-snapshot.1767804621
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/config/config.d.ts +1 -1
- package/lib/config/config.d.ts.map +1 -1
- package/lib/config/config.js +3 -30
- package/lib/config/config.js.map +1 -1
- package/lib/config/load.d.ts.map +1 -1
- package/lib/config/load.js +35 -1
- package/lib/config/load.js.map +1 -1
- package/lib/oas-types.d.ts +0 -64
- package/lib/oas-types.d.ts.map +1 -1
- package/lib/types/arazzo.d.ts.map +1 -1
- package/lib/types/arazzo.js +5 -23
- package/lib/types/arazzo.js.map +1 -1
- package/lib/types/index.d.ts +1 -8
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/index.js +1 -2
- package/lib/types/index.js.map +1 -1
- package/lib/types/oas2.d.ts +0 -12
- package/lib/types/oas2.d.ts.map +1 -1
- package/lib/types/oas3.d.ts +0 -12
- package/lib/types/oas3.d.ts.map +1 -1
- package/lib/types/oas3.js +20 -98
- package/lib/types/oas3.js.map +1 -1
- package/lib/types/oas3_1.d.ts +0 -12
- package/lib/types/oas3_1.d.ts.map +1 -1
- package/lib/types/oas3_1.js +2 -10
- package/lib/types/oas3_1.js.map +1 -1
- package/lib/types/oas3_2.d.ts +0 -12
- package/lib/types/oas3_2.d.ts.map +1 -1
- package/lib/types/openrpc.d.ts +0 -16
- package/lib/types/openrpc.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oas3_2.d.ts","sourceRoot":"","sources":["../../src/types/oas3_2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,QAAQ,EAAE,MAAM,YAAY,CAAC;AA8N1D,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"oas3_2.d.ts","sourceRoot":"","sources":["../../src/types/oas3_2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,QAAQ,EAAE,MAAM,YAAY,CAAC;AA8N1D,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBd,CAAC"}
|
package/lib/types/openrpc.d.ts
CHANGED
|
@@ -6,8 +6,6 @@ export declare const OpenRpcTypes: {
|
|
|
6
6
|
readonly License: NodeType;
|
|
7
7
|
readonly Server: NodeType;
|
|
8
8
|
readonly ServerList: {
|
|
9
|
-
description?: string;
|
|
10
|
-
documentationLink?: string;
|
|
11
9
|
name: string;
|
|
12
10
|
properties: {};
|
|
13
11
|
items: string;
|
|
@@ -20,48 +18,36 @@ export declare const OpenRpcTypes: {
|
|
|
20
18
|
};
|
|
21
19
|
readonly Method: NodeType;
|
|
22
20
|
readonly MethodList: {
|
|
23
|
-
description?: string;
|
|
24
|
-
documentationLink?: string;
|
|
25
21
|
name: string;
|
|
26
22
|
properties: {};
|
|
27
23
|
items: string;
|
|
28
24
|
};
|
|
29
25
|
readonly ContentDescriptor: NodeType;
|
|
30
26
|
readonly ContentDescriptorList: {
|
|
31
|
-
description?: string;
|
|
32
|
-
documentationLink?: string;
|
|
33
27
|
name: string;
|
|
34
28
|
properties: {};
|
|
35
29
|
items: string;
|
|
36
30
|
};
|
|
37
31
|
readonly ExamplePairing: NodeType;
|
|
38
32
|
readonly ExamplePairingList: {
|
|
39
|
-
description?: string;
|
|
40
|
-
documentationLink?: string;
|
|
41
33
|
name: string;
|
|
42
34
|
properties: {};
|
|
43
35
|
items: string;
|
|
44
36
|
};
|
|
45
37
|
readonly Example: NodeType;
|
|
46
38
|
readonly ExampleList: {
|
|
47
|
-
description?: string;
|
|
48
|
-
documentationLink?: string;
|
|
49
39
|
name: string;
|
|
50
40
|
properties: {};
|
|
51
41
|
items: string;
|
|
52
42
|
};
|
|
53
43
|
readonly Link: NodeType;
|
|
54
44
|
readonly LinkList: {
|
|
55
|
-
description?: string;
|
|
56
|
-
documentationLink?: string;
|
|
57
45
|
name: string;
|
|
58
46
|
properties: {};
|
|
59
47
|
items: string;
|
|
60
48
|
};
|
|
61
49
|
readonly ErrorObject: NodeType;
|
|
62
50
|
readonly ErrorList: {
|
|
63
|
-
description?: string;
|
|
64
|
-
documentationLink?: string;
|
|
65
51
|
name: string;
|
|
66
52
|
properties: {};
|
|
67
53
|
items: string;
|
|
@@ -69,8 +55,6 @@ export declare const OpenRpcTypes: {
|
|
|
69
55
|
readonly Components: NodeType;
|
|
70
56
|
readonly Tag: NodeType;
|
|
71
57
|
readonly TagList: {
|
|
72
|
-
description?: string;
|
|
73
|
-
documentationLink?: string;
|
|
74
58
|
name: string;
|
|
75
59
|
properties: {};
|
|
76
60
|
items: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"openrpc.d.ts","sourceRoot":"","sources":["../../src/types/openrpc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,QAAQ,EAAE,MAAM,YAAY,CAAC;AA6L1D,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"openrpc.d.ts","sourceRoot":"","sources":["../../src/types/openrpc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,QAAQ,EAAE,MAAM,YAAY,CAAC;AA6L1D,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqCf,CAAC"}
|