@subscribeflow/sdk 1.0.33 → 1.2.0
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 +1 -1
- package/dist/api-types.d.ts +9745 -1194
- package/dist/api-types.d.ts.map +1 -1
- package/dist/index.d.ts +341 -9520
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +28 -82
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -409,7 +409,7 @@ If the API changes, you can regenerate the TypeScript types from the OpenAPI sch
|
|
|
409
409
|
|
|
410
410
|
```bash
|
|
411
411
|
# Make sure the backend is running
|
|
412
|
-
|
|
412
|
+
just backend
|
|
413
413
|
|
|
414
414
|
# Fetch OpenAPI schema and generate types
|
|
415
415
|
curl http://localhost:8000/openapi.json -o openapi.json
|