@fusebase/dashboard-service-sdk 1.23.3-client.7 → 1.23.3-client.9
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/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,13 +5,13 @@ TypeScript SDK for Dashboard Service API - Generated from contract introspection
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install @
|
|
8
|
+
npm install @fusebase/dashboard-service-sdk
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## Usage
|
|
12
12
|
|
|
13
13
|
```typescript
|
|
14
|
-
import { createClient, TokensApi, DashboardsApi } from "@
|
|
14
|
+
import { createClient, TokensApi, DashboardsApi } from "@fusebase/dashboard-service-sdk";
|
|
15
15
|
|
|
16
16
|
// Create client
|
|
17
17
|
const client = createClient({
|
|
@@ -48,5 +48,5 @@ const token = await tokensApi.createToken({
|
|
|
48
48
|
All TypeScript types are exported from the package:
|
|
49
49
|
|
|
50
50
|
```typescript
|
|
51
|
-
import type { CreateTokenRequestContract, TokenResponseContract } from "@
|
|
51
|
+
import type { CreateTokenRequestContract, TokenResponseContract } from "@fusebase/dashboard-service-sdk";
|
|
52
52
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fusebase/dashboard-service-sdk",
|
|
3
|
-
"version": "1.23.3-client.
|
|
3
|
+
"version": "1.23.3-client.9",
|
|
4
4
|
"description": "TypeScript SDK for Dashboard Service API - Generated from contract introspection",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|