@firebolt-js/manage-sdk
Advanced tools
Comparing version 1.3.0 to 1.3.1-feature-and-fixes-1-3-1.0
@@ -55,3 +55,3 @@ --- | ||
enabled: boolean // Whether or not voice guidance should be enabled by default | ||
speed: VoiceSpeed // The speed at which voice guidance speech will be read back to the user | ||
speed?: VoiceSpeed // The speed at which voice guidance speech will be read back to the user | ||
} | ||
@@ -142,3 +142,3 @@ ``` | ||
enabled: boolean // Whether or not closed-captions should be enabled by default | ||
styles: ClosedCaptionsStyles // The default styles to use when displaying closed-captions | ||
styles?: ClosedCaptionsStyles // The default styles to use when displaying closed-captions | ||
preferredLanguages?: string[] | ||
@@ -145,0 +145,0 @@ } |
@@ -9,3 +9,3 @@ --- | ||
Version Account 1.3.0 | ||
Version Account 1.3.1-feature-and-fixes-1-3-1.0 | ||
@@ -12,0 +12,0 @@ ## Table of Contents |
@@ -9,3 +9,3 @@ --- | ||
Version AcknowledgeChallenge 1.3.0 | ||
Version AcknowledgeChallenge 1.3.1-feature-and-fixes-1-3-1.0 | ||
@@ -12,0 +12,0 @@ ## Table of Contents |
@@ -9,3 +9,3 @@ --- | ||
Version Advertising 1.3.0 | ||
Version Advertising 1.3.1-feature-and-fixes-1-3-1.0 | ||
@@ -12,0 +12,0 @@ ## Table of Contents |
@@ -9,3 +9,3 @@ --- | ||
Version AudioDescriptions 1.3.0 | ||
Version AudioDescriptions 1.3.1-feature-and-fixes-1-3-1.0 | ||
@@ -12,0 +12,0 @@ ## Table of Contents |
@@ -9,3 +9,3 @@ --- | ||
Version Device 1.3.0 | ||
Version Device 1.3.1-feature-and-fixes-1-3-1.0 | ||
@@ -12,0 +12,0 @@ ## Table of Contents |
@@ -9,3 +9,3 @@ --- | ||
Version Discovery 1.3.0 | ||
Version Discovery 1.3.1-feature-and-fixes-1-3-1.0 | ||
@@ -12,0 +12,0 @@ ## Table of Contents |
@@ -9,3 +9,3 @@ --- | ||
Version HDMIInput 1.3.0 | ||
Version HDMIInput 1.3.1-feature-and-fixes-1-3-1.0 | ||
@@ -12,0 +12,0 @@ ## Table of Contents |
@@ -9,3 +9,3 @@ --- | ||
Version Keyboard 1.3.0 | ||
Version Keyboard 1.3.1-feature-and-fixes-1-3-1.0 | ||
@@ -12,0 +12,0 @@ ## Table of Contents |
@@ -9,3 +9,3 @@ --- | ||
Version Localization 1.3.0 | ||
Version Localization 1.3.1-feature-and-fixes-1-3-1.0 | ||
@@ -12,0 +12,0 @@ ## Table of Contents |
@@ -9,3 +9,3 @@ --- | ||
Version Metrics 1.3.0 | ||
Version Metrics 1.3.1-feature-and-fixes-1-3-1.0 | ||
@@ -12,0 +12,0 @@ ## Table of Contents |
@@ -9,3 +9,3 @@ --- | ||
Version PinChallenge 1.3.0 | ||
Version PinChallenge 1.3.1-feature-and-fixes-1-3-1.0 | ||
@@ -12,0 +12,0 @@ ## Table of Contents |
@@ -9,3 +9,3 @@ --- | ||
Version Privacy 1.3.0 | ||
Version Privacy 1.3.1-feature-and-fixes-1-3-1.0 | ||
@@ -12,0 +12,0 @@ ## Table of Contents |
@@ -9,3 +9,3 @@ --- | ||
Version SecureStorage 1.3.0 | ||
Version SecureStorage 1.3.1-feature-and-fixes-1-3-1.0 | ||
@@ -12,0 +12,0 @@ ## Table of Contents |
@@ -18,5 +18,5 @@ --- | ||
- [SemanticVersion](#semanticversion) | ||
- [BooleanMap](#booleanmap) | ||
- [LocalizedString](#localizedstring) | ||
- [FlatMap](#flatmap) | ||
- [BooleanMap](#booleanmap) | ||
- [Timeout](#timeout) | ||
@@ -36,5 +36,3 @@ | ||
DOLBY_DIGITAL_5_1: 'dolbyDigital5.1', | ||
DOLBY_DIGITAL_7_1: 'dolbyDigital7.1', | ||
DOLBY_DIGITAL_5_1_PLUS: 'dolbyDigital5.1+', | ||
DOLBY_DIGITAL_7_1_PLUS: 'dolbyDigital7.1+', | ||
DOLBY_ATMOS: 'dolbyAtmos', | ||
@@ -60,10 +58,2 @@ }, | ||
### BooleanMap | ||
```typescript | ||
type BooleanMap = {} | ||
``` | ||
--- | ||
### LocalizedString | ||
@@ -87,2 +77,10 @@ | ||
### BooleanMap | ||
```typescript | ||
type BooleanMap = {} | ||
``` | ||
--- | ||
### Timeout | ||
@@ -89,0 +87,0 @@ |
@@ -9,3 +9,3 @@ --- | ||
Version UserGrants 1.3.0 | ||
Version UserGrants 1.3.1-feature-and-fixes-1-3-1.0 | ||
@@ -12,0 +12,0 @@ ## Table of Contents |
@@ -9,3 +9,3 @@ --- | ||
Version VoiceGuidance 1.3.0 | ||
Version VoiceGuidance 1.3.1-feature-and-fixes-1-3-1.0 | ||
@@ -12,0 +12,0 @@ ## Table of Contents |
@@ -9,3 +9,3 @@ --- | ||
Version Wifi 1.3.0 | ||
Version Wifi 1.3.1-feature-and-fixes-1-3-1.0 | ||
@@ -12,0 +12,0 @@ ## Table of Contents |
{ | ||
"name": "@firebolt-js/manage-sdk", | ||
"version": "1.3.0", | ||
"version": "1.3.1-feature-and-fixes-1-3-1.0", | ||
"description": "The Firebolt Manage JS SDK", | ||
@@ -5,0 +5,0 @@ "main": "./dist/lib/firebolt-manage.mjs", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
876930
20371
1