@leonardo-ai/sdk 1.44.1 → 1.50.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 +2 -0
- package/dist/sdk/sdk.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,6 +29,8 @@ To get access to the API and fetch an API key, please sign up for [access](https
|
|
|
29
29
|
|
|
30
30
|
## SDK Example Usage
|
|
31
31
|
<!-- Start SDK Example Usage -->
|
|
32
|
+
|
|
33
|
+
|
|
32
34
|
```typescript
|
|
33
35
|
import { Leonardo } from "@leonardo-ai/sdk";
|
|
34
36
|
import { CreateDatasetResponse } from "@leonardo-ai/sdk/dist/sdk/models/operations";
|
package/dist/sdk/sdk.js
CHANGED
|
@@ -52,8 +52,8 @@ var SDKConfiguration = /** @class */ (function () {
|
|
|
52
52
|
function SDKConfiguration(init) {
|
|
53
53
|
this.language = "typescript";
|
|
54
54
|
this.openapiDocVersion = "v1.0.0";
|
|
55
|
-
this.sdkVersion = "1.
|
|
56
|
-
this.genVersion = "2.
|
|
55
|
+
this.sdkVersion = "1.50.0";
|
|
56
|
+
this.genVersion = "2.65.0";
|
|
57
57
|
Object.assign(this, init);
|
|
58
58
|
}
|
|
59
59
|
return SDKConfiguration;
|