diff --git a/MyIdSDK.podspec b/MyIdSDK.podspec index 4e7fa2136a2d19bba2e2976c157d730e91e37512..ce4ce33d027f00155307b4b654e4a2fe43334843 100644 --- a/MyIdSDK.podspec +++ b/MyIdSDK.podspec @@ -1,8 +1,8 @@ Pod::Spec.new do |spec| spec.name = "MyIdSDK" - spec.version = "2.2.5" - spec.platform = :ios, '11.0' - spec.ios.deployment_target = '11.0' + spec.version = "2.2.6" + spec.platform = :ios, '12.0' + spec.ios.deployment_target = '12.0' spec.summary = "MyID Framework" spec.description = "MyID Framework for iOS" spec.homepage = "https://gitlab.myid.uz/myid-public-code/myid-sample-ios" diff --git a/MyIdSDK.xcframework/Info.plist b/MyIdSDK.xcframework/Info.plist index e2b679908df54ea2e129db47113b14138cb20a09..64916e4439bb30633122806036b3a60dd70fe71c 100644 --- a/MyIdSDK.xcframework/Info.plist +++ b/MyIdSDK.xcframework/Info.plist @@ -5,6 +5,8 @@ AvailableLibraries + BinaryPath + MyIdSDK.framework/MyIdSDK LibraryIdentifier ios-arm64_x86_64-simulator LibraryPath @@ -20,6 +22,8 @@ simulator + BinaryPath + MyIdSDK.framework/MyIdSDK LibraryIdentifier ios-arm64 LibraryPath diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Assets.car b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Assets.car index 9710fab7877b5c70becaa185168e43cbe0b490b5..38ba08e895a3dbc8674c7c86dfff4671bcbd310c 100644 Binary files a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Assets.car and b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Assets.car differ diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Headers/MyIdSDK-Swift.h b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Headers/MyIdSDK-Swift.h index 4b7d3ed0d1fbeb295a00d5459ee08ee99d45d24d..e57cf03b05658873ecbc30060b6102a49398dd49 100644 --- a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Headers/MyIdSDK-Swift.h +++ b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Headers/MyIdSDK-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) #ifndef MYIDSDK_SWIFT_H #define MYIDSDK_SWIFT_H #pragma clang diagnostic push @@ -42,12 +42,18 @@ #include #endif #if defined(__cplusplus) -#if __has_include() +#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 @@ -246,6 +252,17 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #else # 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) @@ -402,6 +419,7 @@ typedef SWIFT_ENUM(NSInteger, MyIdLocale, open) { MyIdLocaleRU = 0, MyIdLocaleEN = 1, MyIdLocaleUZ = 2, + MyIdLocaleKY = 3, }; @class UIImage; @@ -457,12 +475,14 @@ SWIFT_AVAILABILITY(ios,introduced=13.0) -#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/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Info.plist b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Info.plist index d8cf29d5c14f057f8d924a77ca6bbc7df254c423..cc3a0967e54f6c0a51c3dcb6427314e3a45edcd5 100644 Binary files a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Info.plist and b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Info.plist differ diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.abi.json b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.abi.json index bf94c2238d744ddc2e5968ab77744f9af14496cc..edf869d2a03a550976bc3d3f59e5eb5e4270d16e 100644 --- a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.abi.json +++ b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.abi.json @@ -8013,6 +8013,13 @@ "declKind": "Import", "moduleName": "MyIdSDK" }, + { + "kind": "Import", + "name": "ZipArchive", + "printedName": "ZipArchive", + "declKind": "Import", + "moduleName": "MyIdSDK" + }, { "kind": "Import", "name": "UIKit", @@ -8189,6 +8196,47 @@ ], "fixedbinaryorder": 2 }, + { + "kind": "Var", + "name": "KY", + "printedName": "KY", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MyIdSDK.MyIdLocale.Type) -> MyIdSDK.MyIdLocale", + "children": [ + { + "kind": "TypeNominal", + "name": "MyIdLocale", + "printedName": "MyIdSDK.MyIdLocale", + "usr": "c:@M@MyIdSDK@E@MyIdLocale" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MyIdSDK.MyIdLocale.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MyIdLocale", + "printedName": "MyIdSDK.MyIdLocale", + "usr": "c:@M@MyIdSDK@E@MyIdLocale" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MyIdSDK@E@MyIdLocale@MyIdLocaleKY", + "mangledName": "$s7MyIdSDK0aB6LocaleO2KYyA2CmF", + "moduleName": "MyIdSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, { "kind": "Constructor", "name": "init", @@ -8732,6 +8780,34 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "MyIdSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "MyIdSDK" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "MyIdSDK" + }, + { + "kind": "Import", + "name": "DeveloperToolsSupport", + "printedName": "DeveloperToolsSupport", + "declKind": "Import", + "moduleName": "MyIdSDK" + }, { "kind": "TypeDecl", "name": "String", @@ -9360,33 +9436,19 @@ "usr": "s:10Foundation4DataV", "mangledName": "$s10Foundation4DataV", "moduleName": "Foundation", + "intro_Macosx": "10.10", + "intro_iOS": "8.0", + "intro_tvOS": "9.0", + "intro_watchOS": "2.0", "declAttributes": [ - "Frozen" + "Frozen", + "Available", + "Available", + "Available", + "Available" ], "isExternal": true, "conformances": [ - { - "kind": "Conformance", - "name": "ReferenceConvertible", - "printedName": "ReferenceConvertible", - "children": [ - { - "kind": "TypeWitness", - "name": "ReferenceType", - "printedName": "ReferenceType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSData", - "printedName": "Foundation.NSData", - "usr": "c:objc(cs)NSData" - } - ] - } - ], - "usr": "s:10Foundation20ReferenceConvertibleP", - "mangledName": "$s10Foundation20ReferenceConvertibleP" - }, { "kind": "Conformance", "name": "Equatable", @@ -9779,24 +9841,25 @@ }, { "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" + "name": "ReferenceConvertible", + "printedName": "ReferenceConvertible", + "children": [ + { + "kind": "TypeWitness", + "name": "ReferenceType", + "printedName": "ReferenceType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSData", + "printedName": "Foundation.NSData", + "usr": "c:objc(cs)NSData" + } + ] + } + ], + "usr": "s:10Foundation20ReferenceConvertibleP", + "mangledName": "$s10Foundation20ReferenceConvertibleP" }, { "kind": "Conformance", @@ -9820,6 +9883,27 @@ "usr": "s:s21_ObjectiveCBridgeableP", "mangledName": "$ss21_ObjectiveCBridgeableP" }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -14477,1456 +14561,1652 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2117, + "offset": 2118, + "length": 57, + "value": "\"Камерага кирүүгө тыюу салынды\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 2212, "length": 55, "value": "\"Ilova uchun kameradan foydalanishga ruxsat berilmagan\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2314, + "offset": 2409, "length": 10, "value": "\"Continue\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2362, + "offset": 2457, "length": 22, "value": "\"Продолжить\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2421, + "offset": 2516, "length": 13, "value": "\"Davom etish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2573, + "offset": 2668, "length": 6, "value": "\"Exit\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2617, + "offset": 2712, "length": 12, "value": "\"Выйти\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2666, + "offset": 2762, + "length": 12, + "value": "\"Чыгуу\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 2811, "length": 9, "value": "\"Chiqish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2818, + "offset": 2963, "length": 11, "value": "\"Try again\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2867, + "offset": 3012, "length": 38, "value": "\"Попробовать еще раз\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2942, + "offset": 3089, + "length": 54, + "value": "\"Дагы бир жолу аракет кылыңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 3180, "length": 22, "value": "\"Qayta urinib ko'ring\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3106, + "offset": 3344, "length": 16, "value": "\"Driver license\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3160, + "offset": 3398, "length": 53, "value": "\"Водительское удостоверение\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3250, + "offset": 3488, "length": 26, "value": "\"Haydovchilik guvohnomasi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3424, + "offset": 3662, "length": 15, "value": "\"Date of birth\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3477, + "offset": 3715, "length": 27, "value": "\"Дата рождения\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3541, + "offset": 3779, "length": 15, "value": "\"Tug'ilgan kun\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3711, + "offset": 3949, "length": 12, "value": "\"dd.mm.yyyy\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3761, + "offset": 3999, "length": 20, "value": "\"дд.мм.гггг\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3818, + "offset": 4056, "length": 12, "value": "\"kk.oo.yyyy\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3968, + "offset": 4206, "length": 5, "value": "\"PIN\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4011, + "offset": 4249, "length": 12, "value": "\"ПИНФЛ\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4060, + "offset": 4298, "length": 9, "value": "\"JSHSHIR\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4214, + "offset": 4452, "length": 38, "value": "\"Serial and number of passport or PIN\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4290, + "offset": 4528, "length": 61, "value": "\"Серия и номер паспорта или ПИНФЛ\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4388, + "offset": 4626, "length": 39, "value": "\"Pasport seriyasi, raqami yoki JSHSHIR\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4583, + "offset": 4821, "length": 17, "value": "\"AA1234567 | PIN\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4638, + "offset": 4876, "length": 24, "value": "\"AA1234567 | ПИНФЛ\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4699, + "offset": 4937, "length": 21, "value": "\"AA1234567 | JSHSHIR\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4853, + "offset": 5091, "length": 6, "value": "\"hour\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4897, + "offset": 5135, "length": 8, "value": "\"час\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4942, + "offset": 5180, "length": 6, "value": "\"soat\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5082, + "offset": 5320, "length": 7, "value": "\"hours\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5127, + "offset": 5365, "length": 8, "value": "\"час\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5172, + "offset": 5410, "length": 6, "value": "\"soat\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5313, + "offset": 5551, "length": 9, "value": "\"ID Card\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5360, + "offset": 5598, "length": 9, "value": "\"ID Card\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5406, + "offset": 5644, "length": 10, "value": "\"ID Karta\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5551, + "offset": 5789, "length": 8, "value": "\"minute\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5597, + "offset": 5835, "length": 8, "value": "\"мин\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5642, + "offset": 5880, "length": 8, "value": "\"daqiqa\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5786, + "offset": 6024, "length": 9, "value": "\"minutes\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5833, + "offset": 6071, "length": 8, "value": "\"мин\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5878, + "offset": 6116, "length": 8, "value": "\"daqiqa\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6028, + "offset": 6266, "length": 97, "value": "\"Customer Service \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6124, + "offset": 6362, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6163, + "offset": 6401, "length": 139, "value": "\"Служба поддержки пользователей \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6301, + "offset": 6539, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 6578, + "length": 118, + "value": "\"Колдонуучуну колдоо \"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 6695, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6339, + "offset": 6733, "length": 109, "value": "\"Mijozlarga xizmat ko'rsatish \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6447, + "offset": 6841, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6593, + "offset": 6987, "length": 42, "value": "\"Point the camera at the driver's license\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6673, + "offset": 7067, "length": 105, "value": "\"Наведите камеру телефона на водительское удостоверение\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6815, + "offset": 7209, "length": 64, "value": "\"Telefoningiz kamerasini haydovchilik guvohnomasiga olib keling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7026, + "offset": 7420, "length": 29, "value": "\"Eyes closed or not detected\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7093, + "offset": 7487, "length": 60, "value": "\"Глаза закрыты или не обнаружены\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7190, + "offset": 7584, "length": 32, "value": "\"Ko'zlar yopiq yoki aniqlanmadi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7366, + "offset": 7760, "length": 32, "value": "\"Make sure your eyes are opened\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7436, + "offset": 7830, "length": 61, "value": "\"Убедитесь, что Ваши глаза окрыты\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7534, + "offset": 7930, + "length": 60, + "value": "\"Көзүңүз капталганын текшериңиз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 8027, "length": 52, "value": "\"Ko'zlaringiz ochiq ekanligiga ishonch hosil qiling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7734, + "offset": 8227, "length": 25, "value": "\"Keep your head straight\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7797, + "offset": 8290, "length": 40, "value": "\"Держите голову прямо\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7874, + "offset": 8370, + "length": 44, + "value": "\"Башыңызды түз кармаңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 8451, "length": 26, "value": "\"Boshingizni tekis tuting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8046, + "offset": 8623, "length": 15, "value": "\"Keep straight\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8099, + "offset": 8676, "length": 31, "value": "\"Держитесь ровно\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8167, + "offset": 8745, + "length": 15, + "value": "\"Түз тур\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 8797, "length": 18, "value": "\"To'g'riga qarang\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8327, + "offset": 8957, "length": 47, "value": "\"Make sure your face is in the dedicated space\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8412, + "offset": 9042, "length": 114, "value": "\"Убедитесь, что Ваше лицо находится в выделенном пространстве\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8563, + "offset": 9195, + "length": 90, + "value": "\"Бетиңиз бөлүнгөн мейкиндикте экенин текшериңиз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 9322, "length": 66, "value": "\"Sizning yuzingiz belgilangan maydon ichida bo'lishini ta'minlang\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8776, + "offset": 9535, "length": 22, "value": "\"Face not fully shown\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8836, + "offset": 9595, "length": 101, "value": "\"Лицо не полностью попало в кадр или не отчетливо видно\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8974, + "offset": 9733, "length": 52, "value": "\"Yuz aniq ko'rinmadi yoki to'liq tasvirga tushmagan\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9168, + "offset": 9927, "length": 23, "value": "\"Move away from camera\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9229, + "offset": 9988, "length": 31, "value": "\"Отойдите дальше\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9297, + "offset": 10060, + "length": 27, + "value": "\"Артка жылыңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 10124, "length": 26, "value": "\"Kameradan uzoqroq turing\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9466, + "offset": 10293, "length": 13, "value": "\"Come closer\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9517, + "offset": 10344, "length": 31, "value": "\"Подойдите ближе\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9585, + "offset": 10416, + "length": 37, + "value": "\"Жакыныраак жылыңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 10490, "length": 26, "value": "\"Kameraga yaqinroq keling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9755, + "offset": 10660, "length": 117, "value": "\"Due to a large number of unsuccessful attempts, your access to the identification service is temporarily restricted\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9910, + "offset": 10815, "length": 186, "value": "\"Из-за большого количества неуспешных попыток Вам временно ограничен доступ к сервису идентификации\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10133, + "offset": 11038, "length": 111, "value": "\"Ko'p sonli muvaffaqiyatsiz urinishlar tufayli identifikatsiya xizmatidan foydalanishingiz vaqtincha cheklandi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10396, + "offset": 11301, "length": 16, "value": "\"Open your eyes\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10450, + "offset": 11355, "length": 29, "value": "\"Откройте глаза\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10516, + "offset": 11421, "length": 23, "value": "\"Ko'zlaringizni oching\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10688, + "offset": 11593, "length": 31, "value": "\"Look straight into the camera\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10757, + "offset": 11662, "length": 45, "value": "\"Смотрите прямо в камеру\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10839, + "offset": 11744, "length": 36, "value": "\"To'g'ridan-to'g'ri kameraga qarang\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11025, + "offset": 11930, "length": 38, "value": "\"Wipe the front camera of your device\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11101, + "offset": 12006, "length": 82, "value": "\"Протрите фронтальную камеру Вашего девайса\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11220, + "offset": 12127, + "length": 81, + "value": "\"Аппаратыңыздын алдыңкы камерасын сүртүңүз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 12245, "length": 92, "value": "\"Qurilmangizning old kamerasi tiniqligiga ishonch hosil qiling (old kamerani artib qo'ying)\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11463, + "offset": 12488, "length": 32, "value": "\"Hold your device at face level\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11533, + "offset": 12558, "length": 63, "value": "\"Держите Ваш девайс на уровне лица\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11633, + "offset": 12660, + "length": 67, + "value": "\"Аппаратты жүз деңгээлинде кармаңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 12764, "length": 47, "value": "\"Smartfoningizni yuzingiz balandligida saqlang\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11830, + "offset": 12961, "length": 87, "value": "\"Make sure the room is well lit, otherwise go to a window or walk into a more lit room\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11955, + "offset": 13086, "length": 224, "value": "\"Убедитесь, что помещение достаточно освещенное, в ином случае подойдите к окну или пройдите в более освещенное помещение\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12216, + "offset": 13350, + "length": 203, + "value": "\"Бөлмө жетиштүү жарыктандырылганын текшериңиз, антпесе терезеге барыңыз же жарыктандырылган бөлмөгө барыңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 13590, "length": 87, "value": "\"Xona yetarlicha yoritilganligiga ishonch hosil qiling, aks holda yorug' xonaga o'ting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12453, + "offset": 13827, "length": 44, "value": "\"There must be only one person in the image\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12535, + "offset": 13909, "length": 55, "value": "\"В кадре должно быть одно лицо\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12627, + "offset": 14001, "length": 41, "value": "\"Tasvirda faqat bitta yuz bo'lishi kerak\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12815, + "offset": 14189, "length": 23, "value": "\"Take off your glasses\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12876, + "offset": 14250, "length": 25, "value": "\"Снимите очки\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12938, + "offset": 14312, "length": 34, "value": "\"Ko'zoynaklaringizni yechib oling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13124, + "offset": 14498, "length": 24, "value": "\"Head rotation detected\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13186, + "offset": 14560, "length": 51, "value": "\"Голова повернута в сторону\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13274, + "offset": 14648, "length": 27, "value": "\"Bosh yon tomonga burilgan\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13439, + "offset": 14813, "length": 34, "value": "\"Point your camera at the QR code\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13511, + "offset": 14885, "length": 46, "value": "\"Наведите камеру на QR-код\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13594, + "offset": 14968, "length": 70, "value": "\"Telefoningiz kamerasini ID kartangizning QR kod tomoniga olib keling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13803, + "offset": 15177, "length": 31, "value": "\"Identification is in progress\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13872, + "offset": 15246, "length": 49, "value": "\"Проводится идентификация\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13958, + "offset": 15332, "length": 37, "value": "\"Identifikatsiya amalga oshirilmoqda\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14148, + "offset": 15522, "length": 28, "value": "\"Several faces in the image\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14214, + "offset": 15588, "length": 59, "value": "\"В кадр попало более одного лица\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14310, + "offset": 15684, "length": 35, "value": "\"Tasvirda bir nechta yuz aniqlandi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14485, + "offset": 15859, "length": 46, "value": "\"Point your camera at the passport photo page\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14569, + "offset": 15943, "length": 94, "value": "\"Наведите камеру к странице паспорта с фотографией\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14700, + "offset": 16074, "length": 70, "value": "\"Telefoningiz kamerasini pasportingizning rasm sahifasiga olib keling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14914, + "offset": 16288, "length": 15, "value": "\"Sending photo\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14967, + "offset": 16341, "length": 27, "value": "\"Отправка фото\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15031, + "offset": 16406, + "length": 27, + "value": "\"Сүрөт жөнөтүу\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 16470, "length": 19, "value": "\"Rasm yuborilmoqda\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15200, + "offset": 16639, "length": 21, "value": "\"Sunglasses detected\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15259, + "offset": 16698, "length": 31, "value": "\"Обнаружены очки\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15327, + "offset": 16766, "length": 24, "value": "\"Ko'zoynaklar aniqlandi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15509, + "offset": 16948, "length": 30, "value": "\"You can try again in \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15538, + "offset": 16977, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15577, + "offset": 17016, "length": 72, "value": "\"Вы снова можете попробовать через \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15648, + "offset": 17087, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15686, + "offset": 17125, "length": 52, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15694, + "offset": 17133, "length": 3, "value": "\" dan keyin qayta urinib ko'rishingiz mumkin\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15881, + "offset": 17320, "length": 23, "value": "\"You can try again now\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15942, + "offset": 17381, "length": 66, "value": "\"Вы снова можете попробовать сейчас\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16045, + "offset": 17484, "length": 34, "value": "\"Qayta urinib ko'rishingiz mumkin\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16223, + "offset": 17662, "length": 58, "value": "\"You may be able to authenticate by trying the following:\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16319, + "offset": 17758, "length": 112, "value": "\"Возможно, Вы сможете пройти идентификацию пробуя следующее:\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16468, + "offset": 17911, + "length": 104, + "value": "\"Төмөнкүлөрдү колдонуп, идентификациядан өтсөңүз болот:\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 18052, "length": 55, "value": "\"Quyidagilarni amalga oshirishingizni tavsiya qilamiz:\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16663, + "offset": 18247, "length": 14, "value": "\"Non-resident\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16715, + "offset": 18299, "length": 22, "value": "\"Нерезидент\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16774, + "offset": 18358, "length": 12, "value": "\"Norezident\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16923, + "offset": 18507, "length": 10, "value": "\"Passport\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16971, + "offset": 18555, "length": 16, "value": "\"Паспорт\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17024, + "offset": 18608, "length": 9, "value": "\"Pasport\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17181, + "offset": 18765, "length": 57, "value": "\"* Identification is carried out for non-resident's data\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17276, + "offset": 18860, "length": 116, "value": "\"* Идентификация будет производиться по данным для нерезидента\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17429, + "offset": 19013, "length": 69, "value": "\"* Identifikatsiya norezident ma'lumotlariga ko'ra amalga oshiriladi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17633, + "offset": 19217, "length": 8, "value": "\"second\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17679, + "offset": 19263, "length": 8, "value": "\"сек\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17724, + "offset": 19308, "length": 8, "value": "\"soniya\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17868, + "offset": 19452, "length": 9, "value": "\"seconds\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17915, + "offset": 19499, "length": 8, "value": "\"сек\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17960, + "offset": 19544, "length": 8, "value": "\"soniya\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18115, + "offset": 19699, "length": 19, "value": "\"Login or register\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18172, + "offset": 19756, "length": 40, "value": "\"Вход или регистрация\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18249, + "offset": 19833, "length": 31, "value": "\"Kirish yoki ro'yxatdan o'tish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18421, + "offset": 20005, "length": 19, "value": "\"Access restricted\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18478, + "offset": 20062, "length": 33, "value": "\"Доступ ограничен\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18548, + "offset": 20132, "length": 28, "value": "\"Xizmat vaqtincha cheklandi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18722, + "offset": 20306, "length": 21, "value": "\"Bad or blurry image\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18781, + "offset": 20365, "length": 39, "value": "\"Размытая фотография\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18857, - "length": 41, - "value": "\"Sur'atning sifati past yoki sur'at xira\"" + "offset": 20444, + "length": 27, + "value": "\"Бүдөмүк сүрөт\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19051, + "offset": 20508, + "length": 41, + "value": "\"Sur'atning sifati past yoki sur'at xira\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 20702, "length": 28, "value": "\"Failed to confirm liveness\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19117, + "offset": 20768, "length": 67, "value": "\"Не удалось подтвердить жизненность\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19221, + "offset": 20872, "length": 26, "value": "\"Hayotiylik tasdiqlanmadi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19394, + "offset": 21045, "length": 26, "value": "\"Choose the document type\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19458, + "offset": 21109, "length": 44, "value": "\"Выберите тип документа\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19539, + "offset": 21190, "length": 23, "value": "\"Hujjat turini tanlang\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19707, + "offset": 21358, "length": 8, "value": "\"Cancel\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19753, + "offset": 21404, "length": 14, "value": "\"Отмена\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19804, + "offset": 21455, "length": 14, "value": "\"Bekor qilish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19962, + "offset": 21613, "length": 7, "value": "\"Allow\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20007, + "offset": 21658, "length": 20, "value": "\"Разрешать\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20064, + "offset": 21715, "length": 15, "value": "\"Ruxsat berish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20224, + "offset": 21875, "length": 16, "value": "\"Go to settings\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20278, + "offset": 21929, "length": 40, "value": "\"Перейти к настройкам\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20355, + "offset": 22006, "length": 21, "value": "\"Sozlamalarga o'tish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20536, + "offset": 22187, "length": 52, "value": "\"Permission denied but required for basic functions\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20626, + "offset": 22277, "length": 117, "value": "\"В разрешении было отказано, но необходимо для основных функций\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20780, + "offset": 22431, "length": 66, "value": "\"Ruxsat rad etildi, lekin asosiy funksiyalar uchun talab qilinadi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20980, + "offset": 22631, "length": 31, "value": "\"Client ID should not be empty\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21037, + "offset": 22688, "length": 58, "value": "\"Укажите идентификатор клиента\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21121, + "offset": 22772, + "length": 58, + "value": "\"Укажите идентификатор клиента\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 22856, "length": 33, "value": "\"Mijoz identifikatorini kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21286, + "offset": 23021, "length": 33, "value": "\"Client Hash should not be empty\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21345, + "offset": 23080, + "length": 28, + "value": "\"Укажите Client Hash\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 23134, "length": 28, "value": "\"Укажите Client Hash\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21399, + "offset": 23188, "length": 25, "value": "\"Client Hash-ni kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21558, + "offset": 23347, "length": 36, "value": "\"Client Hash ID should not be empty\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21620, + "offset": 23409, + "length": 31, + "value": "\"Укажите Client Hash Id\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 23466, "length": 31, "value": "\"Укажите Client Hash Id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21677, + "offset": 23523, "length": 28, "value": "\"Client Hash ID-ni kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21839, + "offset": 23685, "length": 36, "value": "\"Passport field should not be empty\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21901, + "offset": 23747, + "length": 90, + "value": "\"Укажите серию и номер паспорта\/ID карты или ПИНФЛ\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 23863, "length": 90, "value": "\"Укажите серию и номер паспорта\/ID карты или ПИНФЛ\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22017, + "offset": 23979, "length": 64, "value": "\"Pasport\/ID- karta seriyasi va raqamini yoki JSHSHIRni kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22206, + "offset": 24168, "length": 35, "value": "\"Date of birth should not be empty\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22267, + "offset": 24229, "length": 42, "value": "\"Укажите дату рождения\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22335, + "offset": 24297, + "length": 42, + "value": "\"Укажите дату рождения\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 24365, "length": 27, "value": "\"Tug'ilgan sanani kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22506, + "offset": 24536, "length": 75, "value": "\"Either passport (9 characters) or PINFL (14 characters) should be entered\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22607, + "offset": 24637, + "length": 137, + "value": "\"Пожалуйста введите реквизиты паспорта (9 символов), либо ПИНФЛ (14 символов)\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 24800, "length": 137, "value": "\"Пожалуйста введите реквизиты паспорта (9 символов), либо ПИНФЛ (14 символов)\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22770, + "offset": 24963, "length": 77, "value": "\"Iltimos pasport ma'lumotlarini (9 belgi) yoki JSHSHIRni (14 belgi) kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22981, + "offset": 25174, "length": 38, "value": "\"Incorrect passport series and number\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23045, + "offset": 25238, + "length": 60, + "value": "\"Неверная серия и номер паспорта\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 25324, "length": 60, "value": "\"Неверная серия и номер паспорта\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23131, + "offset": 25410, "length": 36, "value": "\"Pasport seriya va raqami noto'g'ri\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23298, + "offset": 25577, "length": 17, "value": "\"Incorrect PINFL\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23341, + "offset": 25620, + "length": 29, + "value": "\"Неверный ПИНФЛ\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 25675, "length": 29, "value": "\"Неверный ПИНФЛ\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23396, + "offset": 25730, "length": 19, "value": "\"JSHSHIR noto'g'ri\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23544, + "offset": 25878, "length": 35, "value": "\"Incorrect format of date of birth\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23605, + "offset": 25939, + "length": 57, + "value": "\"Неверный формат даты рождения\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 26022, "length": 57, "value": "\"Неверный формат даты рождения\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23688, + "offset": 26105, "length": 34, "value": "\"Tug'ilgan sana formati noto'g'ri\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23859, + "offset": 26276, "length": 51, "value": "\"Users under age of \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23885, + "offset": 26302, "length": 6, "value": "\" cannot use this service\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23936, + "offset": 26353, + "length": 117, + "value": "\"Пользователи младше \"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 26398, + "length": 6, + "value": "\" лет не могут воспользоваться сервисом\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 26496, "length": 117, "value": "\"Пользователи младше \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23981, + "offset": 26541, "length": 6, "value": "\" лет не могут воспользоваться сервисом\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 24079, + "offset": 26639, "length": 68, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 24086, + "offset": 26646, "length": 7, "value": "\" yoshdan kichik foydalanuvchilar xizmatdan foydalana olmaydi\"" }, @@ -15982,7 +16262,14 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", "kind": "StringLiteral", - "offset": 4474, + "offset": 4298, + "length": 4, + "value": "\"ky\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", + "kind": "StringLiteral", + "offset": 4504, "length": 5, "value": "\"102\"" }, @@ -16248,72 +16535,114 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 153, - "length": 24, - "value": "\"https:\/\/myid.uz\/api\/v1\"" + "offset": 247, + "length": 12, + "value": "\"devmyid.uz\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 211, - "length": 27, - "value": "\"https:\/\/devmyid.uz\/api\/v1\"" + "offset": 296, + "length": 9, + "value": "\"myid.uz\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 365, + "length": 25, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 385, + "length": 1, + "value": "\"\/api\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", "offset": 433, + "length": 32, + "value": "\"https:\/\/upload.\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 460, + "length": 1, + "value": "\"\/api\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 521, "length": 35, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 446, + "offset": 531, "length": 1, - "value": "\"\/oauth2\/authorization\"" + "value": "\"\/v1\/oauth2\/authorization\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 528, + "offset": 616, "length": 61, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 541, + "offset": 626, + "length": 1, + "value": "\"\/v2\/authentication\/sdk-authentication-request-task\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 737, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 749, "length": 1, - "value": "\"\/authentication\/sdk-authentication-request-task\"" + "value": "\"\/v1\/upload-tiny\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 655, + "offset": 827, "length": 63, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 668, + "offset": 837, "length": 1, - "value": "\"\/authentication\/sdk-authentication-request-status\"" + "value": "\"\/v1\/authentication\/sdk-authentication-request-status\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 777, + "offset": 948, "length": 38, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 790, + "offset": 958, "length": 1, - "value": "\"\/oauth2\/authorize-client\"" + "value": "\"\/v1\/oauth2\/authorize-client\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Jose\/RSA\/RSAUtils.swift", @@ -16481,7 +16810,7 @@ "kind": "StringLiteral", "offset": 184, "length": 7, - "value": "\"2.2.5\"" + "value": "\"2.2.6\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Constants.swift", @@ -17437,106 +17766,134 @@ }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", - "kind": "Dictionary", - "offset": 899, - "length": 3, - "value": "[]" + "kind": "StringLiteral", + "offset": 593, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", + "kind": "StringLiteral", + "offset": 626, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", + "kind": "StringLiteral", + "offset": 665, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 2, + "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 956, + "offset": 770, "length": 11, "value": "\"pass_data\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 991, + "offset": 805, "length": 12, "value": "\"birth_date\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 1028, + "offset": 842, "length": 19, "value": "\"photo_from_camera\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 1078, + "offset": 892, "length": 11, "value": "\"client_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 1318, + "offset": 1132, "length": 13, "value": "\"X-Signature\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 1356, + "offset": 1170, "length": 10, "value": "\"X-Number\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "Array", - "offset": 1524, + "offset": 1338, "length": 20, "value": "[\"1\", \"2\", \"3\", \"4\"]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "Array", - "offset": 1579, + "offset": 1393, "length": 40, "value": "[\"1\", \"2\", \"3\", \"4\", \"5\", \"6\", \"7\", \"8\"]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 2336, + "offset": 2003, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", + "kind": "StringLiteral", + "offset": 2157, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "IntegerLiteral", - "offset": 2438, + "offset": 2259, "length": 1, "value": "8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "IntegerLiteral", - "offset": 2470, + "offset": 2291, "length": 1, "value": "8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "IntegerLiteral", - "offset": 3039, + "offset": 2860, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 3189, + "offset": 3010, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 3215, + "offset": 3036, "length": 6, "value": "\"%02x\"" }, @@ -17571,136 +17928,59 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "StringLiteral", - "offset": 1068, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1103, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1140, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1369, - "length": 24, - "value": "\"Image Processing Queue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "Array", - "offset": 1444, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1881, + "offset": 647, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "StringLiteral", - "offset": 1978, - "length": 39, - "value": "\"data:image\/png;base64,\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 2016, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 2608, + "offset": 682, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "StringLiteral", - "offset": 2747, - "length": 39, - "value": "\"data:image\/png;base64,\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 2785, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 3160, + "offset": 1949, "length": 24, "value": "\"Pixel format not found\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "IntegerLiteral", - "offset": 3192, + "offset": 1981, "length": 3, "value": "400" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "Array", - "offset": 3543, + "offset": 2365, "length": 2, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "IntegerLiteral", - "offset": 3859, + "offset": 2681, "length": 1, "value": "2" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "IntegerLiteral", - "offset": 3895, + "offset": 2717, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "IntegerLiteral", - "offset": 3988, + "offset": 2810, "length": 1, "value": "0" }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "BooleanLiteral", - "offset": 7330, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "BooleanLiteral", - "offset": 7363, - "length": 5, - "value": "false" - }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Model\/MyIdCameraShape.swift", "kind": "IntegerLiteral", @@ -18943,133 +19223,133 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 4154, + "offset": 4768, "length": 10, "value": "\"location\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "Dictionary", - "offset": 5828, + "offset": 6709, "length": 3, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 5848, + "offset": 6729, "length": 15, "value": "\"Authorization\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 5867, + "offset": 6748, "length": 42, "value": "\"Bearer \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 5908, + "offset": 6789, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 5926, + "offset": 6807, "length": 18, "value": "\"Content-Language\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "Array", - "offset": 6257, + "offset": 7138, "length": 2, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 7004, + "offset": 7885, "length": 8, "value": "\"detail\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 7194, + "offset": 8075, "length": 5, "value": "\"msg\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 7418, + "offset": 8299, "length": 7, "value": "\"error\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "Array", - "offset": 8428, + "offset": 9309, "length": 2, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 8489, + "offset": 9370, "length": 5, "value": "\"ttl\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "IntegerLiteral", - "offset": 8509, + "offset": 9390, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "IntegerLiteral", - "offset": 8543, + "offset": 9424, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "Array", - "offset": 9148, + "offset": 10029, "length": 2, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "BooleanLiteral", - "offset": 9195, + "offset": 10076, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "Array", - "offset": 9343, + "offset": 10224, "length": 2, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "BooleanLiteral", - "offset": 9382, + "offset": 10263, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "BooleanLiteral", - "offset": 9444, + "offset": 10325, "length": 5, "value": "false" }, @@ -19636,350 +19916,483 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 357, + "offset": 377, "length": 11, "value": "\"client_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 640, + "offset": 659, "length": 11, "value": "\"oauth2_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 1058, + "offset": 996, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 1081, + "offset": 1019, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 1174, + "offset": 1112, "length": 10, "value": "\"sdk_hash\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 1334, + "offset": 1272, "length": 11, "value": "\"pass_data\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 1497, + "offset": 1435, "length": 7, "value": "\"pinfl\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1835, - "length": 7, - "value": "\"width\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1867, - "length": 8, - "value": "\"height\"" + "kind": "IntegerLiteral", + "offset": 1882, + "length": 3, + "value": "101" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1901, - "length": 8, - "value": "\"pixels\"" + "kind": "IntegerLiteral", + "offset": 1890, + "length": 2, + "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2221, + "offset": 1961, "length": 12, "value": "\"birth_date\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2258, + "offset": 1998, "length": 17, "value": "\"agreed_on_terms\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2317, + "offset": 2057, "length": 11, "value": "\"client_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2352, + "offset": 2092, "length": 11, "value": "\"threshold\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2407, + "offset": 2147, "length": 13, "value": "\"need_update\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2459, + "offset": 2199, "length": 11, "value": "\"oauth2_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2494, - "length": 19, - "value": "\"photo_from_camera\"" + "offset": 2234, + "length": 8, + "value": "\"device\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2533, - "length": 7, - "value": "\"front\"" + "offset": 2262, + "length": 6, + "value": "\"uuid\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2567, - "length": 7, - "value": "\"depth\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2640, - "length": 8, - "value": "\"device\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2668, - "length": 6, - "value": "\"uuid\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2711, + "offset": 2305, "length": 10, "value": "\"platform\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2723, + "offset": 2317, "length": 5, "value": "\"iOS\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2746, + "offset": 2340, "length": 8, "value": "\"device\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2778, + "offset": 2372, "length": 7, "value": "\"model\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2787, + "offset": 2381, "length": 85, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2805, + "offset": 2399, "length": 1, "value": "\", \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2837, + "offset": 2431, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2871, + "offset": 2465, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2894, + "offset": 2488, "length": 12, "value": "\"isEmulator\"" }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 2550, + "length": 14, + "value": "\"manufacturer\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 2609, + "length": 12, + "value": "\"sdkVersion\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 2698, + "length": 10, + "value": "\"settings\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 2732, + "length": 9, + "value": "\"is_root\"" + }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "BooleanLiteral", - "offset": 2908, + "offset": 2743, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2935, - "length": 14, - "value": "\"manufacturer\"" + "offset": 2770, + "length": 13, + "value": "\"is_emulator\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2994, - "length": 12, - "value": "\"sdkVersion\"" + "offset": 2833, + "length": 28, + "value": "\"sensor_event_changed_count\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3111, + "offset": 2968, "length": 13, "value": "\"is_resident\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "IntegerLiteral", - "offset": 3238, + "offset": 3095, "length": 2, "value": "36" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3262, + "offset": 3119, "length": 13, "value": "\"external_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "Dictionary", - "offset": 3620, + "offset": 3440, "length": 3, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3640, + "offset": 3460, "length": 15, "value": "\"Authorization\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3659, + "offset": 3479, "length": 42, "value": "\"Bearer \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3700, + "offset": 3520, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3718, + "offset": 3538, "length": 18, "value": "\"Content-Language\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 4738, + "offset": 4040, + "length": 13, + "value": "\"X-Signature\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 4689, + "length": 7, + "value": "\"width\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 4721, + "length": 8, + "value": "\"height\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 4755, + "length": 8, + "value": "\"pixels\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "Array", + "offset": 5052, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 5319, + "length": 30, + "value": "\"zip_\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 5344, + "length": 1, + "value": "\".zip\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 5559, + "length": 12, + "value": "\"image.jpeg\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 5658, + "length": 12, + "value": "\"depth.json\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 6129, + "length": 6, + "value": "\"file\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 6187, + "length": 31, + "value": "\"file_\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 6213, + "length": 1, + "value": "\".zip\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 6270, + "length": 17, + "value": "\"application\/zip\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 6457, + "length": 8, + "value": "\"job_id\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7026, + "length": 15, + "value": "\"Zip not found\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7156, + "length": 25, + "value": "\"Zip directory not found\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7402, + "length": 21, + "value": "\"Signature not found\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7502, + "length": 17, + "value": "\"Image not found\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7893, "length": 8, "value": "\"job_id\"" }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7912, + "length": 2, + "value": "\"\"" + }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "FloatLiteral", - "offset": 4958, + "offset": 8119, "length": 3, "value": "1.0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5486, + "offset": 8647, "length": 6, "value": "\"code\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5542, + "offset": 8703, "length": 11, "value": "\"oauth2_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "Dictionary", - "offset": 5750, + "offset": 8911, "length": 3, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5770, + "offset": 8931, "length": 15, "value": "\"Authorization\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5789, + "offset": 8950, "length": 42, "value": "\"Bearer \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5830, + "offset": 8991, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5848, + "offset": 9009, "length": 18, "value": "\"Content-Language\"" }, @@ -20014,1582 +20427,1596 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "FloatLiteral", - "offset": 2328, + "offset": 2320, "length": 3, "value": "0.6" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 3014, + "offset": 3006, "length": 42, "value": "\"UIDeviceOrientationDidChangeNotification\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 4878, + "offset": 4897, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 5013, + "offset": 5032, "length": 1, "value": "2" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 5057, + "offset": 5076, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 5243, + "offset": 5262, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 5272, + "offset": 5291, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 7106, + "offset": 5816, "length": 15, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 7120, + "offset": 5830, "length": 1, "value": "\"\"" }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", + "kind": "StringLiteral", + "offset": 6124, + "length": 21, + "value": "\"Message: \"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", + "kind": "StringLiteral", + "offset": 6144, + "length": 2, + "value": "\"\"" + }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 7488, + "offset": 6261, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 7534, + "offset": 6307, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 7578, + "offset": 6351, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 7628, + "offset": 6401, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 7691, + "offset": 6464, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 8309, + "offset": 7127, "length": 45, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 8353, + "offset": 7171, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "FloatLiteral", - "offset": 8468, + "offset": 7286, "length": 3, "value": "1.0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 8518, + "offset": 7336, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 8574, + "offset": 7392, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 8620, + "offset": 7438, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 8701, + "offset": 7519, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 8744, + "offset": 7562, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 9016, + "offset": 7834, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 9058, + "offset": 7876, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 9098, + "offset": 7916, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 9144, + "offset": 7962, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 9184, + "offset": 8002, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 9610, + "offset": 8428, "length": 20, "value": "\"myid_icon_not_face\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 9665, + "offset": 8483, "length": 24, "value": "\"myid_icon_advice_third\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 9944, + "offset": 8762, "length": 26, "value": "\"myid_icon_multiple_faces\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 10215, + "offset": 9033, "length": 22, "value": "\"myid_icon_sunglasses\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 10557, + "offset": 9375, "length": 23, "value": "\"myid_icon_eyes_opened\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 10615, + "offset": 9433, "length": 24, "value": "\"myid_icon_advice_third\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 10891, + "offset": 9709, "length": 20, "value": "\"myid_icon_not_face\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11293, + "offset": 10111, "length": 24, "value": "\"myid_icon_advice_first\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11353, + "offset": 10171, "length": 25, "value": "\"myid_icon_advice_second\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11413, + "offset": 10231, "length": 24, "value": "\"myid_icon_advice_third\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11874, + "offset": 10692, "length": 24, "value": "\"myid_icon_advice_first\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11934, + "offset": 10752, "length": 25, "value": "\"myid_icon_advice_second\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11994, + "offset": 10812, "length": 24, "value": "\"myid_icon_advice_third\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13003, + "offset": 11821, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13052, + "offset": 11870, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13103, + "offset": 11921, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 13359, + "offset": 12177, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13476, + "offset": 12294, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13525, + "offset": 12343, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13572, + "offset": 12390, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13625, + "offset": 12443, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13673, + "offset": 12491, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13727, + "offset": 12545, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13778, + "offset": 12596, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 14024, + "offset": 12842, "length": 18, "value": "\"myid_icon_cancel\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14176, + "offset": 12994, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 14263, + "offset": 13081, "length": 17, "value": "\"myid_icon_check\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14416, + "offset": 13234, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14480, + "offset": 13298, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14534, + "offset": 13352, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14606, + "offset": 13424, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 14827, + "offset": 13645, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14874, + "offset": 13692, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15045, + "offset": 13863, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15284, + "offset": 14102, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15382, + "offset": 14200, "length": 4, "value": "3600" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15420, + "offset": 14238, "length": 4, "value": "3600" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15427, + "offset": 14245, "length": 2, "value": "60" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15463, + "offset": 14281, "length": 4, "value": "3600" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15470, + "offset": 14288, "length": 2, "value": "60" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15505, + "offset": 14323, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15533, + "offset": 14351, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15561, + "offset": 14379, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15593, + "offset": 14411, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15620, + "offset": 14438, "length": 30, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15629, + "offset": 14447, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15649, + "offset": 14467, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15677, + "offset": 14495, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15704, + "offset": 14522, "length": 31, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15713, + "offset": 14531, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15734, + "offset": 14552, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15777, + "offset": 14595, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15806, + "offset": 14624, "length": 34, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15817, + "offset": 14635, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15839, + "offset": 14657, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15869, + "offset": 14687, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15898, + "offset": 14716, "length": 35, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15909, + "offset": 14727, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15932, + "offset": 14750, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15975, + "offset": 14793, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16004, + "offset": 14822, "length": 34, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16015, + "offset": 14833, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16037, + "offset": 14855, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 16067, + "offset": 14885, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16096, + "offset": 14914, "length": 35, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16107, + "offset": 14925, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16130, + "offset": 14948, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16166, + "offset": 14984, "length": 41, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16178, + "offset": 14996, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16192, + "offset": 15010, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16206, + "offset": 15024, "length": 28, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16233, + "offset": 15051, "length": 4, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16245, + "offset": 15063, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 16527, + "offset": 15345, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 16568, + "offset": 15386, "length": 1, "value": "2" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 16775, + "offset": 15593, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16930, + "offset": 15748, "length": 17, "value": "\"myid_icon_check\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 17015, + "offset": 15833, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 17134, + "offset": 15952, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 17468, + "offset": 16286, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 17885, + "offset": 16703, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18048, + "offset": 16866, "length": 3, "value": "180" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18119, + "offset": 16937, "length": 2, "value": "45" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18289, + "offset": 17107, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18629, + "offset": 17447, "length": 2, "value": "25" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18634, + "offset": 17452, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18704, + "offset": 17522, "length": 2, "value": "90" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 19320, + "offset": 18138, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 19388, + "offset": 18206, "length": 2, "value": "40" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 19457, + "offset": 18275, "length": 2, "value": "40" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 19586, + "offset": 18404, "length": 3, "value": "160" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 19659, + "offset": 18477, "length": 2, "value": "40" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 20067, + "offset": 18885, "length": 2, "value": "24" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 20106, + "offset": 18924, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 20180, + "offset": 18998, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 20477, + "offset": 19295, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 20573, + "offset": 19391, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 20614, + "offset": 19432, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 20872, + "offset": 19639, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 21622, + "offset": 20389, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 21664, + "offset": 20431, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 21817, + "offset": 20584, "length": 2, "value": "24" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 21925, + "offset": 20692, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 22115, + "offset": 20882, "length": 17, "value": "\"myid_icon_error\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 22301, + "offset": 21068, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 22363, + "offset": 21130, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 22420, + "offset": 21187, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 22623, + "offset": 21390, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 22822, + "offset": 21589, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 22913, + "offset": 21680, "length": 2, "value": "16" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23035, + "offset": 21802, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23046, + "offset": 21813, "length": 1, "value": "2" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "FloatLiteral", - "offset": 23092, + "offset": 21859, "length": 4, "value": "0.15" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23139, + "offset": 21906, "length": 1, "value": "5" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23196, + "offset": 21963, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23206, + "offset": 21973, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23218, + "offset": 21985, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23229, + "offset": 21996, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 23291, + "offset": 22058, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 23361, + "offset": 22128, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23427, + "offset": 22194, "length": 2, "value": "16" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23467, + "offset": 22234, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 23725, + "offset": 22492, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 23945, + "offset": 22712, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 24012, + "offset": 22779, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 24057, + "offset": 22824, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 24231, + "offset": 22998, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 24282, + "offset": 23049, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 24411, + "offset": 23178, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 24483, + "offset": 23250, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 24831, + "offset": 23598, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 24899, + "offset": 23666, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 24945, + "offset": 23712, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 25122, + "offset": 23889, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 25174, + "offset": 23941, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 25306, + "offset": 24073, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 25379, + "offset": 24146, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 25727, + "offset": 24494, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 25794, + "offset": 24561, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 25839, + "offset": 24606, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 26013, + "offset": 24780, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 26064, + "offset": 24831, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 26193, + "offset": 24960, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 26265, + "offset": 25032, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 26572, + "offset": 25339, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 26951, + "offset": 25718, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 27117, + "offset": 25884, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 27467, + "offset": 26234, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28111, + "offset": 26878, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "FloatLiteral", - "offset": 28207, + "offset": 26974, "length": 3, "value": "0.2" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28251, + "offset": 27018, "length": 2, "value": "16" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28306, + "offset": 27073, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28316, + "offset": 27083, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28328, + "offset": 27095, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28339, + "offset": 27106, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 28398, + "offset": 27165, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 28527, + "offset": 27294, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 28717, + "offset": 27484, "length": 16, "value": "\"myid_icon_call\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 28900, + "offset": 27667, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 29089, + "offset": 27856, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 29175, + "offset": 27942, "length": 2, "value": "17" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 29213, + "offset": 27980, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 29447, + "offset": 28214, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 30337, + "offset": 29104, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 30956, + "offset": 29723, "length": 3, "value": "100" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31027, + "offset": 29794, "length": 3, "value": "100" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31185, + "offset": 29952, "length": 1, "value": "8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31285, + "offset": 30052, "length": 2, "value": "-8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31446, + "offset": 30213, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31551, + "offset": 30318, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31669, + "offset": 30436, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31775, + "offset": 30542, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31892, + "offset": 30659, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31997, + "offset": 30764, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32086, + "offset": 30853, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32160, + "offset": 30927, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32249, + "offset": 31016, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32324, + "offset": 31091, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32412, + "offset": 31179, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32486, + "offset": 31253, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32617, + "offset": 31384, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32721, + "offset": 31488, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32827, + "offset": 31594, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32910, + "offset": 31677, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33010, + "offset": 31777, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33112, + "offset": 31879, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33267, + "offset": 32034, "length": 1, "value": "8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33364, + "offset": 32131, "length": 2, "value": "-8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33444, + "offset": 32211, "length": 2, "value": "32" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33512, + "offset": 32279, "length": 2, "value": "32" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33594, + "offset": 32361, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33683, + "offset": 32450, "length": 2, "value": "10" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33779, + "offset": 32546, "length": 3, "value": "-10" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 34190, + "offset": 32957, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 34375, + "offset": 33142, "length": 30, "value": "\"+998\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 34404, + "offset": 33171, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 34461, + "offset": 33228, "length": 22, "value": "\"telprompt:\/\/\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 34482, + "offset": 33249, "length": 3, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "Dictionary", - "offset": 34619, + "offset": 33386, "length": 3, "value": "[]" }, @@ -21614,6 +22041,13 @@ "length": 2, "value": "2" }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 2, + "value": "3" + }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", "kind": "IntegerLiteral", @@ -21635,6 +22069,13 @@ "length": 2, "value": "2" }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 2, + "value": "3" + }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Jose\/CompressionImplementation\/DeflateWrapper.swift", "kind": "IntegerLiteral", @@ -21704,6 +22145,111 @@ "offset": 1836, "length": 5, "value": "false" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphoneos\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 754, + "length": 24, + "value": "\"myid_icon_advice_first\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphoneos\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 931, + "length": 25, + "value": "\"myid_icon_advice_second\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphoneos\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1107, + "length": 24, + "value": "\"myid_icon_advice_third\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphoneos\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1286, + "length": 26, + "value": "\"myid_icon_driver_license\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphoneos\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1461, + "length": 23, + "value": "\"myid_icon_eyes_opened\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphoneos\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1624, + "length": 18, + "value": "\"myid_icon_idcard\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphoneos\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1797, + "length": 26, + "value": "\"myid_icon_multiple_faces\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphoneos\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1966, + "length": 20, + "value": "\"myid_icon_not_face\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphoneos\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2130, + "length": 20, + "value": "\"myid_icon_passport\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphoneos\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2298, + "length": 22, + "value": "\"myid_icon_sunglasses\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphoneos\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2456, + "length": 16, + "value": "\"myid_icon_call\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphoneos\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2612, + "length": 18, + "value": "\"myid_icon_cancel\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphoneos\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2768, + "length": 17, + "value": "\"myid_icon_check\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphoneos\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2923, + "length": 17, + "value": "\"myid_icon_error\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphoneos\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3082, + "length": 19, + "value": "\"myid_icon_scanner\"" } ] } \ No newline at end of file diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.private.swiftinterface b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.private.swiftinterface index db0d0e3b5b3412749e2422cfae9f600da1b6ebfe..556cf4e805cf70ca2ead9779d6ff7b5eaa946d2c 100644 --- a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -1,6 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation import CoreImage.CIFilterBuiltins @@ -10,6 +10,7 @@ import Compression import CoreImage import CoreVideo import CryptoKit +import DeveloperToolsSupport import Foundation import LocalAuthentication @_exported import MyIdSDK @@ -20,6 +21,7 @@ import UIKit import Vision import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims @_inheritsConvenienceInitializers @objc public class MyIdResult : ObjectiveC.NSObject { @objc public var image: UIKit.UIImage? @objc public var code: Swift.String? @@ -185,6 +187,7 @@ extension Swift.String : Swift.Error { case RU = 0 case EN case UZ + case KY public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.swiftdoc b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.swiftdoc index d51e77b06851ca173c82e6b6cbd84b5384522692..d18ae8a0399d31979c8e877251f18071dae2959a 100644 Binary files a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.swiftdoc and b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.swiftinterface b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.swiftinterface index db0d0e3b5b3412749e2422cfae9f600da1b6ebfe..556cf4e805cf70ca2ead9779d6ff7b5eaa946d2c 100644 --- a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.swiftinterface +++ b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,6 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation import CoreImage.CIFilterBuiltins @@ -10,6 +10,7 @@ import Compression import CoreImage import CoreVideo import CryptoKit +import DeveloperToolsSupport import Foundation import LocalAuthentication @_exported import MyIdSDK @@ -20,6 +21,7 @@ import UIKit import Vision import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims @_inheritsConvenienceInitializers @objc public class MyIdResult : ObjectiveC.NSObject { @objc public var image: UIKit.UIImage? @objc public var code: Swift.String? @@ -185,6 +187,7 @@ extension Swift.String : Swift.Error { case RU = 0 case EN case UZ + case KY public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/module.modulemap b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/module.modulemap index 0da5aab10afe8eadfabf16e224b1b97f26e84690..84c6cfa0c2bbcc5bd8f56f8e1404c5b1aa1b6655 100644 --- a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/module.modulemap +++ b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/module.modulemap @@ -1,7 +1,7 @@ framework module MyIdSDK { umbrella header "MyIdSDK.h" - export * + module * { export * } } diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/MyIdSDK b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/MyIdSDK index c2cc586e4047975e442d30039a59e6af43aa604f..c7a6bb7c780fe83231ccc2fa1931b4e82b983b1f 100755 Binary files a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/MyIdSDK and b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/MyIdSDK differ diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Assets.car b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Assets.car index 9710fab7877b5c70becaa185168e43cbe0b490b5..38ba08e895a3dbc8674c7c86dfff4671bcbd310c 100644 Binary files a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Assets.car and b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Assets.car differ diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Headers/MyIdSDK-Swift.h b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Headers/MyIdSDK-Swift.h index 98510740703a578236798ce78f038809a102721f..8bf74a1f13061a4e0788da01434898983b2fd4ac 100644 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Headers/MyIdSDK-Swift.h +++ b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Headers/MyIdSDK-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) #ifndef MYIDSDK_SWIFT_H #define MYIDSDK_SWIFT_H #pragma clang diagnostic push @@ -42,12 +42,18 @@ #include #endif #if defined(__cplusplus) -#if __has_include() +#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 @@ -246,6 +252,17 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #else # 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) @@ -402,6 +419,7 @@ typedef SWIFT_ENUM(NSInteger, MyIdLocale, open) { MyIdLocaleRU = 0, MyIdLocaleEN = 1, MyIdLocaleUZ = 2, + MyIdLocaleKY = 3, }; @class UIImage; @@ -457,17 +475,19 @@ SWIFT_AVAILABILITY(ios,introduced=13.0) -#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.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) #ifndef MYIDSDK_SWIFT_H #define MYIDSDK_SWIFT_H #pragma clang diagnostic push @@ -509,12 +529,18 @@ SWIFT_AVAILABILITY(ios,introduced=13.0) #include #endif #if defined(__cplusplus) -#if __has_include() +#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 @@ -713,6 +739,17 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #else # 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) @@ -869,6 +906,7 @@ typedef SWIFT_ENUM(NSInteger, MyIdLocale, open) { MyIdLocaleRU = 0, MyIdLocaleEN = 1, MyIdLocaleUZ = 2, + MyIdLocaleKY = 3, }; @class UIImage; @@ -924,12 +962,14 @@ SWIFT_AVAILABILITY(ios,introduced=13.0) -#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/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Info.plist b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Info.plist index e6464738af169dde94aeeb6a05cefdf9bbfe95e9..ae89be24edd3254bbc53c42ab88a7f156f3e98a8 100644 Binary files a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Info.plist and b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Info.plist differ diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.abi.json b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.abi.json index bf94c2238d744ddc2e5968ab77744f9af14496cc..d90e46d2f586012ff0a2e56869ddc41145aa492c 100644 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +++ b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -8013,6 +8013,13 @@ "declKind": "Import", "moduleName": "MyIdSDK" }, + { + "kind": "Import", + "name": "ZipArchive", + "printedName": "ZipArchive", + "declKind": "Import", + "moduleName": "MyIdSDK" + }, { "kind": "Import", "name": "UIKit", @@ -8189,6 +8196,47 @@ ], "fixedbinaryorder": 2 }, + { + "kind": "Var", + "name": "KY", + "printedName": "KY", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MyIdSDK.MyIdLocale.Type) -> MyIdSDK.MyIdLocale", + "children": [ + { + "kind": "TypeNominal", + "name": "MyIdLocale", + "printedName": "MyIdSDK.MyIdLocale", + "usr": "c:@M@MyIdSDK@E@MyIdLocale" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MyIdSDK.MyIdLocale.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MyIdLocale", + "printedName": "MyIdSDK.MyIdLocale", + "usr": "c:@M@MyIdSDK@E@MyIdLocale" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MyIdSDK@E@MyIdLocale@MyIdLocaleKY", + "mangledName": "$s7MyIdSDK0aB6LocaleO2KYyA2CmF", + "moduleName": "MyIdSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, { "kind": "Constructor", "name": "init", @@ -8732,6 +8780,34 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "MyIdSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "MyIdSDK" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "MyIdSDK" + }, + { + "kind": "Import", + "name": "DeveloperToolsSupport", + "printedName": "DeveloperToolsSupport", + "declKind": "Import", + "moduleName": "MyIdSDK" + }, { "kind": "TypeDecl", "name": "String", @@ -9360,33 +9436,19 @@ "usr": "s:10Foundation4DataV", "mangledName": "$s10Foundation4DataV", "moduleName": "Foundation", + "intro_Macosx": "10.10", + "intro_iOS": "8.0", + "intro_tvOS": "9.0", + "intro_watchOS": "2.0", "declAttributes": [ - "Frozen" + "Frozen", + "Available", + "Available", + "Available", + "Available" ], "isExternal": true, "conformances": [ - { - "kind": "Conformance", - "name": "ReferenceConvertible", - "printedName": "ReferenceConvertible", - "children": [ - { - "kind": "TypeWitness", - "name": "ReferenceType", - "printedName": "ReferenceType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSData", - "printedName": "Foundation.NSData", - "usr": "c:objc(cs)NSData" - } - ] - } - ], - "usr": "s:10Foundation20ReferenceConvertibleP", - "mangledName": "$s10Foundation20ReferenceConvertibleP" - }, { "kind": "Conformance", "name": "Equatable", @@ -9779,24 +9841,25 @@ }, { "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" + "name": "ReferenceConvertible", + "printedName": "ReferenceConvertible", + "children": [ + { + "kind": "TypeWitness", + "name": "ReferenceType", + "printedName": "ReferenceType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSData", + "printedName": "Foundation.NSData", + "usr": "c:objc(cs)NSData" + } + ] + } + ], + "usr": "s:10Foundation20ReferenceConvertibleP", + "mangledName": "$s10Foundation20ReferenceConvertibleP" }, { "kind": "Conformance", @@ -9820,6 +9883,27 @@ "usr": "s:s21_ObjectiveCBridgeableP", "mangledName": "$ss21_ObjectiveCBridgeableP" }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -14477,1456 +14561,1652 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2117, + "offset": 2118, + "length": 57, + "value": "\"Камерага кирүүгө тыюу салынды\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 2212, "length": 55, "value": "\"Ilova uchun kameradan foydalanishga ruxsat berilmagan\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2314, + "offset": 2409, "length": 10, "value": "\"Continue\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2362, + "offset": 2457, "length": 22, "value": "\"Продолжить\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2421, + "offset": 2516, "length": 13, "value": "\"Davom etish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2573, + "offset": 2668, "length": 6, "value": "\"Exit\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2617, + "offset": 2712, "length": 12, "value": "\"Выйти\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2666, + "offset": 2762, + "length": 12, + "value": "\"Чыгуу\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 2811, "length": 9, "value": "\"Chiqish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2818, + "offset": 2963, "length": 11, "value": "\"Try again\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2867, + "offset": 3012, "length": 38, "value": "\"Попробовать еще раз\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2942, + "offset": 3089, + "length": 54, + "value": "\"Дагы бир жолу аракет кылыңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 3180, "length": 22, "value": "\"Qayta urinib ko'ring\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3106, + "offset": 3344, "length": 16, "value": "\"Driver license\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3160, + "offset": 3398, "length": 53, "value": "\"Водительское удостоверение\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3250, + "offset": 3488, "length": 26, "value": "\"Haydovchilik guvohnomasi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3424, + "offset": 3662, "length": 15, "value": "\"Date of birth\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3477, + "offset": 3715, "length": 27, "value": "\"Дата рождения\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3541, + "offset": 3779, "length": 15, "value": "\"Tug'ilgan kun\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3711, + "offset": 3949, "length": 12, "value": "\"dd.mm.yyyy\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3761, + "offset": 3999, "length": 20, "value": "\"дд.мм.гггг\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3818, + "offset": 4056, "length": 12, "value": "\"kk.oo.yyyy\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3968, + "offset": 4206, "length": 5, "value": "\"PIN\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4011, + "offset": 4249, "length": 12, "value": "\"ПИНФЛ\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4060, + "offset": 4298, "length": 9, "value": "\"JSHSHIR\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4214, + "offset": 4452, "length": 38, "value": "\"Serial and number of passport or PIN\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4290, + "offset": 4528, "length": 61, "value": "\"Серия и номер паспорта или ПИНФЛ\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4388, + "offset": 4626, "length": 39, "value": "\"Pasport seriyasi, raqami yoki JSHSHIR\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4583, + "offset": 4821, "length": 17, "value": "\"AA1234567 | PIN\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4638, + "offset": 4876, "length": 24, "value": "\"AA1234567 | ПИНФЛ\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4699, + "offset": 4937, "length": 21, "value": "\"AA1234567 | JSHSHIR\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4853, + "offset": 5091, "length": 6, "value": "\"hour\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4897, + "offset": 5135, "length": 8, "value": "\"час\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4942, + "offset": 5180, "length": 6, "value": "\"soat\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5082, + "offset": 5320, "length": 7, "value": "\"hours\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5127, + "offset": 5365, "length": 8, "value": "\"час\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5172, + "offset": 5410, "length": 6, "value": "\"soat\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5313, + "offset": 5551, "length": 9, "value": "\"ID Card\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5360, + "offset": 5598, "length": 9, "value": "\"ID Card\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5406, + "offset": 5644, "length": 10, "value": "\"ID Karta\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5551, + "offset": 5789, "length": 8, "value": "\"minute\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5597, + "offset": 5835, "length": 8, "value": "\"мин\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5642, + "offset": 5880, "length": 8, "value": "\"daqiqa\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5786, + "offset": 6024, "length": 9, "value": "\"minutes\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5833, + "offset": 6071, "length": 8, "value": "\"мин\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5878, + "offset": 6116, "length": 8, "value": "\"daqiqa\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6028, + "offset": 6266, "length": 97, "value": "\"Customer Service \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6124, + "offset": 6362, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6163, + "offset": 6401, "length": 139, "value": "\"Служба поддержки пользователей \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6301, + "offset": 6539, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 6578, + "length": 118, + "value": "\"Колдонуучуну колдоо \"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 6695, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6339, + "offset": 6733, "length": 109, "value": "\"Mijozlarga xizmat ko'rsatish \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6447, + "offset": 6841, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6593, + "offset": 6987, "length": 42, "value": "\"Point the camera at the driver's license\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6673, + "offset": 7067, "length": 105, "value": "\"Наведите камеру телефона на водительское удостоверение\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6815, + "offset": 7209, "length": 64, "value": "\"Telefoningiz kamerasini haydovchilik guvohnomasiga olib keling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7026, + "offset": 7420, "length": 29, "value": "\"Eyes closed or not detected\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7093, + "offset": 7487, "length": 60, "value": "\"Глаза закрыты или не обнаружены\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7190, + "offset": 7584, "length": 32, "value": "\"Ko'zlar yopiq yoki aniqlanmadi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7366, + "offset": 7760, "length": 32, "value": "\"Make sure your eyes are opened\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7436, + "offset": 7830, "length": 61, "value": "\"Убедитесь, что Ваши глаза окрыты\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7534, + "offset": 7930, + "length": 60, + "value": "\"Көзүңүз капталганын текшериңиз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 8027, "length": 52, "value": "\"Ko'zlaringiz ochiq ekanligiga ishonch hosil qiling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7734, + "offset": 8227, "length": 25, "value": "\"Keep your head straight\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7797, + "offset": 8290, "length": 40, "value": "\"Держите голову прямо\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7874, + "offset": 8370, + "length": 44, + "value": "\"Башыңызды түз кармаңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 8451, "length": 26, "value": "\"Boshingizni tekis tuting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8046, + "offset": 8623, "length": 15, "value": "\"Keep straight\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8099, + "offset": 8676, "length": 31, "value": "\"Держитесь ровно\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8167, + "offset": 8745, + "length": 15, + "value": "\"Түз тур\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 8797, "length": 18, "value": "\"To'g'riga qarang\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8327, + "offset": 8957, "length": 47, "value": "\"Make sure your face is in the dedicated space\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8412, + "offset": 9042, "length": 114, "value": "\"Убедитесь, что Ваше лицо находится в выделенном пространстве\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8563, + "offset": 9195, + "length": 90, + "value": "\"Бетиңиз бөлүнгөн мейкиндикте экенин текшериңиз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 9322, "length": 66, "value": "\"Sizning yuzingiz belgilangan maydon ichida bo'lishini ta'minlang\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8776, + "offset": 9535, "length": 22, "value": "\"Face not fully shown\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8836, + "offset": 9595, "length": 101, "value": "\"Лицо не полностью попало в кадр или не отчетливо видно\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8974, + "offset": 9733, "length": 52, "value": "\"Yuz aniq ko'rinmadi yoki to'liq tasvirga tushmagan\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9168, + "offset": 9927, "length": 23, "value": "\"Move away from camera\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9229, + "offset": 9988, "length": 31, "value": "\"Отойдите дальше\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9297, + "offset": 10060, + "length": 27, + "value": "\"Артка жылыңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 10124, "length": 26, "value": "\"Kameradan uzoqroq turing\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9466, + "offset": 10293, "length": 13, "value": "\"Come closer\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9517, + "offset": 10344, "length": 31, "value": "\"Подойдите ближе\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9585, + "offset": 10416, + "length": 37, + "value": "\"Жакыныраак жылыңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 10490, "length": 26, "value": "\"Kameraga yaqinroq keling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9755, + "offset": 10660, "length": 117, "value": "\"Due to a large number of unsuccessful attempts, your access to the identification service is temporarily restricted\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9910, + "offset": 10815, "length": 186, "value": "\"Из-за большого количества неуспешных попыток Вам временно ограничен доступ к сервису идентификации\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10133, + "offset": 11038, "length": 111, "value": "\"Ko'p sonli muvaffaqiyatsiz urinishlar tufayli identifikatsiya xizmatidan foydalanishingiz vaqtincha cheklandi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10396, + "offset": 11301, "length": 16, "value": "\"Open your eyes\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10450, + "offset": 11355, "length": 29, "value": "\"Откройте глаза\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10516, + "offset": 11421, "length": 23, "value": "\"Ko'zlaringizni oching\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10688, + "offset": 11593, "length": 31, "value": "\"Look straight into the camera\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10757, + "offset": 11662, "length": 45, "value": "\"Смотрите прямо в камеру\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10839, + "offset": 11744, "length": 36, "value": "\"To'g'ridan-to'g'ri kameraga qarang\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11025, + "offset": 11930, "length": 38, "value": "\"Wipe the front camera of your device\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11101, + "offset": 12006, "length": 82, "value": "\"Протрите фронтальную камеру Вашего девайса\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11220, + "offset": 12127, + "length": 81, + "value": "\"Аппаратыңыздын алдыңкы камерасын сүртүңүз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 12245, "length": 92, "value": "\"Qurilmangizning old kamerasi tiniqligiga ishonch hosil qiling (old kamerani artib qo'ying)\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11463, + "offset": 12488, "length": 32, "value": "\"Hold your device at face level\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11533, + "offset": 12558, "length": 63, "value": "\"Держите Ваш девайс на уровне лица\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11633, + "offset": 12660, + "length": 67, + "value": "\"Аппаратты жүз деңгээлинде кармаңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 12764, "length": 47, "value": "\"Smartfoningizni yuzingiz balandligida saqlang\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11830, + "offset": 12961, "length": 87, "value": "\"Make sure the room is well lit, otherwise go to a window or walk into a more lit room\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11955, + "offset": 13086, "length": 224, "value": "\"Убедитесь, что помещение достаточно освещенное, в ином случае подойдите к окну или пройдите в более освещенное помещение\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12216, + "offset": 13350, + "length": 203, + "value": "\"Бөлмө жетиштүү жарыктандырылганын текшериңиз, антпесе терезеге барыңыз же жарыктандырылган бөлмөгө барыңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 13590, "length": 87, "value": "\"Xona yetarlicha yoritilganligiga ishonch hosil qiling, aks holda yorug' xonaga o'ting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12453, + "offset": 13827, "length": 44, "value": "\"There must be only one person in the image\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12535, + "offset": 13909, "length": 55, "value": "\"В кадре должно быть одно лицо\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12627, + "offset": 14001, "length": 41, "value": "\"Tasvirda faqat bitta yuz bo'lishi kerak\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12815, + "offset": 14189, "length": 23, "value": "\"Take off your glasses\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12876, + "offset": 14250, "length": 25, "value": "\"Снимите очки\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12938, + "offset": 14312, "length": 34, "value": "\"Ko'zoynaklaringizni yechib oling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13124, + "offset": 14498, "length": 24, "value": "\"Head rotation detected\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13186, + "offset": 14560, "length": 51, "value": "\"Голова повернута в сторону\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13274, + "offset": 14648, "length": 27, "value": "\"Bosh yon tomonga burilgan\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13439, + "offset": 14813, "length": 34, "value": "\"Point your camera at the QR code\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13511, + "offset": 14885, "length": 46, "value": "\"Наведите камеру на QR-код\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13594, + "offset": 14968, "length": 70, "value": "\"Telefoningiz kamerasini ID kartangizning QR kod tomoniga olib keling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13803, + "offset": 15177, "length": 31, "value": "\"Identification is in progress\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13872, + "offset": 15246, "length": 49, "value": "\"Проводится идентификация\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13958, + "offset": 15332, "length": 37, "value": "\"Identifikatsiya amalga oshirilmoqda\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14148, + "offset": 15522, "length": 28, "value": "\"Several faces in the image\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14214, + "offset": 15588, "length": 59, "value": "\"В кадр попало более одного лица\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14310, + "offset": 15684, "length": 35, "value": "\"Tasvirda bir nechta yuz aniqlandi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14485, + "offset": 15859, "length": 46, "value": "\"Point your camera at the passport photo page\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14569, + "offset": 15943, "length": 94, "value": "\"Наведите камеру к странице паспорта с фотографией\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14700, + "offset": 16074, "length": 70, "value": "\"Telefoningiz kamerasini pasportingizning rasm sahifasiga olib keling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14914, + "offset": 16288, "length": 15, "value": "\"Sending photo\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14967, + "offset": 16341, "length": 27, "value": "\"Отправка фото\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15031, + "offset": 16406, + "length": 27, + "value": "\"Сүрөт жөнөтүу\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 16470, "length": 19, "value": "\"Rasm yuborilmoqda\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15200, + "offset": 16639, "length": 21, "value": "\"Sunglasses detected\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15259, + "offset": 16698, "length": 31, "value": "\"Обнаружены очки\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15327, + "offset": 16766, "length": 24, "value": "\"Ko'zoynaklar aniqlandi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15509, + "offset": 16948, "length": 30, "value": "\"You can try again in \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15538, + "offset": 16977, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15577, + "offset": 17016, "length": 72, "value": "\"Вы снова можете попробовать через \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15648, + "offset": 17087, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15686, + "offset": 17125, "length": 52, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15694, + "offset": 17133, "length": 3, "value": "\" dan keyin qayta urinib ko'rishingiz mumkin\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15881, + "offset": 17320, "length": 23, "value": "\"You can try again now\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15942, + "offset": 17381, "length": 66, "value": "\"Вы снова можете попробовать сейчас\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16045, + "offset": 17484, "length": 34, "value": "\"Qayta urinib ko'rishingiz mumkin\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16223, + "offset": 17662, "length": 58, "value": "\"You may be able to authenticate by trying the following:\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16319, + "offset": 17758, "length": 112, "value": "\"Возможно, Вы сможете пройти идентификацию пробуя следующее:\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16468, + "offset": 17911, + "length": 104, + "value": "\"Төмөнкүлөрдү колдонуп, идентификациядан өтсөңүз болот:\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 18052, "length": 55, "value": "\"Quyidagilarni amalga oshirishingizni tavsiya qilamiz:\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16663, + "offset": 18247, "length": 14, "value": "\"Non-resident\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16715, + "offset": 18299, "length": 22, "value": "\"Нерезидент\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16774, + "offset": 18358, "length": 12, "value": "\"Norezident\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16923, + "offset": 18507, "length": 10, "value": "\"Passport\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16971, + "offset": 18555, "length": 16, "value": "\"Паспорт\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17024, + "offset": 18608, "length": 9, "value": "\"Pasport\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17181, + "offset": 18765, "length": 57, "value": "\"* Identification is carried out for non-resident's data\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17276, + "offset": 18860, "length": 116, "value": "\"* Идентификация будет производиться по данным для нерезидента\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17429, + "offset": 19013, "length": 69, "value": "\"* Identifikatsiya norezident ma'lumotlariga ko'ra amalga oshiriladi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17633, + "offset": 19217, "length": 8, "value": "\"second\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17679, + "offset": 19263, "length": 8, "value": "\"сек\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17724, + "offset": 19308, "length": 8, "value": "\"soniya\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17868, + "offset": 19452, "length": 9, "value": "\"seconds\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17915, + "offset": 19499, "length": 8, "value": "\"сек\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17960, + "offset": 19544, "length": 8, "value": "\"soniya\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18115, + "offset": 19699, "length": 19, "value": "\"Login or register\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18172, + "offset": 19756, "length": 40, "value": "\"Вход или регистрация\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18249, + "offset": 19833, "length": 31, "value": "\"Kirish yoki ro'yxatdan o'tish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18421, + "offset": 20005, "length": 19, "value": "\"Access restricted\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18478, + "offset": 20062, "length": 33, "value": "\"Доступ ограничен\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18548, + "offset": 20132, "length": 28, "value": "\"Xizmat vaqtincha cheklandi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18722, + "offset": 20306, "length": 21, "value": "\"Bad or blurry image\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18781, + "offset": 20365, "length": 39, "value": "\"Размытая фотография\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18857, - "length": 41, - "value": "\"Sur'atning sifati past yoki sur'at xira\"" + "offset": 20444, + "length": 27, + "value": "\"Бүдөмүк сүрөт\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19051, + "offset": 20508, + "length": 41, + "value": "\"Sur'atning sifati past yoki sur'at xira\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 20702, "length": 28, "value": "\"Failed to confirm liveness\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19117, + "offset": 20768, "length": 67, "value": "\"Не удалось подтвердить жизненность\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19221, + "offset": 20872, "length": 26, "value": "\"Hayotiylik tasdiqlanmadi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19394, + "offset": 21045, "length": 26, "value": "\"Choose the document type\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19458, + "offset": 21109, "length": 44, "value": "\"Выберите тип документа\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19539, + "offset": 21190, "length": 23, "value": "\"Hujjat turini tanlang\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19707, + "offset": 21358, "length": 8, "value": "\"Cancel\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19753, + "offset": 21404, "length": 14, "value": "\"Отмена\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19804, + "offset": 21455, "length": 14, "value": "\"Bekor qilish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19962, + "offset": 21613, "length": 7, "value": "\"Allow\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20007, + "offset": 21658, "length": 20, "value": "\"Разрешать\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20064, + "offset": 21715, "length": 15, "value": "\"Ruxsat berish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20224, + "offset": 21875, "length": 16, "value": "\"Go to settings\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20278, + "offset": 21929, "length": 40, "value": "\"Перейти к настройкам\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20355, + "offset": 22006, "length": 21, "value": "\"Sozlamalarga o'tish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20536, + "offset": 22187, "length": 52, "value": "\"Permission denied but required for basic functions\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20626, + "offset": 22277, "length": 117, "value": "\"В разрешении было отказано, но необходимо для основных функций\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20780, + "offset": 22431, "length": 66, "value": "\"Ruxsat rad etildi, lekin asosiy funksiyalar uchun talab qilinadi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20980, + "offset": 22631, "length": 31, "value": "\"Client ID should not be empty\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21037, + "offset": 22688, "length": 58, "value": "\"Укажите идентификатор клиента\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21121, + "offset": 22772, + "length": 58, + "value": "\"Укажите идентификатор клиента\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 22856, "length": 33, "value": "\"Mijoz identifikatorini kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21286, + "offset": 23021, "length": 33, "value": "\"Client Hash should not be empty\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21345, + "offset": 23080, + "length": 28, + "value": "\"Укажите Client Hash\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 23134, "length": 28, "value": "\"Укажите Client Hash\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21399, + "offset": 23188, "length": 25, "value": "\"Client Hash-ni kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21558, + "offset": 23347, "length": 36, "value": "\"Client Hash ID should not be empty\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21620, + "offset": 23409, + "length": 31, + "value": "\"Укажите Client Hash Id\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 23466, "length": 31, "value": "\"Укажите Client Hash Id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21677, + "offset": 23523, "length": 28, "value": "\"Client Hash ID-ni kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21839, + "offset": 23685, "length": 36, "value": "\"Passport field should not be empty\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21901, + "offset": 23747, + "length": 90, + "value": "\"Укажите серию и номер паспорта\/ID карты или ПИНФЛ\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 23863, "length": 90, "value": "\"Укажите серию и номер паспорта\/ID карты или ПИНФЛ\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22017, + "offset": 23979, "length": 64, "value": "\"Pasport\/ID- karta seriyasi va raqamini yoki JSHSHIRni kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22206, + "offset": 24168, "length": 35, "value": "\"Date of birth should not be empty\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22267, + "offset": 24229, "length": 42, "value": "\"Укажите дату рождения\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22335, + "offset": 24297, + "length": 42, + "value": "\"Укажите дату рождения\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 24365, "length": 27, "value": "\"Tug'ilgan sanani kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22506, + "offset": 24536, "length": 75, "value": "\"Either passport (9 characters) or PINFL (14 characters) should be entered\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22607, + "offset": 24637, + "length": 137, + "value": "\"Пожалуйста введите реквизиты паспорта (9 символов), либо ПИНФЛ (14 символов)\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 24800, "length": 137, "value": "\"Пожалуйста введите реквизиты паспорта (9 символов), либо ПИНФЛ (14 символов)\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22770, + "offset": 24963, "length": 77, "value": "\"Iltimos pasport ma'lumotlarini (9 belgi) yoki JSHSHIRni (14 belgi) kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22981, + "offset": 25174, "length": 38, "value": "\"Incorrect passport series and number\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23045, + "offset": 25238, + "length": 60, + "value": "\"Неверная серия и номер паспорта\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 25324, "length": 60, "value": "\"Неверная серия и номер паспорта\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23131, + "offset": 25410, "length": 36, "value": "\"Pasport seriya va raqami noto'g'ri\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23298, + "offset": 25577, "length": 17, "value": "\"Incorrect PINFL\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23341, + "offset": 25620, + "length": 29, + "value": "\"Неверный ПИНФЛ\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 25675, "length": 29, "value": "\"Неверный ПИНФЛ\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23396, + "offset": 25730, "length": 19, "value": "\"JSHSHIR noto'g'ri\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23544, + "offset": 25878, "length": 35, "value": "\"Incorrect format of date of birth\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23605, + "offset": 25939, + "length": 57, + "value": "\"Неверный формат даты рождения\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 26022, "length": 57, "value": "\"Неверный формат даты рождения\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23688, + "offset": 26105, "length": 34, "value": "\"Tug'ilgan sana formati noto'g'ri\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23859, + "offset": 26276, "length": 51, "value": "\"Users under age of \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23885, + "offset": 26302, "length": 6, "value": "\" cannot use this service\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23936, + "offset": 26353, + "length": 117, + "value": "\"Пользователи младше \"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 26398, + "length": 6, + "value": "\" лет не могут воспользоваться сервисом\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 26496, "length": 117, "value": "\"Пользователи младше \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23981, + "offset": 26541, "length": 6, "value": "\" лет не могут воспользоваться сервисом\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 24079, + "offset": 26639, "length": 68, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 24086, + "offset": 26646, "length": 7, "value": "\" yoshdan kichik foydalanuvchilar xizmatdan foydalana olmaydi\"" }, @@ -15982,7 +16262,14 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", "kind": "StringLiteral", - "offset": 4474, + "offset": 4298, + "length": 4, + "value": "\"ky\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", + "kind": "StringLiteral", + "offset": 4504, "length": 5, "value": "\"102\"" }, @@ -16248,72 +16535,114 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 153, - "length": 24, - "value": "\"https:\/\/myid.uz\/api\/v1\"" + "offset": 247, + "length": 12, + "value": "\"devmyid.uz\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 211, - "length": 27, - "value": "\"https:\/\/devmyid.uz\/api\/v1\"" + "offset": 296, + "length": 9, + "value": "\"myid.uz\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 365, + "length": 25, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 385, + "length": 1, + "value": "\"\/api\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", "offset": 433, + "length": 32, + "value": "\"https:\/\/upload.\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 460, + "length": 1, + "value": "\"\/api\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 521, "length": 35, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 446, + "offset": 531, "length": 1, - "value": "\"\/oauth2\/authorization\"" + "value": "\"\/v1\/oauth2\/authorization\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 528, + "offset": 616, "length": 61, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 541, + "offset": 626, + "length": 1, + "value": "\"\/v2\/authentication\/sdk-authentication-request-task\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 737, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 749, "length": 1, - "value": "\"\/authentication\/sdk-authentication-request-task\"" + "value": "\"\/v1\/upload-tiny\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 655, + "offset": 827, "length": 63, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 668, + "offset": 837, "length": 1, - "value": "\"\/authentication\/sdk-authentication-request-status\"" + "value": "\"\/v1\/authentication\/sdk-authentication-request-status\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 777, + "offset": 948, "length": 38, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 790, + "offset": 958, "length": 1, - "value": "\"\/oauth2\/authorize-client\"" + "value": "\"\/v1\/oauth2\/authorize-client\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Jose\/RSA\/RSAUtils.swift", @@ -16481,7 +16810,7 @@ "kind": "StringLiteral", "offset": 184, "length": 7, - "value": "\"2.2.5\"" + "value": "\"2.2.6\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Constants.swift", @@ -17437,106 +17766,134 @@ }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", - "kind": "Dictionary", - "offset": 899, - "length": 3, - "value": "[]" + "kind": "StringLiteral", + "offset": 593, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", + "kind": "StringLiteral", + "offset": 626, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", + "kind": "StringLiteral", + "offset": 665, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 2, + "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 956, + "offset": 770, "length": 11, "value": "\"pass_data\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 991, + "offset": 805, "length": 12, "value": "\"birth_date\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 1028, + "offset": 842, "length": 19, "value": "\"photo_from_camera\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 1078, + "offset": 892, "length": 11, "value": "\"client_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 1318, + "offset": 1132, "length": 13, "value": "\"X-Signature\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 1356, + "offset": 1170, "length": 10, "value": "\"X-Number\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "Array", - "offset": 1524, + "offset": 1338, "length": 20, "value": "[\"1\", \"2\", \"3\", \"4\"]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "Array", - "offset": 1579, + "offset": 1393, "length": 40, "value": "[\"1\", \"2\", \"3\", \"4\", \"5\", \"6\", \"7\", \"8\"]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 2336, + "offset": 2003, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", + "kind": "StringLiteral", + "offset": 2157, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "IntegerLiteral", - "offset": 2438, + "offset": 2259, "length": 1, "value": "8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "IntegerLiteral", - "offset": 2470, + "offset": 2291, "length": 1, "value": "8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "IntegerLiteral", - "offset": 3039, + "offset": 2860, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 3189, + "offset": 3010, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 3215, + "offset": 3036, "length": 6, "value": "\"%02x\"" }, @@ -17571,136 +17928,59 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "StringLiteral", - "offset": 1068, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1103, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1140, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1369, - "length": 24, - "value": "\"Image Processing Queue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "Array", - "offset": 1444, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1881, + "offset": 647, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "StringLiteral", - "offset": 1978, - "length": 39, - "value": "\"data:image\/png;base64,\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 2016, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 2608, + "offset": 682, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "StringLiteral", - "offset": 2747, - "length": 39, - "value": "\"data:image\/png;base64,\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 2785, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 3160, + "offset": 1949, "length": 24, "value": "\"Pixel format not found\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "IntegerLiteral", - "offset": 3192, + "offset": 1981, "length": 3, "value": "400" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "Array", - "offset": 3543, + "offset": 2365, "length": 2, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "IntegerLiteral", - "offset": 3859, + "offset": 2681, "length": 1, "value": "2" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "IntegerLiteral", - "offset": 3895, + "offset": 2717, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "IntegerLiteral", - "offset": 3988, + "offset": 2810, "length": 1, "value": "0" }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "BooleanLiteral", - "offset": 7330, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "BooleanLiteral", - "offset": 7363, - "length": 5, - "value": "false" - }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Model\/MyIdCameraShape.swift", "kind": "IntegerLiteral", @@ -18943,133 +19223,133 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 4154, + "offset": 4768, "length": 10, "value": "\"location\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "Dictionary", - "offset": 5828, + "offset": 6709, "length": 3, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 5848, + "offset": 6729, "length": 15, "value": "\"Authorization\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 5867, + "offset": 6748, "length": 42, "value": "\"Bearer \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 5908, + "offset": 6789, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 5926, + "offset": 6807, "length": 18, "value": "\"Content-Language\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "Array", - "offset": 6257, + "offset": 7138, "length": 2, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 7004, + "offset": 7885, "length": 8, "value": "\"detail\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 7194, + "offset": 8075, "length": 5, "value": "\"msg\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 7418, + "offset": 8299, "length": 7, "value": "\"error\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "Array", - "offset": 8428, + "offset": 9309, "length": 2, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 8489, + "offset": 9370, "length": 5, "value": "\"ttl\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "IntegerLiteral", - "offset": 8509, + "offset": 9390, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "IntegerLiteral", - "offset": 8543, + "offset": 9424, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "Array", - "offset": 9148, + "offset": 10029, "length": 2, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "BooleanLiteral", - "offset": 9195, + "offset": 10076, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "Array", - "offset": 9343, + "offset": 10224, "length": 2, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "BooleanLiteral", - "offset": 9382, + "offset": 10263, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "BooleanLiteral", - "offset": 9444, + "offset": 10325, "length": 5, "value": "false" }, @@ -19636,350 +19916,483 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 357, + "offset": 377, "length": 11, "value": "\"client_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 640, + "offset": 659, "length": 11, "value": "\"oauth2_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 1058, + "offset": 996, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 1081, + "offset": 1019, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 1174, + "offset": 1112, "length": 10, "value": "\"sdk_hash\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 1334, + "offset": 1272, "length": 11, "value": "\"pass_data\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 1497, + "offset": 1435, "length": 7, "value": "\"pinfl\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1835, - "length": 7, - "value": "\"width\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1867, - "length": 8, - "value": "\"height\"" + "kind": "IntegerLiteral", + "offset": 1882, + "length": 3, + "value": "101" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1901, - "length": 8, - "value": "\"pixels\"" + "kind": "IntegerLiteral", + "offset": 1890, + "length": 2, + "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2221, + "offset": 1961, "length": 12, "value": "\"birth_date\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2258, + "offset": 1998, "length": 17, "value": "\"agreed_on_terms\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2317, + "offset": 2057, "length": 11, "value": "\"client_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2352, + "offset": 2092, "length": 11, "value": "\"threshold\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2407, + "offset": 2147, "length": 13, "value": "\"need_update\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2459, + "offset": 2199, "length": 11, "value": "\"oauth2_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2494, - "length": 19, - "value": "\"photo_from_camera\"" + "offset": 2234, + "length": 8, + "value": "\"device\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2533, - "length": 7, - "value": "\"front\"" + "offset": 2262, + "length": 6, + "value": "\"uuid\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2567, - "length": 7, - "value": "\"depth\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2640, - "length": 8, - "value": "\"device\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2668, - "length": 6, - "value": "\"uuid\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2711, + "offset": 2305, "length": 10, "value": "\"platform\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2723, + "offset": 2317, "length": 5, "value": "\"iOS\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2746, + "offset": 2340, "length": 8, "value": "\"device\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2778, + "offset": 2372, "length": 7, "value": "\"model\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2787, + "offset": 2381, "length": 85, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2805, + "offset": 2399, "length": 1, "value": "\", \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2837, + "offset": 2431, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2871, + "offset": 2465, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2894, + "offset": 2488, "length": 12, "value": "\"isEmulator\"" }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 2550, + "length": 14, + "value": "\"manufacturer\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 2609, + "length": 12, + "value": "\"sdkVersion\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 2698, + "length": 10, + "value": "\"settings\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 2732, + "length": 9, + "value": "\"is_root\"" + }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "BooleanLiteral", - "offset": 2908, + "offset": 2743, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2935, - "length": 14, - "value": "\"manufacturer\"" + "offset": 2770, + "length": 13, + "value": "\"is_emulator\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2994, - "length": 12, - "value": "\"sdkVersion\"" + "offset": 2833, + "length": 28, + "value": "\"sensor_event_changed_count\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3111, + "offset": 2968, "length": 13, "value": "\"is_resident\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "IntegerLiteral", - "offset": 3238, + "offset": 3095, "length": 2, "value": "36" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3262, + "offset": 3119, "length": 13, "value": "\"external_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "Dictionary", - "offset": 3620, + "offset": 3440, "length": 3, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3640, + "offset": 3460, "length": 15, "value": "\"Authorization\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3659, + "offset": 3479, "length": 42, "value": "\"Bearer \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3700, + "offset": 3520, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3718, + "offset": 3538, "length": 18, "value": "\"Content-Language\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 4738, + "offset": 4040, + "length": 13, + "value": "\"X-Signature\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 4689, + "length": 7, + "value": "\"width\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 4721, + "length": 8, + "value": "\"height\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 4755, + "length": 8, + "value": "\"pixels\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "Array", + "offset": 5052, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 5319, + "length": 30, + "value": "\"zip_\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 5344, + "length": 1, + "value": "\".zip\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 5559, + "length": 12, + "value": "\"image.jpeg\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 5658, + "length": 12, + "value": "\"depth.json\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 6129, + "length": 6, + "value": "\"file\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 6187, + "length": 31, + "value": "\"file_\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 6213, + "length": 1, + "value": "\".zip\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 6270, + "length": 17, + "value": "\"application\/zip\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 6457, + "length": 8, + "value": "\"job_id\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7026, + "length": 15, + "value": "\"Zip not found\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7156, + "length": 25, + "value": "\"Zip directory not found\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7402, + "length": 21, + "value": "\"Signature not found\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7502, + "length": 17, + "value": "\"Image not found\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7893, "length": 8, "value": "\"job_id\"" }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7912, + "length": 2, + "value": "\"\"" + }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "FloatLiteral", - "offset": 4958, + "offset": 8119, "length": 3, "value": "1.0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5486, + "offset": 8647, "length": 6, "value": "\"code\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5542, + "offset": 8703, "length": 11, "value": "\"oauth2_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "Dictionary", - "offset": 5750, + "offset": 8911, "length": 3, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5770, + "offset": 8931, "length": 15, "value": "\"Authorization\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5789, + "offset": 8950, "length": 42, "value": "\"Bearer \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5830, + "offset": 8991, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5848, + "offset": 9009, "length": 18, "value": "\"Content-Language\"" }, @@ -20014,1582 +20427,1596 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "FloatLiteral", - "offset": 2328, + "offset": 2320, "length": 3, "value": "0.6" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 3014, + "offset": 3006, "length": 42, "value": "\"UIDeviceOrientationDidChangeNotification\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 4878, + "offset": 4897, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 5013, + "offset": 5032, "length": 1, "value": "2" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 5057, + "offset": 5076, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 5243, + "offset": 5262, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 5272, + "offset": 5291, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 7106, + "offset": 5816, "length": 15, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 7120, + "offset": 5830, "length": 1, "value": "\"\"" }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", + "kind": "StringLiteral", + "offset": 6124, + "length": 21, + "value": "\"Message: \"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", + "kind": "StringLiteral", + "offset": 6144, + "length": 2, + "value": "\"\"" + }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 7488, + "offset": 6261, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 7534, + "offset": 6307, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 7578, + "offset": 6351, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 7628, + "offset": 6401, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 7691, + "offset": 6464, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 8309, + "offset": 7127, "length": 45, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 8353, + "offset": 7171, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "FloatLiteral", - "offset": 8468, + "offset": 7286, "length": 3, "value": "1.0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 8518, + "offset": 7336, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 8574, + "offset": 7392, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 8620, + "offset": 7438, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 8701, + "offset": 7519, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 8744, + "offset": 7562, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 9016, + "offset": 7834, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 9058, + "offset": 7876, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 9098, + "offset": 7916, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 9144, + "offset": 7962, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 9184, + "offset": 8002, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 9610, + "offset": 8428, "length": 20, "value": "\"myid_icon_not_face\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 9665, + "offset": 8483, "length": 24, "value": "\"myid_icon_advice_third\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 9944, + "offset": 8762, "length": 26, "value": "\"myid_icon_multiple_faces\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 10215, + "offset": 9033, "length": 22, "value": "\"myid_icon_sunglasses\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 10557, + "offset": 9375, "length": 23, "value": "\"myid_icon_eyes_opened\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 10615, + "offset": 9433, "length": 24, "value": "\"myid_icon_advice_third\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 10891, + "offset": 9709, "length": 20, "value": "\"myid_icon_not_face\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11293, + "offset": 10111, "length": 24, "value": "\"myid_icon_advice_first\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11353, + "offset": 10171, "length": 25, "value": "\"myid_icon_advice_second\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11413, + "offset": 10231, "length": 24, "value": "\"myid_icon_advice_third\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11874, + "offset": 10692, "length": 24, "value": "\"myid_icon_advice_first\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11934, + "offset": 10752, "length": 25, "value": "\"myid_icon_advice_second\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11994, + "offset": 10812, "length": 24, "value": "\"myid_icon_advice_third\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13003, + "offset": 11821, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13052, + "offset": 11870, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13103, + "offset": 11921, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 13359, + "offset": 12177, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13476, + "offset": 12294, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13525, + "offset": 12343, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13572, + "offset": 12390, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13625, + "offset": 12443, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13673, + "offset": 12491, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13727, + "offset": 12545, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13778, + "offset": 12596, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 14024, + "offset": 12842, "length": 18, "value": "\"myid_icon_cancel\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14176, + "offset": 12994, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 14263, + "offset": 13081, "length": 17, "value": "\"myid_icon_check\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14416, + "offset": 13234, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14480, + "offset": 13298, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14534, + "offset": 13352, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14606, + "offset": 13424, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 14827, + "offset": 13645, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14874, + "offset": 13692, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15045, + "offset": 13863, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15284, + "offset": 14102, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15382, + "offset": 14200, "length": 4, "value": "3600" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15420, + "offset": 14238, "length": 4, "value": "3600" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15427, + "offset": 14245, "length": 2, "value": "60" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15463, + "offset": 14281, "length": 4, "value": "3600" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15470, + "offset": 14288, "length": 2, "value": "60" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15505, + "offset": 14323, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15533, + "offset": 14351, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15561, + "offset": 14379, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15593, + "offset": 14411, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15620, + "offset": 14438, "length": 30, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15629, + "offset": 14447, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15649, + "offset": 14467, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15677, + "offset": 14495, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15704, + "offset": 14522, "length": 31, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15713, + "offset": 14531, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15734, + "offset": 14552, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15777, + "offset": 14595, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15806, + "offset": 14624, "length": 34, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15817, + "offset": 14635, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15839, + "offset": 14657, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15869, + "offset": 14687, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15898, + "offset": 14716, "length": 35, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15909, + "offset": 14727, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15932, + "offset": 14750, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15975, + "offset": 14793, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16004, + "offset": 14822, "length": 34, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16015, + "offset": 14833, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16037, + "offset": 14855, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 16067, + "offset": 14885, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16096, + "offset": 14914, "length": 35, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16107, + "offset": 14925, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16130, + "offset": 14948, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16166, + "offset": 14984, "length": 41, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16178, + "offset": 14996, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16192, + "offset": 15010, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16206, + "offset": 15024, "length": 28, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16233, + "offset": 15051, "length": 4, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16245, + "offset": 15063, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 16527, + "offset": 15345, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 16568, + "offset": 15386, "length": 1, "value": "2" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 16775, + "offset": 15593, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16930, + "offset": 15748, "length": 17, "value": "\"myid_icon_check\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 17015, + "offset": 15833, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 17134, + "offset": 15952, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 17468, + "offset": 16286, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 17885, + "offset": 16703, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18048, + "offset": 16866, "length": 3, "value": "180" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18119, + "offset": 16937, "length": 2, "value": "45" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18289, + "offset": 17107, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18629, + "offset": 17447, "length": 2, "value": "25" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18634, + "offset": 17452, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18704, + "offset": 17522, "length": 2, "value": "90" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 19320, + "offset": 18138, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 19388, + "offset": 18206, "length": 2, "value": "40" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 19457, + "offset": 18275, "length": 2, "value": "40" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 19586, + "offset": 18404, "length": 3, "value": "160" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 19659, + "offset": 18477, "length": 2, "value": "40" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 20067, + "offset": 18885, "length": 2, "value": "24" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 20106, + "offset": 18924, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 20180, + "offset": 18998, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 20477, + "offset": 19295, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 20573, + "offset": 19391, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 20614, + "offset": 19432, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 20872, + "offset": 19639, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 21622, + "offset": 20389, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 21664, + "offset": 20431, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 21817, + "offset": 20584, "length": 2, "value": "24" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 21925, + "offset": 20692, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 22115, + "offset": 20882, "length": 17, "value": "\"myid_icon_error\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 22301, + "offset": 21068, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 22363, + "offset": 21130, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 22420, + "offset": 21187, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 22623, + "offset": 21390, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 22822, + "offset": 21589, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 22913, + "offset": 21680, "length": 2, "value": "16" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23035, + "offset": 21802, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23046, + "offset": 21813, "length": 1, "value": "2" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "FloatLiteral", - "offset": 23092, + "offset": 21859, "length": 4, "value": "0.15" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23139, + "offset": 21906, "length": 1, "value": "5" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23196, + "offset": 21963, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23206, + "offset": 21973, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23218, + "offset": 21985, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23229, + "offset": 21996, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 23291, + "offset": 22058, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 23361, + "offset": 22128, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23427, + "offset": 22194, "length": 2, "value": "16" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23467, + "offset": 22234, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 23725, + "offset": 22492, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 23945, + "offset": 22712, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 24012, + "offset": 22779, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 24057, + "offset": 22824, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 24231, + "offset": 22998, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 24282, + "offset": 23049, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 24411, + "offset": 23178, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 24483, + "offset": 23250, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 24831, + "offset": 23598, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 24899, + "offset": 23666, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 24945, + "offset": 23712, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 25122, + "offset": 23889, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 25174, + "offset": 23941, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 25306, + "offset": 24073, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 25379, + "offset": 24146, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 25727, + "offset": 24494, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 25794, + "offset": 24561, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 25839, + "offset": 24606, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 26013, + "offset": 24780, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 26064, + "offset": 24831, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 26193, + "offset": 24960, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 26265, + "offset": 25032, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 26572, + "offset": 25339, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 26951, + "offset": 25718, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 27117, + "offset": 25884, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 27467, + "offset": 26234, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28111, + "offset": 26878, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "FloatLiteral", - "offset": 28207, + "offset": 26974, "length": 3, "value": "0.2" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28251, + "offset": 27018, "length": 2, "value": "16" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28306, + "offset": 27073, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28316, + "offset": 27083, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28328, + "offset": 27095, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28339, + "offset": 27106, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 28398, + "offset": 27165, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 28527, + "offset": 27294, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 28717, + "offset": 27484, "length": 16, "value": "\"myid_icon_call\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 28900, + "offset": 27667, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 29089, + "offset": 27856, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 29175, + "offset": 27942, "length": 2, "value": "17" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 29213, + "offset": 27980, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 29447, + "offset": 28214, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 30337, + "offset": 29104, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 30956, + "offset": 29723, "length": 3, "value": "100" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31027, + "offset": 29794, "length": 3, "value": "100" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31185, + "offset": 29952, "length": 1, "value": "8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31285, + "offset": 30052, "length": 2, "value": "-8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31446, + "offset": 30213, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31551, + "offset": 30318, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31669, + "offset": 30436, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31775, + "offset": 30542, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31892, + "offset": 30659, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31997, + "offset": 30764, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32086, + "offset": 30853, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32160, + "offset": 30927, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32249, + "offset": 31016, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32324, + "offset": 31091, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32412, + "offset": 31179, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32486, + "offset": 31253, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32617, + "offset": 31384, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32721, + "offset": 31488, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32827, + "offset": 31594, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32910, + "offset": 31677, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33010, + "offset": 31777, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33112, + "offset": 31879, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33267, + "offset": 32034, "length": 1, "value": "8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33364, + "offset": 32131, "length": 2, "value": "-8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33444, + "offset": 32211, "length": 2, "value": "32" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33512, + "offset": 32279, "length": 2, "value": "32" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33594, + "offset": 32361, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33683, + "offset": 32450, "length": 2, "value": "10" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33779, + "offset": 32546, "length": 3, "value": "-10" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 34190, + "offset": 32957, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 34375, + "offset": 33142, "length": 30, "value": "\"+998\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 34404, + "offset": 33171, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 34461, + "offset": 33228, "length": 22, "value": "\"telprompt:\/\/\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 34482, + "offset": 33249, "length": 3, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "Dictionary", - "offset": 34619, + "offset": 33386, "length": 3, "value": "[]" }, @@ -21614,6 +22041,13 @@ "length": 2, "value": "2" }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 2, + "value": "3" + }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", "kind": "IntegerLiteral", @@ -21635,6 +22069,13 @@ "length": 2, "value": "2" }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 2, + "value": "3" + }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Jose\/CompressionImplementation\/DeflateWrapper.swift", "kind": "IntegerLiteral", @@ -21704,6 +22145,111 @@ "offset": 1836, "length": 5, "value": "false" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 754, + "length": 24, + "value": "\"myid_icon_advice_first\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 931, + "length": 25, + "value": "\"myid_icon_advice_second\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1107, + "length": 24, + "value": "\"myid_icon_advice_third\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1286, + "length": 26, + "value": "\"myid_icon_driver_license\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1461, + "length": 23, + "value": "\"myid_icon_eyes_opened\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1624, + "length": 18, + "value": "\"myid_icon_idcard\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1797, + "length": 26, + "value": "\"myid_icon_multiple_faces\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1966, + "length": 20, + "value": "\"myid_icon_not_face\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2130, + "length": 20, + "value": "\"myid_icon_passport\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2298, + "length": 22, + "value": "\"myid_icon_sunglasses\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2456, + "length": 16, + "value": "\"myid_icon_call\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2612, + "length": 18, + "value": "\"myid_icon_cancel\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2768, + "length": 17, + "value": "\"myid_icon_check\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2923, + "length": 17, + "value": "\"myid_icon_error\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3082, + "length": 19, + "value": "\"myid_icon_scanner\"" } ] } \ No newline at end of file diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface index bb52553d5d615ba5577002ca915fa264822e2fe9..d38d83ee4951f78bedb1e9d09e6fa48cddb569ff 100644 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -1,6 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation import CoreImage.CIFilterBuiltins @@ -10,6 +10,7 @@ import Compression import CoreImage import CoreVideo import CryptoKit +import DeveloperToolsSupport import Foundation import LocalAuthentication @_exported import MyIdSDK @@ -20,6 +21,7 @@ import UIKit import Vision import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims @_inheritsConvenienceInitializers @objc public class MyIdResult : ObjectiveC.NSObject { @objc public var image: UIKit.UIImage? @objc public var code: Swift.String? @@ -185,6 +187,7 @@ extension Swift.String : Swift.Error { case RU = 0 case EN case UZ + case KY public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc index c7647d3ccbb1e7c72796b1327bda97ddc4f2059e..c5758543dbe305e7c7603c6b5e529438f0869f3c 100644 Binary files a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface index bb52553d5d615ba5577002ca915fa264822e2fe9..d38d83ee4951f78bedb1e9d09e6fa48cddb569ff 100644 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -1,6 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation import CoreImage.CIFilterBuiltins @@ -10,6 +10,7 @@ import Compression import CoreImage import CoreVideo import CryptoKit +import DeveloperToolsSupport import Foundation import LocalAuthentication @_exported import MyIdSDK @@ -20,6 +21,7 @@ import UIKit import Vision import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims @_inheritsConvenienceInitializers @objc public class MyIdResult : ObjectiveC.NSObject { @objc public var image: UIKit.UIImage? @objc public var code: Swift.String? @@ -185,6 +187,7 @@ extension Swift.String : Swift.Error { case RU = 0 case EN case UZ + case KY public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json index bf94c2238d744ddc2e5968ab77744f9af14496cc..d90e46d2f586012ff0a2e56869ddc41145aa492c 100644 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -8013,6 +8013,13 @@ "declKind": "Import", "moduleName": "MyIdSDK" }, + { + "kind": "Import", + "name": "ZipArchive", + "printedName": "ZipArchive", + "declKind": "Import", + "moduleName": "MyIdSDK" + }, { "kind": "Import", "name": "UIKit", @@ -8189,6 +8196,47 @@ ], "fixedbinaryorder": 2 }, + { + "kind": "Var", + "name": "KY", + "printedName": "KY", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MyIdSDK.MyIdLocale.Type) -> MyIdSDK.MyIdLocale", + "children": [ + { + "kind": "TypeNominal", + "name": "MyIdLocale", + "printedName": "MyIdSDK.MyIdLocale", + "usr": "c:@M@MyIdSDK@E@MyIdLocale" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MyIdSDK.MyIdLocale.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MyIdLocale", + "printedName": "MyIdSDK.MyIdLocale", + "usr": "c:@M@MyIdSDK@E@MyIdLocale" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MyIdSDK@E@MyIdLocale@MyIdLocaleKY", + "mangledName": "$s7MyIdSDK0aB6LocaleO2KYyA2CmF", + "moduleName": "MyIdSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, { "kind": "Constructor", "name": "init", @@ -8732,6 +8780,34 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "MyIdSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "MyIdSDK" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "MyIdSDK" + }, + { + "kind": "Import", + "name": "DeveloperToolsSupport", + "printedName": "DeveloperToolsSupport", + "declKind": "Import", + "moduleName": "MyIdSDK" + }, { "kind": "TypeDecl", "name": "String", @@ -9360,33 +9436,19 @@ "usr": "s:10Foundation4DataV", "mangledName": "$s10Foundation4DataV", "moduleName": "Foundation", + "intro_Macosx": "10.10", + "intro_iOS": "8.0", + "intro_tvOS": "9.0", + "intro_watchOS": "2.0", "declAttributes": [ - "Frozen" + "Frozen", + "Available", + "Available", + "Available", + "Available" ], "isExternal": true, "conformances": [ - { - "kind": "Conformance", - "name": "ReferenceConvertible", - "printedName": "ReferenceConvertible", - "children": [ - { - "kind": "TypeWitness", - "name": "ReferenceType", - "printedName": "ReferenceType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSData", - "printedName": "Foundation.NSData", - "usr": "c:objc(cs)NSData" - } - ] - } - ], - "usr": "s:10Foundation20ReferenceConvertibleP", - "mangledName": "$s10Foundation20ReferenceConvertibleP" - }, { "kind": "Conformance", "name": "Equatable", @@ -9779,24 +9841,25 @@ }, { "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" + "name": "ReferenceConvertible", + "printedName": "ReferenceConvertible", + "children": [ + { + "kind": "TypeWitness", + "name": "ReferenceType", + "printedName": "ReferenceType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSData", + "printedName": "Foundation.NSData", + "usr": "c:objc(cs)NSData" + } + ] + } + ], + "usr": "s:10Foundation20ReferenceConvertibleP", + "mangledName": "$s10Foundation20ReferenceConvertibleP" }, { "kind": "Conformance", @@ -9820,6 +9883,27 @@ "usr": "s:s21_ObjectiveCBridgeableP", "mangledName": "$ss21_ObjectiveCBridgeableP" }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -14477,1456 +14561,1652 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2117, + "offset": 2118, + "length": 57, + "value": "\"Камерага кирүүгө тыюу салынды\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 2212, "length": 55, "value": "\"Ilova uchun kameradan foydalanishga ruxsat berilmagan\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2314, + "offset": 2409, "length": 10, "value": "\"Continue\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2362, + "offset": 2457, "length": 22, "value": "\"Продолжить\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2421, + "offset": 2516, "length": 13, "value": "\"Davom etish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2573, + "offset": 2668, "length": 6, "value": "\"Exit\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2617, + "offset": 2712, "length": 12, "value": "\"Выйти\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2666, + "offset": 2762, + "length": 12, + "value": "\"Чыгуу\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 2811, "length": 9, "value": "\"Chiqish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2818, + "offset": 2963, "length": 11, "value": "\"Try again\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2867, + "offset": 3012, "length": 38, "value": "\"Попробовать еще раз\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 2942, + "offset": 3089, + "length": 54, + "value": "\"Дагы бир жолу аракет кылыңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 3180, "length": 22, "value": "\"Qayta urinib ko'ring\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3106, + "offset": 3344, "length": 16, "value": "\"Driver license\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3160, + "offset": 3398, "length": 53, "value": "\"Водительское удостоверение\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3250, + "offset": 3488, "length": 26, "value": "\"Haydovchilik guvohnomasi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3424, + "offset": 3662, "length": 15, "value": "\"Date of birth\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3477, + "offset": 3715, "length": 27, "value": "\"Дата рождения\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3541, + "offset": 3779, "length": 15, "value": "\"Tug'ilgan kun\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3711, + "offset": 3949, "length": 12, "value": "\"dd.mm.yyyy\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3761, + "offset": 3999, "length": 20, "value": "\"дд.мм.гггг\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3818, + "offset": 4056, "length": 12, "value": "\"kk.oo.yyyy\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 3968, + "offset": 4206, "length": 5, "value": "\"PIN\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4011, + "offset": 4249, "length": 12, "value": "\"ПИНФЛ\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4060, + "offset": 4298, "length": 9, "value": "\"JSHSHIR\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4214, + "offset": 4452, "length": 38, "value": "\"Serial and number of passport or PIN\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4290, + "offset": 4528, "length": 61, "value": "\"Серия и номер паспорта или ПИНФЛ\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4388, + "offset": 4626, "length": 39, "value": "\"Pasport seriyasi, raqami yoki JSHSHIR\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4583, + "offset": 4821, "length": 17, "value": "\"AA1234567 | PIN\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4638, + "offset": 4876, "length": 24, "value": "\"AA1234567 | ПИНФЛ\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4699, + "offset": 4937, "length": 21, "value": "\"AA1234567 | JSHSHIR\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4853, + "offset": 5091, "length": 6, "value": "\"hour\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4897, + "offset": 5135, "length": 8, "value": "\"час\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 4942, + "offset": 5180, "length": 6, "value": "\"soat\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5082, + "offset": 5320, "length": 7, "value": "\"hours\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5127, + "offset": 5365, "length": 8, "value": "\"час\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5172, + "offset": 5410, "length": 6, "value": "\"soat\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5313, + "offset": 5551, "length": 9, "value": "\"ID Card\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5360, + "offset": 5598, "length": 9, "value": "\"ID Card\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5406, + "offset": 5644, "length": 10, "value": "\"ID Karta\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5551, + "offset": 5789, "length": 8, "value": "\"minute\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5597, + "offset": 5835, "length": 8, "value": "\"мин\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5642, + "offset": 5880, "length": 8, "value": "\"daqiqa\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5786, + "offset": 6024, "length": 9, "value": "\"minutes\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5833, + "offset": 6071, "length": 8, "value": "\"мин\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 5878, + "offset": 6116, "length": 8, "value": "\"daqiqa\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6028, + "offset": 6266, "length": 97, "value": "\"Customer Service \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6124, + "offset": 6362, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6163, + "offset": 6401, "length": 139, "value": "\"Служба поддержки пользователей \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6301, + "offset": 6539, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 6578, + "length": 118, + "value": "\"Колдонуучуну колдоо \"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 6695, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6339, + "offset": 6733, "length": 109, "value": "\"Mijozlarga xizmat ko'rsatish \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6447, + "offset": 6841, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6593, + "offset": 6987, "length": 42, "value": "\"Point the camera at the driver's license\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6673, + "offset": 7067, "length": 105, "value": "\"Наведите камеру телефона на водительское удостоверение\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 6815, + "offset": 7209, "length": 64, "value": "\"Telefoningiz kamerasini haydovchilik guvohnomasiga olib keling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7026, + "offset": 7420, "length": 29, "value": "\"Eyes closed or not detected\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7093, + "offset": 7487, "length": 60, "value": "\"Глаза закрыты или не обнаружены\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7190, + "offset": 7584, "length": 32, "value": "\"Ko'zlar yopiq yoki aniqlanmadi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7366, + "offset": 7760, "length": 32, "value": "\"Make sure your eyes are opened\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7436, + "offset": 7830, "length": 61, "value": "\"Убедитесь, что Ваши глаза окрыты\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7534, + "offset": 7930, + "length": 60, + "value": "\"Көзүңүз капталганын текшериңиз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 8027, "length": 52, "value": "\"Ko'zlaringiz ochiq ekanligiga ishonch hosil qiling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7734, + "offset": 8227, "length": 25, "value": "\"Keep your head straight\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7797, + "offset": 8290, "length": 40, "value": "\"Держите голову прямо\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 7874, + "offset": 8370, + "length": 44, + "value": "\"Башыңызды түз кармаңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 8451, "length": 26, "value": "\"Boshingizni tekis tuting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8046, + "offset": 8623, "length": 15, "value": "\"Keep straight\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8099, + "offset": 8676, "length": 31, "value": "\"Держитесь ровно\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8167, + "offset": 8745, + "length": 15, + "value": "\"Түз тур\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 8797, "length": 18, "value": "\"To'g'riga qarang\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8327, + "offset": 8957, "length": 47, "value": "\"Make sure your face is in the dedicated space\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8412, + "offset": 9042, "length": 114, "value": "\"Убедитесь, что Ваше лицо находится в выделенном пространстве\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8563, + "offset": 9195, + "length": 90, + "value": "\"Бетиңиз бөлүнгөн мейкиндикте экенин текшериңиз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 9322, "length": 66, "value": "\"Sizning yuzingiz belgilangan maydon ichida bo'lishini ta'minlang\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8776, + "offset": 9535, "length": 22, "value": "\"Face not fully shown\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8836, + "offset": 9595, "length": 101, "value": "\"Лицо не полностью попало в кадр или не отчетливо видно\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 8974, + "offset": 9733, "length": 52, "value": "\"Yuz aniq ko'rinmadi yoki to'liq tasvirga tushmagan\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9168, + "offset": 9927, "length": 23, "value": "\"Move away from camera\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9229, + "offset": 9988, "length": 31, "value": "\"Отойдите дальше\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9297, + "offset": 10060, + "length": 27, + "value": "\"Артка жылыңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 10124, "length": 26, "value": "\"Kameradan uzoqroq turing\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9466, + "offset": 10293, "length": 13, "value": "\"Come closer\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9517, + "offset": 10344, "length": 31, "value": "\"Подойдите ближе\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9585, + "offset": 10416, + "length": 37, + "value": "\"Жакыныраак жылыңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 10490, "length": 26, "value": "\"Kameraga yaqinroq keling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9755, + "offset": 10660, "length": 117, "value": "\"Due to a large number of unsuccessful attempts, your access to the identification service is temporarily restricted\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 9910, + "offset": 10815, "length": 186, "value": "\"Из-за большого количества неуспешных попыток Вам временно ограничен доступ к сервису идентификации\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10133, + "offset": 11038, "length": 111, "value": "\"Ko'p sonli muvaffaqiyatsiz urinishlar tufayli identifikatsiya xizmatidan foydalanishingiz vaqtincha cheklandi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10396, + "offset": 11301, "length": 16, "value": "\"Open your eyes\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10450, + "offset": 11355, "length": 29, "value": "\"Откройте глаза\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10516, + "offset": 11421, "length": 23, "value": "\"Ko'zlaringizni oching\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10688, + "offset": 11593, "length": 31, "value": "\"Look straight into the camera\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10757, + "offset": 11662, "length": 45, "value": "\"Смотрите прямо в камеру\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 10839, + "offset": 11744, "length": 36, "value": "\"To'g'ridan-to'g'ri kameraga qarang\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11025, + "offset": 11930, "length": 38, "value": "\"Wipe the front camera of your device\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11101, + "offset": 12006, "length": 82, "value": "\"Протрите фронтальную камеру Вашего девайса\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11220, + "offset": 12127, + "length": 81, + "value": "\"Аппаратыңыздын алдыңкы камерасын сүртүңүз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 12245, "length": 92, "value": "\"Qurilmangizning old kamerasi tiniqligiga ishonch hosil qiling (old kamerani artib qo'ying)\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11463, + "offset": 12488, "length": 32, "value": "\"Hold your device at face level\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11533, + "offset": 12558, "length": 63, "value": "\"Держите Ваш девайс на уровне лица\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11633, + "offset": 12660, + "length": 67, + "value": "\"Аппаратты жүз деңгээлинде кармаңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 12764, "length": 47, "value": "\"Smartfoningizni yuzingiz balandligida saqlang\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11830, + "offset": 12961, "length": 87, "value": "\"Make sure the room is well lit, otherwise go to a window or walk into a more lit room\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 11955, + "offset": 13086, "length": 224, "value": "\"Убедитесь, что помещение достаточно освещенное, в ином случае подойдите к окну или пройдите в более освещенное помещение\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12216, + "offset": 13350, + "length": 203, + "value": "\"Бөлмө жетиштүү жарыктандырылганын текшериңиз, антпесе терезеге барыңыз же жарыктандырылган бөлмөгө барыңыз\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 13590, "length": 87, "value": "\"Xona yetarlicha yoritilganligiga ishonch hosil qiling, aks holda yorug' xonaga o'ting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12453, + "offset": 13827, "length": 44, "value": "\"There must be only one person in the image\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12535, + "offset": 13909, "length": 55, "value": "\"В кадре должно быть одно лицо\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12627, + "offset": 14001, "length": 41, "value": "\"Tasvirda faqat bitta yuz bo'lishi kerak\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12815, + "offset": 14189, "length": 23, "value": "\"Take off your glasses\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12876, + "offset": 14250, "length": 25, "value": "\"Снимите очки\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 12938, + "offset": 14312, "length": 34, "value": "\"Ko'zoynaklaringizni yechib oling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13124, + "offset": 14498, "length": 24, "value": "\"Head rotation detected\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13186, + "offset": 14560, "length": 51, "value": "\"Голова повернута в сторону\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13274, + "offset": 14648, "length": 27, "value": "\"Bosh yon tomonga burilgan\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13439, + "offset": 14813, "length": 34, "value": "\"Point your camera at the QR code\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13511, + "offset": 14885, "length": 46, "value": "\"Наведите камеру на QR-код\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13594, + "offset": 14968, "length": 70, "value": "\"Telefoningiz kamerasini ID kartangizning QR kod tomoniga olib keling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13803, + "offset": 15177, "length": 31, "value": "\"Identification is in progress\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13872, + "offset": 15246, "length": 49, "value": "\"Проводится идентификация\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 13958, + "offset": 15332, "length": 37, "value": "\"Identifikatsiya amalga oshirilmoqda\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14148, + "offset": 15522, "length": 28, "value": "\"Several faces in the image\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14214, + "offset": 15588, "length": 59, "value": "\"В кадр попало более одного лица\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14310, + "offset": 15684, "length": 35, "value": "\"Tasvirda bir nechta yuz aniqlandi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14485, + "offset": 15859, "length": 46, "value": "\"Point your camera at the passport photo page\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14569, + "offset": 15943, "length": 94, "value": "\"Наведите камеру к странице паспорта с фотографией\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14700, + "offset": 16074, "length": 70, "value": "\"Telefoningiz kamerasini pasportingizning rasm sahifasiga olib keling\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14914, + "offset": 16288, "length": 15, "value": "\"Sending photo\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 14967, + "offset": 16341, "length": 27, "value": "\"Отправка фото\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15031, + "offset": 16406, + "length": 27, + "value": "\"Сүрөт жөнөтүу\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 16470, "length": 19, "value": "\"Rasm yuborilmoqda\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15200, + "offset": 16639, "length": 21, "value": "\"Sunglasses detected\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15259, + "offset": 16698, "length": 31, "value": "\"Обнаружены очки\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15327, + "offset": 16766, "length": 24, "value": "\"Ko'zoynaklar aniqlandi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15509, + "offset": 16948, "length": 30, "value": "\"You can try again in \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15538, + "offset": 16977, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15577, + "offset": 17016, "length": 72, "value": "\"Вы снова можете попробовать через \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15648, + "offset": 17087, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15686, + "offset": 17125, "length": 52, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15694, + "offset": 17133, "length": 3, "value": "\" dan keyin qayta urinib ko'rishingiz mumkin\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15881, + "offset": 17320, "length": 23, "value": "\"You can try again now\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 15942, + "offset": 17381, "length": 66, "value": "\"Вы снова можете попробовать сейчас\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16045, + "offset": 17484, "length": 34, "value": "\"Qayta urinib ko'rishingiz mumkin\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16223, + "offset": 17662, "length": 58, "value": "\"You may be able to authenticate by trying the following:\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16319, + "offset": 17758, "length": 112, "value": "\"Возможно, Вы сможете пройти идентификацию пробуя следующее:\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16468, + "offset": 17911, + "length": 104, + "value": "\"Төмөнкүлөрдү колдонуп, идентификациядан өтсөңүз болот:\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 18052, "length": 55, "value": "\"Quyidagilarni amalga oshirishingizni tavsiya qilamiz:\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16663, + "offset": 18247, "length": 14, "value": "\"Non-resident\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16715, + "offset": 18299, "length": 22, "value": "\"Нерезидент\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16774, + "offset": 18358, "length": 12, "value": "\"Norezident\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16923, + "offset": 18507, "length": 10, "value": "\"Passport\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 16971, + "offset": 18555, "length": 16, "value": "\"Паспорт\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17024, + "offset": 18608, "length": 9, "value": "\"Pasport\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17181, + "offset": 18765, "length": 57, "value": "\"* Identification is carried out for non-resident's data\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17276, + "offset": 18860, "length": 116, "value": "\"* Идентификация будет производиться по данным для нерезидента\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17429, + "offset": 19013, "length": 69, "value": "\"* Identifikatsiya norezident ma'lumotlariga ko'ra amalga oshiriladi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17633, + "offset": 19217, "length": 8, "value": "\"second\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17679, + "offset": 19263, "length": 8, "value": "\"сек\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17724, + "offset": 19308, "length": 8, "value": "\"soniya\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17868, + "offset": 19452, "length": 9, "value": "\"seconds\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17915, + "offset": 19499, "length": 8, "value": "\"сек\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 17960, + "offset": 19544, "length": 8, "value": "\"soniya\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18115, + "offset": 19699, "length": 19, "value": "\"Login or register\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18172, + "offset": 19756, "length": 40, "value": "\"Вход или регистрация\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18249, + "offset": 19833, "length": 31, "value": "\"Kirish yoki ro'yxatdan o'tish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18421, + "offset": 20005, "length": 19, "value": "\"Access restricted\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18478, + "offset": 20062, "length": 33, "value": "\"Доступ ограничен\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18548, + "offset": 20132, "length": 28, "value": "\"Xizmat vaqtincha cheklandi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18722, + "offset": 20306, "length": 21, "value": "\"Bad or blurry image\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18781, + "offset": 20365, "length": 39, "value": "\"Размытая фотография\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 18857, - "length": 41, - "value": "\"Sur'atning sifati past yoki sur'at xira\"" + "offset": 20444, + "length": 27, + "value": "\"Бүдөмүк сүрөт\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19051, + "offset": 20508, + "length": 41, + "value": "\"Sur'atning sifati past yoki sur'at xira\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 20702, "length": 28, "value": "\"Failed to confirm liveness\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19117, + "offset": 20768, "length": 67, "value": "\"Не удалось подтвердить жизненность\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19221, + "offset": 20872, "length": 26, "value": "\"Hayotiylik tasdiqlanmadi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19394, + "offset": 21045, "length": 26, "value": "\"Choose the document type\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19458, + "offset": 21109, "length": 44, "value": "\"Выберите тип документа\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19539, + "offset": 21190, "length": 23, "value": "\"Hujjat turini tanlang\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19707, + "offset": 21358, "length": 8, "value": "\"Cancel\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19753, + "offset": 21404, "length": 14, "value": "\"Отмена\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19804, + "offset": 21455, "length": 14, "value": "\"Bekor qilish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 19962, + "offset": 21613, "length": 7, "value": "\"Allow\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20007, + "offset": 21658, "length": 20, "value": "\"Разрешать\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20064, + "offset": 21715, "length": 15, "value": "\"Ruxsat berish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20224, + "offset": 21875, "length": 16, "value": "\"Go to settings\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20278, + "offset": 21929, "length": 40, "value": "\"Перейти к настройкам\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20355, + "offset": 22006, "length": 21, "value": "\"Sozlamalarga o'tish\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20536, + "offset": 22187, "length": 52, "value": "\"Permission denied but required for basic functions\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20626, + "offset": 22277, "length": 117, "value": "\"В разрешении было отказано, но необходимо для основных функций\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20780, + "offset": 22431, "length": 66, "value": "\"Ruxsat rad etildi, lekin asosiy funksiyalar uchun talab qilinadi\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 20980, + "offset": 22631, "length": 31, "value": "\"Client ID should not be empty\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21037, + "offset": 22688, "length": 58, "value": "\"Укажите идентификатор клиента\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21121, + "offset": 22772, + "length": 58, + "value": "\"Укажите идентификатор клиента\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 22856, "length": 33, "value": "\"Mijoz identifikatorini kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21286, + "offset": 23021, "length": 33, "value": "\"Client Hash should not be empty\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21345, + "offset": 23080, + "length": 28, + "value": "\"Укажите Client Hash\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 23134, "length": 28, "value": "\"Укажите Client Hash\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21399, + "offset": 23188, "length": 25, "value": "\"Client Hash-ni kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21558, + "offset": 23347, "length": 36, "value": "\"Client Hash ID should not be empty\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21620, + "offset": 23409, + "length": 31, + "value": "\"Укажите Client Hash Id\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 23466, "length": 31, "value": "\"Укажите Client Hash Id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21677, + "offset": 23523, "length": 28, "value": "\"Client Hash ID-ni kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21839, + "offset": 23685, "length": 36, "value": "\"Passport field should not be empty\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 21901, + "offset": 23747, + "length": 90, + "value": "\"Укажите серию и номер паспорта\/ID карты или ПИНФЛ\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 23863, "length": 90, "value": "\"Укажите серию и номер паспорта\/ID карты или ПИНФЛ\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22017, + "offset": 23979, "length": 64, "value": "\"Pasport\/ID- karta seriyasi va raqamini yoki JSHSHIRni kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22206, + "offset": 24168, "length": 35, "value": "\"Date of birth should not be empty\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22267, + "offset": 24229, "length": 42, "value": "\"Укажите дату рождения\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22335, + "offset": 24297, + "length": 42, + "value": "\"Укажите дату рождения\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 24365, "length": 27, "value": "\"Tug'ilgan sanani kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22506, + "offset": 24536, "length": 75, "value": "\"Either passport (9 characters) or PINFL (14 characters) should be entered\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22607, + "offset": 24637, + "length": 137, + "value": "\"Пожалуйста введите реквизиты паспорта (9 символов), либо ПИНФЛ (14 символов)\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 24800, "length": 137, "value": "\"Пожалуйста введите реквизиты паспорта (9 символов), либо ПИНФЛ (14 символов)\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22770, + "offset": 24963, "length": 77, "value": "\"Iltimos pasport ma'lumotlarini (9 belgi) yoki JSHSHIRni (14 belgi) kiriting\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 22981, + "offset": 25174, "length": 38, "value": "\"Incorrect passport series and number\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23045, + "offset": 25238, + "length": 60, + "value": "\"Неверная серия и номер паспорта\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 25324, "length": 60, "value": "\"Неверная серия и номер паспорта\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23131, + "offset": 25410, "length": 36, "value": "\"Pasport seriya va raqami noto'g'ri\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23298, + "offset": 25577, "length": 17, "value": "\"Incorrect PINFL\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23341, + "offset": 25620, + "length": 29, + "value": "\"Неверный ПИНФЛ\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 25675, "length": 29, "value": "\"Неверный ПИНФЛ\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23396, + "offset": 25730, "length": 19, "value": "\"JSHSHIR noto'g'ri\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23544, + "offset": 25878, "length": 35, "value": "\"Incorrect format of date of birth\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23605, + "offset": 25939, + "length": 57, + "value": "\"Неверный формат даты рождения\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 26022, "length": 57, "value": "\"Неверный формат даты рождения\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23688, + "offset": 26105, "length": 34, "value": "\"Tug'ilgan sana formati noto'g'ri\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23859, + "offset": 26276, "length": 51, "value": "\"Users under age of \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23885, + "offset": 26302, "length": 6, "value": "\" cannot use this service\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23936, + "offset": 26353, + "length": 117, + "value": "\"Пользователи младше \"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 26398, + "length": 6, + "value": "\" лет не могут воспользоваться сервисом\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", + "kind": "StringLiteral", + "offset": 26496, "length": 117, "value": "\"Пользователи младше \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 23981, + "offset": 26541, "length": 6, "value": "\" лет не могут воспользоваться сервисом\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 24079, + "offset": 26639, "length": 68, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", "kind": "StringLiteral", - "offset": 24086, + "offset": 26646, "length": 7, "value": "\" yoshdan kichik foydalanuvchilar xizmatdan foydalana olmaydi\"" }, @@ -15982,7 +16262,14 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", "kind": "StringLiteral", - "offset": 4474, + "offset": 4298, + "length": 4, + "value": "\"ky\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", + "kind": "StringLiteral", + "offset": 4504, "length": 5, "value": "\"102\"" }, @@ -16248,72 +16535,114 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 153, - "length": 24, - "value": "\"https:\/\/myid.uz\/api\/v1\"" + "offset": 247, + "length": 12, + "value": "\"devmyid.uz\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 211, - "length": 27, - "value": "\"https:\/\/devmyid.uz\/api\/v1\"" + "offset": 296, + "length": 9, + "value": "\"myid.uz\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 365, + "length": 25, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 385, + "length": 1, + "value": "\"\/api\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", "offset": 433, + "length": 32, + "value": "\"https:\/\/upload.\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 460, + "length": 1, + "value": "\"\/api\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 521, "length": 35, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 446, + "offset": 531, "length": 1, - "value": "\"\/oauth2\/authorization\"" + "value": "\"\/v1\/oauth2\/authorization\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 528, + "offset": 616, "length": 61, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 541, + "offset": 626, + "length": 1, + "value": "\"\/v2\/authentication\/sdk-authentication-request-task\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 737, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", + "kind": "StringLiteral", + "offset": 749, "length": 1, - "value": "\"\/authentication\/sdk-authentication-request-task\"" + "value": "\"\/v1\/upload-tiny\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 655, + "offset": 827, "length": 63, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 668, + "offset": 837, "length": 1, - "value": "\"\/authentication\/sdk-authentication-request-status\"" + "value": "\"\/v1\/authentication\/sdk-authentication-request-status\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 777, + "offset": 948, "length": 38, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", "kind": "StringLiteral", - "offset": 790, + "offset": 958, "length": 1, - "value": "\"\/oauth2\/authorize-client\"" + "value": "\"\/v1\/oauth2\/authorize-client\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Jose\/RSA\/RSAUtils.swift", @@ -16481,7 +16810,7 @@ "kind": "StringLiteral", "offset": 184, "length": 7, - "value": "\"2.2.5\"" + "value": "\"2.2.6\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Constants.swift", @@ -17437,106 +17766,134 @@ }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", - "kind": "Dictionary", - "offset": 899, - "length": 3, - "value": "[]" + "kind": "StringLiteral", + "offset": 593, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", + "kind": "StringLiteral", + "offset": 626, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", + "kind": "StringLiteral", + "offset": 665, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 2, + "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 956, + "offset": 770, "length": 11, "value": "\"pass_data\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 991, + "offset": 805, "length": 12, "value": "\"birth_date\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 1028, + "offset": 842, "length": 19, "value": "\"photo_from_camera\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 1078, + "offset": 892, "length": 11, "value": "\"client_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 1318, + "offset": 1132, "length": 13, "value": "\"X-Signature\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 1356, + "offset": 1170, "length": 10, "value": "\"X-Number\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "Array", - "offset": 1524, + "offset": 1338, "length": 20, "value": "[\"1\", \"2\", \"3\", \"4\"]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "Array", - "offset": 1579, + "offset": 1393, "length": 40, "value": "[\"1\", \"2\", \"3\", \"4\", \"5\", \"6\", \"7\", \"8\"]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 2336, + "offset": 2003, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", + "kind": "StringLiteral", + "offset": 2157, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "IntegerLiteral", - "offset": 2438, + "offset": 2259, "length": 1, "value": "8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "IntegerLiteral", - "offset": 2470, + "offset": 2291, "length": 1, "value": "8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "IntegerLiteral", - "offset": 3039, + "offset": 2860, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 3189, + "offset": 3010, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Encryption\/SignatureGenerator.swift", "kind": "StringLiteral", - "offset": 3215, + "offset": 3036, "length": 6, "value": "\"%02x\"" }, @@ -17571,136 +17928,59 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "StringLiteral", - "offset": 1068, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1103, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1140, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1369, - "length": 24, - "value": "\"Image Processing Queue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "Array", - "offset": 1444, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1881, + "offset": 647, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "StringLiteral", - "offset": 1978, - "length": 39, - "value": "\"data:image\/png;base64,\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 2016, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 2608, + "offset": 682, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "StringLiteral", - "offset": 2747, - "length": 39, - "value": "\"data:image\/png;base64,\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 2785, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 3160, + "offset": 1949, "length": 24, "value": "\"Pixel format not found\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "IntegerLiteral", - "offset": 3192, + "offset": 1981, "length": 3, "value": "400" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "Array", - "offset": 3543, + "offset": 2365, "length": 2, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "IntegerLiteral", - "offset": 3859, + "offset": 2681, "length": 1, "value": "2" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "IntegerLiteral", - "offset": 3895, + "offset": 2717, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", "kind": "IntegerLiteral", - "offset": 3988, + "offset": 2810, "length": 1, "value": "0" }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "BooleanLiteral", - "offset": 7330, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "BooleanLiteral", - "offset": 7363, - "length": 5, - "value": "false" - }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Model\/MyIdCameraShape.swift", "kind": "IntegerLiteral", @@ -18943,133 +19223,133 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 4154, + "offset": 4768, "length": 10, "value": "\"location\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "Dictionary", - "offset": 5828, + "offset": 6709, "length": 3, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 5848, + "offset": 6729, "length": 15, "value": "\"Authorization\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 5867, + "offset": 6748, "length": 42, "value": "\"Bearer \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 5908, + "offset": 6789, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 5926, + "offset": 6807, "length": 18, "value": "\"Content-Language\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "Array", - "offset": 6257, + "offset": 7138, "length": 2, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 7004, + "offset": 7885, "length": 8, "value": "\"detail\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 7194, + "offset": 8075, "length": 5, "value": "\"msg\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 7418, + "offset": 8299, "length": 7, "value": "\"error\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "Array", - "offset": 8428, + "offset": 9309, "length": 2, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "StringLiteral", - "offset": 8489, + "offset": 9370, "length": 5, "value": "\"ttl\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "IntegerLiteral", - "offset": 8509, + "offset": 9390, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "IntegerLiteral", - "offset": 8543, + "offset": 9424, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "Array", - "offset": 9148, + "offset": 10029, "length": 2, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "BooleanLiteral", - "offset": 9195, + "offset": 10076, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "Array", - "offset": 9343, + "offset": 10224, "length": 2, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "BooleanLiteral", - "offset": 9382, + "offset": 10263, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", "kind": "BooleanLiteral", - "offset": 9444, + "offset": 10325, "length": 5, "value": "false" }, @@ -19636,350 +19916,483 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 357, + "offset": 377, "length": 11, "value": "\"client_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 640, + "offset": 659, "length": 11, "value": "\"oauth2_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 1058, + "offset": 996, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 1081, + "offset": 1019, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 1174, + "offset": 1112, "length": 10, "value": "\"sdk_hash\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 1334, + "offset": 1272, "length": 11, "value": "\"pass_data\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 1497, + "offset": 1435, "length": 7, "value": "\"pinfl\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1835, - "length": 7, - "value": "\"width\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1867, - "length": 8, - "value": "\"height\"" + "kind": "IntegerLiteral", + "offset": 1882, + "length": 3, + "value": "101" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1901, - "length": 8, - "value": "\"pixels\"" + "kind": "IntegerLiteral", + "offset": 1890, + "length": 2, + "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2221, + "offset": 1961, "length": 12, "value": "\"birth_date\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2258, + "offset": 1998, "length": 17, "value": "\"agreed_on_terms\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2317, + "offset": 2057, "length": 11, "value": "\"client_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2352, + "offset": 2092, "length": 11, "value": "\"threshold\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2407, + "offset": 2147, "length": 13, "value": "\"need_update\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2459, + "offset": 2199, "length": 11, "value": "\"oauth2_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2494, - "length": 19, - "value": "\"photo_from_camera\"" + "offset": 2234, + "length": 8, + "value": "\"device\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2533, - "length": 7, - "value": "\"front\"" + "offset": 2262, + "length": 6, + "value": "\"uuid\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2567, - "length": 7, - "value": "\"depth\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2640, - "length": 8, - "value": "\"device\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2668, - "length": 6, - "value": "\"uuid\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2711, + "offset": 2305, "length": 10, "value": "\"platform\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2723, + "offset": 2317, "length": 5, "value": "\"iOS\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2746, + "offset": 2340, "length": 8, "value": "\"device\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2778, + "offset": 2372, "length": 7, "value": "\"model\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2787, + "offset": 2381, "length": 85, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2805, + "offset": 2399, "length": 1, "value": "\", \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2837, + "offset": 2431, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2871, + "offset": 2465, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2894, + "offset": 2488, "length": 12, "value": "\"isEmulator\"" }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 2550, + "length": 14, + "value": "\"manufacturer\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 2609, + "length": 12, + "value": "\"sdkVersion\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 2698, + "length": 10, + "value": "\"settings\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 2732, + "length": 9, + "value": "\"is_root\"" + }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "BooleanLiteral", - "offset": 2908, + "offset": 2743, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2935, - "length": 14, - "value": "\"manufacturer\"" + "offset": 2770, + "length": 13, + "value": "\"is_emulator\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 2994, - "length": 12, - "value": "\"sdkVersion\"" + "offset": 2833, + "length": 28, + "value": "\"sensor_event_changed_count\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3111, + "offset": 2968, "length": 13, "value": "\"is_resident\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "IntegerLiteral", - "offset": 3238, + "offset": 3095, "length": 2, "value": "36" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3262, + "offset": 3119, "length": 13, "value": "\"external_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "Dictionary", - "offset": 3620, + "offset": 3440, "length": 3, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3640, + "offset": 3460, "length": 15, "value": "\"Authorization\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3659, + "offset": 3479, "length": 42, "value": "\"Bearer \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3700, + "offset": 3520, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 3718, + "offset": 3538, "length": 18, "value": "\"Content-Language\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 4738, + "offset": 4040, + "length": 13, + "value": "\"X-Signature\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 4689, + "length": 7, + "value": "\"width\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 4721, + "length": 8, + "value": "\"height\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 4755, + "length": 8, + "value": "\"pixels\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "Array", + "offset": 5052, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 5319, + "length": 30, + "value": "\"zip_\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 5344, + "length": 1, + "value": "\".zip\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 5559, + "length": 12, + "value": "\"image.jpeg\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 5658, + "length": 12, + "value": "\"depth.json\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 6129, + "length": 6, + "value": "\"file\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 6187, + "length": 31, + "value": "\"file_\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 6213, + "length": 1, + "value": "\".zip\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 6270, + "length": 17, + "value": "\"application\/zip\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 6457, + "length": 8, + "value": "\"job_id\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7026, + "length": 15, + "value": "\"Zip not found\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7156, + "length": 25, + "value": "\"Zip directory not found\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7402, + "length": 21, + "value": "\"Signature not found\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7502, + "length": 17, + "value": "\"Image not found\"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7893, "length": 8, "value": "\"job_id\"" }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", + "kind": "StringLiteral", + "offset": 7912, + "length": 2, + "value": "\"\"" + }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "FloatLiteral", - "offset": 4958, + "offset": 8119, "length": 3, "value": "1.0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5486, + "offset": 8647, "length": 6, "value": "\"code\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5542, + "offset": 8703, "length": 11, "value": "\"oauth2_id\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "Dictionary", - "offset": 5750, + "offset": 8911, "length": 3, "value": "[]" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5770, + "offset": 8931, "length": 15, "value": "\"Authorization\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5789, + "offset": 8950, "length": 42, "value": "\"Bearer \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5830, + "offset": 8991, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Domain\/Service\/ApiService.swift", "kind": "StringLiteral", - "offset": 5848, + "offset": 9009, "length": 18, "value": "\"Content-Language\"" }, @@ -20014,1582 +20427,1596 @@ { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "FloatLiteral", - "offset": 2328, + "offset": 2320, "length": 3, "value": "0.6" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 3014, + "offset": 3006, "length": 42, "value": "\"UIDeviceOrientationDidChangeNotification\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 4878, + "offset": 4897, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 5013, + "offset": 5032, "length": 1, "value": "2" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 5057, + "offset": 5076, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 5243, + "offset": 5262, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 5272, + "offset": 5291, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 7106, + "offset": 5816, "length": 15, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 7120, + "offset": 5830, "length": 1, "value": "\"\"" }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", + "kind": "StringLiteral", + "offset": 6124, + "length": 21, + "value": "\"Message: \"" + }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", + "kind": "StringLiteral", + "offset": 6144, + "length": 2, + "value": "\"\"" + }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 7488, + "offset": 6261, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 7534, + "offset": 6307, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 7578, + "offset": 6351, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 7628, + "offset": 6401, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 7691, + "offset": 6464, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 8309, + "offset": 7127, "length": 45, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 8353, + "offset": 7171, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "FloatLiteral", - "offset": 8468, + "offset": 7286, "length": 3, "value": "1.0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 8518, + "offset": 7336, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 8574, + "offset": 7392, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 8620, + "offset": 7438, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 8701, + "offset": 7519, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 8744, + "offset": 7562, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 9016, + "offset": 7834, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 9058, + "offset": 7876, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 9098, + "offset": 7916, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 9144, + "offset": 7962, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 9184, + "offset": 8002, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 9610, + "offset": 8428, "length": 20, "value": "\"myid_icon_not_face\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 9665, + "offset": 8483, "length": 24, "value": "\"myid_icon_advice_third\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 9944, + "offset": 8762, "length": 26, "value": "\"myid_icon_multiple_faces\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 10215, + "offset": 9033, "length": 22, "value": "\"myid_icon_sunglasses\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 10557, + "offset": 9375, "length": 23, "value": "\"myid_icon_eyes_opened\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 10615, + "offset": 9433, "length": 24, "value": "\"myid_icon_advice_third\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 10891, + "offset": 9709, "length": 20, "value": "\"myid_icon_not_face\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11293, + "offset": 10111, "length": 24, "value": "\"myid_icon_advice_first\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11353, + "offset": 10171, "length": 25, "value": "\"myid_icon_advice_second\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11413, + "offset": 10231, "length": 24, "value": "\"myid_icon_advice_third\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11874, + "offset": 10692, "length": 24, "value": "\"myid_icon_advice_first\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11934, + "offset": 10752, "length": 25, "value": "\"myid_icon_advice_second\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 11994, + "offset": 10812, "length": 24, "value": "\"myid_icon_advice_third\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13003, + "offset": 11821, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13052, + "offset": 11870, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13103, + "offset": 11921, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 13359, + "offset": 12177, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13476, + "offset": 12294, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13525, + "offset": 12343, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13572, + "offset": 12390, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13625, + "offset": 12443, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13673, + "offset": 12491, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13727, + "offset": 12545, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 13778, + "offset": 12596, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 14024, + "offset": 12842, "length": 18, "value": "\"myid_icon_cancel\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14176, + "offset": 12994, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 14263, + "offset": 13081, "length": 17, "value": "\"myid_icon_check\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14416, + "offset": 13234, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14480, + "offset": 13298, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14534, + "offset": 13352, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14606, + "offset": 13424, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 14827, + "offset": 13645, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 14874, + "offset": 13692, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15045, + "offset": 13863, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15284, + "offset": 14102, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15382, + "offset": 14200, "length": 4, "value": "3600" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15420, + "offset": 14238, "length": 4, "value": "3600" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15427, + "offset": 14245, "length": 2, "value": "60" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15463, + "offset": 14281, "length": 4, "value": "3600" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15470, + "offset": 14288, "length": 2, "value": "60" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15505, + "offset": 14323, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15533, + "offset": 14351, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15561, + "offset": 14379, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15593, + "offset": 14411, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15620, + "offset": 14438, "length": 30, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15629, + "offset": 14447, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15649, + "offset": 14467, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15677, + "offset": 14495, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15704, + "offset": 14522, "length": 31, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15713, + "offset": 14531, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15734, + "offset": 14552, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15777, + "offset": 14595, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15806, + "offset": 14624, "length": 34, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15817, + "offset": 14635, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15839, + "offset": 14657, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15869, + "offset": 14687, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15898, + "offset": 14716, "length": 35, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15909, + "offset": 14727, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 15932, + "offset": 14750, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 15975, + "offset": 14793, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16004, + "offset": 14822, "length": 34, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16015, + "offset": 14833, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16037, + "offset": 14855, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 16067, + "offset": 14885, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16096, + "offset": 14914, "length": 35, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16107, + "offset": 14925, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16130, + "offset": 14948, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16166, + "offset": 14984, "length": 41, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16178, + "offset": 14996, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16192, + "offset": 15010, "length": 1, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16206, + "offset": 15024, "length": 28, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16233, + "offset": 15051, "length": 4, "value": "\" \"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16245, + "offset": 15063, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 16527, + "offset": 15345, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 16568, + "offset": 15386, "length": 1, "value": "2" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 16775, + "offset": 15593, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 16930, + "offset": 15748, "length": 17, "value": "\"myid_icon_check\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 17015, + "offset": 15833, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 17134, + "offset": 15952, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 17468, + "offset": 16286, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 17885, + "offset": 16703, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18048, + "offset": 16866, "length": 3, "value": "180" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18119, + "offset": 16937, "length": 2, "value": "45" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18289, + "offset": 17107, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18629, + "offset": 17447, "length": 2, "value": "25" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18634, + "offset": 17452, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 18704, + "offset": 17522, "length": 2, "value": "90" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 19320, + "offset": 18138, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 19388, + "offset": 18206, "length": 2, "value": "40" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 19457, + "offset": 18275, "length": 2, "value": "40" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 19586, + "offset": 18404, "length": 3, "value": "160" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 19659, + "offset": 18477, "length": 2, "value": "40" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 20067, + "offset": 18885, "length": 2, "value": "24" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 20106, + "offset": 18924, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 20180, + "offset": 18998, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 20477, + "offset": 19295, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 20573, + "offset": 19391, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 20614, + "offset": 19432, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 20872, + "offset": 19639, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 21622, + "offset": 20389, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 21664, + "offset": 20431, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 21817, + "offset": 20584, "length": 2, "value": "24" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 21925, + "offset": 20692, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 22115, + "offset": 20882, "length": 17, "value": "\"myid_icon_error\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 22301, + "offset": 21068, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 22363, + "offset": 21130, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 22420, + "offset": 21187, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 22623, + "offset": 21390, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 22822, + "offset": 21589, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 22913, + "offset": 21680, "length": 2, "value": "16" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23035, + "offset": 21802, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23046, + "offset": 21813, "length": 1, "value": "2" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "FloatLiteral", - "offset": 23092, + "offset": 21859, "length": 4, "value": "0.15" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23139, + "offset": 21906, "length": 1, "value": "5" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23196, + "offset": 21963, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23206, + "offset": 21973, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23218, + "offset": 21985, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23229, + "offset": 21996, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 23291, + "offset": 22058, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 23361, + "offset": 22128, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23427, + "offset": 22194, "length": 2, "value": "16" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 23467, + "offset": 22234, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 23725, + "offset": 22492, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 23945, + "offset": 22712, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 24012, + "offset": 22779, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 24057, + "offset": 22824, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 24231, + "offset": 22998, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 24282, + "offset": 23049, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 24411, + "offset": 23178, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 24483, + "offset": 23250, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 24831, + "offset": 23598, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 24899, + "offset": 23666, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 24945, + "offset": 23712, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 25122, + "offset": 23889, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 25174, + "offset": 23941, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 25306, + "offset": 24073, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 25379, + "offset": 24146, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 25727, + "offset": 24494, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 25794, + "offset": 24561, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 25839, + "offset": 24606, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 26013, + "offset": 24780, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 26064, + "offset": 24831, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 26193, + "offset": 24960, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 26265, + "offset": 25032, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 26572, + "offset": 25339, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 26951, + "offset": 25718, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 27117, + "offset": 25884, "length": 2, "value": "18" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 27467, + "offset": 26234, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28111, + "offset": 26878, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "FloatLiteral", - "offset": 28207, + "offset": 26974, "length": 3, "value": "0.2" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28251, + "offset": 27018, "length": 2, "value": "16" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28306, + "offset": 27073, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28316, + "offset": 27083, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28328, + "offset": 27095, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 28339, + "offset": 27106, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 28398, + "offset": 27165, "length": 4, "value": "true" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 28527, + "offset": 27294, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 28717, + "offset": 27484, "length": 16, "value": "\"myid_icon_call\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 28900, + "offset": 27667, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 29089, + "offset": 27856, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 29175, + "offset": 27942, "length": 2, "value": "17" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 29213, + "offset": 27980, "length": 1, "value": "0" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "BooleanLiteral", - "offset": 29447, + "offset": 28214, "length": 5, "value": "false" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 30337, + "offset": 29104, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 30956, + "offset": 29723, "length": 3, "value": "100" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31027, + "offset": 29794, "length": 3, "value": "100" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31185, + "offset": 29952, "length": 1, "value": "8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31285, + "offset": 30052, "length": 2, "value": "-8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31446, + "offset": 30213, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31551, + "offset": 30318, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31669, + "offset": 30436, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31775, + "offset": 30542, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31892, + "offset": 30659, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 31997, + "offset": 30764, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32086, + "offset": 30853, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32160, + "offset": 30927, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32249, + "offset": 31016, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32324, + "offset": 31091, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32412, + "offset": 31179, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32486, + "offset": 31253, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32617, + "offset": 31384, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32721, + "offset": 31488, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32827, + "offset": 31594, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 32910, + "offset": 31677, "length": 2, "value": "50" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33010, + "offset": 31777, "length": 2, "value": "20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33112, + "offset": 31879, "length": 3, "value": "-20" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33267, + "offset": 32034, "length": 1, "value": "8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33364, + "offset": 32131, "length": 2, "value": "-8" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33444, + "offset": 32211, "length": 2, "value": "32" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33512, + "offset": 32279, "length": 2, "value": "32" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33594, + "offset": 32361, "length": 1, "value": "1" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33683, + "offset": 32450, "length": 2, "value": "10" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "IntegerLiteral", - "offset": 33779, + "offset": 32546, "length": 3, "value": "-10" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 34190, + "offset": 32957, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 34375, + "offset": 33142, "length": 30, "value": "\"+998\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 34404, + "offset": 33171, "length": 1, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 34461, + "offset": 33228, "length": 22, "value": "\"telprompt:\/\/\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "StringLiteral", - "offset": 34482, + "offset": 33249, "length": 3, "value": "\"\"" }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Presentation\/Face detection\/IdentificationScreen.swift", "kind": "Dictionary", - "offset": 34619, + "offset": 33386, "length": 3, "value": "[]" }, @@ -21614,6 +22041,13 @@ "length": 2, "value": "2" }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 2, + "value": "3" + }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", "kind": "IntegerLiteral", @@ -21635,6 +22069,13 @@ "length": 2, "value": "2" }, + { + "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 2, + "value": "3" + }, { "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/MyID SDK\/ios\/MyID\/sdk\/MyIdSDK\/Core\/Jose\/CompressionImplementation\/DeflateWrapper.swift", "kind": "IntegerLiteral", @@ -21704,6 +22145,111 @@ "offset": 1836, "length": 5, "value": "false" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 754, + "length": 24, + "value": "\"myid_icon_advice_first\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 931, + "length": 25, + "value": "\"myid_icon_advice_second\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1107, + "length": 24, + "value": "\"myid_icon_advice_third\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1286, + "length": 26, + "value": "\"myid_icon_driver_license\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1461, + "length": 23, + "value": "\"myid_icon_eyes_opened\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1624, + "length": 18, + "value": "\"myid_icon_idcard\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1797, + "length": 26, + "value": "\"myid_icon_multiple_faces\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1966, + "length": 20, + "value": "\"myid_icon_not_face\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2130, + "length": 20, + "value": "\"myid_icon_passport\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2298, + "length": 22, + "value": "\"myid_icon_sunglasses\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2456, + "length": 16, + "value": "\"myid_icon_call\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2612, + "length": 18, + "value": "\"myid_icon_cancel\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2768, + "length": 17, + "value": "\"myid_icon_check\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2923, + "length": 17, + "value": "\"myid_icon_error\"" + }, + { + "filePath": "\/tmp\/iphoneos\/Build\/Intermediates.noindex\/ArchiveIntermediates\/MyIdSDK\/IntermediateBuildFilesPath\/MyIdSDK.build\/Release-iphonesimulator\/MyIdSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3082, + "length": 19, + "value": "\"myid_icon_scanner\"" } ] } \ No newline at end of file diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index 7253618eb5dd4d9533b958b862d6f75ed3921734..fdbdbb20d78c76c222934edc25d7019911f615ba 100644 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -1,6 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation import CoreImage.CIFilterBuiltins @@ -10,6 +10,7 @@ import Compression import CoreImage import CoreVideo import CryptoKit +import DeveloperToolsSupport import Foundation import LocalAuthentication @_exported import MyIdSDK @@ -20,6 +21,7 @@ import UIKit import Vision import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims @_inheritsConvenienceInitializers @objc public class MyIdResult : ObjectiveC.NSObject { @objc public var image: UIKit.UIImage? @objc public var code: Swift.String? @@ -185,6 +187,7 @@ extension Swift.String : Swift.Error { case RU = 0 case EN case UZ + case KY public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index f47262c681fe8f6eb88a4f4bb0eef1314b86d160..7cd95bbb70636263aa828807295dbf046ffdd7a9 100644 Binary files a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 7253618eb5dd4d9533b958b862d6f75ed3921734..fdbdbb20d78c76c222934edc25d7019911f615ba 100644 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,6 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation import CoreImage.CIFilterBuiltins @@ -10,6 +10,7 @@ import Compression import CoreImage import CoreVideo import CryptoKit +import DeveloperToolsSupport import Foundation import LocalAuthentication @_exported import MyIdSDK @@ -20,6 +21,7 @@ import UIKit import Vision import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims @_inheritsConvenienceInitializers @objc public class MyIdResult : ObjectiveC.NSObject { @objc public var image: UIKit.UIImage? @objc public var code: Swift.String? @@ -185,6 +187,7 @@ extension Swift.String : Swift.Error { case RU = 0 case EN case UZ + case KY public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/module.modulemap b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/module.modulemap index 0da5aab10afe8eadfabf16e224b1b97f26e84690..84c6cfa0c2bbcc5bd8f56f8e1404c5b1aa1b6655 100644 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/module.modulemap +++ b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/module.modulemap @@ -1,7 +1,7 @@ framework module MyIdSDK { umbrella header "MyIdSDK.h" - export * + module * { export * } } diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/MyIdSDK b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/MyIdSDK index dd4af33f4a50dd14a4dba3e980475e1d1fecf4eb..37b97198543cce4af50619b1063c3f35b3da9996 100755 Binary files a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/MyIdSDK and b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/MyIdSDK differ diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/_CodeSignature/CodeResources b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/_CodeSignature/CodeResources index 822e17a096d4bc2850f511ac9fe5fe26aeaf7e49..9c80acebef91cea551d875120939930edbd743c3 100644 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/_CodeSignature/CodeResources +++ b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/_CodeSignature/CodeResources @@ -6,11 +6,11 @@ Assets.car - Yg+3r78QrbqFVct6Nll0NG51MGo= + Gwa1nCSDPpzoxl5VVGfAz3juGos= Headers/MyIdSDK-Swift.h - KufxuT2ZS1Ks2/WQILpOMss+Uu0= + DRTIIcgW8Fs2t7DskUxc/QNCHAo= Headers/MyIdSDK.h @@ -18,51 +18,51 @@ Info.plist - X7FsQyHYrgVp/C3n8hc65ElzoEc= + RhDVGm32qtu4Kl6fsgXVvTfe4cg= Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.abi.json - C+7Up5vudNgVthoxzm3VoyMvmA8= + N7qcg0FrysPbCNbhi5rtc7l9Ie0= Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - pzR6SW+SumwP7Bvtkr/7nZuBVuQ= + y+2ektNVJz+sHVelSN3cQ62oNxs= Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc - 1hKK3otVpBJ7A238GdVQy1PK4bA= + xXo47ngmLC3ik095v4xnMPYNgWk= Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface - pzR6SW+SumwP7Bvtkr/7nZuBVuQ= + y+2ektNVJz+sHVelSN3cQ62oNxs= Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule - ElxSWwkUkG4z/j3gxxOeiqU5jAA= + 8iG7ITz8kDvVEwoza5rNdX96y9w= Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json - C+7Up5vudNgVthoxzm3VoyMvmA8= + N7qcg0FrysPbCNbhi5rtc7l9Ie0= Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - JLzKime05KH8fBsawov243NaIkQ= + aXEVLeiu3egpVKkf7p7LwML+yBQ= Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - 5Bh17Ll3OSESqLL4x9rHaTNyYAw= + me8Z6I2DGd9DF/GKEzCBii9ISDQ= Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - JLzKime05KH8fBsawov243NaIkQ= + aXEVLeiu3egpVKkf7p7LwML+yBQ= Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - DGQLSO8R8mIuDtpMb99mY4SBR/Y= + 51/zE8i3h/6umLdHgbsFwxhIflA= Modules/module.modulemap - jNRldhrcA+N533l1HB1uGH/TSXQ= + g7uyU3xFD6h3E9voV+Ed7zS035U= files2 @@ -71,14 +71,14 @@ hash2 - p9zU2uXY0Dgco1oePsLnTcwQeV4n/E0i9OBB0tF5QoM= + Vxnf/tv2YHkjHoIl60T+ygxnsQboVsYVdYlpXbzdMns= Headers/MyIdSDK-Swift.h hash2 - peuuKVUgDXrKxqGZrYXk1IWNX9355Fz+YJRZHGlRtpc= + AGFRHuh0PN27xxx+YovnLSRyNUJKet9p1ifmvKxLXJI= Headers/MyIdSDK.h @@ -92,77 +92,77 @@ hash2 - 1kiLqu6SI2BoWb7wo0Kj+K/vXpaD406Zn8HJOOlkhf4= + pPdw2iUlXmCdtSIxPaze/F1I5FThMvafXD/WdJJZzQ0= Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - bc6o/wTky6ywXf46zV+VymX3udkzalKC8UWTrwBmlBk= + Yt0xwCTG+JGglafiC9QYoL6pl9Jtpyo680zZioR+vuY= Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - LTibgjRL+B1KH9Um0gky4uUP7BWGjgj/p51l1U1mNX4= + bhQFbupisu/MctK5aKCR9+0iflwP3sbnM9v8V2QjICU= Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - bc6o/wTky6ywXf46zV+VymX3udkzalKC8UWTrwBmlBk= + Yt0xwCTG+JGglafiC9QYoL6pl9Jtpyo680zZioR+vuY= Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - w1L09JgjRALnHrs2NSryhw3gwReY+v/vCEMqorS9BKE= + CKkcM6R8EIp/emVTSYoqBPhO5qH3rBNIX5zV2gNEvzc= Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - 1kiLqu6SI2BoWb7wo0Kj+K/vXpaD406Zn8HJOOlkhf4= + pPdw2iUlXmCdtSIxPaze/F1I5FThMvafXD/WdJJZzQ0= Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - x+vFsFLPovaQkt5HHZ0s5UJEdthOUU4GLJJgcXydMzw= + TXtP3+YxOpsOzof8SPwI6Ta4oxbTAjMfu4w4qVs0NhQ= Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - NPIjzz9ZAayv1XPQX2CCsIRvJn5QHOoY2gk/35yO+DU= + UnDOEKhrOGxlBSeN490qhQ0s0NKEZ4KOaWC3JnyOz5g= Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - x+vFsFLPovaQkt5HHZ0s5UJEdthOUU4GLJJgcXydMzw= + TXtP3+YxOpsOzof8SPwI6Ta4oxbTAjMfu4w4qVs0NhQ= Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - GqJAEqqbqZ2pKYtRJlaBZL3CPsPWnBTAJeAi6xyqV5Q= + bzg/n2XkJ3Lyc2DNglA87+wsh21EMl/wcxj/z/9zhH4= Modules/module.modulemap hash2 - 8QLueP0PHE8Nl3kT/7rfYfsYY/a8axFi80k9X+ca5y4= + bkZXq1/qYxL3NzGeQ0sC1X7yHDAVVAbRxoCOnNQ14+0=