@leonardo-ai/sdk 1.18.2 → 1.19.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 CHANGED
@@ -1,6 +1,6 @@
1
- # Leonardo TypeScript SDK
2
-
3
1
  <div align="center">
2
+ <img src="https://user-images.githubusercontent.com/6267663/230025738-42a4980e-a5ea-4d00-a591-65e8de14de85.png" width="200">
3
+ <h1>Leonardo Typescript SDK</h1>
4
4
  <p>The API for creating stunning game assets with AI.</p>
5
5
  <a href="https://github.com/Leonardo-Interactive/leonardo-ts-sdk/actions"><img src="https://img.shields.io/github/actions/workflow/status/Leonardo-Interactive/leonardo-ts-sdk/speakeasy_sdk_generate.yml?style=for-the-badge" /></a>
6
6
  <a href="https://docs.leonardo.ai/"><img src="https://img.shields.io/static/v1?label=Docs&message=API Ref&color=000&style=for-the-badge" /></a>
@@ -13,13 +13,13 @@
13
13
  ### NPM
14
14
 
15
15
  ```bash
16
- npm add <UNSET>
16
+ npm add @leonardo-ai/sdk
17
17
  ```
18
18
 
19
19
  ### Yarn
20
20
 
21
21
  ```bash
22
- yarn add <UNSET>
22
+ yarn add @leonardo-ai/sdk
23
23
  ```
24
24
  <!-- End SDK Installation -->
25
25
 
package/dist/sdk/sdk.js CHANGED
@@ -55,8 +55,8 @@ var Leonardo = /** @class */ (function () {
55
55
  function Leonardo(props) {
56
56
  var _a, _b;
57
57
  this._language = "typescript";
58
- this._sdkVersion = "1.18.2";
59
- this._genVersion = "2.16.7";
58
+ this._sdkVersion = "1.19.0";
59
+ this._genVersion = "2.17.8";
60
60
  this._serverURL = (_a = props === null || props === void 0 ? void 0 : props.serverURL) !== null && _a !== void 0 ? _a : exports.ServerList[0];
61
61
  this._defaultClient =
62
62
  (_b = props === null || props === void 0 ? void 0 : props.defaultClient) !== null && _b !== void 0 ? _b : axios_1.default.create({ baseURL: this._serverURL });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leonardo-ai/sdk",
3
- "version": "1.18.2",
3
+ "version": "1.19.0",
4
4
  "author": "leonardoai",
5
5
  "scripts": {
6
6
  "prepare": "tsc --build"