@scalar/api-client 2.29.2 → 2.29.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/CHANGELOG.md +69 -0
- package/dist/hooks/useClientConfig.d.ts +3 -0
- package/dist/hooks/useClientConfig.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.js +134 -135
- package/dist/v2/blocks/request-block/helpers/get-default-headers.js +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.js +117 -110
- package/dist/v2/features/operation/Operation.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,74 @@
|
|
|
1
1
|
# @scalar/api-client
|
|
2
2
|
|
|
3
|
+
## 2.29.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/types@0.6.8**
|
|
10
|
+
- [#8274](https://github.com/scalar/scalar/pull/8274): feat(agent): add config to hide search api
|
|
11
|
+
|
|
12
|
+
- **@scalar/oas-utils@0.6.48**
|
|
13
|
+
|
|
14
|
+
- **@scalar/openapi-parser@0.24.15**
|
|
15
|
+
|
|
16
|
+
- **@scalar/snippetz@0.6.17**
|
|
17
|
+
|
|
18
|
+
- **@scalar/workspace-store@0.34.4**
|
|
19
|
+
|
|
20
|
+
- **@scalar/components@0.19.10**
|
|
21
|
+
|
|
22
|
+
- **@scalar/sidebar@0.7.41**
|
|
23
|
+
|
|
24
|
+
- **@scalar/use-codemirror@0.13.45**
|
|
25
|
+
|
|
26
|
+
## 2.29.3
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: selecting multiply security schemes doesn't render Markdown in descriptions
|
|
31
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: remove unnecessary property truncation in example generation
|
|
32
|
+
|
|
33
|
+
#### Updated Dependencies
|
|
34
|
+
|
|
35
|
+
- **@scalar/workspace-store@0.34.3**
|
|
36
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: local storage migration script
|
|
37
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): feat: nest description headings in the sidebar
|
|
38
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): chore: map themeId to slug and add default operation to drafts
|
|
39
|
+
|
|
40
|
+
- **@scalar/oas-utils@0.6.47**
|
|
41
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: local storage migration script
|
|
42
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: remove unnecessary property truncation in example generation
|
|
43
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): chore: map themeId to slug and add default operation to drafts
|
|
44
|
+
|
|
45
|
+
- **@scalar/helpers@0.2.16**
|
|
46
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: local storage migration script
|
|
47
|
+
|
|
48
|
+
- **@scalar/components@0.19.9**
|
|
49
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): feat: slugs for headings with nested content
|
|
50
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): feat: add optional chevron click handler for the sidebar
|
|
51
|
+
|
|
52
|
+
- **@scalar/sidebar@0.7.40**
|
|
53
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): feat: add optional chevron click handler for the sidebar
|
|
54
|
+
|
|
55
|
+
- **@scalar/snippetz@0.6.16**
|
|
56
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: duplicate http headers for PHP CURL
|
|
57
|
+
|
|
58
|
+
- **@scalar/import@0.4.53**
|
|
59
|
+
|
|
60
|
+
- **@scalar/json-magic@0.11.5**
|
|
61
|
+
|
|
62
|
+
- **@scalar/object-utils@1.2.30**
|
|
63
|
+
|
|
64
|
+
- **@scalar/openapi-parser@0.24.14**
|
|
65
|
+
|
|
66
|
+
- **@scalar/postman-to-openapi@0.4.8**
|
|
67
|
+
|
|
68
|
+
- **@scalar/types@0.6.7**
|
|
69
|
+
|
|
70
|
+
- **@scalar/use-codemirror@0.13.44**
|
|
71
|
+
|
|
3
72
|
## 2.29.2
|
|
4
73
|
|
|
5
74
|
### Patch Changes
|
|
@@ -54,6 +54,7 @@ export declare const useClientConfig: () => Ref<{
|
|
|
54
54
|
agent?: {
|
|
55
55
|
key?: string | undefined;
|
|
56
56
|
disabled?: boolean | undefined;
|
|
57
|
+
hideAddApi?: boolean | undefined;
|
|
57
58
|
} | undefined;
|
|
58
59
|
}, {
|
|
59
60
|
hideClientButton: boolean;
|
|
@@ -107,6 +108,7 @@ export declare const useClientConfig: () => Ref<{
|
|
|
107
108
|
agent?: {
|
|
108
109
|
key?: string | undefined;
|
|
109
110
|
disabled?: boolean | undefined;
|
|
111
|
+
hideAddApi?: boolean | undefined;
|
|
110
112
|
} | undefined;
|
|
111
113
|
} | {
|
|
112
114
|
hideClientButton: boolean;
|
|
@@ -160,6 +162,7 @@ export declare const useClientConfig: () => Ref<{
|
|
|
160
162
|
agent?: {
|
|
161
163
|
key?: string | undefined;
|
|
162
164
|
disabled?: boolean | undefined;
|
|
165
|
+
hideAddApi?: boolean | undefined;
|
|
163
166
|
} | undefined;
|
|
164
167
|
}>;
|
|
165
168
|
//# sourceMappingURL=useClientConfig.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useClientConfig.d.ts","sourceRoot":"","sources":["../../src/hooks/useClientConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,sBAAsB,EAAgC,MAAM,6BAA6B,CAAA;AACvG,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,GAAG,EAAe,MAAM,KAAK,CAAA;AAE9D,eAAO,MAAM,2BAA2B,EAAe,YAAY,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC,CAAA;AAEhG,0DAA0D;AAC1D,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"useClientConfig.d.ts","sourceRoot":"","sources":["../../src/hooks/useClientConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,sBAAsB,EAAgC,MAAM,6BAA6B,CAAA;AACvG,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,GAAG,EAAe,MAAM,KAAK,CAAA;AAE9D,eAAO,MAAM,2BAA2B,EAAe,YAAY,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC,CAAA;AAEhG,0DAA0D;AAC1D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAyF,CAAA"}
|