@bloomreach/spa-sdk
Advanced tools
Comparing version 15.1.0 to 15.1.1
{ | ||
"name": "@bloomreach/spa-sdk", | ||
"version": "15.1.0", | ||
"version": "15.1.1", | ||
"description": "Bloomreach SPA SDK", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -125,3 +125,3 @@ # Bloomreach SPA SDK | ||
| These options are deprecated and will be removed in the next major release | ||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------------------------------------- | | ||
| **`cmsBaseUrl`** <br> Base URL of the site (e.g. `http://localhost:8080/site` or `http://localhost:8080/site/channel`). This option is exclusive and should not be used together with `options` or `endpoint` <br><br> Required: _exclusive_ <br> Default: . _none_ | | ||
@@ -269,13 +269,13 @@ | **`options`** <br> The CMS URL options. This option is exclusive and should not be used together with `cmsBaseUrl` or `endpoint`. Use this property to enable the UrlRewriter-based setup. <br><br> Required: _exclusive_ <br> Default: _none_ | | ||
| Method | Description | | ||
| --------------------------------------------------- | ----------------------------------- | | ||
| <code>getDescription(): string undefined;</code> | Returns the image set description. | | ||
| `getDisplayName(): string` | Returns the image set display name. | | ||
| `getId(): string` | Returns the document id. | | ||
| `getFileName(): string` | Returns the image set file name. | | ||
| `getId(): string` | Returns the image set id. | | ||
| <code>getLocale(): string | undefined</code> | Returns the image set locale. | | ||
| `getName(): string` | Returns the image name. | | ||
| <code>getOriginal(): Image | undefined</code> | Returns the original image. | | ||
| <code>getThumbnail(): Image | undefined</code> | Returns the thumbnail. | | ||
| Method | Description | | ||
| ------------------------------------------------------- | ----------------------------------- | ----------------------------- | | ||
| <code>getDescription(): string | undefined;</code> | Returns the image set description. | | ||
| `getDisplayName(): string` | Returns the image set display name. | | ||
| `getId(): string` | Returns the document id. | | ||
| `getFileName(): string` | Returns the image set file name. | | ||
| `getId(): string` | Returns the image set id. | | ||
| `getLocale(): string | undefined` | Returns the image set locale. | | ||
| `getName(): string` | Returns the image name. | | ||
| <code>getOriginal(): Image | undefined</code> | Returns the original image. | | ||
| <code>getThumbnail(): Image | undefined</code> | Returns the thumbnail. | | ||
@@ -282,0 +282,0 @@ ##### Image |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
435076
8158