@scalar/api-client 2.24.0 → 2.25.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.
Files changed (28) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/style.css +1 -1
  3. package/dist/v2/blocks/request-block/helpers/get-default-headers.js +1 -1
  4. package/dist/v2/components/sidebar/Sidebar.vue.d.ts +2 -2
  5. package/dist/v2/components/sidebar/Sidebar.vue.d.ts.map +1 -1
  6. package/dist/v2/components/sidebar/SidebarMenu.vue.d.ts +2 -2
  7. package/dist/v2/components/sidebar/SidebarMenu.vue.d.ts.map +1 -1
  8. package/dist/v2/components/sidebar/SidebarMenu.vue.js +6 -6
  9. package/dist/v2/features/app/App.vue.d.ts +4 -1
  10. package/dist/v2/features/app/App.vue.d.ts.map +1 -1
  11. package/dist/v2/features/app/App.vue.js +60 -54
  12. package/dist/v2/features/app/app-state.d.ts +41 -9
  13. package/dist/v2/features/app/app-state.d.ts.map +1 -1
  14. package/dist/v2/features/app/app-state.js +200 -192
  15. package/dist/v2/features/app/components/AppSidebar.vue.d.ts +2 -2
  16. package/dist/v2/features/app/components/AppSidebar.vue.d.ts.map +1 -1
  17. package/dist/v2/features/app/components/AppSidebar.vue.js +3 -3
  18. package/dist/v2/features/app/components/WebTopNav.vue.d.ts +3 -3
  19. package/dist/v2/features/app/components/WebTopNav.vue.d.ts.map +1 -1
  20. package/dist/v2/features/app/helpers/filter-workspaces.d.ts +49 -0
  21. package/dist/v2/features/app/helpers/filter-workspaces.d.ts.map +1 -0
  22. package/dist/v2/features/app/helpers/filter-workspaces.js +5 -0
  23. package/dist/v2/features/app/helpers/group-workspaces.d.ts +24 -0
  24. package/dist/v2/features/app/helpers/group-workspaces.d.ts.map +1 -0
  25. package/dist/v2/features/app/helpers/group-workspaces.js +23 -0
  26. package/dist/v2/features/operation/Operation.vue.js +1 -1
  27. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  28. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.25.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#8077](https://github.com/scalar/scalar/pull/8077): feat: support team workspaces
8
+
9
+ ### Patch Changes
10
+
11
+ #### Updated Dependencies
12
+
13
+ - **@scalar/workspace-store@0.30.0**
14
+ - [#8077](https://github.com/scalar/scalar/pull/8077): feat: support team workspaces
15
+
16
+ - **@scalar/components@0.18.0**
17
+ - [#8077](https://github.com/scalar/scalar/pull/8077): feat: support team workspaces
18
+
19
+ - **@scalar/oas-utils@0.6.37**
20
+
21
+ - **@scalar/sidebar@0.7.30**
22
+
23
+ - **@scalar/use-codemirror@0.13.34**
24
+
3
25
  ## 2.24.0
4
26
 
5
27
  ### Minor Changes