sanity-plugin-mux-input 4.1.3 → 4.1.5
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/dist/index.d.ts +1 -1
- package/dist/index.js +7954 -5639
- package/dist/index.js.map +1 -1
- package/package.json +6 -17
package/dist/index.d.ts
CHANGED
|
@@ -165,7 +165,7 @@ interface PluginConfig extends MuxInputConfig {
|
|
|
165
165
|
*/
|
|
166
166
|
allowedRolesForConfiguration: string[];
|
|
167
167
|
}
|
|
168
|
-
declare const SUPPORTED_MUX_LANGUAGES_VALUES: ("
|
|
168
|
+
declare const SUPPORTED_MUX_LANGUAGES_VALUES: ("bg" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "hr" | "it" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sv" | "tr" | "uk")[];
|
|
169
169
|
type SupportedMuxLanguage = (typeof SUPPORTED_MUX_LANGUAGES_VALUES)[number];
|
|
170
170
|
type PlaybackPolicy = 'signed' | 'public' | 'drm';
|
|
171
171
|
interface MuxErrors {
|