@openfin/core 42.100.43 → 42.100.48
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/out/mock-alpha.d.ts +3 -0
- package/out/mock-beta.d.ts +3 -0
- package/out/mock-public.d.ts +3 -0
- package/out/stub.d.ts +3 -0
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -10070,6 +10070,9 @@ declare type PerDomainSettings = {
|
|
10070
10070
|
* {@inheritdoc DomainSettingsPreloadScripts}
|
10071
10071
|
*/
|
10072
10072
|
preloadScripts?: DomainSettingsPreloadScripts;
|
10073
|
+
/**
|
10074
|
+
* @experimental These features are still under development and may change.
|
10075
|
+
*/
|
10073
10076
|
contentProtection?: {
|
10074
10077
|
/**
|
10075
10078
|
* {@inheritdoc ScreenCaptureBehavior}
|
package/out/mock-beta.d.ts
CHANGED
@@ -10070,6 +10070,9 @@ declare type PerDomainSettings = {
|
|
10070
10070
|
* {@inheritdoc DomainSettingsPreloadScripts}
|
10071
10071
|
*/
|
10072
10072
|
preloadScripts?: DomainSettingsPreloadScripts;
|
10073
|
+
/**
|
10074
|
+
* @experimental These features are still under development and may change.
|
10075
|
+
*/
|
10073
10076
|
contentProtection?: {
|
10074
10077
|
/**
|
10075
10078
|
* {@inheritdoc ScreenCaptureBehavior}
|
package/out/mock-public.d.ts
CHANGED
@@ -10070,6 +10070,9 @@ declare type PerDomainSettings = {
|
|
10070
10070
|
* {@inheritdoc DomainSettingsPreloadScripts}
|
10071
10071
|
*/
|
10072
10072
|
preloadScripts?: DomainSettingsPreloadScripts;
|
10073
|
+
/**
|
10074
|
+
* @experimental These features are still under development and may change.
|
10075
|
+
*/
|
10073
10076
|
contentProtection?: {
|
10074
10077
|
/**
|
10075
10078
|
* {@inheritdoc ScreenCaptureBehavior}
|
package/out/stub.d.ts
CHANGED
@@ -10388,6 +10388,9 @@ declare type PerDomainSettings = {
|
|
10388
10388
|
* {@inheritdoc DomainSettingsPreloadScripts}
|
10389
10389
|
*/
|
10390
10390
|
preloadScripts?: DomainSettingsPreloadScripts;
|
10391
|
+
/**
|
10392
|
+
* @experimental These features are still under development and may change.
|
10393
|
+
*/
|
10391
10394
|
contentProtection?: {
|
10392
10395
|
/**
|
10393
10396
|
* {@inheritdoc ScreenCaptureBehavior}
|