9.0.10076 • Published 4 years ago

@acoustic-content-sdk/api v9.0.10076

Weekly downloads
14
License
MIT
Repository
-
Last release
4 years ago

npm

Interfaces and constants to support the Acoustic sites SDK and related modules.

API Documentation

Home > @acoustic-content-sdk/api

api package

Interfaces and constants to support the Acoustic sites SDK and related modules.

Enumerations

EnumerationDescription
CYCLE_HANDLINGCycle handling strategy
DraftStatusPossible values for draft status
SdkMode
Status
TENANT_TIER

Functions

FunctionDescription
createVersion(aVersionString, aBuildDate)Constructs a version object from a version string and a build date
createVersionString(aVersion)Converts the version object into a version string

Interfaces

InterfaceDescription
AbstractElement
ActivePage
ActivePageV2
Asset
AssetPublishApproval
AuthoringAsset
AuthoringAssetMetadata
AuthoringAssetProfileRendition
AuthoringCategoryElement
AuthoringCommerceProductCategoryElement
AuthoringCommerceProductElement
AuthoringContentItem
AuthoringContentItemThumbnail
AuthoringContentThumbnail
AuthoringDatetimeElement
AuthoringElement
AuthoringFileElement
AuthoringFormattedTextElement
AuthoringGroup
AuthoringGroupElement
AuthoringImage
AuthoringImageElement
AuthoringLayout
AuthoringLayoutItem
AuthoringLayoutMapping
AuthoringLayoutMappingLayout
AuthoringLayoutMappingMapping
AuthoringLayoutMappingType
AuthoringLinkElement
AuthoringLocationElement
AuthoringNumberElement
AuthoringOption
AuthoringOptionSelectionElement
AuthoringPlaceholder
AuthoringReference
AuthoringReferenceElement
AuthoringReferenceValue
AuthoringSelectedLayout
AuthoringText
AuthoringTextElement
AuthoringThumbnail
AuthoringToggleElement
AuthoringType
AuthoringUiExtensions
AuthoringVariableTypeElement
AuthoringVideo
AuthoringVideoElement
AuthStatusExposes the authentication status
BaseAuthoringItemBase interface for all items
BaseDeliveryItemBase interface for all items
CategoryCategory is a reference element. The contents that are stored in the category element are references to categories created in content hub. When ?include=metadata is used, the categories property is included which has the full name path for each selected category.Note: When you set categories on the category element, you need to add the UUID of the category to the categoryIds property. The categories property, which returns the name path of the category is a read-only property and is not used when the content is updated. If you set it during an update, it is ignored.
CategoryElementCategory is a reference element. The contents that are stored in the category element are references to categories created in content hub. When ?include=metadata is used, the categories property is included which has the full name path for each selected category.Note: When you set categories on the category element, you need to add the UUID of the category to the categoryIds property. The categories property, which returns the name path of the category is a read-only property and is not used when the content is updated. If you set it during an update, it is ignored.
ContentItemRepresentation of a generic content item.
ContentItemWithLayout
ContentPublishApproval
DateElementCommon base class for all date elements
DeliveryAccess
DeliveryAsset
DeliveryCategoryElement
DeliveryContentItem
DeliveryContentMetadataCommon fields in all metadata records
DeliveryFileElement
DeliveryGroupElement
DeliveryGroupElementMetadata
DeliveryImageAsset
DeliveryImageCrop
DeliveryImageElement
DeliveryImageRendition
DeliveryImageTransform
DeliveryLayoutRef
DeliveryLinkElement
DeliveryLocationElement
DeliveryReferenceElement
DeliveryReferenceElementMetadata
DeliverySelectedLayout
DeliveryThumbnail
DeliveryVideoElement
DynamicLoggerFactoryInstantiator for loggers. Clients of the SDK can use this interface to inject their custom logger implementation.
ElementMap
ElementWithMarkup
ErrorDetail
ErrorResponseJSON structure of an error response
ExtendedContext
ExtendedContextV2
File
FileElementCommon base class for all file elements
FormattedTextElementCommon base class for all text elements
GroupInterface that represents a grouping of elements
GroupElementCommon base class for all group elements
HttpResourceOptions
HubContext
HubInfoExposes information required to access the content hub REST API. This information can be obtained via the 'Watson Content Hub information' section.
HubInfoConfigBase class for services providing hub information. We need a base class to be able to specify this service as injectable
IbmCommerce
Image
ImageElementCommon base class for all image elements
LayoutRepresentation of a layout descriptor in the delivery artifacts
Link
LinkElementCommon base class for all link elements
Location
LocationElement
LoggerAbstraction of the logger interface, trying to be as generic as possible. The identity of the logger is passed at creation time via the factory. Note that this interface is compatible to the console instance.
LoggerFactoryInstantiator for loggers. Clients of the SDK can use this interface to inject their custom logger implementation.
LoggerServiceService to return a logger for a given name. Calling the getter multiple times with the same name will return the same instance of the logger.
MultiDateElementDate element uses a string property, the value must be an ISO 8601 date time.
MultiFileElement
MultiFormattedTextElementThe text element holds text value in a JSON string.
MultiGroupElementThe text element holds text value in a JSON string.
MultiImageElement
MultiLinkElementLink element has three text fields linkURL, linkText, and linkDescription.
MultiNumberElementThe Number element stores the value in the JSON as a number type.
MultiOptionSelectionElementThe text element holds text value in a JSON string.
MultiProductElementThe text element holds text value in a JSON string.
MultiReferenceElement
MultiTextElementThe text element holds text value in a JSON string.
MultiToggleElementToggle just uses JSON Boolean.
MultiVideoElement
NumberElementCommon base class for all number elements
OptionSelectionRepresentation of a selection
OptionSelectionElementCommon base class for all options election elements
PageSearchResult
ProductElement
Query
ReferenceElementCommon base class for all reference elements
RenderingContext
RenderingContextGroupElement
RenderingContextInterceptorInterceptor that can expose transforms for the rendering contexts.
RenderingContextProvider
RenderingContextProviderV2
RenderingContextQueryResult
RenderingContextReferenceElement
RenderingContextSearchResult
RenderingContextV2
Rendition
Resource
SdkActiveRouteEvent
SdkErrorResponseResponse sent when processing a message fails
SdkMessageHandler
SdkMessagePayloadBase interfaces for events that can be sent to the SDK
SdkModeEvent
SdkNavigateByPathEvent
SdkNavigateByPathResponseResponse to the navigation event
SdkRefreshEvent
SdkRouteEvent
SdkSetModeEvent
SdkSetModeResponseResponse to the set mode event
SdkSubscribeActiveRouteEvent
SdkSubscribeActiveRouteEventResponse
SdkSubscribeEventResponseResponse to a subscription
SdkSubscribeModeEvent
SdkSubscribeModeEventResponse
SdkSubscribeRouteEvent
SdkSubscribeRouteEventResponse
SdkUnsubscribeEvent
SearchResult
SearchResults
SingleDateElementDate element uses a string property, the value must be an ISO 8601 date time.
SingleFileElementFile element is the most basic asset reference element. It is a reference element that is used to point to an asset in content hub. Except for asset ID, all the other properties are read-only and are added from the asset at the time it is selected on a content.With asset references most of the properties are read-only and come from the asset. So when you set a file on file element you need to set the asset.id property. The other information is fetched automatically by the content service and stored in read-only fields.
SingleFormattedTextElementThe text element holds text value in a JSON string.
SingleGroupElementThe text element holds group value in a JSON string.
SingleImageElementImage is one of the more complex elements and the following section describes a normal image without an image profile configured. For information on updating and formatting the image element, go to Updating image element format.Note: You are always selecting a rendition of an asset and not the asset directly. As a result interactions with image elements involve setting and updating a rendition reference. Most other fields that are displayed in image element are read only!
SingleLinkElementLink element has three text fields linkURL, linkText, and linkDescription.
SingleNumberElementThe Number element stores the value in the JSON as a number type.
SingleOptionSelectionElementThe text element holds text value in a JSON string.
SingleProductElementThe text element holds text value in a JSON string.
SingleReferenceElement
SingleTextElementThe text element holds text value in a JSON string.
SingleToggleElementToggle just uses JSON Boolean.
SingleVideoElementStandard video element is similar to the file element. The video asset is represented in the asset section. Optionally a video asset can have a caption and a thumbnail as well, and in this case both of these point two resources in content hub. As mentioned with file, most of the properties here are inlined data from the asset/resource and is read-only. To update a video asset or its caption/thumbnail update the relevant asset/resource ID. The related information is retrieved again and added. Attempts to change the read-only fields are ignored.
Site
SiteChild
SiteContext
SiteDeliveryContentItem
SiteNavigationDeliveryContentItemDelivery record for the site content item843fb991-7413-4517-bfcb-b59fc4b1f449
SiteNavigationPageReference to a page in the site navigation
SitePage
SitePagesQueryResult
SiteRoot
Tenant
TextElementCommon base class for all text elements
ToggleElementCommon base class for all toggle elements
TypeRefReference to a content type
UrlConfigExposes the URL configuration to the client.See HubInfoConfig
UserRepresentation of a user
Video
VideoElementCommon base class for all video elements
WchHttp
WchSdk
WchSdkRouter
WchSdkSearch
WchSdkVersionDefines the version number and the build date of the SDK.

Variables

VariableDescription
ACOUSTIC_CONFIG_API_URLName of the 'rel' attribute of a link element used to configure the API URL
ACOUSTIC_CONFIG_BASE_URLName of the 'rel' attribute of a link element used to configure the base URL
ACOUSTIC_CONFIG_RESOURCE_URLName of the 'rel' attribute of a link element used to configure the delivery URL
ACOUSTIC_SDK_MODULE_NAME
CLASSIFICATION_ASSET
CLASSIFICATION_CONTENT_TYPE
CLASSIFICATION_CONTENT
CLASSIFICATION_LAYOUT_MAPPING
CLASSIFICATION_LAYOUT
CLASSIFICATION_PAGE
ELEMENT_TYPE_CATEGORY
ELEMENT_TYPE_DATE
ELEMENT_TYPE_FILE
ELEMENT_TYPE_FORMATTED_TEXT
ELEMENT_TYPE_GROUP
ELEMENT_TYPE_IMAGE
ELEMENT_TYPE_LINK
ELEMENT_TYPE_LOCATION
ELEMENT_TYPE_NUMBER
ELEMENT_TYPE_OPTION_SELECTION
ELEMENT_TYPE_PRODUCT
ELEMENT_TYPE_REFERENCE
ELEMENT_TYPE_TEXT
ELEMENT_TYPE_TOGGLE
ELEMENT_TYPE_VARIABLE
ELEMENT_TYPE_VIDEO
HEADER_BASICAUTH_TENANT_ID
KEY_ACCEPT_PRIVACY_NOTICE
KEY_ACCESSOR
KEY_ACOUSTIC_SEED
KEY_BASICAUTH_LOGIN_PASSWORD
KEY_BASICAUTH_LOGIN_USERNAME
KEY_CREATOR_ID
KEY_ELEMENT_TYPE
KEY_ID
KEY_METADATA
KEY_NAME
KEY_STATUS
KEY_TYPE_ID
KEY_TYPE_REF
KEY_VALUE
KEY_VALUES
MODULEModule name
PARAM_REDIRECT_LOGIN_TARGET_TENANT
PARAM_REDIRECT_LOGIN_TARGET_URL
REGEXP_ANONYMOUS_USER_ID
REL_PATH_BASICAUTH_LOGIN
REL_PATH_CURRENT_TENANT
REL_PATH_CURRENT_USER
REL_PATH_REDIRECT_LOGIN
REL_PATH_REMOVECOOKIES
REL_PATH_TYPE_BY_ID
SDK_ACTIVE_ROUTE_EVENT_TYPEEvent sent to denote a modification of the active route
SDK_MODE_EVENT_TYPEEvent sent to denote the active mode
SDK_NAVIGATE_BY_PATH_EVENT_TYPEEvent that triggers a navigation
SDK_REFRESH_EVENT_TYPEEvent that triggers a refresh
SDK_ROUTE_EVENT_TYPEEvent sent to denote a modification of the route
SDK_SET_MODE_EVENT_TYPEEvent that modifies the SDK mode between using public or private routes
SDK_SUBSCRIBE_ACTIVE_ROUTE_EVENT_TYPEEvent that subscribes a listener for an active route
SDK_SUBSCRIBE_MODE_EVENT_TYPEEvent that subscribes a listener for modes
SDK_SUBSCRIBE_ROUTE_EVENT_TYPEEvent that subscribes a listener for a specific route
SDK_UNSUBSCRIBE_EVENT_TYPEEvent that unsubscribes a listener
SEARCH_FL_DOCUMENTConstant to get the full document from the search result
VALUE_ACCEPT_PRIVACY_NOTICE
VERSIONVersion and build number of the package

Type Aliases

Type AliasDescription
AUTHORING_CONTENT_ITEM_KIND
AUTHORING_ELEMENT_DATETIME_SEARCH_KEY
AUTHORING_ELEMENT_FILE_TYPE
AUTHORING_ELEMENT_IMAGE_TYPE
AUTHORING_ELEMENT_LOCATION_SEARCH_KEY
AUTHORING_ELEMENT_NUMBER_SEARCH_KEY
AUTHORING_ELEMENT_ROLE
AUTHORING_ELEMENT_TEXT_SEARCH_KEY
AUTHORING_ELEMENT_TOGGLE_SEARCH_KEY
AUTHORING_ELEMENT_VIDEO_TYPE
AUTHORING_TYPE_KINDPossible values kind
CONTENT_ITEM_KIND
DeliveryDateElement
DeliveryElement
DeliveryFileAsset
DeliveryFormattedTextElement
DeliveryImageMode
DeliveryImageScale
DeliveryLayout
DeliveryLayoutMapping
DeliveryNumberElement
DeliveryOptionsElement
DeliverySelectedLayouts
DeliveryTextElement
DeliveryToggleElement
DeliveryType
ELEMENT_TYPE
ElementAn element is one of the following
GroupType
HubInfoUrlProvider
LayoutsOrdering of the layouts per layout mode
LocaleHelper type to identify a locale in the interfaces
LocalizedObject supporting localizations
LocalizedContextLocalization context that describes the relevance of a locale, this is typically derived from the accept language header
LocalizedTextText with attached locale
MultiDeliveryElements
MultiRenderingContextElements
QueryInput
QueryValueacceptable values for
RenderingContextElements
SdkMessageHandlerCallback
SimpleType
SingleDeliveryElements
SingleRenderingContextElements
SiteNavigationThe list of root pages
StaticHubInfoUrlProviderDefines the provider of a URL, either as a URL, a string or a callback that generates either

Home > @acoustic-content-sdk/api > CYCLE_HANDLING

CYCLE_HANDLING enum

Cycle handling strategy

Signature:

export declare enum CYCLE_HANDLING 

Enumeration Members

MemberValueDescription
BREAK0Stop rendering contexts at detected cycles
RESOLVE1Resolve cycles by building cyclic in-memory structures

Home > @acoustic-content-sdk/api > DraftStatus

DraftStatus enum

Possible values for draft status

Signature:

export declare enum DraftStatus 

Enumeration Members

MemberValueDescription
APPROVED"approved"
IN_PROGRESS"in-progress"
IN_REVIEW"in-review"

Home > @acoustic-content-sdk/api > SdkMode

SdkMode enum

Signature:

export declare enum SdkMode 

Enumeration Members

MemberValueDescription
PROTECTED"protected"
PUBLIC"public"

Home > @acoustic-content-sdk/api > Status

Status enum

Signature:

export declare enum Status 

Enumeration Members

MemberValueDescription
DRAFT"draft"
READY"ready"
RETIRED"retired"

Home > @acoustic-content-sdk/api > TENANT_TIER

TENANT_TIER enum

Signature:

export declare enum TENANT_TIER 

Enumeration Members

MemberValueDescription
BASE"Base"
PLUS"Plus"
STANDARD"Standard"
TRIAL"Trial"

Home > @acoustic-content-sdk/api > createVersion

createVersion() function

Warning: This API is now obsolete.

Constructs a version object from a version string and a build date

Signature:

export declare function createVersion(aVersionString: string, aBuildDate: string): WchSdkVersion;

Parameters

ParameterTypeDescription
aVersionStringstringthe version string such as in package json
aBuildDatestringthe build date in ISO format

Returns:

WchSdkVersion

the SDK version object

Home > @acoustic-content-sdk/api > createVersionString

createVersionString() function

Converts the version object into a version string

Signature:

export declare function createVersionString(aVersion: WchSdkVersion): string;

Parameters

ParameterTypeDescription
aVersionWchSdkVersionthe version object

Returns:

string

the version string

Home > @acoustic-content-sdk/api > AbstractElement

AbstractElement interface

Signature:

export interface AbstractElement 

Properties

PropertyTypeDescription
elementTypeELEMENT_TYPE

Home > @acoustic-content-sdk/api > ActivePage

ActivePage interface

Signature:

export interface ActivePage extends RenderingContextProvider 

Properties

PropertyTypeDescription
onRenderingContextObservable<RenderingContext>Retrieves the rendering context for the content item rendered for the currently selected page.

Home > @acoustic-content-sdk/api > ActivePageV2

ActivePageV2 interface

Signature:

export interface ActivePageV2 extends RenderingContextProviderV2 

Properties

PropertyTypeDescription
renderingContext$Observable<RenderingContextV2>Retrieves the rendering context for the content item rendered for the currently selected page.

Home > @acoustic-content-sdk/api > Asset

Asset interface

Signature:

export interface Asset 

Properties

PropertyTypeDescription
altTextstring
fileNamestring
fileSizenumber
heightnumber
idstring
mediaTypestring
resourceUristring
widthnumberadded by delivery

Home > @acoustic-content-sdk/api > AssetPublishApproval

AssetPublishApproval interface

Signature:

export interface AssetPublishApproval 

Properties

PropertyTypeDescription
enabledbooleanTrue if mandatory approval is enabled
exemptAssetTypesstring[]

Home > @acoustic-content-sdk/api > AuthoringAsset

AuthoringAsset interface

Signature:

export interface AuthoringAsset extends BaseAuthoringItem 

Properties

PropertyTypeDescription
altTextstring
assetTypestring
captionstring
classification'asset'The classification defines the document type. For content items, all documents are classified as "content".
digeststring
fileNamestring
fileSizenumber
isManagedboolean
mediaTypestring
metadataAuthoringAssetMetadata
pathstring
profileRenditionsAuthoringAssetProfileRendition[]
resourcestring

Home > @acoustic-content-sdk/api > AuthoringAssetMetadata

AuthoringAssetMetadata interface

Signature:

export interface AuthoringAssetMetadata 

Properties

PropertyTypeDescription
cameraany
coverageany
creatorstring
descriptionstring
headlinestring
heigthnumber
publisherstring
rightsstring
sourcestring
subjectstring[]
titlestring
widthnumber

Home > @acoustic-content-sdk/api > AuthoringAssetProfileRendition

AuthoringAssetProfileRendition interface

Signature:

export interface AuthoringAssetProfileRendition 

Properties

PropertyTypeDescription
heightnumber
keystring
profileIdstring
transformany
uristring
widthnumber

Home > @acoustic-content-sdk/api > AuthoringCategoryElement

AuthoringCategoryElement interface

Signature:

export interface AuthoringCategoryElement extends AuthoringElement 

Properties

PropertyTypeDescription
elementType'category'
restrictedParentsstring[]
searchKeyAUTHORING_ELEMENT_TEXT_SEARCH_KEY

Home > @acoustic-content-sdk/api > AuthoringCommerceProductCategoryElement

AuthoringCommerceProductCategoryElement interface

Signature:

export interface AuthoringCommerceProductCategoryElement extends AuthoringElement 

Properties

PropertyTypeDescription
elementType'productcategory'
restrictedParentstring
searchKeyAUTHORING_ELEMENT_TEXT_SEARCH_KEY

Home > @acoustic-content-sdk/api > AuthoringCommerceProductElement

AuthoringCommerceProductElement interface

Signature:

export interface AuthoringCommerceProductElement extends AuthoringElement 

Properties

PropertyTypeDescription
elementType'product'
restrictedCategoriesstring[]
searchKeyAUTHORING_ELEMENT_TEXT_SEARCH_KEY

Home > @acoustic-content-sdk/api > AuthoringContentItem

AuthoringContentItem interface

Signature:

export interface AuthoringContentItem extends BaseAuthoringItem 

Properties

PropertyTypeDescription
classification'content'
deliveryAccess'secured'
draftStatusDraftStatus
elementsRecord<string, any>
formany[]
idstring
keywordsstring[]
kindAUTHORING_CONTENT_ITEM_KIND[]
lastModifiedstring
lastModifierstring
lastModifierIdstring
linkedDocIdstring
linksRecord<string, any>
localestring
projectIdstring
projectsstring[]
publishingRecord<string, any>
reviewRecord<string, any>
reviewHistorystring[]
reviewIdstring
schemaRecord<string, any>
selectedLayoutsAuthoringSelectedLayout[]
statusStatus
systemModifiedstring
tagsstring[]
thumbnailAuthoringContentItemThumbnail
typestring
typeIdstring
validboolean

Home > @acoustic-content-sdk/api > AuthoringContentItemThumbnail

AuthoringContentItemThumbnail interface

Signature:

export interface AuthoringContentItemThumbnail extends AuthoringThumbnail 

Properties

PropertyTypeDescription
idstring

Home > @acoustic-content-sdk/api > AuthoringContentThumbnail

AuthoringContentThumbnail interface

Signature:

export interface AuthoringContentThumbnail 

Properties

PropertyTypeDescription
imageElementstring
source'imageElementOrType' | 'imageElement' | 'type' | 'none'

Home > @acoustic-content-sdk/api > AuthoringDatetimeElement

AuthoringDatetimeElement interface

Signature:

export interface AuthoringDatetimeElement extends AuthoringElement 

Properties

PropertyTypeDescription
elementType'datetime'
fieldType'date' | 'date-time'
searchKeyAUTHORING_ELEMENT_DATETIME_SEARCH_KEY

Home > @acoustic-content-sdk/api > AuthoringElement

AuthoringElement interface

Signature:

export interface AuthoringElement 

Properties

PropertyTypeDescription
allowMultipleValuesboolean
@everything-registry/sub-chunk-25@acoustic-content-sdk/edit-api@acoustic-content-sdk/i18n@acoustic-content-sdk/log4js-logger@acoustic-content-sdk/module-loader@acoustic-content-sdk/ng@acoustic-content-sdk/ng-api@acoustic-content-sdk/ng-app-base@acoustic-content-sdk/ng-app-edit@acoustic-content-sdk/ng-app-live@acoustic-content-sdk/ng-app-preview@acoustic-content-sdk/ng-edit@acoustic-content-sdk/ng-edit-api@acoustic-content-sdk/ng-hbs@acoustic-content-sdk/ng-hbs-edit@acoustic-content-sdk/ng-hbs-view@acoustic-content-sdk/ng-logger@acoustic-content-sdk/ng-redux@acoustic-content-sdk/bootstrap@acoustic-content-sdk/cli@acoustic-content-sdk/cli-credentials@acoustic-content-sdk/cli-utils@acoustic-content-sdk/component-api@acoustic-content-sdk/component-edit@acoustic-content-sdk/component-hbs@acoustic-content-sdk/component-redux@acoustic-content-sdk/component-rest@acoustic-content-sdk/component-utils@acoustic-content-sdk/cross-frame-redux@acoustic-content-sdk/diff@acoustic-content-sdk/ng-rendition@acoustic-content-sdk/ng-rest@acoustic-content-sdk/ng-theme@acoustic-content-sdk/ng-utils@acoustic-content-sdk/ng-view@acoustic-content-sdk/ng-web-component@acoustic-content-sdk/perf-logger@acoustic-content-sdk/react-api@acoustic-content-sdk/react-cli@acoustic-content-sdk/react-components@acoustic-content-sdk/redux-feature-auth-content@acoustic-content-sdk/redux-feature-auth-content-template@acoustic-content-sdk/redux-feature-auth-layout@acoustic-content-sdk/redux-feature-auth-layout-mapping@acoustic-content-sdk/redux-feature-auth-type@acoustic-content-sdk/redux-feature-batch@acoustic-content-sdk/redux-feature-bootstrap@acoustic-content-sdk/redux-feature-database@acoustic-content-sdk/redux-feature-delivery-content@acoustic-content-sdk/react-edit-api@acoustic-content-sdk/react-hbs-edit@acoustic-content-sdk/react-rest@acoustic-content-sdk/react-utils@acoustic-content-sdk/redux-ajax@acoustic-content-sdk/redux-feature-auth-asset@acoustic-content-sdk/redux-feature-handlebars@acoustic-content-sdk/redux-feature-inline-edit@acoustic-content-sdk/redux-feature-load@acoustic-content-sdk/redux-feature-locale@acoustic-content-sdk/redux-feature-login@acoustic-content-sdk/redux-feature-save@acoustic-content-sdk/redux-feature-site@acoustic-content-sdk/sites-api@acoustic-content-sdk/tooling@acoustic-content-sdk/tooling-contributions@acoustic-content-sdk/tooling-types@acoustic-content-sdk/utils@acoustic-content-sdk/web-components-services@acoustic-content-sdk/redux-testing@acoustic-content-sdk/redux-utils@acoustic-content-sdk/rendition-utils@acoustic-content-sdk/schematics@acoustic-content-sdk/schematics-feature-module@acoustic-content-sdk/schematics-utils@acoustic-content-sdk/redux-feature-tenant@acoustic-content-sdk/redux-feature-toggle@acoustic-content-sdk/redux-feature-undo@acoustic-content-sdk/redux-feature-url-config@acoustic-content-sdk/redux-feature-user@acoustic-content-sdk/tooling-feature-module@acoustic-content-sdk/tooling-messages@acoustic-content-sdk/tooling-rest@acoustic-content-sdk/redux-feature-wch-config@acoustic-content-sdk/redux-store@ibm-wch-sdk/api
9.0.10076

4 years ago

9.0.10067

4 years ago

9.0.10034

4 years ago

9.0.10040

4 years ago

9.0.495

4 years ago

9.0.493

4 years ago

9.0.462

4 years ago

9.0.407

4 years ago

9.0.384

4 years ago

9.0.361

4 years ago

9.0.360

4 years ago

9.0.271

4 years ago

9.0.270

4 years ago

9.0.251

4 years ago

9.0.242

4 years ago

9.0.216

4 years ago

9.0.209

4 years ago

9.0.202

4 years ago

9.0.159

4 years ago

9.0.124

4 years ago

9.0.89

4 years ago

9.0.75

4 years ago

9.0.74

4 years ago

9.0.29

4 years ago

9.0.30

4 years ago

8.0.601

4 years ago

8.0.600

4 years ago

8.0.498

4 years ago

8.0.475

4 years ago