diff --git a/AccountProtection.podspec b/AccountProtection.podspec
index 2569f7a..d304688 100644
--- a/AccountProtection.podspec
+++ b/AccountProtection.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#
spec.name = "AccountProtection"
- spec.version = "2.0.7"
+ spec.version = "2.1.2"
spec.summary = "Account protection is a cloud service embedded into web and mobile apps to help enterprises confidently welcome trusted customers and keep the bad people out."
spec.homepage = "https://www.transmitsecurity.co.il"
@@ -134,7 +134,7 @@ Pod::Spec.new do |spec|
# spec.requires_arc = true
# spec.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
- spec.dependency "TSCoreSDK", "~> 1.0.18"
+ spec.dependency "TSCoreSDK", "~> 1.0.21"
spec.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
diff --git a/Package.swift b/Package.swift
index e6bc75c..112f24a 100644
--- a/Package.swift
+++ b/Package.swift
@@ -14,7 +14,7 @@ let package = Package(
targets: ["AccountProtection", "AccountProtection-Dependencies"])
],
dependencies: [
- .package(url: "https://github.com/TransmitSecurity/core-ios-sdk.git", from: "1.0.18")
+ .package(url: "https://github.com/TransmitSecurity/core-ios-sdk.git", from: "1.0.21")
],
targets: [
.binaryTarget(
diff --git a/Sources/AccountProtection.xcframework/Info.plist b/Sources/AccountProtection.xcframework/Info.plist
index 6dffa3c..e48d0c9 100644
--- a/Sources/AccountProtection.xcframework/Info.plist
+++ b/Sources/AccountProtection.xcframework/Info.plist
@@ -5,8 +5,6 @@
AvailableLibraries
- BinaryPath
- AccountProtection.framework/AccountProtection
LibraryIdentifier
ios-arm64
LibraryPath
@@ -19,8 +17,6 @@
ios
- BinaryPath
- AccountProtection.framework/AccountProtection
LibraryIdentifier
ios-arm64_x86_64-simulator
LibraryPath
diff --git a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/AccountProtection b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/AccountProtection
index 2650b44..fda79d8 100755
Binary files a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/AccountProtection and b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/AccountProtection differ
diff --git a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Headers/AccountProtection-Swift.h b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Headers/AccountProtection-Swift.h
index 8a7b09d..5546fec 100644
--- a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Headers/AccountProtection-Swift.h
+++ b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Headers/AccountProtection-Swift.h
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
#ifndef ACCOUNTPROTECTION_SWIFT_H
#define ACCOUNTPROTECTION_SWIFT_H
#pragma clang diagnostic push
@@ -23,6 +23,7 @@
# include
#endif
+#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
@@ -31,30 +32,10 @@
#include
#include
#include
-#include
-#include
-#include
-#include
#else
#include
#include
#include
-#include
-#endif
-#if defined(__cplusplus)
-#if defined(__arm64e__) && __has_include()
-# include
-#else
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
-# ifndef __ptrauth_swift_value_witness_function_pointer
-# define __ptrauth_swift_value_witness_function_pointer(x)
-# endif
-# ifndef __ptrauth_swift_class_method_pointer
-# define __ptrauth_swift_class_method_pointer(x)
-# endif
-#pragma clang diagnostic pop
-#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -90,66 +71,53 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# if __has_feature(objc_class_property)
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
# else
-# define SWIFT_CLASS_PROPERTY(...)
+# define SWIFT_CLASS_PROPERTY(...)
# endif
#endif
-#if !defined(SWIFT_RUNTIME_NAME)
-# if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-# else
-# define SWIFT_RUNTIME_NAME(X)
-# endif
+
+#if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+#else
+# define SWIFT_RUNTIME_NAME(X)
#endif
-#if !defined(SWIFT_COMPILE_NAME)
-# if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-# else
-# define SWIFT_COMPILE_NAME(X)
-# endif
+#if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+#else
+# define SWIFT_COMPILE_NAME(X)
#endif
-#if !defined(SWIFT_METHOD_FAMILY)
-# if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-# else
-# define SWIFT_METHOD_FAMILY(X)
-# endif
+#if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+#else
+# define SWIFT_METHOD_FAMILY(X)
#endif
-#if !defined(SWIFT_NOESCAPE)
-# if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-# else
-# define SWIFT_NOESCAPE
-# endif
+#if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+#else
+# define SWIFT_NOESCAPE
#endif
-#if !defined(SWIFT_RELEASES_ARGUMENT)
-# if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-# else
-# define SWIFT_RELEASES_ARGUMENT
-# endif
+#if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+#else
+# define SWIFT_RELEASES_ARGUMENT
#endif
-#if !defined(SWIFT_WARN_UNUSED_RESULT)
-# if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-# else
-# define SWIFT_WARN_UNUSED_RESULT
-# endif
+#if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+#else
+# define SWIFT_WARN_UNUSED_RESULT
#endif
-#if !defined(SWIFT_NORETURN)
-# if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-# else
-# define SWIFT_NORETURN
-# endif
+#if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+#else
+# define SWIFT_NORETURN
#endif
#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_EXTRA
#endif
#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_EXTRA
#endif
#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
+# define SWIFT_ENUM_EXTRA
#endif
#if !defined(SWIFT_CLASS)
# if __has_attribute(objc_subclassing_restricted)
@@ -169,25 +137,28 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
# endif
#endif
+
#if !defined(SWIFT_PROTOCOL)
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
+
#if !defined(SWIFT_EXTENSION)
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
+
#if !defined(OBJC_DESIGNATED_INITIALIZER)
# if __has_attribute(objc_designated_initializer)
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
# else
-# define OBJC_DESIGNATED_INITIALIZER
+# define OBJC_DESIGNATED_INITIALIZER
# endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-# if __has_attribute(enum_extensibility)
+# if defined(__has_attribute) && __has_attribute(enum_extensibility)
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
# else
-# define SWIFT_ENUM_ATTR(_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility)
# endif
#endif
#if !defined(SWIFT_ENUM)
@@ -216,16 +187,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
-#if !defined(SWIFT_DEPRECATED_OBJC)
-# if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-# else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
-# endif
+#if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+#else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
-# define IBSegueAction
+# define IBSegueAction
#endif
#endif
#if !defined(SWIFT_EXTERN)
@@ -238,42 +207,26 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
# define SWIFT_CALL __attribute__((swiftcall))
#endif
-#if !defined(SWIFT_INDIRECT_RESULT)
-# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
-#endif
-#if !defined(SWIFT_CONTEXT)
-# define SWIFT_CONTEXT __attribute__((swift_context))
-#endif
-#if !defined(SWIFT_ERROR_RESULT)
-# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
-#endif
#if defined(__cplusplus)
+#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT noexcept
+#endif
#else
+#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT
#endif
-#if !defined(SWIFT_C_INLINE_THUNK)
-# if __has_attribute(always_inline)
-# if __has_attribute(nodebug)
-# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
-# else
-# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
-# endif
-# else
-# define SWIFT_C_INLINE_THUNK inline
-# endif
-#endif
-#if defined(_WIN32)
-#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
-# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
#endif
-#else
-#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
-# define SWIFT_IMPORT_STDLIB_SYMBOL
+#if defined(__cplusplus)
+#if !defined(SWIFT_CXX_INT_DEFINED)
+#define SWIFT_CXX_INT_DEFINED
+namespace swift {
+using Int = ptrdiff_t;
+using UInt = size_t;
+}
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(objc_modules)
+#if __has_feature(modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -307,12 +260,13 @@ SWIFT_CLASS("_TtC17AccountProtection19TSAccountProtection")
@end
+
+#endif
+#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
-#if defined(__cplusplus)
-#endif
#pragma clang diagnostic pop
#endif
diff --git a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Info.plist b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Info.plist
index c350b93..7bef552 100644
Binary files a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Info.plist and b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Info.plist differ
diff --git a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios.abi.json b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios.abi.json
index 4959c75..3a6b2f3 100644
--- a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios.abi.json
+++ b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios.abi.json
@@ -109,6 +109,13 @@
"RawDocComment"
]
},
+ {
+ "kind": "Import",
+ "name": "TSCoreSDK",
+ "printedName": "TSCoreSDK",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
{
"kind": "TypeDecl",
"name": "TSTriggerActionResponse",
@@ -195,6 +202,94 @@
}
]
},
+ {
+ "kind": "TypeDecl",
+ "name": "TSAccountProtectionError",
+ "printedName": "TSAccountProtectionError",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "internal",
+ "printedName": "internal",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(AccountProtection.TSAccountProtectionError.Type) -> (Swift.Error?) -> AccountProtection.TSAccountProtectionError",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Swift.Error?) -> AccountProtection.TSAccountProtectionError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TSAccountProtectionError",
+ "printedName": "AccountProtection.TSAccountProtectionError",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Error?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "AccountProtection.TSAccountProtectionError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TSAccountProtectionError",
+ "printedName": "AccountProtection.TSAccountProtectionError",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO8internalyACs0D0_pSgcACmF",
+ "mangledName": "$s17AccountProtection09TSAccountB5ErrorO8internalyACs0D0_pSgcACmF",
+ "moduleName": "AccountProtection"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO",
+ "mangledName": "$s17AccountProtection09TSAccountB5ErrorO",
+ "moduleName": "AccountProtection",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Error",
+ "printedName": "Error",
+ "usr": "s:s5ErrorP",
+ "mangledName": "$ss5ErrorP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
{
"kind": "TypeDecl",
"name": "TSActionEventOptions",
@@ -1092,6 +1187,88 @@
"name": "TSAccountProtection",
"printedName": "TSAccountProtection",
"children": [
+ {
+ "kind": "Function",
+ "name": "initialize",
+ "printedName": "initialize(baseUrl:clientId:userId:completion:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "hasDefaultArg": true,
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Swift.Result<(), AccountProtection.TSAccountProtectionError>) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Result",
+ "printedName": "Swift.Result<(), AccountProtection.TSAccountProtectionError>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "TSAccountProtectionError",
+ "printedName": "AccountProtection.TSAccountProtectionError",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO"
+ }
+ ],
+ "usr": "s:s6ResultO"
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:17AccountProtection09TSAccountB0C10initialize7baseUrl8clientId04userH010completionySS_S2SSgys6ResultOyytAA0cB5ErrorOGctFZ",
+ "mangledName": "$s17AccountProtection09TSAccountB0C10initialize7baseUrl8clientId04userH010completionySS_S2SSgys6ResultOyytAA0cB5ErrorOGctFZ",
+ "moduleName": "AccountProtection",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
{
"kind": "Function",
"name": "initialize",
@@ -1143,6 +1320,85 @@
],
"funcSelfKind": "NonMutating"
},
+ {
+ "kind": "Function",
+ "name": "initializeSDK",
+ "printedName": "initializeSDK(userId:completion:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((Swift.Result<(), AccountProtection.TSAccountProtectionError>) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Swift.Result<(), AccountProtection.TSAccountProtectionError>) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Result",
+ "printedName": "Swift.Result<(), AccountProtection.TSAccountProtectionError>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "TSAccountProtectionError",
+ "printedName": "AccountProtection.TSAccountProtectionError",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO"
+ }
+ ],
+ "usr": "s:s6ResultO"
+ }
+ ]
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:17AccountProtection09TSAccountB0C13initializeSDK6userId10completionySSSg_ys6ResultOyytAA0cB5ErrorOGcSgtKFZ",
+ "mangledName": "$s17AccountProtection09TSAccountB0C13initializeSDK6userId10completionySSSg_ys6ResultOyytAA0cB5ErrorOGcSgtKFZ",
+ "moduleName": "AccountProtection",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "throwing": true,
+ "funcSelfKind": "NonMutating"
+ },
{
"kind": "Function",
"name": "triggerAction",
@@ -1270,6 +1526,47 @@
"RawDocComment"
],
"funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getSessionToken",
+ "printedName": "getSessionToken(completion:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Swift.String) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:17AccountProtection09TSAccountB0C15getSessionToken10completionyySSc_tFZ",
+ "mangledName": "$s17AccountProtection09TSAccountB0C15getSessionToken10completionyySSc_tFZ",
+ "moduleName": "AccountProtection",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
@@ -2116,16 +2413,6 @@
"RawDocComment"
]
},
- {
- "kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
- "declKind": "Import",
- "moduleName": "AccountProtection",
- "declAttributes": [
- "RawDocComment"
- ]
- },
{
"kind": "Import",
"name": "Combine",
@@ -2269,6 +2556,13 @@
"RawDocComment"
]
},
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
{
"kind": "Import",
"name": "Foundation",
@@ -2279,13 +2573,6 @@
"RawDocComment"
]
},
- {
- "kind": "Import",
- "name": "LocalAuthentication",
- "printedName": "LocalAuthentication",
- "declKind": "Import",
- "moduleName": "AccountProtection"
- },
{
"kind": "Import",
"name": "Foundation",
@@ -2298,8 +2585,25 @@
},
{
"kind": "Import",
- "name": "UIKit",
- "printedName": "UIKit",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "AccountProtection",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
"declKind": "Import",
"moduleName": "AccountProtection"
},
@@ -2327,6 +2631,23 @@
"RawDocComment"
]
},
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "AccountProtection",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Import",
"name": "Foundation",
@@ -2405,6 +2726,13 @@
"declKind": "Import",
"moduleName": "AccountProtection"
},
+ {
+ "kind": "Import",
+ "name": "Combine",
+ "printedName": "Combine",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
{
"kind": "Import",
"name": "Foundation",
@@ -3329,6 +3657,23 @@
"RawDocComment"
]
},
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "AccountProtection",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Import",
"name": "Foundation",
@@ -3555,6 +3900,46 @@
"RawDocComment"
]
},
+ {
+ "kind": "Var",
+ "name": "initializationError",
+ "printedName": "initializationError",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(AccountProtection.TransmitSecurityAccountProtectionError.Type) -> AccountProtection.TransmitSecurityAccountProtectionError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TransmitSecurityAccountProtectionError",
+ "printedName": "AccountProtection.TransmitSecurityAccountProtectionError",
+ "usr": "s:17AccountProtection016TransmitSecurityaB5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "AccountProtection.TransmitSecurityAccountProtectionError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TransmitSecurityAccountProtectionError",
+ "printedName": "AccountProtection.TransmitSecurityAccountProtectionError",
+ "usr": "s:17AccountProtection016TransmitSecurityaB5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:17AccountProtection016TransmitSecurityaB5ErrorO014initializationE0yA2CmF",
+ "mangledName": "$s17AccountProtection016TransmitSecurityaB5ErrorO014initializationE0yA2CmF",
+ "moduleName": "AccountProtection",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Function",
"name": "==",
@@ -3920,9 +4305,8 @@
},
{
"kind": "TypeNominal",
- "name": "UnsafeMutableRawPointer",
- "printedName": "Swift.UnsafeMutableRawPointer",
- "usr": "s:Sv"
+ "name": "InOut",
+ "printedName": "inout Swift.UnsafeMutableRawPointer"
}
],
"typeAttributes": [
@@ -3973,9 +4357,8 @@
},
{
"kind": "TypeNominal",
- "name": "UnsafeMutableRawPointer",
- "printedName": "Swift.UnsafeMutableRawPointer",
- "usr": "s:Sv"
+ "name": "InOut",
+ "printedName": "inout Swift.UnsafeMutableRawPointer"
}
],
"typeAttributes": [
@@ -4088,9 +4471,8 @@
},
{
"kind": "TypeNominal",
- "name": "UnsafeMutableRawPointer",
- "printedName": "Swift.UnsafeMutableRawPointer",
- "usr": "s:Sv"
+ "name": "InOut",
+ "printedName": "inout Swift.UnsafeMutableRawPointer"
}
],
"typeAttributes": [
@@ -4724,3357 +5106,1229 @@
},
"ConstValues": [
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/ModuleInfo\/ModuleInfo.swift",
- "kind": "StringLiteral",
- "offset": 282,
- "length": 8,
- "value": "\"riskID\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 194,
"length": 11,
"value": "\"page_load\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 223,
"length": 7,
"value": "\"click\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 248,
"length": 7,
"value": "\"swipe\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 274,
"length": 8,
"value": "\"scroll\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 309,
"length": 16,
"value": "\"locationchange\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 343,
"length": 7,
"value": "\"paste\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 373,
"length": 11,
"value": "\"mousemove\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 403,
"length": 8,
"value": "\"submit\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 429,
"length": 7,
"value": "\"keyup\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 456,
"length": 9,
"value": "\"keydown\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 483,
"length": 7,
"value": "\"input\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 511,
"length": 10,
"value": "\"focusout\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 539,
"length": 7,
"value": "\"touch\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "kind": "StringLiteral",
+ "offset": 569,
+ "length": 12,
+ "value": "\"screenshot\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 194,
"length": 11,
"value": "\"page_load\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 223,
"length": 7,
"value": "\"click\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 248,
"length": 7,
"value": "\"swipe\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 274,
"length": 8,
"value": "\"scroll\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 309,
"length": 16,
"value": "\"locationchange\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 343,
"length": 7,
"value": "\"paste\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 373,
"length": 11,
"value": "\"mousemove\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 403,
"length": 8,
"value": "\"submit\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 429,
"length": 7,
"value": "\"keyup\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 456,
"length": 9,
"value": "\"keydown\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 483,
"length": 7,
"value": "\"input\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 511,
"length": 10,
"value": "\"focusout\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 539,
"length": 7,
"value": "\"touch\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
- "kind": "Array",
- "offset": 876,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
- "kind": "Array",
- "offset": 1098,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "kind": "StringLiteral",
+ "offset": 569,
+ "length": 12,
+ "value": "\"screenshot\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSUploadEventsRequest.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSUploadEventsRequest.swift",
"kind": "StringLiteral",
"offset": 293,
"length": 8,
"value": "\"events\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSUploadEventsRequest.swift",
- "kind": "StringLiteral",
- "offset": 529,
- "length": 19,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSUploadEventsRequest.swift",
- "kind": "StringLiteral",
- "offset": 540,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSUploadEventsRequest.swift",
- "kind": "StringLiteral",
- "offset": 547,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationManager.swift",
"kind": "IntegerLiteral",
- "offset": 3200,
+ "offset": 3381,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationManager.swift",
- "kind": "StringLiteral",
- "offset": 3829,
- "length": 32,
- "value": "\"Risk configuration initialized\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/Utils\/TSSwizzler\/TSSwizzler.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/Utils\/TSSwizzler\/TSSwizzler.swift",
"kind": "Array",
"offset": 592,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/Utils\/TSSwizzler\/TSSwizzler.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtection.swift",
"kind": "StringLiteral",
- "offset": 1029,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "IntegerLiteral",
- "offset": 231,
- "length": 4,
- "value": "1000"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "IntegerLiteral",
- "offset": 352,
- "length": 4,
- "value": "1000"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "FloatLiteral",
- "offset": 574,
- "length": 6,
- "value": "1000.0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "FloatLiteral",
- "offset": 583,
- "length": 6,
- "value": "1000.0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "FloatLiteral",
- "offset": 666,
- "length": 6,
- "value": "1000.0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "IntegerLiteral",
- "offset": 855,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "IntegerLiteral",
- "offset": 868,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "IntegerLiteral",
- "offset": 880,
- "length": 2,
- "value": "10"
+ "offset": 3293,
+ "length": 41,
+ "value": "\"https:\/\/collect.riskid.security\/device\/\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtection.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtection.swift",
"kind": "StringLiteral",
- "offset": 2898,
+ "offset": 4378,
"length": 34,
"value": "\"https:\/\/api.transmitsecurity.io\/\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 459,
+ "offset": 489,
"length": 8,
"value": "\"device\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 490,
+ "offset": 520,
"length": 12,
"value": "\"navigation\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 521,
+ "offset": 551,
"length": 8,
"value": "\"action\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 556,
+ "offset": 586,
"length": 16,
"value": "\"identification\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 596,
+ "offset": 626,
"length": 13,
"value": "\"interaction\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 459,
+ "offset": 489,
"length": 8,
"value": "\"device\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 490,
+ "offset": 520,
"length": 12,
"value": "\"navigation\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 521,
+ "offset": 551,
"length": 8,
"value": "\"action\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 556,
+ "offset": 586,
"length": 16,
"value": "\"identification\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 596,
+ "offset": 626,
"length": 13,
"value": "\"interaction\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
- "kind": "IntegerLiteral",
- "offset": 5109,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "IntegerLiteral",
- "offset": 5250,
+ "offset": 5223,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
- "kind": "StringLiteral",
- "offset": 6829,
- "length": 59,
- "value": "\"triggerActionEvent is ignored because SdkEnabled is false\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "IntegerLiteral",
- "offset": 12988,
+ "offset": 5364,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13360,
+ "offset": 14850,
"length": 13,
"value": "\"action_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13403,
+ "offset": 14893,
"length": 16,
"value": "\"correlation_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13449,
+ "offset": 14939,
"length": 17,
"value": "\"claimed_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13498,
+ "offset": 14988,
"length": 19,
"value": "\"reference_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13549,
+ "offset": 15039,
"length": 17,
"value": "\"transactionData\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13360,
+ "offset": 14850,
"length": 13,
"value": "\"action_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13403,
+ "offset": 14893,
"length": 16,
"value": "\"correlation_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13449,
+ "offset": 14939,
"length": 17,
"value": "\"claimed_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13498,
+ "offset": 14988,
"length": 19,
"value": "\"reference_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13549,
+ "offset": 15039,
"length": 17,
"value": "\"transactionData\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
- "kind": "StringLiteral",
- "offset": 2251,
- "length": 20,
- "value": "\"Unknown gzip error\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
- "kind": "Array",
- "offset": 2993,
- "length": 12,
- "value": "[0x1f, 0x8b]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
"kind": "IntegerLiteral",
"offset": 3895,
"length": 2,
"value": "16"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
- "kind": "IntegerLiteral",
- "offset": 5819,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
"kind": "IntegerLiteral",
"offset": 6993,
"length": 2,
"value": "32"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
- "kind": "IntegerLiteral",
- "offset": 7702,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
- "kind": "IntegerLiteral",
- "offset": 7818,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
"kind": "IntegerLiteral",
"offset": 9611,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
"kind": "IntegerLiteral",
"offset": 9616,
"length": 2,
"value": "14"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
"kind": "StringLiteral",
"offset": 714,
"length": 25,
"value": "\"UIInputWindowController\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
"kind": "StringLiteral",
"offset": 804,
"length": 36,
"value": "\"UICompatibilityInputViewController\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
"kind": "StringLiteral",
"offset": 905,
"length": 38,
"value": "\"UISystemInputAssistantViewController\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
"kind": "StringLiteral",
"offset": 1008,
"length": 28,
"value": "\"UIPredictionViewController\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
"kind": "StringLiteral",
"offset": 1101,
"length": 32,
"value": "\"UISystemKeyboardDockController\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
- "kind": "BooleanLiteral",
- "offset": 1455,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector.swift",
+ "kind": "StringLiteral",
+ "offset": 220,
+ "length": 8,
+ "value": "\"userId\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
- "kind": "BooleanLiteral",
- "offset": 2644,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector.swift",
+ "kind": "Array",
+ "offset": 268,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/UIExtensions.swift",
- "kind": "StringLiteral",
- "offset": 237,
- "length": 7,
- "value": "\"light\""
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
+ "kind": "Array",
+ "offset": 372,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/UIExtensions.swift",
- "kind": "StringLiteral",
- "offset": 272,
- "length": 6,
- "value": "\"dark\""
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Carrier\/Carrier.swift",
+ "kind": "Array",
+ "offset": 1306,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/UIExtensions.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/storage\/TSConfigurationUserDefaultsStorageProvider.swift",
"kind": "StringLiteral",
- "offset": 313,
- "length": 13,
- "value": "\"unspecified\""
+ "offset": 292,
+ "length": 18,
+ "value": "\"configStorageKey\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/UIExtensions.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
"kind": "StringLiteral",
- "offset": 360,
- "length": 9,
- "value": "\"unknown\""
+ "offset": 351,
+ "length": 18,
+ "value": "\"previous_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
"kind": "StringLiteral",
- "offset": 220,
- "length": 8,
- "value": "\"userId\""
+ "offset": 396,
+ "length": 9,
+ "value": "\"user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector.swift",
- "kind": "Array",
- "offset": 268,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
+ "kind": "StringLiteral",
+ "offset": 351,
+ "length": 18,
+ "value": "\"previous_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/SystemControl\/SystemControlValuesProvider.swift",
- "kind": "IntegerLiteral",
- "offset": 494,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
+ "kind": "StringLiteral",
+ "offset": 396,
+ "length": 9,
+ "value": "\"user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/SystemControl\/SystemControlValuesProvider.swift",
- "kind": "IntegerLiteral",
- "offset": 659,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/SystemControl\/SystemControlValuesProvider.swift",
- "kind": "IntegerLiteral",
- "offset": 788,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/SystemControl\/SystemControlValuesProvider.swift",
- "kind": "IntegerLiteral",
- "offset": 1072,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 344,
- "length": 3,
- "value": "100"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 821,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 1292,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 1903,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 1988,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 1995,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2080,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2087,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2094,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "FloatLiteral",
- "offset": 2153,
- "length": 5,
- "value": "100.0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2563,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2647,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2654,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2738,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2745,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2752,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2839,
- "length": 3,
- "value": "100"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3270,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3354,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3361,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3445,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3452,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3459,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3546,
- "length": 3,
- "value": "100"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "BooleanLiteral",
- "offset": 4036,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "Array",
- "offset": 372,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1321,
- "length": 3,
- "value": "\"[\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1350,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1509,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1515,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1529,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1580,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1610,
- "length": 15,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1623,
- "length": 1,
- "value": "\"]\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1656,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1683,
- "length": 127,
- "value": "\"Payload attributes list \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1721,
- "length": 3,
- "value": "\" out of \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1769,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1774,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1780,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1782,
- "length": 10,
- "value": "\" attributes list: \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1809,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1903,
- "length": 3,
- "value": "\"[\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1954,
- "length": 16,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1967,
- "length": 1,
- "value": "\", \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "BooleanLiteral",
- "offset": 11965,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Carrier\/Carrier.swift",
- "kind": "Array",
- "offset": 1306,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/storage\/TSConfigurationUserDefaultsStorageProvider.swift",
- "kind": "StringLiteral",
- "offset": 292,
- "length": 18,
- "value": "\"configStorageKey\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 927,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 957,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 988,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 1037,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 1046,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 1077,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 1619,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 2632,
- "length": 3,
- "value": "\"\/\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Battery\/Battery.swift",
- "kind": "IntegerLiteral",
- "offset": 407,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Battery\/Battery.swift",
- "kind": "IntegerLiteral",
- "offset": 450,
- "length": 3,
- "value": "100"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Battery\/Battery.swift",
- "kind": "BooleanLiteral",
- "offset": 1228,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
- "kind": "StringLiteral",
- "offset": 351,
- "length": 18,
- "value": "\"previous_user_id\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
- "kind": "StringLiteral",
- "offset": 396,
- "length": 9,
- "value": "\"user_id\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
- "kind": "StringLiteral",
- "offset": 351,
- "length": 18,
- "value": "\"previous_user_id\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
- "kind": "StringLiteral",
- "offset": 396,
- "length": 9,
- "value": "\"user_id\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 891,
- "length": 102,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 901,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 904,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 912,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 915,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "BooleanLiteral",
- "offset": 944,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 951,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "Array",
- "offset": 965,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 968,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 978,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 981,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 989,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 992,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1237,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1242,
- "length": 4,
- "value": "1000"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1510,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1515,
- "length": 4,
- "value": "1000"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 1663,
- "length": 43,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1684,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 1686,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1703,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 1705,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1051,
- "length": 29,
- "value": "\"fetch configuraion succeded\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1401,
- "length": 10,
- "value": "\"tenantId\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1467,
- "length": 9,
- "value": "\"package\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1530,
- "length": 7,
- "value": "\"build\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1590,
- "length": 6,
- "value": "\"type\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1625,
- "length": 6,
- "value": "\"conf\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1934,
- "length": 19,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1945,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1952,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 2331,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 1519,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 1534,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 1629,
- "length": 2,
- "value": "50"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Dictionary",
- "offset": 1869,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 1552,
- "length": 16,
- "value": "\"AccountProtection.TSGestureMonitor\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 2657,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 3828,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 4514,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Array",
- "offset": 5224,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Array",
- "offset": 5292,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 5583,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 5609,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 5691,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 6191,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 6927,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 7067,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Array",
- "offset": 8340,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 8470,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 8569,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 8599,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Array",
- "offset": 8749,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Array",
- "offset": 9002,
- "length": 42,
- "value": "[\"button\", \"UIAlertControllerActionView\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 9158,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 9223,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 9612,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 9652,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 9855,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 9882,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 9961,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 10408,
- "length": 2,
- "value": "-1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 10423,
- "length": 2,
- "value": "-1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 10482,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 10494,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 10630,
- "length": 132,
- "value": "\"Swipe point: \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 10650,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 10652,
- "length": 4,
- "value": "\" from \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 10666,
- "length": 1,
- "value": "\": (\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 10714,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 10760,
- "length": 1,
- "value": "\")\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 219,
- "length": 9,
- "value": "\"device\/\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 268,
- "length": 22,
- "value": "\"risk-collect\/device\/\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/ModuleUtils.swift",
- "kind": "StringLiteral",
- "offset": 276,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/ModuleUtils.swift",
- "kind": "StringLiteral",
- "offset": 373,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/ModuleUtils.swift",
- "kind": "StringLiteral",
- "offset": 472,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/ModuleUtils.swift",
- "kind": "StringLiteral",
- "offset": 555,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 1592,
- "length": 33,
- "value": "\"ReachabilityChangedNotification\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2316,
- "length": 10,
- "value": "\"Cellular\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2370,
- "length": 6,
- "value": "\"WiFi\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2416,
- "length": 15,
- "value": "\"No Connection\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2807,
- "length": 30,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2836,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 3382,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 3453,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 3591,
- "length": 32,
- "value": "\"uk.co.ashleymills.reachability\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 3716,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "IntegerLiteral",
- "offset": 4836,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 5557,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 5633,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 5996,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 6085,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 6273,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 6327,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 6672,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 6838,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7026,
- "length": 3,
- "value": "\"W\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7032,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7039,
- "length": 3,
- "value": "\"X\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7080,
- "length": 3,
- "value": "\"R\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7086,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7136,
- "length": 3,
- "value": "\"c\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7142,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7193,
- "length": 3,
- "value": "\"t\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7199,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7251,
- "length": 3,
- "value": "\"i\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7257,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7308,
- "length": 3,
- "value": "\"C\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7314,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7364,
- "length": 3,
- "value": "\"D\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7370,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7414,
- "length": 3,
- "value": "\"l\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7420,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7458,
- "length": 3,
- "value": "\"d\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7464,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7492,
- "length": 39,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7497,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7501,
- "length": 1,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7506,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7510,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7514,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7518,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7522,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7526,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7530,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "Array",
- "offset": 499,
- "length": 148,
- "value": "[\"FridaGadget\", \"frida\", \"cynject\", \"libcycript\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 677,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1092,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1155,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "Array",
- "offset": 1257,
- "length": 48,
- "value": "[\"\/usr\/sbin\/frida-server\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1420,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1465,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "Array",
- "offset": 1552,
- "length": 82,
- "value": "[27042, 4444]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1740,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1785,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "StringLiteral",
- "offset": 2221,
- "length": 11,
- "value": "\"127.0.0.1\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 2356,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 2483,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 2672,
- "length": 2,
- "value": "-1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 2696,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 2745,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 3057,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 3121,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionController.swift",
- "kind": "StringLiteral",
- "offset": 1181,
- "length": 26,
- "value": "\"init controller user api\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionController.swift",
- "kind": "StringLiteral",
- "offset": 1430,
- "length": 33,
- "value": "\"set user id controller user api\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionController.swift",
- "kind": "StringLiteral",
- "offset": 1695,
- "length": 36,
- "value": "\"trigger action controller user api\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionController.swift",
- "kind": "BooleanLiteral",
- "offset": 2099,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
- "kind": "StringLiteral",
- "offset": 210,
- "length": 28,
- "value": "\"CFBundleShortVersionString\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
- "kind": "StringLiteral",
- "offset": 311,
- "length": 17,
- "value": "\"CFBundleVersion\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
"kind": "StringLiteral",
- "offset": 452,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
- "kind": "StringLiteral",
- "offset": 481,
- "length": 27,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
- "kind": "StringLiteral",
- "offset": 492,
- "length": 5,
- "value": "\" build \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
- "kind": "StringLiteral",
- "offset": 507,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/AuthenticationPolicies\/BiometryType.swift",
- "kind": "StringLiteral",
- "offset": 548,
- "length": 9,
- "value": "\"Face ID\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/AuthenticationPolicies\/BiometryType.swift",
- "kind": "StringLiteral",
- "offset": 600,
+ "offset": 1401,
"length": 10,
- "value": "\"Touch ID\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/AuthenticationPolicies\/BiometryType.swift",
- "kind": "StringLiteral",
- "offset": 660,
- "length": 15,
- "value": "\"<\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/AuthenticationPolicies\/BiometryType.swift",
- "kind": "StringLiteral",
- "offset": 673,
- "length": 1,
- "value": "\">\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ProxyChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 354,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ProxyChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 548,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ProxyChecker.swift",
- "kind": "StringLiteral",
- "offset": 619,
- "length": 11,
- "value": "\"HTTPProxy\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ProxyChecker.swift",
- "kind": "StringLiteral",
- "offset": 658,
- "length": 12,
- "value": "\"HTTPSProxy\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector+EventModel.swift",
- "kind": "StringLiteral",
- "offset": 413,
- "length": 18,
- "value": "\"interaction_type\""
+ "value": "\"tenantId\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector+EventModel.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
"kind": "StringLiteral",
- "offset": 413,
- "length": 18,
- "value": "\"interaction_type\""
+ "offset": 1467,
+ "length": 9,
+ "value": "\"package\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
"kind": "StringLiteral",
- "offset": 1691,
- "length": 22,
- "value": "\"encode events failed\""
+ "offset": 1530,
+ "length": 7,
+ "value": "\"build\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
"kind": "StringLiteral",
- "offset": 2116,
- "length": 25,
- "value": "\"gzip compression failed\""
+ "offset": 1590,
+ "length": 6,
+ "value": "\"type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
"kind": "StringLiteral",
- "offset": 3110,
- "length": 22,
- "value": "\"Events - \""
+ "offset": 1625,
+ "length": 6,
+ "value": "\"conf\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 3131,
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1629,
"length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 3521,
- "length": 23,
- "value": "\"encrypt events failed\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 5634,
- "length": 12,
- "value": "\"compressed\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 5847,
- "length": 33,
- "value": "\"Failed to encode encrypted data\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 6333,
- "length": 9,
- "value": "\" \n\t\r\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 6406,
- "length": 20,
- "value": "\"Payload: \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 6425,
- "length": 1,
- "value": "\"\""
+ "value": "50"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
"kind": "Dictionary",
- "offset": 323,
+ "offset": 1869,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
- "kind": "Array",
- "offset": 577,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
- "kind": "Array",
- "offset": 875,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
- "kind": "IntegerLiteral",
- "offset": 1359,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
- "kind": "BooleanLiteral",
- "offset": 1498,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1400,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 1431,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 1521,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 2523,
- "length": 4,
- "value": "\", \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 2821,
- "length": 2704,
- "value": "[\"\/usr\/sbin\/frida-server\", \"\/etc\/apt\/sources.list.d\/electra.list\", \"\/etc\/apt\/sources.list.d\/sileo.sources\", \"\/.bootstrapped_electra\", \"\/usr\/lib\/libjailbreak.dylib\", \"\/jb\/lzma\", \"\/.cydia_no_stash\", \"\/.installed_unc0ver\", \"\/jb\/offsets.plist\", \"\/usr\/share\/jailbreak\/injectme.plist\", \"\/etc\/apt\/undecimus\/undecimus.list\", \"\/var\/lib\/dpkg\/info\/mobilesubstrate.md5sums\", \"\/Library\/MobileSubstrate\/MobileSubstrate.dylib\", \"\/jb\/jailbreakd.plist\", \"\/jb\/amfid_payload.dylib\", \"\/jb\/libjailbreak.dylib\", \"\/usr\/libexec\/cydia\/firmware.sh\", \"\/var\/lib\/cydia\", \"\/etc\/apt\", \"\/private\/var\/lib\/apt\", \"\/private\/var\/Users\/\", \"\/var\/log\/apt\", \"\/Applications\/Cydia.app\", \"\/private\/var\/stash\", \"\/private\/var\/lib\/apt\/\", \"\/private\/var\/lib\/cydia\", \"\/private\/var\/cache\/apt\/\", \"\/private\/var\/log\/syslog\", \"\/private\/var\/tmp\/cydia.log\", \"\/Applications\/Icy.app\", \"\/Applications\/MxTube.app\", \"\/Applications\/RockApp.app\", \"\/Applications\/blackra1n.app\", \"\/Applications\/SBSettings.app\", \"\/Applications\/FakeCarrier.app\", \"\/Applications\/WinterBoard.app\", \"\/Applications\/IntelliScreen.app\", \"\/private\/var\/mobile\/Library\/SBSettings\/Themes\", \"\/Library\/MobileSubstrate\/CydiaSubstrate.dylib\", \"\/System\/Library\/LaunchDaemons\/com.ikey.bbot.plist\", \"\/Library\/MobileSubstrate\/DynamicLibraries\/Veency.plist\", \"\/Library\/MobileSubstrate\/DynamicLibraries\/LiveClock.plist\", \"\/System\/Library\/LaunchDaemons\/com.saurik.Cydia.Startup.plist\", \"\/Applications\/Sileo.app\", \"\/var\/binpack\", \"\/Library\/PreferenceBundles\/LibertyPref.bundle\", \"\/Library\/PreferenceBundles\/ShadowPreferences.bundle\", \"\/Library\/PreferenceBundles\/ABypassPrefs.bundle\", \"\/Library\/PreferenceBundles\/FlyJBPrefs.bundle\", \"\/usr\/lib\/libhooker.dylib\", \"\/usr\/lib\/libsubstitute.dylib\", \"\/usr\/lib\/substrate\", \"\/usr\/lib\/TweakInject\", \"\/var\/binpack\/Applications\/loader.app\", \"\/Applications\/FlyJB.app\", \"\/Applications\/Zebra.app\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 5668,
- "length": 236,
- "value": "[\"\/bin\/bash\", \"\/usr\/sbin\/sshd\", \"\/usr\/libexec\/ssh-keysign\", \"\/bin\/sh\", \"\/etc\/ssh\/sshd_config\", \"\/usr\/libexec\/sftp-server\", \"\/usr\/bin\/ssh\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 6030,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 6037,
- "length": 33,
- "value": "\"Suspicious file exists: \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 6069,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 6226,
- "length": 236,
- "value": "[\"\/.installed_unc0ver\", \"\/.bootstrapped_electra\", \"\/Applications\/Cydia.app\", \"\/Library\/MobileSubstrate\/MobileSubstrate.dylib\", \"\/etc\/apt\", \"\/var\/log\/apt\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 6605,
- "length": 97,
- "value": "[\"\/bin\/bash\", \"\/usr\/sbin\/sshd\", \"\/usr\/bin\/ssh\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 6833,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 6840,
- "length": 40,
- "value": "\"Suspicious file can be opened: \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
"kind": "StringLiteral",
- "offset": 6879,
- "length": 2,
- "value": "\"\""
+ "offset": 1552,
+ "length": 16,
+ "value": "\"AccountProtection.TSGestureMonitor\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
"kind": "Array",
- "offset": 7040,
- "length": 94,
- "value": "[\"\/\", \"\/root\/\", \"\/private\/\", \"\/jb\/\"]"
+ "offset": 9002,
+ "length": 42,
+ "value": "[\"button\", \"UIAlertControllerActionView\"]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Constants.swift",
"kind": "StringLiteral",
- "offset": 7418,
- "length": 16,
- "value": "\"AmIJailbroken?\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 7481,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 7654,
- "length": 5,
- "value": "false"
+ "offset": 219,
+ "length": 9,
+ "value": "\"device\/\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Constants.swift",
"kind": "StringLiteral",
- "offset": 7661,
- "length": 35,
- "value": "\"Wrote to restricted path: \""
+ "offset": 268,
+ "length": 22,
+ "value": "\"risk-collect\/device\/\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Constants.swift",
"kind": "StringLiteral",
- "offset": 7695,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 7883,
- "length": 2,
- "value": "-2"
+ "offset": 351,
+ "length": 18,
+ "value": "\"TransmitSecurity\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
"kind": "StringLiteral",
- "offset": 7930,
- "length": 6,
- "value": "\"fork\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 8113,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 8145,
- "length": 1,
- "value": "0"
+ "offset": 1592,
+ "length": 33,
+ "value": "\"ReachabilityChangedNotification\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 8420,
- "length": 276,
- "value": "[\"\/var\/lib\/undecimus\/apt\", \"\/Applications\", \"\/Library\/Ringtones\", \"\/Library\/Wallpaper\", \"\/usr\/arm-apple-darwin9\", \"\/usr\/include\", \"\/usr\/libexec\", \"\/usr\/share\"]"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3382,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
"kind": "BooleanLiteral",
- "offset": 8901,
+ "offset": 3453,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
"kind": "StringLiteral",
- "offset": 8908,
- "length": 66,
- "value": "\"Non standard symbolic link detected: \""
+ "offset": 3591,
+ "length": 32,
+ "value": "\"uk.co.ashleymills.reachability\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 8953,
- "length": 6,
- "value": "\" points to \""
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 474,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 8973,
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 494,
"length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 9149,
- "length": 669,
- "value": "[\"SubstrateLoader.dylib\", \"SSLKillSwitch2.dylib\", \"SSLKillSwitch.dylib\", \"MobileSubstrate.dylib\", \"TweakInject.dylib\", \"CydiaSubstrate\", \"cynject\", \"CustomWidgetIcons\", \"PreferenceLoader\", \"RocketBootstrap\", \"WeeLoader\", \"\/.file\", \"libhooker\", \"SubstrateInserter\", \"SubstrateBootstrap\", \"ABypass\", \"FlyJB\", \"Substitute\", \"Cephei\", \"Electra\"]"
+ "value": "10"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
"kind": "IntegerLiteral",
- "offset": 9848,
- "length": 1,
- "value": "0"
+ "offset": 474,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 10263,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 494,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 10270,
- "length": 45,
- "value": "\"Suspicious library loaded: \""
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 474,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 10314,
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 494,
"length": 2,
- "value": "\"\""
+ "value": "10"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Application\/Application.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector+EventModel.swift",
"kind": "StringLiteral",
- "offset": 363,
- "length": 28,
- "value": "\"CFBundleShortVersionString\""
+ "offset": 413,
+ "length": 18,
+ "value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Application\/Application.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector+EventModel.swift",
"kind": "StringLiteral",
- "offset": 506,
- "length": 17,
- "value": "\"CFBundleVersion\""
+ "offset": 413,
+ "length": 18,
+ "value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Application\/Application.swift",
- "kind": "StringLiteral",
- "offset": 643,
- "length": 14,
- "value": "\"CFBundleName\""
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
+ "kind": "Dictionary",
+ "offset": 323,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 288,
+ "offset": 291,
"length": 5,
"value": "\"pan\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 313,
+ "offset": 316,
"length": 5,
"value": "\"tap\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 339,
+ "offset": 342,
"length": 6,
"value": "\"text\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "kind": "StringLiteral",
+ "offset": 375,
+ "length": 12,
+ "value": "\"screenshot\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "kind": "StringLiteral",
+ "offset": 417,
+ "length": 15,
+ "value": "\"accessibility\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 288,
+ "offset": 291,
"length": 5,
"value": "\"pan\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 313,
+ "offset": 316,
"length": 5,
"value": "\"tap\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 339,
+ "offset": 342,
"length": 6,
"value": "\"text\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
- "kind": "StringLiteral",
- "offset": 646,
- "length": 7,
- "value": "\"touch\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 686,
- "length": 7,
- "value": "\"click\""
+ "offset": 375,
+ "length": 12,
+ "value": "\"screenshot\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 726,
- "length": 7,
- "value": "\"input\""
+ "offset": 417,
+ "length": 15,
+ "value": "\"accessibility\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "Array",
- "offset": 1692,
+ "offset": 2067,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 5561,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 5583,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "BooleanLiteral",
"offset": 1318,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "StringLiteral",
"offset": 1453,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "StringLiteral",
"offset": 1460,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "BooleanLiteral",
"offset": 1469,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 1485,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "StringLiteral",
"offset": 1494,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "StringLiteral",
"offset": 1501,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "IntegerLiteral",
"offset": 1590,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 1704,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 1821,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 1921,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "IntegerLiteral",
"offset": 2146,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "IntegerLiteral",
"offset": 2161,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2250,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "BooleanLiteral",
"offset": 2343,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2439,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2533,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2632,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2731,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2830,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Dictionary",
"offset": 2943,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "BooleanLiteral",
"offset": 3132,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
- "kind": "BooleanLiteral",
- "offset": 3858,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1224,
+ "offset": 1242,
"length": 9,
"value": "1"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1247,
+ "offset": 1265,
"length": 8,
"value": "2"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1269,
+ "offset": 1287,
"length": 4,
"value": "3"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1224,
+ "offset": 1242,
"length": 9,
"value": "1"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1247,
+ "offset": 1265,
"length": 8,
"value": "2"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1269,
+ "offset": 1287,
"length": 4,
"value": "3"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1224,
+ "offset": 1242,
"length": 9,
"value": "1"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1247,
+ "offset": 1265,
"length": 8,
"value": "2"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1269,
+ "offset": 1287,
"length": 4,
"value": "3"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/EmulatorChecker.swift",
- "kind": "StringLiteral",
- "offset": 392,
- "length": 23,
- "value": "\"SIMULATOR_DEVICE_NAME\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/EmulatorChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 571,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 1376,
- "length": 31,
- "value": "\"Risk configuration from cache\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 1855,
- "length": 26,
- "value": "\"fetch config from server\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 2271,
- "length": 79,
- "value": "\"Account Protection SDK \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 2320,
- "length": 3,
- "value": "\" was successfully initialized\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 3500,
- "length": 428,
- "value": "\"\n ---------------------------------------------------------------------------------------------------------------------\n ****************************** Account Protection SDK \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 3724,
- "length": 3,
- "value": "\" was successfully initialized ******************************\n ---------------------------------------------------------------------------------------------------------------------\n\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 1274,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 1356,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
"kind": "IntegerLiteral",
- "offset": 1363,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 1445,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 1452,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 1459,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "FloatLiteral",
- "offset": 1518,
- "length": 5,
- "value": "100.0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "BooleanLiteral",
- "offset": 2762,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "BooleanLiteral",
- "offset": 2825,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "StringLiteral",
- "offset": 4871,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 4969,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "Array",
- "offset": 6592,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "Array",
- "offset": 7480,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "BooleanLiteral",
- "offset": 9100,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "BooleanLiteral",
- "offset": 9168,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 11047,
+ "offset": 10889,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Network.swift",
- "kind": "BooleanLiteral",
- "offset": 444,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Network.swift",
- "kind": "BooleanLiteral",
- "offset": 776,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector+EventModel.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector+EventModel.swift",
"kind": "StringLiteral",
"offset": 1183,
"length": 13,
"value": "\"packageName\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector+EventModel.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector+EventModel.swift",
"kind": "StringLiteral",
"offset": 1183,
"length": 13,
"value": "\"packageName\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionExtensionsController.swift",
- "kind": "StringLiteral",
- "offset": 2521,
- "length": 31,
- "value": "\"terminate by SDK event called\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionExtensionsController.swift",
- "kind": "IntegerLiteral",
- "offset": 2643,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionExtensionsController.swift",
- "kind": "IntegerLiteral",
- "offset": 2672,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionExtensionsController.swift",
- "kind": "StringLiteral",
- "offset": 3126,
- "length": 31,
- "value": "\"terminate by app event called\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionExtensionsController.swift",
- "kind": "BooleanLiteral",
- "offset": 3217,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2703,
+ "offset": 3621,
"length": 18,
"value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2750,
+ "offset": 3668,
"length": 11,
"value": "\"target_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2792,
+ "offset": 3710,
"length": 13,
"value": "\"target_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2887,
+ "offset": 3805,
"length": 9,
"value": "\"offsetX\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2924,
+ "offset": 3842,
"length": 9,
"value": "\"offsetY\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2703,
+ "offset": 3621,
"length": 18,
"value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2750,
+ "offset": 3668,
"length": 11,
"value": "\"target_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2792,
+ "offset": 3710,
"length": 13,
"value": "\"target_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2887,
+ "offset": 3805,
"length": 9,
"value": "\"offsetX\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2924,
+ "offset": 3842,
"length": 9,
"value": "\"offsetY\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3586,
+ "offset": 4504,
"length": 19,
"value": "\"absolute_location\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3642,
+ "offset": 4560,
"length": 19,
"value": "\"relative_location\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3690,
+ "offset": 4608,
"length": 11,
"value": "\"target_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3732,
+ "offset": 4650,
"length": 13,
"value": "\"target_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3586,
+ "offset": 4504,
"length": 19,
"value": "\"absolute_location\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3642,
+ "offset": 4560,
"length": 19,
"value": "\"relative_location\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3690,
+ "offset": 4608,
"length": 11,
"value": "\"target_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3732,
+ "offset": 4650,
"length": 13,
"value": "\"target_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
- "kind": "IntegerLiteral",
- "offset": 5158,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
- "kind": "IntegerLiteral",
- "offset": 5173,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5420,
+ "offset": 6338,
"length": 18,
"value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5467,
+ "offset": 6385,
"length": 10,
"value": "\"scrolled\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5503,
+ "offset": 6421,
"length": 7,
"value": "\"trail\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5420,
+ "offset": 6338,
"length": 18,
"value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5467,
+ "offset": 6385,
"length": 10,
"value": "\"scrolled\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5503,
+ "offset": 6421,
"length": 7,
"value": "\"trail\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 6893,
+ "length": 18,
+ "value": "\"interaction_type\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 6893,
+ "length": 18,
+ "value": "\"interaction_type\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 7225,
+ "length": 18,
+ "value": "\"interaction_type\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 7225,
+ "length": 18,
+ "value": "\"interaction_type\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5975,
+ "offset": 7551,
"length": 18,
"value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5975,
+ "offset": 7606,
+ "length": 19,
+ "value": "\"accessibilty_name\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 7551,
"length": 18,
"value": "\"interaction_type\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 7606,
+ "length": 19,
+ "value": "\"accessibilty_name\""
}
]
}
\ No newline at end of file
diff --git a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios.private.swiftinterface b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios.private.swiftinterface
index bbc08db..f1e369e 100644
--- a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios.private.swiftinterface
+++ b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios.private.swiftinterface
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AccountProtection
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFoundation
@@ -20,26 +20,28 @@ import TSCoreSDK
import UIKit
import _Concurrency
import _StringProcessing
-import _SwiftConcurrencyShims
import zlib
public struct TSTriggerActionResponse {
public let token: Swift.String
}
public struct TSTriggerActionError : Swift.Error {
}
+public enum TSAccountProtectionError : Swift.Error {
+ case `internal`(Swift.Error?)
+}
public struct TSActionEventOptions {
public init(correlationId: Swift.String?, claimUserId: Swift.String?, referenceUserId: Swift.String?, transactionData: AccountProtection.TSTransactionData? = nil)
}
public struct TSTransactionData : Swift.Codable {
public struct Payer : Swift.Codable {
public init(name: Swift.String?, branchIdentifier: Swift.String?, accountNumber: Swift.String?)
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public struct Payee : Swift.Codable {
public init(name: Swift.String?, bankIdentifier: Swift.String?, branchIdentifier: Swift.String?, accountNumber: Swift.String?)
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public init(amount: Swift.Double, currency: Swift.String, reason: Swift.String?, transactionDate: Swift.Int64?, payer: AccountProtection.TSTransactionData.Payer?, payee: AccountProtection.TSTransactionData.Payee?)
public let amount: Swift.Double
@@ -48,14 +50,20 @@ public struct TSTransactionData : Swift.Codable {
public let transactionDate: Swift.Int64?
public let payer: AccountProtection.TSTransactionData.Payer?
public let payee: AccountProtection.TSTransactionData.Payee?
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class TSAccountProtection : ObjectiveC.NSObject {
+ public typealias CompletionResult = Swift.Result
+ public typealias Completion = (AccountProtection.TSAccountProtection.CompletionResult) -> Swift.Void
+ public typealias SessionTokenCompletion = (Swift.String) -> Swift.Void
+ public static func initialize(baseUrl: Swift.String = "https://collect.riskid.security/device/", clientId: Swift.String, userId: Swift.String? = nil, completion: @escaping AccountProtection.TSAccountProtection.Completion)
public static func initialize(baseUrl: Swift.String = "https://api.transmitsecurity.io/", clientId: Swift.String, userId: Swift.String? = nil)
+ public static func initializeSDK(userId: Swift.String? = nil, completion: AccountProtection.TSAccountProtection.Completion? = nil) throws
public static func triggerAction(_ action: Swift.String, options: AccountProtection.TSActionEventOptions? = nil, completion: @escaping (Swift.Result) -> Swift.Void)
public static func setUserId(_ userId: Swift.String)
public static func clearUser()
+ public static func getSessionToken(completion: @escaping AccountProtection.TSAccountProtection.SessionTokenCompletion)
@objc deinit
}
public protocol SystemControlValueDefining {
@@ -106,6 +114,7 @@ public enum TransmitSecurityAccountProtectionError : Swift.Error {
case internalError
case connectionError
case notSupportedActionError
+ case initializationError
public static func == (a: AccountProtection.TransmitSecurityAccountProtectionError, b: AccountProtection.TransmitSecurityAccountProtectionError) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
@@ -114,8 +123,8 @@ public enum TransmitSecurityAccountProtectionError : Swift.Error {
}
public struct TransmitSecurityTriggerActionResponse : Swift.Codable {
public let actionToken: Swift.String
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public protocol RawPointerConvertible {
static func loadValue(_ from: Swift.UnsafeRawPointer, of size: Swift.Int) -> Self
diff --git a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios.swiftdoc b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios.swiftdoc
index 4e6260a..9ee1bc8 100644
Binary files a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios.swiftdoc and b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios.swiftdoc differ
diff --git a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios.swiftinterface b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios.swiftinterface
index bbc08db..f1e369e 100644
--- a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios.swiftinterface
+++ b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios.swiftinterface
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AccountProtection
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFoundation
@@ -20,26 +20,28 @@ import TSCoreSDK
import UIKit
import _Concurrency
import _StringProcessing
-import _SwiftConcurrencyShims
import zlib
public struct TSTriggerActionResponse {
public let token: Swift.String
}
public struct TSTriggerActionError : Swift.Error {
}
+public enum TSAccountProtectionError : Swift.Error {
+ case `internal`(Swift.Error?)
+}
public struct TSActionEventOptions {
public init(correlationId: Swift.String?, claimUserId: Swift.String?, referenceUserId: Swift.String?, transactionData: AccountProtection.TSTransactionData? = nil)
}
public struct TSTransactionData : Swift.Codable {
public struct Payer : Swift.Codable {
public init(name: Swift.String?, branchIdentifier: Swift.String?, accountNumber: Swift.String?)
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public struct Payee : Swift.Codable {
public init(name: Swift.String?, bankIdentifier: Swift.String?, branchIdentifier: Swift.String?, accountNumber: Swift.String?)
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public init(amount: Swift.Double, currency: Swift.String, reason: Swift.String?, transactionDate: Swift.Int64?, payer: AccountProtection.TSTransactionData.Payer?, payee: AccountProtection.TSTransactionData.Payee?)
public let amount: Swift.Double
@@ -48,14 +50,20 @@ public struct TSTransactionData : Swift.Codable {
public let transactionDate: Swift.Int64?
public let payer: AccountProtection.TSTransactionData.Payer?
public let payee: AccountProtection.TSTransactionData.Payee?
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class TSAccountProtection : ObjectiveC.NSObject {
+ public typealias CompletionResult = Swift.Result
+ public typealias Completion = (AccountProtection.TSAccountProtection.CompletionResult) -> Swift.Void
+ public typealias SessionTokenCompletion = (Swift.String) -> Swift.Void
+ public static func initialize(baseUrl: Swift.String = "https://collect.riskid.security/device/", clientId: Swift.String, userId: Swift.String? = nil, completion: @escaping AccountProtection.TSAccountProtection.Completion)
public static func initialize(baseUrl: Swift.String = "https://api.transmitsecurity.io/", clientId: Swift.String, userId: Swift.String? = nil)
+ public static func initializeSDK(userId: Swift.String? = nil, completion: AccountProtection.TSAccountProtection.Completion? = nil) throws
public static func triggerAction(_ action: Swift.String, options: AccountProtection.TSActionEventOptions? = nil, completion: @escaping (Swift.Result) -> Swift.Void)
public static func setUserId(_ userId: Swift.String)
public static func clearUser()
+ public static func getSessionToken(completion: @escaping AccountProtection.TSAccountProtection.SessionTokenCompletion)
@objc deinit
}
public protocol SystemControlValueDefining {
@@ -106,6 +114,7 @@ public enum TransmitSecurityAccountProtectionError : Swift.Error {
case internalError
case connectionError
case notSupportedActionError
+ case initializationError
public static func == (a: AccountProtection.TransmitSecurityAccountProtectionError, b: AccountProtection.TransmitSecurityAccountProtectionError) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
@@ -114,8 +123,8 @@ public enum TransmitSecurityAccountProtectionError : Swift.Error {
}
public struct TransmitSecurityTriggerActionResponse : Swift.Codable {
public let actionToken: Swift.String
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public protocol RawPointerConvertible {
static func loadValue(_ from: Swift.UnsafeRawPointer, of size: Swift.Int) -> Self
diff --git a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/module.modulemap b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/module.modulemap
index 442b5aa..3da0684 100644
--- a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/module.modulemap
+++ b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/Modules/module.modulemap
@@ -1,7 +1,7 @@
framework module AccountProtection {
umbrella header "AccountProtection.h"
- export *
+ export *
module * { export * }
}
diff --git a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/_CodeSignature/CodeResources b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/_CodeSignature/CodeResources
index 6dfe80a..518ba05 100644
--- a/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/_CodeSignature/CodeResources
+++ b/Sources/AccountProtection.xcframework/ios-arm64/AccountProtection.framework/_CodeSignature/CodeResources
@@ -6,7 +6,7 @@
Headers/AccountProtection-Swift.h
- cjYA/IHRYRuoZun+vmjeYL1XTMg=
+ au9SdY0dAGksXtsXW7aRRRx4eLU=
Headers/AccountProtection.h
@@ -14,31 +14,35 @@
Info.plist
- d6s3XOAV70gojhMD+kDi7cpCuug=
+ XGWzYWvPZX6UZ7Z2I2ShYKMkCEU=
Modules/AccountProtection.swiftmodule/arm64-apple-ios.abi.json
- zNcJFV3GV/CizhEMNEJqRn+Jq2A=
+ NVbq2f60yVKztMdAZQoE8bqiUfs=
Modules/AccountProtection.swiftmodule/arm64-apple-ios.private.swiftinterface
- vrDbvHYvycxIQ5F7UutEQq8wse0=
+ 2yW3w+FGDCj65pJlX6JJc7xSP1Y=
Modules/AccountProtection.swiftmodule/arm64-apple-ios.swiftdoc
- GJFpZFPnGQxdKX1EpSYU/3vUraU=
+ PZ629ONcJD7FIDYinOxkivuJA1A=
Modules/AccountProtection.swiftmodule/arm64-apple-ios.swiftinterface
- vrDbvHYvycxIQ5F7UutEQq8wse0=
+ 2yW3w+FGDCj65pJlX6JJc7xSP1Y=
Modules/AccountProtection.swiftmodule/arm64-apple-ios.swiftmodule
- 9WwY1UukDfvTyfvr8mdEh3wCAck=
+ IyvVRhgNJtkLIg5XcwqS79gqOU4=
Modules/module.modulemap
- wjIBmADBMFhnp79cTvoxpnT/U2s=
+ sH9S8LMD5MERWuK/0TB9yZMNWu0=
+
+ PrivacyInfo.xcprivacy
+
+ xs8io2oamxZM+sg2xcfcbYE0OZw=
files2
@@ -47,7 +51,7 @@
hash2
- bMp6OB342V5x4lvCPIPMQXrTa5msz2NZG9lby/AUx4c=
+ 0DDS1Gj6wHaERK8RGoX3DPjhGSRh7hYvokgZz3mta4E=
Headers/AccountProtection.h
@@ -61,42 +65,49 @@
hash2
- mxYxwngEKdLv3h84YBGvZ0b9FaRLllUfxrKgIlNXMk8=
+ HvEg3FSV+lAVh0TRN8tJobjq7KAdSEZKZZ5jGN5m88c=
Modules/AccountProtection.swiftmodule/arm64-apple-ios.private.swiftinterface
hash2
- Nm7hzxbeHgTknyIRlG7r8EaMigLCHqZGwhXki9n9Uo0=
+ YSsbmV1foCTKGL1NELuJHqoAArMtO5PSM20uBN8x9xk=
Modules/AccountProtection.swiftmodule/arm64-apple-ios.swiftdoc
hash2
- VJ+5+Bfs18jE3/myysn3Jn9f9GAr8YpZtH9EqYUPF38=
+ sf0WW1vu2cv/1HmwSivoOfINqaw9SjsBS/jqKc5tWoY=
Modules/AccountProtection.swiftmodule/arm64-apple-ios.swiftinterface
hash2
- Nm7hzxbeHgTknyIRlG7r8EaMigLCHqZGwhXki9n9Uo0=
+ YSsbmV1foCTKGL1NELuJHqoAArMtO5PSM20uBN8x9xk=
Modules/AccountProtection.swiftmodule/arm64-apple-ios.swiftmodule
hash2
- CWelINI7ZfI/9t4G8StLzEqox+8RnbF0Lg5JD25674I=
+ 3Q3+sAI7OSubyVepCJXPbSAD0pRj10CgiWDpMHg4R9c=
Modules/module.modulemap
hash2
- 7EOd6C9b+BcZJIUtA31hdB20OD4ZmmfPJohzrGbkAo8=
+ yXTfoRd4n9TUnfi4gzyaJ+FLoSz+C5L25xEag38ibQs=
+
+
+ PrivacyInfo.xcprivacy
+
+ hash2
+
+ GULCvdPc0Q3fraiwsgLkUkmq0NKcAoo2W0BeTmZCHIY=
diff --git a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/AccountProtection b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/AccountProtection
index 600d48a..45e365d 100755
Binary files a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/AccountProtection and b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/AccountProtection differ
diff --git a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Headers/AccountProtection-Swift.h b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Headers/AccountProtection-Swift.h
index 56f4499..3620cb8 100644
--- a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Headers/AccountProtection-Swift.h
+++ b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Headers/AccountProtection-Swift.h
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
#ifndef ACCOUNTPROTECTION_SWIFT_H
#define ACCOUNTPROTECTION_SWIFT_H
#pragma clang diagnostic push
@@ -23,6 +23,7 @@
# include
#endif
+#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
@@ -31,30 +32,10 @@
#include
#include
#include
-#include
-#include
-#include
-#include
#else
#include
#include
#include
-#include
-#endif
-#if defined(__cplusplus)
-#if defined(__arm64e__) && __has_include()
-# include
-#else
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
-# ifndef __ptrauth_swift_value_witness_function_pointer
-# define __ptrauth_swift_value_witness_function_pointer(x)
-# endif
-# ifndef __ptrauth_swift_class_method_pointer
-# define __ptrauth_swift_class_method_pointer(x)
-# endif
-#pragma clang diagnostic pop
-#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -90,66 +71,53 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# if __has_feature(objc_class_property)
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
# else
-# define SWIFT_CLASS_PROPERTY(...)
+# define SWIFT_CLASS_PROPERTY(...)
# endif
#endif
-#if !defined(SWIFT_RUNTIME_NAME)
-# if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-# else
-# define SWIFT_RUNTIME_NAME(X)
-# endif
+
+#if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+#else
+# define SWIFT_RUNTIME_NAME(X)
#endif
-#if !defined(SWIFT_COMPILE_NAME)
-# if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-# else
-# define SWIFT_COMPILE_NAME(X)
-# endif
+#if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+#else
+# define SWIFT_COMPILE_NAME(X)
#endif
-#if !defined(SWIFT_METHOD_FAMILY)
-# if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-# else
-# define SWIFT_METHOD_FAMILY(X)
-# endif
+#if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+#else
+# define SWIFT_METHOD_FAMILY(X)
#endif
-#if !defined(SWIFT_NOESCAPE)
-# if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-# else
-# define SWIFT_NOESCAPE
-# endif
+#if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+#else
+# define SWIFT_NOESCAPE
#endif
-#if !defined(SWIFT_RELEASES_ARGUMENT)
-# if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-# else
-# define SWIFT_RELEASES_ARGUMENT
-# endif
+#if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+#else
+# define SWIFT_RELEASES_ARGUMENT
#endif
-#if !defined(SWIFT_WARN_UNUSED_RESULT)
-# if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-# else
-# define SWIFT_WARN_UNUSED_RESULT
-# endif
+#if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+#else
+# define SWIFT_WARN_UNUSED_RESULT
#endif
-#if !defined(SWIFT_NORETURN)
-# if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-# else
-# define SWIFT_NORETURN
-# endif
+#if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+#else
+# define SWIFT_NORETURN
#endif
#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_EXTRA
#endif
#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_EXTRA
#endif
#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
+# define SWIFT_ENUM_EXTRA
#endif
#if !defined(SWIFT_CLASS)
# if __has_attribute(objc_subclassing_restricted)
@@ -169,25 +137,28 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
# endif
#endif
+
#if !defined(SWIFT_PROTOCOL)
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
+
#if !defined(SWIFT_EXTENSION)
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
+
#if !defined(OBJC_DESIGNATED_INITIALIZER)
# if __has_attribute(objc_designated_initializer)
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
# else
-# define OBJC_DESIGNATED_INITIALIZER
+# define OBJC_DESIGNATED_INITIALIZER
# endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-# if __has_attribute(enum_extensibility)
+# if defined(__has_attribute) && __has_attribute(enum_extensibility)
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
# else
-# define SWIFT_ENUM_ATTR(_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility)
# endif
#endif
#if !defined(SWIFT_ENUM)
@@ -216,16 +187,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
-#if !defined(SWIFT_DEPRECATED_OBJC)
-# if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-# else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
-# endif
+#if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+#else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
-# define IBSegueAction
+# define IBSegueAction
#endif
#endif
#if !defined(SWIFT_EXTERN)
@@ -238,42 +207,26 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
# define SWIFT_CALL __attribute__((swiftcall))
#endif
-#if !defined(SWIFT_INDIRECT_RESULT)
-# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
-#endif
-#if !defined(SWIFT_CONTEXT)
-# define SWIFT_CONTEXT __attribute__((swift_context))
-#endif
-#if !defined(SWIFT_ERROR_RESULT)
-# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
-#endif
#if defined(__cplusplus)
+#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT noexcept
+#endif
#else
+#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT
#endif
-#if !defined(SWIFT_C_INLINE_THUNK)
-# if __has_attribute(always_inline)
-# if __has_attribute(nodebug)
-# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
-# else
-# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
-# endif
-# else
-# define SWIFT_C_INLINE_THUNK inline
-# endif
-#endif
-#if defined(_WIN32)
-#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
-# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
#endif
-#else
-#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
-# define SWIFT_IMPORT_STDLIB_SYMBOL
+#if defined(__cplusplus)
+#if !defined(SWIFT_CXX_INT_DEFINED)
+#define SWIFT_CXX_INT_DEFINED
+namespace swift {
+using Int = ptrdiff_t;
+using UInt = size_t;
+}
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(objc_modules)
+#if __has_feature(modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -307,17 +260,18 @@ SWIFT_CLASS("_TtC17AccountProtection19TSAccountProtection")
@end
+
+#endif
+#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
-#if defined(__cplusplus)
-#endif
#pragma clang diagnostic pop
#endif
#elif defined(__x86_64__) && __x86_64__
-// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
#ifndef ACCOUNTPROTECTION_SWIFT_H
#define ACCOUNTPROTECTION_SWIFT_H
#pragma clang diagnostic push
@@ -340,6 +294,7 @@ SWIFT_CLASS("_TtC17AccountProtection19TSAccountProtection")
# include
#endif
+#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
@@ -348,30 +303,10 @@ SWIFT_CLASS("_TtC17AccountProtection19TSAccountProtection")
#include
#include
#include
-#include
-#include
-#include
-#include
#else
#include
#include
#include
-#include
-#endif
-#if defined(__cplusplus)
-#if defined(__arm64e__) && __has_include()
-# include
-#else
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
-# ifndef __ptrauth_swift_value_witness_function_pointer
-# define __ptrauth_swift_value_witness_function_pointer(x)
-# endif
-# ifndef __ptrauth_swift_class_method_pointer
-# define __ptrauth_swift_class_method_pointer(x)
-# endif
-#pragma clang diagnostic pop
-#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -407,66 +342,53 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# if __has_feature(objc_class_property)
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
# else
-# define SWIFT_CLASS_PROPERTY(...)
+# define SWIFT_CLASS_PROPERTY(...)
# endif
#endif
-#if !defined(SWIFT_RUNTIME_NAME)
-# if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-# else
-# define SWIFT_RUNTIME_NAME(X)
-# endif
+
+#if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+#else
+# define SWIFT_RUNTIME_NAME(X)
#endif
-#if !defined(SWIFT_COMPILE_NAME)
-# if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-# else
-# define SWIFT_COMPILE_NAME(X)
-# endif
+#if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+#else
+# define SWIFT_COMPILE_NAME(X)
#endif
-#if !defined(SWIFT_METHOD_FAMILY)
-# if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-# else
-# define SWIFT_METHOD_FAMILY(X)
-# endif
+#if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+#else
+# define SWIFT_METHOD_FAMILY(X)
#endif
-#if !defined(SWIFT_NOESCAPE)
-# if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-# else
-# define SWIFT_NOESCAPE
-# endif
+#if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+#else
+# define SWIFT_NOESCAPE
#endif
-#if !defined(SWIFT_RELEASES_ARGUMENT)
-# if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-# else
-# define SWIFT_RELEASES_ARGUMENT
-# endif
+#if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+#else
+# define SWIFT_RELEASES_ARGUMENT
#endif
-#if !defined(SWIFT_WARN_UNUSED_RESULT)
-# if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-# else
-# define SWIFT_WARN_UNUSED_RESULT
-# endif
+#if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+#else
+# define SWIFT_WARN_UNUSED_RESULT
#endif
-#if !defined(SWIFT_NORETURN)
-# if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-# else
-# define SWIFT_NORETURN
-# endif
+#if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+#else
+# define SWIFT_NORETURN
#endif
#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_EXTRA
#endif
#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_EXTRA
#endif
#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
+# define SWIFT_ENUM_EXTRA
#endif
#if !defined(SWIFT_CLASS)
# if __has_attribute(objc_subclassing_restricted)
@@ -486,25 +408,28 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
# endif
#endif
+
#if !defined(SWIFT_PROTOCOL)
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
+
#if !defined(SWIFT_EXTENSION)
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
+
#if !defined(OBJC_DESIGNATED_INITIALIZER)
# if __has_attribute(objc_designated_initializer)
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
# else
-# define OBJC_DESIGNATED_INITIALIZER
+# define OBJC_DESIGNATED_INITIALIZER
# endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-# if __has_attribute(enum_extensibility)
+# if defined(__has_attribute) && __has_attribute(enum_extensibility)
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
# else
-# define SWIFT_ENUM_ATTR(_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility)
# endif
#endif
#if !defined(SWIFT_ENUM)
@@ -533,16 +458,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
-#if !defined(SWIFT_DEPRECATED_OBJC)
-# if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-# else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
-# endif
+#if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+#else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
-# define IBSegueAction
+# define IBSegueAction
#endif
#endif
#if !defined(SWIFT_EXTERN)
@@ -555,42 +478,26 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
# define SWIFT_CALL __attribute__((swiftcall))
#endif
-#if !defined(SWIFT_INDIRECT_RESULT)
-# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
-#endif
-#if !defined(SWIFT_CONTEXT)
-# define SWIFT_CONTEXT __attribute__((swift_context))
-#endif
-#if !defined(SWIFT_ERROR_RESULT)
-# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
-#endif
#if defined(__cplusplus)
+#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT noexcept
+#endif
#else
+#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT
#endif
-#if !defined(SWIFT_C_INLINE_THUNK)
-# if __has_attribute(always_inline)
-# if __has_attribute(nodebug)
-# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
-# else
-# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
-# endif
-# else
-# define SWIFT_C_INLINE_THUNK inline
-# endif
-#endif
-#if defined(_WIN32)
-#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
-# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
#endif
-#else
-#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
-# define SWIFT_IMPORT_STDLIB_SYMBOL
+#if defined(__cplusplus)
+#if !defined(SWIFT_CXX_INT_DEFINED)
+#define SWIFT_CXX_INT_DEFINED
+namespace swift {
+using Int = ptrdiff_t;
+using UInt = size_t;
+}
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(objc_modules)
+#if __has_feature(modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -624,12 +531,13 @@ SWIFT_CLASS("_TtC17AccountProtection19TSAccountProtection")
@end
+
+#endif
+#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
-#if defined(__cplusplus)
-#endif
#pragma clang diagnostic pop
#endif
diff --git a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Info.plist b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Info.plist
index e339f75..3ac0c55 100644
Binary files a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Info.plist and b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Info.plist differ
diff --git a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.abi.json b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.abi.json
index 7b1f8c0..c12b785 100644
--- a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.abi.json
+++ b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.abi.json
@@ -109,6 +109,13 @@
"RawDocComment"
]
},
+ {
+ "kind": "Import",
+ "name": "TSCoreSDK",
+ "printedName": "TSCoreSDK",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
{
"kind": "TypeDecl",
"name": "TSTriggerActionResponse",
@@ -195,6 +202,94 @@
}
]
},
+ {
+ "kind": "TypeDecl",
+ "name": "TSAccountProtectionError",
+ "printedName": "TSAccountProtectionError",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "internal",
+ "printedName": "internal",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(AccountProtection.TSAccountProtectionError.Type) -> (Swift.Error?) -> AccountProtection.TSAccountProtectionError",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Swift.Error?) -> AccountProtection.TSAccountProtectionError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TSAccountProtectionError",
+ "printedName": "AccountProtection.TSAccountProtectionError",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Error?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "AccountProtection.TSAccountProtectionError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TSAccountProtectionError",
+ "printedName": "AccountProtection.TSAccountProtectionError",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO8internalyACs0D0_pSgcACmF",
+ "mangledName": "$s17AccountProtection09TSAccountB5ErrorO8internalyACs0D0_pSgcACmF",
+ "moduleName": "AccountProtection"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO",
+ "mangledName": "$s17AccountProtection09TSAccountB5ErrorO",
+ "moduleName": "AccountProtection",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Error",
+ "printedName": "Error",
+ "usr": "s:s5ErrorP",
+ "mangledName": "$ss5ErrorP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
{
"kind": "TypeDecl",
"name": "TSActionEventOptions",
@@ -1092,6 +1187,88 @@
"name": "TSAccountProtection",
"printedName": "TSAccountProtection",
"children": [
+ {
+ "kind": "Function",
+ "name": "initialize",
+ "printedName": "initialize(baseUrl:clientId:userId:completion:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "hasDefaultArg": true,
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Swift.Result<(), AccountProtection.TSAccountProtectionError>) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Result",
+ "printedName": "Swift.Result<(), AccountProtection.TSAccountProtectionError>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "TSAccountProtectionError",
+ "printedName": "AccountProtection.TSAccountProtectionError",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO"
+ }
+ ],
+ "usr": "s:s6ResultO"
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:17AccountProtection09TSAccountB0C10initialize7baseUrl8clientId04userH010completionySS_S2SSgys6ResultOyytAA0cB5ErrorOGctFZ",
+ "mangledName": "$s17AccountProtection09TSAccountB0C10initialize7baseUrl8clientId04userH010completionySS_S2SSgys6ResultOyytAA0cB5ErrorOGctFZ",
+ "moduleName": "AccountProtection",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
{
"kind": "Function",
"name": "initialize",
@@ -1143,6 +1320,85 @@
],
"funcSelfKind": "NonMutating"
},
+ {
+ "kind": "Function",
+ "name": "initializeSDK",
+ "printedName": "initializeSDK(userId:completion:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((Swift.Result<(), AccountProtection.TSAccountProtectionError>) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Swift.Result<(), AccountProtection.TSAccountProtectionError>) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Result",
+ "printedName": "Swift.Result<(), AccountProtection.TSAccountProtectionError>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "TSAccountProtectionError",
+ "printedName": "AccountProtection.TSAccountProtectionError",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO"
+ }
+ ],
+ "usr": "s:s6ResultO"
+ }
+ ]
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:17AccountProtection09TSAccountB0C13initializeSDK6userId10completionySSSg_ys6ResultOyytAA0cB5ErrorOGcSgtKFZ",
+ "mangledName": "$s17AccountProtection09TSAccountB0C13initializeSDK6userId10completionySSSg_ys6ResultOyytAA0cB5ErrorOGcSgtKFZ",
+ "moduleName": "AccountProtection",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "throwing": true,
+ "funcSelfKind": "NonMutating"
+ },
{
"kind": "Function",
"name": "triggerAction",
@@ -1270,6 +1526,47 @@
"RawDocComment"
],
"funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getSessionToken",
+ "printedName": "getSessionToken(completion:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Swift.String) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:17AccountProtection09TSAccountB0C15getSessionToken10completionyySSc_tFZ",
+ "mangledName": "$s17AccountProtection09TSAccountB0C15getSessionToken10completionyySSc_tFZ",
+ "moduleName": "AccountProtection",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
@@ -2116,16 +2413,6 @@
"RawDocComment"
]
},
- {
- "kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
- "declKind": "Import",
- "moduleName": "AccountProtection",
- "declAttributes": [
- "RawDocComment"
- ]
- },
{
"kind": "Import",
"name": "Combine",
@@ -2269,6 +2556,13 @@
"RawDocComment"
]
},
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
{
"kind": "Import",
"name": "Foundation",
@@ -2279,13 +2573,6 @@
"RawDocComment"
]
},
- {
- "kind": "Import",
- "name": "LocalAuthentication",
- "printedName": "LocalAuthentication",
- "declKind": "Import",
- "moduleName": "AccountProtection"
- },
{
"kind": "Import",
"name": "Foundation",
@@ -2298,8 +2585,25 @@
},
{
"kind": "Import",
- "name": "UIKit",
- "printedName": "UIKit",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "AccountProtection",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
"declKind": "Import",
"moduleName": "AccountProtection"
},
@@ -2327,6 +2631,23 @@
"RawDocComment"
]
},
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "AccountProtection",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Import",
"name": "Foundation",
@@ -2405,6 +2726,13 @@
"declKind": "Import",
"moduleName": "AccountProtection"
},
+ {
+ "kind": "Import",
+ "name": "Combine",
+ "printedName": "Combine",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
{
"kind": "Import",
"name": "Foundation",
@@ -3329,6 +3657,23 @@
"RawDocComment"
]
},
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "AccountProtection",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Import",
"name": "Foundation",
@@ -3555,6 +3900,46 @@
"RawDocComment"
]
},
+ {
+ "kind": "Var",
+ "name": "initializationError",
+ "printedName": "initializationError",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(AccountProtection.TransmitSecurityAccountProtectionError.Type) -> AccountProtection.TransmitSecurityAccountProtectionError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TransmitSecurityAccountProtectionError",
+ "printedName": "AccountProtection.TransmitSecurityAccountProtectionError",
+ "usr": "s:17AccountProtection016TransmitSecurityaB5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "AccountProtection.TransmitSecurityAccountProtectionError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TransmitSecurityAccountProtectionError",
+ "printedName": "AccountProtection.TransmitSecurityAccountProtectionError",
+ "usr": "s:17AccountProtection016TransmitSecurityaB5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:17AccountProtection016TransmitSecurityaB5ErrorO014initializationE0yA2CmF",
+ "mangledName": "$s17AccountProtection016TransmitSecurityaB5ErrorO014initializationE0yA2CmF",
+ "moduleName": "AccountProtection",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Function",
"name": "==",
@@ -3920,9 +4305,8 @@
},
{
"kind": "TypeNominal",
- "name": "UnsafeMutableRawPointer",
- "printedName": "Swift.UnsafeMutableRawPointer",
- "usr": "s:Sv"
+ "name": "InOut",
+ "printedName": "inout Swift.UnsafeMutableRawPointer"
}
],
"typeAttributes": [
@@ -3973,9 +4357,8 @@
},
{
"kind": "TypeNominal",
- "name": "UnsafeMutableRawPointer",
- "printedName": "Swift.UnsafeMutableRawPointer",
- "usr": "s:Sv"
+ "name": "InOut",
+ "printedName": "inout Swift.UnsafeMutableRawPointer"
}
],
"typeAttributes": [
@@ -4088,9 +4471,8 @@
},
{
"kind": "TypeNominal",
- "name": "UnsafeMutableRawPointer",
- "printedName": "Swift.UnsafeMutableRawPointer",
- "usr": "s:Sv"
+ "name": "InOut",
+ "printedName": "inout Swift.UnsafeMutableRawPointer"
}
],
"typeAttributes": [
@@ -4724,3357 +5106,1229 @@
},
"ConstValues": [
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/ModuleInfo\/ModuleInfo.swift",
- "kind": "StringLiteral",
- "offset": 282,
- "length": 8,
- "value": "\"riskID\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 194,
"length": 11,
"value": "\"page_load\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 223,
"length": 7,
"value": "\"click\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 248,
"length": 7,
"value": "\"swipe\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 274,
"length": 8,
"value": "\"scroll\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 309,
"length": 16,
"value": "\"locationchange\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 343,
"length": 7,
"value": "\"paste\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 373,
"length": 11,
"value": "\"mousemove\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 403,
"length": 8,
"value": "\"submit\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 429,
"length": 7,
"value": "\"keyup\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 456,
"length": 9,
"value": "\"keydown\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 483,
"length": 7,
"value": "\"input\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 511,
"length": 10,
"value": "\"focusout\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 539,
"length": 7,
"value": "\"touch\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "kind": "StringLiteral",
+ "offset": 569,
+ "length": 12,
+ "value": "\"screenshot\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 194,
"length": 11,
"value": "\"page_load\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 223,
"length": 7,
"value": "\"click\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 248,
"length": 7,
"value": "\"swipe\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 274,
"length": 8,
"value": "\"scroll\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 309,
"length": 16,
"value": "\"locationchange\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 343,
"length": 7,
"value": "\"paste\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 373,
"length": 11,
"value": "\"mousemove\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 403,
"length": 8,
"value": "\"submit\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 429,
"length": 7,
"value": "\"keyup\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 456,
"length": 9,
"value": "\"keydown\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 483,
"length": 7,
"value": "\"input\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 511,
"length": 10,
"value": "\"focusout\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 539,
"length": 7,
"value": "\"touch\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
- "kind": "Array",
- "offset": 876,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
- "kind": "Array",
- "offset": 1098,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "kind": "StringLiteral",
+ "offset": 569,
+ "length": 12,
+ "value": "\"screenshot\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSUploadEventsRequest.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSUploadEventsRequest.swift",
"kind": "StringLiteral",
"offset": 293,
"length": 8,
"value": "\"events\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSUploadEventsRequest.swift",
- "kind": "StringLiteral",
- "offset": 529,
- "length": 19,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSUploadEventsRequest.swift",
- "kind": "StringLiteral",
- "offset": 540,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSUploadEventsRequest.swift",
- "kind": "StringLiteral",
- "offset": 547,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationManager.swift",
"kind": "IntegerLiteral",
- "offset": 3200,
+ "offset": 3381,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationManager.swift",
- "kind": "StringLiteral",
- "offset": 3829,
- "length": 32,
- "value": "\"Risk configuration initialized\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/Utils\/TSSwizzler\/TSSwizzler.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/Utils\/TSSwizzler\/TSSwizzler.swift",
"kind": "Array",
"offset": 592,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/Utils\/TSSwizzler\/TSSwizzler.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtection.swift",
"kind": "StringLiteral",
- "offset": 1029,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "IntegerLiteral",
- "offset": 231,
- "length": 4,
- "value": "1000"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "IntegerLiteral",
- "offset": 352,
- "length": 4,
- "value": "1000"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "FloatLiteral",
- "offset": 574,
- "length": 6,
- "value": "1000.0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "FloatLiteral",
- "offset": 583,
- "length": 6,
- "value": "1000.0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "FloatLiteral",
- "offset": 666,
- "length": 6,
- "value": "1000.0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "IntegerLiteral",
- "offset": 855,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "IntegerLiteral",
- "offset": 868,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "IntegerLiteral",
- "offset": 880,
- "length": 2,
- "value": "10"
+ "offset": 3293,
+ "length": 41,
+ "value": "\"https:\/\/collect.riskid.security\/device\/\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtection.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtection.swift",
"kind": "StringLiteral",
- "offset": 2898,
+ "offset": 4378,
"length": 34,
"value": "\"https:\/\/api.transmitsecurity.io\/\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 459,
+ "offset": 489,
"length": 8,
"value": "\"device\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 490,
+ "offset": 520,
"length": 12,
"value": "\"navigation\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 521,
+ "offset": 551,
"length": 8,
"value": "\"action\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 556,
+ "offset": 586,
"length": 16,
"value": "\"identification\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 596,
+ "offset": 626,
"length": 13,
"value": "\"interaction\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 459,
+ "offset": 489,
"length": 8,
"value": "\"device\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 490,
+ "offset": 520,
"length": 12,
"value": "\"navigation\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 521,
+ "offset": 551,
"length": 8,
"value": "\"action\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 556,
+ "offset": 586,
"length": 16,
"value": "\"identification\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 596,
+ "offset": 626,
"length": 13,
"value": "\"interaction\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
- "kind": "IntegerLiteral",
- "offset": 5109,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "IntegerLiteral",
- "offset": 5250,
+ "offset": 5223,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
- "kind": "StringLiteral",
- "offset": 6829,
- "length": 59,
- "value": "\"triggerActionEvent is ignored because SdkEnabled is false\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "IntegerLiteral",
- "offset": 12988,
+ "offset": 5364,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13360,
+ "offset": 14850,
"length": 13,
"value": "\"action_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13403,
+ "offset": 14893,
"length": 16,
"value": "\"correlation_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13449,
+ "offset": 14939,
"length": 17,
"value": "\"claimed_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13498,
+ "offset": 14988,
"length": 19,
"value": "\"reference_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13549,
+ "offset": 15039,
"length": 17,
"value": "\"transactionData\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13360,
+ "offset": 14850,
"length": 13,
"value": "\"action_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13403,
+ "offset": 14893,
"length": 16,
"value": "\"correlation_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13449,
+ "offset": 14939,
"length": 17,
"value": "\"claimed_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13498,
+ "offset": 14988,
"length": 19,
"value": "\"reference_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13549,
+ "offset": 15039,
"length": 17,
"value": "\"transactionData\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
- "kind": "StringLiteral",
- "offset": 2251,
- "length": 20,
- "value": "\"Unknown gzip error\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
- "kind": "Array",
- "offset": 2993,
- "length": 12,
- "value": "[0x1f, 0x8b]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
"kind": "IntegerLiteral",
"offset": 3895,
"length": 2,
"value": "16"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
- "kind": "IntegerLiteral",
- "offset": 5819,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
"kind": "IntegerLiteral",
"offset": 6993,
"length": 2,
"value": "32"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
- "kind": "IntegerLiteral",
- "offset": 7702,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
- "kind": "IntegerLiteral",
- "offset": 7818,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
"kind": "IntegerLiteral",
"offset": 9611,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
"kind": "IntegerLiteral",
"offset": 9616,
"length": 2,
"value": "14"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
"kind": "StringLiteral",
"offset": 714,
"length": 25,
"value": "\"UIInputWindowController\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
"kind": "StringLiteral",
"offset": 804,
"length": 36,
"value": "\"UICompatibilityInputViewController\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
"kind": "StringLiteral",
"offset": 905,
"length": 38,
"value": "\"UISystemInputAssistantViewController\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
"kind": "StringLiteral",
"offset": 1008,
"length": 28,
"value": "\"UIPredictionViewController\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
"kind": "StringLiteral",
"offset": 1101,
"length": 32,
"value": "\"UISystemKeyboardDockController\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
- "kind": "BooleanLiteral",
- "offset": 1455,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector.swift",
+ "kind": "StringLiteral",
+ "offset": 220,
+ "length": 8,
+ "value": "\"userId\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
- "kind": "BooleanLiteral",
- "offset": 2644,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector.swift",
+ "kind": "Array",
+ "offset": 268,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/UIExtensions.swift",
- "kind": "StringLiteral",
- "offset": 237,
- "length": 7,
- "value": "\"light\""
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
+ "kind": "Array",
+ "offset": 372,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/UIExtensions.swift",
- "kind": "StringLiteral",
- "offset": 272,
- "length": 6,
- "value": "\"dark\""
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Carrier\/Carrier.swift",
+ "kind": "Array",
+ "offset": 1245,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/UIExtensions.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/storage\/TSConfigurationUserDefaultsStorageProvider.swift",
"kind": "StringLiteral",
- "offset": 313,
- "length": 13,
- "value": "\"unspecified\""
+ "offset": 292,
+ "length": 18,
+ "value": "\"configStorageKey\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/UIExtensions.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
"kind": "StringLiteral",
- "offset": 360,
- "length": 9,
- "value": "\"unknown\""
+ "offset": 351,
+ "length": 18,
+ "value": "\"previous_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
"kind": "StringLiteral",
- "offset": 220,
- "length": 8,
- "value": "\"userId\""
+ "offset": 396,
+ "length": 9,
+ "value": "\"user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector.swift",
- "kind": "Array",
- "offset": 268,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
+ "kind": "StringLiteral",
+ "offset": 351,
+ "length": 18,
+ "value": "\"previous_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/SystemControl\/SystemControlValuesProvider.swift",
- "kind": "IntegerLiteral",
- "offset": 494,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
+ "kind": "StringLiteral",
+ "offset": 396,
+ "length": 9,
+ "value": "\"user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/SystemControl\/SystemControlValuesProvider.swift",
- "kind": "IntegerLiteral",
- "offset": 659,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/SystemControl\/SystemControlValuesProvider.swift",
- "kind": "IntegerLiteral",
- "offset": 788,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/SystemControl\/SystemControlValuesProvider.swift",
- "kind": "IntegerLiteral",
- "offset": 1072,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 344,
- "length": 3,
- "value": "100"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 821,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 1292,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 1903,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 1988,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 1995,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2080,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2087,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2094,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "FloatLiteral",
- "offset": 2153,
- "length": 5,
- "value": "100.0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2563,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2647,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2654,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2738,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2745,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2752,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2839,
- "length": 3,
- "value": "100"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3270,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3354,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3361,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3445,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3452,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3459,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3546,
- "length": 3,
- "value": "100"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "BooleanLiteral",
- "offset": 4036,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "Array",
- "offset": 372,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1321,
- "length": 3,
- "value": "\"[\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1350,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1509,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1515,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1529,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1580,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1610,
- "length": 15,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1623,
- "length": 1,
- "value": "\"]\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1656,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1683,
- "length": 127,
- "value": "\"Payload attributes list \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1721,
- "length": 3,
- "value": "\" out of \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1769,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1774,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1780,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1782,
- "length": 10,
- "value": "\" attributes list: \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1809,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1903,
- "length": 3,
- "value": "\"[\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1954,
- "length": 16,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1967,
- "length": 1,
- "value": "\", \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "BooleanLiteral",
- "offset": 11901,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Carrier\/Carrier.swift",
- "kind": "Array",
- "offset": 1245,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/storage\/TSConfigurationUserDefaultsStorageProvider.swift",
- "kind": "StringLiteral",
- "offset": 292,
- "length": 18,
- "value": "\"configStorageKey\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 927,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 957,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 988,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 1037,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 1046,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 1077,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 1619,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 2632,
- "length": 3,
- "value": "\"\/\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Battery\/Battery.swift",
- "kind": "IntegerLiteral",
- "offset": 407,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Battery\/Battery.swift",
- "kind": "IntegerLiteral",
- "offset": 450,
- "length": 3,
- "value": "100"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Battery\/Battery.swift",
- "kind": "BooleanLiteral",
- "offset": 1228,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
- "kind": "StringLiteral",
- "offset": 351,
- "length": 18,
- "value": "\"previous_user_id\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
- "kind": "StringLiteral",
- "offset": 396,
- "length": 9,
- "value": "\"user_id\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
- "kind": "StringLiteral",
- "offset": 351,
- "length": 18,
- "value": "\"previous_user_id\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
- "kind": "StringLiteral",
- "offset": 396,
- "length": 9,
- "value": "\"user_id\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 891,
- "length": 102,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 901,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 904,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 912,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 915,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "BooleanLiteral",
- "offset": 944,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 951,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "Array",
- "offset": 965,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 968,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 978,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 981,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 989,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 992,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1237,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1242,
- "length": 4,
- "value": "1000"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1510,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1515,
- "length": 4,
- "value": "1000"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 1663,
- "length": 43,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1684,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 1686,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1703,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 1705,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1051,
- "length": 29,
- "value": "\"fetch configuraion succeded\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1401,
- "length": 10,
- "value": "\"tenantId\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1467,
- "length": 9,
- "value": "\"package\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1530,
- "length": 7,
- "value": "\"build\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1590,
- "length": 6,
- "value": "\"type\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1625,
- "length": 6,
- "value": "\"conf\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1934,
- "length": 19,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1945,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1952,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 2331,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 1519,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 1534,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 1629,
- "length": 2,
- "value": "50"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Dictionary",
- "offset": 1869,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 1552,
- "length": 16,
- "value": "\"AccountProtection.TSGestureMonitor\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 2657,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 3828,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 4514,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Array",
- "offset": 5224,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Array",
- "offset": 5292,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 5583,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 5609,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 5691,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 6191,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 6927,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 7067,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Array",
- "offset": 8340,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 8470,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 8569,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 8599,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Array",
- "offset": 8749,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Array",
- "offset": 9002,
- "length": 42,
- "value": "[\"button\", \"UIAlertControllerActionView\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 9158,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 9223,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 9612,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 9652,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 9855,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 9882,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 9961,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 10408,
- "length": 2,
- "value": "-1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 10423,
- "length": 2,
- "value": "-1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 10482,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 10494,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 10630,
- "length": 132,
- "value": "\"Swipe point: \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 10650,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 10652,
- "length": 4,
- "value": "\" from \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 10666,
- "length": 1,
- "value": "\": (\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 10714,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 10760,
- "length": 1,
- "value": "\")\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 219,
- "length": 9,
- "value": "\"device\/\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 268,
- "length": 22,
- "value": "\"risk-collect\/device\/\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/ModuleUtils.swift",
- "kind": "StringLiteral",
- "offset": 276,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/ModuleUtils.swift",
- "kind": "StringLiteral",
- "offset": 373,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/ModuleUtils.swift",
- "kind": "StringLiteral",
- "offset": 472,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/ModuleUtils.swift",
- "kind": "StringLiteral",
- "offset": 555,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 1592,
- "length": 33,
- "value": "\"ReachabilityChangedNotification\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2316,
- "length": 10,
- "value": "\"Cellular\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2370,
- "length": 6,
- "value": "\"WiFi\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2416,
- "length": 15,
- "value": "\"No Connection\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2807,
- "length": 30,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2836,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 3343,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 3453,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 3591,
- "length": 32,
- "value": "\"uk.co.ashleymills.reachability\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 3716,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "IntegerLiteral",
- "offset": 4836,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 5557,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 5633,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 5996,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 6085,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 6273,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 6327,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 6672,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 6838,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7026,
- "length": 3,
- "value": "\"W\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7032,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7039,
- "length": 3,
- "value": "\"X\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7080,
- "length": 3,
- "value": "\"R\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7086,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7136,
- "length": 3,
- "value": "\"c\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7142,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7193,
- "length": 3,
- "value": "\"t\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7199,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7251,
- "length": 3,
- "value": "\"i\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7257,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7308,
- "length": 3,
- "value": "\"C\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7314,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7364,
- "length": 3,
- "value": "\"D\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7370,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7414,
- "length": 3,
- "value": "\"l\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7420,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7458,
- "length": 3,
- "value": "\"d\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7464,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7492,
- "length": 39,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7497,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7501,
- "length": 1,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7506,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7510,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7514,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7518,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7522,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7526,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7530,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "Array",
- "offset": 499,
- "length": 148,
- "value": "[\"FridaGadget\", \"frida\", \"cynject\", \"libcycript\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 677,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1092,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1155,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "Array",
- "offset": 1257,
- "length": 48,
- "value": "[\"\/usr\/sbin\/frida-server\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1420,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1465,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "Array",
- "offset": 1552,
- "length": 82,
- "value": "[27042, 4444]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1740,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1785,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "StringLiteral",
- "offset": 2221,
- "length": 11,
- "value": "\"127.0.0.1\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 2356,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 2483,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 2672,
- "length": 2,
- "value": "-1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 2696,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 2745,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 3057,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 3121,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionController.swift",
- "kind": "StringLiteral",
- "offset": 1181,
- "length": 26,
- "value": "\"init controller user api\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionController.swift",
- "kind": "StringLiteral",
- "offset": 1430,
- "length": 33,
- "value": "\"set user id controller user api\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionController.swift",
- "kind": "StringLiteral",
- "offset": 1695,
- "length": 36,
- "value": "\"trigger action controller user api\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionController.swift",
- "kind": "BooleanLiteral",
- "offset": 2099,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
- "kind": "StringLiteral",
- "offset": 210,
- "length": 28,
- "value": "\"CFBundleShortVersionString\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
- "kind": "StringLiteral",
- "offset": 311,
- "length": 17,
- "value": "\"CFBundleVersion\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
"kind": "StringLiteral",
- "offset": 452,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
- "kind": "StringLiteral",
- "offset": 481,
- "length": 27,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
- "kind": "StringLiteral",
- "offset": 492,
- "length": 5,
- "value": "\" build \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
- "kind": "StringLiteral",
- "offset": 507,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/AuthenticationPolicies\/BiometryType.swift",
- "kind": "StringLiteral",
- "offset": 548,
- "length": 9,
- "value": "\"Face ID\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/AuthenticationPolicies\/BiometryType.swift",
- "kind": "StringLiteral",
- "offset": 600,
+ "offset": 1401,
"length": 10,
- "value": "\"Touch ID\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/AuthenticationPolicies\/BiometryType.swift",
- "kind": "StringLiteral",
- "offset": 660,
- "length": 15,
- "value": "\"<\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/AuthenticationPolicies\/BiometryType.swift",
- "kind": "StringLiteral",
- "offset": 673,
- "length": 1,
- "value": "\">\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ProxyChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 354,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ProxyChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 548,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ProxyChecker.swift",
- "kind": "StringLiteral",
- "offset": 619,
- "length": 11,
- "value": "\"HTTPProxy\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ProxyChecker.swift",
- "kind": "StringLiteral",
- "offset": 658,
- "length": 12,
- "value": "\"HTTPSProxy\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector+EventModel.swift",
- "kind": "StringLiteral",
- "offset": 413,
- "length": 18,
- "value": "\"interaction_type\""
+ "value": "\"tenantId\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector+EventModel.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
"kind": "StringLiteral",
- "offset": 413,
- "length": 18,
- "value": "\"interaction_type\""
+ "offset": 1467,
+ "length": 9,
+ "value": "\"package\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
"kind": "StringLiteral",
- "offset": 1691,
- "length": 22,
- "value": "\"encode events failed\""
+ "offset": 1530,
+ "length": 7,
+ "value": "\"build\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
"kind": "StringLiteral",
- "offset": 2116,
- "length": 25,
- "value": "\"gzip compression failed\""
+ "offset": 1590,
+ "length": 6,
+ "value": "\"type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
"kind": "StringLiteral",
- "offset": 3110,
- "length": 22,
- "value": "\"Events - \""
+ "offset": 1625,
+ "length": 6,
+ "value": "\"conf\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 3131,
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1629,
"length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 3521,
- "length": 23,
- "value": "\"encrypt events failed\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 5634,
- "length": 12,
- "value": "\"compressed\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 5847,
- "length": 33,
- "value": "\"Failed to encode encrypted data\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 6333,
- "length": 9,
- "value": "\" \n\t\r\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 6406,
- "length": 20,
- "value": "\"Payload: \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 6425,
- "length": 1,
- "value": "\"\""
+ "value": "50"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
"kind": "Dictionary",
- "offset": 323,
+ "offset": 1869,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
- "kind": "Array",
- "offset": 577,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
- "kind": "Array",
- "offset": 875,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
- "kind": "IntegerLiteral",
- "offset": 1359,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
- "kind": "BooleanLiteral",
- "offset": 1498,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1400,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 1431,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 1521,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 2523,
- "length": 4,
- "value": "\", \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 2821,
- "length": 2704,
- "value": "[\"\/usr\/sbin\/frida-server\", \"\/etc\/apt\/sources.list.d\/electra.list\", \"\/etc\/apt\/sources.list.d\/sileo.sources\", \"\/.bootstrapped_electra\", \"\/usr\/lib\/libjailbreak.dylib\", \"\/jb\/lzma\", \"\/.cydia_no_stash\", \"\/.installed_unc0ver\", \"\/jb\/offsets.plist\", \"\/usr\/share\/jailbreak\/injectme.plist\", \"\/etc\/apt\/undecimus\/undecimus.list\", \"\/var\/lib\/dpkg\/info\/mobilesubstrate.md5sums\", \"\/Library\/MobileSubstrate\/MobileSubstrate.dylib\", \"\/jb\/jailbreakd.plist\", \"\/jb\/amfid_payload.dylib\", \"\/jb\/libjailbreak.dylib\", \"\/usr\/libexec\/cydia\/firmware.sh\", \"\/var\/lib\/cydia\", \"\/etc\/apt\", \"\/private\/var\/lib\/apt\", \"\/private\/var\/Users\/\", \"\/var\/log\/apt\", \"\/Applications\/Cydia.app\", \"\/private\/var\/stash\", \"\/private\/var\/lib\/apt\/\", \"\/private\/var\/lib\/cydia\", \"\/private\/var\/cache\/apt\/\", \"\/private\/var\/log\/syslog\", \"\/private\/var\/tmp\/cydia.log\", \"\/Applications\/Icy.app\", \"\/Applications\/MxTube.app\", \"\/Applications\/RockApp.app\", \"\/Applications\/blackra1n.app\", \"\/Applications\/SBSettings.app\", \"\/Applications\/FakeCarrier.app\", \"\/Applications\/WinterBoard.app\", \"\/Applications\/IntelliScreen.app\", \"\/private\/var\/mobile\/Library\/SBSettings\/Themes\", \"\/Library\/MobileSubstrate\/CydiaSubstrate.dylib\", \"\/System\/Library\/LaunchDaemons\/com.ikey.bbot.plist\", \"\/Library\/MobileSubstrate\/DynamicLibraries\/Veency.plist\", \"\/Library\/MobileSubstrate\/DynamicLibraries\/LiveClock.plist\", \"\/System\/Library\/LaunchDaemons\/com.saurik.Cydia.Startup.plist\", \"\/Applications\/Sileo.app\", \"\/var\/binpack\", \"\/Library\/PreferenceBundles\/LibertyPref.bundle\", \"\/Library\/PreferenceBundles\/ShadowPreferences.bundle\", \"\/Library\/PreferenceBundles\/ABypassPrefs.bundle\", \"\/Library\/PreferenceBundles\/FlyJBPrefs.bundle\", \"\/usr\/lib\/libhooker.dylib\", \"\/usr\/lib\/libsubstitute.dylib\", \"\/usr\/lib\/substrate\", \"\/usr\/lib\/TweakInject\", \"\/var\/binpack\/Applications\/loader.app\", \"\/Applications\/FlyJB.app\", \"\/Applications\/Zebra.app\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 5668,
- "length": 236,
- "value": "[\"\/bin\/bash\", \"\/usr\/sbin\/sshd\", \"\/usr\/libexec\/ssh-keysign\", \"\/bin\/sh\", \"\/etc\/ssh\/sshd_config\", \"\/usr\/libexec\/sftp-server\", \"\/usr\/bin\/ssh\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 6030,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 6037,
- "length": 33,
- "value": "\"Suspicious file exists: \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 6069,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 6226,
- "length": 236,
- "value": "[\"\/.installed_unc0ver\", \"\/.bootstrapped_electra\", \"\/Applications\/Cydia.app\", \"\/Library\/MobileSubstrate\/MobileSubstrate.dylib\", \"\/etc\/apt\", \"\/var\/log\/apt\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 6605,
- "length": 97,
- "value": "[\"\/bin\/bash\", \"\/usr\/sbin\/sshd\", \"\/usr\/bin\/ssh\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 6833,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 6840,
- "length": 40,
- "value": "\"Suspicious file can be opened: \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
"kind": "StringLiteral",
- "offset": 6879,
- "length": 2,
- "value": "\"\""
+ "offset": 1552,
+ "length": 16,
+ "value": "\"AccountProtection.TSGestureMonitor\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
"kind": "Array",
- "offset": 7040,
- "length": 94,
- "value": "[\"\/\", \"\/root\/\", \"\/private\/\", \"\/jb\/\"]"
+ "offset": 9002,
+ "length": 42,
+ "value": "[\"button\", \"UIAlertControllerActionView\"]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Constants.swift",
"kind": "StringLiteral",
- "offset": 7418,
- "length": 16,
- "value": "\"AmIJailbroken?\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 7481,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 7654,
- "length": 5,
- "value": "false"
+ "offset": 219,
+ "length": 9,
+ "value": "\"device\/\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Constants.swift",
"kind": "StringLiteral",
- "offset": 7661,
- "length": 35,
- "value": "\"Wrote to restricted path: \""
+ "offset": 268,
+ "length": 22,
+ "value": "\"risk-collect\/device\/\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Constants.swift",
"kind": "StringLiteral",
- "offset": 7695,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 7883,
- "length": 2,
- "value": "-2"
+ "offset": 351,
+ "length": 18,
+ "value": "\"TransmitSecurity\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
"kind": "StringLiteral",
- "offset": 7930,
- "length": 6,
- "value": "\"fork\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 8113,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 8145,
- "length": 1,
- "value": "0"
+ "offset": 1592,
+ "length": 33,
+ "value": "\"ReachabilityChangedNotification\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 8420,
- "length": 276,
- "value": "[\"\/var\/lib\/undecimus\/apt\", \"\/Applications\", \"\/Library\/Ringtones\", \"\/Library\/Wallpaper\", \"\/usr\/arm-apple-darwin9\", \"\/usr\/include\", \"\/usr\/libexec\", \"\/usr\/share\"]"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3343,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
"kind": "BooleanLiteral",
- "offset": 8901,
+ "offset": 3453,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
"kind": "StringLiteral",
- "offset": 8908,
- "length": 66,
- "value": "\"Non standard symbolic link detected: \""
+ "offset": 3591,
+ "length": 32,
+ "value": "\"uk.co.ashleymills.reachability\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 8953,
- "length": 6,
- "value": "\" points to \""
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 474,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 8973,
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 494,
"length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 9149,
- "length": 669,
- "value": "[\"SubstrateLoader.dylib\", \"SSLKillSwitch2.dylib\", \"SSLKillSwitch.dylib\", \"MobileSubstrate.dylib\", \"TweakInject.dylib\", \"CydiaSubstrate\", \"cynject\", \"CustomWidgetIcons\", \"PreferenceLoader\", \"RocketBootstrap\", \"WeeLoader\", \"\/.file\", \"libhooker\", \"SubstrateInserter\", \"SubstrateBootstrap\", \"ABypass\", \"FlyJB\", \"Substitute\", \"Cephei\", \"Electra\"]"
+ "value": "10"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
"kind": "IntegerLiteral",
- "offset": 9848,
- "length": 1,
- "value": "0"
+ "offset": 474,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 10263,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 494,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 10270,
- "length": 45,
- "value": "\"Suspicious library loaded: \""
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 474,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 10314,
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 494,
"length": 2,
- "value": "\"\""
+ "value": "10"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Application\/Application.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector+EventModel.swift",
"kind": "StringLiteral",
- "offset": 363,
- "length": 28,
- "value": "\"CFBundleShortVersionString\""
+ "offset": 413,
+ "length": 18,
+ "value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Application\/Application.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector+EventModel.swift",
"kind": "StringLiteral",
- "offset": 506,
- "length": 17,
- "value": "\"CFBundleVersion\""
+ "offset": 413,
+ "length": 18,
+ "value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Application\/Application.swift",
- "kind": "StringLiteral",
- "offset": 643,
- "length": 14,
- "value": "\"CFBundleName\""
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
+ "kind": "Dictionary",
+ "offset": 323,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 288,
+ "offset": 291,
"length": 5,
"value": "\"pan\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 313,
+ "offset": 316,
"length": 5,
"value": "\"tap\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 339,
+ "offset": 342,
"length": 6,
"value": "\"text\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "kind": "StringLiteral",
+ "offset": 375,
+ "length": 12,
+ "value": "\"screenshot\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "kind": "StringLiteral",
+ "offset": 417,
+ "length": 15,
+ "value": "\"accessibility\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 288,
+ "offset": 291,
"length": 5,
"value": "\"pan\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 313,
+ "offset": 316,
"length": 5,
"value": "\"tap\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 339,
+ "offset": 342,
"length": 6,
"value": "\"text\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
- "kind": "StringLiteral",
- "offset": 646,
- "length": 7,
- "value": "\"touch\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 686,
- "length": 7,
- "value": "\"click\""
+ "offset": 375,
+ "length": 12,
+ "value": "\"screenshot\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 726,
- "length": 7,
- "value": "\"input\""
+ "offset": 417,
+ "length": 15,
+ "value": "\"accessibility\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "Array",
- "offset": 1692,
+ "offset": 2067,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 5561,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 5583,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "BooleanLiteral",
"offset": 1318,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "StringLiteral",
"offset": 1453,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "StringLiteral",
"offset": 1460,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "BooleanLiteral",
"offset": 1469,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 1485,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "StringLiteral",
"offset": 1494,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "StringLiteral",
"offset": 1501,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "IntegerLiteral",
"offset": 1590,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 1704,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 1821,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 1921,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "IntegerLiteral",
"offset": 2146,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "IntegerLiteral",
"offset": 2161,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2250,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "BooleanLiteral",
"offset": 2343,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2439,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2533,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2632,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2731,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2830,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Dictionary",
"offset": 2943,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "BooleanLiteral",
"offset": 3132,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
- "kind": "BooleanLiteral",
- "offset": 3858,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1224,
+ "offset": 1242,
"length": 9,
"value": "1"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1247,
+ "offset": 1265,
"length": 8,
"value": "2"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1269,
+ "offset": 1287,
"length": 4,
"value": "3"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1224,
+ "offset": 1242,
"length": 9,
"value": "1"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1247,
+ "offset": 1265,
"length": 8,
"value": "2"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1269,
+ "offset": 1287,
"length": 4,
"value": "3"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1224,
+ "offset": 1242,
"length": 9,
"value": "1"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1247,
+ "offset": 1265,
"length": 8,
"value": "2"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1269,
+ "offset": 1287,
"length": 4,
"value": "3"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/EmulatorChecker.swift",
- "kind": "StringLiteral",
- "offset": 392,
- "length": 23,
- "value": "\"SIMULATOR_DEVICE_NAME\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/EmulatorChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 537,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 1376,
- "length": 31,
- "value": "\"Risk configuration from cache\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 1855,
- "length": 26,
- "value": "\"fetch config from server\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 2271,
- "length": 79,
- "value": "\"Account Protection SDK \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 2320,
- "length": 3,
- "value": "\" was successfully initialized\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 3500,
- "length": 428,
- "value": "\"\n ---------------------------------------------------------------------------------------------------------------------\n ****************************** Account Protection SDK \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 3724,
- "length": 3,
- "value": "\" was successfully initialized ******************************\n ---------------------------------------------------------------------------------------------------------------------\n\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 1274,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 1356,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
"kind": "IntegerLiteral",
- "offset": 1363,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 1445,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 1452,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 1459,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "FloatLiteral",
- "offset": 1518,
- "length": 5,
- "value": "100.0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "BooleanLiteral",
- "offset": 2762,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "BooleanLiteral",
- "offset": 2825,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "StringLiteral",
- "offset": 4871,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 4969,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "Array",
- "offset": 6592,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "Array",
- "offset": 7480,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "BooleanLiteral",
- "offset": 9100,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "BooleanLiteral",
- "offset": 9168,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 11047,
+ "offset": 10889,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Network.swift",
- "kind": "BooleanLiteral",
- "offset": 444,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Network.swift",
- "kind": "BooleanLiteral",
- "offset": 776,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector+EventModel.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector+EventModel.swift",
"kind": "StringLiteral",
"offset": 1183,
"length": 13,
"value": "\"packageName\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector+EventModel.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector+EventModel.swift",
"kind": "StringLiteral",
"offset": 1183,
"length": 13,
"value": "\"packageName\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionExtensionsController.swift",
- "kind": "StringLiteral",
- "offset": 2521,
- "length": 31,
- "value": "\"terminate by SDK event called\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionExtensionsController.swift",
- "kind": "IntegerLiteral",
- "offset": 2643,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionExtensionsController.swift",
- "kind": "IntegerLiteral",
- "offset": 2672,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionExtensionsController.swift",
- "kind": "StringLiteral",
- "offset": 3126,
- "length": 31,
- "value": "\"terminate by app event called\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionExtensionsController.swift",
- "kind": "BooleanLiteral",
- "offset": 3217,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2703,
+ "offset": 3621,
"length": 18,
"value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2750,
+ "offset": 3668,
"length": 11,
"value": "\"target_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2792,
+ "offset": 3710,
"length": 13,
"value": "\"target_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2887,
+ "offset": 3805,
"length": 9,
"value": "\"offsetX\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2924,
+ "offset": 3842,
"length": 9,
"value": "\"offsetY\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2703,
+ "offset": 3621,
"length": 18,
"value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2750,
+ "offset": 3668,
"length": 11,
"value": "\"target_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2792,
+ "offset": 3710,
"length": 13,
"value": "\"target_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2887,
+ "offset": 3805,
"length": 9,
"value": "\"offsetX\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2924,
+ "offset": 3842,
"length": 9,
"value": "\"offsetY\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3586,
+ "offset": 4504,
"length": 19,
"value": "\"absolute_location\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3642,
+ "offset": 4560,
"length": 19,
"value": "\"relative_location\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3690,
+ "offset": 4608,
"length": 11,
"value": "\"target_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3732,
+ "offset": 4650,
"length": 13,
"value": "\"target_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3586,
+ "offset": 4504,
"length": 19,
"value": "\"absolute_location\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3642,
+ "offset": 4560,
"length": 19,
"value": "\"relative_location\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3690,
+ "offset": 4608,
"length": 11,
"value": "\"target_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3732,
+ "offset": 4650,
"length": 13,
"value": "\"target_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
- "kind": "IntegerLiteral",
- "offset": 5158,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
- "kind": "IntegerLiteral",
- "offset": 5173,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5420,
+ "offset": 6338,
"length": 18,
"value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5467,
+ "offset": 6385,
"length": 10,
"value": "\"scrolled\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5503,
+ "offset": 6421,
"length": 7,
"value": "\"trail\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5420,
+ "offset": 6338,
"length": 18,
"value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5467,
+ "offset": 6385,
"length": 10,
"value": "\"scrolled\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5503,
+ "offset": 6421,
"length": 7,
"value": "\"trail\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 6893,
+ "length": 18,
+ "value": "\"interaction_type\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 6893,
+ "length": 18,
+ "value": "\"interaction_type\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 7225,
+ "length": 18,
+ "value": "\"interaction_type\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 7225,
+ "length": 18,
+ "value": "\"interaction_type\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5975,
+ "offset": 7551,
"length": 18,
"value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5975,
+ "offset": 7606,
+ "length": 19,
+ "value": "\"accessibilty_name\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 7551,
"length": 18,
"value": "\"interaction_type\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 7606,
+ "length": 19,
+ "value": "\"accessibilty_name\""
}
]
}
\ No newline at end of file
diff --git a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
index d31ab79..a246e74 100644
--- a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
+++ b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AccountProtection
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFoundation
@@ -20,26 +20,28 @@ import TSCoreSDK
import UIKit
import _Concurrency
import _StringProcessing
-import _SwiftConcurrencyShims
import zlib
public struct TSTriggerActionResponse {
public let token: Swift.String
}
public struct TSTriggerActionError : Swift.Error {
}
+public enum TSAccountProtectionError : Swift.Error {
+ case `internal`(Swift.Error?)
+}
public struct TSActionEventOptions {
public init(correlationId: Swift.String?, claimUserId: Swift.String?, referenceUserId: Swift.String?, transactionData: AccountProtection.TSTransactionData? = nil)
}
public struct TSTransactionData : Swift.Codable {
public struct Payer : Swift.Codable {
public init(name: Swift.String?, branchIdentifier: Swift.String?, accountNumber: Swift.String?)
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public struct Payee : Swift.Codable {
public init(name: Swift.String?, bankIdentifier: Swift.String?, branchIdentifier: Swift.String?, accountNumber: Swift.String?)
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public init(amount: Swift.Double, currency: Swift.String, reason: Swift.String?, transactionDate: Swift.Int64?, payer: AccountProtection.TSTransactionData.Payer?, payee: AccountProtection.TSTransactionData.Payee?)
public let amount: Swift.Double
@@ -48,14 +50,20 @@ public struct TSTransactionData : Swift.Codable {
public let transactionDate: Swift.Int64?
public let payer: AccountProtection.TSTransactionData.Payer?
public let payee: AccountProtection.TSTransactionData.Payee?
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class TSAccountProtection : ObjectiveC.NSObject {
+ public typealias CompletionResult = Swift.Result
+ public typealias Completion = (AccountProtection.TSAccountProtection.CompletionResult) -> Swift.Void
+ public typealias SessionTokenCompletion = (Swift.String) -> Swift.Void
+ public static func initialize(baseUrl: Swift.String = "https://collect.riskid.security/device/", clientId: Swift.String, userId: Swift.String? = nil, completion: @escaping AccountProtection.TSAccountProtection.Completion)
public static func initialize(baseUrl: Swift.String = "https://api.transmitsecurity.io/", clientId: Swift.String, userId: Swift.String? = nil)
+ public static func initializeSDK(userId: Swift.String? = nil, completion: AccountProtection.TSAccountProtection.Completion? = nil) throws
public static func triggerAction(_ action: Swift.String, options: AccountProtection.TSActionEventOptions? = nil, completion: @escaping (Swift.Result) -> Swift.Void)
public static func setUserId(_ userId: Swift.String)
public static func clearUser()
+ public static func getSessionToken(completion: @escaping AccountProtection.TSAccountProtection.SessionTokenCompletion)
@objc deinit
}
public protocol SystemControlValueDefining {
@@ -106,6 +114,7 @@ public enum TransmitSecurityAccountProtectionError : Swift.Error {
case internalError
case connectionError
case notSupportedActionError
+ case initializationError
public static func == (a: AccountProtection.TransmitSecurityAccountProtectionError, b: AccountProtection.TransmitSecurityAccountProtectionError) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
@@ -114,8 +123,8 @@ public enum TransmitSecurityAccountProtectionError : Swift.Error {
}
public struct TransmitSecurityTriggerActionResponse : Swift.Codable {
public let actionToken: Swift.String
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public protocol RawPointerConvertible {
static func loadValue(_ from: Swift.UnsafeRawPointer, of size: Swift.Int) -> Self
diff --git a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.swiftdoc
index 0212b36..51801f7 100644
Binary files a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ
diff --git a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.swiftinterface
index d31ab79..a246e74 100644
--- a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+++ b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.swiftinterface
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AccountProtection
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFoundation
@@ -20,26 +20,28 @@ import TSCoreSDK
import UIKit
import _Concurrency
import _StringProcessing
-import _SwiftConcurrencyShims
import zlib
public struct TSTriggerActionResponse {
public let token: Swift.String
}
public struct TSTriggerActionError : Swift.Error {
}
+public enum TSAccountProtectionError : Swift.Error {
+ case `internal`(Swift.Error?)
+}
public struct TSActionEventOptions {
public init(correlationId: Swift.String?, claimUserId: Swift.String?, referenceUserId: Swift.String?, transactionData: AccountProtection.TSTransactionData? = nil)
}
public struct TSTransactionData : Swift.Codable {
public struct Payer : Swift.Codable {
public init(name: Swift.String?, branchIdentifier: Swift.String?, accountNumber: Swift.String?)
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public struct Payee : Swift.Codable {
public init(name: Swift.String?, bankIdentifier: Swift.String?, branchIdentifier: Swift.String?, accountNumber: Swift.String?)
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public init(amount: Swift.Double, currency: Swift.String, reason: Swift.String?, transactionDate: Swift.Int64?, payer: AccountProtection.TSTransactionData.Payer?, payee: AccountProtection.TSTransactionData.Payee?)
public let amount: Swift.Double
@@ -48,14 +50,20 @@ public struct TSTransactionData : Swift.Codable {
public let transactionDate: Swift.Int64?
public let payer: AccountProtection.TSTransactionData.Payer?
public let payee: AccountProtection.TSTransactionData.Payee?
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class TSAccountProtection : ObjectiveC.NSObject {
+ public typealias CompletionResult = Swift.Result
+ public typealias Completion = (AccountProtection.TSAccountProtection.CompletionResult) -> Swift.Void
+ public typealias SessionTokenCompletion = (Swift.String) -> Swift.Void
+ public static func initialize(baseUrl: Swift.String = "https://collect.riskid.security/device/", clientId: Swift.String, userId: Swift.String? = nil, completion: @escaping AccountProtection.TSAccountProtection.Completion)
public static func initialize(baseUrl: Swift.String = "https://api.transmitsecurity.io/", clientId: Swift.String, userId: Swift.String? = nil)
+ public static func initializeSDK(userId: Swift.String? = nil, completion: AccountProtection.TSAccountProtection.Completion? = nil) throws
public static func triggerAction(_ action: Swift.String, options: AccountProtection.TSActionEventOptions? = nil, completion: @escaping (Swift.Result) -> Swift.Void)
public static func setUserId(_ userId: Swift.String)
public static func clearUser()
+ public static func getSessionToken(completion: @escaping AccountProtection.TSAccountProtection.SessionTokenCompletion)
@objc deinit
}
public protocol SystemControlValueDefining {
@@ -106,6 +114,7 @@ public enum TransmitSecurityAccountProtectionError : Swift.Error {
case internalError
case connectionError
case notSupportedActionError
+ case initializationError
public static func == (a: AccountProtection.TransmitSecurityAccountProtectionError, b: AccountProtection.TransmitSecurityAccountProtectionError) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
@@ -114,8 +123,8 @@ public enum TransmitSecurityAccountProtectionError : Swift.Error {
}
public struct TransmitSecurityTriggerActionResponse : Swift.Codable {
public let actionToken: Swift.String
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public protocol RawPointerConvertible {
static func loadValue(_ from: Swift.UnsafeRawPointer, of size: Swift.Int) -> Self
diff --git a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.abi.json b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.abi.json
index 7b1f8c0..c12b785 100644
--- a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.abi.json
+++ b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.abi.json
@@ -109,6 +109,13 @@
"RawDocComment"
]
},
+ {
+ "kind": "Import",
+ "name": "TSCoreSDK",
+ "printedName": "TSCoreSDK",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
{
"kind": "TypeDecl",
"name": "TSTriggerActionResponse",
@@ -195,6 +202,94 @@
}
]
},
+ {
+ "kind": "TypeDecl",
+ "name": "TSAccountProtectionError",
+ "printedName": "TSAccountProtectionError",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "internal",
+ "printedName": "internal",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(AccountProtection.TSAccountProtectionError.Type) -> (Swift.Error?) -> AccountProtection.TSAccountProtectionError",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Swift.Error?) -> AccountProtection.TSAccountProtectionError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TSAccountProtectionError",
+ "printedName": "AccountProtection.TSAccountProtectionError",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Error?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "AccountProtection.TSAccountProtectionError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TSAccountProtectionError",
+ "printedName": "AccountProtection.TSAccountProtectionError",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO8internalyACs0D0_pSgcACmF",
+ "mangledName": "$s17AccountProtection09TSAccountB5ErrorO8internalyACs0D0_pSgcACmF",
+ "moduleName": "AccountProtection"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO",
+ "mangledName": "$s17AccountProtection09TSAccountB5ErrorO",
+ "moduleName": "AccountProtection",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Error",
+ "printedName": "Error",
+ "usr": "s:s5ErrorP",
+ "mangledName": "$ss5ErrorP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
{
"kind": "TypeDecl",
"name": "TSActionEventOptions",
@@ -1092,6 +1187,88 @@
"name": "TSAccountProtection",
"printedName": "TSAccountProtection",
"children": [
+ {
+ "kind": "Function",
+ "name": "initialize",
+ "printedName": "initialize(baseUrl:clientId:userId:completion:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "hasDefaultArg": true,
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Swift.Result<(), AccountProtection.TSAccountProtectionError>) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Result",
+ "printedName": "Swift.Result<(), AccountProtection.TSAccountProtectionError>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "TSAccountProtectionError",
+ "printedName": "AccountProtection.TSAccountProtectionError",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO"
+ }
+ ],
+ "usr": "s:s6ResultO"
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:17AccountProtection09TSAccountB0C10initialize7baseUrl8clientId04userH010completionySS_S2SSgys6ResultOyytAA0cB5ErrorOGctFZ",
+ "mangledName": "$s17AccountProtection09TSAccountB0C10initialize7baseUrl8clientId04userH010completionySS_S2SSgys6ResultOyytAA0cB5ErrorOGctFZ",
+ "moduleName": "AccountProtection",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
{
"kind": "Function",
"name": "initialize",
@@ -1143,6 +1320,85 @@
],
"funcSelfKind": "NonMutating"
},
+ {
+ "kind": "Function",
+ "name": "initializeSDK",
+ "printedName": "initializeSDK(userId:completion:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((Swift.Result<(), AccountProtection.TSAccountProtectionError>) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Swift.Result<(), AccountProtection.TSAccountProtectionError>) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Result",
+ "printedName": "Swift.Result<(), AccountProtection.TSAccountProtectionError>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "TSAccountProtectionError",
+ "printedName": "AccountProtection.TSAccountProtectionError",
+ "usr": "s:17AccountProtection09TSAccountB5ErrorO"
+ }
+ ],
+ "usr": "s:s6ResultO"
+ }
+ ]
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:17AccountProtection09TSAccountB0C13initializeSDK6userId10completionySSSg_ys6ResultOyytAA0cB5ErrorOGcSgtKFZ",
+ "mangledName": "$s17AccountProtection09TSAccountB0C13initializeSDK6userId10completionySSSg_ys6ResultOyytAA0cB5ErrorOGcSgtKFZ",
+ "moduleName": "AccountProtection",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "throwing": true,
+ "funcSelfKind": "NonMutating"
+ },
{
"kind": "Function",
"name": "triggerAction",
@@ -1270,6 +1526,47 @@
"RawDocComment"
],
"funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getSessionToken",
+ "printedName": "getSessionToken(completion:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Swift.String) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:17AccountProtection09TSAccountB0C15getSessionToken10completionyySSc_tFZ",
+ "mangledName": "$s17AccountProtection09TSAccountB0C15getSessionToken10completionyySSc_tFZ",
+ "moduleName": "AccountProtection",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
@@ -2116,16 +2413,6 @@
"RawDocComment"
]
},
- {
- "kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
- "declKind": "Import",
- "moduleName": "AccountProtection",
- "declAttributes": [
- "RawDocComment"
- ]
- },
{
"kind": "Import",
"name": "Combine",
@@ -2269,6 +2556,13 @@
"RawDocComment"
]
},
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
{
"kind": "Import",
"name": "Foundation",
@@ -2279,13 +2573,6 @@
"RawDocComment"
]
},
- {
- "kind": "Import",
- "name": "LocalAuthentication",
- "printedName": "LocalAuthentication",
- "declKind": "Import",
- "moduleName": "AccountProtection"
- },
{
"kind": "Import",
"name": "Foundation",
@@ -2298,8 +2585,25 @@
},
{
"kind": "Import",
- "name": "UIKit",
- "printedName": "UIKit",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "AccountProtection",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
"declKind": "Import",
"moduleName": "AccountProtection"
},
@@ -2327,6 +2631,23 @@
"RawDocComment"
]
},
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "AccountProtection",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Import",
"name": "Foundation",
@@ -2405,6 +2726,13 @@
"declKind": "Import",
"moduleName": "AccountProtection"
},
+ {
+ "kind": "Import",
+ "name": "Combine",
+ "printedName": "Combine",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
{
"kind": "Import",
"name": "Foundation",
@@ -3329,6 +3657,23 @@
"RawDocComment"
]
},
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "AccountProtection"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "AccountProtection",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Import",
"name": "Foundation",
@@ -3555,6 +3900,46 @@
"RawDocComment"
]
},
+ {
+ "kind": "Var",
+ "name": "initializationError",
+ "printedName": "initializationError",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(AccountProtection.TransmitSecurityAccountProtectionError.Type) -> AccountProtection.TransmitSecurityAccountProtectionError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TransmitSecurityAccountProtectionError",
+ "printedName": "AccountProtection.TransmitSecurityAccountProtectionError",
+ "usr": "s:17AccountProtection016TransmitSecurityaB5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "AccountProtection.TransmitSecurityAccountProtectionError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TransmitSecurityAccountProtectionError",
+ "printedName": "AccountProtection.TransmitSecurityAccountProtectionError",
+ "usr": "s:17AccountProtection016TransmitSecurityaB5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:17AccountProtection016TransmitSecurityaB5ErrorO014initializationE0yA2CmF",
+ "mangledName": "$s17AccountProtection016TransmitSecurityaB5ErrorO014initializationE0yA2CmF",
+ "moduleName": "AccountProtection",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Function",
"name": "==",
@@ -3920,9 +4305,8 @@
},
{
"kind": "TypeNominal",
- "name": "UnsafeMutableRawPointer",
- "printedName": "Swift.UnsafeMutableRawPointer",
- "usr": "s:Sv"
+ "name": "InOut",
+ "printedName": "inout Swift.UnsafeMutableRawPointer"
}
],
"typeAttributes": [
@@ -3973,9 +4357,8 @@
},
{
"kind": "TypeNominal",
- "name": "UnsafeMutableRawPointer",
- "printedName": "Swift.UnsafeMutableRawPointer",
- "usr": "s:Sv"
+ "name": "InOut",
+ "printedName": "inout Swift.UnsafeMutableRawPointer"
}
],
"typeAttributes": [
@@ -4088,9 +4471,8 @@
},
{
"kind": "TypeNominal",
- "name": "UnsafeMutableRawPointer",
- "printedName": "Swift.UnsafeMutableRawPointer",
- "usr": "s:Sv"
+ "name": "InOut",
+ "printedName": "inout Swift.UnsafeMutableRawPointer"
}
],
"typeAttributes": [
@@ -4724,3357 +5106,1229 @@
},
"ConstValues": [
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/ModuleInfo\/ModuleInfo.swift",
- "kind": "StringLiteral",
- "offset": 282,
- "length": 8,
- "value": "\"riskID\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 194,
"length": 11,
"value": "\"page_load\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 223,
"length": 7,
"value": "\"click\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 248,
"length": 7,
"value": "\"swipe\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 274,
"length": 8,
"value": "\"scroll\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 309,
"length": 16,
"value": "\"locationchange\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 343,
"length": 7,
"value": "\"paste\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 373,
"length": 11,
"value": "\"mousemove\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 403,
"length": 8,
"value": "\"submit\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 429,
"length": 7,
"value": "\"keyup\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 456,
"length": 9,
"value": "\"keydown\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 483,
"length": 7,
"value": "\"input\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 511,
"length": 10,
"value": "\"focusout\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 539,
"length": 7,
"value": "\"touch\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "kind": "StringLiteral",
+ "offset": 569,
+ "length": 12,
+ "value": "\"screenshot\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 194,
"length": 11,
"value": "\"page_load\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 223,
"length": 7,
"value": "\"click\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 248,
"length": 7,
"value": "\"swipe\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 274,
"length": 8,
"value": "\"scroll\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 309,
"length": 16,
"value": "\"locationchange\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 343,
"length": 7,
"value": "\"paste\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 373,
"length": 11,
"value": "\"mousemove\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 403,
"length": 8,
"value": "\"submit\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 429,
"length": 7,
"value": "\"keyup\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 456,
"length": 9,
"value": "\"keydown\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 483,
"length": 7,
"value": "\"input\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 511,
"length": 10,
"value": "\"focusout\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
"kind": "StringLiteral",
"offset": 539,
"length": 7,
"value": "\"touch\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
- "kind": "Array",
- "offset": 876,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
- "kind": "Array",
- "offset": 1098,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector+Types.swift",
+ "kind": "StringLiteral",
+ "offset": 569,
+ "length": 12,
+ "value": "\"screenshot\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSUploadEventsRequest.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSUploadEventsRequest.swift",
"kind": "StringLiteral",
"offset": 293,
"length": 8,
"value": "\"events\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSUploadEventsRequest.swift",
- "kind": "StringLiteral",
- "offset": 529,
- "length": 19,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSUploadEventsRequest.swift",
- "kind": "StringLiteral",
- "offset": 540,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSUploadEventsRequest.swift",
- "kind": "StringLiteral",
- "offset": 547,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationManager.swift",
"kind": "IntegerLiteral",
- "offset": 3200,
+ "offset": 3381,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationManager.swift",
- "kind": "StringLiteral",
- "offset": 3829,
- "length": 32,
- "value": "\"Risk configuration initialized\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/Utils\/TSSwizzler\/TSSwizzler.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/Utils\/TSSwizzler\/TSSwizzler.swift",
"kind": "Array",
"offset": 592,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/Utils\/TSSwizzler\/TSSwizzler.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtection.swift",
"kind": "StringLiteral",
- "offset": 1029,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "IntegerLiteral",
- "offset": 231,
- "length": 4,
- "value": "1000"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "IntegerLiteral",
- "offset": 352,
- "length": 4,
- "value": "1000"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "FloatLiteral",
- "offset": 574,
- "length": 6,
- "value": "1000.0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "FloatLiteral",
- "offset": 583,
- "length": 6,
- "value": "1000.0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "FloatLiteral",
- "offset": 666,
- "length": 6,
- "value": "1000.0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "IntegerLiteral",
- "offset": 855,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "IntegerLiteral",
- "offset": 868,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/DateExtensions.swift",
- "kind": "IntegerLiteral",
- "offset": 880,
- "length": 2,
- "value": "10"
+ "offset": 3293,
+ "length": 41,
+ "value": "\"https:\/\/collect.riskid.security\/device\/\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtection.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtection.swift",
"kind": "StringLiteral",
- "offset": 2898,
+ "offset": 4378,
"length": 34,
"value": "\"https:\/\/api.transmitsecurity.io\/\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 459,
+ "offset": 489,
"length": 8,
"value": "\"device\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 490,
+ "offset": 520,
"length": 12,
"value": "\"navigation\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 521,
+ "offset": 551,
"length": 8,
"value": "\"action\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 556,
+ "offset": 586,
"length": 16,
"value": "\"identification\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 596,
+ "offset": 626,
"length": 13,
"value": "\"interaction\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 459,
+ "offset": 489,
"length": 8,
"value": "\"device\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 490,
+ "offset": 520,
"length": 12,
"value": "\"navigation\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 521,
+ "offset": 551,
"length": 8,
"value": "\"action\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 556,
+ "offset": 586,
"length": 16,
"value": "\"identification\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 596,
+ "offset": 626,
"length": 13,
"value": "\"interaction\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
- "kind": "IntegerLiteral",
- "offset": 5109,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "IntegerLiteral",
- "offset": 5250,
+ "offset": 5223,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
- "kind": "StringLiteral",
- "offset": 6829,
- "length": 59,
- "value": "\"triggerActionEvent is ignored because SdkEnabled is false\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "IntegerLiteral",
- "offset": 12988,
+ "offset": 5364,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13360,
+ "offset": 14850,
"length": 13,
"value": "\"action_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13403,
+ "offset": 14893,
"length": 16,
"value": "\"correlation_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13449,
+ "offset": 14939,
"length": 17,
"value": "\"claimed_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13498,
+ "offset": 14988,
"length": 19,
"value": "\"reference_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13549,
+ "offset": 15039,
"length": 17,
"value": "\"transactionData\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13360,
+ "offset": 14850,
"length": 13,
"value": "\"action_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13403,
+ "offset": 14893,
"length": 16,
"value": "\"correlation_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13449,
+ "offset": 14939,
"length": 17,
"value": "\"claimed_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13498,
+ "offset": 14988,
"length": 19,
"value": "\"reference_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/TSEventsManager.swift",
"kind": "StringLiteral",
- "offset": 13549,
+ "offset": 15039,
"length": 17,
"value": "\"transactionData\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
- "kind": "StringLiteral",
- "offset": 2251,
- "length": 20,
- "value": "\"Unknown gzip error\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
- "kind": "Array",
- "offset": 2993,
- "length": 12,
- "value": "[0x1f, 0x8b]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
"kind": "IntegerLiteral",
"offset": 3895,
"length": 2,
"value": "16"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
- "kind": "IntegerLiteral",
- "offset": 5819,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
"kind": "IntegerLiteral",
"offset": 6993,
"length": 2,
"value": "32"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
- "kind": "IntegerLiteral",
- "offset": 7702,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
- "kind": "IntegerLiteral",
- "offset": 7818,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
"kind": "IntegerLiteral",
"offset": 9611,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/Data+Gzip.swift",
"kind": "IntegerLiteral",
"offset": 9616,
"length": 2,
"value": "14"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
"kind": "StringLiteral",
"offset": 714,
"length": 25,
"value": "\"UIInputWindowController\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
"kind": "StringLiteral",
"offset": 804,
"length": 36,
"value": "\"UICompatibilityInputViewController\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
"kind": "StringLiteral",
"offset": 905,
"length": 38,
"value": "\"UISystemInputAssistantViewController\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
"kind": "StringLiteral",
"offset": 1008,
"length": 28,
"value": "\"UIPredictionViewController\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
"kind": "StringLiteral",
"offset": 1101,
"length": 32,
"value": "\"UISystemKeyboardDockController\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
- "kind": "BooleanLiteral",
- "offset": 1455,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector.swift",
+ "kind": "StringLiteral",
+ "offset": 220,
+ "length": 8,
+ "value": "\"userId\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector.swift",
- "kind": "BooleanLiteral",
- "offset": 2644,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector.swift",
+ "kind": "Array",
+ "offset": 268,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/UIExtensions.swift",
- "kind": "StringLiteral",
- "offset": 237,
- "length": 7,
- "value": "\"light\""
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
+ "kind": "Array",
+ "offset": 372,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/UIExtensions.swift",
- "kind": "StringLiteral",
- "offset": 272,
- "length": 6,
- "value": "\"dark\""
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Carrier\/Carrier.swift",
+ "kind": "Array",
+ "offset": 1245,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/UIExtensions.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/storage\/TSConfigurationUserDefaultsStorageProvider.swift",
"kind": "StringLiteral",
- "offset": 313,
- "length": 13,
- "value": "\"unspecified\""
+ "offset": 292,
+ "length": 18,
+ "value": "\"configStorageKey\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/UIExtensions.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
"kind": "StringLiteral",
- "offset": 360,
- "length": 9,
- "value": "\"unknown\""
+ "offset": 351,
+ "length": 18,
+ "value": "\"previous_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
"kind": "StringLiteral",
- "offset": 220,
- "length": 8,
- "value": "\"userId\""
+ "offset": 396,
+ "length": 9,
+ "value": "\"user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector.swift",
- "kind": "Array",
- "offset": 268,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
+ "kind": "StringLiteral",
+ "offset": 351,
+ "length": 18,
+ "value": "\"previous_user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/SystemControl\/SystemControlValuesProvider.swift",
- "kind": "IntegerLiteral",
- "offset": 494,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
+ "kind": "StringLiteral",
+ "offset": 396,
+ "length": 9,
+ "value": "\"user_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/SystemControl\/SystemControlValuesProvider.swift",
- "kind": "IntegerLiteral",
- "offset": 659,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/SystemControl\/SystemControlValuesProvider.swift",
- "kind": "IntegerLiteral",
- "offset": 788,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/SystemControl\/SystemControlValuesProvider.swift",
- "kind": "IntegerLiteral",
- "offset": 1072,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 344,
- "length": 3,
- "value": "100"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 821,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 1292,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 1903,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 1988,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 1995,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2080,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2087,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2094,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "FloatLiteral",
- "offset": 2153,
- "length": 5,
- "value": "100.0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2563,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2647,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2654,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2738,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2745,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2752,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 2839,
- "length": 3,
- "value": "100"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3270,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3354,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3361,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3445,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3452,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3459,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "IntegerLiteral",
- "offset": 3546,
- "length": 3,
- "value": "100"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Disk\/Disk.swift",
- "kind": "BooleanLiteral",
- "offset": 4036,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "Array",
- "offset": 372,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1321,
- "length": 3,
- "value": "\"[\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1350,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1509,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1515,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1529,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1580,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1610,
- "length": 15,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1623,
- "length": 1,
- "value": "\"]\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1656,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1683,
- "length": 127,
- "value": "\"Payload attributes list \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1721,
- "length": 3,
- "value": "\" out of \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1769,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1774,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 1780,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1782,
- "length": 10,
- "value": "\" attributes list: \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1809,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1903,
- "length": 3,
- "value": "\"[\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1954,
- "length": 16,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "StringLiteral",
- "offset": 1967,
- "length": 1,
- "value": "\", \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector.swift",
- "kind": "BooleanLiteral",
- "offset": 11901,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Carrier\/Carrier.swift",
- "kind": "Array",
- "offset": 1245,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/storage\/TSConfigurationUserDefaultsStorageProvider.swift",
- "kind": "StringLiteral",
- "offset": 292,
- "length": 18,
- "value": "\"configStorageKey\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 927,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 957,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 988,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 1037,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 1046,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 1077,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 1619,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Data Manager\/TSDataManager.swift",
- "kind": "StringLiteral",
- "offset": 2632,
- "length": 3,
- "value": "\"\/\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Battery\/Battery.swift",
- "kind": "IntegerLiteral",
- "offset": 407,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Battery\/Battery.swift",
- "kind": "IntegerLiteral",
- "offset": 450,
- "length": 3,
- "value": "100"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Battery\/Battery.swift",
- "kind": "BooleanLiteral",
- "offset": 1228,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
- "kind": "StringLiteral",
- "offset": 351,
- "length": 18,
- "value": "\"previous_user_id\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
- "kind": "StringLiteral",
- "offset": 396,
- "length": 9,
- "value": "\"user_id\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
- "kind": "StringLiteral",
- "offset": 351,
- "length": 18,
- "value": "\"previous_user_id\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSUserIdCollector\/TSUserIdCollector+EventModel.swift",
- "kind": "StringLiteral",
- "offset": 396,
- "length": 9,
- "value": "\"user_id\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 891,
- "length": 102,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 901,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 904,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 912,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 915,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "BooleanLiteral",
- "offset": 944,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 951,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "Array",
- "offset": 965,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 968,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 978,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 981,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 989,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 992,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1237,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1242,
- "length": 4,
- "value": "1000"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1510,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1515,
- "length": 4,
- "value": "1000"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 1663,
- "length": 43,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1684,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 1686,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1703,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/TSConfigurationModel.swift",
- "kind": "StringLiteral",
- "offset": 1705,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1051,
- "length": 29,
- "value": "\"fetch configuraion succeded\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1401,
- "length": 10,
- "value": "\"tenantId\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1467,
- "length": 9,
- "value": "\"package\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1530,
- "length": 7,
- "value": "\"build\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1590,
- "length": 6,
- "value": "\"type\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1625,
- "length": 6,
- "value": "\"conf\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1934,
- "length": 19,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1945,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 1952,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
- "kind": "StringLiteral",
- "offset": 2331,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 1519,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 1534,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 1629,
- "length": 2,
- "value": "50"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Dictionary",
- "offset": 1869,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 1552,
- "length": 16,
- "value": "\"AccountProtection.TSGestureMonitor\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 2657,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 3828,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 4514,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Array",
- "offset": 5224,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Array",
- "offset": 5292,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 5583,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 5609,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 5691,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 6191,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 6927,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 7067,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Array",
- "offset": 8340,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 8470,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 8569,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 8599,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Array",
- "offset": 8749,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "Array",
- "offset": 9002,
- "length": 42,
- "value": "[\"button\", \"UIAlertControllerActionView\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 9158,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 9223,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 9612,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 9652,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 9855,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 9882,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 9961,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 10408,
- "length": 2,
- "value": "-1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 10423,
- "length": 2,
- "value": "-1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 10482,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 10494,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 10630,
- "length": 132,
- "value": "\"Swipe point: \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "IntegerLiteral",
- "offset": 10650,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 10652,
- "length": 4,
- "value": "\" from \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 10666,
- "length": 1,
- "value": "\": (\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 10714,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
- "kind": "StringLiteral",
- "offset": 10760,
- "length": 1,
- "value": "\")\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 219,
- "length": 9,
- "value": "\"device\/\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 268,
- "length": 22,
- "value": "\"risk-collect\/device\/\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/ModuleUtils.swift",
- "kind": "StringLiteral",
- "offset": 276,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/ModuleUtils.swift",
- "kind": "StringLiteral",
- "offset": 373,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/ModuleUtils.swift",
- "kind": "StringLiteral",
- "offset": 472,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/ModuleUtils.swift",
- "kind": "StringLiteral",
- "offset": 555,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 1592,
- "length": 33,
- "value": "\"ReachabilityChangedNotification\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2316,
- "length": 10,
- "value": "\"Cellular\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2370,
- "length": 6,
- "value": "\"WiFi\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2416,
- "length": 15,
- "value": "\"No Connection\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2807,
- "length": 30,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2836,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 3343,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 3453,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 3591,
- "length": 32,
- "value": "\"uk.co.ashleymills.reachability\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 3716,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "IntegerLiteral",
- "offset": 4836,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 5557,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 5633,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 5996,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 6085,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 6273,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 6327,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 6672,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 6838,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7026,
- "length": 3,
- "value": "\"W\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7032,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7039,
- "length": 3,
- "value": "\"X\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7080,
- "length": 3,
- "value": "\"R\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7086,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7136,
- "length": 3,
- "value": "\"c\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7142,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7193,
- "length": 3,
- "value": "\"t\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7199,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7251,
- "length": 3,
- "value": "\"i\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7257,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7308,
- "length": 3,
- "value": "\"C\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7314,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7364,
- "length": 3,
- "value": "\"D\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7370,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7414,
- "length": 3,
- "value": "\"l\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7420,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7458,
- "length": 3,
- "value": "\"d\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7464,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7492,
- "length": 39,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7497,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7501,
- "length": 1,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7506,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7510,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7514,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7518,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7522,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7526,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7530,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "Array",
- "offset": 499,
- "length": 148,
- "value": "[\"FridaGadget\", \"frida\", \"cynject\", \"libcycript\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 677,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1092,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1155,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "Array",
- "offset": 1257,
- "length": 48,
- "value": "[\"\/usr\/sbin\/frida-server\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1420,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1465,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "Array",
- "offset": 1552,
- "length": 82,
- "value": "[27042, 4444]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1740,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1785,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "StringLiteral",
- "offset": 2221,
- "length": 11,
- "value": "\"127.0.0.1\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 2356,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 2483,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 2672,
- "length": 2,
- "value": "-1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 2696,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 2745,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 3057,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ReverseEngineeringToolsChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 3121,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionController.swift",
- "kind": "StringLiteral",
- "offset": 1181,
- "length": 26,
- "value": "\"init controller user api\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionController.swift",
- "kind": "StringLiteral",
- "offset": 1430,
- "length": 33,
- "value": "\"set user id controller user api\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionController.swift",
- "kind": "StringLiteral",
- "offset": 1695,
- "length": 36,
- "value": "\"trigger action controller user api\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionController.swift",
- "kind": "BooleanLiteral",
- "offset": 2099,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
- "kind": "StringLiteral",
- "offset": 210,
- "length": 28,
- "value": "\"CFBundleShortVersionString\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
- "kind": "StringLiteral",
- "offset": 311,
- "length": 17,
- "value": "\"CFBundleVersion\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
"kind": "StringLiteral",
- "offset": 452,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
- "kind": "StringLiteral",
- "offset": 481,
- "length": 27,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
- "kind": "StringLiteral",
- "offset": 492,
- "length": 5,
- "value": "\" build \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Extensions\/ModuleExtensions.swift",
- "kind": "StringLiteral",
- "offset": 507,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/AuthenticationPolicies\/BiometryType.swift",
- "kind": "StringLiteral",
- "offset": 548,
- "length": 9,
- "value": "\"Face ID\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/AuthenticationPolicies\/BiometryType.swift",
- "kind": "StringLiteral",
- "offset": 600,
+ "offset": 1401,
"length": 10,
- "value": "\"Touch ID\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/AuthenticationPolicies\/BiometryType.swift",
- "kind": "StringLiteral",
- "offset": 660,
- "length": 15,
- "value": "\"<\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/AuthenticationPolicies\/BiometryType.swift",
- "kind": "StringLiteral",
- "offset": 673,
- "length": 1,
- "value": "\">\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ProxyChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 354,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ProxyChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 548,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ProxyChecker.swift",
- "kind": "StringLiteral",
- "offset": 619,
- "length": 11,
- "value": "\"HTTPProxy\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/ProxyChecker.swift",
- "kind": "StringLiteral",
- "offset": 658,
- "length": 12,
- "value": "\"HTTPSProxy\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector+EventModel.swift",
- "kind": "StringLiteral",
- "offset": 413,
- "length": 18,
- "value": "\"interaction_type\""
+ "value": "\"tenantId\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector+EventModel.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
"kind": "StringLiteral",
- "offset": 413,
- "length": 18,
- "value": "\"interaction_type\""
+ "offset": 1467,
+ "length": 9,
+ "value": "\"package\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
"kind": "StringLiteral",
- "offset": 1691,
- "length": 22,
- "value": "\"encode events failed\""
+ "offset": 1530,
+ "length": 7,
+ "value": "\"build\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
"kind": "StringLiteral",
- "offset": 2116,
- "length": 25,
- "value": "\"gzip compression failed\""
+ "offset": 1590,
+ "length": 6,
+ "value": "\"type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/syncData\/server\/TSConfigurationServerFetchingProvider.swift",
"kind": "StringLiteral",
- "offset": 3110,
- "length": 22,
- "value": "\"Events - \""
+ "offset": 1625,
+ "length": 6,
+ "value": "\"conf\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 3131,
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1629,
"length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 3521,
- "length": 23,
- "value": "\"encrypt events failed\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 5634,
- "length": 12,
- "value": "\"compressed\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 5847,
- "length": 33,
- "value": "\"Failed to encode encrypted data\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 6333,
- "length": 9,
- "value": "\" \n\t\r\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 6406,
- "length": 20,
- "value": "\"Payload: \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/Server\/TSEventsServerProvider.swift",
- "kind": "StringLiteral",
- "offset": 6425,
- "length": 1,
- "value": "\"\""
+ "value": "50"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
"kind": "Dictionary",
- "offset": 323,
+ "offset": 1869,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
- "kind": "Array",
- "offset": 577,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
- "kind": "Array",
- "offset": 875,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
- "kind": "IntegerLiteral",
- "offset": 1359,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
- "kind": "BooleanLiteral",
- "offset": 1498,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 1400,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 1431,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 1521,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 2523,
- "length": 4,
- "value": "\", \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 2821,
- "length": 2704,
- "value": "[\"\/usr\/sbin\/frida-server\", \"\/etc\/apt\/sources.list.d\/electra.list\", \"\/etc\/apt\/sources.list.d\/sileo.sources\", \"\/.bootstrapped_electra\", \"\/usr\/lib\/libjailbreak.dylib\", \"\/jb\/lzma\", \"\/.cydia_no_stash\", \"\/.installed_unc0ver\", \"\/jb\/offsets.plist\", \"\/usr\/share\/jailbreak\/injectme.plist\", \"\/etc\/apt\/undecimus\/undecimus.list\", \"\/var\/lib\/dpkg\/info\/mobilesubstrate.md5sums\", \"\/Library\/MobileSubstrate\/MobileSubstrate.dylib\", \"\/jb\/jailbreakd.plist\", \"\/jb\/amfid_payload.dylib\", \"\/jb\/libjailbreak.dylib\", \"\/usr\/libexec\/cydia\/firmware.sh\", \"\/var\/lib\/cydia\", \"\/etc\/apt\", \"\/private\/var\/lib\/apt\", \"\/private\/var\/Users\/\", \"\/var\/log\/apt\", \"\/Applications\/Cydia.app\", \"\/private\/var\/stash\", \"\/private\/var\/lib\/apt\/\", \"\/private\/var\/lib\/cydia\", \"\/private\/var\/cache\/apt\/\", \"\/private\/var\/log\/syslog\", \"\/private\/var\/tmp\/cydia.log\", \"\/Applications\/Icy.app\", \"\/Applications\/MxTube.app\", \"\/Applications\/RockApp.app\", \"\/Applications\/blackra1n.app\", \"\/Applications\/SBSettings.app\", \"\/Applications\/FakeCarrier.app\", \"\/Applications\/WinterBoard.app\", \"\/Applications\/IntelliScreen.app\", \"\/private\/var\/mobile\/Library\/SBSettings\/Themes\", \"\/Library\/MobileSubstrate\/CydiaSubstrate.dylib\", \"\/System\/Library\/LaunchDaemons\/com.ikey.bbot.plist\", \"\/Library\/MobileSubstrate\/DynamicLibraries\/Veency.plist\", \"\/Library\/MobileSubstrate\/DynamicLibraries\/LiveClock.plist\", \"\/System\/Library\/LaunchDaemons\/com.saurik.Cydia.Startup.plist\", \"\/Applications\/Sileo.app\", \"\/var\/binpack\", \"\/Library\/PreferenceBundles\/LibertyPref.bundle\", \"\/Library\/PreferenceBundles\/ShadowPreferences.bundle\", \"\/Library\/PreferenceBundles\/ABypassPrefs.bundle\", \"\/Library\/PreferenceBundles\/FlyJBPrefs.bundle\", \"\/usr\/lib\/libhooker.dylib\", \"\/usr\/lib\/libsubstitute.dylib\", \"\/usr\/lib\/substrate\", \"\/usr\/lib\/TweakInject\", \"\/var\/binpack\/Applications\/loader.app\", \"\/Applications\/FlyJB.app\", \"\/Applications\/Zebra.app\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 5668,
- "length": 236,
- "value": "[\"\/bin\/bash\", \"\/usr\/sbin\/sshd\", \"\/usr\/libexec\/ssh-keysign\", \"\/bin\/sh\", \"\/etc\/ssh\/sshd_config\", \"\/usr\/libexec\/sftp-server\", \"\/usr\/bin\/ssh\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 6030,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 6037,
- "length": 33,
- "value": "\"Suspicious file exists: \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 6069,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 6226,
- "length": 236,
- "value": "[\"\/.installed_unc0ver\", \"\/.bootstrapped_electra\", \"\/Applications\/Cydia.app\", \"\/Library\/MobileSubstrate\/MobileSubstrate.dylib\", \"\/etc\/apt\", \"\/var\/log\/apt\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 6605,
- "length": 97,
- "value": "[\"\/bin\/bash\", \"\/usr\/sbin\/sshd\", \"\/usr\/bin\/ssh\"]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 6833,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 6840,
- "length": 40,
- "value": "\"Suspicious file can be opened: \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
"kind": "StringLiteral",
- "offset": 6879,
- "length": 2,
- "value": "\"\""
+ "offset": 1552,
+ "length": 16,
+ "value": "\"AccountProtection.TSGestureMonitor\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitors\/TSGestureMonitor.swift",
"kind": "Array",
- "offset": 7040,
- "length": 94,
- "value": "[\"\/\", \"\/root\/\", \"\/private\/\", \"\/jb\/\"]"
+ "offset": 9002,
+ "length": 42,
+ "value": "[\"button\", \"UIAlertControllerActionView\"]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Constants.swift",
"kind": "StringLiteral",
- "offset": 7418,
- "length": 16,
- "value": "\"AmIJailbroken?\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 7481,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 7654,
- "length": 5,
- "value": "false"
+ "offset": 219,
+ "length": 9,
+ "value": "\"device\/\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Constants.swift",
"kind": "StringLiteral",
- "offset": 7661,
- "length": 35,
- "value": "\"Wrote to restricted path: \""
+ "offset": 268,
+ "length": 22,
+ "value": "\"risk-collect\/device\/\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Utils\/Constants.swift",
"kind": "StringLiteral",
- "offset": 7695,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 7883,
- "length": 2,
- "value": "-2"
+ "offset": 351,
+ "length": 18,
+ "value": "\"TransmitSecurity\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
"kind": "StringLiteral",
- "offset": 7930,
- "length": 6,
- "value": "\"fork\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 8113,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "IntegerLiteral",
- "offset": 8145,
- "length": 1,
- "value": "0"
+ "offset": 1592,
+ "length": 33,
+ "value": "\"ReachabilityChangedNotification\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 8420,
- "length": 276,
- "value": "[\"\/var\/lib\/undecimus\/apt\", \"\/Applications\", \"\/Library\/Ringtones\", \"\/Library\/Wallpaper\", \"\/usr\/arm-apple-darwin9\", \"\/usr\/include\", \"\/usr\/libexec\", \"\/usr\/share\"]"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3343,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
"kind": "BooleanLiteral",
- "offset": 8901,
+ "offset": 3453,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Reachability.swift",
"kind": "StringLiteral",
- "offset": 8908,
- "length": 66,
- "value": "\"Non standard symbolic link detected: \""
+ "offset": 3591,
+ "length": 32,
+ "value": "\"uk.co.ashleymills.reachability\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 8953,
- "length": 6,
- "value": "\" points to \""
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 474,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 8973,
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 494,
"length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "Array",
- "offset": 9149,
- "length": 669,
- "value": "[\"SubstrateLoader.dylib\", \"SSLKillSwitch2.dylib\", \"SSLKillSwitch.dylib\", \"MobileSubstrate.dylib\", \"TweakInject.dylib\", \"CydiaSubstrate\", \"cynject\", \"CustomWidgetIcons\", \"PreferenceLoader\", \"RocketBootstrap\", \"WeeLoader\", \"\/.file\", \"libhooker\", \"SubstrateInserter\", \"SubstrateBootstrap\", \"ABypass\", \"FlyJB\", \"Substitute\", \"Cephei\", \"Electra\"]"
+ "value": "10"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
"kind": "IntegerLiteral",
- "offset": 9848,
- "length": 1,
- "value": "0"
+ "offset": 474,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 10263,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 494,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 10270,
- "length": 45,
- "value": "\"Suspicious library loaded: \""
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 474,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/JailbreakChecker.swift",
- "kind": "StringLiteral",
- "offset": 10314,
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/TSCollector\/TSCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 494,
"length": 2,
- "value": "\"\""
+ "value": "10"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Application\/Application.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector+EventModel.swift",
"kind": "StringLiteral",
- "offset": 363,
- "length": 28,
- "value": "\"CFBundleShortVersionString\""
+ "offset": 413,
+ "length": 18,
+ "value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Application\/Application.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/ScreenNavigationCollector\/TSScreenNavigationCollector+EventModel.swift",
"kind": "StringLiteral",
- "offset": 506,
- "length": 17,
- "value": "\"CFBundleVersion\""
+ "offset": 413,
+ "length": 18,
+ "value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Application\/Application.swift",
- "kind": "StringLiteral",
- "offset": 643,
- "length": 14,
- "value": "\"CFBundleName\""
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Events\/DataSource\/TSEventsDataSourceProvider.swift",
+ "kind": "Dictionary",
+ "offset": 323,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 288,
+ "offset": 291,
"length": 5,
"value": "\"pan\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 313,
+ "offset": 316,
"length": 5,
"value": "\"tap\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 339,
+ "offset": 342,
"length": 6,
"value": "\"text\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "kind": "StringLiteral",
+ "offset": 375,
+ "length": 12,
+ "value": "\"screenshot\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "kind": "StringLiteral",
+ "offset": 417,
+ "length": 15,
+ "value": "\"accessibility\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 288,
+ "offset": 291,
"length": 5,
"value": "\"pan\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 313,
+ "offset": 316,
"length": 5,
"value": "\"tap\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 339,
+ "offset": 342,
"length": 6,
"value": "\"text\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
- "kind": "StringLiteral",
- "offset": 646,
- "length": 7,
- "value": "\"touch\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 686,
- "length": 7,
- "value": "\"click\""
+ "offset": 375,
+ "length": 12,
+ "value": "\"screenshot\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "StringLiteral",
- "offset": 726,
- "length": 7,
- "value": "\"input\""
+ "offset": 417,
+ "length": 15,
+ "value": "\"accessibility\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
"kind": "Array",
- "offset": 1692,
+ "offset": 2067,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 5561,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSGestureRecognizers\/TSMonitoringEventsCollector.swift",
- "kind": "IntegerLiteral",
- "offset": 5583,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "BooleanLiteral",
"offset": 1318,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "StringLiteral",
"offset": 1453,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "StringLiteral",
"offset": 1460,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "BooleanLiteral",
"offset": 1469,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 1485,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "StringLiteral",
"offset": 1494,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "StringLiteral",
"offset": 1501,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "IntegerLiteral",
"offset": 1590,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 1704,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 1821,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 1921,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "IntegerLiteral",
"offset": 2146,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "IntegerLiteral",
"offset": 2161,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2250,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "BooleanLiteral",
"offset": 2343,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2439,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2533,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2632,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2731,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Array",
"offset": 2830,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "Dictionary",
"offset": 2943,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
"kind": "BooleanLiteral",
"offset": 3132,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/observers\/TSConfigurationObserver.swift",
- "kind": "BooleanLiteral",
- "offset": 3858,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1224,
+ "offset": 1242,
"length": 9,
"value": "1"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1247,
+ "offset": 1265,
"length": 8,
"value": "2"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1269,
+ "offset": 1287,
"length": 4,
"value": "3"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1224,
+ "offset": 1242,
"length": 9,
"value": "1"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1247,
+ "offset": 1265,
"length": 8,
"value": "2"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1269,
+ "offset": 1287,
"length": 4,
"value": "3"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1224,
+ "offset": 1242,
"length": 9,
"value": "1"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1247,
+ "offset": 1265,
"length": 8,
"value": "2"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/TSDeviceMetadata.swift",
"kind": "IntegerLiteral",
- "offset": 1269,
+ "offset": 1287,
"length": 4,
"value": "3"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/EmulatorChecker.swift",
- "kind": "StringLiteral",
- "offset": 392,
- "length": 23,
- "value": "\"SIMULATOR_DEVICE_NAME\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Security\/Checkers\/EmulatorChecker.swift",
- "kind": "BooleanLiteral",
- "offset": 537,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 1376,
- "length": 31,
- "value": "\"Risk configuration from cache\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 1855,
- "length": 26,
- "value": "\"fetch config from server\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 2271,
- "length": 79,
- "value": "\"Account Protection SDK \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 2320,
- "length": 3,
- "value": "\" was successfully initialized\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 3500,
- "length": 428,
- "value": "\"\n ---------------------------------------------------------------------------------------------------------------------\n ****************************** Account Protection SDK \""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Configuration\/controller\/TSConfigurationController.swift",
- "kind": "StringLiteral",
- "offset": 3724,
- "length": 3,
- "value": "\" was successfully initialized ******************************\n ---------------------------------------------------------------------------------------------------------------------\n\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 1274,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 1356,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
"kind": "IntegerLiteral",
- "offset": 1363,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 1445,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 1452,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 1459,
- "length": 4,
- "value": "1024"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "FloatLiteral",
- "offset": 1518,
- "length": 5,
- "value": "100.0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "BooleanLiteral",
- "offset": 2762,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "BooleanLiteral",
- "offset": 2825,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "StringLiteral",
- "offset": 4871,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 4969,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "Array",
- "offset": 6592,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "Array",
- "offset": 7480,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "BooleanLiteral",
- "offset": 9100,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "BooleanLiteral",
- "offset": 9168,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Hardware\/Hardware.swift",
- "kind": "IntegerLiteral",
- "offset": 11047,
+ "offset": 10889,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Network.swift",
- "kind": "BooleanLiteral",
- "offset": 444,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/Device Metadata\/Network\/Network.swift",
- "kind": "BooleanLiteral",
- "offset": 776,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector+EventModel.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector+EventModel.swift",
"kind": "StringLiteral",
"offset": 1183,
"length": 13,
"value": "\"packageName\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector+EventModel.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/DeviceMetadataCollector\/TSDeviceMetadataCollector+EventModel.swift",
"kind": "StringLiteral",
"offset": 1183,
"length": 13,
"value": "\"packageName\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionExtensionsController.swift",
- "kind": "StringLiteral",
- "offset": 2521,
- "length": 31,
- "value": "\"terminate by SDK event called\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionExtensionsController.swift",
- "kind": "IntegerLiteral",
- "offset": 2643,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionExtensionsController.swift",
- "kind": "IntegerLiteral",
- "offset": 2672,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionExtensionsController.swift",
- "kind": "StringLiteral",
- "offset": 3126,
- "length": 31,
- "value": "\"terminate by app event called\""
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/API\/TSAccountProtectionExtensionsController.swift",
- "kind": "BooleanLiteral",
- "offset": 3217,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2703,
+ "offset": 3621,
"length": 18,
"value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2750,
+ "offset": 3668,
"length": 11,
"value": "\"target_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2792,
+ "offset": 3710,
"length": 13,
"value": "\"target_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2887,
+ "offset": 3805,
"length": 9,
"value": "\"offsetX\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2924,
+ "offset": 3842,
"length": 9,
"value": "\"offsetY\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2703,
+ "offset": 3621,
"length": 18,
"value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2750,
+ "offset": 3668,
"length": 11,
"value": "\"target_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2792,
+ "offset": 3710,
"length": 13,
"value": "\"target_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2887,
+ "offset": 3805,
"length": 9,
"value": "\"offsetX\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 2924,
+ "offset": 3842,
"length": 9,
"value": "\"offsetY\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3586,
+ "offset": 4504,
"length": 19,
"value": "\"absolute_location\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3642,
+ "offset": 4560,
"length": 19,
"value": "\"relative_location\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3690,
+ "offset": 4608,
"length": 11,
"value": "\"target_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3732,
+ "offset": 4650,
"length": 13,
"value": "\"target_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3586,
+ "offset": 4504,
"length": 19,
"value": "\"absolute_location\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3642,
+ "offset": 4560,
"length": 19,
"value": "\"relative_location\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3690,
+ "offset": 4608,
"length": 11,
"value": "\"target_id\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 3732,
+ "offset": 4650,
"length": 13,
"value": "\"target_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
- "kind": "IntegerLiteral",
- "offset": 5158,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
- "kind": "IntegerLiteral",
- "offset": 5173,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5420,
+ "offset": 6338,
"length": 18,
"value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5467,
+ "offset": 6385,
"length": 10,
"value": "\"scrolled\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5503,
+ "offset": 6421,
"length": 7,
"value": "\"trail\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5420,
+ "offset": 6338,
"length": 18,
"value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5467,
+ "offset": 6385,
"length": 10,
"value": "\"scrolled\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5503,
+ "offset": 6421,
"length": 7,
"value": "\"trail\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 6893,
+ "length": 18,
+ "value": "\"interaction_type\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 6893,
+ "length": 18,
+ "value": "\"interaction_type\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 7225,
+ "length": 18,
+ "value": "\"interaction_type\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 7225,
+ "length": 18,
+ "value": "\"interaction_type\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5975,
+ "offset": 7551,
"length": 18,
"value": "\"interaction_type\""
},
{
- "filePath": "\/Users\/igorbabitski\/Documents\/Projects\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
"kind": "StringLiteral",
- "offset": 5975,
+ "offset": 7606,
+ "length": 19,
+ "value": "\"accessibilty_name\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 7551,
"length": 18,
"value": "\"interaction_type\""
+ },
+ {
+ "filePath": "\/Users\/ec2-user\/actions-runner\/_work\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-demo-app\/riskid-ios-sdk\/AccountProtection\/AccountProtection\/Collectors\/InteractionCollector\/TSInteractionTypes.swift",
+ "kind": "StringLiteral",
+ "offset": 7606,
+ "length": 19,
+ "value": "\"accessibilty_name\""
}
]
}
\ No newline at end of file
diff --git a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
index aec9cfd..90d8abd 100644
--- a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
+++ b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AccountProtection
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFoundation
@@ -20,26 +20,28 @@ import TSCoreSDK
import UIKit
import _Concurrency
import _StringProcessing
-import _SwiftConcurrencyShims
import zlib
public struct TSTriggerActionResponse {
public let token: Swift.String
}
public struct TSTriggerActionError : Swift.Error {
}
+public enum TSAccountProtectionError : Swift.Error {
+ case `internal`(Swift.Error?)
+}
public struct TSActionEventOptions {
public init(correlationId: Swift.String?, claimUserId: Swift.String?, referenceUserId: Swift.String?, transactionData: AccountProtection.TSTransactionData? = nil)
}
public struct TSTransactionData : Swift.Codable {
public struct Payer : Swift.Codable {
public init(name: Swift.String?, branchIdentifier: Swift.String?, accountNumber: Swift.String?)
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public struct Payee : Swift.Codable {
public init(name: Swift.String?, bankIdentifier: Swift.String?, branchIdentifier: Swift.String?, accountNumber: Swift.String?)
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public init(amount: Swift.Double, currency: Swift.String, reason: Swift.String?, transactionDate: Swift.Int64?, payer: AccountProtection.TSTransactionData.Payer?, payee: AccountProtection.TSTransactionData.Payee?)
public let amount: Swift.Double
@@ -48,14 +50,20 @@ public struct TSTransactionData : Swift.Codable {
public let transactionDate: Swift.Int64?
public let payer: AccountProtection.TSTransactionData.Payer?
public let payee: AccountProtection.TSTransactionData.Payee?
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class TSAccountProtection : ObjectiveC.NSObject {
+ public typealias CompletionResult = Swift.Result
+ public typealias Completion = (AccountProtection.TSAccountProtection.CompletionResult) -> Swift.Void
+ public typealias SessionTokenCompletion = (Swift.String) -> Swift.Void
+ public static func initialize(baseUrl: Swift.String = "https://collect.riskid.security/device/", clientId: Swift.String, userId: Swift.String? = nil, completion: @escaping AccountProtection.TSAccountProtection.Completion)
public static func initialize(baseUrl: Swift.String = "https://api.transmitsecurity.io/", clientId: Swift.String, userId: Swift.String? = nil)
+ public static func initializeSDK(userId: Swift.String? = nil, completion: AccountProtection.TSAccountProtection.Completion? = nil) throws
public static func triggerAction(_ action: Swift.String, options: AccountProtection.TSActionEventOptions? = nil, completion: @escaping (Swift.Result) -> Swift.Void)
public static func setUserId(_ userId: Swift.String)
public static func clearUser()
+ public static func getSessionToken(completion: @escaping AccountProtection.TSAccountProtection.SessionTokenCompletion)
@objc deinit
}
public protocol SystemControlValueDefining {
@@ -106,6 +114,7 @@ public enum TransmitSecurityAccountProtectionError : Swift.Error {
case internalError
case connectionError
case notSupportedActionError
+ case initializationError
public static func == (a: AccountProtection.TransmitSecurityAccountProtectionError, b: AccountProtection.TransmitSecurityAccountProtectionError) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
@@ -114,8 +123,8 @@ public enum TransmitSecurityAccountProtectionError : Swift.Error {
}
public struct TransmitSecurityTriggerActionResponse : Swift.Codable {
public let actionToken: Swift.String
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public protocol RawPointerConvertible {
static func loadValue(_ from: Swift.UnsafeRawPointer, of size: Swift.Int) -> Self
diff --git a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
index fca5cee..d4fe377 100644
Binary files a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ
diff --git a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
index aec9cfd..90d8abd 100644
--- a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+++ b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AccountProtection
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFoundation
@@ -20,26 +20,28 @@ import TSCoreSDK
import UIKit
import _Concurrency
import _StringProcessing
-import _SwiftConcurrencyShims
import zlib
public struct TSTriggerActionResponse {
public let token: Swift.String
}
public struct TSTriggerActionError : Swift.Error {
}
+public enum TSAccountProtectionError : Swift.Error {
+ case `internal`(Swift.Error?)
+}
public struct TSActionEventOptions {
public init(correlationId: Swift.String?, claimUserId: Swift.String?, referenceUserId: Swift.String?, transactionData: AccountProtection.TSTransactionData? = nil)
}
public struct TSTransactionData : Swift.Codable {
public struct Payer : Swift.Codable {
public init(name: Swift.String?, branchIdentifier: Swift.String?, accountNumber: Swift.String?)
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public struct Payee : Swift.Codable {
public init(name: Swift.String?, bankIdentifier: Swift.String?, branchIdentifier: Swift.String?, accountNumber: Swift.String?)
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public init(amount: Swift.Double, currency: Swift.String, reason: Swift.String?, transactionDate: Swift.Int64?, payer: AccountProtection.TSTransactionData.Payer?, payee: AccountProtection.TSTransactionData.Payee?)
public let amount: Swift.Double
@@ -48,14 +50,20 @@ public struct TSTransactionData : Swift.Codable {
public let transactionDate: Swift.Int64?
public let payer: AccountProtection.TSTransactionData.Payer?
public let payee: AccountProtection.TSTransactionData.Payee?
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class TSAccountProtection : ObjectiveC.NSObject {
+ public typealias CompletionResult = Swift.Result
+ public typealias Completion = (AccountProtection.TSAccountProtection.CompletionResult) -> Swift.Void
+ public typealias SessionTokenCompletion = (Swift.String) -> Swift.Void
+ public static func initialize(baseUrl: Swift.String = "https://collect.riskid.security/device/", clientId: Swift.String, userId: Swift.String? = nil, completion: @escaping AccountProtection.TSAccountProtection.Completion)
public static func initialize(baseUrl: Swift.String = "https://api.transmitsecurity.io/", clientId: Swift.String, userId: Swift.String? = nil)
+ public static func initializeSDK(userId: Swift.String? = nil, completion: AccountProtection.TSAccountProtection.Completion? = nil) throws
public static func triggerAction(_ action: Swift.String, options: AccountProtection.TSActionEventOptions? = nil, completion: @escaping (Swift.Result) -> Swift.Void)
public static func setUserId(_ userId: Swift.String)
public static func clearUser()
+ public static func getSessionToken(completion: @escaping AccountProtection.TSAccountProtection.SessionTokenCompletion)
@objc deinit
}
public protocol SystemControlValueDefining {
@@ -106,6 +114,7 @@ public enum TransmitSecurityAccountProtectionError : Swift.Error {
case internalError
case connectionError
case notSupportedActionError
+ case initializationError
public static func == (a: AccountProtection.TransmitSecurityAccountProtectionError, b: AccountProtection.TransmitSecurityAccountProtectionError) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
@@ -114,8 +123,8 @@ public enum TransmitSecurityAccountProtectionError : Swift.Error {
}
public struct TransmitSecurityTriggerActionResponse : Swift.Codable {
public let actionToken: Swift.String
- public func encode(to encoder: any Swift.Encoder) throws
- public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: Swift.Decoder) throws
}
public protocol RawPointerConvertible {
static func loadValue(_ from: Swift.UnsafeRawPointer, of size: Swift.Int) -> Self
diff --git a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/module.modulemap b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/module.modulemap
index 442b5aa..3da0684 100644
--- a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/module.modulemap
+++ b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/Modules/module.modulemap
@@ -1,7 +1,7 @@
framework module AccountProtection {
umbrella header "AccountProtection.h"
- export *
+ export *
module * { export * }
}
diff --git a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/_CodeSignature/CodeResources b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/_CodeSignature/CodeResources
index 2113465..9e78afe 100644
--- a/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/_CodeSignature/CodeResources
+++ b/Sources/AccountProtection.xcframework/ios-arm64_x86_64-simulator/AccountProtection.framework/_CodeSignature/CodeResources
@@ -6,7 +6,7 @@
Headers/AccountProtection-Swift.h
- MSDmUEY32KUgQ2O6ZVGYiyKLCfc=
+ +nPgq4psZA5MUlf3f8g8CI78tgE=
Headers/AccountProtection.h
@@ -14,51 +14,55 @@
Info.plist
- OQMxFrH8KCBbT3B8EUZQuVHLNlA=
+ 349w4WjAzuH+PL+171iTJZlP+IA=
Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.abi.json
- mdeHfhSdmKM9NqIgeBO2LgOmxVk=
+ p9Zb/npHXdJF/g8TZEqU++KfCws=
Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
- lsvqkg29N0xdRNM0qVt+AeCLtQQ=
+ EM79y4YNMcBB19EG1fYu5AifzqE=
Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.swiftdoc
- VU6F5QRKWSY+/I/4OEWw1VL7bho=
+ oINNwYxBeTucR2kmsmhM0EXZ7EA=
Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.swiftinterface
- lsvqkg29N0xdRNM0qVt+AeCLtQQ=
+ EM79y4YNMcBB19EG1fYu5AifzqE=
Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.swiftmodule
- nezovp+MT+usResjdq7vpQ30CLI=
+ mZImreWScRYsWcpYiqE7vpvF4dI=
Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.abi.json
- mdeHfhSdmKM9NqIgeBO2LgOmxVk=
+ p9Zb/npHXdJF/g8TZEqU++KfCws=
Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
- XT7h8RfYPTFj8cMJR5OII/9h7Lw=
+ r3MmjF8zb7Xwy9e5NjptiQ5nhdQ=
Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
- 95PVJjD1ylR9ufDskEpj6uku2u8=
+ R+b2bbf5Pvg8p9dpSv70m9HiOH4=
Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
- XT7h8RfYPTFj8cMJR5OII/9h7Lw=
+ r3MmjF8zb7Xwy9e5NjptiQ5nhdQ=
Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
- sN8TlJsPE3D5NtqIFTwo0VSqdcI=
+ fXGddz0hTjIdmeiggQWeYxR94Ms=
Modules/module.modulemap
- wjIBmADBMFhnp79cTvoxpnT/U2s=
+ sH9S8LMD5MERWuK/0TB9yZMNWu0=
+
+ PrivacyInfo.xcprivacy
+
+ xs8io2oamxZM+sg2xcfcbYE0OZw=
files2
@@ -67,7 +71,7 @@
hash2
- ZKaaQLOqTl3bUy1Rr4SJAXtjNQc7QQ7489SYDqQltpQ=
+ T9ILR8XzCIDNZKFu3BPuvPjQpQMHdMSUPiXi7kTZb+E=
Headers/AccountProtection.h
@@ -81,77 +85,84 @@
hash2
- MTsbxy0OxRD2/5OB4xWiyYbr0ST2BuORRQX0mk8UTpY=
+ rBKlNtOwRq/nF360QH52yoEi26W6lmjq38knWtrUSBc=
Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
hash2
- JALHiS9ooj+QkG98s8KvLck52uPt5+bjSt8t9bgAheA=
+ ak9fACzzfsRTSEDoEicvBGci/IHev5gOeRMenuTzAC8=
Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.swiftdoc
hash2
- mazJnf3BZASwM5F/BJHjMO2RToyxiMtC439j3Z5vVXk=
+ 6e8Fns0qpNolYOA92dD0mTbOlTY5/WxNbvL1sLLxh4g=
Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.swiftinterface
hash2
- JALHiS9ooj+QkG98s8KvLck52uPt5+bjSt8t9bgAheA=
+ ak9fACzzfsRTSEDoEicvBGci/IHev5gOeRMenuTzAC8=
Modules/AccountProtection.swiftmodule/arm64-apple-ios-simulator.swiftmodule
hash2
- TFlWD8aOCNPU7vLCmMCUsdHQMieN2iG4Sn0FvKkR2jU=
+ G6yHASrO4NJCX6fwJfipclC9FSXxG3w2/4Ufi9M9XKo=
Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.abi.json
hash2
- MTsbxy0OxRD2/5OB4xWiyYbr0ST2BuORRQX0mk8UTpY=
+ rBKlNtOwRq/nF360QH52yoEi26W6lmjq38knWtrUSBc=
Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
hash2
- XzJqA5nxqmImaETOiRf4HmcPVMFBctBNEwDeMqgqWCQ=
+ 7RKXlLTHIi2ARQRFrpNriPMESc1+U6WChzJE74qx4AY=
Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
hash2
- oHuZ+gc/q2BE9T6ZE5faAUdhPMItR2BHYGefFcAAYno=
+ mCp0F/REeF2Bc4kitSil/nnccmX492vwbnJqS1dcyAA=
Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
hash2
- XzJqA5nxqmImaETOiRf4HmcPVMFBctBNEwDeMqgqWCQ=
+ 7RKXlLTHIi2ARQRFrpNriPMESc1+U6WChzJE74qx4AY=
Modules/AccountProtection.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
hash2
- EjLbihu+AHN9Y6ACg3mtUgwZL8eAvX1laOZFgTG/x4M=
+ H7lKYfYHXqmUXkll3MRNMFU49DGjyrPB2JGZWj2YQSE=
Modules/module.modulemap
hash2
- 7EOd6C9b+BcZJIUtA31hdB20OD4ZmmfPJohzrGbkAo8=
+ yXTfoRd4n9TUnfi4gzyaJ+FLoSz+C5L25xEag38ibQs=
+
+
+ PrivacyInfo.xcprivacy
+
+ hash2
+
+ GULCvdPc0Q3fraiwsgLkUkmq0NKcAoo2W0BeTmZCHIY=