@scalar/api-client-react 1.0.22 → 1.0.23

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,11 @@
1
1
  # @scalar/api-client-react
2
2
 
3
+ ## 1.0.23
4
+
5
+ ### Patch Changes
6
+
7
+ - @scalar/api-client@2.0.50
8
+
3
9
  ## 1.0.22
4
10
 
5
11
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1257,7 +1257,6 @@ export declare const useApiClientModal: () => {
1257
1257
  add: (payload: RequestPayload, parentUid?: string, server?: Server) => {
1258
1258
  path: string;
1259
1259
  uid: string;
1260
- tags: string[];
1261
1260
  childUids: string[];
1262
1261
  method: "GET" | "HEAD" | "PATCH" | "POST" | "PUT" | "TRACE" | "CONNECT" | "DELETE" | "OPTIONS";
1263
1262
  parameters: {
@@ -1277,6 +1276,7 @@ export declare const useApiClientModal: () => {
1277
1276
  description?: string | undefined;
1278
1277
  summary?: string | undefined;
1279
1278
  security?: Record<string, string[]>[] | undefined;
1279
+ tags?: string[] | undefined;
1280
1280
  operationId?: string | undefined;
1281
1281
  requestBody?: any;
1282
1282
  };
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "testing",
20
20
  "react"
21
21
  ],
22
- "version": "1.0.22",
22
+ "version": "1.0.23",
23
23
  "engines": {
24
24
  "node": ">=18"
25
25
  },
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "rollup-preserve-directives": "^1.1.1",
43
43
  "vue": "^3.4.29",
44
- "@scalar/api-client": "2.0.49"
44
+ "@scalar/api-client": "2.0.50"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/react": "^18.2.60",