@scalar/oas-utils 0.4.13 → 0.4.14
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @scalar/oas-utils
|
|
2
2
|
|
|
3
|
+
## 0.4.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [591562f]
|
|
8
|
+
- Updated dependencies [3f2ea8a]
|
|
9
|
+
- Updated dependencies [828c894]
|
|
10
|
+
- Updated dependencies [b5bcce7]
|
|
11
|
+
- Updated dependencies [8a67f4f]
|
|
12
|
+
- @scalar/openapi-types@0.3.6
|
|
13
|
+
- @scalar/types@0.2.9
|
|
14
|
+
- @scalar/workspace-store@0.10.1
|
|
15
|
+
- @scalar/themes@0.13.10
|
|
16
|
+
|
|
3
17
|
## 0.4.13
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -42,6 +42,7 @@ export declare const getSchemes: (selectedSecuritySchemes: Operation["selectedSe
|
|
|
42
42
|
tokenUrl: string;
|
|
43
43
|
clientSecret: string;
|
|
44
44
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
45
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
45
46
|
"x-tokenName"?: string | undefined;
|
|
46
47
|
} | undefined;
|
|
47
48
|
implicit?: {
|
|
@@ -54,6 +55,7 @@ export declare const getSchemes: (selectedSecuritySchemes: Operation["selectedSe
|
|
|
54
55
|
authorizationUrl: string;
|
|
55
56
|
"x-scalar-redirect-uri": string;
|
|
56
57
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
58
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
57
59
|
"x-tokenName"?: string | undefined;
|
|
58
60
|
} | undefined;
|
|
59
61
|
clientCredentials?: {
|
|
@@ -66,6 +68,7 @@ export declare const getSchemes: (selectedSecuritySchemes: Operation["selectedSe
|
|
|
66
68
|
tokenUrl: string;
|
|
67
69
|
clientSecret: string;
|
|
68
70
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
71
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
69
72
|
"x-tokenName"?: string | undefined;
|
|
70
73
|
} | undefined;
|
|
71
74
|
authorizationCode?: {
|
|
@@ -81,6 +84,7 @@ export declare const getSchemes: (selectedSecuritySchemes: Operation["selectedSe
|
|
|
81
84
|
clientSecret: string;
|
|
82
85
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
83
86
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
87
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
84
88
|
"x-tokenName"?: string | undefined;
|
|
85
89
|
} | undefined;
|
|
86
90
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-schemes.d.ts","sourceRoot":"","sources":["../../../src/helpers/security/get-schemes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAG5D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAE1D,2IAA2I;AAC3I,eAAO,MAAM,UAAU,4BACI,SAAS,CAAC,4BAA4B,CAAC,mBAC/C,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"get-schemes.d.ts","sourceRoot":"","sources":["../../../src/helpers/security/get-schemes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAG5D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAE1D,2IAA2I;AAC3I,eAAO,MAAM,UAAU,4BACI,SAAS,CAAC,4BAA4B,CAAC,mBAC/C,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAO2ghF,CAAC;;;;;;;;;;;qCAA0X,CAAC;oCAA0E,CAAC;yBAA+D,CAAC;;gBAA6D,CAAC;;;;;;;;;qCAAiV,CAAC;oCAA0E,CAAC;yBAA+D,CAAC;;yBAAsE,CAAC;;;;;;;;;qCAAuU,CAAC;oCAA0E,CAAC;yBAA+D,CAAC;;yBAAsE,CAAC;;;;;;;;;;;;qCAA+c,CAAC;oCAA0E,CAAC;yBAA+D,CAAC;;;;;IADxylF,CAAA"}
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"specification",
|
|
17
17
|
"yaml"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.4.
|
|
19
|
+
"version": "0.4.14",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20"
|
|
22
22
|
},
|
|
@@ -93,18 +93,18 @@
|
|
|
93
93
|
"@hyperjump/browser": "^1.1.0",
|
|
94
94
|
"@hyperjump/json-schema": "^1.9.6",
|
|
95
95
|
"@types/har-format": "^1.2.15",
|
|
96
|
-
"flatted": "^3.3.
|
|
97
|
-
"microdiff": "^1.
|
|
96
|
+
"flatted": "^3.3.3",
|
|
97
|
+
"microdiff": "^1.5.0",
|
|
98
98
|
"nanoid": "5.1.5",
|
|
99
99
|
"type-fest": "4.41.0",
|
|
100
100
|
"yaml": "2.8.0",
|
|
101
101
|
"zod": "3.24.1",
|
|
102
102
|
"@scalar/helpers": "0.0.6",
|
|
103
103
|
"@scalar/object-utils": "1.2.2",
|
|
104
|
-
"@scalar/openapi-types": "0.3.
|
|
105
|
-
"@scalar/themes": "0.13.
|
|
106
|
-
"@scalar/workspace-store": "0.10.
|
|
107
|
-
"@scalar/types": "0.2.
|
|
104
|
+
"@scalar/openapi-types": "0.3.6",
|
|
105
|
+
"@scalar/themes": "0.13.10",
|
|
106
|
+
"@scalar/workspace-store": "0.10.1",
|
|
107
|
+
"@scalar/types": "0.2.9"
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
110
|
"@types/node": "^22.9.0",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"zod-to-ts": "github:amritk/zod-to-ts#build",
|
|
115
115
|
"@scalar/build-tooling": "0.2.4",
|
|
116
116
|
"@scalar/openapi-parser": "0.18.1",
|
|
117
|
-
"@scalar/openapi-types": "0.3.
|
|
117
|
+
"@scalar/openapi-types": "0.3.6"
|
|
118
118
|
},
|
|
119
119
|
"scripts": {
|
|
120
120
|
"build": "scalar-build-esbuild",
|