@sogni-ai/sogni-client 0.3.1 → 0.3.2
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/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -91,7 +91,7 @@ const project = await client.projects.create({
|
|
|
91
91
|
numberOfImages: 1
|
|
92
92
|
});
|
|
93
93
|
```
|
|
94
|
-
**Note:** Full project parameter list can be found in [ProjectParams](https://
|
|
94
|
+
**Note:** Full project parameter list can be found in [ProjectParams](https://sdk-docs.sogni.ai/interfaces/ProjectParams.html) docs.
|
|
95
95
|
|
|
96
96
|
### Getting project status and results
|
|
97
97
|
In general there are 2 ways to work with API:
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "0.3.
|
|
1
|
+
export declare const LIB_VERSION = "0.3.2";
|
package/dist/version.js
CHANGED