@instockng/api-client 1.0.30 → 1.0.32
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/dist/fetchers/products.d.ts +4 -1432
- package/dist/hooks/public/products.d.ts +4 -1432
- package/dist/rpc-types.d.ts +1568 -3
- package/dist/rpc-types.js +5 -1
- package/package.json +1 -1
package/dist/rpc-types.js
CHANGED
|
@@ -4,4 +4,8 @@
|
|
|
4
4
|
* The hooks already have proper Hono RPC type inference built-in.
|
|
5
5
|
* We extract the data types from UseQueryResult<T, E> to get the actual response types.
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
// ============================================================================
|
|
8
|
+
// Public API Response Types
|
|
9
|
+
// ============================================================================
|
|
10
|
+
import { hc } from 'hono/client';
|
|
11
|
+
const dummyClient = hc('');
|