@powersync/op-sqlite 0.0.1 → 0.0.3

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.
Files changed (56) hide show
  1. package/README.md +3 -3
  2. package/android/build.gradle +1 -1
  3. package/lib/commonjs/NativePowerSyncOpSqlite.js +9 -0
  4. package/lib/commonjs/NativePowerSyncOpSqlite.js.map +1 -0
  5. package/lib/commonjs/db/OPSQLiteConnection.js +77 -0
  6. package/lib/commonjs/db/OPSQLiteConnection.js.map +1 -0
  7. package/lib/commonjs/db/OPSqliteAdapter.js +214 -0
  8. package/lib/commonjs/db/OPSqliteAdapter.js.map +1 -0
  9. package/lib/commonjs/db/OPSqliteDBOpenFactory.js +26 -0
  10. package/lib/commonjs/db/OPSqliteDBOpenFactory.js.map +1 -0
  11. package/lib/commonjs/db/SqliteOptions.js +31 -0
  12. package/lib/commonjs/db/SqliteOptions.js.map +1 -0
  13. package/lib/commonjs/index.js +35 -0
  14. package/lib/commonjs/index.js.map +1 -0
  15. package/lib/module/NativePowerSyncOpSqlite.js +5 -0
  16. package/lib/module/NativePowerSyncOpSqlite.js.map +1 -0
  17. package/lib/module/db/OPSQLiteConnection.js +72 -0
  18. package/lib/module/db/OPSQLiteConnection.js.map +1 -0
  19. package/lib/module/db/OPSqliteAdapter.js +209 -0
  20. package/lib/module/db/OPSqliteAdapter.js.map +1 -0
  21. package/lib/module/db/OPSqliteDBOpenFactory.js +21 -0
  22. package/lib/module/db/OPSqliteDBOpenFactory.js.map +1 -0
  23. package/lib/module/db/SqliteOptions.js +27 -0
  24. package/lib/module/db/SqliteOptions.js.map +1 -0
  25. package/lib/module/index.js +19 -0
  26. package/lib/module/index.js.map +1 -0
  27. package/lib/typescript/commonjs/package.json +1 -0
  28. package/lib/typescript/commonjs/src/NativePowerSyncOpSqlite.d.ts +7 -0
  29. package/lib/typescript/commonjs/src/NativePowerSyncOpSqlite.d.ts.map +1 -0
  30. package/lib/typescript/commonjs/src/db/OPSQLiteConnection.d.ts +17 -0
  31. package/lib/typescript/commonjs/src/db/OPSQLiteConnection.d.ts.map +1 -0
  32. package/lib/typescript/commonjs/src/db/OPSqliteAdapter.d.ts +37 -0
  33. package/lib/typescript/commonjs/src/db/OPSqliteAdapter.d.ts.map +1 -0
  34. package/lib/typescript/commonjs/src/db/OPSqliteDBOpenFactory.d.ts +12 -0
  35. package/lib/typescript/commonjs/src/db/OPSqliteDBOpenFactory.d.ts.map +1 -0
  36. package/lib/typescript/commonjs/src/db/SqliteOptions.d.ts +39 -0
  37. package/lib/typescript/commonjs/src/db/SqliteOptions.d.ts.map +1 -0
  38. package/lib/typescript/commonjs/src/index.d.ts +3 -0
  39. package/lib/typescript/commonjs/src/index.d.ts.map +1 -0
  40. package/lib/typescript/commonjs/tsconfig.build.tsbuildinfo +1 -0
  41. package/lib/typescript/module/package.json +1 -0
  42. package/lib/typescript/module/src/NativePowerSyncOpSqlite.d.ts +7 -0
  43. package/lib/typescript/module/src/NativePowerSyncOpSqlite.d.ts.map +1 -0
  44. package/lib/typescript/module/src/db/OPSQLiteConnection.d.ts +17 -0
  45. package/lib/typescript/module/src/db/OPSQLiteConnection.d.ts.map +1 -0
  46. package/lib/typescript/module/src/db/OPSqliteAdapter.d.ts +37 -0
  47. package/lib/typescript/module/src/db/OPSqliteAdapter.d.ts.map +1 -0
  48. package/lib/typescript/module/src/db/OPSqliteDBOpenFactory.d.ts +12 -0
  49. package/lib/typescript/module/src/db/OPSqliteDBOpenFactory.d.ts.map +1 -0
  50. package/lib/typescript/module/src/db/SqliteOptions.d.ts +39 -0
  51. package/lib/typescript/module/src/db/SqliteOptions.d.ts.map +1 -0
  52. package/lib/typescript/module/src/index.d.ts +3 -0
  53. package/lib/typescript/module/src/index.d.ts.map +1 -0
  54. package/lib/typescript/module/tsconfig.build.tsbuildinfo +1 -0
  55. package/package.json +13 -10
  56. package/powersync-op-sqlite.podspec +2 -2
@@ -0,0 +1 @@
1
+ {"program":{"fileNames":["../../../../../node_modules/typescript/lib/lib.es5.d.ts","../../../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../../../node_modules/typescript/lib/lib.es2023.d.ts","../../../../../node_modules/typescript/lib/lib.esnext.d.ts","../../../../../node_modules/typescript/lib/lib.dom.d.ts","../../../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../../../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../../../../node_modules/typescript/lib/lib.esnext.array.d.ts","../../../../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../../../node_modules/typescript/lib/lib.esnext.string.d.ts","../../../../../node_modules/typescript/lib/lib.esnext.promise.d.ts","../../../../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../../../../node_modules/typescript/lib/lib.esnext.object.d.ts","../../../../../node_modules/typescript/lib/lib.esnext.regexp.d.ts","../../../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/react-native/types/modules/BatchedBridge.d.ts","../../../node_modules/react-native/types/modules/Codegen.d.ts","../../../node_modules/react-native/types/modules/Devtools.d.ts","../../../node_modules/react-native/types/modules/globals.d.ts","../../../node_modules/react-native/types/modules/LaunchScreen.d.ts","../../../../../node_modules/@types/react/global.d.ts","../../../../../node_modules/csstype/index.d.ts","../../../../../node_modules/@types/prop-types/index.d.ts","../../../../../node_modules/@types/react/index.d.ts","../../../node_modules/react-native/types/private/Utilities.d.ts","../../../node_modules/react-native/types/public/Insets.d.ts","../../../node_modules/react-native/types/public/ReactNativeTypes.d.ts","../../../node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts","../../../node_modules/react-native/types/public/ReactNativeRenderer.d.ts","../../../node_modules/react-native/Libraries/Components/Touchable/Touchable.d.ts","../../../node_modules/react-native/Libraries/Components/View/ViewAccessibility.d.ts","../../../node_modules/react-native/Libraries/Components/View/ViewPropTypes.d.ts","../../../node_modules/react-native/Libraries/Components/RefreshControl/RefreshControl.d.ts","../../../node_modules/react-native/Libraries/Components/ScrollView/ScrollView.d.ts","../../../node_modules/react-native/Libraries/Components/View/View.d.ts","../../../node_modules/react-native/Libraries/Image/ImageResizeMode.d.ts","../../../node_modules/react-native/Libraries/Image/ImageSource.d.ts","../../../node_modules/react-native/Libraries/Image/Image.d.ts","../../../node_modules/@react-native/virtualized-lists/Lists/VirtualizedList.d.ts","../../../node_modules/@react-native/virtualized-lists/index.d.ts","../../../node_modules/react-native/Libraries/Lists/FlatList.d.ts","../../../node_modules/react-native/Libraries/ReactNative/RendererProxy.d.ts","../../../node_modules/react-native/Libraries/Lists/SectionList.d.ts","../../../node_modules/react-native/Libraries/Text/Text.d.ts","../../../node_modules/react-native/Libraries/Animated/Animated.d.ts","../../../node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes.d.ts","../../../node_modules/react-native/Libraries/StyleSheet/StyleSheet.d.ts","../../../node_modules/react-native/Libraries/StyleSheet/processColor.d.ts","../../../node_modules/react-native/Libraries/ActionSheetIOS/ActionSheetIOS.d.ts","../../../node_modules/react-native/Libraries/Alert/Alert.d.ts","../../../node_modules/react-native/Libraries/Animated/Easing.d.ts","../../../node_modules/react-native/Libraries/Animated/useAnimatedValue.d.ts","../../../node_modules/react-native/Libraries/vendor/emitter/EventEmitter.d.ts","../../../node_modules/react-native/Libraries/EventEmitter/RCTDeviceEventEmitter.d.ts","../../../node_modules/react-native/Libraries/EventEmitter/RCTNativeAppEventEmitter.d.ts","../../../node_modules/react-native/Libraries/AppState/AppState.d.ts","../../../node_modules/react-native/Libraries/BatchedBridge/NativeModules.d.ts","../../../node_modules/react-native/Libraries/Components/AccessibilityInfo/AccessibilityInfo.d.ts","../../../node_modules/react-native/Libraries/Components/ActivityIndicator/ActivityIndicator.d.ts","../../../node_modules/react-native/Libraries/Components/Clipboard/Clipboard.d.ts","../../../node_modules/react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.d.ts","../../../node_modules/react-native/Libraries/EventEmitter/NativeEventEmitter.d.ts","../../../node_modules/react-native/Libraries/Components/Keyboard/Keyboard.d.ts","../../../node_modules/react-native/types/private/TimerMixin.d.ts","../../../node_modules/react-native/Libraries/Components/Keyboard/KeyboardAvoidingView.d.ts","../../../node_modules/react-native/Libraries/Components/Pressable/Pressable.d.ts","../../../node_modules/react-native/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.d.ts","../../../node_modules/react-native/Libraries/Components/SafeAreaView/SafeAreaView.d.ts","../../../node_modules/react-native/Libraries/Components/StatusBar/StatusBar.d.ts","../../../node_modules/react-native/Libraries/Components/Switch/Switch.d.ts","../../../node_modules/react-native/Libraries/Components/TextInput/InputAccessoryView.d.ts","../../../node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts","../../../node_modules/react-native/Libraries/Components/ToastAndroid/ToastAndroid.d.ts","../../../node_modules/react-native/Libraries/Components/Touchable/TouchableWithoutFeedback.d.ts","../../../node_modules/react-native/Libraries/Components/Touchable/TouchableHighlight.d.ts","../../../node_modules/react-native/Libraries/Components/Touchable/TouchableOpacity.d.ts","../../../node_modules/react-native/Libraries/Components/Touchable/TouchableNativeFeedback.d.ts","../../../node_modules/react-native/Libraries/Components/Button.d.ts","../../../node_modules/react-native/Libraries/Core/registerCallableModule.d.ts","../../../node_modules/react-native/Libraries/DevToolsSettings/DevToolsSettingsManager.d.ts","../../../node_modules/react-native/Libraries/Interaction/InteractionManager.d.ts","../../../node_modules/react-native/Libraries/Interaction/PanResponder.d.ts","../../../node_modules/react-native/Libraries/LayoutAnimation/LayoutAnimation.d.ts","../../../node_modules/react-native/Libraries/Linking/Linking.d.ts","../../../node_modules/react-native/Libraries/LogBox/LogBox.d.ts","../../../node_modules/react-native/Libraries/Modal/Modal.d.ts","../../../node_modules/react-native/Libraries/Performance/Systrace.d.ts","../../../node_modules/react-native/Libraries/PermissionsAndroid/PermissionsAndroid.d.ts","../../../node_modules/react-native/Libraries/PushNotificationIOS/PushNotificationIOS.d.ts","../../../node_modules/react-native/Libraries/Utilities/IPerformanceLogger.d.ts","../../../node_modules/react-native/Libraries/ReactNative/AppRegistry.d.ts","../../../node_modules/react-native/Libraries/ReactNative/I18nManager.d.ts","../../../node_modules/react-native/Libraries/ReactNative/RootTag.d.ts","../../../node_modules/react-native/Libraries/ReactNative/UIManager.d.ts","../../../node_modules/react-native/Libraries/ReactNative/requireNativeComponent.d.ts","../../../node_modules/react-native/Libraries/Settings/Settings.d.ts","../../../node_modules/react-native/Libraries/Share/Share.d.ts","../../../node_modules/react-native/Libraries/StyleSheet/PlatformColorValueTypesIOS.d.ts","../../../node_modules/react-native/Libraries/StyleSheet/PlatformColorValueTypes.d.ts","../../../node_modules/react-native/Libraries/TurboModule/RCTExport.d.ts","../../../node_modules/react-native/Libraries/TurboModule/TurboModuleRegistry.d.ts","../../../node_modules/react-native/Libraries/Utilities/Appearance.d.ts","../../../node_modules/react-native/Libraries/Utilities/BackHandler.d.ts","../../../node_modules/react-native/Libraries/Utilities/DevSettings.d.ts","../../../node_modules/react-native/Libraries/Utilities/Dimensions.d.ts","../../../node_modules/react-native/Libraries/Utilities/PixelRatio.d.ts","../../../node_modules/react-native/Libraries/Utilities/Platform.d.ts","../../../node_modules/react-native/Libraries/Vibration/Vibration.d.ts","../../../node_modules/react-native/Libraries/YellowBox/YellowBoxDeprecated.d.ts","../../../node_modules/react-native/Libraries/vendor/core/ErrorUtils.d.ts","../../../node_modules/react-native/types/public/DeprecatedPropertiesAlias.d.ts","../../../node_modules/react-native/types/index.d.ts","../../../src/NativePowerSyncOpSqlite.ts","../../../../../node_modules/async-mutex/lib/MutexInterface.d.ts","../../../../../node_modules/async-mutex/lib/Mutex.d.ts","../../../../../node_modules/async-mutex/lib/SemaphoreInterface.d.ts","../../../../../node_modules/async-mutex/lib/Semaphore.d.ts","../../../../../node_modules/async-mutex/lib/withTimeout.d.ts","../../../../../node_modules/async-mutex/lib/tryAcquire.d.ts","../../../../../node_modules/async-mutex/lib/errors.d.ts","../../../../../node_modules/async-mutex/lib/index.d.ts","../../../../../node_modules/js-logger/src/logger.d.ts","../../../../common/lib/utils/BaseObserver.d.ts","../../../../common/lib/db/DBAdapter.d.ts","../../../../common/lib/db/crud/SyncStatus.d.ts","../../../../common/lib/db/crud/UploadQueueStatus.d.ts","../../../../common/lib/db/schema/Column.d.ts","../../../../common/lib/db/schema/IndexedColumn.d.ts","../../../../common/lib/db/schema/Index.d.ts","../../../../common/lib/db/schema/TableV2.d.ts","../../../../common/lib/db/schema/Table.d.ts","../../../../common/lib/db/schema/Schema.d.ts","../../../../common/lib/client/SQLOpenFactory.d.ts","../../../../common/lib/client/connection/PowerSyncCredentials.d.ts","../../../../common/lib/client/connection/PowerSyncBackendConnector.d.ts","../../../../common/lib/client/sync/bucket/CrudEntry.d.ts","../../../../common/lib/client/sync/bucket/CrudBatch.d.ts","../../../../common/lib/client/sync/bucket/OpType.d.ts","../../../../common/lib/client/sync/bucket/OplogEntry.d.ts","../../../../common/lib/client/sync/bucket/SyncDataBucket.d.ts","../../../../common/lib/client/sync/bucket/SyncDataBatch.d.ts","../../../../common/lib/client/sync/bucket/BucketStorageAdapter.d.ts","../../../../common/lib/client/sync/bucket/CrudTransaction.d.ts","../../../../../node_modules/bson/bson.d.ts","../../../../../node_modules/cross-fetch/index.d.ts","../../../../common/lib/utils/DataStream.d.ts","../../../../common/lib/client/sync/stream/streaming-sync-types.d.ts","../../../../common/lib/client/sync/stream/AbstractRemote.d.ts","../../../../common/lib/client/sync/stream/AbstractStreamingSyncImplementation.d.ts","../../../../common/lib/client/AbstractPowerSyncDatabase.d.ts","../../../../common/lib/client/AbstractPowerSyncOpenFactory.d.ts","../../../../common/lib/client/sync/bucket/SqliteBucketStorage.d.ts","../../../../common/lib/client/constants.d.ts","../../../../common/lib/utils/AbortOperation.d.ts","../../../../common/lib/types/types.d.ts","../../../../common/lib/utils/parseQuery.d.ts","../../../../common/lib/index.d.ts","../../../../../node_modules/@op-engineering/op-sqlite/lib/typescript/src/index.d.ts","../../../../../node_modules/@types/async-lock/index.d.ts","../../../src/db/OPSQLiteConnection.ts","../../../src/db/SqliteOptions.ts","../../../src/db/OPSqliteAdapter.ts","../../../src/db/OPSqliteDBOpenFactory.ts","../../../src/index.ts","../../../../../node_modules/@types/estree/index.d.ts","../../../../../node_modules/@types/acorn/index.d.ts","../../../../../node_modules/@types/aria-query/index.d.ts","../../../../../node_modules/@babel/types/lib/index.d.ts","../../../../../node_modules/@types/babel__generator/index.d.ts","../../../../../node_modules/@babel/parser/typings/babel-parser.d.ts","../../../../../node_modules/@types/babel__template/index.d.ts","../../../../../node_modules/@types/babel__traverse/index.d.ts","../../../../../node_modules/@types/babel__core/index.d.ts","../../../../../node_modules/@types/node/assert.d.ts","../../../../../node_modules/@types/node/assert/strict.d.ts","../../../../../node_modules/buffer/index.d.ts","../../../../../node_modules/undici-types/header.d.ts","../../../../../node_modules/undici-types/readable.d.ts","../../../../../node_modules/undici-types/file.d.ts","../../../../../node_modules/undici-types/fetch.d.ts","../../../../../node_modules/undici-types/formdata.d.ts","../../../../../node_modules/undici-types/connector.d.ts","../../../../../node_modules/undici-types/client.d.ts","../../../../../node_modules/undici-types/errors.d.ts","../../../../../node_modules/undici-types/dispatcher.d.ts","../../../../../node_modules/undici-types/global-dispatcher.d.ts","../../../../../node_modules/undici-types/global-origin.d.ts","../../../../../node_modules/undici-types/pool-stats.d.ts","../../../../../node_modules/undici-types/pool.d.ts","../../../../../node_modules/undici-types/handlers.d.ts","../../../../../node_modules/undici-types/balanced-pool.d.ts","../../../../../node_modules/undici-types/agent.d.ts","../../../../../node_modules/undici-types/mock-interceptor.d.ts","../../../../../node_modules/undici-types/mock-agent.d.ts","../../../../../node_modules/undici-types/mock-client.d.ts","../../../../../node_modules/undici-types/mock-pool.d.ts","../../../../../node_modules/undici-types/mock-errors.d.ts","../../../../../node_modules/undici-types/proxy-agent.d.ts","../../../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../../../node_modules/undici-types/retry-handler.d.ts","../../../../../node_modules/undici-types/retry-agent.d.ts","../../../../../node_modules/undici-types/api.d.ts","../../../../../node_modules/undici-types/interceptors.d.ts","../../../../../node_modules/undici-types/util.d.ts","../../../../../node_modules/undici-types/cookies.d.ts","../../../../../node_modules/undici-types/patch.d.ts","../../../../../node_modules/undici-types/websocket.d.ts","../../../../../node_modules/undici-types/eventsource.d.ts","../../../../../node_modules/undici-types/filereader.d.ts","../../../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../../../node_modules/undici-types/content-type.d.ts","../../../../../node_modules/undici-types/cache.d.ts","../../../../../node_modules/undici-types/index.d.ts","../../../../../node_modules/@types/node/globals.d.ts","../../../../../node_modules/@types/node/async_hooks.d.ts","../../../../../node_modules/@types/node/buffer.d.ts","../../../../../node_modules/@types/node/child_process.d.ts","../../../../../node_modules/@types/node/cluster.d.ts","../../../../../node_modules/@types/node/console.d.ts","../../../../../node_modules/@types/node/constants.d.ts","../../../../../node_modules/@types/node/crypto.d.ts","../../../../../node_modules/@types/node/dgram.d.ts","../../../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../../../node_modules/@types/node/dns.d.ts","../../../../../node_modules/@types/node/dns/promises.d.ts","../../../../../node_modules/@types/node/domain.d.ts","../../../../../node_modules/@types/node/dom-events.d.ts","../../../../../node_modules/@types/node/events.d.ts","../../../../../node_modules/@types/node/fs.d.ts","../../../../../node_modules/@types/node/fs/promises.d.ts","../../../../../node_modules/@types/node/http.d.ts","../../../../../node_modules/@types/node/http2.d.ts","../../../../../node_modules/@types/node/https.d.ts","../../../../../node_modules/@types/node/inspector.d.ts","../../../../../node_modules/@types/node/module.d.ts","../../../../../node_modules/@types/node/net.d.ts","../../../../../node_modules/@types/node/os.d.ts","../../../../../node_modules/@types/node/path.d.ts","../../../../../node_modules/@types/node/perf_hooks.d.ts","../../../../../node_modules/querystring/decode.d.ts","../../../../../node_modules/querystring/encode.d.ts","../../../../../node_modules/querystring/index.d.ts","../../../../../node_modules/@types/node/process.d.ts","../../../../../node_modules/@types/node/punycode.d.ts","../../../../../node_modules/@types/node/querystring.d.ts","../../../../../node_modules/@types/node/readline.d.ts","../../../../../node_modules/@types/node/readline/promises.d.ts","../../../../../node_modules/@types/node/repl.d.ts","../../../../../node_modules/@types/node/sea.d.ts","../../../../../node_modules/@types/node/stream.d.ts","../../../../../node_modules/@types/node/stream/promises.d.ts","../../../../../node_modules/@types/node/stream/consumers.d.ts","../../../../../node_modules/@types/node/stream/web.d.ts","../../../../../node_modules/@types/node/string_decoder.d.ts","../../../../../node_modules/@types/node/test.d.ts","../../../../../node_modules/@types/node/timers.d.ts","../../../../../node_modules/@types/node/timers/promises.d.ts","../../../../../node_modules/@types/node/tls.d.ts","../../../../../node_modules/@types/node/trace_events.d.ts","../../../../../node_modules/@types/node/tty.d.ts","../../../../../node_modules/@types/node/url.d.ts","../../../../../node_modules/@types/node/util.d.ts","../../../../../node_modules/@types/node/v8.d.ts","../../../../../node_modules/@types/node/vm.d.ts","../../../../../node_modules/@types/node/wasi.d.ts","../../../../../node_modules/@types/node/worker_threads.d.ts","../../../../../node_modules/@types/node/zlib.d.ts","../../../../../node_modules/@types/node/globals.global.d.ts","../../../../../node_modules/@types/node/index.d.ts","../../../../../node_modules/@types/connect/index.d.ts","../../../../../node_modules/@types/body-parser/index.d.ts","../../../../../node_modules/@types/bonjour/index.d.ts","../../../../../node_modules/@types/bunyan/index.d.ts","../../../../../node_modules/keyv/src/index.d.ts","../../../../../node_modules/@types/http-cache-semantics/index.d.ts","../../../../../node_modules/@types/responselike/index.d.ts","../../../../../node_modules/@types/cacheable-request/index.d.ts","../../../../../node_modules/@types/cli-progress/index.d.ts","../../../../../node_modules/@types/mime/index.d.ts","../../../../../node_modules/@types/send/index.d.ts","../../../../../node_modules/@types/qs/index.d.ts","../../../../../node_modules/@types/range-parser/index.d.ts","../../../../../node_modules/@types/express-serve-static-core/index.d.ts","../../../../../node_modules/@types/connect-history-api-fallback/index.d.ts","../../../../../node_modules/@types/cookie/index.d.ts","../../../../../node_modules/@types/cors/index.d.ts","../../../../../node_modules/@types/ms/index.d.ts","../../../../../node_modules/@types/debug/index.d.ts","../../../../../node_modules/@types/estree-jsx/index.d.ts","../../../../../node_modules/@types/http-errors/index.d.ts","../../../../../node_modules/@types/serve-static/index.d.ts","../../../../../node_modules/@types/express/index.d.ts","../../../../../node_modules/@types/fs-extra/index.d.ts","../../../../../node_modules/@types/minimatch/index.d.ts","../../../../../node_modules/@types/glob/index.d.ts","../../../../../node_modules/@types/gtag.js/index.d.ts","../../../../../node_modules/@types/hammerjs/index.d.ts","../../../../../node_modules/@types/unist/index.d.ts","../../../../../node_modules/@types/hast/index.d.ts","../../../../../node_modules/@types/history/DOMUtils.d.ts","../../../../../node_modules/@types/history/createBrowserHistory.d.ts","../../../../../node_modules/@types/history/createHashHistory.d.ts","../../../../../node_modules/@types/history/createMemoryHistory.d.ts","../../../../../node_modules/@types/history/LocationUtils.d.ts","../../../../../node_modules/@types/history/PathUtils.d.ts","../../../../../node_modules/@types/history/index.d.ts","../../../../../node_modules/@types/hoist-non-react-statics/node_modules/@types/react/global.d.ts","../../../../../node_modules/@types/hoist-non-react-statics/node_modules/@types/react/index.d.ts","../../../../../node_modules/@types/hoist-non-react-statics/index.d.ts","../../../../../node_modules/@types/html-minifier-terser/index.d.ts","../../../../../node_modules/@types/http-proxy/index.d.ts","../../../../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../../../../node_modules/@types/istanbul-lib-report/index.d.ts","../../../../../node_modules/@types/istanbul-reports/index.d.ts","../../../../../node_modules/@types/json-schema/index.d.ts","../../../../../node_modules/@types/json5/index.d.ts","../../../../../node_modules/@types/keyv/index.d.ts","../../../../../node_modules/@types/lodash/common/common.d.ts","../../../../../node_modules/@types/lodash/common/array.d.ts","../../../../../node_modules/@types/lodash/common/collection.d.ts","../../../../../node_modules/@types/lodash/common/date.d.ts","../../../../../node_modules/@types/lodash/common/function.d.ts","../../../../../node_modules/@types/lodash/common/lang.d.ts","../../../../../node_modules/@types/lodash/common/math.d.ts","../../../../../node_modules/@types/lodash/common/number.d.ts","../../../../../node_modules/@types/lodash/common/object.d.ts","../../../../../node_modules/@types/lodash/common/seq.d.ts","../../../../../node_modules/@types/lodash/common/string.d.ts","../../../../../node_modules/@types/lodash/common/util.d.ts","../../../../../node_modules/@types/lodash/index.d.ts","../../../../../node_modules/@types/mdast/index.d.ts","../../../../../node_modules/@types/mdx/types.d.ts","../../../../../node_modules/@types/mdx/index.d.ts","../../../../../node_modules/@types/minimist/index.d.ts","../../../../../node_modules/@types/mute-stream/index.d.ts","../../../../../node_modules/@types/node-forge/index.d.ts","../../../../../node_modules/@types/normalize-package-data/index.d.ts","../../../../../node_modules/@types/parse-json/index.d.ts","../../../../../node_modules/@types/phoenix/index.d.ts","../../../../../node_modules/@types/prismjs/index.d.ts","../../../../../node_modules/@types/react-dom/node_modules/@types/react/index.d.ts","../../../../../node_modules/@types/react-dom/index.d.ts","../../../../../node_modules/@types/react-native/globals.d.ts","../../../../../node_modules/react-native/types/modules/BatchedBridge.d.ts","../../../../../node_modules/react-native/types/modules/Codegen.d.ts","../../../../../node_modules/react-native/types/modules/Devtools.d.ts","../../../../../node_modules/react-native/types/modules/globals.d.ts","../../../../../node_modules/react-native/types/modules/LaunchScreen.d.ts","../../../../../node_modules/react-native/types/private/Utilities.d.ts","../../../../../node_modules/react-native/types/public/Insets.d.ts","../../../../../node_modules/react-native/types/public/ReactNativeTypes.d.ts","../../../../../node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts","../../../../../node_modules/react-native/types/public/ReactNativeRenderer.d.ts","../../../../../node_modules/react-native/Libraries/Components/Touchable/Touchable.d.ts","../../../../../node_modules/react-native/Libraries/Components/View/ViewAccessibility.d.ts","../../../../../node_modules/react-native/Libraries/Components/View/ViewPropTypes.d.ts","../../../../../node_modules/react-native/Libraries/Components/RefreshControl/RefreshControl.d.ts","../../../../../node_modules/react-native/Libraries/Components/ScrollView/ScrollView.d.ts","../../../../../node_modules/react-native/Libraries/Components/View/View.d.ts","../../../../../node_modules/react-native/Libraries/Image/ImageResizeMode.d.ts","../../../../../node_modules/react-native/Libraries/Image/ImageSource.d.ts","../../../../../node_modules/react-native/Libraries/Image/Image.d.ts","../../../../../node_modules/react-native/node_modules/@react-native/virtualized-lists/Lists/VirtualizedList.d.ts","../../../../../node_modules/react-native/node_modules/@react-native/virtualized-lists/index.d.ts","../../../../../node_modules/react-native/Libraries/Lists/FlatList.d.ts","../../../../../node_modules/react-native/Libraries/ReactNative/RendererProxy.d.ts","../../../../../node_modules/react-native/Libraries/Lists/SectionList.d.ts","../../../../../node_modules/react-native/Libraries/Text/Text.d.ts","../../../../../node_modules/react-native/Libraries/Animated/Animated.d.ts","../../../../../node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes.d.ts","../../../../../node_modules/react-native/Libraries/StyleSheet/StyleSheet.d.ts","../../../../../node_modules/react-native/Libraries/StyleSheet/processColor.d.ts","../../../../../node_modules/react-native/Libraries/ActionSheetIOS/ActionSheetIOS.d.ts","../../../../../node_modules/react-native/Libraries/Alert/Alert.d.ts","../../../../../node_modules/react-native/Libraries/Animated/Easing.d.ts","../../../../../node_modules/react-native/Libraries/Animated/useAnimatedValue.d.ts","../../../../../node_modules/react-native/Libraries/vendor/emitter/EventEmitter.d.ts","../../../../../node_modules/react-native/Libraries/EventEmitter/RCTDeviceEventEmitter.d.ts","../../../../../node_modules/react-native/Libraries/EventEmitter/RCTNativeAppEventEmitter.d.ts","../../../../../node_modules/react-native/Libraries/AppState/AppState.d.ts","../../../../../node_modules/react-native/Libraries/BatchedBridge/NativeModules.d.ts","../../../../../node_modules/react-native/Libraries/Components/AccessibilityInfo/AccessibilityInfo.d.ts","../../../../../node_modules/react-native/Libraries/Components/ActivityIndicator/ActivityIndicator.d.ts","../../../../../node_modules/react-native/Libraries/Components/Clipboard/Clipboard.d.ts","../../../../../node_modules/react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.d.ts","../../../../../node_modules/react-native/Libraries/EventEmitter/NativeEventEmitter.d.ts","../../../../../node_modules/react-native/Libraries/Components/Keyboard/Keyboard.d.ts","../../../../../node_modules/react-native/types/private/TimerMixin.d.ts","../../../../../node_modules/react-native/Libraries/Components/Keyboard/KeyboardAvoidingView.d.ts","../../../../../node_modules/react-native/Libraries/Components/Pressable/Pressable.d.ts","../../../../../node_modules/react-native/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.d.ts","../../../../../node_modules/react-native/Libraries/Components/SafeAreaView/SafeAreaView.d.ts","../../../../../node_modules/react-native/Libraries/Components/StatusBar/StatusBar.d.ts","../../../../../node_modules/react-native/Libraries/Components/Switch/Switch.d.ts","../../../../../node_modules/react-native/Libraries/Components/TextInput/InputAccessoryView.d.ts","../../../../../node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts","../../../../../node_modules/react-native/Libraries/Components/ToastAndroid/ToastAndroid.d.ts","../../../../../node_modules/react-native/Libraries/Components/Touchable/TouchableWithoutFeedback.d.ts","../../../../../node_modules/react-native/Libraries/Components/Touchable/TouchableHighlight.d.ts","../../../../../node_modules/react-native/Libraries/Components/Touchable/TouchableOpacity.d.ts","../../../../../node_modules/react-native/Libraries/Components/Touchable/TouchableNativeFeedback.d.ts","../../../../../node_modules/react-native/Libraries/Components/Button.d.ts","../../../../../node_modules/react-native/Libraries/Core/registerCallableModule.d.ts","../../../../../node_modules/react-native/Libraries/DevToolsSettings/DevToolsSettingsManager.d.ts","../../../../../node_modules/react-native/Libraries/Interaction/InteractionManager.d.ts","../../../../../node_modules/react-native/Libraries/Interaction/PanResponder.d.ts","../../../../../node_modules/react-native/Libraries/LayoutAnimation/LayoutAnimation.d.ts","../../../../../node_modules/react-native/Libraries/Linking/Linking.d.ts","../../../../../node_modules/react-native/Libraries/LogBox/LogBox.d.ts","../../../../../node_modules/react-native/Libraries/Modal/Modal.d.ts","../../../../../node_modules/react-native/Libraries/Performance/Systrace.d.ts","../../../../../node_modules/react-native/Libraries/PermissionsAndroid/PermissionsAndroid.d.ts","../../../../../node_modules/react-native/Libraries/PushNotificationIOS/PushNotificationIOS.d.ts","../../../../../node_modules/react-native/Libraries/Utilities/IPerformanceLogger.d.ts","../../../../../node_modules/react-native/Libraries/ReactNative/AppRegistry.d.ts","../../../../../node_modules/react-native/Libraries/ReactNative/I18nManager.d.ts","../../../../../node_modules/react-native/Libraries/ReactNative/RootTag.d.ts","../../../../../node_modules/react-native/Libraries/ReactNative/UIManager.d.ts","../../../../../node_modules/react-native/Libraries/ReactNative/requireNativeComponent.d.ts","../../../../../node_modules/react-native/Libraries/Settings/Settings.d.ts","../../../../../node_modules/react-native/Libraries/Share/Share.d.ts","../../../../../node_modules/react-native/Libraries/StyleSheet/PlatformColorValueTypesIOS.d.ts","../../../../../node_modules/react-native/Libraries/StyleSheet/PlatformColorValueTypes.d.ts","../../../../../node_modules/react-native/Libraries/TurboModule/RCTExport.d.ts","../../../../../node_modules/react-native/Libraries/TurboModule/TurboModuleRegistry.d.ts","../../../../../node_modules/react-native/Libraries/Utilities/Appearance.d.ts","../../../../../node_modules/react-native/Libraries/Utilities/BackHandler.d.ts","../../../../../node_modules/react-native/Libraries/Utilities/DevSettings.d.ts","../../../../../node_modules/react-native/Libraries/Utilities/Dimensions.d.ts","../../../../../node_modules/react-native/Libraries/Utilities/PixelRatio.d.ts","../../../../../node_modules/react-native/Libraries/Utilities/Platform.d.ts","../../../../../node_modules/react-native/Libraries/Vibration/Vibration.d.ts","../../../../../node_modules/react-native/Libraries/YellowBox/YellowBoxDeprecated.d.ts","../../../../../node_modules/react-native/Libraries/vendor/core/ErrorUtils.d.ts","../../../../../node_modules/react-native/types/public/DeprecatedPropertiesAlias.d.ts","../../../../../node_modules/react-native/types/index.d.ts","../../../../../node_modules/@types/react-native/legacy-properties.d.ts","../../../../../node_modules/@types/react-native/BatchedBridge.d.ts","../../../../../node_modules/@types/react-native/Codegen.d.ts","../../../../../node_modules/@types/react-native/Devtools.d.ts","../../../../../node_modules/@types/react-native/LaunchScreen.d.ts","../../../../../node_modules/@types/react-native/node_modules/@types/react/index.d.ts","../../../../../node_modules/@types/react-native/index.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/@types/react/index.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/types/modules/BatchedBridge.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/types/modules/Codegen.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/types/modules/Devtools.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/types/modules/globals.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/types/modules/LaunchScreen.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/types/private/Utilities.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/types/public/Insets.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/types/public/ReactNativeTypes.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/types/public/ReactNativeRenderer.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/Touchable/Touchable.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/View/ViewAccessibility.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/View/ViewPropTypes.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/RefreshControl/RefreshControl.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/ScrollView/ScrollView.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/View/View.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Image/ImageResizeMode.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Image/ImageSource.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Image/Image.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/@react-native/virtualized-lists/Lists/VirtualizedList.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/@react-native/virtualized-lists/index.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Lists/FlatList.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/ReactNative/RendererProxy.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Lists/SectionList.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Text/Text.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Animated/Animated.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/StyleSheet/StyleSheet.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/StyleSheet/processColor.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/ActionSheetIOS/ActionSheetIOS.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Alert/Alert.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Animated/Easing.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Animated/useAnimatedValue.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/vendor/emitter/EventEmitter.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/EventEmitter/RCTDeviceEventEmitter.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/EventEmitter/RCTNativeAppEventEmitter.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/AppState/AppState.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/BatchedBridge/NativeModules.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/AccessibilityInfo/AccessibilityInfo.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/ActivityIndicator/ActivityIndicator.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/Clipboard/Clipboard.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/EventEmitter/NativeEventEmitter.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/Keyboard/Keyboard.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/types/private/TimerMixin.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/Keyboard/KeyboardAvoidingView.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/Pressable/Pressable.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/SafeAreaView/SafeAreaView.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/StatusBar/StatusBar.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/Switch/Switch.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/TextInput/InputAccessoryView.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/ToastAndroid/ToastAndroid.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/Touchable/TouchableWithoutFeedback.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/Touchable/TouchableHighlight.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/Touchable/TouchableOpacity.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/Touchable/TouchableNativeFeedback.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Components/Button.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Core/registerCallableModule.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/DevToolsSettings/DevToolsSettingsManager.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Interaction/InteractionManager.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Interaction/PanResponder.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/LayoutAnimation/LayoutAnimation.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Linking/Linking.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/LogBox/LogBox.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Modal/Modal.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Performance/Systrace.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/PermissionsAndroid/PermissionsAndroid.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/PushNotificationIOS/PushNotificationIOS.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Utilities/IPerformanceLogger.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/ReactNative/AppRegistry.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/ReactNative/I18nManager.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/ReactNative/RootTag.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/ReactNative/UIManager.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/ReactNative/requireNativeComponent.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Settings/Settings.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Share/Share.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/StyleSheet/PlatformColorValueTypesIOS.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/StyleSheet/PlatformColorValueTypes.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/TurboModule/RCTExport.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/TurboModule/TurboModuleRegistry.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Utilities/Appearance.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Utilities/BackHandler.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Utilities/DevSettings.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Utilities/Dimensions.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Utilities/PixelRatio.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Utilities/Platform.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/Vibration/Vibration.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/YellowBox/YellowBoxDeprecated.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/Libraries/vendor/core/ErrorUtils.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/types/public/DeprecatedPropertiesAlias.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/react-native/types/index.d.ts","../../../../../node_modules/@types/react-native-table-component/index.d.ts","../../../../../node_modules/@types/react-native-vector-icons/node_modules/@types/react/index.d.ts","../../../../../node_modules/@types/react-native-vector-icons/Icon.d.ts","../../../../../node_modules/@types/react-native-vector-icons/index.d.ts","../../../../../node_modules/@types/react-router/node_modules/@types/react/index.d.ts","../../../../../node_modules/@types/react-router/index.d.ts","../../../../../node_modules/@types/react-router-config/node_modules/@types/react/index.d.ts","../../../../../node_modules/@types/react-router-config/index.d.ts","../../../../../node_modules/@types/react-router-dom/node_modules/@types/react/index.d.ts","../../../../../node_modules/@types/react-router-dom/index.d.ts","../../../../../node_modules/@types/react-transition-group/config.d.ts","../../../../../node_modules/@types/react-transition-group/node_modules/@types/react/index.d.ts","../../../../../node_modules/@types/react-transition-group/Transition.d.ts","../../../../../node_modules/@types/react-transition-group/CSSTransition.d.ts","../../../../../node_modules/@types/react-transition-group/SwitchTransition.d.ts","../../../../../node_modules/@types/react-transition-group/TransitionGroup.d.ts","../../../../../node_modules/@types/react-transition-group/index.d.ts","../../../../../node_modules/@types/resolve/index.d.ts","../../../../../node_modules/@types/retry/index.d.ts","../../../../../node_modules/@types/sax/index.d.ts","../../../../../node_modules/@types/semver/classes/semver.d.ts","../../../../../node_modules/@types/semver/functions/parse.d.ts","../../../../../node_modules/@types/semver/functions/valid.d.ts","../../../../../node_modules/@types/semver/functions/clean.d.ts","../../../../../node_modules/@types/semver/functions/inc.d.ts","../../../../../node_modules/@types/semver/functions/diff.d.ts","../../../../../node_modules/@types/semver/functions/major.d.ts","../../../../../node_modules/@types/semver/functions/minor.d.ts","../../../../../node_modules/@types/semver/functions/patch.d.ts","../../../../../node_modules/@types/semver/functions/prerelease.d.ts","../../../../../node_modules/@types/semver/functions/compare.d.ts","../../../../../node_modules/@types/semver/functions/rcompare.d.ts","../../../../../node_modules/@types/semver/functions/compare-loose.d.ts","../../../../../node_modules/@types/semver/functions/compare-build.d.ts","../../../../../node_modules/@types/semver/functions/sort.d.ts","../../../../../node_modules/@types/semver/functions/rsort.d.ts","../../../../../node_modules/@types/semver/functions/gt.d.ts","../../../../../node_modules/@types/semver/functions/lt.d.ts","../../../../../node_modules/@types/semver/functions/eq.d.ts","../../../../../node_modules/@types/semver/functions/neq.d.ts","../../../../../node_modules/@types/semver/functions/gte.d.ts","../../../../../node_modules/@types/semver/functions/lte.d.ts","../../../../../node_modules/@types/semver/functions/cmp.d.ts","../../../../../node_modules/@types/semver/functions/coerce.d.ts","../../../../../node_modules/@types/semver/classes/comparator.d.ts","../../../../../node_modules/@types/semver/classes/range.d.ts","../../../../../node_modules/@types/semver/functions/satisfies.d.ts","../../../../../node_modules/@types/semver/ranges/max-satisfying.d.ts","../../../../../node_modules/@types/semver/ranges/min-satisfying.d.ts","../../../../../node_modules/@types/semver/ranges/to-comparators.d.ts","../../../../../node_modules/@types/semver/ranges/min-version.d.ts","../../../../../node_modules/@types/semver/ranges/valid.d.ts","../../../../../node_modules/@types/semver/ranges/outside.d.ts","../../../../../node_modules/@types/semver/ranges/gtr.d.ts","../../../../../node_modules/@types/semver/ranges/ltr.d.ts","../../../../../node_modules/@types/semver/ranges/intersects.d.ts","../../../../../node_modules/@types/semver/ranges/simplify.d.ts","../../../../../node_modules/@types/semver/ranges/subset.d.ts","../../../../../node_modules/@types/semver/internals/identifiers.d.ts","../../../../../node_modules/@types/semver/index.d.ts","../../../../../node_modules/@types/serve-index/index.d.ts","../../../../../node_modules/@types/slice-ansi/index.d.ts","../../../../../node_modules/@types/sockjs/index.d.ts","../../../../../node_modules/@types/ssri/index.d.ts","../../../../../node_modules/@types/stack-utils/index.d.ts","../../../../../node_modules/@types/trusted-types/lib/index.d.ts","../../../../../node_modules/@types/trusted-types/index.d.ts","../../../../../node_modules/@types/uuid/index.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/jsx.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/v3-generated.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/common.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/v3-setup-context.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/v3-component-props.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/v3-component-options.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/v3-component-public-instance.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/vnode.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/umd.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/v3-define-component.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/v3-directive.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/options.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/plugin.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/vue.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/v3-manual-apis.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/v3-setup-helpers.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/v3-define-async-component.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/built-in-components.d.ts","../../../../../node_modules/@types/vuelidate/node_modules/vue/types/index.d.ts","../../../../../node_modules/@types/vuelidate/lib/validators.d.ts","../../../../../node_modules/@types/vuelidate/vuelidate.d.ts","../../../../../node_modules/@types/vuelidate/vue.d.ts","../../../../../node_modules/@types/vuelidate/index.d.ts","../../../../../node_modules/webpack/node_modules/schema-utils/declarations/ValidationError.d.ts","../../../../../node_modules/webpack/node_modules/ajv/lib/ajv.d.ts","../../../../../node_modules/webpack/node_modules/schema-utils/declarations/validate.d.ts","../../../../../node_modules/webpack/node_modules/schema-utils/declarations/index.d.ts","../../../../../node_modules/tapable/tapable.d.ts","../../../../../node_modules/webpack/types.d.ts","../../../../../node_modules/@types/webpack/index.d.ts","../../../../../node_modules/@types/which/index.d.ts","../../../../../node_modules/@types/wrap-ansi/index.d.ts","../../../../../node_modules/@types/ws/index.d.ts","../../../../../node_modules/@types/yargs-parser/index.d.ts","../../../../../node_modules/@types/yargs/index.d.ts","../../../../../node_modules/@types/yauzl/index.d.ts","../../../../../node_modules/@types/react-dom/node_modules/@types/react/global.d.ts","../../../../../node_modules/@types/react-native-table-component/node_modules/@types/react/global.d.ts","../../../../../node_modules/@types/react-native-vector-icons/node_modules/@types/react/global.d.ts","../../../../../node_modules/@types/react-native/node_modules/@types/react/global.d.ts","../../../../../node_modules/@types/react-router-config/node_modules/@types/react/global.d.ts","../../../../../node_modules/@types/react-router-dom/node_modules/@types/react/global.d.ts","../../../../../node_modules/@types/react-router/node_modules/@types/react/global.d.ts","../../../../../node_modules/@types/react-transition-group/node_modules/@types/react/global.d.ts"],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","17edc026abf73c5c2dd508652d63f68ec4efd9d4856e3469890d27598209feb5",{"version":"4af6b0c727b7a2896463d512fafd23634229adf69ac7c00e2ae15a09cb084fad","affectsGlobalScope":true},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true},{"version":"ae37d6ccd1560b0203ab88d46987393adaaa78c919e51acf32fb82c86502e98c","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"d3d7b04b45033f57351c8434f60b6be1ea71a2dfec2d0a0c3c83badbb0e3e693","affectsGlobalScope":true},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"d8670852241d4c6e03f2b89d67497a4bbefe29ecaa5a444e2c11a9b05e6fccc6","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true},{"version":"9d540251809289a05349b70ab5f4b7b99f922af66ab3c39ba56a475dcf95d5ff","affectsGlobalScope":true},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true},{"version":"0b11f3ca66aa33124202c80b70cd203219c3d4460cfc165e0707aa9ec710fc53","affectsGlobalScope":true},{"version":"6a3f5a0129cc80cf439ab71164334d649b47059a4f5afca90282362407d0c87f","affectsGlobalScope":true},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true},{"version":"15b98a533864d324e5f57cd3cfc0579b231df58c1c0f6063ea0fcb13c3c74ff9","affectsGlobalScope":true},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"3a909e8789a4f8b5377ef3fb8dc10d0c0a090c03f2e40aab599534727457475a","affectsGlobalScope":true},"2b47c8df863142d9383f948c987e1ebd25ade3867aeb4ae60e9d6009035dfe46","b8dd45aa6e099a5f564edcabfe8114096b096eb1ffaa343dd6f3fe73f1a6e85e",{"version":"38e8ac2d182bd3f85d28de9bdf1386c19a319f9c0280aa43960204c353b07878","affectsGlobalScope":true},"bc4db28f3510994e45bbabba1ee33e9a0d27dab33d4c8a5844cee8c85438a058",{"version":"36a2e4c9a67439aca5f91bb304611d5ae6e20d420503e96c230cf8fcdc948d94","affectsGlobalScope":true},"8a8eb4ebffd85e589a1cc7c178e291626c359543403d58c9cd22b81fab5b1fb9","ed6b820c54de95b2510bb673490d61c7f2187f532a339d8d04981645a918961f",{"version":"78e9a9dec8fcd712a2a775d8b67bf7d166c2fb06644bba3132f33dbef06db781","affectsGlobalScope":true},"232f660363b3b189f7be7822ed71e907195d1a85bc8d55d2b7ce3f09b2136938","e745388cfad9efb4e5a9a15a2c6b66d54094dd82f8d0c2551064e216f7b51526","53390c21d095fb54e6c0b8351cbf7f4008f096ade9717bc5ee75e340bc3dfa30","71493b2c538dffa1e3e968b55b70984b542cc6e488012850865f72768ff32630","8ebf448e9837fda1a368acbb575b0e28843d5b2a3fda04bce76248b64326ea49","91b9f6241fca7843985aa31157cfa08cc724c77d91145a4d834d27cdde099c05","1ded20b804e07204fc4c3b47b1ee67bcbbf483c2c1c537d3b06ea86ddf0ed5a6","a7266bcc42f8ec0f31f319c2dd8100411b4d7b8a534235cb00a719f1c8a2a42e","3dfa3a6f2a62259b56fa7bcebfbacf886848dfa037298be5bed07c7a0381ee4f","a1e3cda52746919d2a95784ce0b1b9ffa22052209aab5f54e079e7b920f5339e","1882680f8c88c5648d603408dd1943857ca831a815e33d3126be8368f7a69252","f387a979388291b2688ba0f604e3ae78874f5f777616b448d34109762a4f05a9","cae0fb826d8a88749189b8a924dfcb5d3ad629e3bc5ec934195fbd83fa48b068","376b8482d1224aa83f4521590672304e30ba847d0b87b9e1a62b2e60a5c788f2","488242948cc48ee6413a159c60bcaf70de15db01364741737a962662f1a127a5","42bacb33cddecbcfe3e043ee1117ba848801749e44f947626765b3e0aec74b1c","b326790c20287ad266b5fcd0c388e2a83320a24747856727dcb70c7bbd489dfc","cd2156bc8e4d54d52a2817d1b6f4629a5dd3173b1d8bb0fc893ee678d6a78ecd","60526d9010e8ccb2a76a59821061463464c3acd5bc7a50320df6d2e4e0d6e4f7","562cce1c8e14e8d5a55d1931cb1848b1df49cc7b1024356d56f3550ed57ad67f","623fa4efc706bb9956d0ae94b13321c6617655bf8ebdb270c9792bb398f82e44","50a0515d658fa198151565b85bbb026277f1cf366d03431ec3a7ab45ac9798b1","79d6871ce0da76f4c865a58daa509d5c8a10545d510b804501daa5d0626e7028","9054417b5760061bc5fe31f9eee5dc9bf018339b0617d3c65dd1673c8e3c0f25","442856ad0787bc213f659e134c204ad0d502179aa216bf700faefb5572208358","443702ca8101ef0adc827c2cc530ca93cf98d41e36ce4399efb9bc833ad9cb62","c94f70562ae60797cce564c3bebbaaf1752c327d5063d6ac152aa5ca1616c267","2aeb5fcdfc884b16015617d263fd8d1a8513f7efe23880be4e5f0bdb3794b37c","fd412dd6372493eb8e3e95cae8687d35e4d34dde905a33e0ee47b74224cdd6ab","b561170fbe8d4292425e1dfa52406c8d97575681f7a5e420d11d9f72f7c29e38","5fe94f3f6411a0f6293f16fdc8e02ee61138941847ce91d6f6800c97fac22fcd","7f7c0ecc3eeeef905a3678e540947f4fbbc1a9c76075419dcc5fbfc3df59cb0b","df3303018d45c92be73fb4a282d5a242579f96235f5e0f8981983102caf5feca","35db266b474b3b9dfd0bc7d25dff3926cc227de45394262f3783b8b174182a16","8205e62a7310ac0513747f6d84175400680cff372559bc5fbe2df707194a295d","084d0df6805570b6dc6c8b49c3a71d5bdfe59606901e0026c63945b68d4b080a","8387fa3287992c71702756fe6ecea68e2f8f2c5aa434493e3afe4817dd4a4787","0f066f9654e700a9cf79c75553c934eb14296aa80583bd2b5d07e2d582a3f4ee","269c5d54104033b70331343bd931c9933852a882391ed6bd98c3d8b7d6465d22","a56b8577aaf471d9e60582065a8193269310e8cae48c1ce4111ed03216f5f715","486ae83cd51b813095f6716f06cc9b2cf480ad1d6c7f8ec59674d6c858cd2407","fff527e2567a24dd634a30268f1aa8a220315fed9c513d70ee872e54f67f27f3","5dd0ff735b3f2e642c3f16bcfb3dc4ecebb679a70e43cfb19ab5fd84d8faaeed","d1d78d1ef0f21ac77cdc436d2a4d56592453a8a2e51af2040ec9a69a5d35e4de","bc55b91274e43f88030c9cfe2c4217fae57894c3c302173ab6e9743c29484e3d","8bb22f70bfd7bf186631fa565c9202ee6a1009ffb961197b7d092b5a1e1d56b1","77282216c61bcef9a700db98e142301d5a7d988d3076286029da63e415e98a42","1a901a304751f566d9f3fc206009e8f08359d90e887999bc60df9f1f70dd4236","64ce8e260a1362d4cadd6c753581a912a9869d4a53ec6e733dc61018f9250f5d","85a915dbb768b89cb92f5e6c165d776bfebd065883c34fee4e0219c3ed321b47","83df2f39cb14971adea51d1c84e7d146a34e9b7f84ad118450a51bdc3138412c","b96364fcb0c9d521e7618346b00acf3fe16ccf9368404ceac1658edee7b6332c","bdb2b70c74908c92ec41d8dd8375a195cb3bb07523e4de642b2b2dfbde249ca6","7b329f4137a552073f504022acbf8cd90d49cc5e5529791bef508f76ff774854","f63bbbffcfc897d22f34cf19ae13405cd267b1783cd21ec47d8a2d02947c98c1","7889f4932dfa7b1126cdc17914d85d80b5860cc3d62ba329494007e8aab45430","d9725ef7f60a791668f7fb808eb90b1789feaaef989a686fefc0f7546a51dcdc","df55b9be6ba19a6f77487e09dc7a94d7c9bf66094d35ea168dbd4bac42c46b8f","595125f3e088b883d104622ef10e6b7d5875ff6976bbe4d7dca090a3e2dca513","8ebb6f0603bf481e893311c49e4d2e2061413c51b9ba5898cd9b0a01f5ef19c8","e0d7eed4ba363df3faadb8e617f95f9fc8adfbb00b87db7ade4a1098d6cf1e90","38faab59a79924ce5eb4f2f3e7e7db91e74d425b4183f908cc014be213f0d971","de115595321ce012c456f512a799679bfc874f0ac0a4928a8429557bb25086aa","cdca67bd898deff48e3acb05fb44500b5ebce16c26a8ec99dee1522cf9879795","0524cab11ba9048d151d93cc666d3908fda329eec6b1642e9a936093e6d79f28","869073d7523e75f45bd65b2072865c60002d5e0cbd3d17831e999cf011312778","bc7b5906a6ce6c5744a640c314e020856be6c50a693e77dc12aff2d77b12ca76","56503e377bc1344f155e4e3115a772cb4e59350c0b8131e3e1fb2750ac491608","6b579287217ee1320ee1c6cfec5f6730f3a1f91daab000f7131558ee531b2bf8","e2ddb2877f5a841866f4fc772a601b58e90ac8399b35f9a06535be81b8e08b47","a793636667598e739a52684033037a67dc2d9db37fab727623626ef19aa5abb9","b15d6238a86bc0fc2368da429249b96c260debc0cec3eb7b5f838ad32587c129","9a9fba3a20769b0a74923e7032997451b61c1bd371c519429b29019399040d74","4b10e2fe52cb61035e58df3f1fdd926dd0fe9cf1a2302f92916da324332fb4e0","d1092ae8d6017f359f4758115f588e089848cc8fb359f7ba045b1a1cf3668a49","ddae9195b0da7b25a585ef43365f4dc5204a746b155fbee71e6ee1a9193fb69f","32dbced998ce74c5e76ce87044d0b4071857576dde36b0c6ed1d5957ce9cf5b5","5bc29a9918feba88816b71e32960cf11243b77b76630e9e87cad961e5e1d31d0","341ffa358628577f490f128f3880c01d50ef31412d1be012bb1cd959b0a383ea","ecc1b8878c8033bde0204b85e26fe1af6847805427759e5723882c848a11e134","cfc9c32553ad3b5be38342bc8731397438a93531118e1a226a8c79ad255b4f0c","16e5b5b023c2a1119c1878a51714861c56255778de0a7fe378391876a15f7433","52e8612d284467b4417143ca8fe54d30145fdfc3815f5b5ea9b14b677f422be5","a090a8a3b0ef2cceeb089acf4df95df72e7d934215896afe264ff6f734d66d15","a0259c6054e3ed2c5fb705b6638e384446cbcdf7fd2072c659b43bd56e214b9a","005319c82222e57934c7b211013eb6931829e46b2a61c5d9a1c3c25f8dc3ea90","151f422f08c8ca67b77c5c39d49278b4df452ef409237c8219be109ae3cdae9d",{"version":"6466cbb0aa561e1c1a87850a1f066692f1692a0a9513c508a3886cd66a62dae8","affectsGlobalScope":true},{"version":"1064905995826e2828e038e044dd1807427927ee99e9d6264a991efe4102007f","signature":"2b27178e119989f25afd303933a3baf168d1b80faa1e9b96e716fbdb43bea457"},"b9560db219848e61afa03ca1c5e60bfd9fe8caa162d229284285211db7da4a74","eec8881d8ae50bfc40b0be7fab52becc7b7398cf0603419b0daff1d70990efd3","3e595b8d9d3c0a9b7a67d6c06fb25b6df81b1f60c9b738b8131b000e5edb9c69","1993e965bf62850e1b4284ecb3897679623fdd6e2f99ebf24bd6ece82abe4997","d6b58d955981bc1742501b792f1ab9f4cba0c4611f28dcf1c99376c1c33c9f9c","f0b9f6d5db82c3d1679f71b187c4451dbc2875ba734ce416a4804ad47390970a","a5c38939c3e22954a7166d80ab931ac6757283737b000f1e6dc924c6f4402b88","31a863da9da2a3edec16665695bdbc3134e853195f82dafec58e98c8e1bb3119","914a343873b3359ccb1bb212cadbfa19273cb156fd5d3804291325ce34690c21","1382b2297cc272dab0eaf460cc44d9c21ec237c3762d56b83192fce284d42ce6","9935e0127d0e1dd255a877c9df1d00028db272b372aa64d5526f9baa7c5169e7","af7eff4a975b7ba0faa6f5d47bb28b476cf8243ecf80bf64f16491c8d60bdc4b","dfcae6548aebb6c0a6a4e1a2e76ed777ea8b4e64bbd80e0984cea4d523440d1c","4e089802d9c43c59090790569aa5bd3d4ad5e79f9470b3007e393c854b811da9","a61316471d8b60ebe07bef67061e2e6e869a86fb095951e82628ad6517ed22e1","3c74571eddc4625fc7a1bde619dad0b90afc4a1b4f27ed54f73301ffe86c83d9","1dec2dd18893a8273795bbfe761746277ed1ee476c8293c93355f51d5774b67f","f2a9bd3ff6f3d647c7b70fb60329dfd6ce11825ac1ed2fd77d89fe2f2e0e464c","8bebb2f9599875e430d7ed7cb086c77172fda4a106acd59d64b987c294947957","95017cf44a87b1d4f83bb26193f44245372aef95adefe766bb09cbf5bd5bc8cb","1e40e2abd60e0731b9b7736fde97567635df17f0b4d43185c7b5249adb590348","632a5f47c384187ffeb35fe11d553277e41dc05e32706c36262bb5067ea54898","dd76f79ed7f5f6a413c7afcbd5ba6e9fee77d9773c37984252f113a8b046d1cc","3ff4325881ec2c25f9347f88ffaaa1a22fcced4bb47b0f0f8d187f855b2f063e","6ceee297385704c08a4b37b99525df216464447283b7101c744edecc00c3f7df","db811e8a033d03b4158a90d0b7ab1fc76fc23b2e983e9742ff43e3bcbf21ebc4","e1a2870c3e145f6186d8d7a594d5446f504647a6f912fcacc07344d723d84b08","394c4d9c77ea62d7c10d2e9a882102e4878e5fd5279b183598d0a54fa1ee50e8","59a518cd037c545a3f3dec0fc42971ed0f246ac68af47b825ee426be01acfcd9","e52582827c1fab73dc3ce5cbd19f65e6d5dff3a707bc1825ab3992884227e479","44f2746e312b973084c00cbe729849ca0d0795e8387bf3735fabdd29d32d0d35",{"version":"409cf8770fbb9f099124e9ca744282ebfd85df2fd3650ae05c4ee3d03af66714","affectsGlobalScope":true},"ad42a8b206afa245178c9474c0215ba83605178ca635bf7e49a9c1555de8bd3d","8805b3e6abf8370546926445c4fc5546ef3079bac65e0b5e1ed208620ce31a70","8221fa005f8e65842dfe96f013a53ca9f8c80ae0dd7258c30806781bebf1397e","2445893b2b7efdf8fd7cf0a931501852dbfe9694901f8efadd2b1b3c1be85e91","dd79fd5426c0e9fc311c6b76c228ef6342b19fac6d4fdea31a38edaecaf3c510","654d6d3a1323b247cce11aa335c0ff116ba477f56e6b2fd9e049c8629bbb0ded","d0848c80ef6809495c480792b25620127846d302d7233964e9b4862108e2b08f","d3ed4c3a16cae93e2762ff8e5ebbe701b354c1e7a29960d639aff81d87866c2a","d52a10a94b6f6116eb4e35227413f8c0b0e2e99ecb66e7ed51889e5d889e0132","a242e1f5d92f052a85ded3f48cd9659625fd1da9e69f287b2ea9d8ed0a8fac4d","7a42e275b4c155fbb901859f84222f786c10be5789925fd87130250b0598299f","0acf0268922e891764d97729a067e4747d470335961f0f97e0540a23fe3024cf",{"version":"9b9c7d630d8524143d0db9d07959f04d1d06d3b8430bed3e660957b8a48acddd","affectsGlobalScope":true},"26726d3245a27f94c45d0820dd63098c251a2208e1c0d4938738963ac5aa6404",{"version":"0f84f7d5362f799439464010385e27f4e25206af10f4d112bd1efdb79bd086cb","signature":"b6f0003105e9e14d6f64d563444013a74c572daac2ec81bebf6f3ef91ba5e79b"},{"version":"e6f34c6290b7554bcbe1ee7615710e1b9b6c7fd65e8197739b30762405b074f6","signature":"ec58cc2967d4de90cf9e318fb054934b17d7c8ad1c677b52e41e97a99182195d"},{"version":"d4aab4d81b65a07b1e00760816cec49c0794e9af984a0bbebd0791a0910383e1","signature":"ac81727b02637a8404bc1564c50d82974481cdf7a7cbce6a5967ac46f7e3005b"},{"version":"46c91d5c9c4a504be27991eb0e3ee45dd8a43650c4054f6cf35bd3d312baf87f","signature":"dbe32b2e868438abb93b0be0283db75506da1e35d9478e3479825213190a98dc"},{"version":"68b14a9fd07a35003ad7e8ce7a1fbba04267e024bc5f8d2f3ac2d5c9bf028bb1","signature":"8f9a8efd6b8164cad8f081a5b4559ad04768e5d4a2ec3a541b9ccf2e83eb3920"},"785b9d575b49124ce01b46f5b9402157c7611e6532effa562ac6aebec0074dfc","3777eb752cef9aa8dd35bb997145413310008aa54ec44766de81a7ad891526cd","ae77d81a5541a8abb938a0efedf9ac4bea36fb3a24cc28cfa11c598863aba571","7983487d0fbefb9b6ccc94390e8c826328d87e21cd4a62ea5b4c6b8f99f32550","2c8e55457aaf4902941dfdba4061935922e8ee6e120539c9801cd7b400fae050","a7c8d34006fa93c600dc791fc4fc099fe67f28377b23626f4467675146be080e","670a76db379b27c8ff42f1ba927828a22862e2ab0b0908e38b671f0e912cc5ed","9e0cf651e8e2c5b9bebbabdff2f7c6f8cedd91b1d9afcc0a854cdff053a88f1b","069bebfee29864e3955378107e243508b163e77ab10de6a5ee03ae06939f0bb9","2db0dd3aaa2ed285950273ce96ae8a450b45423aa9da2d10e194570f1233fa6b","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","4d2b0eb911816f66abe4970898f97a2cfc902bcd743cbfa5017fad79f7ef90d8","bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","24b8685c62562f5d98615c5a0c1d05f297cf5065f15246edfe99e81ec4c0e011","93507c745e8f29090efb99399c3f77bec07db17acd75634249dc92f961573387","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107",{"version":"c75ac0682b74face8d051331544f633445f5d203dc773d579fa109a7cbee9f06","affectsGlobalScope":true},"3d77c73be94570813f8cadd1f05ebc3dc5e2e4fdefe4d340ca20cd018724ee36",{"version":"e8dbde089a4b9d5b2124764ebbcfe577ffcb3a1df5cfb512a504c708ddfc7262","affectsGlobalScope":true},"62f1c00d3d246e0e3cf0224f91e122d560428ec1ccc36bb51d4574a84f1dbad0","53f0960fdcc53d097918adfd8861ffbe0db989c56ffc16c052197bf115da5ed6",{"version":"662163e5327f260b23ca0a1a1ad8a74078aabb587c904fcb5ef518986987eaff","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"f85c06e750743acf31f0cfd3be284a364d469761649e29547d0dd6be48875150","affectsGlobalScope":true},"b0c0d1d13be149f790a75b381b413490f98558649428bb916fd2d71a3f47a134","3c884d9d9ec454bdf0d5a0b8465bf8297d2caa4d853851d92cc417ac6f30b969","0364f8bb461d6e84252412d4e5590feda4eb582f77d47f7a024a7a9ff105dfdc","5433f7f77cd1fd53f45bd82445a4e437b2f6a72a32070e907530a4fea56c30c8","d0ca5d7df114035258a9d01165be309371fcccf0cccd9d57b1453204686d1ed0",{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true},{"version":"9a30b7fefd7f8abbca4828d481c61c18e40fe5ff107e113b1c1fcd2c8dcf2743","affectsGlobalScope":true},"173b6275a81ebdb283b180654890f46516c21199734fed01a773b1c168b8c45c","304f66274aa8119e8d65a49b1cff84cbf803def6afe1b2cc987386e9a9890e22","1b9adafe8a7fefaeaf9099a0e06f602903f6268438147b843a33a5233ac71745","98273274f2dbb79b0b2009b20f74eca4a7146a3447c912d580cd5d2d94a7ae30","c933f7ba4b201c98b14275fd11a14abb950178afd2074703250fe3654fc10cd2","dccdf1677e531e33f8ac961a68bc537418c9a414797c1ea7e91307501cdc3f5e",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"8f5814f29dbaf8bacd1764aebdf1c8a6eb86381f6a188ddbac0fcbaab855ce52","a63d03de72adfb91777784015bd3b4125abd2f5ef867fc5a13920b5649e8f52b","d20e003f3d518a7c1f749dbe27c6ab5e3be7b3c905a48361b04a9557de4a6900",{"version":"452e8a437aa57fe832dece2a5d3ea8dd0ab1de03ca778d09798c56ece0a29e80","affectsGlobalScope":true},"ad7e61eca7f2f8bf47e72695f9f6663b75e41d87ef49abdb17c0cb843862f8aa","ecba2e44af95b0599c269a92628cec22e752868bce37396740deb51a5c547a26","46a9fb41a8f3bc7539eeebc15a6e04b9e55d7537a081615ad3614220d34c3e0f",{"version":"a20f1e119615bf7632729fd89b6c0b5ffdc2df3b512d6304146294528e3ebe19","affectsGlobalScope":true},"575fb200043b11b464db8e42cc64379c5fd322b6d787638e005b5ee98a64486d","6de2f225d942562733e231a695534b30039bdf1875b377bb7255881f0df8ede8","56249fd3ef1f6b90888e606f4ea648c43978ef43a7263aafad64f8d83cd3b8aa","139ad1dc93a503da85b7a0d5f615bddbae61ad796bc68fedd049150db67a1e26","7b166975fdbd3b37afb64707b98bca88e46577bbc6c59871f9383a7df2daacd1","9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","81505c54d7cad0009352eaa21bd923ab7cdee7ec3405357a54d9a5da033a2084","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633",{"version":"73aa178e8fb1449ef3666093d8dca25f96302a80ee45f8ff027df8e4792bf9fd","affectsGlobalScope":true},"2ee1645e0df9d84467cfe1d67b0ad3003c2f387de55874d565094464ee6f2927",{"version":"f61ec7355ade6c4cffc2b121bab7bd6882a262c44b498f4fedbbbc8c8830a8cd","affectsGlobalScope":true},{"version":"9cf780e96b687e4bdfd1907ed26a688c18b89797490a00598fa8b8ab683335dd","affectsGlobalScope":true},"98e00f3613402504bc2a2c9a621800ab48e0a463d1eed062208a4ae98ad8f84c","9ae88ce9f73446c24b2d2452e993b676da1b31fca5ceb7276e7f36279f693ed1","e49d7625faff2a7842e4e7b9b197f972633fca685afcf6b4403400c97d087c36","b82c38abc53922b1b3670c3af6f333c21b735722a8f156e7d357a2da7c53a0a0",{"version":"b423f53647708043299ded4daa68d95c967a2ac30aa1437adc4442129d7d0a6c","affectsGlobalScope":true},{"version":"21fcdcb618236f0feaca7e511e2da10c19970f86e09c934cef2d45b340ad92b5","affectsGlobalScope":true},"4f0fc7b7f54422bd97cfaf558ddb4bca86893839367b746a8f86b60ac7619673","4cdd8b6b51599180a387cc7c1c50f49eca5ce06595d781638fd0216520d98246","d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c",{"version":"8704423bf338bff381ebc951ed819935d0252d90cd6de7dffe5b0a5debb65d07","affectsGlobalScope":true},"b33379077284c9e55d2410d814b71b15522c5f71f9e93e15a8c3c41d463b00f6",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"a42be67ed1ddaec743582f41fc219db96a1b69719fccac6d1464321178d610fc","104c67f0da1bdf0d94865419247e20eded83ce7f9911a1aa75fc675c077ca66e","cc0d0b339f31ce0ab3b7a5b714d8e578ce698f1e13d7f8c60bfb766baeb1d35c","f9e22729fa06ed20f8b1fe60670b7c74933fdfd44d869ddfb1919c15a5cf12fb","5fb46bf84a85cf5e924e30465b7f919c777a1a03af44ae8c273d2ca229dcfd44","42baf4ca38c38deaf411ea73f37bc39ff56c6e5c761a968b64ac1b25c92b5cd8","d7dbe0ad36bdca8a6ecf143422a48e72cc8927bab7b23a1a2485c2f78a7022c6","8718fa41d7cf4aa91de4e8f164c90f88e0bf343aa92a1b9b725a9c675c64e16b","f992cd6cc0bcbaa4e6c810468c90f2d8595f8c6c3cf050c806397d3de8585562","c0e5b4df115963b8a8dcd5b56ff9dc046ddec110de138dba29b00e2b02fa03a9","d3f2d715f57df3f04bf7b16dde01dec10366f64fce44503c92b8f78f614c1769","b78cd10245a90e27e62d0558564f5d9a16576294eee724a59ae21b91f9269e4a","630ff11de47d75175f2d1d43cc447068818cb9377324752e01fe0e5fc3f77757","2f5747b1508ccf83fad0c251ba1e5da2f5a30b78b09ffa1cfaf633045160afed",{"version":"a45c25e77c911c1f2a04cade78f6f42b4d7d896a3882d4e226efd3a3fcd5f2c4","affectsGlobalScope":true},"689be50b735f145624c6f391042155ae2ff6b90a93bac11ca5712bc866f6010c","1748c03e7a7d118f7f6648c709507971eb0d416f489958492c5ae625de445184","3937b50a4de68f6d21614461e9d47af0d8421ca80fc2a72b667ca2151f492120","68cc8d6fcc2f270d7108f02f3ebc59480a54615be3e09a47e14527f349e9d53e","3eb11dbf3489064a47a2e1cf9d261b1f100ef0b3b50ffca6c44dd99d6dd81ac1","5d08a179b846f5ee674624b349ebebe2121c455e3a265dc93da4e8d9e89722b4","b71c603a539078a5e3a039b20f2b0a0d1708967530cf97dec8850a9ca45baa2b","0e13570a7e86c6d83dd92e81758a930f63747483e2cd34ef36fcdb47d1f9726a","5c45abf1e13e4463eacfd5dedda06855da8748a6a6cb3334f582b52e219acc04","a13b9bb3e49bc162bb03870f3409474c58bb04a5e60618c305c7842f8a7b251c","963d59066dd6742da1918a6213a209bcc205b8ee53b1876ee2b4e6d80f97c85e","fd326577c62145816fe1acc306c734c2396487f76719d3785d4e825b34540b33",{"version":"fab7e642480027e174565250294ba8eeeacbf7faa31c565472384bbad2deba01","affectsGlobalScope":true},{"version":"9cd8a69c38b48159fc18e44b73a23c234a951bd7a50098230205e6982fd345c1","affectsGlobalScope":true},"89121c1bf2990f5219bfd802a3e7fc557de447c62058d6af68d6b6348d64499a","79b4369233a12c6fa4a07301ecb7085802c98f3a77cf9ab97eee27e1656f82e6",{"version":"271cde49dfd9b398ccc91bb3aaa43854cf76f4d14e10fed91cbac649aa6cbc63","affectsGlobalScope":true},"2bcecd31f1b4281710c666843fc55133a0ee25b143e59f35f49c62e168123f4b","a6273756fa05f794b64fe1aff45f4371d444f51ed0257f9364a8b25f3501915d","9c4e644fe9bf08d93c93bd892705842189fe345163f8896849d5964d21b56b78","25d91fb9ed77a828cc6c7a863236fb712dafcd52f816eec481bd0c1f589f4404","4cd14cea22eed1bfb0dc76183e56989f897ac5b14c0e2a819e5162eafdcfe243","8d32432f68ca4ce93ad717823976f2db2add94c70c19602bf87ee67fe51df48b",{"version":"36a2e4c9a67439aca5f91bb304611d5ae6e20d420503e96c230cf8fcdc948d94","affectsGlobalScope":true},{"version":"df1e7a3a604dfc0f434c4583e8103c171cd5c7684f8e841a0a2ac15fabb3bc24","affectsGlobalScope":true},"a7ca2a9e61286d74bc37fe64e5dcd7da04607f7f5432f7c651b47b573fc76cef","ee65fe452abe1309389c5f50710f24114e08a302d40708101c4aa950a2a7d044","f9649058dc6542f821894390c2358cd71c9350bae97478eff06d9a39c8b082a4","035a5df183489c2e22f3cf59fc1ed2b043d27f357eecc0eb8d8e840059d44245","a4809f4d92317535e6b22b01019437030077a76fec1d93b9881c9ed4738fcc54","5f53fa0bd22096d2a78533f94e02c899143b8f0f9891a46965294ee8b91a9434","f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","fec943fdb3275eb6e006b35e04a8e2e99e9adf3f4b969ddf15315ac7575a93e4","ff81bffa4ecfceae2e86b5920c3fcb250b66b1d6ed72944dffdf58123be2481b","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","da2b6356b84a40111aaecb18304ea4e4fcb43d70efb1c13ca7d7a906445ee0d3","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","aa2c18a1b5a086bbcaae10a4efba409cc95ba7287d8cf8f2591b53704fea3dea","6f294731b495c65ecf46a5694f0082954b961cf05463bea823f8014098eaffa0","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","bdf0ed7d9ebae6175a5d1b4ec4065d07f8099379370a804b1faff05004dc387d","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","b03afe4bec768ae333582915146f48b161e567a81b5ebc31c4d78af089770ac9","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","4f6a12044ee6f458db11964153830abbc499e73d065c51c329ec97407f4b13dd","d4a22007b481fe2a2e6bfd3a42c00cd62d41edb36d30fc4697df2692e9891fc8","f8a6bb79327f4a6afc63d28624654522fc80f7536efa7a617ef48200b7a5f673","8e0733c50eaac49b4e84954106acc144ec1a8019922d6afcde3762523a3634af","fbca5ffaebf282ec3cdac47b0d1d4a138a8b0bb32105251a38acb235087d3318","dcefc29f25daf56cd69c0a3d3d19f51938efe1e6a15391950be43a76222ee3ed","8b5402ae709d042c3530ed3506c135a967159f42aed3221267e70c5b7240b577","22293bd6fa12747929f8dfca3ec1684a3fe08638aa18023dd286ab337e88a592","916be7d770b0ae0406be9486ac12eb9825f21514961dd050594c4b250617d5a8","a2ad3487215f4257d4e5915a9c72ecf750e040856b13363f5498f718f2708109","c271193e426325d9acab2f99997bb9f5f2dff850ec8c7c011c5abafe5af83b5f",{"version":"df1e7a3a604dfc0f434c4583e8103c171cd5c7684f8e841a0a2ac15fabb3bc24","affectsGlobalScope":true},"adb17fea4d847e1267ae1241fa1ac3917c7e332999ebdab388a24d82d4f58240",{"version":"88da16eba1d14750f3b3ee00292123e52fb08f779a30fde6901d5cb72501a40a","affectsGlobalScope":true},{"version":"3a909e8789a4f8b5377ef3fb8dc10d0c0a090c03f2e40aab599534727457475a","affectsGlobalScope":true},"2b47c8df863142d9383f948c987e1ebd25ade3867aeb4ae60e9d6009035dfe46","b8dd45aa6e099a5f564edcabfe8114096b096eb1ffaa343dd6f3fe73f1a6e85e",{"version":"1c7e0072ec63ceee8f4f1a0248ff6b9ec7196eabd5dc61189da9807862cc09bd","affectsGlobalScope":true},"bc4db28f3510994e45bbabba1ee33e9a0d27dab33d4c8a5844cee8c85438a058","232f660363b3b189f7be7822ed71e907195d1a85bc8d55d2b7ce3f09b2136938","e745388cfad9efb4e5a9a15a2c6b66d54094dd82f8d0c2551064e216f7b51526","53390c21d095fb54e6c0b8351cbf7f4008f096ade9717bc5ee75e340bc3dfa30","71493b2c538dffa1e3e968b55b70984b542cc6e488012850865f72768ff32630","8ebf448e9837fda1a368acbb575b0e28843d5b2a3fda04bce76248b64326ea49","91b9f6241fca7843985aa31157cfa08cc724c77d91145a4d834d27cdde099c05","1ded20b804e07204fc4c3b47b1ee67bcbbf483c2c1c537d3b06ea86ddf0ed5a6","e0342a1ffdbed1c647127b61f57a07bc908546f7f3b0d21e6fd49f7315377950","3dfa3a6f2a62259b56fa7bcebfbacf886848dfa037298be5bed07c7a0381ee4f","a1e3cda52746919d2a95784ce0b1b9ffa22052209aab5f54e079e7b920f5339e","1882680f8c88c5648d603408dd1943857ca831a815e33d3126be8368f7a69252","f387a979388291b2688ba0f604e3ae78874f5f777616b448d34109762a4f05a9","cae0fb826d8a88749189b8a924dfcb5d3ad629e3bc5ec934195fbd83fa48b068","65439c17810a801359b14cb051ad50688329bbc1b9c278c3f63487a31a98e349","488242948cc48ee6413a159c60bcaf70de15db01364741737a962662f1a127a5","42bacb33cddecbcfe3e043ee1117ba848801749e44f947626765b3e0aec74b1c","b326790c20287ad266b5fcd0c388e2a83320a24747856727dcb70c7bbd489dfc","cd2156bc8e4d54d52a2817d1b6f4629a5dd3173b1d8bb0fc893ee678d6a78ecd","60526d9010e8ccb2a76a59821061463464c3acd5bc7a50320df6d2e4e0d6e4f7","562cce1c8e14e8d5a55d1931cb1848b1df49cc7b1024356d56f3550ed57ad67f","623fa4efc706bb9956d0ae94b13321c6617655bf8ebdb270c9792bb398f82e44","12e89ccc9388208a5c72abe13b2037085dad791d5f1bd5f9ce5f07225da6bec4","52ee75cf0be6032ebaf0b3e2f2d5b98febe01fb4d783a903c03a4dbc8c81b205","9054417b5760061bc5fe31f9eee5dc9bf018339b0617d3c65dd1673c8e3c0f25","442856ad0787bc213f659e134c204ad0d502179aa216bf700faefb5572208358","443702ca8101ef0adc827c2cc530ca93cf98d41e36ce4399efb9bc833ad9cb62","c94f70562ae60797cce564c3bebbaaf1752c327d5063d6ac152aa5ca1616c267","2aeb5fcdfc884b16015617d263fd8d1a8513f7efe23880be4e5f0bdb3794b37c","fd412dd6372493eb8e3e95cae8687d35e4d34dde905a33e0ee47b74224cdd6ab","b561170fbe8d4292425e1dfa52406c8d97575681f7a5e420d11d9f72f7c29e38","5fe94f3f6411a0f6293f16fdc8e02ee61138941847ce91d6f6800c97fac22fcd","7f7c0ecc3eeeef905a3678e540947f4fbbc1a9c76075419dcc5fbfc3df59cb0b","df3303018d45c92be73fb4a282d5a242579f96235f5e0f8981983102caf5feca","35db266b474b3b9dfd0bc7d25dff3926cc227de45394262f3783b8b174182a16","8205e62a7310ac0513747f6d84175400680cff372559bc5fbe2df707194a295d","084d0df6805570b6dc6c8b49c3a71d5bdfe59606901e0026c63945b68d4b080a","8387fa3287992c71702756fe6ecea68e2f8f2c5aa434493e3afe4817dd4a4787","0f066f9654e700a9cf79c75553c934eb14296aa80583bd2b5d07e2d582a3f4ee","269c5d54104033b70331343bd931c9933852a882391ed6bd98c3d8b7d6465d22","a56b8577aaf471d9e60582065a8193269310e8cae48c1ce4111ed03216f5f715","486ae83cd51b813095f6716f06cc9b2cf480ad1d6c7f8ec59674d6c858cd2407","fff527e2567a24dd634a30268f1aa8a220315fed9c513d70ee872e54f67f27f3","5dd0ff735b3f2e642c3f16bcfb3dc4ecebb679a70e43cfb19ab5fd84d8faaeed","d1d78d1ef0f21ac77cdc436d2a4d56592453a8a2e51af2040ec9a69a5d35e4de","bc55b91274e43f88030c9cfe2c4217fae57894c3c302173ab6e9743c29484e3d","8bb22f70bfd7bf186631fa565c9202ee6a1009ffb961197b7d092b5a1e1d56b1","77282216c61bcef9a700db98e142301d5a7d988d3076286029da63e415e98a42","9d7b415f4856108011453a98e28c79d36baeb0dfc6c1c176826454909e1ff47f","64ce8e260a1362d4cadd6c753581a912a9869d4a53ec6e733dc61018f9250f5d","29db89aee3b9f95c0ceb8c6e5d129c746dbbf60d588f78cc549b14002ea4b9ec","33eedfef5ad506cfa5f650a66001e7df48bc9676ab5177826d599adb9600a723","4c4cb14e734799f98f97d5a0670cb7943bd2b4bd61413e33641f448e35e9f242","bdb2b70c74908c92ec41d8dd8375a195cb3bb07523e4de642b2b2dfbde249ca6","7b329f4137a552073f504022acbf8cd90d49cc5e5529791bef508f76ff774854","f63bbbffcfc897d22f34cf19ae13405cd267b1783cd21ec47d8a2d02947c98c1","7889f4932dfa7b1126cdc17914d85d80b5860cc3d62ba329494007e8aab45430","d9725ef7f60a791668f7fb808eb90b1789feaaef989a686fefc0f7546a51dcdc","df55b9be6ba19a6f77487e09dc7a94d7c9bf66094d35ea168dbd4bac42c46b8f","595125f3e088b883d104622ef10e6b7d5875ff6976bbe4d7dca090a3e2dca513","8ebb6f0603bf481e893311c49e4d2e2061413c51b9ba5898cd9b0a01f5ef19c8","e0d7eed4ba363df3faadb8e617f95f9fc8adfbb00b87db7ade4a1098d6cf1e90","38faab59a79924ce5eb4f2f3e7e7db91e74d425b4183f908cc014be213f0d971","de115595321ce012c456f512a799679bfc874f0ac0a4928a8429557bb25086aa","cdca67bd898deff48e3acb05fb44500b5ebce16c26a8ec99dee1522cf9879795","0524cab11ba9048d151d93cc666d3908fda329eec6b1642e9a936093e6d79f28","869073d7523e75f45bd65b2072865c60002d5e0cbd3d17831e999cf011312778","c43f78e8fa0df471335a1ddf8ccc32aecaa7a9813049b355dff8a66ab35f4ae9","56503e377bc1344f155e4e3115a772cb4e59350c0b8131e3e1fb2750ac491608","6b579287217ee1320ee1c6cfec5f6730f3a1f91daab000f7131558ee531b2bf8","d9c805da711bc8dd43d837576a4adf6893472b822d0458f525a5571cdbf81fce","a793636667598e739a52684033037a67dc2d9db37fab727623626ef19aa5abb9","b15d6238a86bc0fc2368da429249b96c260debc0cec3eb7b5f838ad32587c129","9be37564440fc3e305e1edc77e6406f7d09579195ad1d302b60ee3de31ec1d16","4b10e2fe52cb61035e58df3f1fdd926dd0fe9cf1a2302f92916da324332fb4e0","d1092ae8d6017f359f4758115f588e089848cc8fb359f7ba045b1a1cf3668a49","ddae9195b0da7b25a585ef43365f4dc5204a746b155fbee71e6ee1a9193fb69f","32dbced998ce74c5e76ce87044d0b4071857576dde36b0c6ed1d5957ce9cf5b5","5bc29a9918feba88816b71e32960cf11243b77b76630e9e87cad961e5e1d31d0","341ffa358628577f490f128f3880c01d50ef31412d1be012bb1cd959b0a383ea","ecc1b8878c8033bde0204b85e26fe1af6847805427759e5723882c848a11e134","cfc9c32553ad3b5be38342bc8731397438a93531118e1a226a8c79ad255b4f0c","16e5b5b023c2a1119c1878a51714861c56255778de0a7fe378391876a15f7433","328a366c195c74ecd5cd576bb11ced578e35be7288fc4d72783f860409a48b3d","a090a8a3b0ef2cceeb089acf4df95df72e7d934215896afe264ff6f734d66d15","a0259c6054e3ed2c5fb705b6638e384446cbcdf7fd2072c659b43bd56e214b9a","005319c82222e57934c7b211013eb6931829e46b2a61c5d9a1c3c25f8dc3ea90","151f422f08c8ca67b77c5c39d49278b4df452ef409237c8219be109ae3cdae9d",{"version":"6466cbb0aa561e1c1a87850a1f066692f1692a0a9513c508a3886cd66a62dae8","affectsGlobalScope":true},"879fc44ada933941a7d2b20e6d0d1749081f17b4e911237794cd2038fdb746be",{"version":"c60f4f6cb8949ec208168c0baf7be477a3c664f058659ff6139070dc512c2d87","affectsGlobalScope":true},"901f5d41fb92706eb4c4ca3e7dccc2671501bed1b910185611958bbda9f0c74a","52ae84fa49dc45cfb37f55379dd6e01b532840bd942e1c32954035f4c5b206a4","d08cd8b8a3615844c40641ad0eda689be45467c06c4c20d2fc9d0fcf3c96ae3f",{"version":"df1e7a3a604dfc0f434c4583e8103c171cd5c7684f8e841a0a2ac15fabb3bc24","affectsGlobalScope":true},{"version":"8a14c2a1fe0288eebd8f827a60af906a8d055b3a137e73d1d7d52965bb9a768b","affectsGlobalScope":true},{"version":"df1e7a3a604dfc0f434c4583e8103c171cd5c7684f8e841a0a2ac15fabb3bc24","affectsGlobalScope":true},{"version":"3a909e8789a4f8b5377ef3fb8dc10d0c0a090c03f2e40aab599534727457475a","affectsGlobalScope":true},"2b47c8df863142d9383f948c987e1ebd25ade3867aeb4ae60e9d6009035dfe46","b8dd45aa6e099a5f564edcabfe8114096b096eb1ffaa343dd6f3fe73f1a6e85e",{"version":"38e8ac2d182bd3f85d28de9bdf1386c19a319f9c0280aa43960204c353b07878","affectsGlobalScope":true},"bc4db28f3510994e45bbabba1ee33e9a0d27dab33d4c8a5844cee8c85438a058","232f660363b3b189f7be7822ed71e907195d1a85bc8d55d2b7ce3f09b2136938","e745388cfad9efb4e5a9a15a2c6b66d54094dd82f8d0c2551064e216f7b51526","53390c21d095fb54e6c0b8351cbf7f4008f096ade9717bc5ee75e340bc3dfa30","71493b2c538dffa1e3e968b55b70984b542cc6e488012850865f72768ff32630","8ebf448e9837fda1a368acbb575b0e28843d5b2a3fda04bce76248b64326ea49","91b9f6241fca7843985aa31157cfa08cc724c77d91145a4d834d27cdde099c05","1ded20b804e07204fc4c3b47b1ee67bcbbf483c2c1c537d3b06ea86ddf0ed5a6","a7266bcc42f8ec0f31f319c2dd8100411b4d7b8a534235cb00a719f1c8a2a42e","3dfa3a6f2a62259b56fa7bcebfbacf886848dfa037298be5bed07c7a0381ee4f","a1e3cda52746919d2a95784ce0b1b9ffa22052209aab5f54e079e7b920f5339e","1882680f8c88c5648d603408dd1943857ca831a815e33d3126be8368f7a69252","f387a979388291b2688ba0f604e3ae78874f5f777616b448d34109762a4f05a9","cae0fb826d8a88749189b8a924dfcb5d3ad629e3bc5ec934195fbd83fa48b068","376b8482d1224aa83f4521590672304e30ba847d0b87b9e1a62b2e60a5c788f2","488242948cc48ee6413a159c60bcaf70de15db01364741737a962662f1a127a5","42bacb33cddecbcfe3e043ee1117ba848801749e44f947626765b3e0aec74b1c","b326790c20287ad266b5fcd0c388e2a83320a24747856727dcb70c7bbd489dfc","cd2156bc8e4d54d52a2817d1b6f4629a5dd3173b1d8bb0fc893ee678d6a78ecd","60526d9010e8ccb2a76a59821061463464c3acd5bc7a50320df6d2e4e0d6e4f7","562cce1c8e14e8d5a55d1931cb1848b1df49cc7b1024356d56f3550ed57ad67f","623fa4efc706bb9956d0ae94b13321c6617655bf8ebdb270c9792bb398f82e44","50a0515d658fa198151565b85bbb026277f1cf366d03431ec3a7ab45ac9798b1","79d6871ce0da76f4c865a58daa509d5c8a10545d510b804501daa5d0626e7028","9054417b5760061bc5fe31f9eee5dc9bf018339b0617d3c65dd1673c8e3c0f25","442856ad0787bc213f659e134c204ad0d502179aa216bf700faefb5572208358","443702ca8101ef0adc827c2cc530ca93cf98d41e36ce4399efb9bc833ad9cb62","c94f70562ae60797cce564c3bebbaaf1752c327d5063d6ac152aa5ca1616c267","2aeb5fcdfc884b16015617d263fd8d1a8513f7efe23880be4e5f0bdb3794b37c","fd412dd6372493eb8e3e95cae8687d35e4d34dde905a33e0ee47b74224cdd6ab","b561170fbe8d4292425e1dfa52406c8d97575681f7a5e420d11d9f72f7c29e38","5fe94f3f6411a0f6293f16fdc8e02ee61138941847ce91d6f6800c97fac22fcd","7f7c0ecc3eeeef905a3678e540947f4fbbc1a9c76075419dcc5fbfc3df59cb0b","df3303018d45c92be73fb4a282d5a242579f96235f5e0f8981983102caf5feca","35db266b474b3b9dfd0bc7d25dff3926cc227de45394262f3783b8b174182a16","8205e62a7310ac0513747f6d84175400680cff372559bc5fbe2df707194a295d","084d0df6805570b6dc6c8b49c3a71d5bdfe59606901e0026c63945b68d4b080a","8387fa3287992c71702756fe6ecea68e2f8f2c5aa434493e3afe4817dd4a4787","0f066f9654e700a9cf79c75553c934eb14296aa80583bd2b5d07e2d582a3f4ee","269c5d54104033b70331343bd931c9933852a882391ed6bd98c3d8b7d6465d22","a56b8577aaf471d9e60582065a8193269310e8cae48c1ce4111ed03216f5f715","486ae83cd51b813095f6716f06cc9b2cf480ad1d6c7f8ec59674d6c858cd2407","fff527e2567a24dd634a30268f1aa8a220315fed9c513d70ee872e54f67f27f3","5dd0ff735b3f2e642c3f16bcfb3dc4ecebb679a70e43cfb19ab5fd84d8faaeed","d1d78d1ef0f21ac77cdc436d2a4d56592453a8a2e51af2040ec9a69a5d35e4de","bc55b91274e43f88030c9cfe2c4217fae57894c3c302173ab6e9743c29484e3d","8bb22f70bfd7bf186631fa565c9202ee6a1009ffb961197b7d092b5a1e1d56b1","77282216c61bcef9a700db98e142301d5a7d988d3076286029da63e415e98a42","1a901a304751f566d9f3fc206009e8f08359d90e887999bc60df9f1f70dd4236","64ce8e260a1362d4cadd6c753581a912a9869d4a53ec6e733dc61018f9250f5d","85a915dbb768b89cb92f5e6c165d776bfebd065883c34fee4e0219c3ed321b47","83df2f39cb14971adea51d1c84e7d146a34e9b7f84ad118450a51bdc3138412c","b96364fcb0c9d521e7618346b00acf3fe16ccf9368404ceac1658edee7b6332c","bdb2b70c74908c92ec41d8dd8375a195cb3bb07523e4de642b2b2dfbde249ca6","7b329f4137a552073f504022acbf8cd90d49cc5e5529791bef508f76ff774854","f63bbbffcfc897d22f34cf19ae13405cd267b1783cd21ec47d8a2d02947c98c1","7889f4932dfa7b1126cdc17914d85d80b5860cc3d62ba329494007e8aab45430","d9725ef7f60a791668f7fb808eb90b1789feaaef989a686fefc0f7546a51dcdc","df55b9be6ba19a6f77487e09dc7a94d7c9bf66094d35ea168dbd4bac42c46b8f","595125f3e088b883d104622ef10e6b7d5875ff6976bbe4d7dca090a3e2dca513","8ebb6f0603bf481e893311c49e4d2e2061413c51b9ba5898cd9b0a01f5ef19c8","e0d7eed4ba363df3faadb8e617f95f9fc8adfbb00b87db7ade4a1098d6cf1e90","38faab59a79924ce5eb4f2f3e7e7db91e74d425b4183f908cc014be213f0d971","de115595321ce012c456f512a799679bfc874f0ac0a4928a8429557bb25086aa","cdca67bd898deff48e3acb05fb44500b5ebce16c26a8ec99dee1522cf9879795","0524cab11ba9048d151d93cc666d3908fda329eec6b1642e9a936093e6d79f28","869073d7523e75f45bd65b2072865c60002d5e0cbd3d17831e999cf011312778","bc7b5906a6ce6c5744a640c314e020856be6c50a693e77dc12aff2d77b12ca76","56503e377bc1344f155e4e3115a772cb4e59350c0b8131e3e1fb2750ac491608","6b579287217ee1320ee1c6cfec5f6730f3a1f91daab000f7131558ee531b2bf8","e2ddb2877f5a841866f4fc772a601b58e90ac8399b35f9a06535be81b8e08b47","a793636667598e739a52684033037a67dc2d9db37fab727623626ef19aa5abb9","b15d6238a86bc0fc2368da429249b96c260debc0cec3eb7b5f838ad32587c129","9a9fba3a20769b0a74923e7032997451b61c1bd371c519429b29019399040d74","4b10e2fe52cb61035e58df3f1fdd926dd0fe9cf1a2302f92916da324332fb4e0","d1092ae8d6017f359f4758115f588e089848cc8fb359f7ba045b1a1cf3668a49","ddae9195b0da7b25a585ef43365f4dc5204a746b155fbee71e6ee1a9193fb69f","32dbced998ce74c5e76ce87044d0b4071857576dde36b0c6ed1d5957ce9cf5b5","5bc29a9918feba88816b71e32960cf11243b77b76630e9e87cad961e5e1d31d0","341ffa358628577f490f128f3880c01d50ef31412d1be012bb1cd959b0a383ea","ecc1b8878c8033bde0204b85e26fe1af6847805427759e5723882c848a11e134","cfc9c32553ad3b5be38342bc8731397438a93531118e1a226a8c79ad255b4f0c","16e5b5b023c2a1119c1878a51714861c56255778de0a7fe378391876a15f7433","52e8612d284467b4417143ca8fe54d30145fdfc3815f5b5ea9b14b677f422be5","a090a8a3b0ef2cceeb089acf4df95df72e7d934215896afe264ff6f734d66d15","a0259c6054e3ed2c5fb705b6638e384446cbcdf7fd2072c659b43bd56e214b9a","005319c82222e57934c7b211013eb6931829e46b2a61c5d9a1c3c25f8dc3ea90","151f422f08c8ca67b77c5c39d49278b4df452ef409237c8219be109ae3cdae9d",{"version":"6466cbb0aa561e1c1a87850a1f066692f1692a0a9513c508a3886cd66a62dae8","affectsGlobalScope":true},"90c5e5a058e656ad75a141cc730d2632505e3a68bb29d9595f78c6a2f40a8022",{"version":"df1e7a3a604dfc0f434c4583e8103c171cd5c7684f8e841a0a2ac15fabb3bc24","affectsGlobalScope":true},"8092423644a68740e620384e547f254472386b6ea1e2d233a799068dee2aea99","264eedec865320aa253dffdf0cfd864a13434241ccf76a941cb83911df4dbe7d",{"version":"df1e7a3a604dfc0f434c4583e8103c171cd5c7684f8e841a0a2ac15fabb3bc24","affectsGlobalScope":true},"1d4bc73751d6ec6285331d1ca378904f55d9e5e8aeaa69bc45b675c3df83e778",{"version":"df1e7a3a604dfc0f434c4583e8103c171cd5c7684f8e841a0a2ac15fabb3bc24","affectsGlobalScope":true},"1cfafc077fd4b420e5e1c5f3e0e6b086f6ea424bf96a6c7af0d6d2ef2b008a81",{"version":"df1e7a3a604dfc0f434c4583e8103c171cd5c7684f8e841a0a2ac15fabb3bc24","affectsGlobalScope":true},"8017277c3843df85296d8730f9edf097d68d7d5f9bc9d8124fcacf17ecfd487e","960a68ced7820108787135bdae5265d2cc4b511b7dcfd5b8f213432a8483daf1",{"version":"df1e7a3a604dfc0f434c4583e8103c171cd5c7684f8e841a0a2ac15fabb3bc24","affectsGlobalScope":true},"7c52a6d05a6e68269e63bc63fad6e869368a141ad23a20e2350c831dc499c5f2","2e7ebdc7d8af978c263890bbde991e88d6aa31cc29d46735c9c5f45f0a41243b","b57fd1c0a680d220e714b76d83eff51a08670f56efcc5d68abc82f5a2684f0c0","8cf121e98669f724256d06bebafec912b92bb042a06d4944f7fb27a56c545109","1084565c68b2aed5d6d5cea394799bd688afdf4dc99f4e3615957857c15bb231","8baa5d0febc68db886c40bf341e5c90dc215a90cd64552e47e8184be6b7e3358","510616459e6edd01acbce333fb256e06bdffdad43ca233a9090164bf8bb83912","c73834a2aee5e08dea83bd8d347f131bc52f9ec5b06959165c55ef7a544cae82","cf3d384d082b933d987c4e2fe7bfb8710adfd9dc8155190056ed6695a25a559e","9871b7ee672bc16c78833bdab3052615834b08375cb144e4d2cba74473f4a589","c863198dae89420f3c552b5a03da6ed6d0acfa3807a64772b895db624b0de707","8b03a5e327d7db67112ebbc93b4f744133eda2c1743dbb0a990c61a8007823ef","86c73f2ee1752bac8eeeece234fd05dfcf0637a4fbd8032e4f5f43102faa8eec","42fad1f540271e35ca37cecda12c4ce2eef27f0f5cf0f8dd761d723c744d3159","ff3743a5de32bee10906aff63d1de726f6a7fd6ee2da4b8229054dfa69de2c34","83acd370f7f84f203e71ebba33ba61b7f1291ca027d7f9a662c6307d74e4ac22","1445cec898f90bdd18b2949b9590b3c012f5b7e1804e6e329fb0fe053946d5ec","0e5318ec2275d8da858b541920d9306650ae6ac8012f0e872fe66eb50321a669","cf530297c3fb3a92ec9591dd4fa229d58b5981e45fe6702a0bd2bea53a5e59be","c1f6f7d08d42148ddfe164d36d7aba91f467dbcb3caa715966ff95f55048b3a4","f4e9bf9103191ef3b3612d3ec0044ca4044ca5be27711fe648ada06fad4bcc85","0c1ee27b8f6a00097c2d6d91a21ee4d096ab52c1e28350f6362542b55380059a","7677d5b0db9e020d3017720f853ba18f415219fb3a9597343b1b1012cfd699f7","bc1c6bc119c1784b1a2be6d9c47addec0d83ef0d52c8fbe1f14a51b4dfffc675","52cf2ce99c2a23de70225e252e9822a22b4e0adb82643ab0b710858810e00bf1","770625067bb27a20b9826255a8d47b6b5b0a2d3dfcbd21f89904c731f671ba77","d1ed6765f4d7906a05968fb5cd6d1db8afa14dbe512a4884e8ea5c0f5e142c80","799c0f1b07c092626cf1efd71d459997635911bb5f7fc1196efe449bba87e965","2a184e4462b9914a30b1b5c41cf80c6d3428f17b20d3afb711fff3f0644001fd","9eabde32a3aa5d80de34af2c2206cdc3ee094c6504a8d0c2d6d20c7c179503cc","397c8051b6cfcb48aa22656f0faca2553c5f56187262135162ee79d2b2f6c966","a8ead142e0c87dcd5dc130eba1f8eeed506b08952d905c47621dc2f583b1bff9","a02f10ea5f73130efca046429254a4e3c06b5475baecc8f7b99a0014731be8b3","c2576a4083232b0e2d9bd06875dd43d371dee2e090325a9eac0133fd5650c1cb","4c9a0564bb317349de6a24eb4efea8bb79898fa72ad63a1809165f5bd42970dd","f40ac11d8859092d20f953aae14ba967282c3bb056431a37fced1866ec7a2681","cc11e9e79d4746cc59e0e17473a59d6f104692fd0eeea1bdb2e206eabed83b03","b444a410d34fb5e98aa5ee2b381362044f4884652e8bc8a11c8fe14bbd85518e","c35808c1f5e16d2c571aa65067e3cb95afeff843b259ecfa2fc107a9519b5392","14d5dc055143e941c8743c6a21fa459f961cbc3deedf1bfe47b11587ca4b3ef5","a3ad4e1fc542751005267d50a6298e6765928c0c3a8dce1572f2ba6ca518661c","f237e7c97a3a89f4591afd49ecb3bd8d14f51a1c4adc8fcae3430febedff5eb6","3ffdfbec93b7aed71082af62b8c3e0cc71261cc68d796665faa1e91604fbae8f","662201f943ed45b1ad600d03a90dffe20841e725203ced8b708c91fcd7f9379a","c9ef74c64ed051ea5b958621e7fb853fe3b56e8787c1587aefc6ea988b3c7e79","2462ccfac5f3375794b861abaa81da380f1bbd9401de59ffa43119a0b644253d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","7d8ddf0f021c53099e34ee831a06c394d50371816caa98684812f089b4c6b3d4","ddef25f825320de051dcb0e62ffce621b41c67712b5b4105740c32fd83f4c449","857f9cda624606f2bfb1cb758d47499edfbee66b2cf46804f54620bd430ea26f","1b3dffaa4ca8e38ac434856843505af767a614d187fb3a5ef4fcebb023c355aa","bdcd2c5f1a37a059e1e6a4e377410eecfacc7b8ea10749d7937490c415d412ed","ab82804a14454734010dcdcd43f564ff7b0389bee4c5692eec76ff5b30d4cf66","15fe687c59d62741b4494d5e623d497d55eb38966ecf5bea7f36e48fc3fbe15e",{"version":"2c3b8be03577c98530ef9cb1a76e2c812636a871f367e9edf4c5f3ce702b77f8","affectsGlobalScope":true},"7d2b7fe4adb76d8253f20e4dbdce044f1cdfab4902ec33c3604585f553883f7d",{"version":"14d04f6ab1fe2a1241e758eb703a2020407ace64bb9b23e34e9aa0069200c717","affectsGlobalScope":true},"a946d43895482291ec5cb34a07c1c65ee601263ff5e26053263c0b171057c7fc","c1efe4cefe90bdbaa0c13ae3057eba1a93b448bfb756dcae281f51173f846441","03fe1289f9b1ffcf0950aa06a370badc11b3e6a793308d2bee811955fe79df12","b18bfef15925c4bc28ac3cce02be4299f52fd6bb055c075058f9fc046bf8f1c6","2f8da698a709bcc06341c377d17337abd3c26d86b67ae3c2ab145a34fa84b03d","e6fa5b1b2b33cb3daaaafe685fef14e651a5b7f77cbbacc110dc92782a76ba0a","41a04f7afd58b9696cafd248a775524fa633aa47424c13c08922e029bd8fb03c","d15ea5ae6484cb2607ccfc95e8e139f8cc3cb78c55d31bcd03860836fe93ecfd","52721fd135133263fa5b0ae1e0b5e79ea65cf66ab51d5cd59299fb6f6860e9ec","680a3007565a1d785ba3a7711dda7eda3f3a6c82bc79c04ea6005b57fd5d68e5","a8637991d21aa14213322a322fcab2e424ed46add8aefc98dc7226f71b6b7f75","445f10b292e86af14a775a962ddc617907126510e2e19ea42c57020320f1873c","f0e647e9f289a4acff1b3b4212ecc2ed2182df93bc2fdbc09f9ecc0c55b28804","47e03a25122f95a5d9af9461b521b079ad48acfab4ddd979071eb013f6ceb32c",{"version":"a3970021befe3a68b5f0b076e6887db8b84ae0fa5332781cd8e35d8d3ef917a0","affectsGlobalScope":true},"91718454bd0acb488efc4eb5f29d61a023b23839b70834550c80798988e801f2","bf8ed7fb09b8ad5cc244877d0cb0355a3e2a712034af061d89a6d20df4dd817c","bf8a5c34df856da374c0ba21c56827a2a05bab0cd557bd208ef6404493498573","e7191b94721f46689b92ec18affcde4a27fc82c5a388d7ca934d3165ec55c285","5dd72f8fa0b0904e14879e22da456122a8151e3aaf46b4eb291d6c0ebc3ff9d1","831249fe64ebee1251aa7a234c6acca029bd3dae46ecdb45db2127c766e598e4","6b6381788e739263813846327d827908990060880c7aec8b16791ac6cadb85e1","dee5d387e2e6f3015cbf91fc0c13ed6f016f9c5c1f2ad9c62602f4fd398fa83a","67f129ed8b372622ff36b8b10e39d03e09e363a5ff7821105f92f085b8d1ccba","1b831600aabe1c065830d303d087189e1ccfc93a0ef1882eb58a336ec1ce9f2f","75f191b59fe7ce72d1d7d11d0f329a193843f54af93182fc5a65c37d0a82c85a","cd74c8275483d3fe0d07a9b4bba28845a8a611f0aa399e961dbd40e5d46dd9ad","97259855f26df876d9cd4e991aa473a7df3d34701d542e1e1554cef10f286705","e0b6463c79f59253d7695a5acd8cb1e60542aea836fc9055d9bc1dcca224b639","9cbfee0d2998dc92715f33d94e0cf9650b5e07f74cb40331dcccbbeaf4f36872","24112d1a55250f4da7f9edb9dabeac8e3badebdf4a55b421fc7b8ca5ccc03133","9a2eaab4e54953c6b2ba21f7ac4c2593859da03917011c10a2acd8864e38e7b2","bae8d023ef6b23df7da26f51cea44321f95817c190342a36882e93b80d07a960","26a770cec4bd2e7dbba95c6e536390fffe83c6268b78974a93727903b515c4e7","74d5a87c3616cd5d8691059d531504403aa857e09cbaecb1c64dfb9ace0db185"],"root":[170,[217,221]],"options":{"composite":true,"declaration":true,"declarationMap":true,"emitDeclarationOnly":true,"esModuleInterop":true,"module":99,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noImplicitUseStrict":false,"noStrictGenericChecks":false,"outDir":"./","skipLibCheck":true,"sourceMap":true,"target":99},"fileIdsList":[[73,74,75,77,225,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,222,346,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,225,226,227,228,229,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,225,227,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,288,326,327,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,279,326,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,285,326,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,285,288,318,326,331,332,333,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,318,326,340,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,288,326,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,344,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,285,288,326,337,338,339,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,328,338,340,348,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,286,326,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,285,286,326,351,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,355,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,363,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,357,363,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,358,359,360,361,362,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,79,80,364,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,285,288,290,293,307,318,326,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,369,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,370,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,375,377,378,379,380,381,382,383,384,385,386,387,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,375,376,378,379,380,381,382,383,384,385,386,387,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,376,377,378,379,380,381,382,383,384,385,386,387,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,375,376,377,379,380,381,382,383,384,385,386,387,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,375,376,377,378,380,381,382,383,384,385,386,387,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,375,376,377,378,379,381,382,383,384,385,386,387,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,375,376,377,378,379,380,382,383,384,385,386,387,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,375,376,377,378,379,380,381,383,384,385,386,387,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,375,376,377,378,379,380,381,382,384,385,386,387,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,375,376,377,378,379,380,381,382,383,385,386,387,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,375,376,377,378,379,380,381,382,383,384,386,387,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,375,376,377,378,379,380,381,382,383,384,385,387,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,375,376,377,378,379,380,381,382,383,384,385,386,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,389,390,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,307,326,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,326,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,231,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,272,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,273,278,310,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,274,279,285,286,293,307,318,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,274,275,285,293,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,276,319,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,277,278,286,294,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,278,307,315,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,279,281,285,293,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,272,280,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,281,282,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,285,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,283,285,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,272,285,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,285,286,287,307,318,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,285,286,287,303,307,310,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,270,323,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,281,285,288,293,307,318,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,285,286,288,289,293,307,315,318,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,288,290,307,315,318,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,231,232,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,285,291,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,292,318,323,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,281,285,293,307,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,294,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,295,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,272,296,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,231,232,272,273,274,275,276,277,278,279,280,281,282,283,285,286,287,288,289,290,291,292,293,294,295,296,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,301,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,302,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,285,303,304,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,303,305,319,321,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,273,285,307,308,309,310,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,273,307,309,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,307,308,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,310,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,311,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,231,307,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,285,313,314,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,313,314,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,278,293,307,315,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,316,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,293,317,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,273,288,302,318,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,278,319,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,307,320,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,292,321,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,322,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,273,278,285,287,296,307,318,321,323,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,307,324,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,79,80,401,402,403,405,495,496,497,498,502,503,504,506,699],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,594],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,521],[73,74,75,77,79,80,401,402,403,405,495,496,497,498,502,503,504,506,700],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,529,530],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,510,516,517,520,523,525,526,529],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,527],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,537],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,509,535],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,507,509,510,514,528,529],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,529,558,559],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,507,509,510,514,529],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,535,544],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,507,514,528,529,546],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,508,510,513,514,517,528,529],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,507,509,514,529],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,507,509,514],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,507,508,510,512,514,515,528,529],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,529],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,528,529],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,507,509,510,513,514,528,529,535,546],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,508,510],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,517,528,529,556],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,507,512,529,556,558],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,517,556],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,507,508,510,512,513,528,529,546],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,510],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,508,510,511,512,513,528,529],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,535],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,536],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,507,508,509,510,513,518,519,528,529],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,510,511],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,516,517,522,528,529],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,516,522,524,528,529],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,510,514],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,528,572],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,509],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,509],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,529],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,528],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,518,527,529],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,507,509,510,513,528,529],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,582],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,544],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,505,506,508,509,510,511,512,513,514,515,516,517,518,519,520,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593],[73,74,75,77,401,402,403,405,495,496,497,498,503,504,506],[73,74,75,77,401,402,403,405,495,496,497,498,502,504,506,594],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,594],[73,74,75,77,365,401,402,403,405,493,494,495,496,497,498,502,503,504,506],[73,74,75,77,365,401,402,403,405,493,494,495,496,497,498,502,503,504,506,597],[73,74,75,77,79,80,401,402,403,405,495,496,497,498,502,503,504,506,701],[73,74,75,77,401,402,403,405,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,493,494,495,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,495,496,497,502,503,504,506],[73,74,75,77,365,400,401,402,403,405,494,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,493,494,495,496,497,498,502,503,504,506],[73,74,75,77,79,80,401,402,403,405,495,496,497,498,502,503,504,506,702],[73,74,75,77,363,365,401,402,403,405,495,496,497,498,502,503,504,506,600],[73,74,75,77,79,80,401,402,403,405,495,496,497,498,502,503,504,506,703],[73,74,75,77,79,80,401,402,403,405,495,496,497,498,502,503,504,506,704],[73,74,75,77,363,365,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,79,80,401,402,403,405,495,496,497,498,502,503,504,506,705],[73,74,75,77,365,401,402,403,405,495,496,497,498,502,503,504,506,607],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,605,607,608,609,610],[73,74,75,77,79,80,401,402,403,405,495,496,497,498,502,503,504,506,706],[73,74,75,77,78,79,80,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,288,307,326,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,615,654],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,615,639,654],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,654],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,615],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,615,640,654],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,640,654],[73,74,75,77,286,307,326,336,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,286,349,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,288,326,337,347,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,278,307,326,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,660],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,682,683,684],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,681],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,672],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,684],[73,74,75,77,79,401,402,403,405,495,496,497,498,502,503,504,506,670],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,664,666,668,670,672,673,676,684],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,676,684],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,674,681,684],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,665,666,667,669,670,674,676,684],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,665],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,664,665,666,668,676,684],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,674,684],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,665,666,667,668,669,671],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,670],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,666,676,684],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,665,670,676,684],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,666,667],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,663,664,669,674,676,684],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,664,668,669,670,672,673,674,675,684],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,674,676,681,682,683],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,681,682],[73,74,75,77,326,401,402,403,405,495,496,497,498,502,503,504,506,691],[73,74,75,77,285,288,290,307,315,318,324,326,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,696],[73,74,75,77,285,307,326,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,171,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,173,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,171,172,173,174,175,176,177,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,171,173,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,297,298,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,428,429,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,409,415,416,419,422,424,425,428,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,426,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,436,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,408,434,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,406,408,409,413,427,428,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,428,457,458,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,406,408,409,413,428,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,434,443,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,406,413,427,428,445,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,407,409,412,413,416,427,428,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,406,408,413,428,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,406,408,413,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,406,407,409,411,413,414,427,428,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,428,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,427,428,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,406,408,409,412,413,427,428,434,445,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,407,409,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,406,408,411,427,428,445,455,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,406,411,428,455,457,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,406,408,411,413,445,455,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,406,407,409,411,412,427,428,445,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,409,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,407,409,410,411,412,427,428,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,434,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,435,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,406,407,408,409,412,417,418,427,428,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,409,410,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,415,416,421,427,428,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,415,421,423,427,428,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,409,413,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,471,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,408,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,408,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,428,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,427,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,417,426,428,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,406,408,409,412,427,428,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,481,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,443,495,496,497,498,502,503,504,506],[73,74,75,77,81,401,402,403,405,493,494,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,405,420,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,404,405,407,408,409,410,411,412,413,414,415,416,417,418,419,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,495,496,497,498,502,503,504,506],[73,74,75,77,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,401,403,405,493,494,495,496,497,498,502,503,504,506],[73,74,75,77,401,402,403,495,496,497,498,502,503,504,506],[73,74,75,77,242,246,318,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,242,307,318,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,237,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,239,242,315,318,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,293,315,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,237,326,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,239,242,293,318,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,234,235,238,241,273,285,307,318,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,242,249,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,234,240,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,242,263,264,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,238,242,273,310,318,326,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,273,326,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,263,273,326,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,236,237,326,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,242,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,236,237,238,239,240,241,242,243,244,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,264,265,266,267,268,269,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,242,257,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,242,249,250,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,240,242,250,251,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,241,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,234,237,242,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,242,246,250,251,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,246,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,240,242,245,318,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,234,239,242,249,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,273,307,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,237,242,263,273,323,326,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,372,401,402,403,405,495,496,497,498,502,503,504,506,688],[73,74,75,77,401,402,403,405,495,496,497,498,502,503,504,506,688],[73,74,75,77,372,401,402,403,405,495,496,497,498,502,503,504,506,686,687],[73,74,75,77,222,273,288,293,315,318,321,346,401,402,403,405,495,496,497,498,502,503,504,506,686,688,689,690],[73,74,75,77,178,179,180,181,182,183,189,190,192,194,199,200,206,214,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,181,189,190,207,214,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,181,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,191,207,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,180,193,194,198,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,193,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,193,194,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,193,195,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,178,179,180,181,193,194,198,199,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,197,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,193,196,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,179,191,201,202,203,204,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,179,180,182,199,204,205,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,193,197,199,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,180,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,184,185,188,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,184,188,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,184,186,187,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,203,204,205,206,207,208,209,210,211,212,213,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,179,180,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,212,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,169,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,96,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,104,105,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,85,91,92,95,98,100,101,104,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,102,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,112,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,84,110,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,82,84,85,89,103,104,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,104,133,134,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,82,84,85,89,104,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,110,119,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,82,89,103,104,121,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,83,85,88,89,92,103,104,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,82,84,89,104,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,82,84,89,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,82,83,85,87,89,90,103,104,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,104,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,103,104,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,82,84,85,88,89,103,104,110,121,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,83,85,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,92,103,104,131,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,82,87,104,131,133,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,92,131,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,82,83,85,87,88,103,104,121,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,85,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,83,85,86,87,88,103,104,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,110,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,111,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,82,83,84,85,88,93,94,103,104,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,85,86,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,91,92,97,103,104,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,91,97,99,103,104,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,85,89,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,103,147,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,84,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,84,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,104,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,103,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,93,102,104,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,81,82,84,85,88,103,104,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,157,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,119,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,76,77,83,84,85,86,87,88,89,90,91,92,93,94,95,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,401,402,403,405,495,496,497,498,502,503,504,506],[74,75,77,401,402,403,405,495,496,497,498,502,503,504,506],[73,75,77,169,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,169,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,214,215,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,169,214,215,216,217,218,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,214,218,219,401,402,403,405,495,496,497,498,502,503,504,506],[73,74,75,77,169,220,401,402,403,405,495,496,497,498,502,503,504,506]],"referencedMap":[[227,1],[225,2],[215,2],[223,3],[224,2],[216,2],[230,4],[226,1],[228,5],[229,1],[328,6],[329,7],[330,8],[334,9],[335,8],[341,10],[327,11],[342,2],[343,11],[345,12],[346,3],[222,2],[340,13],[349,14],[350,15],[352,16],[353,2],[354,2],[356,17],[357,2],[361,18],[362,18],[358,19],[359,19],[360,19],[363,20],[366,21],[364,2],[365,22],[367,2],[332,2],[347,2],[368,23],[369,2],[370,24],[371,25],[372,2],[373,2],[374,8],[376,26],[377,27],[375,28],[378,29],[379,30],[380,31],[381,32],[382,33],[383,34],[384,35],[385,36],[386,37],[387,38],[388,17],[390,39],[389,2],[336,2],[351,2],[391,2],[344,2],[392,40],[393,41],[231,42],[232,42],[272,43],[273,44],[274,45],[275,46],[276,47],[277,48],[278,49],[279,50],[280,51],[281,52],[282,52],[284,53],[283,54],[285,55],[286,56],[287,57],[271,58],[325,2],[288,59],[289,60],[290,61],[326,62],[291,63],[292,64],[293,65],[294,66],[295,67],[296,68],[300,69],[301,70],[302,71],[303,72],[304,72],[305,73],[306,2],[307,74],[309,75],[308,76],[310,77],[311,78],[312,79],[313,80],[314,81],[315,82],[316,83],[317,84],[318,85],[319,86],[320,87],[321,88],[322,89],[323,90],[324,91],[394,2],[395,2],[396,2],[397,2],[80,2],[338,2],[339,2],[399,21],[398,92],[595,93],[521,93],[522,94],[501,95],[531,96],[532,2],[527,97],[533,2],[534,98],[538,99],[539,2],[540,100],[541,101],[560,102],[542,2],[543,103],[545,104],[547,105],[548,106],[549,107],[515,107],[550,108],[516,109],[551,110],[552,101],[553,111],[554,112],[555,2],[512,113],[557,114],[559,115],[558,116],[556,117],[517,108],[513,118],[514,119],[561,2],[562,2],[544,120],[536,120],[537,121],[520,122],[518,2],[519,2],[563,120],[564,123],[565,2],[566,104],[523,124],[525,125],[567,2],[568,126],[569,2],[570,2],[571,2],[573,127],[574,2],[524,21],[575,21],[576,128],[577,129],[578,2],[579,130],[581,130],[580,130],[529,131],[528,132],[530,130],[526,133],[582,2],[583,134],[510,128],[584,99],[585,99],[586,135],[587,120],[572,2],[588,2],[589,2],[590,2],[591,21],[592,2],[535,2],[594,136],[502,137],[503,138],[504,2],[506,139],[505,2],[546,2],[507,2],[593,140],[508,2],[511,118],[509,21],[597,141],[598,142],[596,143],[495,144],[496,145],[497,2],[498,146],[400,2],[500,147],[494,148],[499,149],[602,150],[601,151],[604,150],[603,152],[600,153],[599,154],[608,155],[609,21],[607,21],[610,155],[605,2],[611,156],[606,157],[78,2],[81,158],[612,2],[333,159],[613,2],[614,40],[639,160],[640,161],[615,162],[618,162],[637,160],[638,160],[628,160],[627,163],[625,160],[620,160],[633,160],[631,160],[635,160],[619,160],[632,160],[636,160],[621,160],[622,160],[634,160],[616,160],[623,160],[624,160],[626,160],[630,160],[641,164],[629,160],[617,160],[654,165],[653,2],[648,164],[650,166],[649,164],[642,164],[643,164],[645,164],[647,164],[651,166],[652,166],[644,166],[646,166],[337,167],[655,168],[348,169],[656,2],[657,11],[658,170],[659,2],[661,171],[660,2],[355,2],[662,2],[685,172],[682,173],[680,174],[665,2],[681,175],[663,176],[674,177],[675,178],[671,179],[668,180],[667,181],[669,182],[679,183],[672,184],[673,185],[664,2],[677,186],[666,187],[678,188],[670,189],[676,190],[684,191],[683,192],[692,193],[693,2],[694,2],[695,194],[696,2],[697,195],[698,196],[172,197],[171,2],[174,198],[173,2],[177,2],[178,199],[176,200],[175,200],[201,2],[233,2],[202,2],[79,2],[179,2],[331,53],[297,2],[298,2],[299,201],[430,202],[431,2],[426,203],[432,2],[433,204],[437,205],[438,2],[439,206],[440,207],[459,208],[441,2],[442,209],[444,210],[446,211],[447,212],[448,213],[414,213],[449,214],[415,215],[450,216],[451,207],[452,217],[453,218],[454,2],[411,219],[456,220],[458,221],[457,222],[455,223],[416,214],[412,224],[413,225],[460,2],[461,2],[443,226],[435,226],[436,227],[419,228],[417,2],[418,2],[462,226],[463,229],[464,2],[465,210],[422,230],[424,231],[466,2],[467,232],[468,2],[469,2],[470,2],[472,233],[473,2],[423,234],[474,234],[475,235],[476,236],[477,2],[478,237],[480,237],[479,237],[428,238],[427,239],[429,237],[425,240],[481,2],[482,241],[409,235],[483,205],[484,205],[485,242],[486,226],[471,2],[487,2],[488,2],[489,2],[490,234],[491,2],[434,2],[420,243],[421,244],[493,245],[401,246],[402,247],[403,2],[405,248],[404,2],[445,2],[406,2],[492,148],[407,2],[410,224],[408,234],[690,2],[71,2],[72,2],[12,2],[14,2],[13,2],[2,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[22,2],[3,2],[23,2],[4,2],[24,2],[28,2],[25,2],[26,2],[27,2],[29,2],[30,2],[31,2],[5,2],[32,2],[33,2],[34,2],[35,2],[6,2],[39,2],[36,2],[37,2],[38,2],[40,2],[7,2],[41,2],[46,2],[47,2],[42,2],[43,2],[44,2],[45,2],[8,2],[51,2],[48,2],[49,2],[50,2],[52,2],[9,2],[53,2],[54,2],[55,2],[58,2],[56,2],[57,2],[59,2],[60,2],[10,2],[61,2],[1,2],[62,2],[63,2],[11,2],[68,2],[65,2],[64,2],[69,2],[67,2],[70,2],[66,2],[249,249],[259,250],[248,249],[269,251],[240,252],[239,253],[268,41],[262,254],[267,255],[242,256],[256,257],[241,258],[265,259],[237,260],[236,261],[266,262],[238,263],[243,264],[244,2],[247,264],[234,2],[270,265],[260,266],[251,267],[252,268],[254,269],[250,270],[253,271],[263,41],[245,272],[246,273],[255,274],[235,275],[258,266],[257,264],[261,2],[264,276],[687,2],[686,277],[689,278],[688,279],[691,280],[207,281],[208,282],[190,283],[192,284],[191,2],[210,2],[199,285],[194,286],[193,2],[200,287],[195,2],[196,288],[209,289],[198,290],[197,291],[205,292],[206,293],[204,294],[181,295],[182,2],[183,2],[184,2],[186,296],[185,297],[189,297],[188,298],[187,297],[214,299],[212,2],[211,2],[180,2],[203,300],[213,301],[96,302],[97,303],[106,304],[107,2],[102,305],[108,2],[109,306],[113,307],[114,2],[115,308],[116,309],[135,310],[117,2],[118,311],[120,312],[122,313],[123,314],[124,315],[90,315],[125,316],[91,317],[126,318],[127,309],[128,319],[129,320],[130,2],[87,321],[132,322],[134,323],[133,324],[131,325],[92,316],[88,326],[89,327],[136,2],[137,2],[119,328],[111,328],[112,329],[95,330],[93,2],[94,2],[138,328],[139,331],[140,2],[141,312],[98,332],[100,333],[142,2],[143,334],[144,2],[145,2],[146,2],[148,335],[149,2],[99,234],[150,234],[151,336],[152,337],[153,2],[154,338],[156,338],[155,338],[104,339],[103,340],[105,338],[101,341],[157,2],[158,342],[85,336],[159,307],[160,307],[161,343],[162,328],[147,2],[163,2],[164,2],[165,2],[166,234],[167,2],[110,2],[169,344],[73,345],[74,346],[75,2],[77,347],[76,2],[121,2],[82,2],[168,348],[83,2],[86,326],[84,234],[170,348],[217,349],[219,350],[220,351],[218,2],[221,352]],"latestChangedDtsFile":"./src/index.d.ts"},"version":"5.5.4"}
@@ -0,0 +1 @@
1
+ {"type":"module"}
@@ -0,0 +1,7 @@
1
+ import type { TurboModule } from 'react-native';
2
+ export interface Spec extends TurboModule {
3
+ getBundlePath(): string;
4
+ }
5
+ declare const _default: Spec;
6
+ export default _default;
7
+ //# sourceMappingURL=NativePowerSyncOpSqlite.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NativePowerSyncOpSqlite.d.ts","sourceRoot":"","sources":["../../../../src/NativePowerSyncOpSqlite.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAGhD,MAAM,WAAW,IAAK,SAAQ,WAAW;IACvC,aAAa,IAAI,MAAM,CAAC;CACzB;;AAED,wBAA2E"}
@@ -0,0 +1,17 @@
1
+ import { DB } from '@op-engineering/op-sqlite';
2
+ import { BaseObserver, DBAdapterListener, QueryResult } from '@powersync/common';
3
+ export type OPSQLiteConnectionOptions = {
4
+ baseDB: DB;
5
+ };
6
+ export declare class OPSQLiteConnection extends BaseObserver<DBAdapterListener> {
7
+ protected options: OPSQLiteConnectionOptions;
8
+ protected DB: DB;
9
+ constructor(options: OPSQLiteConnectionOptions);
10
+ close(): void;
11
+ execute(query: string, params?: any[]): Promise<QueryResult>;
12
+ executeBatch(query: string, params?: any[][]): Promise<QueryResult>;
13
+ getAll<T>(sql: string, parameters?: any[]): Promise<T[]>;
14
+ getOptional<T>(sql: string, parameters?: any[]): Promise<T | null>;
15
+ get<T>(sql: string, parameters?: any[]): Promise<T>;
16
+ }
17
+ //# sourceMappingURL=OPSQLiteConnection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OPSQLiteConnection.d.ts","sourceRoot":"","sources":["../../../../../src/db/OPSQLiteConnection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAiB,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,WAAW,EAAiB,MAAM,mBAAmB,CAAC;AAEhG,MAAM,MAAM,yBAAyB,GAAG;IACtC,MAAM,EAAE,EAAE,CAAC;CACZ,CAAC;AAEF,qBAAa,kBAAmB,SAAQ,YAAY,CAAC,iBAAiB,CAAC;IAEzD,SAAS,CAAC,OAAO,EAAE,yBAAyB;IADxD,SAAS,CAAC,EAAE,EAAE,EAAE,CAAC;gBACK,OAAO,EAAE,yBAAyB;IA4BxD,KAAK;IAIC,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,WAAW,CAAC;IAa5D,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,GAAE,GAAG,EAAE,EAAO,GAAG,OAAO,CAAC,WAAW,CAAC;IAUvE,MAAM,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,CAAC,EAAE,CAAC;IAKxD,WAAW,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,CAAC,GAAG,IAAI,CAAC;IAKlE,GAAG,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,CAAC,CAAC;CAO1D"}
@@ -0,0 +1,37 @@
1
+ import { BaseObserver, DBAdapter, DBAdapterListener, DBLockOptions, QueryResult, Transaction } from '@powersync/common';
2
+ import Lock from 'async-lock';
3
+ import { OPSQLiteConnection } from './OPSQLiteConnection';
4
+ import { SqliteOptions } from './SqliteOptions';
5
+ /**
6
+ * Adapter for React Native Quick SQLite
7
+ */
8
+ export type OPSQLiteAdapterOptions = {
9
+ name: string;
10
+ dbLocation?: string;
11
+ sqliteOptions?: SqliteOptions;
12
+ };
13
+ export declare class OPSQLiteDBAdapter extends BaseObserver<DBAdapterListener> implements DBAdapter {
14
+ protected options: OPSQLiteAdapterOptions;
15
+ name: string;
16
+ protected locks: Lock;
17
+ protected initialized: Promise<void>;
18
+ protected readConnections: OPSQLiteConnection[] | null;
19
+ protected writeConnection: OPSQLiteConnection | null;
20
+ constructor(options: OPSQLiteAdapterOptions);
21
+ protected init(): Promise<void>;
22
+ protected openConnection(dbLocation: string, filenameOverride?: string): Promise<OPSQLiteConnection>;
23
+ private getDbLocation;
24
+ private loadExtension;
25
+ close(): void;
26
+ readLock<T>(fn: (tx: OPSQLiteConnection) => Promise<T>, options?: DBLockOptions): Promise<T>;
27
+ writeLock<T>(fn: (tx: OPSQLiteConnection) => Promise<T>, options?: DBLockOptions): Promise<T>;
28
+ readTransaction<T>(fn: (tx: Transaction) => Promise<T>, options?: DBLockOptions): Promise<T>;
29
+ writeTransaction<T>(fn: (tx: Transaction) => Promise<T>, options?: DBLockOptions): Promise<T>;
30
+ getAll<T>(sql: string, parameters?: any[]): Promise<T[]>;
31
+ getOptional<T>(sql: string, parameters?: any[]): Promise<T | null>;
32
+ get<T>(sql: string, parameters?: any[]): Promise<T>;
33
+ execute(query: string, params?: any[]): Promise<QueryResult>;
34
+ executeBatch(query: string, params?: any[][]): Promise<QueryResult>;
35
+ protected internalTransaction<T>(connection: OPSQLiteConnection, fn: (tx: Transaction) => Promise<T>): Promise<T>;
36
+ }
37
+ //# sourceMappingURL=OPSqliteAdapter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OPSqliteAdapter.d.ts","sourceRoot":"","sources":["../../../../../src/db/OPSqliteAdapter.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,SAAS,EACT,iBAAiB,EACjB,aAAa,EACb,WAAW,EAEX,WAAW,EACZ,MAAM,mBAAmB,CAAC;AAE3B,OAAO,IAAI,MAAM,YAAY,CAAC;AAC9B,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,EAA0B,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAExE;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,aAAa,CAAC;CAC/B,CAAC;AASF,qBAAa,iBAAkB,SAAQ,YAAY,CAAC,iBAAiB,CAAE,YAAW,SAAS;IAU7E,SAAS,CAAC,OAAO,EAAE,sBAAsB;IATrD,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC;IAEtB,SAAS,CAAC,WAAW,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAErC,SAAS,CAAC,eAAe,EAAE,kBAAkB,EAAE,GAAG,IAAI,CAAC;IAEvD,SAAS,CAAC,eAAe,EAAE,kBAAkB,GAAG,IAAI,CAAC;gBAE/B,OAAO,EAAE,sBAAsB;cAUrC,IAAI;cAwDJ,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAgB1G,OAAO,CAAC,aAAa;IAQrB,OAAO,CAAC,aAAa;IAUrB,KAAK;IAOC,QAAQ,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,kBAAkB,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,CAAC,CAAC;IA4B5F,SAAS,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,kBAAkB,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,CAAC,CAAC;IAkBnG,eAAe,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,WAAW,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,CAAC,CAAC;IAI5F,gBAAgB,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,WAAW,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,CAAC,CAAC;IAI7F,MAAM,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,CAAC,EAAE,CAAC;IAIxD,WAAW,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,CAAC,GAAG,IAAI,CAAC;IAIlE,GAAG,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,CAAC,CAAC;IAInD,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,GAAG,EAAE;IAI/B,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,GAAE,GAAG,EAAE,EAAO,GAAG,OAAO,CAAC,WAAW,CAAC;cAI7D,mBAAmB,CAAC,CAAC,EACnC,UAAU,EAAE,kBAAkB,EAC9B,EAAE,EAAE,CAAC,EAAE,EAAE,WAAW,KAAK,OAAO,CAAC,CAAC,CAAC,GAClC,OAAO,CAAC,CAAC,CAAC;CAiCd"}
@@ -0,0 +1,12 @@
1
+ import { DBAdapter, SQLOpenFactory, SQLOpenOptions } from '@powersync/common';
2
+ import { SqliteOptions } from './SqliteOptions';
3
+ export interface OPSQLiteOpenFactoryOptions extends SQLOpenOptions {
4
+ sqliteOptions?: SqliteOptions;
5
+ }
6
+ export declare class OPSqliteOpenFactory implements SQLOpenFactory {
7
+ protected options: OPSQLiteOpenFactoryOptions;
8
+ private sqliteOptions;
9
+ constructor(options: OPSQLiteOpenFactoryOptions);
10
+ openDB(): DBAdapter;
11
+ }
12
+ //# sourceMappingURL=OPSqliteDBOpenFactory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OPSqliteDBOpenFactory.d.ts","sourceRoot":"","sources":["../../../../../src/db/OPSqliteDBOpenFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAE9E,OAAO,EAA0B,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAExE,MAAM,WAAW,0BAA2B,SAAQ,cAAc;IAChE,aAAa,CAAC,EAAE,aAAa,CAAC;CAC/B;AACD,qBAAa,mBAAoB,YAAW,cAAc;IAG5C,SAAS,CAAC,OAAO,EAAE,0BAA0B;IAFzD,OAAO,CAAC,aAAa,CAA0B;gBAEzB,OAAO,EAAE,0BAA0B;IAOzD,MAAM,IAAI,SAAS;CAOpB"}
@@ -0,0 +1,39 @@
1
+ export interface SqliteOptions {
2
+ /**
3
+ * SQLite journal mode. Defaults to [SqliteJournalMode.wal].
4
+ */
5
+ journalMode?: SqliteJournalMode;
6
+ /**
7
+ * SQLite synchronous flag. Defaults to [SqliteSynchronous.normal], which
8
+ * is safe for WAL mode.
9
+ */
10
+ synchronous?: SqliteSynchronous;
11
+ /**
12
+ * Journal/WAL size limit. Defaults to 6MB.
13
+ * The WAL may grow larger than this limit during writes, but SQLite will
14
+ * attempt to truncate the file afterwards.
15
+ */
16
+ journalSizeLimit?: number;
17
+ /**
18
+ * Timeout in milliseconds waiting for locks to be released by other connections.
19
+ * Defaults to 30 seconds.
20
+ * Set to null or zero to fail immediately when the database is locked.
21
+ */
22
+ lockTimeoutMs?: number;
23
+ }
24
+ declare enum SqliteJournalMode {
25
+ wal = "WAL",
26
+ delete = "DELETE",
27
+ truncate = "TRUNCATE",
28
+ persist = "PERSIST",
29
+ memory = "MEMORY",
30
+ off = "OFF"
31
+ }
32
+ declare enum SqliteSynchronous {
33
+ normal = "NORMAL",
34
+ full = "FULL",
35
+ off = "OFF"
36
+ }
37
+ export declare const DEFAULT_SQLITE_OPTIONS: Required<SqliteOptions>;
38
+ export {};
39
+ //# sourceMappingURL=SqliteOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SqliteOptions.d.ts","sourceRoot":"","sources":["../../../../../src/db/SqliteOptions.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAEhC;;;OAGG;IACH,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAEhC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAKD,aAAK,iBAAiB;IAGpB,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,GAAG,QAAQ;CACZ;AAGD,aAAK,iBAAiB;IACpB,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,GAAG,QAAQ;CACZ;AAED,eAAO,MAAM,sBAAsB,EAAE,QAAQ,CAAC,aAAa,CAK1D,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare function getBundlePath(): string;
2
+ export { OPSqliteOpenFactory, OPSQLiteOpenFactoryOptions } from './db/OPSqliteDBOpenFactory';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.ts"],"names":[],"mappings":"AAyBA,wBAAgB,aAAa,IAAI,MAAM,CAEtC;AAED,OAAO,EAAE,mBAAmB,EAAE,0BAA0B,EAAE,MAAM,4BAA4B,CAAC"}