@fill-easy/api 1.0.8 → 1.0.10

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 CHANGED
@@ -19,8 +19,8 @@ import { createApiClient } from "@fill-easy/api"
19
19
 
20
20
  const client = createApiClient({
21
21
  baseUrl: "https://sandbox.staging-api.fill-easy.com",
22
- clientId: "your-client-id",
23
- clientSecret: "your-client-secret",
22
+ clientId: "...",
23
+ clientSecret: "...",
24
24
  })
25
25
 
26
26
  // Fully typed API calls
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* global RequestInit */
1
+ /* global HeadersInit */
2
2
  import createClient from "openapi-fetch";
3
3
  export function createApiClient(config) {
4
4
  return createClient({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fill-easy/api",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "type": "module",
5
5
  "description": "Type-safe SDK for Fill Easy API",
6
6
  "main": "dist/index.js",