UNPKG

react-native-unit-components

Version:

Unit React Native components

15 lines 553 B
import { UNVersioningStrategyType } from '../types/shared'; import { UNSnapshotProtectionStrategy } from '../types/shared/securitySettings'; const WEB_SDK_RECOMMENDED_STRATEGY = { type: UNVersioningStrategyType.upToNextMinor, major: 1, minor: 10 }; const DEFAULT_SECURITY_SETTINGS = { snapshotProtectionStrategy: UNSnapshotProtectionStrategy.FullProtection }; export const UNSDKConstants = { webSDKRecommendedStrategy: WEB_SDK_RECOMMENDED_STRATEGY, securitySettings: DEFAULT_SECURITY_SETTINGS }; //# sourceMappingURL=UnitSdk.constants.js.map