@scalar/api-client 2.5.33 → 2.5.35
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 +35 -0
- package/dist/layouts/App/create-api-client-app.d.ts +10 -10
- package/dist/layouts/Modal/create-api-client-modal.d.ts +20 -20
- package/dist/layouts/Web/create-api-client-web.d.ts +10 -10
- package/dist/libs/create-client.d.ts +10 -10
- package/dist/libs/send-request/create-request-operation.test.d.ts +1 -1
- package/dist/store/active-entities.d.ts +1 -1
- package/dist/store/request-example.d.ts +10 -10
- package/dist/store/store.d.ts +10 -10
- package/dist/style.css +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.js +2 -2
- package/package.json +14 -14
package/dist/store/store.d.ts
CHANGED
|
@@ -229,7 +229,7 @@ export declare const createWorkspaceStore: ({ useLocalStorage, showSidebar, prox
|
|
|
229
229
|
} | undefined;
|
|
230
230
|
raw?: {
|
|
231
231
|
value: string;
|
|
232
|
-
encoding: "xml" | "json" | "
|
|
232
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
233
233
|
mimeType?: string | undefined;
|
|
234
234
|
} | undefined;
|
|
235
235
|
};
|
|
@@ -1864,7 +1864,7 @@ export declare const createWorkspaceStore: ({ useLocalStorage, showSidebar, prox
|
|
|
1864
1864
|
} | undefined;
|
|
1865
1865
|
raw?: {
|
|
1866
1866
|
value: string;
|
|
1867
|
-
encoding: "xml" | "json" | "
|
|
1867
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
1868
1868
|
mimeType?: string | undefined;
|
|
1869
1869
|
} | undefined;
|
|
1870
1870
|
};
|
|
@@ -1965,7 +1965,7 @@ export declare const createWorkspaceStore: ({ useLocalStorage, showSidebar, prox
|
|
|
1965
1965
|
} | undefined;
|
|
1966
1966
|
raw?: {
|
|
1967
1967
|
value: string;
|
|
1968
|
-
encoding: "xml" | "json" | "
|
|
1968
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
1969
1969
|
mimeType?: string | undefined;
|
|
1970
1970
|
} | undefined;
|
|
1971
1971
|
};
|
|
@@ -2067,7 +2067,7 @@ export declare const createWorkspaceStore: ({ useLocalStorage, showSidebar, prox
|
|
|
2067
2067
|
} | undefined;
|
|
2068
2068
|
raw?: {
|
|
2069
2069
|
value: string;
|
|
2070
|
-
encoding: "xml" | "json" | "
|
|
2070
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
2071
2071
|
mimeType?: string | undefined;
|
|
2072
2072
|
} | undefined;
|
|
2073
2073
|
};
|
|
@@ -2168,7 +2168,7 @@ export declare const createWorkspaceStore: ({ useLocalStorage, showSidebar, prox
|
|
|
2168
2168
|
} | undefined;
|
|
2169
2169
|
raw?: {
|
|
2170
2170
|
value: string;
|
|
2171
|
-
encoding: "xml" | "json" | "
|
|
2171
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
2172
2172
|
mimeType?: string | undefined;
|
|
2173
2173
|
} | undefined;
|
|
2174
2174
|
};
|
|
@@ -2268,7 +2268,7 @@ export declare const createWorkspaceStore: ({ useLocalStorage, showSidebar, prox
|
|
|
2268
2268
|
} | undefined;
|
|
2269
2269
|
raw?: {
|
|
2270
2270
|
value: string;
|
|
2271
|
-
encoding: "xml" | "json" | "
|
|
2271
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
2272
2272
|
mimeType?: string | undefined;
|
|
2273
2273
|
} | undefined;
|
|
2274
2274
|
};
|
|
@@ -2368,7 +2368,7 @@ export declare const createWorkspaceStore: ({ useLocalStorage, showSidebar, prox
|
|
|
2368
2368
|
} | undefined;
|
|
2369
2369
|
raw?: {
|
|
2370
2370
|
value: string;
|
|
2371
|
-
encoding: "xml" | "json" | "
|
|
2371
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
2372
2372
|
mimeType?: string | undefined;
|
|
2373
2373
|
} | undefined;
|
|
2374
2374
|
};
|
|
@@ -2469,7 +2469,7 @@ export declare const createWorkspaceStore: ({ useLocalStorage, showSidebar, prox
|
|
|
2469
2469
|
} | undefined;
|
|
2470
2470
|
raw?: {
|
|
2471
2471
|
value: string;
|
|
2472
|
-
encoding: "xml" | "json" | "
|
|
2472
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
2473
2473
|
mimeType?: string | undefined;
|
|
2474
2474
|
} | undefined;
|
|
2475
2475
|
};
|
|
@@ -2569,7 +2569,7 @@ export declare const createWorkspaceStore: ({ useLocalStorage, showSidebar, prox
|
|
|
2569
2569
|
} | undefined;
|
|
2570
2570
|
raw?: {
|
|
2571
2571
|
value: string;
|
|
2572
|
-
encoding: "xml" | "json" | "
|
|
2572
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
2573
2573
|
mimeType?: string | undefined;
|
|
2574
2574
|
} | undefined;
|
|
2575
2575
|
};
|
|
@@ -2669,7 +2669,7 @@ export declare const createWorkspaceStore: ({ useLocalStorage, showSidebar, prox
|
|
|
2669
2669
|
} | undefined;
|
|
2670
2670
|
raw?: {
|
|
2671
2671
|
value: string;
|
|
2672
|
-
encoding: "xml" | "json" | "
|
|
2672
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
2673
2673
|
mimeType?: string | undefined;
|
|
2674
2674
|
} | undefined;
|
|
2675
2675
|
};
|